@charset "utf-8"; /* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */

#skipToContent a {z-index:100000; position:absolute; top:0; left:0; width:1px; height:1px; font-size:0; line-height:0; overflow:hidden} 
#skipToContent a:focus, 
#skipToContent a:active {width:200px; height:50px; background:#21272e; color:#fff; font-size:14px; font-weight:bold; text-align:center; text-decoration:none; line-height:50px} 

.only-desktop-tablet {display:block;} 
.only-desktop {display:block;} 
.only-tablet {display:none;} 
.only-mobile {display:none;} 

/* header */
#header {position:absolute; top:0; left:50%; transform: translateX(-50%); width:100%; background:#fff; border-bottom:1px solid #ddd; z-index:100;} 
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:var(--header-height); z-index:10; max-width: 100% !important;} 
#sub #header {position:relative; top: auto; left:auto; transform: none;} 

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%;} 
#gnb>ul {display:flex; justify-content:center;} 
#gnb>ul>li {position:relative; padding:0 var(--space-40);} 
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:var(--header-height); font-family: 'S-CoreDream-3Bold'; font-family: 'S-CoreDream'; color:#242424; font-size:var(--font-size-21); font-weight:700; letter-spacing:-.03em; line-height:1.3em;} 

#gnb>ul>li.active>a {color: var(--color-secondary);} 
#gnb>ul>li:first-child .submenu {left:0; transform:none;} 
#gnb>ul>li:last-child .submenu {left:auto; right:0; transform:none;} 
#gnb .submenu {display:none; position:absolute; left:50%; text-align:center; transform:translateX(-50%);} 
#gnb .submenu>ul {display:flex;} 
#gnb .submenu>ul>li>a {display:block; padding:25px; color:#fff; line-height:1.33em; letter-spacing: -0.03em; white-space:nowrap; font-family: 'S-CoreDream'; font-weight: 400;} 
#gnb .submenu>ul>li>a:hover {text-decoration:underline;} 
#gnb .submenu>ul>li.active>a {color:#fff;} 
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:var(--color-secondary);} 

