@charset "utf-8";



/* splitting */
.page-header > .container.motion h2.chars .char {animation:textAni 1.5s both; animation-delay:calc(0.1s * var(--char-index));}

@keyframes textAni {
    0% {opacity:0;}
    30% {opacity:0;}
}


/* page-header */
.page-header {position: relative; width: 100%; height: 450px; background: url() 50% 50% no-repeat; background-size: cover;}
.page-header > .container {padding-top: 167px;}
.page-header.type1 {background-image: url(../images/sub/s-visual01.jpg); background-color: #333;}
.page-header.type2 {background-image: url(../images/sub/s-visual02.jpg); background-color: #333;}

.page-header .container h2 {font-size: 40px; font-weight: 700; color: #fff; text-align: center; line-height: 1.6; letter-spacing: -.8px; margin-top: 20px;}

.s-nav {display: flex; gap: 48px; align-items: center; justify-content: center;}
.s-nav li {position: relative; font-size: 18px; color: #fff; font-weight: 400; line-height: 1.52; letter-spacing: -.36px;}
.s-nav li ~ li::before {position: absolute; content: ''; width: 24px; height: 24px; background: url(../images/sub/ico_arrow.png) 50% 50% no-repeat; background-size: auto; top: 50%; left: -36px; transform: translateY(-50%);}
.s-nav li > img {display: block; max-width: 100%; margin: 0 auto;}


.lnb {position: relative; width: 100%; background-color: #fff; border-bottom: 1px solid #eee; padding-top: 20px;}
.lnb ul {width: 100%; display: flex; gap: 91px;}
.lnb ul li {position: relative;}
.lnb ul li a {position: relative; display: flex; align-items: center; justify-content: center; width: 100%; text-align: center; font-size: 20px; color: #666; height: 76px; letter-spacing: -.4px; font-weight: 600; transition: all .3s linear; z-index: 2;}  
.lnb ul li a:after {position: absolute; content:''; width: 100%; height: 5px; background-color: #E60012; bottom: -1px; left: 0; opacity: 0;}
.lnb ul li a > span {line-height: normal;}
.lnb ul li.active a {color: #E60012;}
.lnb ul li.active a:after {opacity: 1;}

.lnb .btn-drop {display: none;}

.sub_2_1_ .lnb {display: none;}

section {padding: 100px 0 340px;}
.section-header h3 {position: relative; padding-right: 67px; color: #222; font-weight: 700; font-size: 60px; line-height: 1.36; letter-spacing: -1.2px; display: inline-block;}
.section-header h3::after {position: absolute; content: ''; width: 47px; height: 8px; background-color: #E60012; right: 0; top: 50%; transform: translateY(-50%);}
.section-header p {font-size: 24px; line-height: 40px; color: #333; text-align: center; padding-top: 40px;}

.article-header h4 {position: relative; padding-top: 28px; font-size: 40px; font-weight: 600; color: #222; text-align: center; line-height: 1.69; letter-spacing: -.8px;}
.article-header h4::before {position: absolute; content: ''; width: 47px; height: 8px; background-color: #E60012; top: 0; left: 50%; transform: translateX(-50%);}
.article-header p {font-size: 26px; line-height: 1.6; color: #222; padding-top: 40px; text-align: center; font-weight: 600; letter-spacing: -.52px;}

/* s1_1 */
.s1_1 article {display: flex; gap: 76px; margin-top: 90px;}
.s1_1 article .tit {max-width: 520px; width: 100%; margin-top: 34px;}
.s1_1 article .tit h4 {font-size: 40px; color: #222; font-weight: 600; line-height: 1.69; letter-spacing: -.8px;}
.s1_1 article .tit h4 > span {color: #E60012;}
.s1_1 article .txt {width: 1%; flex: 1 1 auto;}
.s1_1 article .txt figure {width: 100%; border-radius: 10px; overflow: hidden;}
.s1_1 article .txt figure img {display: block; max-width: 100%;}
.s1_1 article .txt p {font-size: 20px; color: #767676; font-weight: 400; line-height: 1.79; letter-spacing: -.4px; margin-top: 64px;}
.s1_1 article .txt p ~ p {margin-top: 20px;}
.s1_1 article .txt dl {margin-top: 40px; display: flex; gap: 44px; align-items: center;}
.s1_1 article .txt dl dt {font-size: 26px; color: #222; font-weight: 600; line-height: 1.6; letter-spacing: -.52px;}
.s1_1 article .txt dl dd {display: flex; gap: 20px; align-items: center; font-size: 26px; color: #222; font-weight: 600; line-height: 1.6; letter-spacing: -.52px;}
.s1_1 article .txt dl dd span {font-family: 'KccEunyeong'; font-size: 48px; font-weight: 400; letter-spacing: -.96px;}

/* s1_2 */
.s12-tab {margin-top: 80px;}
.s12-tab ul {display: flex; width: 100%; gap: 2px;}
.s12-tab ul li {width: 1%; flex: 1 1 auto;}
.s12-tab ul li a {display: flex; align-items: center; justify-content: center; height: 54px; font-size: 20px; color: #666; font-weight: 400; letter-spacing: -.4px; background-color: #f2f2f2;}
.s12-tab ul li a > span {line-height: 1.79;}
.s12-tab ul li.active a {background-color: #222; color: #fff;}

.s1_2 .arti01 {display: flex; gap: 105px; align-items: flex-end; margin-top: 30px;}
.s1_2 .arti01 .txt {width: 1%; flex: 1 1 auto;}
.s1_2 .arti01 .txt h4 {margin-top: 90px; font-size: 40px; color: #222; font-weight: 700; line-height: 1.6; letter-spacing: -.8px;}
.s1_2 .arti01 .txt p {font-size: 20px; color: #767676; line-height: 1.79; letter-spacing: -.4px; font-weight: 400; margin-top: 33px;}
.s1_2 .arti01 .txt p ~ p {margin-top: 40px;}
.s1_2 .arti01 figure {max-width: 682px; width: 100%; border-radius: 10px; overflow: hidden;}
.s1_2 .arti01 figure img {display: block; max-width: 100%; margin: 0 auto;}

.s1_2 .arti02 {margin-top: 200px; padding: 160px 0; background: url(../images/sub/bg_s121_01.jpg) 50% 50% no-repeat; background-size: cover;}
.s1_2 .arti02 .work {margin-top: 40px;}
.s1_2 .arti02 .work ul {display: flex; gap: 30px;}
.s1_2 .arti02 .work ul li {width: 1%; flex: 1 1 auto; min-height: 294px;}
.s1_2 .arti02 .work ul li .item {position: relative; transition: all .4s linear; transform-style: preserve-3d;  will-change: transform; transform: translateZ(0); height: 100%;}
.s1_2 .arti02 .work ul li .item > div {position: absolute; width: 100%; height: 100%; background-color: #fff; padding: 30.5px 40px;  border-radius: 10px; box-shadow: 0 0 6.3px 0 rgba(0, 0, 0, 0.15); backface-visibility: hidden; transform: rotateY(0deg) translateZ(1px);}
.s1_2 .arti02 .work ul li .item img {display: block; max-width: 100%; margin: 0 auto;}
.s1_2 .arti02 .work ul li .item dl {margin-top: 26px; text-align: center;}
.s1_2 .arti02 .work ul li .item dl dt {font-size: 22px; font-weight: 600; line-height: normal; letter-spacing: -.44px; color: #222;}
.s1_2 .arti02 .work ul li .item dl dd {margin-top: 14px; font-size: 16px; color: #767676; font-weight: 500; line-height: 1.75; letter-spacing: -.32px;}
.s1_2 .arti02 .work ul li .item > div.back {background-color: #E60012; transform: rotateY(180deg);}
.s1_2 .arti02 .work ul li .item > div.back dl dt {color: #fff;}
.s1_2 .arti02 .work ul li .item > div.back dl dd {color: #fff;}

.s1_2 .arti02 .work.animated ul li .item {animation: flip linear forwards;}
.s1_2 .arti02 .work.animated ul li:nth-of-type(1) .item {animation-duration: 4s; animation-delay: .3s;}
.s1_2 .arti02 .work.animated ul li:nth-of-type(2) .item {animation-duration: 3.5s; animation-delay: .5s;}
.s1_2 .arti02 .work.animated ul li:nth-of-type(3) .item {animation-duration: 3s; animation-delay: .8s;}
.s1_2 .arti02 .work.animated ul li:nth-of-type(4) .item {animation-duration: 2.5s; animation-delay: 1.1s;}
.s1_2 .arti02 .work.animated ul li:nth-of-type(5) .item {animation-duration: 2s; animation-delay: 1.4s;}
.s1_2 .arti02 .work.animated ul li:nth-of-type(6) .item {animation-duration: 1.5s; animation-delay: 1.7s;}

@keyframes flip {
    0% {transform: rotateY(0);}
    20% {transform: rotateY(180deg);}
    80% {transform: rotateY(180deg);}
    100% {transform: rotateY(-0deg);}
}

.s1_2 .arti02 .why {margin-top: 124px;}
.s1_2 .arti02 .why .box {display: flex; max-width: 1163px; width: 100%; min-height: 330px; margin: 40px auto 0;}
.s1_2 .arti02 .why .box ~ .box {margin-top: 70px;}
.s1_2 .arti02 .why .box figure {width: 50%; border-radius: 10px; overflow: hidden;}
.s1_2 .arti02 .why .box figure img {display: block; max-width: 100%; height: 100%;}
.s1_2 .arti02 .why .box .txt {width: 50%; display: flex; justify-content: center; border-radius: 10px; overflow: hidden; background-color: #fff; padding: 0 50px; flex-direction: column;}
.s1_2 .arti02 .why .box .txt h5 {font-size: 30px; color: #333; font-weight: 700; line-height: normal;}
.s1_2 .arti02 .why .box .txt p {margin-top: 30px; font-size: 20px; color: #767676; line-height: 1.79; letter-spacing: -.4px;}

.s1_2 .arti03 {padding-top: 200px;}
.s1_2 .arti03 .value {margin-top: 70px; width: 100%; height: 448px; display: flex; justify-content: center; flex-direction: column; border-radius: 10px; background: url(../images/sub/bg_s121_02.jpg) 50% 50% no-repeat; background-size: cover; padding: 0 120px; gap: 44px;}
.s1_2 .arti03 .value h5 {font-size: 46px; color: #fff; font-weight: 700; ; line-height: 1.47; letter-spacing: -.92px; text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);}
.s1_2 .arti03 .value p {font-size: 26px; color: #fff; font-weight: 600; line-height: 1.6; letter-spacing: -.52px; text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);}

.s1_2_2 {padding-bottom: 0;}
.s1_2_2 .arti02 {padding-bottom: 340px;}
.s1_2_2 .arti02 .why {margin-top: 0;}
.s1_2_2 .arti02 .container > h4 {margin-top: 120px; font-size: 40px; color: #222; font-weight: 600; line-height: 1.69; letter-spacing: -.8px; text-align: center;}

.s1_2_3 .section-header {margin-top: 30px;}
.s1_2_3 .arti01 {margin-top: 100px; display: block;}
.s1_2_3 .arti01 .tit h4 {font-size: 40px; color: #222; font-weight: 700; line-height: 1.6; letter-spacing: -.8px;}
.s1_2_3 .arti01 .tit p {margin-top: 14px; font-size: 26px; color: #222; font-weight: 600; line-height: 1.6; letter-spacing: -.52px;}
.s1_2_3 .future {margin-top: 70px;}
.s1_2_3 .future .item {width: 100%; display: flex; gap: 30px; align-items: center; justify-content: space-between;}
.s1_2_3 .future .item:nth-of-type(2n) {flex-direction: row-reverse;}
.s1_2_3 .future .item ~ .item {margin-top: 84px;}
.s1_2_3 .future .item .img img {display: block; max-width: 100%; margin: 0;}
.s1_2_3 .future .item .txt {display: flex; gap: 34px; align-items: flex-start; justify-content: right;}
.s1_2_3 .future .item:nth-of-type(2n) .txt {justify-content: left;}
.s1_2_3 .future .item .txt h5 {font-size: 100px; font-weight: 700; line-height: 1.02; letter-spacing: -2px; color: rgba(0,0,0, .1); font-family: "Poppins", sans-serif;}
.s1_2_3 .future .item .txt dl dt {font-size: 26px; color: #222; font-weight: 600; line-height: 1.6; letter-spacing: -.52px;}
.s1_2_3 .future .item .txt dl dd {margin-top: 30px; font-size: 20px; color: #767676; font-weight: 400; line-height: 1.79; letter-spacing: -.4px;}

.s1_2_3 .arti02 .banner {width: 100%; height: 325px; padding: 0 120px; background: url(../images/sub/bg_s123_01.jpg) 50% 50% no-repeat; background-size: cover; border-radius: 10px; margin-top: 40px; display: flex; flex-direction: column; justify-content: center;}
.s1_2_3 .arti02 .banner p {font-size: 26px; color: #fff; font-weight: 600; line-height: 1.6; letter-spacing: -.52px; text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);}
.s1_2_3 .arti02 .banner h5 {margin-top: 12px; font-size: 46px; font-weight: 700; line-height: 1.47; letter-spacing: -.92px; color: #fff; text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);}

.s1_2_3 .arti02 .work {margin-top: 124px;}
.s1_2_3 .arti02 .work ul {margin-top: 40px;}

.s1_2_3 .goal {margin-top: 70px; display: flex; gap: 30px; flex-wrap: wrap;}
.s1_2_3 .goal .item {flex: 0 0 calc(50% - 15px); display: flex;}
.s1_2_3 .goal .item figure {position: relative; width: 1%; flex: 1 1 auto;}
.s1_2_3 .goal .item figure::after {position: absolute; content: ''; width: 20px; height: 20px; border-radius: 50%; background: url(../images/sub/ico_dot.png) 50% 50% no-repeat; background-size: auto; top: 50%; right: -10px; transform: translateY(-50%);}
.s1_2_3 .goal .item figure img {display: block; max-width: 100%; height: 100%;  border-radius: 10px;}
.s1_2_3 .goal .item .txt {max-width: 238px; width: 100%; min-height: 232px; height: 100%; border-radius: 10px; background: url(../images/sub/bg_txt.jpg) 50% 50% no-repeat; background-size: cover; display: flex; align-items: center; justify-content: center;}
.s1_2_3 .goal .item .txt p {font-size: 18px; color: #222; font-weight: 500; line-height: 1.5; letter-spacing: -.36px; text-align: center;}

/* s1_3 */
.s1_3 .section-header ~ .section-header {margin-top: 190px;}
.s1_3 .arti01 {margin-top: 100px; display: flex; gap: 92px; align-items: flex-start;}
.s1_3 .mark {width: 100%; max-width: 684px; height: 494px; display: flex; align-items: center; justify-content: center; background: url(../images/sub/bg_logo.jpg) 50% 50% no-repeat; background-size: auto; border-radius: 10px; overflow: hidden; border: 1px solid #ccc;}
.s1_3 .mark img {display: block; max-width: 100%; margin: 0 auto;}
.s1_3 .arti01 .detail {width: 1%; flex: 1 1 auto;}
.s1_3 .arti01 .detail .txt ~ .txt {margin-top: 55px;}
.s1_3 .arti01 .detail .txt h5 {font-size: 26px; color: #222; font-weight: 600; line-height: 1.6; letter-spacing: -.52px;}
.s1_3 .arti01 .detail .txt p {position: relative; margin-top: 18px; font-size: 20px; color: #767676; letter-spacing: -.4px; line-height: 1.79; padding-left: 10px;}
.s1_3 .arti01 .detail .txt p ~ p {margin-top: 0;}
.s1_3 .arti01 .detail .txt p::before {position: absolute; content: ''; width: 2px; height: 2px; border-radius: 50%; background-color: #767676; top: 15px; left: 0;}

.s1_3 .arti02 {display: flex; gap: 92px; align-items: center; margin-top: 60px;}
.s1_3 .arti02 .mark {height: 219px;}
.s1_3 .arti02 h5 {font-size: 26px; color: #222; font-weight: 600; line-height: 1.6; letter-spacing: -.52px;}

.s1_3 .section-header p {text-align: left; padding-top: 20px; font-size: 26px; font-weight: 600; color: #222; line-height: 1.6; letter-spacing: -.52px;}
.s1_3 .arti03 {margin-top: 60px; display: flex; gap: 30px;}
.s1_3 .arti03 .box {width: 50%; border-radius: 10px; min-height: 164px; height: 100%; display: flex; align-items: center; justify-content: center;}
.s1_3 .arti03 .box p {font-size: 26px; color: #fff; font-weight: 600; line-height: 1.6; letter-spacing: -.52px; text-align: center;}
.s1_3 .arti03 .box.red {background-color: #F00;}
.s1_3 .arti03 .box.yellow {background-color: #FBC600;}


/* s1_4 */
.s1_4 .map {margin-top: 100px; width: 100%; height: 490px;}
.root_daum_roughmap {width: 100% !important; height: 100% !important;}
.root_daum_roughmap .wrap_map {height: 100% !important;}
.root_daum_roughmap .map {margin-top: 0;}
.root_daum_roughmap .map_border {display: none;}
.s1_4 .map-info {position: relative; padding: 95px 138px 0; display: flex; gap: 170px; align-items: center;}
.s1_4 .map-info .logo {max-width: 239px; width: 100%;}
.s1_4 .map-info .logo img {display: block; max-width: 100%;}
.s1_4 .map-info .info {width: 1%; flex: 1 1 auto; border-top: 3px solid #333; padding-top: 20px;}
.s1_4 .map-info .info dl {padding-bottom: 16px; display: flex; align-items: flex-start; border-bottom: 1px solid #e4e4e4;}
.s1_4 .map-info .info dl ~ dl {margin-top: 12px;}
.s1_4 .map-info .info dl dt {position: relative; max-width: 158px; width: 100%; padding-left: 30px; font-size: 18px; font-weight: 600; line-height: 1.71; letter-spacing: -.36px; color: #333;}
.s1_4 .map-info .info dl dt::before {position: absolute; content: ''; width: 4px; height: 4px; border-radius: 50%; background-color: #333; top: 13px; left: 10px;}
.s1_4 .map-info .info dl dt::after {position: absolute; content: ''; width: 1px; height: 9px; background-color: #767676; top: 50%; right: 0; transform: translateY(-50%);}
.s1_4 .map-info .info dl dd {padding-left: 30px; width: 1%; flex: 1 1 auto; font-size: 18px; color: #555; font-weight: 400; line-height: 1.71; letter-spacing: -.36px;}
.s1_4 .map-info .btns {position: absolute; top: -49px; right: 50px; z-index: 2; display: flex; gap: 16px;}
.s1_4 .map-info .btns a {display: flex; width: 86px; height: 86px; border-radius: 50%; align-items: center; justify-content: center; box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25); transition: all .2s linear;}
.s1_4 .map-info .btns a:hover {transform: rotate(35deg);}
.s1_4 .map-info .btns a > img {display: block; max-width: 100%; margin: 0 auto;}
.s1_4 .map-info .btns a.print {background-color: #E60012;}
.s1_4 .map-info .btns a.search {background-color: #776b62;}

/* s2 */
.s2_1 {padding-bottom: 90px;}
.s2_1 .arti01 {margin-top: 70px;}
.s2_1 .arti01 h4 {font-size: 40px; color: #222; font-weight: 700; line-height: 1.6; letter-spacing: -.8px;}
.s2_1 .arti01 p {margin-top: 14px; font-size: 26px; color: #222; font-weight: 600; line-height: 1.6; letter-spacing: -.52px;}
.s2_1 .arti01 .step {margin-top: 148px; }
.s2_1 .arti01 .step ul {max-width: 1182px; width: 100%; display: flex; gap: 70px; margin: 0 auto;}
.s2_1 .arti01 .step ul li {position: relative; width: 1%; flex: 1 1 auto; border-radius: 50%; background-color: #f2f2f2; min-height: 243px; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.s2_1 .arti01 .step ul li:not(:last-child)::before {position: absolute; content: ''; width: 32px; height: 1px; background-color: #E60012; top: 50%; right: -32px; transform: translateY(-50%);}
.s2_1 .arti01 .step ul li:not(:last-child)::after {position: absolute; content: ''; width: 5px; height: 5px; background-color: #E60012; border-radius: 50%; top: 50%; right: -37px; transform: translateY(-50%);}
.s2_1 .arti01 .step ul li span {display: inline-block; padding: 0 20px; line-height: 34px; border-radius: 60px; background-color: #E60012; font-size: 20px; font-weight: 600; color: #fff; letter-spacing: -.4px;}
.s2_1 .arti01 .step ul li dl {margin-top: 18px; display: flex; gap: 15px; align-items: center;}
.s2_1 .arti01 .step ul li dl dt {max-width: 70px; width: 100%;}
.s2_1 .arti01 .step ul li dl dt img {display: block; max-width: 100%;}
.s2_1 .arti01 .step ul li dl dd {width: 1%; flex: 1 1 auto; font-size: 22px; font-weight: 600; line-height: normal; letter-spacing: -.44px; color: #222;}

.s2_1 .arti02 {margin-top: 140px; padding: 70px 0; background: url(../images/sub/bg_s201.jpg) 50% 50% no-repeat; background-size: cover;}
.s2_1 .arti02 .notice {background-color: #fff; border-radius: 10px; padding: 52px 175px;}
.s2_1 .arti02 .notice h5 {position: relative; padding-left: 40px; font-size: 26px; color: #222; font-weight: 600; line-height: 1.6; letter-spacing: -.52px; margin-bottom: 18px;}
.s2_1 .arti02 .notice h5::before {position: absolute; content: ''; width: 6px; height: 6px; border-radius: 50%; background-color: #222; top: 17px; left: 20px;}
.s2_1 .arti02 .notice p {margin-left: 40px; position: relative; padding-left: 10px; font-size: 20px; color: #767676; font-weight: 400; line-height: 1.79; letter-spacing: -.4px;}
.s2_1 .arti02 .notice p::before {position: absolute; content: ''; width: 2px; height: 2px; border-radius: 50%; background-color: #767676; top: 14px; left: 0;}
.s2_1 .arti02 .notice p > strong {color: #222; font-weight: 600;}
