@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */

#skipToContent a {z-index:100000;position:absolute;overflow:hidden;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;}
#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;}
a:focus {outline:#f37736;}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {max-width:1260px; padding-left:var(--container-space); padding-right:var(--container-space); margin:0 auto;}

/* header */
#header {position:fixed; top: 0; width:100%; z-index:100;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; max-width: 1580px; height:var(--header-height); z-index:10;}

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%; margin-right: clamp(20px, calc(50 / var(--inner) * 100vw), 50px);}
#gnb>ul {display:flex; justify-content:flex-end;}
#gnb>ul>li {position:relative; padding:0 clamp(20px, calc(50 / var(--inner) * 100vw), 50px);}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:var(--header-height); color:#fff; font-size:var(--font-size-20); font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li>a:after {content:""; position:absolute; bottom:-1px; left:50%; width:0; height:4px; background:var(--primary-color); transition:.2s;}
#gnb>ul>li.active>a:after {width:100%; left:0;}
#gnb .submenu {display: none; position:absolute; left:0; width:100%; overflow:hidden; text-align:center; background: #fff;}
#gnb .submenu>ul {padding:20px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:8px 0; line-height:1.5em;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline;}
#gnb .submenu>ul>li.active>a {color:var(--primary-color);}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-top:1px solid #ddd; border-bottom:1px solid #eee;}

#language {display: flex;}
#language a {display: block; padding: 0 14px; border: 1px solid transparent; border-radius: 50px; color: #fff; opacity:.48; font-weight: 700;}
#language a.active {opacity: 1; border-color: #fff;}

#header.active {background: #fff;}

#header.active .sitelogo img {filter: brightness(0);}
#header.active #gnb>ul>li>a {color: var(--dark-color);}
#header.active #language a {color: var(--dark-color);}
#header.active #language a.active {border-color: var(--dark-color); opacity: 1;}
#header.active .btn-m-menu span,
#header.active .btn-m-menu span:before,
#header.active .btn-m-menu span:after {background: var(--dark-color);}

