@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:1460px; 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 {flex:1;position: absolute; left: var(--container-space); filter:grayscale(1) brightness(30);}

#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 51px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; min-width: max-content; height:var(--header-height); color:#fff; font-size:19px; font-weight:500; letter-spacing:-.03em; line-height:1.3em;}
#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:18px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:7px 0; color:var(--dark-color); font-size:16px; line-height:1.5em;}
#gnb .submenu>ul>li>a:hover {color:var(--primary-color); text-decoration:underline; text-underline-offset: 4px;}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-top:1px solid #ddd; border-bottom:1px solid #eee;}

#header.active {background: #fff; border-bottom:1px solid #ddd;}
#header.active .sitelogo {filter: none;}
#header.active #gnb>ul>li>a {color: var(--dark-color);}
#header.active .btn-m-menu span,
#header.active .btn-m-menu span:before,
#header.active .btn-m-menu span:after {background: var(--dark-color);}
#header.active .lang {border-color:#dfdfdf;}
#header.active .lang ul:before {background: #dfdfdf;}
#header.active .lang li a {color: var(--primary-color);}

.btn-border {display: flex; align-items: center; justify-content: center; height: var(--btn-height); padding: 0 20px; border-radius: 23px; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.48); font-size: 14px; font-weight: 700; color: #fff; transition: .3s;}
.lang {position:relative;display:inline-block;transition:width 0.3s;overflow:hidden;}
.btn-border.lang {padding: 0;}
.lang ul {position: relative;display:flex;align-items:center;justify-content:center;}
.lang li a {display:flex; align-items:center; justify-content:center; width:0; height:var(--btn-height); transition: 0.3s; overflow:hidden;}
.lang li.active a {width:var(--btn-height);}
.lang ul:before {position: absolute; left: 50%; top: 50%; content:""; width: 1px; height: 12px; background:rgba(255,255,255,0.3); margin-top:-6px; opacity:0;}
.lang li a:hover {text-decoration:underline; text-underline-offset: 3px;}
.lang:hover ul:before {opacity:1;}
.lang:hover li a {width:var(--btn-height);}

