@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, .only-large-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; color: #fff;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:center; z-index:10;}
.header-top .contain {height:var(--header-top-height);}
.header-nav .contain {height:var(--header-nav-height);}
.header-nav {border-top: 1px solid rgba(255,255,255,.48); border-bottom: 1px solid rgba(255,255,255,.48);}

.header-tel {position: absolute; left: var(--container-space); font-size: var(--font-size-36); font-weight: 700; line-height: 1em;}
.header-tel span {display: block; font-size: var(--font-size-16); font-weight: 600; line-height: 1.8em;}

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%;}
#gnb>ul {display:flex; justify-content:space-between;}
#gnb>ul>li {position:relative;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:var(--header-nav-height); padding:0 22px; color:#fff; font-size:18px; font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li>a.nav-store:before {content:""; position:absolute; width: 100%; height: 44px; left: 0; top: 50%; transform: translateY(-50%); background: #fff; border-radius: 24px; opacity:.32; transition:.2s;}
#gnb>ul>li.active>a.nav-store:before  {border: 1px solid var(--primary-color); background: rgba(5,111,184,.16);}
#gnb>ul>li>a:after {content:""; position:absolute; height: 0; width: 10px; left: 50%; bottom: -5px; background: var(--primary-color); border-radius: 100%; transform: translateX(-50%); transition:.2s;}
#gnb>ul>li.active>a{color: var(--primary-color) !important;}
#gnb>ul>li.active>a:after {height: 10px;}
#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:20px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:8px 0; color:#454545; font-size:16px; line-height:1.5em; transition:0;}
#gnb .submenu>ul>li.active>a,
#gnb .submenu>ul>li:hover>a  {color:var(--primary-color); font-weight: 600;}
.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;}
#header.active .sitelogo img {opacity:0;}
#header.active .sitelogo {background: url('/images/common/logo-dark.svg') no-repeat left center / contain;}
#header.active .header-tel {color: var(--secondary-color);}
#header.active .header-tel span {color: var(--dark-color);}
#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);}

