@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}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}
.only1280, .only1024 {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: 1780px; height:var(--header-height); z-index:10;}
#header .sitelogo {filter: grayscale(1) brightness(10);}

#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(--gnb-gap);}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; font-size:19px; font-weight:700; letter-spacing:-.03em; line-height:1.3em; color: #fff;}
#gnb>ul>li.active>a {color: var(--secondary-color) !important;}
#gnb .submenu {display:none; position:absolute; left:0; padding-left: var(--gnb-gap); text-align:center;}
#gnb .submenu>ul {display:flex;}
#gnb .submenu>ul>li>a {display:block; padding:18px 15px; color:#454545; font-size:16px; line-height:1.33em; white-space:nowrap;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline;}
#gnb .submenu>ul>li.active>a {color:#42ade2;}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-top:1px solid #ddd; border-bottom:1px solid #eee;}

.global {display: flex; gap: 10px; margin-right: 50px; font-family: 'NanumSquare';}
.global a {display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 100%; color: #fff; font-weight: 700;}
.global a.on {background: var(--secondary-color); color: #fff !important;}

#header.active {background: #fff;}
#header.active .sitelogo {filter: none;}
#header.active #gnb>ul>li>a {color: var(--dark-color);}
#header.active .global a {color: var(--dark-color);}

/* for mobile */
.btn-m-menu {display:block; position:relative; width:40px; height:22px;}
.btn-m-menu span {position:absolute; right:0; top:50%; width: 65%; height:2px; margin-top:-1px; background:#fff;}
.btn-m-menu:before,
.btn-m-menu:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#fff;}
.btn-m-menu:before {top:0;}
.btn-m-menu:after {bottom:0;}
#header.active .btn-m-menu span,
#header.active .btn-m-menu:before,
#header.active .btn-m-menu:after {background: var(--dark-color);}

.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 {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 .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:25px; 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 */
.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: 1500px; padding:0 50px; transform: translate(-50%, -50%); color:#fff; z-index:40;}
.main-visual .caption p {transition:1.2s; transform:translate(50px,0); opacity:0; text-shadow: 3px 3px 7px rgba(0,0,0,.2);}
.main-visual .caption .txt1 {font-size:clamp(22px, calc( 76 / var(--inner) * 100vw ), 76px); font-weight:700; line-height:1em; letter-spacing:-.03em;}
.main-visual .caption .txt2 {font-size:clamp(16px, calc( 28 / var(--inner) * 100vw ), 28px); font-weight:600; line-height:1.17em; letter-spacing:-.03em; margin-top:30px;}
.main-visual .controls {position:absolute; top:50%; left: 50%; display:flex; align-items:center; justify-content: flex-end; gap: 20px; width: 100%; max-width: 1660px; padding: 0 50px; transform: translate(-50%, -50%); color:#fff; z-index:40;}
.main-visual .pager .current {display:inline-block; width:1.2em; font-size: clamp(18px, calc( 24 / var(--inner) * 100vw ), 24px); font-weight: 600;}
.main-visual .slide-btn {width:70px; height:70px; background-image:url("/images/main/mv-arrow.png"); background-color: unset; background-position:50% 50%; background-repeat:no-repeat; border-radius:100%; border:1px solid rgba(251,251,251,.3); overflow:hidden; transition: .2s;}
.main-visual .slide-prev {transform: rotate(180deg);}
.main-visual .slide-btn:hover {background-color: var(--secondary-color); border-color:var(--secondary-color);}
.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( 55 / var(--inner) * 100vw ), 55px); right: var(--container-space); width:20px; animation:scrollDown .8s linear infinite alternate; z-index:40;}
.mv-family {position: absolute; left: 50%; bottom: clamp(20px, calc( 120 / var(--inner) * 100vw ), 120px); transform: translateX(-50%); display: flex; align-items: center; gap: clamp(15px, calc( 30 / var(--inner) * 100vw ), 30px); width: 100%; max-width: 1660px; padding: 0 50px; color: #fff;}
.mv-family .family-wrap {gap: 10px;}
.mv-family a {display: flex; align-items: center; justify-content: space-between; width: 230px; height: 56px; padding: 15px 20px; background: rgba(255,255,255,.8); border-radius: 8px;}

@keyframes scrollDown{
	0%{transform:translateY(0);}
	100%{transform:translateY(15px);}
}

.main-section .contain {max-width: 1460px; padding-top: var(--header-height);}
.main-txt {width: 32.15%; padding-right: clamp(30px, calc( 50 / var(--inner) * 100vw ), 50px);}
.main-txt p {min-height: 4.875em;}
.product-menu {max-width: 228px;}
.product-menu a {display: block; padding: clamp(10px, calc( 22 / var(--inner) * 100vw ), 22px) 0; border-bottom: 1px solid #ddd; font-weight: 700;}
.product-menu .active a {border-color: var(--primary-color); color: var(--primary-color);}
.product-txt {flex: 1; padding-left: clamp(20px, calc( 85 / var(--inner) * 100vw ), 85px);}
.product-txt p {line-height: 1.5em;}
.product-circle {width: clamp(200px, calc( 500 / var(--inner) * 100vw ), 500px); height: clamp(200px, calc( 500 / var(--inner) * 100vw ), 500px); border-radius: 100%; overflow: hidden; box-shadow: 3px 3px 15px rgba(0,0,0,.5);}
.btn-more {display: flex; align-items: center; gap: 20px; width: fit-content; border-radius: 25px; padding: 5px; padding-left: 20px; border: 1px solid #ddd;}
.btn-arrow {width: 40px; height: 40px; border-radius: 100%; background: var(--secondary-color); color: #fff;}
.btn-more:hover {background: var(--secondary-color); color: #fff; transition: .2s;}
.btn-more:hover .btn-arrow {background: #fff; color: var(--secondary-color);}
.product-content.content-size {display: none;}
.about-boxes {height: fit-content; margin-top: 10px; border-radius: clamp(12px, calc( 25 / var(--inner) * 100vw ), 25px) 0 0 clamp(12px, calc( 25 / var(--inner) * 100vw ), 25px); overflow: hidden;}
.about-boxes:nth-child(even) {flex-direction: column-reverse; margin-top: -10px;border-radius: 0 clamp(12px, calc( 25 / var(--inner) * 100vw ), 25px) clamp(12px, calc( 25 / var(--inner) * 100vw ), 25px) 0;}
.about-box {height: clamp(170px, calc( 270 / var(--inner) * 100vw ), 270px);}
.about-box .img {height: 100%;}
.about-box .img img {height: 100%; width: 100%; object-fit: cover; object-postion: center bottom;}
.about-txt-inner {display: flex; flex-direction: column; justify-content: space-between; height: 100%; padding: clamp(20px, calc( 25 / var(--inner) * 100vw ), 25px) clamp(15px, calc( 35 / var(--inner) * 100vw ), 35px);}
.about-box h3 {margin: 10px 0;}
.about-box p {line-height: 1.5em;}
.about-plus {text-align: right;}

/* sub */
.sub-visual {position:relative; overflow:hidden; height:560px; 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:45px; font-weight:700; line-height:1.3em; letter-spacing:-.03em; font-family: "aktiv-grotesk", sans-serif;}
.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.none-lnb .inner {padding:0;}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.lnb-wrap {position:relative; margin-top: calc(var(--lnb-height) * -1);}
.lnb {margin:0 auto; max-width:1200px;}
.lnb ul {display:flex;}
.lnb ul li {position: relative; flex:1; text-align:center;}
.lnb ul li:not(:last-child):before {position: absolute; content:''; top: 0; bottom: 0; right: -1px; width: 1px; background: #fff; opacity: .3; z-index: 1;}
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:var(--lnb-height); padding:0 15px; background: var(--secondary-color); color:#fff; font-size:18px; font-weight:500; line-height:1.2em; letter-spacing:-.03em;}
.lnb ul li.active a {background: #fff; color:var(--secondary-color);}

.sub-title {padding-top:clamp(50px, calc( 100 / var(--inner) * 100vw ), 100px); padding-bottom:clamp(40px, calc( 55 / var(--inner) * 100vw ), 55px); max-width:1260px; margin:0 auto;}
#contArea.wide .sub-title {padding-left:var(--container-space); padding-right:var(--container-space);}
.sub-title h1 {font-size:35px; line-height:1.3em; color:var(--dark-color); text-align: center;}

#contArea {max-width:1260px; padding-left:var(--container-space); padding-right:var(--container-space); margin:0 auto;}
#contArea.wide {max-width:100%; padding:0;}

.real-cont {padding-bottom:120px;}
.icon img {vertical-align: middle; margin-top: -.02em;}
.txt-center {text-align: center;}

.font-a {font-family: "aktiv-grotesk", sans-serif;}
.font-n {font-family: 'NanumSquare';}
.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-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;}

.fz16-14 {font-size: clamp(14px, calc( 16 / var(--inner) * 100vw ), 16px);}
.fz18-15 {font-size: clamp(15px, calc( 18 / var(--inner) * 100vw ), 18px);}
.fz20-16 {font-size: clamp(16px, calc( 20 / var(--inner) * 100vw ), 20px);}
.fz24-18 {font-size: clamp(18px, calc( 24 / var(--inner) * 100vw ), 24px);}
.fz40-22 {font-size: clamp(22px, calc( 40 / var(--inner) * 100vw ), 40px); line-height: 1.3em;}
.fz50-22 {font-size: clamp(22px, calc( 50 / var(--inner) * 100vw ), 50px); line-height: 1.24em;}

.mb25-12 {margin-bottom: clamp(15px, calc( 25 / var(--inner) * 100vw ), 25px);}
.mb30-15 {margin-bottom: clamp(15px, calc( 30 / var(--inner) * 100vw ), 30px);}
.mb45-25 {margin-bottom: clamp(25px, calc( 45 / var(--inner) * 100vw ), 45px);}

.primary-color {color: var(--primary-color);}
.secondary-color {color: var(--secondary-color);}
.dark-color {color: var(--dark-color);}
.white-color {color: #fff;}

/* footer */
#footer {padding:clamp(20px, calc( 45 / var(--inner) * 100vw ), 45px) 0;background:#232729; font-size: clamp(13px, calc( 15 / var(--inner) * 100vw ), 15px); font-weight: 300; letter-spacing: -.02em; color: #b8b8b8;}
#footer .contain {max-width: 1780px; align-items: center;}
#footer .sitelogo img {filter: grayscale(1) brightness(30); height: 29px;}
.f-info {margin: clamp(10px, calc( 15 / var(--inner) * 100vw ), 15px) 0 clamp(18px, calc( 30 / var(--inner) * 100vw ), 30px);}
.f-info address {display: flex; gap: 0 clamp(15px, calc( 28 / var(--inner) * 100vw ), 28px); font-style: normal;}
.copyright span {color: #646464;}
.f-link a {position: relative; padding-right: 9px; margin-right: 9px;}
.f-link a:not(:last-child):before {position: absolute; content: ''; right: 0; top: 50%; width: 1px; height: 7px; margin-top: -3px; margin-right: -1px; background: #808080;}
.f-nav>ul {display: flex;}
.f-nav>ul>li:not(:last-child) {min-width: 135px; padding-right: 15px;}
.f-nav>ul>li>a {position: relative; font-family: "aktiv-grotesk", sans-serif; font-weight: 700;}
.f-nav>ul>li>a:before {position: absolute; content: ''; top: 50%; left: -8px; margin-top: -2px; width: 4px; height: 4px; background: #b8b8b8; border-radius: 100%; }
.f-nav .submenu ul {padding-top: clamp(12px, calc( 20 / var(--inner) * 100vw ), 20px);}