@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:sticky; top:0; width:100%; background:#fff; border-bottom:1px solid #ddd; 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;}

#gnb {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; padding:0 clamp(15px, calc( 55 / var(--inner) * 100vw ), 55px);}
[lang="en"] #gnb>ul>li {position:relative; padding:0 clamp(15px, calc( 30 / var(--inner) * 100vw ), 55px);}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:var(--header-height); color:var(--dark-color); font-size:var(--font-size-20); font-weight:600; letter-spacing:-.03em; line-height:1.5em;}
#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:clamp(20px, calc( 60 / var(--inner) * 100vw ), 60px) 5px;}
#gnb .submenu>ul>li>a {display:block; padding:5px 0; color:var(--dark-color); font-size:var(--font-size-20); line-height:1.5em;}
#gnb .submenu>ul>li>a:hover {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; z-index:1; overflow: hidden;}
#header .submenu-bg .contain {height: 100%; align-items: flex-start;}

.submenu-bg-item {display: flex; gap: clamp(20px, calc( 30 / var(--inner) * 100vw ), 30px); width: 100%; max-width: 700px; padding: clamp(20px, calc( 60 / var(--inner) * 100vw ), 60px) 0; font-size: var(--font-size-16); line-height: 1.625em;}
.submenu-bg-item .img {position: relative; max-width: 300px; width: 100%; border-radius: var(--radius-16); overflow: hidden;}
.submenu-bg-item .img:before {content:''; display: block; width: 100%; padding-bottom: 58%;}
.submenu-bg-item .img img {position: absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}
.submenu-bg-item .tit {margin-bottom: 10px; font-size: var(--font-size-24); font-weight: 700; color: var(--dark-color); line-height:1.3333em;}

