@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 
body {overflow-x: hidden;}
#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 {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

/* flex */
[class*="flex"] {display: flex;}
[class*="flex"][class*="center"] {align-items: center; justify-content: center;}
[class*="flex"][class*="left"] {justify-content: flex-start;}
[class*="flex"][class*="right"] {justify-content: flex-end;}
[class*="flex"][class*="between"] {justify-content: space-between;}
[class*="flex"][class*="top"] {align-items: flex-start;}
[class*="flex"][class*="middle"] {align-items: center;}
[class*="flex"][class*="bottom"] {align-items: flex-end;}
[class*="flex"][class*="col"] {flex-direction: column;}
.flex-wrap {flex-wrap: wrap;}

.cambria {font-family: "cambria", sans-serif; overflow: hidden;}

#wrapper {position:relative;}

.contain {max-width:1500px; margin:0 auto; padding-right:var(--space-container); padding-left:var(--space-container);}

/* header */
#header {position:fixed; top:0; left:0; width:100%; height:var(--header-height); background:transparent; transition:.2s; z-index:100; font-family: 'michroma';}
#header .contain {display: flex; align-items: center; justify-content: space-between; position:relative; max-width:1800px; height:100%; z-index:10; }

.sitelogo a {display:block; width: 176px; height: 48px; background: url(../images/common/logo.svg) no-repeat center / contain;}
#gnb {display: flex;gap: 100px;}
#gnb > ul {display:flex; justify-content:space-between; text-align:center;}
#gnb > ul > li {position:relative; padding:0 var(--space-50);}
#gnb > ul > li > a {display:flex; flex-direction:column; align-items:center; justify-content:center; height:var(--header-height); color:#fff; font-family: "cambria", sans-serif; overflow:hidden; font-size:var(--font-size-20); font-weight:700; line-height:1.7em; letter-spacing:-.02em; white-space:nowrap;}
#gnb > ul > li > a div {display:flex; flex-direction:column; align-items:center; justify-content:flex-start; overflow:hidden; height:1.5em; padding:0 4px;}
#gnb > ul > li.active > a {color:var(--color-primary) !important;}
#gnb>ul>li>a:after {content:""; position:absolute; bottom:-1px; left:50%; width:0; height:2px; background:var(--color-primary); transition:.2s;}
#gnb>ul>li.active>a:after {width:100%; left:0;}

#gnb .submenu {position:absolute; left:0; width: 100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding: var(--space-26) 0;}
#gnb .submenu>ul>li>a {display:block; font-family: "cambria", sans-serif; font-size: var(--font-size-18); line-height:2.3em; white-space:nowrap;  font-weight: 600; overflow: hidden;}
#gnb .submenu>ul>li>a:hover {color: var(--color-primary);}

.gnb-wrap {display: flex;align-items: center; gap: var(--space-50);}

.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-top: 1px solid #d9d9d9;}

#header.active {background: #fff;}
#header.active .sitelogo a {background: url(../images/common/logo-active.svg) no-repeat center / contain;}
#header.active #gnb > ul > li > a {color:var(--color-sub);}

