@charset "utf-8";
.real-cont {padding:140px 0 180px;}
.mo {display: none;}

/* 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: 630px; background: url() 50% 50% no-repeat; background-size: cover;}
.page-header > .container {display: flex; align-items: center; justify-content: center; height: 100%;}
.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.type3 {background-image: url(../images/sub/s-visual03.jpg); background-color: #333;}
.page-header.type4 {background-image: url(../images/sub/s-visual04.jpg); background-color: #333;}

.page-header .container h2 {font-size: 70px; font-weight: 600; color: #fff; text-align: center; letter-spacing: -2.1px; line-height: 1.11;}

.lnb {position: absolute; bottom: 0; left: 0; width: 100%; background-color: #fff; border-bottom: 1px solid #ddd;}
.lnb ul {width: 100%; display: flex;}
.lnb ul li {position: relative; width: 1%; flex: 1 1 auto;}
.lnb ul li::after {position: absolute; content:''; width: 1px; height: 12px; top: 50%; right: 0; transform: translateY(-50%); background-color: #ddd;}
.lnb ul li:last-child::after {display: none;}
.lnb ul li a {position: relative; display: block; width: 100%; text-align: center; font-size: 18px; color: #999; line-height: 69px; font-weight: 400; transition: all .3s linear; z-index: 2;}  
.lnb ul li a:after {position: absolute; content:''; width: 100%; height: 2px; background-color: #333; bottom: -1px; left: 0; opacity: 0;}
.lnb ul li.active a {color: #333; font-weight: 600;}
.lnb ul li.active a:after {opacity: 1;}

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

.page-header.type3 .lnb, .page-header.type4 .lnb {display: none;}

section {padding: 140px 0 180px; overflow: hidden;}
.section-header h3 {position: relative; text-align: center; color: #111; font-weight: 600; font-size: 56px; letter-spacing: -1.68px; line-height: 1.39;}
.section-header p {font-size: 22px; line-height: 1.63; color: #333; text-align: center; margin-top: 16px; letter-spacing: -.66px;}


.article-header h5 {font-size: 40px; font-weight: 600; color: #111; line-height: .95; letter-spacing: -1.2px; padding-bottom: 28px; border-bottom: 1px solid #999;}

/* s1_1 */
.s1_1 {padding-bottom: 0;}
.s1_1 article {position: relative; width: 100%; margin-top: 90px; padding-bottom: 180px;}
.s1_1 article::before {position: absolute; content: ''; width: 100%; height: 856px; bottom: 0; left: 0; background: url(../images/sub/bg_s101.jpg) 50% 50% no-repeat; background-size: auto; z-index: -1;}
.s1_1 article .greeting {width: 100%; display: flex; align-items: flex-start; gap: 50px; justify-content: space-between;}
.s1_1 article .txt {width: 1%; flex: 1 1 auto;}
.s1_1 article .txt h4 {font-size: 40px; font-weight: 600; line-height: 1.35; letter-spacing: -1.2px; color: #111;}
.s1_1 article .txt h4 > span {position: relative; display: inline-block;}
.s1_1 article .txt h4 > span::after {position: absolute; content:''; width: 100%; height: 55%; background: #FEC302; bottom: 0; left: 0; z-index: -1;}
.s1_1 article .txt p {margin-top: 140px; font-size: 22px; font-weight: 400; line-height: 1.63; letter-spacing: -.66px; color: #666;}
.s1_1 article .txt p ~ p {margin-top: 32px;}
.s1_1 article .txt p > strong {color: #333; display: block; letter-spacing: -.72px; line-height: 1.58; font-weight: 400; font-size: 24px;}
.s1_1 article .txt dl {margin-top: 80px; display: flex; gap: 10px; align-items: flex-end;}
.s1_1 article .txt dl dt {font-size: 22px; font-weight: 400; line-height: 1.63; letter-spacing: -.66px; color: #333;}
.s1_1 article .txt dl dd {font-size: 34px; font-weight: 500; line-height: 1.63; letter-spacing: -1.02px; color: #111;}
.s1_1 article .figure-box {max-width: 490px; width: 100%;}
.s1_1 article .figure-box figure ~ figure {margin-top: 40px;}
.s1_1 article .figure-box figure img {display: block; max-width: 100%;  margin-left: auto; border-radius: 20px;}

.s1_2 article {margin-top: 90px;}
.s1_2 article ~ article {margin-top: 100px;}
.s1_2 article .cnt {margin-top: 40px;}
.s1_2 .arti01 ul {width: 100%; display: flex; gap: 24px; flex-wrap: wrap;}
.s1_2 .arti01 ul li {flex: 0 0 calc(33.3333% - 16px);}
.s1_2 .arti01 ul li dl {position: relative; border-radius: 20px; background-color: #f8f8f8; padding: 40px; transition: all .2s linear; overflow: hidden;}
.s1_2 .arti01 ul li dl::after {position: absolute; content: ''; width: 414px; height: 59px; background: url(../images/sub/img_txt.png) 50% 50% no-repeat; background-size: auto; bottom: 0; left: 50px; opacity: 0; transition: all .2s linear; z-index: 0;}
.s1_2 .arti01 ul li dl dt {width: 100%; padding: 0 10px; display: flex; gap: 15px; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid #ddd; font-size: 20px; color: #111; font-weight: 600; line-height: 1.6; letter-spacing: -.6px; transition: all .2s linear;}
.s1_2 .arti01 ul li dl dt img {display: block; max-width: 100%;}
.s1_2 .arti01 ul li dl dd {position: relative; margin-top: 20px; font-size: 24px; font-weight: 400; line-height: 1.58; letter-spacing: -.72px; color: #666; min-height: 118px; padding: 0 10px; z-index: 1;}
.s1_2 .arti01 ul li dl dd a {display: inline-block; color: inherit;}
.s1_2 .arti01 ul li dl.on {background-color: #111;}
.s1_2 .arti01 ul li dl.on::after {opacity: .2;}
.s1_2 .arti01 ul li dl.on dt {color: rgba(255, 255, 255, 0.60); border-bottom:1px solid rgba(255, 255, 255, 0.20);}
.s1_2 .arti01 ul li dl.on dd {color: #fff;}

.s1_2 .cnt .txt p {position: relative; padding-left: 24px; font-size: 22px; font-weight: 400; line-height: 1.63; letter-spacing: -.66px; color: #666; display: flex; align-items: flex-start;}
.s1_2 .cnt .txt p::before {position: absolute; content: ''; width: 4px; height: 4px; background-color: #666; top: 15px; left: 0;}
.s1_2 .cnt .txt p span {color: #333; font-weight: 500; display: block; max-width: 50px; width: 100%;}

.s1_2 .arti04 ul {width: 100%; display: flex; gap: 10px 20px; flex-wrap: wrap;}
.s1_2 .arti04 ul li {flex: 0 0 calc(50% - 10px);}
.s1_2 .arti04 ul li dl {display: flex; align-items: center; border-radius: 40px; overflow: hidden;}
.s1_2 .arti04 ul li dl dt {width: 100%; max-width: 240px; height:60px; line-height: 1.63; display: flex; align-items: center; justify-content: center; padding:0 12px; font-size: 22px; font-weight: 600; color: #111; text-align: center; background-color: #FEC302;}
.s1_2 .arti04 ul li dl dt > i {font-style: normal; font-size: 18px; font-weight: 400;}
.s1_2 .arti04 ul li dl dd {width: 1%; flex: 1 1 auto;  padding: 0 30px; background-color: #f8f8f8; height: 60px; display: flex; align-items: center;}
.s1_2 .arti04 ul li dl dd p {font-size:22px; font-weight: 400; line-height: 1.63; color: #333;}


/* s1_3 */
.s1_3 figure {margin-top: 80px; width: 100%;}
.s1_3 figure img {display: block; max-width: 100%; margin: 0 auto;}

/* s1_4 */
.s1_4 article {margin-top: 90px;}
.s1_4 article ul {display: flex; gap:20px; flex-wrap: wrap;}
.s1_4 article ul li {flex: 0 0 calc(20% - 16px);}
.s1_4 article ul li img {display: block; max-width: 100%; margin: 0 auto;}

/* s1_5 */
.s1_5 .ci {margin-top: 90px; width: 100%; display: flex; gap: 20px;}
.s1_5 .ci figure {width: 1%; flex: 1 1 auto; height: 245px; display: flex; align-items: center; justify-content: center; border-radius: 20px; background: url(../images/sub/bg_ci.jpg) 50% 50% no-repeat; background-size: auto; border: 1px solid #ddd; }
.s1_5 .ci figure img {display: block; max-width: 100%; margin: 0 auto;}

.s1_5 .color {margin-top: 100px; display: flex; gap: 140px; align-items: flex-start;}
.s1_5 .color .article-header h5 {border-bottom: 0; padding-bottom: 0;}
.s1_5 .color .palette {width: 1%; flex: 1 1 auto;}
.s1_5 .color .palette .code {display: flex; width: 100%; gap: 20px;}
.s1_5 .color .palette .code ~ .code {margin-top: 50px;}
.s1_5 .color .palette .code span {width: 90px; height: 90px; display: block; border-radius: 50%; margin-right: 20px;}
.s1_5 .color .palette .code.yellow span {background-color: #fec302;}
.s1_5 .color .palette .code.black span {background-color: #000;}
.s1_5 .color .palette .code dl {width: 1%; flex: 1 1 auto;}
.s1_5 .color .palette .code dl dt {font-size: 20px; color: #111; font-weight: 600; line-height: 1.6; letter-spacing: -.6px; padding:0 10px 10px; border-bottom: 1px solid #ddd;}
.s1_5 .color .palette .code dl dd {padding: 10px 10px 0 10px; display: flex; justify-content: space-between;}
.s1_5 .color .palette .code dl dd p {flex: 1 1 auto; width: 1%; font-size: 24px; font-weight: 500; color: #333; line-height: 1.58; letter-spacing: -.72px;}
.s1_5 .color .palette .code dl dd p > i {display: inline-block; font-style: normal; color: #666; font-weight: 400;}
.s1_5 .bg {margin-top: 100px; width: 100%; height: 380px; background: url(../images/sub/bg_s105.jpg) 50% 50% no-repeat; background-size: cover; border-radius: 20px; display: flex; align-items: center; justify-content: center;}
.s1_5 .bg h4 {text-align: center; font-size: 56px; font-weight: 500; line-height: 1.28; letter-spacing: -1.68px; color: #fff;}
.s1_5 .bg h4 > span {display: block; font-size: 32px; font-weight: 400; letter-spacing: -.96px; line-height: 1.18;}
.s1_5 .bg h4 > strong {font-weight: 800;}


/* s1_6 */
.s1_6 h5 {margin-top: 90px; font-size: 40px; font-weight: 500; color: #111}
.s1_6 .map {position: relative;  border-radius: 20px; width: 100%; height: 440px; margin-top: 40px;}
.s1_6 .map-overlay {position: absolute; inset:0; z-index: 10;}
.root_daum_roughmap {width: 100% !important; height: 100% !important;}
.root_daum_roughmap .map {margin-top: 0 !important;}
.root_daum_roughmap .wrap_map {height: 100% !important;}
.root_daum_roughmap .map_border {display: none;}
.s1_6 .map-info {margin-top: 40px; display: flex; gap: 15px; align-items: flex-start; justify-content: space-between; padding: 0 20px;}
.s1_6 .map-info .info {width: 1%; flex: 1 1 auto;}
.s1_6 .map-info .info dl {display: flex; align-items: flex-start;}
.s1_6 .map-info .info dl dt {max-width: 58px; width: 100%; font-size: 22px; font-weight: 600; color: #333; line-height: 1.63; letter-spacing: -.66px;}
.s1_6 .map-info .info dl dd {width: 1%; flex: 1 1 auto; font-size: 22px; font-weight: 400; line-height: 1.63; letter-spacing: -.66px; color: #666;}
.s1_6 .map-info .info dl dd a {display: inline-block; color: inherit;}
.s1_6 .map-info .btn-area {max-width: 170px; width: 100%; display: flex; gap: 10px;}
.s1_6 .map-info .btn-area a {display: block; width: 80px; height: 80px; border-radius: 50%; border: 1px solid #ddd; display: flex; align-items: center; justify-content: center; transition: all .2s linear;}
.s1_6 .map-info .btn-area a > img {display: block; max-width: 100%; transition: all .2s linear;}
.s1_6 .map-info .btn-area a:hover {background-color: #FEC302; border-color: #fec302;}
.s1_6 .map-info .btn-area a:hover > img {filter: brightness(10);}



/* s2 */
.s2 {padding-bottom: 0;}
.s2_1 {padding-bottom: 0;}
.s2 .banner {position: relative; margin-top: 70px; height: 0; padding-bottom: 26.39%; overflow: hidden; border-radius: 20px;}
.s2 .banner img {position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100% !important; height: 100% !important; max-width: 100%; min-height: 100%; object-fit: cover;}

.s2 .box h4 {font-size: 40px; font-weight: 600; color: #111; line-height: .95; letter-spacing: -1.2px; padding-bottom: 28px; border-bottom: 1px solid #999;}
.s2 .feature {margin-top: 90px;}
.s2 .feature .txt {margin-top: 40px; min-height: 180px;}
.s2 .feature .txt p {position: relative; padding-left: 24px; font-size: 22px; font-weight: 400; line-height: 1.63; letter-spacing: -.66px; color: #666;}
.s2 .feature .txt p::before {position: absolute; content: ''; width: 4px; height: 4px; background-color: #999; top: 15px; left: 0;}
.s2 .keyword {margin-top: 100px;}
.s2 .keyword ul {margin-top: 40px; display: flex; gap: 8px; flex-wrap: wrap; align-items: center;}
.s2 .keyword ul li {width: auto; padding: 0 28px; font-size: 20px; color: #666; line-height: 62px; text-align: center; font-weight: 400; letter-spacing: -.6px; border-radius: 100px; background-color: #f8f8f8; transition: all .2s linear;}
.s2 .keyword ul li:hover {background-color: #111; color: rgba(255, 255, 255, 0.80);}

.s2 .others {position: relative; margin-top: 160px; background-color: #f8f8f8; padding: 160px 0 180px;}
.s2 .others ul {display: flex; gap: 20px; align-items: center;}
.s2 .others ul li {flex: 1 1 auto; width: 1%; height: 364px;}
.s2 .others ul li a {position: relative; width: 100%; height: 100%; border-radius: 20px; overflow: hidden; display: flex; align-items: flex-end; justify-content: center; padding: 40px;}
.s2 .others ul li a img {position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 0; transition: all .3s linear;}
.s2 .others ul li a h5 {font-size: 32px; text-align: center; color: #fff; font-weight: 600; line-height: 1.18; letter-spacing: -.96px; z-index: 2;}
.s2 .others ul li a:hover img {transform: scale(1.1);}

.s2 .flow-wrap {margin-top: 38px; width: 100%; white-space: nowrap; position: absolute; bottom: -25px; left: 0;}
.s2 .flow-wrap .flow {display: flex; animation: scroll-left 40s linear infinite; width: max-content;}
.s2 .flow-wrap h3 {display: inline-block; white-space: nowrap; font-family: 'Poppins'; font-size: 150px; font-weight: 700; color: #fff; letter-spacing: -4.5px; line-height: 1.09; margin-right: 30px;}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}








