@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

.only-desktop {display:block !important;}
.only-mobile {display:none !important;}

#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;outline-color:#f37736;}

.contain {width:100%; max-width:1460px; margin:0 auto; padding-left:var(--contain-padding); padding-right:var(--contain-padding);}
.contain:after {content:""; display:block; clear:both;}

/* header */
#header {position:fixed; top:0; width:100%; z-index:110;}
#header .contain {max-width:100%; padding:0 100px; display:flex; align-items:center;}

.sitelogo {height:clamp(24px, calc(32 / var(--inner) * 100vw), 32px); aspect-ratio:169/32;}
.sitelogo a {display:block; height:100%; width:100%; background:url('../images/common/logo-w.png') 0 50% / contain no-repeat;}

#gnb {padding-right:25px; text-align:center; flex:1 1 auto; min-width:0; width:1%;}
#gnb>ul {display:flex; justify-content:flex-end;} 
#gnb>ul>li {position:relative;}
#gnb>ul>li>a {padding:0 var(--gnb-gutter); position:relative; display:flex; align-items:center; flex-direction:column; justify-content:center; height:var(--header-height); color:#fff; font-size:var(--font-size-18); font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li:hover > a {color:var(--color-primary) !important;}

#gnb .submenu {display:none; text-align:left; box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.16); position:absolute; left:50%; z-index:103; min-width:180px; width:max-content; transform:translateX(-50%); background:#fff; border-radius:0 0 16px 16px; box-shadow:none; line-height:2.55em;}
#gnb .submenu ul {border-radius:0 0 16px 16px; background:#FFF; box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.16); border-top:2px solid var(--color-primary); padding:var(--space-15) var(--space-15) var(--space-15) var(--space-35);}
#gnb .submenu ul li a {display:block;}
#gnb .submenu ul li.active a,
#gnb .submenu ul li a:hover {color:var(--color-primary); font-weight:500;}

