@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%; 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: 1820px; height:var(--header-height); z-index:10;}

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%; padding-right: 123px;}
#gnb>ul {display:flex; justify-content:flex-end;}
#gnb>ul>li {position:relative; padding:0 57px;}
#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:19px; font-weight:600; letter-spacing:-.02em; line-height:1.3em;}
#gnb>ul>li>a:after {content:""; position:absolute; bottom:17%; left:50%; width:7px; height:0; margin-left: -3px; background:var(--primary-color); border-radius: 100%; transition:.2s;}
#gnb>ul>li.active>a:after {height:7px;}
#gnb .submenu {position:absolute; left:50%; width:100%; min-width: max-content; height:0; transform: translateX(-50%); overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:15px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:10px 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;}
#gnb .submenu>ul>li.active>a {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;}

/* 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:#242424;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#242424;}
.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;}
.main-visual .caption p {transition:1.2s; transform:translate(50px,0); opacity:0;}
.main-visual .caption .txt1 {font-size:var(--font-size-18); font-weight:700; line-height:1.2em;}
.main-visual .caption .txt2 {font-size:var(--font-size-56); font-weight:700; line-height:1.357em; margin-top:var(--space-30);}
.main-visual .caption .txt3 {font-size:var(--font-size-22); font-weight:400; line-height:1.5em; letter-spacing:-.03em; margin-top:var(--space-40);}
.main-visual .controls {justify-content: flex-end;position:absolute; bottom: clamp(15px, calc(60 / var(--inner) * 100vw), 60px); left:50%; width: 100%; max-width: 1600px; padding:0 100px; 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:rgba(221,221,221,.5);}
.main-visual .progress-bar {position:absolute; top:0; left:0; height:100%; background:#fff;}
.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;}
.main-visual .active .caption .txt2 {transition-delay:.4s;}
.main-visual .active .caption .txt3 {transition-delay:.6s;}
.main-visual .scroll {position:absolute; bottom: clamp(15px, calc(60 / var(--inner) * 100vw), 60px); left:50%; width:20px; margin-left:-10px; animation:scrollDown .9s linear infinite alternate; z-index:40;}

.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: clamp(50px, calc( 140 / var(--inner) * 100vw ), 140px) 0;}
.main-tit {margin-bottom: var(--space-50);}
.main-tag {margin-bottom: var(--space-20);font-size: var(--font-size-18); font-weight: 700; color: var(--primary-color); line-height: 1em;}
.main-tit h2 {font-size: var(--font-size-40); line-height: 1.5em; color: var(--dark-color);}
.main-tit p {margin-top: var(--space-25);}
.btn-more {display: flex; gap: 15px; align-items: center; font-size: 15px;}
.btn-more:after {display: block; content: ''; width: 32px; height: 32px; background: url('/images/main/btn-more.svg') no-repeat center center; background-size: contain; filter: grayscale(1) brightness(0.5) invert(1);}
.btn-more:hover:after {filter: none;}
.main-company .main-tit {gap: 60px;}
.main-equipment {padding-top: 0; overflow: hidden;}
.equipment-slide .swiper {overflow:visible;}
.equip-func {display: flex; align-items: center; gap: 10px;; position: relative; margin-top: var(--space-50);}
.equip-arrow {position: unset; margin: 0; width: 48px; height: 48px; border: 1px solid #ddd; border-radius: 100%; overflow: hidden;}
.equip-arrow.swiper-button-prev {transform: scaleX(-1);}
.equip-arrow:after {width: 9px; height: 15px; background: url('/images/main/equip-arrow.png') no-repeat center center; background-size: contain; overflow: hidden; text-indent:-9999em;}
.equip-arrow:hover {border-color: var(--primary-color); background: var(--primary-color);}
.equip-arrow:hover:after {filter: brightness(30);}
.equipment-tit {margin-top: var(--space-25);font-size: var(--font-size-18); line-height: 1.2em; color: var(--dark-color); font-weight: 500;}
.equip-func .swiper-pagination {position: unset; flex: 1; margin-left: 20px;}
.equip-func .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background: var(--primary-color);}

.main-service {background: url('/images/main/bg-service.jpg') no-repeat center center; background-size: cover;}
.main-service .contain {gap: 20px 30px;}
.main-service .main-tit {margin-bottom: 0;}
.main-service .main-tag,
.main-service .main-tit h2 {color: #fff;}
.service-shortcut {width: 52.715%;}
.service-shortcut a {display: block; flex:1; padding: var(--space-40) var(--space-35); line-height: 1.625em;}
.service-shortcut a:after {display: block; content: ''; width: 26px; height: 26px; background: url('/images/main/service-plus.svg') no-repeat center center; background-size: contain; transition: .3s;}
.service-shortcut a:nth-child(odd) {color: #fff;}
.service-shortcut a:nth-child(even):after {filter: invert(1);}
.service-shortcut a:hover:after {transform: rotate(.5turn);}
.service-shortcut .txt {margin: var(--space-30) 0 var(--space-40);}
.service-shortcut h3 {margin-bottom: 10px; font-size: var(--font-size-20);}

.main-inquiry-form {position: relative;}
.form-wrap>ul {margin: -7px -20px; overflow: hidden;}
.form-wrap>ul>li {float: left; width: 50%; padding: 7px 20px;}
.form-wrap>ul>li.right {float: right;}
.inquiry-item {display: flex; align-items: center; padding: 6px 20px; width: 100%; background: #fff; border-radius: 5px;}
.right .inquiry-item {align-items: flex-start;}
.right .inquiry-item {padding-top: 15px;}
.inquiry-item label {min-width: 70px;font-weight: 600; color: var(--dark-color);}
.inquiry-item .input {border: 0;}
.inquiry-agree {position: absolute; bottom: 10px; left: 0; display: flex; justify-content: space-between; width: calc(50% - 20px);}
.inquiry-agree .checkbox label {margin-right: 20px; color: #878787;}
.inquiry-agree .checkbox input:checked + label {color: var(--dark-color);}
.inquiry-agree .checkbox label:before {border-radius: 3px;}
.inquiry-agree .check a {display: inline-block; padding: 0 15px; background: #fff; border: 1px solid #ddd; font-size: 13px; color: var(--dark-color);}

.partners-swiper {position: relative; padding: 20px 90px 0; margin: 0 -90px;}
.partners-swiper .swiper {position: unset;}
.partners-swiper .swiper-wrapper {transition-timing-function: linear !important;}
.partners-arrow {position: absolute; top: 50%; left: 0; margin-top: -24px; z-index: 5;}
.partners-arrow.swiper-button-next {left: auto; right: 0;}

/* sub */
.sub-visual {position:relative; overflow:hidden; height:370px; margin-top: var(--header-height); 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:52px; 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 {margin-bottom: var(--space-80);}
.lnb ul {width: max-content; max-width: 100%; margin: 0 auto;}
.lnb li {flex: 1 1 auto; width: auto; padding: 0 10px;}
.lnb a {display: block; min-width: 330px; padding: 8px var(--space-40); border: 1px solid #ddd; border-radius: 8px; text-align: center; font-size: var(--font-size-20); font-weight: 500; line-height: 2em;}
.lnb .active a {border-color: var(--primary-color); background:var(--primary-color); color: #fff;}

.path-wrap {position:relative; border-bottom:1px solid #ddd; border-top:1px solid #ddd; z-index:50;}
.path-wrap .wrap {max-width:1200px; margin:0 auto;}
.path-wrap .inner {display:flex;}
.path-wrap .home a {position: relative; display:block; width:80px; height:var(--path-height); background:url("/images/common/home.png") 50% 50% no-repeat; background-size:16px; text-indent:-999em; overflow:hidden;}
.path-wrap .part {position:relative; min-width:240px; z-index:5;}
.path-wrap .part:nth-child(2) {z-index: 10;}
.path-wrap .part:nth-child(3) {z-index: 8;}
.path-wrap .part.specific {display: none;}
.path-wrap .part.specific.show {display: block;}
.path-wrap .home a:before,
.path-wrap .home a:after,
.path-wrap .part:after {position: absolute; content:''; right: 0; top: 50%; width: 1px; height: 18px; margin-top: -9px; background: #ddd;}
.path-wrap .home a:before {right: auto; left: 0;}
.path-wrap .part > a {display:flex; align-items:center; position:relative; height:var(--path-height); color:#454545; font-size:18px; font-weight:500; line-height:1.3em; padding:0 60px 0 24px;}
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:23px; margin-top:-7px; width:17px; height:14px; background:url("/images/common/path_down.svg") 50% 50% no-repeat;}
.path-wrap .part ul {display:none; position:absolute; left:-1px; right:-1px; background:#fff; border:1px solid #ddd; z-index:50;}
.path-wrap .part ul li {color:#505050; line-height:1.3em; border-bottom:1px solid #ddd;}
.path-wrap .part ul li:last-child {border-bottom:0;}
.path-wrap .part ul li a {display:block; padding:17px 24px;}
.path-wrap .part ul li a:hover,
.path-wrap .part ul li.active a {color:#242424; background:#f8f8f8;}

@media (max-width: 640px) {
	.path-wrap .home a {border-left:0;}
	.path-wrap .home a {height:44px; width:44px; background-size:14px auto;}
	.path-wrap .part {min-width:calc(50% - 22px); width:calc(50% - 22px);}
	.path-wrap .part > a {height:44px; padding:0 32px 0 14px; font-size:15px;}
	.path-wrap .part > a:after {right:10px; width:12px; background-size:contain;}
	.path-wrap .part:last-child {border-right:0;}
	.path-wrap .part ul li a {font-size:14px; padding:12px 14px;}
}

.sub-title {padding-top:clamp(45px, calc( 100 / var(--inner) * 100vw ), 100px); padding-bottom:clamp(40px, calc( 80 / var(--inner) * 100vw ), 80px); max-width:1400px; margin:0 auto; text-align: center;}
#contArea.wide .sub-title {padding-left:var(--container-space); padding-right:var(--container-space);}
.sub-title h1 {font-size:38px; line-height:1.3em; color:var(--dark-color);}

#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: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.75em;}
.space-bottom {padding-bottom: clamp(40px, calc( 100 / var(--inner) * 100vw ), 100px);}
.space-top {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: clamp(20px, calc( 60 / var(--inner) * 100vw ), 60px) 0; background:#111; font-size: clamp(13px, calc( 15 / var(--inner) * 100vw ), 15px); line-height: 1.86667em; color: #fff;}
#footer .contain {max-width: 1460px;}
.f-terms {display: flex; justify-content: space-between; align-items: flex-end;}
.f-link a {display: block; text-align: right;}
#footer address {display: flex; flex-wrap: wrap; gap: 2px 30px; font-style: normal;}
#footer address strong {margin-right: 10px; font-weight: 400;}
.f-top address span:first-child {width: 100%;}
.sitename {margin-bottom: 15px; font-size: var(--font-size-20); font-weight: 700;}
.copyright span {margin-left: 30px;}
.f-top {padding-bottom: var(--space-30); margin-bottom: var(--space-30); border-bottom: 1px solid #434343;}
.vietnam-name {margin-bottom: 2px;}

.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: url('/images/common/scroll-top.png') no-repeat center center; background-size: contain; overflow: hidden; box-shadow: 2px 2px 5px rgba(0,0,0,.35); text-indent: -9999em;}