/* 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;}
.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; font-size: var(--font-size-64); font-weight: 700; line-height: 1.21875em; letter-spacing:-.03em;}
.main-visual .active .image {transform:scale(1);}
.main-visual .active .caption p {transform:translate(0,0); opacity:1;}
.main-visual .slick-dots {display: flex; justify-content: center; gap: 30px; position:absolute; bottom: clamp(20px, calc( 60 / var(--inner) * 100vw ), 60px); left: 0; width: 100%; line-height: 0; z-index:1;}
.main-visual .slick-dots li {position: relative;}
.main-visual .slick-dots button {position: relative; width: 10px; height: 10px; background: #fff; border-radius: 100%; opacity:.56; border: 0; padding: 0; margin: 0; transition:.2s; overflow: hidden; text-indent: -9999em;}
.main-visual .slick-dots .slick-active button {opacity:1;}
.main-visual .slick-dots .slick-active:before {content: ''; position: absolute; top: -10px; left: -10px; bottom: -10px; right: -10px; border: 1px solid #fff; border-radius: 100%;}

.main-section {margin-bottom: var(--space-120);}
.main-tit {display: flex;justify-content: space-between; align-items: center; margin-bottom: var(--space-30);}
.main-tit h2 {font-size: var(--font-size-36); font-weight: 700; line-height: 1.3em; color: var(--dark-color);}
.btn-more {display: flex; gap:20px; align-items: center; font-size: var(--font-size-20); font-weight: 600; line-height: 1.8em; color: var(--light-color); color: var(--light-color);}
.btn-more:after {content: ''; display: block; width: 30px; height: 30px; background: url('/images/main/more-arrow.png') no-repeat center center / contain; filter: grayscale(1);}
.btn-more:hover {color: var(--primary-color);}
.btn-more:hover:after {filter: grayscale(0);}

.main-gallery-thumb {position: relative; width: 100%; height: 0; padding-bottom: 67.02412%; border-radius: var(--radius-16); overflow: hidden;}
.main-certification .main-gallery-thumb {padding-bottom: 129.8245614%;}
.main-gallery-thumb img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.main-gallery-thumb:after {content:''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border: 1px solid #ddd; border-radius: var(--radius-16);}
.main-gallery-tit {margin-top: var(--space-20);text-align: center; font-size: var(--font-size-20); font-weight: 600; line-height: 1em; color: var(--dark-color); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.main-gallery-func {display: flex; gap: 10px; align-items: center; position: relative; margin-top: var(--space-40);}
.main-gallery-arrow, .main-progress-bar {position: relative; top: auto; left: auto; right: auto; margin: 0;}
.main-gallery-arrow {width: 50px;height: 50px; background: url('/images/main/gallery-arrow.png') no-repeat center center / contain; border: 0; background-color: transparent;}
.main-gallery-arrow:hover {background-image: url('/images/main/gallery-arrow-on.png');}
.main-gallery-arrow:after {content: none;}
.main-gallery-arrow-next {transform: rotate(180deg);}
.main-progress-bar {flex:1; height: 4px; background: #ddd; border-radius: 100px;}
.main-progress-bar .swiper-progressbar-fill {height: 100%; background: var(--primary-color); border-radius: 100px;}
.main-progress-bar {margin-left: var(--space-30); background: #D8EFFA; border-radius:4px;}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background: var(--primary-color); border-radius:4px;}

/* sub */
.sub-visual {position:relative; overflow:hidden; height:550px; margin-bottom: var(--space-120); 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%; padding-top: var(--header-height); transform:translateY(-50%);}
.sub-visual h2 {font-size:clamp(30px, 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; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
.lnb {margin:0 auto; max-width:1200px;}
.lnb ul {display:flex;}
.lnb ul li {flex:1; text-align:center; border-right:1px solid #ddd;}
.lnb ul li:first-child {border-left:1px solid #ddd;}
.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:#242424; font-size:18px; font-weight:500; line-height:1.2em; letter-spacing:-.03em;}
.lnb ul li.active {background:var(--primary-color); border:0;}
.lnb ul li.active a {color:#fff;}

.page-info {display: flex; align-items: center; justify-content: center; margin-bottom: 10px; opacity: .56;}
.page-info .home {display: flex; align-items: center;}
.page-info .part {display: flex; align-items: center;}
.page-info .part:before {content:''; display: block; width: 4px; height: 4px; margin: 0 10px; border-radius: 100%; background: #fff;}
.part ul {display: none;}

.sub-title {display: none;}

#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:var(--space-120);}
.icon img {vertical-align: middle; margin-top: -.02em;}
.txt-center {text-align: center;}

.desc >*:not(:last-child) {margin-bottom: 1.875em;}
.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;}

/* footer */
#footer {padding: var(--space-40) 0;background:var(--dark-color); color: #fff;}
#footer .contain {max-width: 1460px;}
.f-link {display: flex; gap: var(--space-60); margin-bottom: var(--space-40);}
.f-link a {gap: 10px;}
.f-info {opacity: .56;}
.f-info address {display: flex; gap: 10px 20px; flex-wrap: wrap; margin-bottom: var(--space-20); font-style: normal; line-height: 1em;}
.f-info address span {display: flex; align-items: center;}
.f-info address strong {font-weight: 600;}
.copyright {display: flex; color: var(--light-color);}

.f-logo {filter: grayscale(1) brightness(0) invert(1);}
.line {display: flex; align-items: center;}
.line:after {content: '|'; margin: 0 10px; font-weight: 100;}

#floatApply {position: fixed; bottom: var(--container-space); right: var(--container-space); z-index: 30; line-height: 1.5em;}
.btn-float-close {display: none; position: absolute; right: 0; top: 0;  width: 28px; height: 28px; background: url('/images/common/float-close.png') no-repeat center center / contain; overflow: hidden; text-indent: -9999em;}
.float-apply-box {padding: 25px 20px 30px;background: var(--secondary-color); border-radius: var(--radius-24); transition: .3s;}
.apply-head {position: relative; margin-bottom: 20px;color: #fff; text-align: center;}
.apply-head h2 {margin-bottom: var(--space-15); font-size: var(--font-size-24);}
.input-column .radiobox{display: block;}
.input-column .radiobox:not(:last-child) {margin-bottom: var(--space-15);}
.apply-body .form-wrap {margin-bottom: var(--space-30); padding: var(--space-30); background: #fff; border-radius: var(--radius-16);}
.apply-body .row {display: flex;}
.apply-body .row:not(:last-child) {margin-bottom: var(--space-20);}
.apply-body strong {min-width: 60px; color: var(--dark-color);}
.apply-body .check {width: fit-content;margin: 0 auto var(--space-20); color: #fff;}
.apply-body .check a {display: inline-block; padding: 0 8px; margin-left: 10px; background: #fff; border-radius: 2px; font-size: 12px; color: #484848; letter-spacing: -.06em; font-weight: 500;}
.apply-body .row .input {width: 140px; max-height: 40px;}
.btn-submit {display: block; width: 100%; max-width: 300px; margin: 0 auto; padding: 16px 10px; border-radius: var(--radius-16); border: 0; background: #fff; font-size: var(--font-size-20); color: var(--secondary-color); font-weight: 600;}
.btn-float-toggle {display: none; flex-direction: column; align-items: center; justify-content: center; gap: 10px; position: absolute; right: 0; bottom: 0; width: 100px; height: 100px; border-radius: 88px 88px 8px 88px; background: var(--secondary-color); color: #fff; transition: .3s;}
.active .btn-float-toggle {opacity:0;}