.language {z-index:10; position:relative; display:inline-block;}
.language .toggle-button {display:flex; align-items:center; border:0; gap:10px; background:none; color:#fff; text-align:left;}
.language .toggle-button .ico {width:26px; display:flex; align-items:center;}
.language .toggle-button .chevron {width:9px; margin-top:-.1em;}
.language .toggle-button svg {display:block; width:100%; height:auto;}
.language .toggle-button path {fill:#fff;}
.language .toggle-layer {font-size:var(--font-size-14); margin-top:10px; display:none; position:absolute; left:0; width:100%; padding:10px; background:#003976; border-radius:8px; text-align:center;}
.language .toggle-layer ul {display:grid; gap:5px;}
.language .toggle-layer a {display:block; font-weight:500; line-height:1.2em; color:#fff; opacity:0.4;}
.language .toggle-layer a:hover {opacity:1;}
.language.active .toggle-button .chevron {transform:scaleY(-1);}

#header:hover {background-color:#fff;}
#header:hover .sitelogo a {background-image:url('../images/common/logo.png');}
#header:hover #gnb>ul>li>a {color:var(--color-bk);}
#header:hover .language .toggle-button {color:var(--color-bk);}
#header:hover .language .toggle-button path {fill:var(--color-bk);}
#header:hover .btn-m-menu span,
#header:hover .btn-m-menu span:before,
#header:hover .btn-m-menu span:after {background-color:#242424;}

#header.header-on {background:rgba(255, 255, 255, 0.20); box-shadow:0 8px 8px 0 rgba(0, 0, 0, 0.03); backdrop-filter:blur(10px);}
#header.header-on .sitelogo a {background-image:url('../images/common/logo.png');}
#header.header-on #gnb>ul>li>a {color:#242424;}
#header.header-on .language .toggle-button {color:#242424;}
#header.header-on .language .toggle-button path {fill:#242424;}
#header.header-on .btn-m-menu span,
#header.header-on .btn-m-menu span:before,
#header.header-on .btn-m-menu span:after {background-color:#242424;}
#header.header-on:hover #gnb>ul>li>a {color:var(--color-bk);}
#header.header-on:hover .language .toggle-button {color:#242424;}
#header.header-on:hover .language .toggle-button path {fill:#242424;}

#header.fixed {background:rgba(255, 255, 255, 0.20); box-shadow:0 8px 8px 0 rgba(0, 0, 0, 0.03); backdrop-filter:blur(10px);}
#header.fixed .sitelogo a {background-image:url('../images/common/logo.png');}
#header.fixed #gnb>ul>li>a {color:var(--color-bk);}
#header.fixed .language .toggle-button {color:var(--color-bk);}
#header.fixed .language .toggle-button path {fill:var(--color-bk);}
#header.fixed .btn-m-menu span,
#header.fixed .btn-m-menu span:before,
#header.fixed .btn-m-menu span:after {background-color:#242424;}

.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-bottom:1px solid #ddd;}

/* for mobile */
.btn-m-menu {position:relative;width:30px;height:30px;text-align:center;text-indent:-9999em;z-index:50; display:none;}
.btn-m-menu span {position:absolute; right:0; top:50%; width:20px; height:3px; background:#fff; border-radius:2px;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; width:27px; height:3px; background:#fff; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s; border-radius:2px;}
.btn-m-menu span:before {top:-9px; transition-property:top, transform;}
.btn-m-menu span:after {bottom:-9px; transition-property:bottom, transform;}

.mobile-navigation {position:fixed; top:var(--header-height); right:0; width:280px; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 18px; display:block; color:#333; font-size:17px; 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 #454545; border-bottom:2px solid #454545;}
.mobile-navigation .nav-menu>ul>li.active {background:#f4f4f4}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:var(--color-primary);}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff}
.mobile-navigation .nav-menu>ul>li.home>a {padding:19px 18px;}
.mobile-navigation .nav-menu>ul>li.home>a:after {display:none;}
.mobile-navigation .nav-menu .submenu {display:none; margin:-1px 0 0 0; padding:10px 0;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:5px 18px; color:#454545; font-size:14px; font-weight:400; line-height:1.4em;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:var(--color-primary);}
.mobile-navigation .menu-close {position:absolute; top:15px; right:15px; width:30px; height:30px;overflow:hidden; text-indent:-999em;}
.mobile-navigation .menu-close:before, 
.mobile-navigation .menu-close:after {content:""; position:absolute; left:14px; height:30px; width:2px; background-color:#ddd;}
.mobile-navigation .menu-close:before {transform:rotate(45deg);}
.mobile-navigation .menu-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 #header {background-color:#fff;}
html.menu-opened #header:after {position:absolute; content:''; bottom:0; left:0; right:0; height:1px; background-color:#ddd;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}
html.menu-opened .language .toggle-button {color:var(--color-bk);}
html.menu-opened .language .toggle-button path {fill:var(--color-bk);}
html.menu-opened .btn-m-menu span {background:none !important;}
html.menu-opened .btn-m-menu span:before,
html.menu-opened .btn-m-menu span:after {transition-delay:0s, 0.3s; background-color:#242424 !important;}
html.menu-opened .btn-m-menu span:before {top:0; transform:rotate(45deg);}
html.menu-opened .btn-m-menu span:after {bottom:0; transform:rotate(-45deg);}
html.menu-opened .sitelogo a {background-image:url(../images/common/logo.png) !important;}

/* main */
#fp-nav {display:none !important;}
#fullpage .section.m-sec .contain {max-width:1720px;}
.main-visual, .main-visual .item {height:100dvh; position:relative; overflow:hidden; background:#000;}
.main-visual .item img {position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:5s linear; transform:scale(1.15);}
.main-visual .item video {position:absolute; inset:0; width:100%; height:100%; object-fit:cover;}
.main-visual .active .item img {transform:scale(1);}
.main-visual .caption {z-index:1000; color:#fff; position:absolute; top:50%; text-align:center; left:50%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); padding:0 var(--contain-padding); width:100%; max-width:1500px; z-index:30;}
.main-visual .caption p {transition:.8s; opacity:0; transform:translateX(20px);}
.main-visual .caption .t1 {font-family:"Barlow Condensed", sans-serif; font-size:clamp(25px, calc(96 / var(--inner) * 100vw), 96px); font-weight:700; line-height:1.08em; letter-spacing:-.03em; color:#fff;}
.main-visual .caption .t2 {margin-top:8px; font-family:"Barlow Condensed", sans-serif; font-size:clamp(20px, calc(72 / var(--inner) * 100vw), 72px); font-weight:700; line-height:1em; letter-spacing:-.03em; color:#C9CACA;}
.main-visual .caption .t3 {margin-top:var(--space-30); font-size:var(--font-size-18); line-height:1.33em; letter-spacing:-.03em; color:#fff;}
.main-visual .active .caption p {opacity:1; transform:translateX(0);}
.main-visual .active .caption .t1 {transition-delay:0.4s;}
.main-visual .active .caption .t2 {transition-delay:0.6s;}
.main-visual .active .caption .t3 {transition-delay:0.8s;}

.main-visual .slick-dots {position:absolute; bottom:var(--space-30); left:50%; transform:translateX(-50%); display:flex; gap:var(--space-20); align-items:center;}
.main-visual .slick-dots li button {width:30px; height:4px; display:block; background:#000; opacity:.1; border:0; transition:.2s; overflow:hidden; font-size:0; line-height:0; text-indent:-9999em;}
.main-visual .slick-dots li.slick-active button {width:64px; opacity:.2;}

@media (min-aspect-ratio:16/9) {
	.main-visual .item iframe {height:56.25vw;}
}
@media (max-aspect-ratio:16/9) {
	.main-visual .item iframe {width:177.78vh;}
}

.visual-scroll {position:absolute; bottom:var(--space-60); left:50%; transform:translateX(-50%); z-index:10; line-height:0; width:100%; text-align:center;}
.visual-scroll .img {animation:pulse 2s infinite;}

@keyframes pulse {
  0% {
    -webkit-transform:translate(0, 0);
	transform:translate(0, 0);}
  50% {
    -webkit-transform:translate(0, 10px);
	transform:translate(0, 10px);}
  100% {
    -webkit-transform:translate(0, 0);
	transform:translate(0, 0);}
}


.m-sec {background-position:50% 50%; background-repeat:no-repeat; background-size:cover;}
.m-sec .prd-slide {display:flex; flex-direction:column; align-items:center; gap:var(--space-80); padding:var(--space-100) 0;}
.m-sec .prd-slide .cont-tit {display:flex; flex-direction:column; align-items:center; gap:var(--space-20); text-align:center; width:100%; max-width:1400px; line-height:1.2;}
.m-sec .prd-slide .cont-tit .tit {font-family:"Barlow Condensed",sans-serif; font-size:var(--font-size-64); font-weight:700; color:#242424; letter-spacing:-0.02em;}
.m-sec .prd-slide .cont-tit .desc {font-size:var(--font-size-18); color:#686868; letter-spacing:-0.02em; line-height:1.333;}
.m-sec .prd-slide .cont {width:100%; position:relative;}

.m-sec .prd-slide .list {display:grid; grid-template-columns:repeat(3, 1fr); gap:var(--space-60); width:100%; max-width:1400px; margin:0 auto;}
.m-sec .prd-slide .item {display:flex; flex-direction:column; gap:var(--space-30); min-width:0; height:auto; padding:0 var(--space-20);}
.m-sec .prd-slide .item .img {aspect-ratio:427 / 320; display:flex; align-items:center; justify-content:center; overflow:hidden;}
.m-sec .prd-slide .item .img img {width:80%; height:80%; object-fit:contain;}
.m-sec .prd-slide .item .txt {margin-top:20px; display:flex; flex-direction:column; gap:var(--space-15); line-height:1.375;}
.m-sec .prd-slide .item .txt .tit {font-size:var(--font-size-24); font-weight:600; color:#242424; letter-spacing:-0.02em;}
.m-sec .prd-slide .item .txt .desc {line-height:1.5em; display:inline-block; vertical-align:top; max-width:calc(100% - 1px); overflow:hidden; word-break:break-all; white-space:normal; text-overflow:ellipsis; height:3em; word-wrap:break-word; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; font-size:var(--font-size-14); color:#454545; letter-spacing:-0.02em;}
.m-sec .prd-slide .nav .btn {position:absolute; top:188px; width:17px; height:30px; padding:0; border:0; background:transparent; cursor:pointer;}
.m-sec .prd-slide .nav .btn img {display:block; width:100%; height:100%;}
.m-sec .prd-slide .nav .prev {left:0;}
.m-sec .prd-slide .nav .next img {transform:scaleX(-1);}
.m-sec .prd-slide .nav .next {right:0;}
.m-sec .prd-slide .prog {position:relative; width:100%; max-width:calc(1400px - 30px); height:4px; margin:var(--space-60) auto 0;}
.m-sec .prd-slide .prog .track {display:block; width:100%; height:100%; background:#ddd;}
.m-sec .prd-slide .prog .bar {position:absolute; left:0; top:0; width:28.5714%; height:100%; background:#003976; transition:left 0.25s ease, width 0.25s ease;}
.m-sec .prd-slide .list.slick-initialized {display:block;}

.main-sec3 {background:url('/images/main/sec3bg.jpg') 50% 50% / cover no-repeat;}
.main-sec3 .prd-slide .item .img img {width:100%; height:100%; object-fit:cover;}


/* sub */
.sub-visual {text-align:center; position:relative; height:clamp(250px, calc( 461 / var(--inner) * 100vw ), 461px); color:#fff; background:#333; overflow:hidden;}
.sub-visual .bg {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:2s; opacity:0; transform:scale(1.1); background-repeat:no-repeat; background-position:50% 0; background-size:cover;}
.sub-visual .inner {position:absolute; top:50%; left:0; width:100%; transform:translateY(-50%);}
.sub-visual .txt1 {font-size:clamp(25px, calc( 72 / var(--inner) * 100vw ), 72px); font-family:"Barlow Condensed", sans-serif; line-height:1em; display:block; letter-spacing:-.03em; font-weight:700;}
.sub-visual .txt2 {margin-top:var(--space-30); font-size:var(--font-size-18); line-height:1.3em; display:block; letter-spacing:-.03em;}
.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 [data-aos=fade-up] {transform:translate3d(0,30px,0);}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.lnb {max-width:1200px; margin:0 auto; margin-top:calc(-1 * var(--lnb-height)); text-align:center; overflow:hidden; background:rgba(0, 0, 0, 0.20); position:relative;}
.lnb .contain {padding:0;}
.lnb ul li {flex:1;}
.lnb ul li a {font-size:var(--font-size-18); height:var(--lnb-height); padding:0 15px; font-weight:600; display:flex; align-items:center; justify-content:center; line-height:1.3em; letter-spacing:-.03em; position:relative; color:#fff; opacity:.8;}
.lnb ul li.active a {background:var(--color-primary); opacity:1;}
.lnb ul li:hover a {opacity:1;}

.sub-title {padding:var(--space-100) 0 var(--space-80); text-align:center;}
.sub-title .tit {font-size:var(--font-size-40); font-weight:600; letter-spacing:-.03em; line-height:1.2em; color:var(--color-bk);}

#contArea {max-width:1260px; padding-left:var(--contain-padding); padding-right:var(--contain-padding); margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.real-cont {padding-bottom:var(--space-150);}

/* footer */
#footer {padding:0; background:#fff; border-top:1px solid #ddd; letter-spacing:-0.03em;}
#footer .foot-main {display:flex; justify-content:space-between; align-items:flex-start; padding:var(--space-50) 0;}
#footer .foot-left {display:flex; flex-direction:column; gap:var(--space-30); flex:1; min-width:0;}
#footer .foot-logo img {height:clamp(24px, calc(32 / var(--inner) * 100vw), 32px);}
#footer .foot-info {display:flex; flex-direction:column; gap:var(--space-10); font-size:var(--font-size-14); line-height:normal;}
#footer .foot-info .addr {color:#454545; letter-spacing:-0.02em;}
#footer .foot-info .row {display:flex; flex-wrap:wrap; gap:var(--space-40); align-items:center;}
#footer .foot-info .item {display:flex; gap:var(--space-10); align-items:center; white-space:nowrap;}
#footer .foot-info .item strong {width:auto; color:#454545;}
#footer .foot-info .item span {color:rgba(69,69,69,0.5);}
#footer .foot-right {display:flex; flex-direction:column; gap:clamp(30px, calc(75 / var(--inner) * 100vw), 75px); align-items:flex-end; flex-shrink:0;}
#footer .foot-top {display:flex; align-items:center; justify-content:space-between; width:47px; text-decoration:none;}
#footer .foot-top .txt {font-size:var(--font-size-15); color:#868686;}
#footer .foot-top .img {position:relative; width:10px; height:10px; margin:0;}
#footer .foot-top .img img {width:100%; height:100%; display:block;}
#footer .foot-policy {display:flex; gap:var(--space-15); align-items:center; justify-content:center;}
#footer .foot-policy a {font-size:var(--font-size-14); color:#5e5e5e; text-decoration:none;}
#footer .foot-policy .bar {width:1px; height:12px; background:#ddd; flex-shrink:0;}
#footer .foot-copybar {background:#003976; padding:12px 0;}
#footer .foot-copybar .copy {font-size:var(--font-size-12); color:#fff; letter-spacing:-0.03em; line-height:normal; margin:0;}
#footer .foot-copybar .by {font-size:10px; color:rgba(255,255,255,0.6); letter-spacing:-0.03em;}

.f-desktop {display:block;}
.f-tablet {display:none;}
.f-mobile {display:none;}