/* language 토글 */
.language {position:relative; display:inline-block; transition: .3s; }
.language .toggle-button {display:flex; align-items:center; justify-content: center; width: 138px; height: 54px; padding: var(--space-12); border-radius: 80px; background: rgba(255, 255, 255, 0.16); backdrop-filter: blur(2px) ; border:0;}
.language .toggle-layer {display:none; position:absolute; top: calc(100% + 8px); left:0; width:100%;text-align:center;}
.language .toggle-layer ul {display:grid; gap:8px;}
.language .toggle-layer a {display:flex; align-items: center; justify-content: center; height: 50px; padding: 0 10px; font-family: "cambria", sans-serif; color:#999; font-weight:700; line-height:1.625em; font-size: var(--font-size-16); border-radius: 80px; background: #fff; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08); overflow:hidden;}
.language .toggle-layer li.active a, 
.language .toggle-layer a:hover {background:#DCE6F2; color: var(--color-primary); }
.language.active .toggle-button .chevron {transform: rotate(180deg);}

/* header active */
#header.active .language .toggle-button {background: #fafafa;}
#header.active .language .toggle-button .ico {background-image: url(../images/common/lang-active.svg);}
#header.active .language .toggle-button .chevron {background-image: url(../images/common/chevron-active.svg);}
#header.active .language .toggle-button .txt {color:#999;}
/* language active */
#header .language.active .toggle-button {background: var(--color-primary);}
.language .toggle-button .txt, 
#header .language.active .toggle-button .txt {margin-right: var(--space-24); white-space: nowrap; font-family: "cambria", sans-serif; line-height: 1.875em; color:#fff; font-weight:700; font-size: var(--font-size-16); overflow:hidden;}
.language .toggle-button .ico,
#header .language.active .toggle-button .ico {flex-shrink: 0; width:16px; height: 16px; margin-right: 12px; background: url(../images/common/lang.svg) no-repeat center / contain;}
.language .toggle-button .chevron,
#header .language.active .toggle-button .chevron {width:12px; height: 7px; background: url(../images/common/chevron.svg) no-repeat center / contain; transition: .3s;}

/* for mobile */
.btn-m-menu {display:none; position:absolute; top:50%; right:var(--space-container); width:24px; height:24px; -webkit-transform:translateY(-50%); transform:translateY(-50%);}
.btn-m-menu div {display:flex; flex-direction:column; justify-content:center; gap:7px; width:100%; height:100%;}
.btn-m-menu span {display:block; width:100%; height:2px; background:#fff;}

.mobile-navigation {display:block;position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {max-height:60px; padding: 19px 20px;}
.mobile-navigation .home a {display: block;  color: #2c2c2c; font-size:20px; font-weight: 700; line-height: 1.3em;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; display:block; padding:13px 20px; color:#242424; font-size:18px; font-weight:700; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li>a div {display:flex; align-items:flex-end; gap:5px;}
.mobile-navigation .nav-menu>ul>li>a .en {order:2;  font-size:.8em; font-weight:500; line-height:1.3em; opacity:.4;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:12px; height:12px; border-right:2px solid #454545; border-bottom:2px solid #454545;}
.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; background:var(--color-primary); padding: 10px 0;}
.mobile-navigation .nav-menu .submenu > ul > li > a {display:flex; align-items:flex-end; gap:5px; padding:8px 20px; color:#fff; font-size:16px; font-weight:500; line-height:1.3em;}
.mobile-navigation .nav-menu .submenu > ul > li > a .bar {display:none;}
.mobile-navigation .nav-menu .submenu > ul > li > a .en {order:2; font-size:.8em; line-height:1.3em; font-weight:400; opacity:.4;}
.mobile-navigation .close {position:absolute; top:15px; right:15px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:3px; background:#242424; border-radius:3px;}
.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:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}

/* main-visual */

.main-visual {position:relative; overflow: hidden; width: 100%; background: #000;}
.main-visual .item {position:relative; height: 100vh; overflow:hidden;}
.main-visual .img {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transform: scale(1);}
.main-visual .img 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 .caption { position: absolute; left:0; top: 50%; transform: translateY(-50%); width: 100%;}
.main-visual .caption .contain {max-width: 1660px; padding-left: var(--space-container); padding-right: var(--space-container);}
.main-visual .caption .txt { width: 100%; text-align: center; opacity:0; transition:all 0s;}
.main-visual .caption h2 {line-height: 1.4em; font-size: 100px; font-weight: 700; letter-spacing:-.02em; color: #fff; text-shadow: 0 0 16px rgba(0, 0, 0, 0.16); font-style: italic;}
.main-visual .caption h4 {margin-top: var(--space-16); line-height: 1.33em; font-size: var(--font-size-50); font-weight: 700; letter-spacing:-.02em; color: #fff; text-shadow: 0 0 16px rgba(0, 0, 0, 0.16);}
.main-visual .items .slick-active:not(.animate) .caption .txt {opacity:0; transition:all 0s;}
.main-visual .items .slick-active.animate .caption .txt { opacity:1; transition:opacity 2s; transition-delay:0.2s;}
.main-visual .items .reset-animation .caption .txt{opacity:0; transition:all 0s;}

.main-visual .animate .img { animation-name: scale; animation-duration:4s; animation-fill-mode: forwards;} 

@keyframes scale {
    0% {transform: scale(1);}
    100% {transform: scale(1.15);}
}

.scroll-down {position:absolute; bottom:var(--space-120); left:50%; transform:translateX(-50%); text-align:center; z-index:50; animation:scrollDown 2s ease-in-out infinite;}
.scroll-down span.txt {display: block; font-size:var(--font-size-18); color: #fff; font-weight:700; line-height:1.777em; margin-bottom: 16px;}

@keyframes scrollDown {
    0%, 100% {transform: translate(-50%, 0);}
	50% {transform: translate(-50%, 20px);}
}

/* main */
.section {overflow:hidden;}
/* 메인공통 */

/* 배경 */
.main-section {position: relative;}
.main-section .img {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; z-index: -1;}
.main-section .img 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-section .contain {max-width: 1660px; display:flex; align-items:center;}

/* main-txt-box */
.main-txt-box {width:100%; max-width:100%;}
.main-txt-inner {position:relative; display:flex; flex-direction:column; align-items:flex-start; padding:var(--space-64); width:100%; max-width:600px;}
.main-txt-inner:before {content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.32); backdrop-filter:blur(8px); -webkit-backdrop-filter:blur(8px); z-index: -1;}
.main-txt-box .head {display:flex; flex-direction:column; align-items:flex-start; gap:var(--space-48); margin-bottom: var(--space-48);}
.main-sub-title {margin:0; font-family:"cambria",sans-serif; font-size:var(--font-size-18); font-weight:700; line-height:1em; letter-spacing:-0.02em; color:#939598; overflow:hidden;}
.main-title {margin:0; font-family:"cambria",sans-serif; font-size:var(--font-size-56); font-weight:700; line-height:1.25em; letter-spacing:-0.02em; color:#fff; overflow:hidden;}
.main-txt-desc{margin-bottom:var(--space-80); font-family:"Pretendard",sans-serif; font-size:var(--font-size-18); font-weight:500; line-height:1.777em; letter-spacing:-0.02em; color:#fff;}
.main-more-btn {display:inline-flex; align-items:center; gap:var(--space-48); padding:var(--space-16) var(--space-24); background: rgba(3, 78, 162, 0.48); color:#fff; transition: .2s;}
.main-more-btn:hover {background:#fff;}
.main-more-btn .txt {font-family:"cambria",sans-serif; font-size:var(--font-size-18); font-weight:700; line-height:1.777em; letter-spacing:-0.02em; white-space:nowrap; overflow:hidden;}
.main-more-btn:hover .txt {color: var(--color-primary);}
.main-more-btn:after {content:""; flex-shrink:0; width:18px; height:18px; background: url(../images/main/more-arrow.svg) no-repeat center / contain; transition: .2s;}
.main-more-btn:hover:after {background-image: url(../images/main/more-arrow-active.svg);}


/* sub */
.sub-visual {position:relative; width:100%; height:clamp(320px, calc(640 / var(--inner) * 100vw), 640px); overflow:hidden; color:#fff; background-color:#eee; }
.sub-visual .bg {position:absolute; inset:0; width:100%; height:100%; background-position:50% 50%; background-size:cover; animation:sv-zoomIn 3s forwards linear;}
.sub-visual .cell {position:absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width:100%;}
.sub-visual .cell .contain {max-width: 1500px;}
.sub-visual h2 {font-family: 'cambria', sans-serif; font-size:var(--font-size-80); text-align: center; line-height:1.675em; letter-spacing:-.02em; overflow:hidden;}
.sub-visual .bg1 {background-image:url("../images/common/sv1.jpg")}
.sub-visual .bg2 {background-image:url("../images/common/sv2.jpg")}
.sub-visual .bg3 {background-image:url("../images/common/sv3.jpg")}
.sub-visual .bg4 {background-image:url("../images/common/sv4.jpg")}
.sub-visual .bg5 {background-image:url("../images/common/sv5.jpg")}
.sub-visual .bg6 {background-image:url("../images/common/sv6.jpg")}

@keyframes sv-zoomIn {
    0% {transform:scale(1.1);}
    100% {transform:scale(1);}
}

.lnb-wrap {position:absolute; bottom:0; width:100%; text-align:center; z-index:10; }
.lnb {max-width: 1440px; margin: 0 auto;}
.lnb .swiper {width:100%;}
.lnb ul {display:flex; justify-content: flex-start;}
.lnb ul li {position:relative; flex: 1; text-align:center; height:82px; background: rgba(0, 0, 0, 0.24); backdrop-filter: blur(2px);}
.lnb ul li:last-child {border-right:none;}
.lnb ul li a {display:flex; justify-content:center; align-items:center; width:100%; height:100%; font-family: 'cambria'; color:#fff; font-size:var(--font-size-20); font-weight: 700; line-height:1.7em; text-align:center; padding: 0 10px; white-space:nowrap; letter-spacing:-.02em; transition:all .3s; overflow:hidden;}
.lnb ul li.active a, .lnb ul li a:hover {background: var(--color-primary);}

#contArea {max-width:1500px; padding:var(--space-120) var(--space-container); margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}
#contArea.pd0 {padding: 0;}
#contArea.pb0 {padding-bottom: 0;}

.sub-title { margin-bottom:var(--space-120); text-align: left;}
.sub-title h2 {position: relative; font-family: 'cambria', sans-serif; font-size:var(--font-size-56); font-weight:700; color:var(--color-sub); line-height:1.25em; letter-spacing:-.02em; overflow: hidden;}

.real-cont {min-height:300px;}

/* footer */
#footer {position:relative; background:#001225; padding:64px 0 150px; color:#fff; font-weight:400;}
#footer .contain {max-width:1800px;}
#footer .ft-cont {flex-wrap: wrap; gap: var(--space-12); padding-bottom: var(--space-40);}
#footer .ft-company h2 {font-size:var(--font-size-32); font-weight: 700; line-height:1.437em; letter-spacing:-.02em; }
#footer .ft-privacy {gap: var(--space-56);}
#footer .ft-privacy a {font-size:var(--font-size-18); font-weight:600; line-height: 1.7em; letter-spacing:-.02em;}
#footer .ft-contact-info {gap:var(--space-8) var(--space-40); align-items:flex-start; flex-wrap: wrap;}
#footer .ft-contact-info > dl {display:flex; align-items: flex-start; gap: var(--space-24); font-size:var(--font-size-18); line-height:1.777em; letter-spacing:-.02em;}
#footer .ft-contact-info > dl.address {gap: var(--space-12);}
#footer .ft-contact-info > dl dt {flex-shrink: 0; font-family: 'cambria', sans-serif; font-weight: 400; overflow:hidden;}
#footer .ft-cont2 {align-items: flex-end; flex-wrap: wrap; gap: var(--space-20);}
#footer .copyright {flex-wrap: wrap; justify-content: start; gap: 0 var(--space-10); margin-top: var(--space-20); opacity: .48;}
#footer .copyright span {font-size:var(--font-size-16); line-height: 1.875em;}
#footer .copyright .designer:before {content:""; display:inline-block; width: 1px; height: 10px; background: #fff; margin: 0 8px;}
#footer .contact-info-wrap {gap:var(--space-12);}

.main-nav {position:fixed; bottom:0; left:0; width:100%; background: rgba(0, 0, 0, 0.64); backdrop-filter: blur(2px); z-index:100; opacity: 1; transition:  0.3s; pointer-events: auto;}
body.fp-viewing-visual .main-nav {opacity: 0; pointer-events: none;}
.main-nav-list {display:flex; align-items: center;}
.main-nav-list li {flex: 1; text-align:center; height:86px; }
.main-nav-list li a {display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; font-size: var(--font-size-24); font-weight: 700; line-height: 1.583em; letter-spacing:-.02em; color:#999; border-top: 2px solid transparent;}
.main-nav-list li.active a,
.main-nav-list li a:hover {border-color: #fff; color:#fff;}

#sub #footer {padding:var(--space-64) 0;}
#sub .main-nav {display:none;}