@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 
 
#skipToContent a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#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 {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {max-width:1360px; margin:0 auto; padding-right:var(--space-container); padding-left:var(--space-container);}

#wrapper {position:relative;}

/* header */
#header {position:fixed; top:0; left:0; z-index:100; width:100%; height:var(--header-height); padding:0 60px; transition:.2s; background: #fff;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; width:100%; max-width: 1580px; height:100%; padding:0; z-index:2;}

.header-fixed #header {box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.16);}

.sitelogo a {display:block; aspect-ratio:232/53; height:clamp(36px, calc(53 / var(--inner) * 100vw), 53px); background:url('/images/common/logo.svg') 0 50%/contain no-repeat;}

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%;}
#gnb>ul {display:flex; justify-content:flex-end; margin-right: calc(140px - var(--space-45));} 
#gnb>ul>li {position:relative; padding:0 var(--space-45);}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height: var(--header-height); color:#242424; font-size: var(--font-size-18); font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#gnb .submenu {display:none; position:absolute; left:50%; transform:translateX(-50%); width: 200px; text-align:center;}
#gnb .submenu>ul {padding: var(--space-20); margin-top: 16px; border-radius: var(--radius-16); box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.12); width: 100%; background: #fff;}
#gnb .submenu>ul>li>a {display:block; padding:10px 0; color:#454545; font-size:16px; font-weight: 500; line-height:1.33em;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline;}
#gnb .submenu>ul>li.active>a {color:var(--color-primary); font-weight: 700;}

#header:hover {background:#fff;}
/* #header:hover .sitelogo a {background-image:url('/images/common/logo.png');} */
#header:hover #gnb>ul>li>a {color:#2c2c2c;}
/* #header:hover #gnb>ul {gap: 120px; justify-content: center;} */
#header:hover .btn-m-menu span {background:#2c2c2c;}

