/* 공통 */
.sub_con {width: 1300px; margin:0 auto; }
.section {padding: 100px 0; }
.section.gray {background: #f9f9f9; }
.s_title h1 {font-size: 36px; font-weight: 800; color:#000; font-family: 'NanumSquare',sans-serif; }
.s_title h1::before {content: ''; display: block; width: 30px; height: 3px; background: #0046a5; margin:0 auto 25px; }
.s_title p {font-size: 18px; font-weight: 400; color:#333;  font-family: 'NanumSquare',sans-serif; margin-top: 25px; }
.s_title2 h1 {display: inline-block; position: relative; padding:0 25px; position: relative; font-size: 27px; font-weight: 400; color:#000; font-family: 'NanumSquare',sans-serif; }
.s_title2 h1::before {content: ''; display: block; width: 5px; height: 5px; background: #0046a5; position: absolute; left: 0; top:50%; transform:translateY(-60%); position: absolute; border-radius: 50%; }
.s_title2 h1::after {content: ''; display: block; width: 5px; height: 5px; background: #0046a5; position: absolute; right: 0; top:50%; transform:translateY(-60%); position: absolute; border-radius: 50%; }

.sub_p {font-size: 17px; font-weight: 300; color:#333; line-height: 29px; letter-spacing: -.5px; }
.sub_p b {font-weight: 500; color:#000; }
/* table */
.s_table table {border-collapse: collapse; width: 100%;}
.s_table table tbody th {font-size:17px; font-weight: 800; color:#fff; border-bottom:1px solid rgba(255,255,255,.2); padding:25px 35px;background-color: #faf3ef; width: 205px;
line-height: 30px; text-align: left; background: #0046a5;  text-align: center; font-family: 'NanumSquare',sans-serif; }
.s_table table tbody td {font-size:16px; font-weight: 300; color:#333; border:1px solid #dce9f4; padding:25px 100px; background-color: #fff; line-height: 26px; text-align: left;}
.s_table table tbody td b {font-weight: 500; }




/*Content CSS*/
#career {text-align: center; }
/* section1 */
#car1 .list {display: flex; margin-top: 80px; text-align: center; width: 100%;}
#car1 .list li {border-left:1px solid #e5ecf2;  flex:1; }
#car1 .list li:last-child {border-right:1px solid #e5ecf2;}
#car1 .list li .icon {height: 91px; line-height: 91px; }
#car1 .list li h2 {font-size: 19px; font-weight: 700; color:#0046a5; margin:50px 0 20px;}

/* section2 */
#car2 .list {display: flex;flex-wrap:wrap ; margin-top: 80px; justify-content: space-between; text-align: left ;}
#car2 .list li {width: 635px; background: #fff; box-shadow: 0 0 8px 0 rgba(0, 70, 165, 0.11);  display: flex; align-items: center; padding:60px 70px; }
#car2 .list li:nth-child(n+3) {margin-top: 30px; }
#car2 .list li .icon {width: 130px; }
#car2 .list li .txt {border-left: 1px solid #dce9f4; padding-left: 50px; min-height: 120px; }
#car2 .list li .txt h2 {font-size: 22px; font-weight: 700; color:#000; font-family: 'NanumSquare',sans-serif; margin-bottom: 15px ;}
#car2 .list li .txt h2 span {color:#0046a5; }

/* section3 */
#car3 .flex {display: flex ;justify-content: center; align-items: center; padding:60px 0; border-top: 1px solid #dce9f4; margin-top: 50px; }
#car3 .flex h1 {font-size: 20px; font-weight: 800; color:#333; font-family: 'NanumSquare',sans-serif; }
#car3 .flex h1 img {margin-right: 15px; }
#car3 .flex h1::after {content: ''; display: inline-block; width:1px; height: 20px; background: #ddd; margin:0 25px; position: relative; top: 4px; }

/* section4 */
#car4 {padding-top: 0; }
/* article1 */
#car4 .arti1 .top {width: 100%; height: 320px; padding:70px 0 0; background: url('../img/car4_top_bg.jpg') 50% 50% no-repeat; background-size:cover;  position: relative; z-index: 1;}
#car4 .arti1 .top .s_title h1 {color:#fff; }
#car4 .arti1 .top .s_title h1::before {background: #fff ;}
#car4 .arti1 .w_box {background: #fff ;padding:30px 0 80px; position: relative; z-index: 2; margin-top: -110px; }
#car4 .arti1 .list {display: flex; }
#car4 .arti1 .list li {border-right:1px solid #e5ecf2;  flex:1; padding: 40px 0 35px; }
#car4 .arti1 .list li:last-child {border-right: 0;   }
#car4 .arti1 .list li .icon {height: 77px; line-height: 77px; }
#car4 .arti1 .list li .txt h2 {font-size: 19px; font-weight: 700; color:#0046a5; margin:45px 0 15px;}
/* article2 */
#car4 .arti2 {padding:65px 0; background: #f9f9f9; }
#car4 .arti2 .list {margin-top: 60px; }
/* slider */
#car4_slider .slick-arrow {position:absolute; width:100%;z-index: 20; font-size:0; width:52px; border:0; height: 11px;  transition: all 0.2s ease;
top:50%; transform:translateY(-50%);}
#car4_slider .slick-arrow.slick-prev {position:absolute;left:-100px;  background: url('../img/car_prev.png') 50% 50% no-repeat;}
#car4_slider .slick-arrow.slick-next {position:absolute;right:-100px; background: url('../img/car_next.png') 50% 50% no-repeat; }
#car4_slider .slick-slide {position: relative; outline: none; margin: 0 14px; height: 320px;}
#car4_slider .slick-slide a{display: block;}
#car4_slider .slick-slide img {margin:0 auto; outline: none; max-width: 100%; min-height: 320px;}
#car4_slider .slick-slide .cover {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); opacity: 0; transition: .3s; display:flex; justify-content:center; flex-direction: column; align-items:center; color: #f5f5f5;}
#car4_slider .slick-slide:hover .cover {opacity: 1;}
#car4_slider .slick-slide .cover i {font-size: 60px;}
#car4_slider .slick-slide .cover span {font-size: 16px; display:block; margin-top: 8px;}
/* article3 */
#car4 .arti3 {padding:65px 0 0; background: #fff; }
#car4 .arti3 .list {display: flex; flex-wrap:wrap; text-align: center; margin-top: 55px; }
#car4 .arti3 .list li {width: 415px; margin-right: 27px;}
#car4 .arti3 .list li:nth-child(3n) {margin-right: 0; }
#car4 .arti3 .list li:nth-child(n+4) {margin-top: 50px; }
#car4 .arti3 .list li a {position: relative; display: block;}
#car4 .arti3 .list li .img img {width: 100%;}
#car4 .arti3 .list li p {font-size: 17px; font-weight: 300; color:#333; margin-top: 20px;}
#car4 .arti3 .list li a .cover {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); opacity: 0; transition: .3s; display:flex; justify-content:center; flex-direction: column; align-items:center;}
#car4 .arti3 .list li a .cover img {transition: all .3s ease;}
#car4 .arti3 .list li:hover .cover {opacity: 1;}
#car4 .arti3 .list li:hover a .cover img {transform: rotate(90deg);}
#car4 .arti3 .list li a .cover span {font-size: 16px; font-weight: 400; display:block; margin-top: 8px; color: #f5f5f5;}






@media screen and (max-width: 600px) {

}

@media screen and (max-width: 640px) {

}

@media screen and (max-width: 960px) {

}

@media screen and (max-width:1200px) {

}
