@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; width: 100%; 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;}

#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 75px;}
#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:18px; font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#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:9px 0; color:#454545; font-size:16px; line-height:1.5em;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline; color:var(--primary-color);}
#gnb .submenu>ul>li.active>a {color:var(--primary-color);}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:rgba(255,255,255,.9); border-top:1px solid #ddd; border-bottom:1px solid #eee;}

#lang {position: relative; display: flex; align-items: center; justify-content: center; width: 56px; height: 32px; border-radius: 20px; border: 1px solid #c1c1c1; box-shadow: 0px 0px 2px 0px rgba(26, 26, 26, 0.12), 0px 0px 1px 0px rgba(26, 26, 26, 0.07); color: #fff; font-size: 15px;}
#lang ul {display: none; position: absolute; top: 100%; left: 0; width: 100%; background: rgba(255,255,255,.9); border: 1px solid #ddd; border-top: 0; border-radius: 5px; box-shadow: 0px 0px 2px 0px rgba(26, 26, 26, 0.12), 0px 0px 1px 0px rgba(26, 26, 26, 0.07); text-align: center;}
#lang li:hover {background: #f5f5f5;}

#header.active {background:rgba(255,255,255,.9);}
#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 {color:var(--dark-color);}

/* for mobile */
.btn-m-menu {display: block; position:relative; width:26px; height:26px; margin-left: 25px;}
.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: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 */
#container {overflow: hidden;}
.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 .mv-caption {position:absolute; top: 50%; left:50%; width: 100%; max-width: 1600px; padding:0 100px; transform: translate(-50%, -50%); color:#fff; z-index:40; font-size: var(--font-size-64); font-weight: 700; line-height: 1.3125em; text-align: center;}
.main-visual .active .image {transform:scale(1);}
.main-visual .slick-arrow {}

.main-tit {margin-bottom: var(--space-35);font-size: var(--font-size-16); color: var(--gray-color);}
.main-tit h2 {font-size: var(--font-size-48); font-weight: 700; line-height: 1.3125em; color: var(--dark-color);}

.main-business {padding: var(--space-120) 0;}
.main-business .contain {max-width: 1500px;}
.main-business-cards {display: flex; gap: 15px var(--space-24); font-size: var(--font-size-16); line-height: 1.625em;}
.main-business-card {flex: 1; position: relative; }
.main-business-content {display: flex; flex-direction: column; justify-content: space-between; gap: 15px; position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: var(--space-40); color: #fff;}
.main-business-card .num {font-size: var(--font-size-48); font-weight: 700; line-height: 1.416667em;}
.main-business-card h3 {font-size: var(--font-size-32); font-weight: 700; line-height: 1.5em;}
.main-business-card p {max-width: 321px; margin-top: 5px;}
.btn-view {width: fit-content; padding: 3px 9px; border: 1px solid #fff; border-radius: 8px; font-size: var(--font-size-15);}

.main-about {background: url('/images/main/main-about-bg.jpg') no-repeat center center; background-size: cover; color: #fff;}
.main-about .main-tit h2, .main-about .main-tit {color: #fff;}
.main-about-cnt {width: 50%; margin-left: auto; display: flex; flex-direction: column; gap: clamp(20px, calc(64 / var(--inner) * 100vw), 64px); padding: var(--space-120) var(--container-space) var(--space-120) clamp(20px, calc(80 / var(--inner) * 100vw), 80px); background: rgba(0,0,0,.6);}
.main-about-shortcuts {display: flex; gap: clamp(20px, calc(64 / var(--inner) * 100vw), 64px);}
.main-about-shortcut {display: flex; flex-direction: column; align-items: center; gap: var(--space-15);}
.main-about-circle {padding: clamp(15px, calc(48 / var(--inner) * 100vw), 48px); border-radius: 100%; background: var(--primary-color);}
.main-about-circle.fifth-color {background: var(--fifth-color);}

.main-direction {position: relative; padding: clamp(70px, calc(155 / var(--inner) * 100vw), 155px) 0;}
.main-direction .main-map {position: absolute; width: 100%; height: 100%; top: 0; left: 0;}
.main-direction .main-map iframe {width: 100% !important; height: 100% !important;}
.main-direction .main-direction-cnt {position: relative; z-index: 2; width: 50%; padding: var(--space-40); background: #fff;}
.main-direction-cnt strong {display: block; margin-bottom: var(--space-30); font-size: var(--font-size-24); font-weight: 700; line-height: 1.5em; color: var(--dark-color);}
.main-direction-cnt ul {display: flex; flex-direction: column; gap: 10px;}
.main-direction-cnt ul li {display: flex; align-items: center; gap: 10px; font-size: var(--font-size-16); line-height: 1.5em;}
.main-direction-cnt ul li .icon {width: 40px; height: 40px;}
.main-direction-cnt ul li .icon img {width: 100%; height: 100%; object-fit: contain;}
.main-direction-cnt ul li div:not(.icon) {flex:1;}

/* sub */
.sub-visual {position:relative; overflow:hidden; height:540px; 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:var(--font-size-64); font-weight:700; line-height:1.3125em; letter-spacing:-.03em;}
.sub-visual p {margin-top:10px; font-size:var(--font-size-18); font-weight:500; 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; margin-bottom: var(--space-60);}
.lnb {margin:0 auto; max-width:1402px; border: 1px solid #ddd;}
.lnb ul {display:flex;}
.lnb ul li {position: relative; flex:1 1 auto; text-align:center;}
.lnb ul li:not(:last-child)::after {content: ""; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 1px; height: 16px; background: #ddd;}
.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); font-size:16px; font-weight:400; line-height:1.2em; letter-spacing:-.03em;}
.lnb ul li.active a {color:var(--primary-color); font-weight: 600;}


.path-wrap {position:relative; margin-top: calc(var(--lnb-height) * -1); z-index:50; text-transform: uppercase;}
.path-wrap .wrap {max-width:1400px; margin:0 auto; background: #fff; border-bottom:1px solid #ddd;}
.path-wrap .inner {display:flex;}
.path-wrap .home a {display:block; width:var(--lnb-height); height:var(--lnb-height); background:var(--primary-color) url("/images/common/home.png") 50% 50% no-repeat; background-size:20px; text-indent:-999em; overflow:hidden; border-right:1px solid #ddd;}
.path-wrap .part {position:relative; min-width:240px; border-right:1px solid #ddd; z-index:50;}
.path-wrap .part > a {display:flex; align-items:center; position:relative; height:var(--lnb-height); color:#454545; font-size:var(--font-size-18); font-weight:500; line-height:1.3em; padding:0 100px 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;}
.path-wrap .part:nth-child(3) > a {color:var(--primary-color);}

@media (max-width: 1024px) {
	.path-wrap .home a {width:52px; height:52px;}
	.path-wrap .part > a {font-size:16px; height:52px;}
	.path-wrap .part ul li a {padding:15px 24px;}
}
@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: clamp(40px, calc(100 / var(--inner) * 100vw), 100px) 0; max-width:1460px; 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:var(--font-size-48); line-height:1.416667em; color:var(--dark-color); text-transform: uppercase;}
.sub-title .doc-tit {margin-bottom:22px;}

#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(50px, calc( 150 / var(--inner) * 100vw ), 150px);}
.icon img {vertical-align: middle; margin-top: -.02em;}
.txt-center {text-align: center;}

.desc p:not(:last-child) {margin-bottom: 1.625em;}
.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 { background: #454545; font-size: var(--font-size-15); color: #f2f2f2;}
#footer .contain {max-width: 1780px;}
.f-cnt {display: flex; justify-content: space-between; gap: 40px 30px; padding: clamp(20px, calc(70 / var(--inner) * 100vw), 70px) 0;}
#footer strong {display: block; font-size: var(--font-size-20); font-weight: 500; line-height: 1.5em;}
.f-info address span { display: block;font-style: normal;}
.f-menu> ul {display: flex; gap: 20px clamp(15px, calc(50 / var(--inner) * 100vw), 80px);}
.f-menu> ul>li>a {display: block; margin-bottom: 10px; font-size: var(--font-size-18); font-weight: 500; line-height: 1.5em;}
.f-terms {display: flex; justify-content: center;  padding: clamp(20px, calc(30 / var(--inner) * 100vw), 30px) 0; border-top: 1px solid #ddd;}
.copyright {position: relative; padding-left: 20px; margin-left: 20px;}
.copyright:before {position: absolute; content:'|'; left: 0; font-weight: 200;}

.scroll-top {display:flex; justify-content:center; align-items:center; z-index:80; position:fixed; bottom:160px; right:60px; width:70px; height:70px; border-radius: 100%; border: 1px solid #ddd; background-color:#23282c; color:#fff; font-size:14px; font-weight: 500; line-height:1em; text-align:center;}
.scroll-top span:before {display:block; content:""; margin:0 auto 10px; width:0; height:0; border-left:8px solid transparent; border-right:8px solid transparent; border-bottom:7px solid #fff;}