.header-fixed #header {background:#fff; box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.16);}
/* .header-fixed .sitelogo a {background-image:url('/images/common/logo.png');} */
.header-fixed #gnb>ul>li>a {color:#2c2c2c;}
.header-fixed .btn-m-menu span {background:#2c2c2c;}

/* for mobile */ 
.btn-m-menu {display:none; position:relative; width:24px; height:24px;}
.btn-m-menu div {display:flex; flex-direction:column; justify-content:center; align-items:flex-end; gap:7px; width:100%; height:100%;}
.btn-m-menu span {display:block; width:100%; height:2px; background:#242424;}

.mobile-navigation {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; border-bottom:1px solid #ddd;}
.mobile-navigation .home img {height:clamp(34px, calc(50 / var(--inner) * 100vw), 50px);}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:12px 48px 12px 20px; display:block; color:#242424; font-size:18px; 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(--color-primary);}
.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:15px; 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(--color-primary);}
.mobile-navigation .close {position:absolute; top:15px; right:15px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; 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: absolute; top: 0; left:0; overflow:hidden; width: 100%; height: 100%; /*min-height: clamp(500px, calc(980 / var(--inner) * 100vw), 980px);*/ padding-top: var(--header-height); z-index: 0;}
.main-visual .slick-slider {height:100%;}
.main-visual .slick-list {height:100%;}
.main-visual .slick-track {height:100%;}
.main-visual .slick-slide {position:relative; height:100%; 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:0; left:0; width:100%; height: 100%; max-width:100%; min-height:100%; object-fit:cover;}

@media (min-aspect-ratio: 16/9) {
	.main-visual .item iframe {height:56.25vw;}
}
@media (max-aspect-ratio: 16/9) {
	.main-visual .item iframe {width:177.78vh;}
}

.main-area {position:relative; min-height: clamp(500px, calc(980 / var(--inner) * 100vw), 980px); padding-top: var(--header-height); z-index:1; display: flex; flex-direction: column; align-items: center;}

.main-service {padding:var(--space-100) 0 var(--space-55); margin-top: auto; width: 100%; position: relative; z-index: 1; overflow: hidden;}
.main-service .contain {max-width:1640px;}
.main-service .head {margin: 0 0 var(--space-50);}
.main-service .head .tit {font-size: var(--font-size-60); font-weight:700; line-height:1.07; letter-spacing:-0.03em; color:#242424; font-family: 'GmarketSans', sans-serif;}
.main-service .head .tit .primary {color:var(--color-primary);}
.main-service .head .desc {margin:var(--space-15) 0 0; font-size:var(--font-size-20); font-weight:500; line-height:1.2; letter-spacing:-0.03em; color:#242424;}
.main-service .grid {display:grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(2, 1fr); gap:var(--space-30);}
.main-service .card {padding: var(--space-30); background:#fff; border-radius:var(--radius-24); height: 100%; display: flex; flex-direction: column; gap:var(--space-15);}
.main-service .card h4 {font-size:var(--font-size-24); font-weight:600; line-height:1.2; color:#242424; display: flex; align-items: center; gap: 4px 8px; flex-wrap: wrap; margin-top: 5px; transition: inherit;}
.main-service .card h4 .note {font-size:var(--font-size-16); font-weight:400; line-height:1.2; color:#898989; transition: inherit;}
.main-service .card p {line-height:1.3;}
.main-service .card .bot {display:flex; align-items: flex-end; justify-content: space-between; gap:var(--space-20); margin-top: auto;}
.main-service .card .bot .more {display:flex; align-items: center; gap: 6px; line-height: 1; color: #fff; opacity: 0; position: relative; user-select: none;}
.main-service .card .bot .more::after {content: ""; position: absolute; bottom: -1px; left: 0; width: 100%; height: 1px; background: #fff;}
.main-service .card .icon {display:flex; align-items:center; justify-content:flex-end; width:60px; aspect-ratio: 1; flex-shrink:0; color: #898989; transition: inherit;}
.main-service .card:hover {background:var(--color-primary); color:#fff;}
.main-service .card:hover h4 {color: inherit;}
.main-service .card:hover h4 .note {color: inherit;}
.main-service .card:hover .more {opacity: 1;}
.main-service .card:hover .icon {color: #fff;}

/* sub */
.sub-visual {position:relative; display:flex; flex-direction:column; background:#eee; height:clamp(315px, calc(400 / var(--inner) * 100vw), 400px); overflow:hidden; margin-top: var(--header-height); padding-bottom: 60px;}
.sub-visual .bg {position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:1s; transform:scale(1.1); opacity:0;}
.sub-visual .title {position:relative; flex:1 1 auto; min-height:0; height:1%; display:flex; align-items:center; text-align:center;}
.sub-visual .title .contain {width:100%;}
.sub-visual .title h2 {font-size:clamp(28px, calc(56 / var(--inner) * 100vw), 56px); line-height:1.3em; color:#fff;}
.sub-visual .title p {margin-top:var(--space-24); font-size:clamp(14px, calc(18 / var(--inner) * 100vw), 18px); line-height:1.5em; color:#fff;}
.sub-visual.loaded .bg {transform:scale(1); opacity:1;}

.path-wrap {position:relative; z-index:50; margin-top: -60px; margin-bottom: var(--space-60);}
.path-wrap .wrap {max-width:1300px; margin:0 auto; background: #fff;}
.path-wrap .inner {display:flex;}
.path-wrap .home {position: relative;}
.path-wrap .home::after {content:""; position:absolute; top:50%; right:0; transform:translateY(-50%); width:1px; height:calc(100% - 20px); background:#d9d9d9;}
.path-wrap .home a {display:block; width:64px; height:60px; background:url("../images/common/home.svg") 50% 50% no-repeat; background-size:24px; text-indent:-999em; overflow:hidden;}
.path-wrap .part {position:relative; min-width: 320px; z-index:50;}
.path-wrap .part::after {content:""; position:absolute; top:50%; right:0; transform:translateY(-50%); width:1px; height:calc(100% - 20px); background:#d9d9d9;}
.path-wrap .part:last-child::after {display:none;}
.path-wrap .part > a {display:flex; align-items:center; position:relative; height:60px; color:#666; line-height:1.3em; padding:0 44px 0 20px;}
.path-wrap .part > a::after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-50%); width:24px; height:24px; background:url("../images/common/path_down.svg") no-repeat center;}
.path-wrap .part.active > a::after {transform:translateY(-50%) rotate(180deg);}
.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;}
.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 {color:#242424; background:#f8f8f8;}
.path-wrap .part ul li.active a {color:#242424; background:#f8f8f8; font-weight: 600;}

#contArea {max-width:1360px; padding:0 var(--space-container); margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title {padding:var(--space-60) 0 var(--space-70); text-align:center;}
.sub-title h2 {font-size:var(--font-size-40); line-height:1.5em; color:#2C2C2C; position: relative; padding-bottom: var(--space-15);}
.sub-title h2::after {content:""; position:absolute; bottom:0; left: 50%; transform:translateX(-50%); width:2.6%; height:1px; background:#686868; min-width: 20px; max-width: 36px;}

.real-cont {min-height:300px; padding-bottom:var(--space-120);}

.quick {position: fixed; top: calc(var(--header-height) + 24px); left: calc(50% + 1640px / 2); z-index: 90; display: flex; flex-direction: column; gap: 8px; padding: var(--space-12); background: #fff; border-radius: var(--radius-25); border: 1px solid #eee; box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);}
#main .quick {top: calc(var(--header-height) + 24px);}
.quick .item {display: flex; align-items: center; justify-content: center; flex-direction: column; gap: var(--space-12); width: var(--space-100); aspect-ratio: 1;}
.quick .item .img {width: 24px; height: 24px;}
.quick .item .img img {width: 100%; height: 100%; object-fit: contain;}
.quick .item p {color: #242424; font-size: var(--font-size-14); font-weight: 500; line-height: 1.42; letter-spacing: -0.03em; text-align: center;}
.quick .scroll-top .img {width: 28px; height: 28px;}

/* footer */
#footer {padding:var(--space-48) 0; background:#242424; color:#bababa; font-size:var(--font-size-15); line-height:1.5; letter-spacing:-.03em;}
#footer .contain {max-width:1640px;}
#footer a {color:#fff;}
#footer .foot-top {display:flex; flex-wrap:wrap; align-items:flex-start; justify-content:space-between; gap:var(--space-24) var(--space-40);}
#footer .foot-logo a {display: flex; align-items: center; justify-content: center; width: 232px; aspect-ratio: 232 / 53;}
#footer .foot-logo img {width:100%; height:100%; object-fit:contain;}
#footer .foot-links {display:flex; align-items:center; margin-top: var(--space-15);}
#footer .foot-links a {font-weight:700; line-height: 1.2; position: relative; margin: 0 var(--space-16);}
#footer .foot-links a::after {content:""; position:absolute; right: calc(var(--space-16) * -1); top: 50%; transform:translateY(-50%); width:1px; height:15px; background:#585858;}
#footer .foot-links a:first-child {margin-left:0;}
#footer .foot-links a:last-child {margin-right:0;}
#footer .foot-links a:last-child::after {display:none;}
#footer .foot-bottom {margin-top:var(--space-48);}
#footer .foot-info {display:flex; flex-wrap:wrap; align-items:center; margin:0 0 var(--space-20); gap:var(--space-16) 0;}
#footer .foot-info .unit {position:relative; display:inline-flex; flex-wrap:wrap; align-items:center; gap:var(--space-10); margin: 0 var(--space-16);}
#footer .foot-info .unit-wrap {width: 100%;}
#footer .foot-info .unit-wrap + .unit {margin-left:0;}
#footer .foot-info .unit:first-child {margin-left:0;}
#footer .foot-info .unit::after {content:""; position:absolute; right: calc(var(--space-16) * -1); top:50%; width:1px; height:15px; background:#585858; transform:translateY(-50%);}
#footer .foot-info .unit:last-child::after {display:none;}
#footer .foot-info .lbl {color:#fff; font-weight:700;}
#footer .foot-info .val {color:#bababa;}
#footer .foot-cr {color:#707070;}