/* 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 .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;}
.mv-caption {position:absolute; bottom: 20%; left:50%; width: 100%; max-width: 1600px; padding:0 100px; transform: translateX(-50%); color:#fff; z-index:40; font-size: var(--font-size-40); line-height: 1.45em;}
.mv-controls {display: flex; justify-content: flex-end; position:absolute;bottom: clamp(10px, calc(45 / var(--inner) * 100vw), 45px); left:50%; width: 100%; max-width: 1600px; padding:0 100px; transform: translateX(-50%); display:flex; align-items:center; color:#fff; z-index:40;}
.mv-controls .wrap {gap: 15px; margin-left: 30px;}
.mv-controls .pager .current {display:inline-block; width:.6em;}
.mv-controls .progress {position:relative; margin:0 10px; width:88px; height:3px; background:rgba(255,255,255,.3);}
.mv-controls .progress-bar {position:absolute; top:0; left:0; height:100%; background:#fff;}
.mv-controls .slide-btn {width:9px; height:12px; background-position:50% 50%; background-repeat:no-repeat; background-size: contain; border:0; background-color: unset; overflow:hidden;}
.mv-controls .slide-prev {background-image:url("/images/main/mv-play.png"); transform: scaleX(-1);}
.mv-controls .slide-next {background-image:url("/images/main/mv-play.png");}
.mv-controls .slide-stop {background-image:url("/images/main/mv-stop.png");}
.mv-controls .slide-play {display:none; background-image:url("/images/main/mv-play.png");}
.mv-controls .active .image {transform:scale(1);}

.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%;}
}
@keyframes scrollDown{
	0%{transform:translateY(0);}
	100%{transform:translateY(15px);}
}
.main-section {padding: var(--space-140) 0;}
.main-section h2 {margin-bottom: var(--space-60); font-size:clamp(24px, calc( 54 / var(--inner) * 100vw ), 54px); line-height: 1em; font-weight: 600; color: var(--dark-color); text-align: center;}
.btn-arrow {display: flex; align-items: center; gap: 30px; width: fit-content; padding: 8px 25px;; font-size: 15px; line-height: 2em; border: 1px solid #ddd; border-radius: 24px; color:var(--dark-color);}
.btn-arrow:before {content: 'View More'; display: block; }
.btn-arrow:after {content:''; display: block; width: 7px; height: 12px; background: url('/images/main/btn-arrow.png') no-repeat center center; background-size: contain;}
.btn-arrow:hover {background: var(--primary-color); border-color:var(--primary-color); color: #fff;}
.btn-arrow:hover:after {filter: brightness(30);}

.main-product {overflow: hidden;}
.main-product-slide {position: relative;}
.main-product .slick-arrow {position: absolute; left: -100px ; top: 50%; margin-top: -30px; width: 60px; height: 60px; border: 1px solid #ddd; background: #fff; border-radius: 100%; z-index: 1; overflow: hidden; text-indent: -9999em;}
.main-product .slick-arrow:after {position: absolute; content :''; top: 0; left: 0; width: 100%; height: 100%; background: url('/images/main/slick-arrow.png') no-repeat center center;}
.main-product .slick-arrow.slick-next {left: auto; right: -100px; transform: scaleX(-1);}
.main-product .slick-arrow:hover {background-color: var(--primary-color); border-color:var(--primary-color);}
.main-product .slick-arrow:hover:after {filter: brightness(30);}
.product-txt-slide {position: absolute; width: 36.667%; z-index: 2;}
.product-txt-slide, .product-txt-slide .slick-list,
.product-txt-slide .slick-track,
.product-txt-slide .slick-slide > div,
.main-product-item {height: 100%;}
.main-product-slide .main-product-item {display: flex !important; flex-direction: column;}
.product-txt-cnt {display: flex; flex-direction: column; justify-content: center; flex: 1;}
.product-category {position: relative; padding-bottom: var(--space-15); margin-bottom: var(--space-50); font-weight: 600; font-size: var(--font-size-18); letter-spacing: 0;}
.product-category:after {position: absolute; content:''; left:0; bottom: 0; width: 30px; height: 2px; background: #ddd;}
.main-product-paginate {font-size: var(--font-size-20); font-weight: 500; color: var(--light-color); letter-spacing: -.02em;}
.main-product-paginate span {display: inline-block; width: 1.2em; color: var(--primary-color); font-weight: 600; font-size: var(--font-size-40);}
.main-product-item {padding-right: 30px;}
.main-product-title {margin: var(--space-25) 0;font-size: var(--font-size-40); font-weight: 600; color: var(--dark-color); line-height: 1.3em;}
.product-photo-slide {position: relative; margin: 0 calc(clamp(20px, calc(65 / var(--inner) * 100vw), 65px) * -1); z-index: 1;}
.product-photo-slide .slick-list {overflow: visible;}
.product-photo-slide .slick-slide {margin: 0 clamp(20px, calc(65 / var(--inner) * 100vw), 65px);}
.product-photo-item {float: right; width: 63.3335% !important; transition: .4s;}
.slick-next .product-photo-item {float: left;}
.product-photo-slide .img-box {position: relative;width: 100%; padding-bottom: 56.962%; overflow: hidden;}
.product-photo-slide .img-box:after {position: absolute; content: ''; top: 0; right: 0; bottom: 0; left: 0; background: #000; opacity: .6; transition: .3s;}
.product-photo-slide .slick-current .img-box:after {opacity:0;}
.product-photo-slide .img-box img {position: absolute; width: 100%; height: auto; max-width: 100%; min-height: 100%; left: 0; top: 50%; transform: translateY(-50%); object-fit: cover;}

.main-rnd {position: relative;}
.main-rnd:before {position: absolute; content: ''; width: 100%; left: 0; top: 0; height: 50%; background: #f5fcff; z-index:-1;}
.main-rnd-cards {gap: 23px;}
.main-rnd-card {flex:1; color: var(--dark-color);}
.main-rnd-card:nth-child(even) {margin-top: var(--space-60);}
.rnd-card-image {position: relative; margin-bottom: var(--space-30);}
.rnd-card-image:before, .rnd-card-image:after { display: flex; align-items: center; justify-content:center; position: absolute; content:'';top: 0; left: 0; width: 100%; height: 100%; opacity:0; transition: .3s;}
.rnd-card-image:before {background:rgba(0,175,239,.7);}
.rnd-card-image:after {background: url('/images/main/rnd-card-on.png') no-repeat center center; transform: translateY(30px);}
.main-rnd-card:hover .rnd-card-image:before, .main-rnd-card:hover .rnd-card-image:after {opacity:1; transform: translateY(0);}

.rnd-card-content {text-align: right;}
.rnd-card-category { display: block; margin-bottom: var(--space-12); color: var(--light-color); font-weight: 500;}
.rnd-card-title {font-size: var(--font-size-30);font-weight: 600; }

/* sub */
.sub-visual {position:relative; overflow:hidden; height:470px; background:#333; color:#fff;}
.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%); padding-top: var(--header-height);}
.sub-visual h2 {font-size:clamp(30px, calc(70 / var(--inner) * 100vw), 70px); font-weight:600; 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;border-bottom:1px solid #ddd;}
.lnb {margin:0 auto; max-width:1400px;}
.lnb ul {display:flex; width: 100%; min-width:max-content;}
.lnb ul li {position: relative; flex:1; text-align:center;}
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; min-width: max-content; height:var(--lnb-height); padding:0 15px; color:var(--dark-color); line-height:1.2em; letter-spacing:-.03em;}
.lnb ul li.active:after {position: absolute; content: ''; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--primary-color);}
.lnb ul li.active a {color:var(--primary-color);}

