@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;}
.fr-box .swiper-wrapper {display:block;}

.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: 1660px; height:var(--header-height); z-index:10;}
#sub #header {position: sticky;}

#header .sitelogo {display: flex;}
#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 40px;}
#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.5em;}
#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 {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:clamp(5px, calc( 8 / var(--inner) * 100vw ), 8px) 0; color:#454545; font-size:var(--font-size-16); 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 {position: relative; margin-right: clamp(15px, calc(50 / var(--inner) * 100vw), 75px);}
.language span {position: relative; z-index:1;display: flex; align-items: center; gap: 7px; font-weight: 600; color: #fff; padding: 4px 11px; cursor: pointer;}
.language span:before {content: ''; display: block; width: 17px; height: 17px;background: url('/images/common/icon-global.png') no-repeat center center / contain;}
.language span:after {content: ''; display: block; width: 8px; height:8px; background: url('/images/common/arrow-lanuage.png') 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;}

#header.active {background: #fff;}
#header.active .sitelogo a {background: url('/images/common/logo-dark.png') no-repeat center left / contain;}
#header.active .sitelogo img {opacity: 0;}
#header.active #gnb>ul>li>a {color: var(--dark-color);}
#header.active #gnb>ul>li.active>a {color: var(--secondary-color);}
#header.active .language span {color: var(--dark-color);}
#header.active .language span:before,
#header.active .language span:after {filter: brightness(0);}

/* for mobile */
.btn-m-menu {display:block; position:relative; width:50px; height:50px; border-radius: 100%; background: var(--primary-color);}
.btn-m-menu span {position:absolute; left:50%; top:50%; width: 20px; height:2px; margin-top:-1px; margin-left: -10px; 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:-7px;}
.btn-m-menu span:after {bottom:-7px;}

.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: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;}
.main-visual .slick-slide {position:relative; height:100vh; overflow:hidden;}
.main-visual .item > div:not(.caption) {width: 100%; height: 100%;}
.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-visual .caption {position:absolute; bottom: clamp(20px, calc( 100 / var(--inner) * 100vw ), 100px); left:50%; width: 100%; max-width: 1660px; padding:0 var(--container-space); transform: translateX(-50%); color:#fff; z-index:40;}
.main-visual .caption p {transition:1.2s; transform:translate(50px,0); opacity:0;}
.main-visual .caption .txt1 {font-size:clamp(36px, calc( 100 / var(--inner) * 100vw ), 100px); font-weight:400; line-height:1.1em; letter-spacing:-.01em;}
.main-visual .caption .txt1 strong {font-weight: 800;}
.main-visual .controls {position:absolute; bottom: clamp(160px, calc( 380 / var(--inner) * 100vw ), 380px); left:50%; width: 100%; max-width: 1660px; padding:0 var(--container-space); transform: translateX(-50%); display:flex; align-items:center; color:#fff; z-index:40;}
.main-visual .pager .current {display:inline-block; width:.6em;}
.main-visual .progress {position:relative; margin:0 10px; width:150px; height:2px; background:#fff;}
.main-visual .progress-bar {position:absolute; top:0; left:0; height:100%; background:var(--primary-color);}
.main-visual .slide-btn {width:24px; height:24px; margin-right:6px; background-color:#000; background-position:50% 50%; background-repeat:no-repeat; border-radius:100%; border:0; overflow:hidden;}
.main-visual .slide-prev {background-image:url("/images/main/mv-prev.svg");}
.main-visual .slide-next {background-image:url("/images/main/mv-next.svg");}
.main-visual .slide-stop {background-image:url("/images/main/mv-stop.svg");}
.main-visual .slide-play {display:none; background-image:url("/images/main/mv-play.svg");}
.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;}

.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%;}
}


.btn-chk {display: flex; align-items: center; gap: 8px; width: fit-content; padding: var(--space-20) var(--space-30); border-radius: 100px; background: #fff; border: 1px solid var(--dark-color); color: var(--dark-color); font-size: var(--font-size-18); font-weight: 700; line-height: 1.5556em; transition: .2s;}
.btn-chk:before {content: ''; display: block; width: 24px; height: 24px; background: url('/images/main/btn-chk.svg') no-repeat center center / contain;}

/* sub */
.sub-visual {position:relative; overflow:hidden; padding: 40px 0 var(--space-80);}
.sv-head .contain {display: flex; align-items: center; justify-content: space-between; gap: 20px 35px;}
.sv-head p {font-weight: 500; line-height: 1.5em; margin-bottom: clamp(12px, calc(20 / var(--inner) * 100vw), 20px);}
.sv-head h2 {font-size: clamp(32px, calc( 50 / var(--inner) * 100vw ), 50px); font-weight: 700; line-height: 1.3em; letter-spacing:-.03em; color: var(--dark-color);}
.sv-head .btn-arrow {position: relative; display: flex; gap: 10px; padding: calc(clamp(35px, calc( 60 / var(--inner) * 100vw ), 60px) / 2); font-weight: 600; color: var(--dark-color);}
.sv-head .btn-arrow:before {content: ''; z-index: -1; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: clamp(35px, calc( 60 / var(--inner) * 100vw ), 60px); height: clamp(35px, calc( 60 / var(--inner) * 100vw ), 60px); background:#f2f2f2; border-radius: 100%; transition: .3s;}
.sv-head .btn-arrow:hover:before {left: 100%; transform: translate(-100%, -50%); background: var(--primary-color);}
.sv-head .btn-arrow:after {content: '→';}

.lnb-wrap {position:relative; margin-top: calc(var(--space-40) * -1); margin-bottom: var(--space-80);}
.lnb-wrap:before {content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: #f2f2f2;}
.lnb ul {display: flex; width: max-content; margin: 0 calc(-1 * var(--space-20));}
.lnb li {flex: 1 1 auto; width: auto;}
.lnb a {position: relative; display: block; width: fit-content; padding: 15px var(--space-20);}
.lnb li.active a:after {content: ''; z-index:1; position: absolute; bottom: 0; height: 2px; left: var(--space-20); right: var(--space-20); height: 2px; background: var(--primary-color); transition: .3s;}
.lnb li.active a {color: var(--primary-color); font-weight: 600;}

.sub-title {display: none; padding-bottom:80px; max-width:1260px; margin:0 auto;}
#contArea.wide .sub-title {padding-left:var(--container-space); padding-right:var(--container-space);}
.sub-title h2 {font-size:42px; line-height:1.3em; color:#2c2c2c;}

#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;}

.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: 1.7em;}
.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;}

.fz18 {font-size: var(--font-size-18); line-height: 1.7222em;}

.primary-color {color: var(--primary-color);}
.secondary-color {color: var(--secondary-color);}
.dark-color {color: var(--dark-color);}
.white-color {color: #fff;}

/* footer */
#footer {background:#000; color:#fff; font-size:16px;}
#footer .contain {max-width:1660px; padding-top:clamp(40px, calc(60 / var(--inner) * 100vw), 60px); padding-bottom:clamp(40px, calc(60 / var(--inner) * 100vw), 60px);}
.f-top {display:flex; align-items:center; justify-content:space-between; gap:20px; padding-bottom:clamp(24px, calc(40 / var(--inner) * 100vw), 40px); border-bottom:1px solid rgba(255,255,255,.2);}
.f-link {display:flex; flex-wrap:wrap; gap:clamp(20px, calc(40 / var(--inner) * 100vw), 40px);}
.f-link a {color:#fff; font-size:16px; font-weight:500; line-height:1.5em; letter-spacing:-.02em;}
.f-mid {display:flex; justify-content:space-between; flex-wrap: wrap; gap: 20px 35px; padding:clamp(30px, calc(50 / var(--inner) * 100vw), 50px) 0; border-bottom:1px solid rgba(255,255,255,.2);}
.f-company {flex:1 1 auto; min-width:0;}
.f-company h5,
.f-contact h5 {margin-bottom:clamp(16px, calc(24 / var(--inner) * 100vw), 24px); color:#fff; font-size:var(--font-size-18); font-weight:700; line-height:1.4em; letter-spacing:-.02em;}
.f-company dl > div {display:flex; gap:clamp(16px, calc(30 / var(--inner) * 100vw), 30px); margin-top:clamp(8px, calc(12 / var(--inner) * 100vw), 12px); font-size:16px; line-height:1.6em; letter-spacing:-.02em;}
.f-company dl > div:first-child {margin-top:0;}
.f-company dt {flex:0 0 auto; width:5.5em; color:#fff; font-weight:600;}
.f-company dd {flex:1 1 auto; min-width:0; color:rgba(255,255,255,.85);}
.f-company dd span {display: inline-block;}
.f-company dd span:not(:last-child) {margin-right: 16px;}
.f-contact {flex:0 1 420px; max-width:100%;}
.f-contact-txt {margin-bottom:clamp(16px, calc(24 / var(--inner) * 100vw), 24px); color:#fff; font-size:16px; line-height:1.5em; letter-spacing:-.02em;}
.f-contact-form {display:flex; align-items:flex-end; gap:clamp(16px, calc(24 / var(--inner) * 100vw), 24px);}
.f-contact-form input {flex:1 1 auto; min-width:0; width:100%; padding:8px 0; border:0; border-bottom:1px solid rgba(255,255,255,.35); background:transparent; color:#fff; font-size:16px; line-height:1.5em; outline:none;}
.f-contact-form input::placeholder {color:rgba(255,255,255,.45);}
.f-contact-form button {flex:0 0 auto; padding:8px var(--space-40); border:0; border-bottom:1px solid var(--primary-color); background:transparent; color:var(--primary-color); font-size:16px; font-weight:600; line-height:1.5em; cursor:pointer; white-space:nowrap;}
.f-copy {padding-top:clamp(24px, calc(40 / var(--inner) * 100vw), 40px);}
.f-copy p {color:rgba(255,255,255,.7); font-size:14px; line-height:1.5em; letter-spacing:-.02em;}

.scroll-top {display:flex; justify-content:center; align-items:center; flex:0 0 auto; width:40px; height:40px; border-radius:100%; background:#fff;}
.scroll-top:before {content:""; display:block; width:0; height:0; border-left:6px solid transparent; border-right:6px solid transparent; border-bottom:7px solid #000; margin-top:-2px;}