/* for mobile */
.btn-m-menu {display:none; position:relative; width:26px; height:26px;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; height:2px; margin-top:-1px; background:#fff;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#fff;}
.btn-m-menu span:before {top:-9px;}
.btn-m-menu span:after {bottom:-9px;}

.mobile-navigation {display:none; 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 {display:flex; align-items:center; height:var(--header-height); padding:0 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .sitelogo img {filter: brightness(0);}
.mobile-navigation .nav-menu>ul {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 48px 10px 20px; display:block; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:11px; height:11px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:var(--primary-color)}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; background:#f8f8f8; color:#454545; font-size:16px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu ul li {border-top:1px solid #e5e5e5;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:12px 20px;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:var(--primary-color);}
.mobile-navigation .close {position:absolute; top:0; right:15px; width:26px; height:var(--header-height); text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:50%; 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 */
.main-visual {position:relative; background:#000; overflow:hidden;}
.main-visual .item {position:relative; height:100vh; overflow:hidden;}
.main-visual .image {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:5s linear; transform:scale(1.15);}
.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 .caption {position:absolute; top: 50%; left:50%; width: 100%; max-width: 1600px; padding:0 100px; transform: translate(-50%, -50%); color:#fff; z-index:40; text-align: center;}
.main-visual .caption p {transition:1.2s; transform:translate(0,50px); opacity:0;}
.main-visual .caption .txt1 {font-family: 'NanumSquare'; font-size:var(--font-size-24); font-weight:700; line-height:1.17em; letter-spacing:-.03em;}
.main-visual .caption .txt2 {font-family: 'S-CoreDream'; font-size:clamp(32px, calc(54 / var(--inner) * 100vw), 54px); font-weight:600; line-height:1.25926em; letter-spacing:-.03em; margin-top:var(--space-30);}
.main-visual .slick-dots {position:absolute; top: 65%; left:0; transform:translateY(-50%); width: 100%; display:flex; justify-content: center; gap:20px;}
.main-visual .slick-dots button {display: block; width: 10px; height: 10px; background: #fff; border-radius: 100%; border: 0; opacity: .48; overflow: hidden; text-indent: -9999em;}
.main-visual .slick-dots li {position: relative;}
.main-visual .slick-dots li.slick-active:after {content: ''; position: absolute; top: -5px; left: -5px; bottom: -5px; right: -5px; background: #fff; opacity: .48; border-radius: 100%;}
.main-visual .slick-dots li.slick-active button {opacity: 1;}
.main-visual .active .image {transform:scale(1);}
.main-visual .active .caption p {transform:translate(0,0); opacity:1;}
.main-visual .active .caption .txt1 {transition-delay:.2s;}
.main-visual .active .caption .txt2 {transition-delay:.5s;}
.main-visual .scroll {position:absolute; bottom:clamp(20px, calc(80 / var(--inner) * 100vw), 80px); left:50%; width:88px; margin-left:-44px; animation:scrollDown .9s linear infinite alternate; z-index:40;}

@keyframes scrollDown{
	0%{transform:translateY(0);}
	100%{transform:translateY(15px);}
}

.section .contain {padding-top: var(--header-height);}
.main-visual .contain {padding-top: 0;}
.main-company {position: relative; background: url('/images/main/bg-company.jpg') no-repeat center center / cover;}
.main-company:after {content: ''; position: absolute; right: 0; bottom: 0; max-width: 417px; width: 21.7188%; height: 100%; background: url('/images/main/company-symbol.png') no-repeat center bottom / contain;}
.main-company .btn-more {margin: 0 auto;}
.btn-more {position: relative; display: block; width: fit-content; border: 0; background-color: transparent; font-weight: 600; z-index: 1;}
.btn-more.type2 {color: #999;}
.btn-more.type2:after {background-color:#DDD;}
.btn-more:hover {color: var(--primary-color);}
.btn-more:hover:after {background: rgba(255, 245, 200, 1);}
.btn-more:after {content: ''; z-index: -1; position: absolute; top: 50%; margin-top: -24px; margin-right: -17px; right: 0; width: 48px; height: 48px; border-radius: 100%; background: #fff; opacity: .48;}
.btn-more span {margin-left: 5px;}


.main-product {background: url('/images/main/bg-product.jpg') no-repeat center center / cover;}
.main-product-items {margin: 0 -10px;}
.main-product-items .slick-track {display: flex;}
.main-product-items .slick-slide {padding: 0 10px; height: auto;}
.main-product-items .slick-slide:nth-child(even) {margin-top: var(--space-40);}
/* data-slick-index가 짝수인 슬라이드 */

.main-product-items .slick-slide > div, .main-product-item {height: 100%;}
.main-product-item {display: block; padding: var(--space-20) var(--space-20) var(--space-30); border-radius: var(--radius-24); background: rgba(255, 255, 255, 0.88); box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);}
.main-product-item .product-thumb {position: relative; width: 100%; padding-bottom: 67.7235%; margin-bottom: var(--space-30); overflow: hidden;}
.main-product-item .product-thumb img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.main-product-item .product-txt {padding-left: var(--space-20);}
.main-product-item h3 {font-size: var(--font-size-24); font-weight: 600; color: var(--dark-color);}
.main-product-item .txt {margin-top: var(--space-15);}
.main-product-arrows {display: flex; justify-content: center; gap: 20px; margin-top: var(--space-40);}
.main-product-arrows button, .other-product-list .slick-arrow {position: relative; overflow: hidden; text-indent: -9999em; display: block; width: clamp(44px, calc(80 / var(--inner) * 100vw), 80px); height: clamp(44px, calc(80 / var(--inner) * 100vw), 80px); border-radius: 100%; border: 2px solid #fff; background: transparent;}
.main-product-arrows button:after, .other-product-list .slick-arrow:after {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); content: '→'; text-indent: 0; font-size: var(--font-size-40); font-weight: 600; color: #fff;}
.main-product-arrows button.slick-prev:after, .other-product-list .slick-arrow.slick-prev:after {content: '←';}
.main-product-arrows button:hover, .other-product-list .slick-arrow:hover {background: var(--primary-color); border-color: var(--primary-color);}

/* sub */
.sub-visual {position:relative; overflow:hidden; height:500px; background:#333; color:#fff; text-align:center;}
.sub-visual .bg {position:absolute; top:0; left:0; overflow:hidden; width:100%; height:100%; background-repeat:no-repeat; background-position:50% 0; background-size:cover; transition:2s; opacity:0; transform:scale(1.1);}
.sub-visual .inner {position:absolute; top:50%; left:0; width:100%; transform:translateY(-50%);}
.sub-visual h2 {font-size:clamp(32px, calc(56 / var(--inner) * 100vw), 56px); font-weight:700; line-height:1.3em; 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 .bg5 {background-image:url("/images/common/sv5.jpg");}
.sub-visual.none-lnb .inner {padding:0;}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.lnb-wrap {position:relative; margin-top: calc( var(--lnb-height) / -2); padding: 0 var(--container-space);}
.lnb {margin:0 auto; max-width:1200px; background: #FFF7E4;; padding: 10px; border-radius: 100px;}
.lnb ul {display:flex;}
.lnb ul li {flex:1; text-align:center; border-radius: 100px;}
.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:#E9CB84;; font-size:var(--font-size-20); font-weight:700; line-height:1.2em; letter-spacing:-.03em;}
.lnb ul li.active {background:var(--primary-color); border:0;}
.lnb ul li.active a {color:#fff;}

.sub-title.hidden {display: none;}
.sub-title {margin-bottom: var(--space-100);}
.sub-title h1 {font-size: clamp(30px, calc(40 / var(--inner) * 100vw), 40px); line-height: 1.2em; text-align: center; color: var(--dark-color);}

#contArea {max-width:1260px; padding-left:var(--container-space); padding-right:var(--container-space); padding-top: var(--space-100); margin:0 auto;}
#contArea.wide {max-width:100%; padding-left: 0; padding-right: 0; overflow: hidden;}

.real-cont {padding-bottom:var(--space-100);}
.icon img {vertical-align: middle; margin-top: -.02em;}
.txt-center {text-align: center;}

.desc p:not(:last-child) {margin-bottom: 1.77778em;}
.pb100-40 {padding-bottom: clamp(40px, calc( 100 / var(--inner) * 100vw ), 100px);}
.pt100-40 {padding-top: clamp(40px, calc( 100 / var(--inner) * 100vw ), 100px);}
.border-box {position: relative;}
.border-box:before {position: absolute; content: ''; top: 0; right: 0; bottom: 0; left: 0; border: 1px solid #ddd;}

.flex-wrap {display: flex;}
.flex-center {display: flex; justify-content: center;}
.flex-between {display: flex; justify-content: space-between;}
.flex-mid {display: flex; align-items: center;}
.flex-bottom {display: flex; align-items: flex-end;}
.flex-column {display: flex; flex-direction: column;}
.flex1 {flex: 1;}

.fw400 {font-weight: 400;}
.fw500 {font-weight: 500;}
.fw600 {font-weight: 600;}
.fw700 {font-weight: 700;}

.primary-color {color: var(--primary-color);}
.secondary-color {color: var(--secondary-color);}
.dark-color {color: var(--dark-color);}
.white-color {color: #fff;}

.fz18 {font-size: var(--font-size-18); line-height: 1.7778em;}
.fz20 {font-size: var(--font-size-20); line-height: 1.7em;}
.fz28 {font-size: var(--font-size-28); line-height: 1.2em;}
.fz32 {font-size: var(--font-size-32); line-height: 1.5625em;}
.fz40 {font-size: var(--font-size-40); line-height: 1.1em;}

.mb10 {margin-bottom: var(--space-10);}
.mb40 {margin-bottom: var(--space-40);}
.mb50 {margin-bottom: var(--space-50);}
.mb60 {margin-bottom: var(--space-60);}
.mb100 {margin-bottom: var(--space-100);}

/* footer */
#footer {padding: var(--space-40) 0; background:var(--dark-color); color: #fff;}
#footer .contain {gap: 25px clamp(35px, calc(100 / var(--inner) * 100vw), 100px); padding: var(--space-40) var(--container-space);}
.f-link {display: flex; gap: clamp(25px, calc(60 / var(--inner) * 100vw), 60px);}
.f-link a {gap: var(--space-10);}
.f-cnt li {display: flex;}
#footer address {margin: 5px 0;}
#footer address ul {gap: 5px 20px; font-style: normal;}
[lang="en"] #footer address ul {flex-direction: column;}
#footer address strong {font-weight: 600;   }
#footer address strong:after {content: '|'; margin: 0 var(--space-10); font-weight: 100;}
.copyright {color: #999;}
