@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;}

#wrapper {position:relative;}

.contain {max-width:1260px; margin:0 auto; padding-right:var(--space-container); padding-left:var(--space-container);}

/* header */
#header {position:fixed; top:0; left:0; width:100%; height:var(--header-height); transition:.4s; z-index:100;}
#header .contain {display:flex; align-items:center; justify-content:space-between; position:relative; max-width:1780px; height:100%; z-index:10;}

.sitelogo a {display:block; width:95px; aspect-ratio:95/69; background:url('/images/common/logo-w.png') 0 50%/contain no-repeat;}

.gnb > ul {display:flex;}
.gnb > ul > li {position:relative; padding:0 var(--space-60);}
.gnb > ul > li > a {display:flex; position:relative; z-index:2; align-items:center; justify-content:center;  width:100%; height:var(--header-height); color:#fff; font-size:var(--font-size-20); font-weight:600; line-height:1.2em; letter-spacing:-.03em;}
.gnb > ul > li > a:after {content:""; position:absolute; bottom:-2px; left:50%; width:0; height:2px; background:var(--color-primary); -webkit-transform:translateX(-50%); transform:translateX(-50%); transition:all .2s}
.gnb > ul > li.active > a {color:var(--color-primary) !important;}
.gnb > ul > li.active > a:after {width:50%;}
.gnb .submenu {display:none; position:absolute; left:50%; width:200px; text-align:center; background:#fff; border-radius:0 0 16px 16px; -webkit-transform:translateX(-50%); transform:translateX(-50%); box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);}
.gnb .submenu > ul {padding:28px 0;}
.gnb .submenu > ul > li > a {display:block; padding:7px 10px; color:#454545; font-size:var(--font-size-16); font-weight:400; line-height:1.3em; letter-spacing:-.03em;}
.gnb .submenu > ul > li:hover > a {color:var(--color-primary); font-weight:500;}

.pull-right {display:flex; align-items:center; gap:20px;}

.top-call {display:flex; align-items:center; gap:10px; font-size:var(--font-size-16); font-weight:600; line-height:1.5em; letter-spacing:-.03em; color:#fff;}
.top-call:before {content:''; width:48px; height:48px; background:url('/images/common/tel-w.png') 50% 50%/contain no-repeat;}
.top-call strong {font-size:var(--font-size-28); font-weight:800; line-height:1em; letter-spacing:-.03em;}

#header.header-hover {background:#fff;}
#header.header-hover .sitelogo a {background-image:url('/images/common/logo.png');}
#header.header-hover .gnb > ul > li > a {color:#242424;}
#header.header-hover .btn-m-menu span {background:#242424;}
#header.header-hover .btn-m-menu span:nth-child(2) {background:var(--color-primary);}
#header.header-hover .top-call {color:var(--color-primary);}
#header.header-hover .top-call:before {background-image:url('/images/common/tel.png');}
#header.header-hover .top-call strong {color:#242424;}

#header.header-fixed {background:#fff; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);}
#header.header-fixed .sitelogo a {background-image:url('/images/common/logo.png');}
#header.header-fixed .gnb > ul > li > a {color:#242424;}
#header.header-fixed .btn-m-menu span {background:#242424;}
#header.header-fixed .btn-m-menu span:nth-child(2) {background:var(--color-primary);}
#header.header-fixed .top-call {color:var(--color-primary);}
#header.header-fixed .top-call:before {background-image:url('/images/common/tel.png');}
#header.header-fixed .top-call strong {color:#242424;}

/* for mobile */
.btn-m-menu {display:none; width:28px; height:28px;}
.btn-m-menu div {display:flex; flex-direction:column; justify-content:center; align-items:flex-end; gap:10px; width:100%; height:100%;}
.btn-m-menu span {display:block; width:70%; height:2px; background:#fff;}
.btn-m-menu span:nth-child(2) {width:100%;}

.mobile-navigation {display:none;position:fixed; top:0; right:0; width:280px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {max-height:60px; padding: 19px 20px;}
.mobile-navigation .home a {display: block;  color: #2c2c2c; font-size:20px; font-weight: 700; line-height: 1.3em;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:13px 20px; display:block; color:#2c2c2c; font-size:18px; font-weight:600; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:12px; height:12px; border-right:2px solid #454545; border-bottom:2px solid #454545;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#014099;}
.mobile-navigation .nav-menu .submenu {display:none; background:var(--color-primary); padding: 10px 0;}
.mobile-navigation .nav-menu .submenu > ul > li > a {display:block; padding:8px 20px; color:#fff; font-size:16px; line-height:1.3em;}
.mobile-navigation .links {padding:20px;}
.mobile-navigation .links a {display:inline-block; padding:10px 20px; background:var(--color-primary); border-radius:6px; color:#fff; font-size:14px; font-weight:600; line-height:1.3em;}
.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 #container .contain {max-width:1460px;}

.main-visual {position:relative; height:100dvh; overflow:hidden;}
.main-visual .video {position:absolute; inset:0; width:100%; height:100%;}
.main-visual .video:after {content:''; position:absolute; inset:0; width:100%; height:100%; background-image:linear-gradient(120deg, #101732 15%, transparent 100%)}
.main-visual .video video {position:absolute; inset:0; width:100%; height:100%; object-fit:cover;}
.main-visual .caption {position:absolute; top:55%; left:0; width:100%; color:#fff; -webkit-transform:translateY(-50%); transform:translateY(-50%);}
.main-visual .t1 {margin-bottom:25px; font-family:'Play',sans-serif; font-size:var(--font-size-24); line-height:1.45em; text-transform:uppercase;}
.main-visual .t2 {margin-bottom:20px; font-size:var(--font-size-32); font-weight:600; line-height:1.3em;}
.main-visual .t3 {margin-bottom:65px; font-size:var(--font-size-56); font-weight:600; line-height:1.21em;}
.main-visual .btn {display:inline-flex; align-items:center; gap:20px; padding:17px 20px; border:1px solid rgba(255, 255, 255, 0.4); font-size:var(--font-size-18); font-weight: 600; line-height:1.5em;}
.main-visual .btn:hover {background:var(--color-primary); border-color:var(--color-primary);}

.m-head {text-align:center; margin-bottom:var(--space-60);}
.m-head h2 {font-family:'Play',sans-serif; font-size:var(--font-size-64); line-height:1.3em; letter-spacing:-.03em;}

.main-why {padding:var(--space-150) 0; overflow:hidden;}
.main-why .tit-wrap {display:flex; justify-content:space-between; margin-bottom:var(--space-60);}
.main-why .tit-wrap .tit {width:43%; text-align:center;}
.main-why .tit-wrap .tit p {display:inline-block; position:relative; padding:0 5px 5px; font-size:var(--font-size-40); font-weight:700; line-height:1em;}
.main-why .tit-wrap .tit p:before {content:''; position:absolute; bottom:0; left:0; width:100%; height:40%; background:rgba(16,23,50,.1);}
.main-why .tit-wrap .tit p span {position:relative;}
.main-why .tit-wrap .tit.st2 p {color:var(--color-primary);}
.main-why .tit-wrap .tit.st2 p:before {background:rgba(0,80,99,.1);}
.main-why .cnt-wrap {display:flex; flex-direction:column; gap:var(--space-40);}
.main-why .cnt-wrap .group {display:flex;}
.main-why .cnt-wrap .group .box {width:43%; min-height:100px; padding:18px; display:flex; flex-direction:column; justify-content:center; align-items:center; text-align:center; box-shadow:0 0 1rem rgba(0,80,99,.08); border-radius:var(--radius-16); font-size:var(--font-size-24); font-weight:600; line-height:1.25em; letter-spacing:-.03em;}
.main-why .cnt-wrap .group .box strong {font-weight: 800;}
.main-why .cnt-wrap .group .box.st1 {background:#fff;}
.main-why .cnt-wrap .group .box.st2 {color:#fff; font-weight:500; background-image:linear-gradient(to left, rgb(16,23,50) 0%, rgb(0,80,99) 100%);}
.main-why .cnt-wrap .group .box.st2 strong {font-weight:700;}
.main-why .cnt-wrap .group .arrow {width:14%; display:flex; justify-content:center; align-items:center; gap:6px; font-weight:800; text-align:center;}
.main-why .cnt-wrap .group .arrow span:nth-child(1) {color:rgba(0,80,99,.2);}
.main-why .cnt-wrap .group .arrow span:nth-child(2) {color:rgba(0,80,99,.6);}
.main-why .cnt-wrap .group .arrow span:nth-child(3) {color:rgba(0,80,99,1);}

.main-clients {padding:var(--space-150) 0; overflow:hidden; background:#f7f9fa;}
.main-clients .slider {overflow:hidden;}
.main-clients .items {margin:0 -15px;}
.main-clients .items div {overflow:hidden;}
.main-clients .item {float:left; padding:15px;}
.main-clients .slick-dots {display:flex; justify-content:center; gap:var(--space-15); margin-top:var(--space-40); line-height:0;}
.main-clients .slick-dots li button {display:block; width:15px; height:15px; background:var(--color-primary); border:0; opacity:.3; overflow:hidden; font-size:0; line-height:0; text-indent:-999em; border-radius:100%;}
.main-clients .slick-dots li.slick-active button {opacity:1;}

/* sub */
.sub-visual {position:relative; width:100%; height:clamp(320px, calc(500 / var(--inner) * 100vw), 500px); overflow:hidden; color:#fff; background-color:#eee; background-position:50% 50%; background-repeat:no-repeat; background-size:cover;}
.sub-visual .bg {position:absolute; inset:0; width:100%; height:100%; background-position:50% 50%; background-size:cover; animation:sv-zoomIn 5s forwards linear;}
.sub-visual .cell {position:absolute; top:50%; -webkit-transform:translateY(-50%); transform:translateY(-50%); width:100%; padding-top:var(--header-height);}
.sub-visual .t1 {margin-bottom:18px; font-family:'Play',sans-serif; font-size:var(--font-size-20); font-weight:400; line-height:1.3em; letter-spacing:-.01em;}
.sub-visual .t1:after {content:''; display:inline-block; vertical-align:middle; width:100px; height:1px; background:#fff; margin-left:16px; opacity:0.4;}
.sub-visual .t2 {font-size:clamp(24px, calc(72 / var(--inner) * 100vw), 72px); 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")}

@keyframes sv-zoomIn {
    0% {transform:scale(1.1);}
    100% {transform:scale(1);}
}

.path-wrap {position:relative; z-index:50; border-bottom:1px solid #ddd;}
.path-wrap .inner {display:flex;}
.path-wrap .home {position:relative;}
.path-wrap .home a {display:block; width:53px; height:var(--lnb-height); background:url("/images/common/home.png") 0 50%/17px auto no-repeat; text-indent:-999em; overflow:hidden;}
.path-wrap .home:after {content:""; position:absolute; top:50%; right:0; width:1px; height:16px; background:#ddd; margin-top:-8px;}
.path-wrap .part {position:relative; min-width:246px; z-index:50;}
.path-wrap .part:after {content:""; position:absolute; top:50%; right:0; width:1px; height:16px; background:#ddd; margin-top:-8px;}
.path-wrap .part > a {display:flex; align-items:center; position:relative; z-index:2; height:var(--lnb-height); font-weight:600; font-size:var(--font-size-18); line-height:1.2em; padding:0 70px 0 34px;}
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:35px; margin-top:-4px; width:10px; height:8px; background:url("/images/common/path-down.svg") 50% 50%/contain no-repeat;}
.path-wrap .part ul {display:none; position:absolute; top:0; left:-1px; right:0; z-index:1; padding:calc(var(--lnb-height) + 18px) 34px 20px; background:#fff; border:1px solid #ddd; border-top:0; border-radius:0 0 10px 10px;}
.path-wrap .part ul li {display:block;}
.path-wrap .part ul li a {display:block; padding:7px 0; color:#454545; line-height:1.3em;}
.path-wrap .part ul li a:hover,
.path-wrap .part ul li.active a {text-decoration:underline; text-underline-offset:0.25em; color:var(--color-primary);}
.path-wrap .part.active > a:after {transform:scaleY(-1); -webkit-transform:scaleY(-1);}
  
#contArea {max-width:1260px; padding:0 var(--space-container); margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title {padding:var(--space-90) 0 var(--space-50); text-align:center;}
.sub-title h1 {font-size:var(--font-size-40); line-height:1.3em; letter-spacing:-.03em;}

.real-cont {min-height:200px; padding-bottom:var(--space-100);}

/* footer */
#footer {position:relative; padding:var(--space-50) 0; color:#fff; font-size:var(--font-size-15); font-weight:300; line-height:1.5em; letter-spacing:-.02em; background:#101833;}
#footer address {font-style:normal;}
#footer .contain {display:flex; align-items:center; gap:var(--space-50); max-width:1460px;}

.foot-logo {width:127px;}

.foot-info {flex:1 1 auto; min-width:0; width:1%; display:flex; gap:20px; justify-content:space-between; align-items:flex-end;}
.foot-info .links {margin-bottom:6px;}
.foot-info .links ul {display:flex; flex-wrap:wrap; gap:var(--space-10) var(--space-30);}
.foot-info .links ul li {}
.foot-info .links ul li a {display:flex; align-items:center; gap:8px;}
.foot-info .links ul li a:before {content:''; width:17px; height:17px; background:url('/images/common/icon-doc.png') 0 50%/contain no-repeat;}
.foot-info address .item {display:inline-block; margin:6px 35px 0 0;}
.foot-info address .item .label {color:#878787; font-weight: 400; margin-right:4px;}
.foot-info .copyright {color:#878787; font-size:12px; line-height:1.3em;}
.foot-info .copyright .designed {color:#5a5a5a;}

.scroll-top {position:absolute; bottom:50px; right:20px; width:60px; height:60px; display:flex; align-items:center; justify-content:center; color:#fff; font-size:var(--font-size-20); font-weight:600; line-height:1.5em; letter-spacing:-.02em; border-radius:100%; border:1px solid rgba(255,255,255,.4); -webkit-transform:translateY(-50%); transform:translateY(-50%);}