.language {position: relative;}
.language span {position: relative; z-index:1;display: flex; align-items: center; gap: 7px; font-weight: 600; color: var(--dark-color); padding: 4px 11px; cursor: pointer;}
.language span:before {content: ''; display: block; width: 19px; height: 19px;background: url('/images/common/icon-global.svg') no-repeat center center / contain;}
.language span:after {content: ''; display: block; width: 10px; height:10px; background: url('/images/common/arrow-lanuage.svg') no-repeat center center / contain;}
.language.active span:after {transform: rotate(180deg);}
.language .submenu {display: none; position: absolute; top: 50%; left: 0; right: 0; width: 100%; text-align: center; color: #686868; font-weight: 500; font-size: var(--font-size-14); line-height: 1.7143em;}
.language .submenu ul {padding: 30px 5px 6px; background: #fff; border-radius: 0 0 var(--radius-20) var(--radius-20); }
.language .submenu li:hover {color: var(--primary-color);}
.language .submenu a {display: block; padding: 5px 5px;}

/* 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:var(--dark-color);}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:var(--dark-color);}
.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; overflow:hidden; background: #000;}
.main-visual .items {max-width: 1920px; margin: 0 auto;}
.main-visual .slick-slide {position:relative; height:0; width: 100%; padding-bottom: 56.25%; overflow:hidden;}
.main-visual .item {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden;}
.main-visual .item .video-js,
.main-visual .item video {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}
.main-visual .item iframe {position:absolute; top:50%; left:50%; width:100vw; height:100vh; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%);}
.main-visual .item 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-section {padding: var(--space-150) 0; overflow: hidden;}
.main-section .contain, .main-about .contain {max-width: 1460px;}
.main-section h2 {margin-bottom: var(--space-60); font-size: var(--font-size-60); font-weight: 700; color: var(--dark-color); line-height: 1em;}
.btn-more {display: flex; align-items: center; justify-content:space-between; width: fit-content; min-width: 200px; padding: clamp(10px, calc( 18 / var(--inner) * 100vw ), 18px) 23px; border-radius: 100px; background: #fff; gap: 20px; border: 1px solid #ddd; font-size: var(--font-size-14); color: #999; line-height: 1.7143em; transition: .2s;}
.btn-more:after {content: ''; display: block; width: 24px; height: 24px; background: url('/images/main/btn-more-arrow.svg') no-repeat center center / contain;}
.btn-more:hover {background: var(--primary-color); border-color: var(--primary-color); color: #fff;}
.btn-more:hover:after {filter: brightness(0) invert(1);}
.slick-arrow { display: flex; align-items: center; justify-content: center; width: clamp(44px, calc( 80 / var(--inner) * 100vw ), 80px); height: clamp(44px, calc( 80 / var(--inner) * 100vw ), 80px); background: transparent; border-radius: 100%; border: 1px solid #ccc; overflow: hidden; text-indent: -9999em;}
.slick-arrow:before {content: ''; display: block; width: 24px; height: 24px; background: url('/images/main/slick-arrow.svg') no-repeat center center / contain;}
.slick-arrow.slick-prev:before {transform: rotate(180deg);}
.slick-arrow:hover {background: var(--primary-color); border-color: var(--primary-color); color: #fff;}
.slick-arrow:hover:before {filter: brightness(0) invert(1);}

.main-winwin .contain {display: flex; align-items: center; justify-content: space-between; gap: 0 25px;}
.main-winwin h2 {display: flex; gap: var(--space-20); min-width: max-content; margin-bottom: 0; font-size: var(--font-size-100); color: var(--primary-color);}
/* .main-winwin h2:before {content: ''; display: block; width: clamp(30px, calc(100 / var(--inner) * 100vw), 100px); height: 2px; background: var(--primary-color);} */
.main-winwin .cnt {display: flex; align-items: center; font-size: var(--font-size-22); line-height: 1.5em;}
.main-winwin h3 {margin-bottom: 12px; font-size: var(--font-size-36); font-weight: 600; line-height: 1.5454em;}
.winwin-logo {position: relative; z-index: -1; margin-left: -35px;}
[lang="en"] .winwin-logo {margin-left: -100px;}

.main-cards {padding: var(--space-150) 0; background: url('/images/main/bg-about.jpg') no-repeat center center / cover; color: #fff;}
.main-about-cards {display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px var(--space-40); margin-bottom: clamp(50px, calc( 200 / var(--inner) * 100vw ), 200px);}
.main-about-card {display: flex; flex-direction: column; gap: clamp(15px, calc( 35 / var(--inner) * 100vw ), 35px);}
.main-about-card p {flex: 1; font-size: var(--font-size-22); font-weight: 500; line-height: 1.2em;}
.main-about-card .value {display: flex; align-items: flex-end; justify-content: center; gap: clamp(5px, calc( 10 / var(--inner) * 100vw ), 10px); font-size: var(--font-size-20); color: #ddd;}
.main-about-card .value strong {font-family: "Montserrat", sans-serif; font-size: clamp(40px, calc( 70 / var(--inner) * 100vw ), 70px); font-weight: 700; line-height: 1em;}
.main-about-photo {margin-top: calc(clamp(50px, calc( 200 / var(--inner) * 100vw ), 200px) * -1); margin-bottom: var(--space-150);}
.main-about-photo .photo { box-shadow: 4px 4px 16px 0 rgba(215, 44, 43, 0.16); overflow: hidden; border-radius: var(--radius-32);}

.main-product {background: #F9F9F9;}
.main-product .contain {max-width: 1210px;}

.main-product-slider .slick-list {overflow: visible;}
.main-product-slider .slick-slide {padding: 0 clamp(30px, calc( 80 / var(--inner) * 100vw ), 80px);}
.main-product-item {display: flex !important; gap: 25px clamp(30px, calc( 50 / var(--inner) * 100vw ), 80px); padding: var(--space-40) clamp(20px, calc( 50 / var(--inner) * 100vw ), 80px); background: #fff; border-radius: var(--radius-24); overflow: hidden; }
.main-product-img {position: relative; width: 47%; max-width: 400px; overflow: hidden; border-radius: var(--radius-16); box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08); }
.main-product-img:before {content: ''; display: block; width: 100%; padding-bottom: 100%;border: 1px solid #ddd; border-radius: var(--radius-16);}
.main-product-img img {position: absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}
.main-product-txt {flex: 1; min-width: 0; display: flex; flex-direction: column; justify-content: center;}
.main-product-txt h3 {margin-bottom: var(--space-30); font-size: var(--font-size-36); color: var(--dark-color); line-height: 1.2em;}
.main-product-txt p {margin-bottom: var(--space-50);}
.main-product-slider .slick-arrow {position: absolute; z-index: 1; top: 50%;}
.main-product-slider .slick-arrow.slick-prev {left: 0; transform: translate(-50%, -50%);}
.main-product-slider .slick-arrow.slick-next {right: 0; transform: translate(50%, -50%);}

.main-notice-head {display: flex; justify-content: space-between; align-items: center;}
.main-notice-arrows {display: flex; gap: var(--space-20);}
.main-notice-arrows .slick-arrow {width: clamp(44px, calc( 60 / var(--inner) * 100vw ), 60px); height: clamp(44px, calc( 60 / var(--inner) * 100vw ), 60px);}
.main-notice-arrows .slick-arrow:before {width: 16px; height: 16px;}
.main-notice-slider .slick-track {display: flex;}
.main-notice-slider .slick-list {margin: 0 calc(clamp(5px, calc( 14 / var(--inner) * 100vw ), 14px) * -1);}
.main-notice-slider .slick-slide {height: auto; padding: 0 clamp(5px, calc( 14 / var(--inner) * 100vw ), 14px);}
.main-notice-slider .slick-slide > div {height: 100%;}
.main-notice-item {position: relative; display: flex !important; flex-direction: column; justify-content: space-between; gap: var(--space-50); height: 100%; padding: var(--space-40); border: 1px solid #ddd; background: #fff; line-height: 1.3333em;}
.main-notice-item:before, .main-notice-item:after {content: ''; z-index:2; position: absolute; top: -1px; left: -1px; width: 14px; height: 14px; border-top: 3px solid var(--primary-color); border-left: 3px solid var(--primary-color);}
.main-notice-item:after {top: auto; left: auto; right: -1px; bottom: -1px; transform: rotate(180deg);}
.main-notice-item .date {margin-bottom: var(--space-15); color: #B8B8B8; font-size: var(--font-size-16); line-height: 1.5em;}
.main-notice-item h3 {margin-bottom: var(--space-30); font-size: var(--font-size-24); font-weight: 600; color: var(--dark-color); line-height: 1.75em; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: keep-all;}
.main-notice-item p {overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-break: keep-all;}
.main-notice-detail {font-size: var(--font-size-15); line-height: 1.6em; color: #b8b8b8; text-decoration: underline; text-underline-offset: 3px; transition: .2s;}
.main-notice-item:hover .main-notice-detail {color: var(--primary-color);}

.main-customer {background: url('/images/main/bg-customer.jpg') no-repeat center center / cover;}
.main-customer h2 {color: #fff;}
.main-customer .contain {display: flex; align-items: center; gap: 25px 35px}
.main-customer-boxes {display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-20); max-width: 492px;width: 40%; text-align: center; font-size: var(--font-size-14); line-height: 1.2em;}
.main-customer-box {padding: var(--space-50) var(--space-30); border: 1px solid rgba(255, 255, 255, 0.30);background: rgba(255, 255, 255, 0.12); transition: .2s;}
.main-customer-box:hover {background: rgba(215, 44, 43, 0.72);}
.main-customer-box h3 {font-size: var(--font-size-18); line-height: 1em; margin: var(--space-15) 0 5px;}

.main-partner {background: linear-gradient(180deg, rgba(249, 249, 249, 0.10) 0%, rgba(215, 44, 43, 0.02) 98.56%);}
.main-partner .contain {position: relative;}
.main-partner .contain:after {content: 'PARTNERS'; position: absolute; bottom: 0; left: 0; width: 100%; font-size: clamp(65px, calc(210 / var(--inner) * 100vw), 210px); font-weight: 800; text-align: center; color: rgba(215, 44, 43, 0.03);}

/* sub */
.sub-visual {position:relative; overflow:hidden; width: 100%; max-width: 1840px; height:clamp(150px, calc( 450 / var(--inner) * 100vw ), 450px); margin: var(--space-40) auto; border-radius: var(--radius-32); 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(34px, 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;}

.page-info {margin-bottom: 10px;}
.page-info, .page-info .home {display: flex; align-items: center; justify-content: center;}
.page-info .part {font-weight: 600; color: rgba(255,255,255,.72);}
.page-info .part:before {content: '•'; margin: 0 10px; color: rgba(255,255,255,.72);}
.page-info .part:last-child {color: #fff;}

.lnb-wrap {padding: 0 var(--container-space);}
.lnb {margin:0 auto; max-width:1200px; border-radius: 100px; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);}
.lnb ul {display:flex; width: max-content; min-width: 100%; margin: 0 auto;}
.lnb ul li {flex:1 1 auto; width: auto; text-align:center;}
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:var(--lnb-height); padding:0 15px; border-radius: 100px; color:#999; font-size:var(--font-size-20); font-weight:600; line-height:1.2em; letter-spacing:-.03em;}
.lnb ul li.active a {background: var(--primary-color); color:#fff;}

.sub-title {padding-bottom:var(--space-80); max-width:1260px; margin:0 auto; text-align: center;}
#contArea.wide .sub-title {padding-left:var(--container-space); padding-right:var(--container-space);}
.sub-title h2 {font-size:clamp(30px, calc(42 / var(--inner) * 100vw), 42px); line-height:1.3em; color:var(--dark-color);}
.sub-title p {margin-top: var(--space-30); font-size: var(--font-size-18); line-height: 1.5556em;}

#contArea {max-width:1260px; padding-left:var(--container-space); padding-right:var(--container-space);  padding-top: var(--space-80); margin:0 auto;}
#contArea.wide {max-width:100%; padding-left: 0; padding-right: 0;}

.real-cont {padding-bottom:clamp(40px, calc( 120 / var(--inner) * 100vw ), 120px);}
.icon img {vertical-align: middle; margin-top: -.02em;}
.txt-center {text-align: center;}
.desc p:not(:last-child) {margin-bottom: var(--space-20);}

.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; min-width: 1%;}

.fw400 {font-weight: 400;}
.fw500 {font-weight: 500;}
.fw600 {font-weight: 600;}
.fw700 {font-weight: 700;}

.fz14 {font-size: var(--font-size-14);}
.fz15 {font-size: var(--font-size-15);}
.fz16 {font-size: var(--font-size-16);}
.fz18 {font-size: var(--font-size-18); line-height: 1.6667em;}
.fz20 {font-size: var(--font-size-20);}
.fz22 {font-size: var(--font-size-22);}
.fz24 {font-size: var(--font-size-24);}
.fz32 {font-size: var(--font-size-32); line-height: 1.5em;}
.fz36 {font-size: var(--font-size-36);}
.fz60 {font-size: var(--font-size-60);}


.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: var(--space-60) 0; background:var(--dark-color); color: #BABABA; font-size: var(--font-size-18); line-height: 1.3em;;}
#footer .contain {max-width: 1460px;}
#footer strong {color: #fff;}
.f-head {display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: var(--space-40); margin-bottom: var(--space-40); border-bottom: 1px solid rgba(98, 98, 98, 0.50);}
address ul {display: flex; flex-wrap: wrap; font-style: normal;}
address li:not(:last-child):after, .f-link a:not(:last-child):after, .copyright span:before {content:'|'; margin: 0 10px; color: #BABABA; font-weight: 400;}
address li {margin-bottom: var(--space-15);}
address strong {margin-right: 5px;}
.copyright {font-size: var(--font-size-15); margin-top: var(--space-20);}
.copyright span, .copyright span:before {color: #575757;}