/* main */
[data-aos=fade-up] {transform: translate3d(0,100px,0);} 
.main-visual {position:relative; height:100vh; overflow:hidden; color:#fff;} 
.main-visual .item {position:relative; height:100vh; overflow:hidden;} 
.main-visual .image {position:relative; height:100vh; overflow:hidden; transition:5s; transform:scale(1.1);} 
.main-visual .image img {position:absolute; top:50%; left:0; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;} 
.main-visual .main-video {position:absolute; bottom:0; left:0; width:100%; height:100%; overflow:hidden; background-color: #000;} 
.main-video video {position: absolute; bottom: 0; left: 0; width: 100%; height: 116.6%; object-fit: cover;} 
.main-visual .caption {position:absolute; top:50%; transform:translateY(-50%); width:100%; z-index:40;} 
.main-visual .caption p {opacity:0; transform:translateY(50px); transition:1.4s;} 
.main-visual .caption .box p {opacity:0; transform:translateY(50px); transition:1.4s;} 
.main-visual .caption .t1 {margin-bottom:var(--space-90); font-size:var(--font-size-56); font-weight:700; line-height:1.125em; letter-spacing:0; text-align: center; color: #fff; font-family: 'S-CoreDream'; font-weight: 600; filter: drop-shadow(3px 0px 5px rgba(0,0,0,0.4));} 
.main-visual .caption .t2 {font-family: 'S-CoreDream'; font-weight: 600; font-size: var(--font-size-26); color: #fff; line-height:1.125em; letter-spacing:0; text-align: center;} 
.main-visual .caption .t1 strong {font-size: var(--font-size-66);} 
.main-visual .box-wrap {position:relative; width:100%; max-width: 915px; height:350px; margin:0 auto;} 
.main-visual .box-wrap .box {position: absolute;} 
.main-visual .box-wrap .box:first-child {margin-top:0;} 
.main-visual .box-wrap .box.box1 {top:0; left:0;} 
.main-visual .box-wrap .box.box2 {top:50%; right:0; transform: translateY(-50%);} 
.main-visual .box-wrap .box.box3 {left:var(--space-70); bottom:0;} 
.main-visual .box-wrap .box p {display:flex; justify-content: center; align-items: center; position:relative; width: 520px; height: 100px; border-radius: 50vh;} 
.main-visual .box-wrap .box p::before {content: ""; position: absolute; bottom:0; width:81px; height:87px; background: url(/images/main/logo-02.png) no-repeat center/contain;} 
.main-visual .box-wrap .box.box1 p::before {left:0;} 
.main-visual .box-wrap .box.box2 p::before {right:0; transform: scaleX(-1);} 
.main-visual .box-wrap .box.box3 p::before {left:0;} 
.main-visual .box-wrap .box.box1 p {background-color: rgb(83, 197, 203);} 
.main-visual .box-wrap .box.box2 p {background-color: rgb(54, 164, 183);} 
.main-visual .box-wrap .box.box3 p {background-color: rgb(83, 197, 203);} 
.main-visual .active .image {transform:scale(1);} 
.main-visual .active .caption p {opacity:1; transform:translateY(0);} 
.main-visual .active .caption .box p {opacity:1; transform:translateY(0);} 
.main-visual .active .caption .box1 p {transition-delay:.2s;} 
.main-visual .active .caption .box2 p {transition-delay:.4s;} 
.main-visual .active .caption .box3 p {transition-delay:.6s;} 

.main-visual .slick-arrow {position:absolute; top:50%; transform:translateY(-50%); overflow:hidden; width:34px; height:65px; border: 0; text-indent:-9999em; line-height:0; font-size:0; z-index:50; transition: .3s; opacity:.4;} 
.main-visual .slick-arrow:hover {opacity:1;} 
.main-visual .slick-prev {left:var(--container-space); background:url("../images/main/slide-prev.png") no-repeat center/contain;} 
.main-visual .slick-next {right:var(--container-space); background:url("../images/main/slide-next.png") no-repeat center/contain;} 
.main-visual .slick-dots {position: absolute; bottom: var(--space-50); left: 0; display: flex !important; justify-content: center; align-items: center; width: 100%; text-align: center; line-height: 0; z-index: 50;} 
.main-visual .slick-dots li {display: inline-block; margin: 0 8px;} 
.main-visual .slick-dots li button {position: relative; display: block; width: clamp(10px, calc( 15 / var(--inner) * 100vw ), 15px );; height: clamp(10px, calc( 15 / var(--inner) * 100vw ), 15px );; background: rgba(255,255,255,.3); border: 1px solid transparent; border-radius: 100%; overflow: hidden; text-indent: -9999em; transition: .2s;} 
.main-visual .slick-dots .slick-active button {background: #fff;} 

/* section */
.section {padding:var(--space-130) 0;} 
.section .contain {max-width: 1400px;} 
.section p {font-family: 'S-CoreDream' !important;} 

.sec-tit h2 {font-family: 'S-CoreDream'; font-weight: 600; font-size: var(--font-size-56); line-height:1.32em; color: #242424; letter-spacing: -0.03em;} 
.sec-tit .highlight {position:relative; width:fit-content; margin: 0 auto; font-size: var(--font-size-34); color: #fff; font-weight:500;  padding:var(--space-10);text-align:center; line-height:1.3em;} 
.sec-tit .highligh.type2 {padding: 3px 5px; font-size: var(--font-size-32); line-height:1.31em;} 
.sec-tit .highlight::before {content: ""; display: inline-block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: var(--color-primary); width: -webkit-fill-available; z-index: -1;} 

.section.sec1 {padding:0;} 
.section.sec1 .img {width:100%;}
.section.sec1 .img img {width:100%;}

.sec2 {background: url(/images/main/bg-sec-02.jpg) no-repeat center/cover;} 
.sec2 .img-wrap {margin-top:var(--space-80); position:relative; width:100%; height:380px; background: url(/images/main/sec-02.jpg) no-repeat center/cover; border-radius: var(--border-radius-30); box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);} 
.sec2 p {position: absolute; right:var(--space-30); bottom:var(--space-30); color: #fff; font-size: var(--font-size-38); line-height:1.26em; font-family: 'S-CoreDream'; font-weight:500; text-align: right;} 

.sec3 {background: url(/images/main/bg-sec-03.jpg) no-repeat center/cover;} 
.sec3 .desc {margin-top:var(--space-50); color: #fff; font-weight:500; font-size: var(--font-size-28); text-align:center;} 
.sec3 .desc .underline {display:inline-block; position:relative; font-weight:700; font-size: var(--font-size-34); z-index:10; display: inline; box-shadow: inset 0 -16px 0 var(--color-primary);} 

.one-list {display:flex; justify-content: center; gap: 0 var(--space-80); padding-top:var(--space-80); width:100%; max-width: 924px; margin:0 auto;} 
.one-list > li {position:relative; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 254px; height: 254px; border-radius: 100%; color: #fff; background-color: rgba(255,255,255,0.2); text-align: center; margin: 0 auto; border: 3px solid #fff;} 
.one-list > li::after {content: ""; position: absolute; top:50%; right:-66px; transform: translateY(-50%); width:44px; height:8px; background: url(/images/main/dots.png) no-repeat center/contain;} 
.one-list > li:last-child::after {display:none;} 
.one-list .tit {margin-bottom: 5px; font-weight: 700; font-size: var(--font-size-38); line-height: inherit; letter-spacing: -0.03em; color: var(--color-dark); font-family: 'S-CoreDream';} 
.one-list span {display: block; margin-top:15px; font-size: var(--font-size-22); font-weight: 500; line-height: inherit; color: var(--color-dark); font-family: 'S-CoreDream';} 
.one-list span strong {font-size: var(--font-size-28); font-weight:500;} 

.sec4 {background: url(/images/main/bg-sec-04.jpg) no-repeat center/cover;} 
.sec4 h2 {color: #fff;} 

.icon-list {display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 var(--space-45);} 
.icon-list li {display:flex; flex-direction:column; background:rgba(255, 255, 255,0.7); height: 270px; border-radius: var(--border-radius-16); padding:var(--space-40) var(--space-30); padding-right:5px; cursor:pointer;} 
.icon-list {margin-top:var(--space-70);} 
.icon-list li .ico {margin-bottom:var(--space-40); width:clamp(40px, calc( 70 / var(--inner) * 100vw ), 70px );; height:clamp(40px, calc( 70 / var(--inner) * 100vw ), 70px );; background-color: var(--color-primary); border-radius: 100%; border: 1px solid var(--color-primary); transition: .3s;} 
.icon-list li .txt {font-size: var(--font-size-20); color: var(--color-dark); line-height:1.4em; font-weight:500; transition: .3s;} 
.icon-list li .txt strong {font-size: var(--font-size-24); font-weight:700; line-height:1.17em;} 
.icon-list li:hover {background-color: var(--color-secondary);} 
.icon-list li:hover .ico {border: 1px solid #fff; background-color: var(--color-secondary);} 
.icon-list li:hover .txt {color: #fff !important;} 

.section.sec5 {position:relative; padding:0; height:820px;} 
.sec5 .img {width:49.5%; position: absolute; left:0; height:100%;} 
.sec5 .img img {width:100%; height:100%; object-fit: cover; border-top-right-radius: var(--border-radius-30); border-bottom-right-radius: var(--border-radius-30);} 
.sec5 .txt {position: absolute; right:0; width:52%; height:100%; z-index: -1; background: url(/images/main/bg-sec5.jpg) no-repeat bottom right/cover; display:flex; flex-direction: column; justify-content: center; padding:var(--space-160) var(--space-120);} 
.sec5 .desc {color: #fff; font-size: var(--font-size-24); line-height:1.33em; text-align:left; padding-left:10px;} 

.point-list {display:flex; flex-direction: column; gap: 10px; margin-top:var(--space-40); padding-left:10px;} 
.point-list li {display:flex; align-items: center; width: 510px; height: 55px; border-radius: var(--space-10); background-color: rgb(255, 255, 255);} 
.point-list .num {position:relative; display:block; width:120px; font-weight:600; font-size: var(--font-size-18); color: var(--color-primary); text-align: center; font-family: 'S-CoreDream';} 
.point-list .num::after {content: ""; position: absolute; top:50%; right:0; transform: translateY(-50%); width: 1px; height: 12px; background-color: rgb(221, 221, 221);} 
.point-list p {flex: 1 1 auto; width:1%; min-width:0; font-size: var(--font-size-18); font-weight:500; padding-left:var(--space-20);} 

.doc-guide {color: #e0e0e0; text-indent : -10px; padding-left : var(--space-20); font-weight:500; line-height:1.5em; margin-top:var(--space-30);} 

.sec6 .contain {max-width: 1600px;} 
.sec6 .flex-wrap {align-items: center;} 
.sec6 .flex-wrap .img {width:47%;} 
.sec6 .flex-wrap .img img {border-top-right-radius: var(--space-60); border-bottom-left-radius: var(--space-60); box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.2);} 
.sec6 .cnt {width:53%; padding-left:var(--space-100);} 
.sec6 .line {width: 95px; height: 3px; background-color: rgb(28, 139, 167); margin:var(--space-50) 0;} 
.sec6 p {font-size: var(--font-size-18); line-height:1.56em; font-weight:500; margin-bottom:var(--space-20);} 
.sec6 p:last-child {margin-bottom:0;} 
.sec6 p.t2 {font-size: var(--font-size-20); line-height:1.40em;} 
.partner-list {display: grid; grid-template-columns: repeat(6, 1fr); gap:0 var(--space-20); margin-top:var(--space-100);} 
.partner-list .img {width:100%; padding: var(--space-15); border: 1px solid #ddd; border-radius: var(--border-radius-16); text-align:center;} 

.sec7 {background-color: #ebf6f8;} 
.sec7 .sec-tit {margin-bottom:var(--space-80);} 

.cnt-list li {display:flex; border-radius: var(--space-20); box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2); margin-bottom:8px;} 
.cnt-list li:last-child {margin-bottom:0;} 
.cnt-list li .img {width:23%; height: 217px;} 
.cnt-list li .img img {height:100%; object-fit: cover; border-top-left-radius: var(--space-20); border-bottom-left-radius: var(--space-20);} 
.cnt-list li .txt-wrap {flex: 1 1 auto; width:1%; min-width: 0; height: 217px; display: flex; flex-direction: column; justify-content: center; padding:var(--space-10) var(--space-60); background-color: #fff; border-top-right-radius: var(--space-20); border-bottom-right-radius: var(--space-20);} 
.cnt-list li .txt-wrap .cop {font-weight:600; line-height:inherit;} 
.cnt-list li .txt-wrap .desc {padding-top:var(--space-10); font-weight:600; font-size: var(--font-size-30); line-height:inherit; color: var(--color-dark); text-align: left;} 

.section.sec8 {padding:0;} 
.sec8 .contain {max-width: 1600px;} 

.banner {position:relative;} 
.banner .txt {position: absolute; top:50%; left:50%; transform: translate(-50%, -50%); width:100%;} 
.banner p {font-weight:600; color: #fff; text-align:center;} 
.banner .t1 {font-size: var(--font-size-60); line-height:1em;} 
.banner .t2 {padding-top:var(--space-40); font-size: var(--font-size-70); font-weight: 800; line-height:1em;} 

/* sub page */
.contain {max-width:1600px; margin:0 auto; padding-left:var(--container-space); padding-right:var(--container-space);} 
#contArea {max-width:1600px; padding-left:var(--container-space); padding-right:var(--container-space); margin:0 auto;} 
#contArea.wide {max-width:100% !important; padding-left:0; padding-right:0;} 

#sub #contArea,
#sub .contain {max-width: 1400px;} 

.sub-title {padding: var(--space-80) 0; text-align:center;} 
.sub-title h1 {font-size:var(--font-size-36); line-height:1em; color:var(--color-dark); letter-spacing: 0;} 

.real-cont {padding:0 0 var(--space-150);} 

.sub-visual {position:relative; height:600px; z-index:10; overflow:hidden;} 
.sub-visual .background {position:absolute; top:0; left:0; width:100%; height:100%; background-position:50% 50%; background-repeat:no-repeat; background-size:cover; transform:scale(1.09); -ms-transform:scale(1.09); /* IE 9 */
 -moz-transform:scale(1.09); /* Firefox */
 -webkit-transform:scale(1.09); /* Safari and Chrome */
 -o-transform:scale(1.09); /* Opera */
transition: all 2s ease-out 0s; transition-delay: 0.1s; z-index:0;} 
.sub-visual.load .background {transform:scale(1); -ms-transform:scale(1); /* IE 9 */
 -moz-transform:scale(1); /* Firefox */
 -webkit-transform:scale(1); /* Safari and Chrome */
 -o-transform:scale(1); /* Opera */} 
 .sub-visual .tt-wrap {width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 1; color: #fff; text-align: center;} 
.sub-visual .tt-wrap .tit {font-size: var(--font-size-50); line-height: 1.2em; font-weight: 800;} 
.sub-visual .tt-wrap .en {margin-top:var(--space-20); font-size: var(--font-size-20); line-height: 1.2em; font-weight: 500; font-family: 'S-CoreDream';} 

.lnb-wrap {position:relative; background-color: #f5f5f5;} 
.lnb {margin:0 auto; max-width:1200px;} 
.lnb ul {display:flex;} 
.lnb ul li {width:auto; text-align:center; background-color: #f5f5f5;} 
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:var(--lnb-height); padding:0 15px; color:#222222; font-size:var(--font-size-17); font-weight:600; line-height:1.2em; letter-spacing:-.03em;} 
.lnb ul li.active {background:var(--color-primary);} 
.lnb ul li.active a {color:#fff;} 

/* footer */
#footer {background-color: #f8f8f8; padding: var(--space-60) 0;} 
#footer .contain {display: flex; justify-content: space-between; align-items: end; max-width: 100%;} 
#footer .foot-info {max-width: 850px;} 
#footer .foot-info .foot-logo {margin-bottom:var(--space-20);} 
#footer .foot-info address {font-style: normal;} 
#footer .foot-info address .wrap {display: flex; flex-wrap: wrap; gap: 0 var(--space-30);} 
#footer .foot-info address p {line-height: 1.666em; color: #7b7b7b; font-size: var(--font-size-15); font-family: 'S-CoreDream';} 
#footer .foot-info .copy {color: #8d8d8d; font-size: var(--font-size-14); font-weight:400; line-height: 1.86em; margin-top: var(--space-30); font-family: 'twayair'; letter-spacing: -0.02em;} 
#footer .foot-info .copy {font-family: 'S-CoreDream';} 
#footer .foot-info .copy a {color: #8d8d8d;} 
#footer .foot-menu {display: flex; justify-content: flex-end; margin: 0 -10px;} 
#footer .foot-menu li {padding: 0 10px;} 
#footer .foot-menu li a {color: #7b7b7b; font-size: var(--font-size-15); font-family: 'S-CoreDream'; line-height:1.87em;} 
#footer .copy a:hover {text-decoration: underline;} 

.scroll-top {position: fixed; opacity: 0; bottom: var(--space-180); right: var(--container-space); text-align: right; pointer-events: none;} 
.scroll-top.active {opacity: 1; pointer-events: auto;} 

/* for mobile */
.only-mobile {display:none;} 

.btn-all-menu {display: block; width: 33px; height: 22px; text-align: center; transition: all 0.5s ease-in-out; text-indent: -9999em; position: relative;} 
.btn-all-menu span {position: absolute; right: 0; top: 50%; margin-top: -1px; display: block; height: 2px; width: 33px; background: #4c4d4d;} 
.btn-all-menu span:before, .btn-all-menu span:after {content: " "; position: absolute; right: 0; width: 33px; height: 2px; background: #4c4d4d; transition-duration: 0.3s, 0.3s; transition-delay: 0.3s, 0s;} 
.btn-all-menu span:before {top: -11px; transition-property: top, transform;} 
.btn-all-menu span:after {bottom: -11px; transition-property: bottom, transform;} 

.btn-m-menu {display:none; position:absolute; top:50%; margin-top:-11px; right:30px; width:23px; height:22px; text-align:center; text-indent:-9999em; z-index:99; transition:all 0.5s ease-in-out;} 
.btn-m-menu span {position:absolute; right:0; top:50%; margin-top:-1px; height:2px; width:23px; background:#4c4d4d;} 
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; width:23px; height:2px; background:#4c4d4d; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;} 
.btn-m-menu span:before {top:-10px; transition-property:top, transform;} 
.btn-m-menu span:after {bottom:-10px; transition-property:bottom, transform;} 
.mobile-navigation {position:fixed; top:0; right:0; padding:20px 0; width:400px; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:202;} 
.mobile-navigation .home {display:block; margin-bottom:20px; padding-left:15px;} 
.mobile-navigation .home a {display:block;} 
.mobile-navigation .home img {height:30px;} 
.mobile-navigation .nav-menu>ul {margin-top:30px;} 
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;} 
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:12px 15px; display:block; color:#454545; font-size:18px; font-weight:500; line-height:1.3em;} 
.mobile-navigation .nav-menu>ul>li a:after {content:""; position:absolute; top:50%; right:15px; transform:translateY(-75%) rotate(45deg); width:10px; height:10px; border-right:2px solid #2c2c2c; border-bottom:2px solid #2c2c2c;} 
.mobile-navigation .nav-menu>ul>li.active>a {color:var(--color-primary)} 
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:var(--color-primary);} 
.mobile-navigation .nav-menu .submenu {display:none; margin:-1px 0 0 0; padding:0 15px 15px;} 
.mobile-navigation .nav-menu .submenu>ul:after {content:""; display:block; clear:both;} 
.mobile-navigation .nav-menu .submenu>ul>li>a {display:block; position:relative; padding:5px 15px; color:#454545; font-size:16px; font-weight:400; line-height:1.3em;} 
.mobile-navigation .nav-menu .submenu>ul>li>a:after {display:block; content:""; position:absolute; top:14px; left:5px; width:4px; height:4px; background:#dfdfdf; border-radius:50%; transition:.3s ease-in-out;} 
.mobile-navigation .nav-menu .submenu>ul>li>a:hover {color:var(--color-primary)} 
.mobile-navigation .nav-menu .submenu>ul>li>a:hover:after {background:var(--color-primary)} 
.mobile-navigation .close {position:absolute; top:20px; right:15px; width:24px; height:24px; text-indent:-9999em; overflow:hidden;} 
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:2px; background:#2c2c2c;} 
.mobile-navigation .close:before {transform:rotate(45deg);} 
.mobile-navigation .close:after {transform:rotate(-45deg);} 

.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:201;} 

html.menu-opened {overflow:hidden;} 
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);} 
html.menu-opened .mobile-overlay {display:block;} 