@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 {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {max-width:1260px; margin:0 auto; padding-right:var(--space-container); padding-left:var(--space-container);}

/* header */
#header {position:fixed; top:0; left:0; width:100%; z-index:100;}
#header .contain {position:relative; z-index:2; display:flex; align-items:center; justify-content:space-between; width:100%; max-width:1460px; height:var(--header-height);}

.sitelogo a {display:block; width:74px; aspect-ratio:74/72; background:url("../images/common/logo-white.png") 0 50% / contain no-repeat;}

.gnb > ul {display:flex; justify-content:space-between;}
.gnb > ul > li {position:relative; padding:0 50px;}
.gnb > ul > li > a {position:relative; display:flex; align-items:center; justify-content:center;  width:100%; height:var(--header-height); color:#fff; font-size:var(--font-size-18); font-weight:600; line-height:1.2em;}
.gnb > ul > li > a:before {content:""; position:absolute; top:5%; left:50%; width:6px; height:12px; background:url("/images/common/gnb-on.svg") 50% 50% / contain no-repeat; -webkit-transform:translateX(-50%); transform:translateX(-50%); transition:.2s; opacity:0;}
.gnb > ul > li.active > a {color:var(--color-primary) !important;}
.gnb > ul > li.active > a:before {top:10%;  opacity:1;}
.gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
.gnb .submenu>ul {padding:22px 5px;}
.gnb .submenu>ul>li>a {display:block; padding:8px 0; color:#484848; line-height:1.5em;}
.gnb .submenu>ul>li>a:hover {color:var(--color-primary); font-weight:600;}

.submenu-bg {display:none; position:absolute; left:0; width:100%; background:#fff; border-top:1px solid #ddd; box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.1);}

#header.header-hover {background:#fff; box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.1);}
#header.header-hover .sitelogo a {background-image:url("/images/common/logo-black.png");}
#header.header-hover .gnb > ul > li > a {color:#222;}
#header.header-hover .btn-m-menu span {background:#222;}

#header.header-fixed{background:#fff; box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.1);}
#header.header-fixed .sitelogo a {background-image:url("/images/common/logo-black.png");}
#header.header-fixed .gnb > ul > li > a {color:#222;}
#header.header-fixed .btn-m-menu span {background:#222;}


/* for mobile */
.btn-m-menu {display:none; width:24px; height:24px;}
.btn-m-menu div {display:flex; flex-direction:column; justify-content:center; gap:6px; width:100%; height:100%;}
.btn-m-menu span {display:block; width:100%; height:2px; background:#fff;}

.mobile-navigation {display:none;position:fixed; top:0; right:0; width:280px; 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 .links {padding:10px 20px; border-top:1px solid #dfdfdf}
.mobile-navigation .links ul {display:flex; gap:10px;}
.mobile-navigation .links ul li {flex:1;}
.mobile-navigation .links ul li a {display:block; text-align:center; background:#484848; color:#fff; font-size:14px; font-weight:600; line-height:1.3em; letter-spacing:-.03em; padding:10px;}
.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; padding:13px 20px; display:block; color:#2c2c2c; font-size:18px; font-weight:600; line-height:1.3em;}
.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:#014099;}
.mobile-navigation .nav-menu .submenu {display:none; background:var(--color-primary); padding: 10px 0;}
.mobile-navigation .nav-menu .submenu > ul > li > a {display:block; padding:8px 20px; color:#fff; font-size:16px; line-height:1.3em;}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}
.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);}


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 */
.main-visual {position:relative; height:100dvh; background:#000; overflow:hidden;}
.main-visual .item {position:relative; height:100dvh; overflow:hidden;}
.main-visual .item img {position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:5s linear; transform:scale(1.15);}
.main-visual .caption {position:absolute; bottom:35%; left:0; width:100%; color:#fff; z-index:40;}
.main-visual .caption p {transition:1.2s; transform:translate(50px,0); opacity:0;}
.main-visual .caption .t1 {font-size:var(--font-size-28); font-weight:600; line-height:1.3em; letter-spacing:-.02em;}
.main-visual .caption .t2 {font-size:var(--font-size-74); font-weight:700; line-height:1.3em; letter-spacing:-.03em; margin-top:6px;}
.main-visual .controls {position:absolute; bottom:24%; left:0; width:100%; color:#fff; z-index:40;}
.main-visual .controls .contain {display:flex; align-items:center;}
.main-visual .progress {position:relative; margin:0 12px; width:100px; height:2px; background:rgba(255,255,255,0.48);}
.main-visual .progress-bar {position:absolute; top:0; left:0; height:100%; background:#fff;}
.main-visual .slide-btn {width:24px; height:24px; background:rgba(255,255,255,0.4); border-radius:100%; border:0; overflow:hidden;}
.main-visual .slide-btn svg {width:100%; height:100%;}
.main-visual .num {width:1em; text-align:center; font-size:var(--font-size-20); font-weight:600; line-height:1em; letter-spacing:-.01em;}
.main-visual .num.current {margin-left:20px;}
.main-visual .num.total {margin-right:20px; opacity: 0.48;}
.main-visual .active img {transform:scale(1);}
.main-visual .active .caption p {transform:translate(0,0); opacity:1;}
.main-visual .active .caption .t1 {transition-delay:.2s;}
.main-visual .active .caption .t2 {transition-delay:.5s;}

.progress-bar.animated {animation:progressBar 1 linear;}
.progress-bar.paused {animation-play-state:paused !important;}
.progress-bar.play {animation-play-state:running !important;}

@keyframes progressBar {
	0%{width:0;}
	100%{width:100%;}
}

.m-head h2 {font-size:var(--font-size-36); line-height:1.3em; letter-spacing:-.03em;}
.m-head p {margin-top:10px; font-size:var(--font-size-20); font-weight:500; line-height:1.4em; letter-spacing:-.03em; color:#484848;}

.main-product {overflow:hidden;}
.main-product .inner-wrap {display:flex; width:100%; height:100%;}
.main-product .left {width:50%; display:flex; flex-direction:column; align-items:flex-end; justify-content:center; padding-left:var(--space-container); padding-top:var(--space-50);}
.main-product .left .inner {width:100%; max-width:600px; padding-right:var(--space-100);}
.main-product .right {position:relative; display:flex; align-items:center; justify-content:center; width:50%; border:1px solid #ddd; padding-top:var(--space-50);}
.main-product .m-head {margin-bottom:var(--space-60);}
.main-product .slider-nav {display:flex; flex-direction:column; gap:var(--space-20);}
.main-product .slider-nav .item {display:flex; align-items:center; gap:var(--space-16); width:100%; height:var(--space-80); padding:0 var(--space-40); background:#fff; border:1px solid #ddd; border-radius:var(--radius-16); font-size:var(--font-size-20); font-weight:700; line-height:1.3em; letter-spacing:-.03em; color:#999; transition:.2s; text-align:left;}
.main-product .slider-nav .item .bar {width:1px; height:14px; background:#ddd;}
.main-product .slider-nav .item .tit {flex:1 1 auto; min-width:0; width:1%;}
.main-product .slider-nav .item .plus {color:#999; line-height:0;}
.main-product .slider-nav .item.active {background:var(--color-primary); border-color:var(--color-primary); color:#fff; box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.32); }
.main-product .slider-nav .item.active .bar {background:#fff;}
.main-product .slider-nav .item.active .plus {color:#fff;}
.main-product .slider-for {width:100%; max-width:100%;}
.main-product .slider-for .item {position:relative;}
.main-product .slider-for .image img {max-height:calc(100vh - 50px); object-fit:contain;}
.main-product .slider-for .caption {position:absolute; bottom:var(--space-100); left:var(--space-100);}
.main-product .slider-for .caption .title {display:flex; align-items:center; gap:var(--space-20); margin-bottom:var(--space-40); font-size:var(--font-size-40); font-weight:700; line-height:1.3em; letter-spacing:-.03em;}
.main-product .slider-for .caption .title .num {color:var(--color-primary);}
.main-product .slider-for .caption .title .bar {width:2px; height:var(--font-size-24); background:#ddd;}
.main-product .slider-for .caption .more {display:inline-block; border-radius:var(--radius-8); border:1px solid var(--color-primary); background:#fff; color:var(--color-primary); font-size:var(--font-size-20); font-weight:600; line-height:1.1em; letter-spacing:-.03em; padding:var(--space-16) var(--space-24);}
.main-product .slick-dots {display:flex; align-items:center; justify-content:center; gap:var(--space-20); margin-top:var(--space-40);}
.main-product .slick-dots li button {display:block; width:10px; height:10px; border-radius:100%; border:0; background:#ddd; overflow:hidden; font-size:0; line-height:0; text-indent:-9999em;}
.main-product .slick-dots li.slick-active button {background:var(--color-primary);}

.main-about {background:url("/images/main/about-bg.jpg") 50% 50% / cover no-repeat; text-align:center;}
.main-about .contain {padding-top:var(--header-height);}
.main-about .m-head {margin-bottom:var(--space-120);}
.main-about .items {display:grid; grid-template-columns:repeat(3, 1fr); gap:var(--space-40);}
.main-about .item {display:block; position:relative;}
.main-about .item img {border-radius:var(--radius-16); box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.24);}
.main-about .item .tit {position:absolute; bottom:0; left:0; width:100%; padding:var(--space-30) var(--space-40); display:flex; justify-content:space-between; align-items:center; color:#fff; font-size:var(--font-size-24); font-weight:600; line-height:1.3em; letter-spacing:-.03em;}
.main-about .item .tit:after {content:""; width:28px; height:28px; border-radius:100%; background:rgba(255, 255, 255, 0.40) url("/images/main/arrow.svg") 50% 50% no-repeat;}
.main-about .item:hover {transform:translateY(-40px);}

/* sub */
.sub-visual {position:relative; display:flex; align-items:center; height:clamp(240px, calc(500 / var(--inner) * 100vw), 500px); overflow:hidden; text-align:center; color:#fff; background-color:#eee; }
.sub-visual .cell {width:100%; padding:20px;}
.sub-visual h2 {font-size:var(--font-size-56); line-height:1.3em; letter-spacing:-.03em; animation:sv_zoom_in 2s ease-out forwards;}
.sub-visual .bg {position:absolute; inset:0; width:100%; height:100%; background-position:50% 50%; background-repeat:no-repeat; background-size:cover; animation:sv_zoom_out 2s ease-out forwards;}
.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")}

@keyframes sv_zoom_in {
	0%{transform:scale(.8); opacity:0;}
	100%{transform:scale(1); opacity:1;}
}

@keyframes sv_zoom_out {
	0%{transform:scale(1.1);}
	100%{transform:scale(1);}
}

.lnb {position:absolute; bottom:var(--space-40); left:0; width:100%; text-align:center;}
.lnb ul {display:flex;}
.lnb ul li {width:auto; padding-right:var(--space-40);}
.lnb ul li a {display:flex; align-items:center; justify-content:center; min-width:60px; padding:0 18px; height:var(--lnb-height); color:#fff; font-size:var(--font-size-18); font-weight:600; line-height:1.2em; letter-spacing:-.03em; white-space:nowrap; border-radius:50px;}
.lnb ul li.active a {background:var(--color-primary); color:#fff;}

#contArea {max-width:1260px; padding:var(--space-110) var(--space-container) var(--space-120); margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title {margin-bottom:var(--space-70); padding:0 10px; text-align:center;}
.sub-title h1 {font-size:var(--font-size-36); line-height:1.3em; letter-spacing:-.03em;}
.sub-title.blind {padding:0; text-indent:-9999em;}

.real-cont {min-height:200px;}

/* footer */
#footer {padding:37px 0; color:#999; font-size:var(--font-size-16);  line-height:1.5em; letter-spacing:-.02em; background:#222;}
#footer address {font-style:normal;}
#footer a:hover {text-decoration:underline;}
#footer .contain {display:flex; align-items:center; gap:var(--space-40) var(--space-100);}

.foot-logo img {width:88px;}

.foot-info {flex:1 1 auto; min-width:0; width:1%;}
.foot-info .links {margin-bottom:var(--space-20);}
.foot-info .links ul {display:flex; flex-wrap:wrap; gap:var(--space-10) var(--space-40);}
.foot-info .links ul li a {display:flex; align-items:center; gap:var(--space-10); font-weight:600; color:#fff;}
.foot-info .links ul li a:before {content:""; width:16px; height:16px; background:url("/images/common/icon-doc.svg") 50% 50% /contain no-repeat;}
.foot-info address {}
.foot-info address span {display:inline-block;}
.foot-info address .comp {color:#fff; font-weight:600;}
.foot-info address .bar {width:1px; height:10px; margin:0 8px; background:#ddd;}

.foot-info .copyright {margin-top:var(--space-10); display:flex; flex-wrap:wrap; align-items:center; gap:var(--space-10); color:#666;}
.foot-info .copyright .bar {width:1px; height:10px; background:#ddd;}