.sub-title {padding: clamp(45px, calc( 100 / var(--inner) * 100vw ), 100px) 0 clamp(45px, calc( 85 / var(--inner) * 100vw ), 85px); max-width:1460px; margin:0 auto;}
#contArea.wide .sub-title {padding-left:var(--container-space); padding-right:var(--container-space);}
.sub-title h1 {font-size:clamp(28px, calc( 38 / var(--inner) * 100vw ), 38px); line-height:1.3em; color:var(--dark-color); text-align: center;}

#contArea {max-width:1460px; padding-left:var(--container-space); padding-right:var(--container-space); margin:0 auto;}
#contArea.wide {max-width:100%; padding:0;}

.real-cont {padding-bottom:var(--space-140);}
.icon img {vertical-align: middle; margin-top: -.02em;}
.txt-center {text-align: center;}

.desc p:not(:last-child) {margin-bottom: 1.75em;}
.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;}
.light-color {color: var(--light-color);}

/* footer */
#footer {padding: var(--space-60) 0;background:#f9f9f9;color: #686868;}
.f-cnt {margin-top: var(--space-40);}
address {display: flex; gap: 0 var(--space-40); font-style: normal;}
.f-terms {text-align: right; font-size: var(--font-size-14);}
.f-link {display: flex; gap: 20px; justify-content: flex-end; font-weight: 300;}
[lang="en"] .f-link {justify-content: flex-start;}
[lang="en"] .f-terms {text-align: left;}

.scroll-top {display:flex; justify-content:center; align-items:center; z-index:80; position:fixed; bottom:var(--container-space); right:var(--container-space); width:44px; height:44px; border-radius: 100%; background: #000 url('/images/common/scroll-top.png') no-repeat center center; overflow: hidden; text-indent: -99999em;}
