@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}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}


.contain {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#main .contain {max-width: 1460px;}

/* header */
#header {position:relative; 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: 1460px; height:100px; 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 40px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#242424; font-size:18px; font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li.active>a {color: #3b89b0;}
#gnb .submenu {display:none; position:absolute; left:50%; width:200px; transform:translateX(-50%); background:#3b89b0; border-radius: 0 0 10px 10px; text-align:center;}
#gnb .submenu>ul {padding:20px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:8px 0; color:#fff; font-size:16px; line-height:1.5em;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline;}

/* for mobile */
.btn-m-menu {display:block; position:relative; width:26px; height:26px;}
.btn-m-menu span {position:absolute; right:0; top:50%; width:18px; height:2px; margin-top:-1px; background:#242424;}
.btn-m-menu:before,
.btn-m-menu:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#242424;}
.btn-m-menu:before {top:0;}
.btn-m-menu:after {bottom:0;}

.mobile-navigation {display:block; z-index:102; position:fixed; top:0; right:0; overflow:auto; width:100%; height:auto; transition:.2s linear; -ms-transform:translateY(-100%); transform:translateY(-100%); background:#fff;}
.mobile-navigation .contain {max-width: 1460px; padding-top: 100px; padding-bottom: 100px;}
.mobile-navigation .home {display:flex; justify-content: center; height:105px; padding:0 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .home a,
.mobile-navigation .home .sitelogo {display: block; height: fit-content;}
.mobile-navigation .nav-menu>ul {display: flex; gap: 40px;}
.mobile-navigation .nav-menu>ul>li {flex: 1;}
.mobile-navigation .nav-menu>ul>li>a {display:block; position:relative; width: fit-content; padding:30px 0; color:#242424; font-size:24px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:before {position: absolute; content: ''; z-index: -1; top: 50%; left: 0; width: 0; height: 10px; background: rgba(59,137,176,.3); transition: .2s;}
.mobile-navigation .nav-menu>ul>li.active>a:before {width: calc(100% + 20px);}
.mobile-navigation .nav-menu .submenu {border-top: 1px solid #ddd;color:#242424; font-size:16px; font-weight:400; line-height:1.5em; padding: 22px 0;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:8px 0; font-weight: 500; font-size: 20px;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:#3b89b0;}
.mobile-navigation .space-close {position: relative; height: 100px;}
.mobile-navigation .close {position:absolute; top:50%; margin-top: -17px; right:100px; width:35px; height:35px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {position:absolute; content:""; top:12px; left:0; width:100%; height:2px; background:#242424; border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}
.mobile-overlay {display:none; z-index:100; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateY(0); transform:translateY(0);}
html.menu-opened .mobile-overlay {display:block;}

/* main */
.main-visual {position:relative; overflow:hidden;}
.main-visual .item {position:relative;}
.main-visual .image {position:relative; top:0; left:0; width:100%; padding-bottom: 31.25%; overflow:hidden;}
.main-visual .image:before {position: absolute; z-index: 1; content:''; top: 80px; left: 0; width: 50%; height: calc(100% - 160px); background: #fff; border-radius: 0 320px 320px 0; box-shadow: 3px 3px 20px rgba(0,0,0,.1)}
.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; z-index: 2; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; max-width: 1460px; padding:0 30px; color:#242424; z-index:40;font-family: 'NexonLv1Gothic';}
.main-visual .caption .inner {transition:1.2s; transform:translate(-50px,0); opacity:0; font-size: 30px; letter-spacing: 0; line-height: 2.2em;}
.main-visual .caption .mv-logo {display: inline-block; width: 145px; height: 44px; margin-bottom: -0.1em; background: url('../images/main/logo-mv.png') no-repeat center center; background-size: contain;}
.main-visual .caption .mv-logo.down {margin-bottom: -11px;}
.main-visual .caption .mv-logo.space-right {margin-right: 15px;}
.main-visual .caption .mv-logo.bigger {width: 170px; height: 51px;}
.main-visual .mv-brands {display: flex; gap: 35px; aling-items: center;}
.mv-brand.lg {padding-top: 5px;}
.main-visual .controls {position:absolute; bottom: 80px; left:50%; transform: translateX(-50%); width: 100%; max-width: 1460px; display:flex; align-items:center; justify-content: flex-end; padding:0 4% 0 30px; color:#fff; z-index:40; font-weight: 600;}
.main-visual .pager .current,
.main-visual .pager .total {display:inline-block; width:38px; text-align: center;}
.main-visual .progress {position:relative; margin:0 10px; width:210px; height:4px; background:rgba(255,255,255,.3);}
.main-visual .progress-bar {position:absolute; top:0; left:0; height:100%; background:#fff;}
.main-visual .slide-btn {width:24px; height:24px; background-color:unset; background-position:50% 50%; background-repeat:no-repeat; border-radius:100%; border:0; overflow:hidden;}
.main-visual .slide-prev {background-image:url("../images/main/ctr-prev.png");}
.main-visual .slide-next {background-image:url("../images/main/ctr-next.png");}
.main-visual .slide-stop {background-image:url("../images/main/ctr-stop.png");}
.main-visual .slide-play {display:none; background-image:url("../images/main/ctr-play.png");}
.main-visual .active .caption .inner {transform:translate(0,0); opacity:1;}
.main-visual .hyphen-list {margin-top: 25px;}
.hyphen-list li {position: relative; padding-left: 20px;}
.hyphen-list li:before {position: absolute; content: '-'; left: 0;}

.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%;}
}

.main-section {padding: 100px 0;}
.main-tit {margin-bottom: 55px; text-align: center;}
.main-tit h2 {font-size: 44px; color: #242424; font-family: 'NexonLv1Gothic';}
.main-tit p {margin-top: 20px; font-size: 20px;}

.shortcut-items {display: flex; justify-content: space-between; gap: 30px;}
.shortcut-items .item {flex: 1; display: block; padding: 20px; border: 1px solid #ddd; border-radius: 10px; text-align: center;}
.shortcut-items .item .icon {margin-bottom: 15px;}
.main-section .item-tit {font-weight: 500; color: #242424;}
.shortcut-items .item:hover {background: #72bce1;}
.shortcut-items .item:hover .item-tit {color: #fff;}
.shortcut-items .item:hover .icon img {filter: brightness(10);}

.main-service {background: url('../images/main/bg-service.jpg') no-repeat center center; background-size: cover;}
.service-items {display: flex; justify-content: center; gap: 50px;}
.service-items .item {flex: 1; max-width: 300px; padding: 45px 15px; background: #fff;border-radius: 60px; border: 1px solid #ddd; box-shadow: 3px 3px 10px rgba(0,0,0,.15); text-align: center;}
.service-items .icon {margin-bottom: 30px;}

.portfolio-items {position: relative;}
.portfolio-items .slick-list {margin: 0 -15px;}
.portfolio-items .item {display: block; padding: 0 15px; text-align: center; font-size: 16px; color: #898989;}
.portfolio-items .thumb {position: relative; width: 100%; margin-bottom: 25px; padding-bottom: 75%; border-radius: 20px; overflow: hidden;}
.portfolio-items .thumb img {position: absolute; width: 100%; height: auto; max-width: 100%; min-height: 100%; left: 0; top: 50%; transform: translateY(-50%); object-fit: cover;}
.portfolio-tit {margin-bottom: 5px; font-weight: 600; color: #242424;}
.portfolio-items .slick-arrow {position: absolute; top: 29%; width: 56px; height: 56px; border-radius: 100%; border: none; overflow: hidden; text-indent: -9999em; transition: .2s; z-index: 10;}
.portfolio-items .slick-prev {left: -107px; background: url('../images/main/port-prev.png') no-repeat center center;}
.portfolio-items .slick-next {right: -107px; background: url('../images/main/port-next.png') no-repeat center center;}
.portfolio-items .slick-prev:hover {background-image: url('../images/main/port-prev-on.png');}
.portfolio-items .slick-next:hover {background-image: url('../images/main/port-next-on.png');}

.main-estimate {position: relative;}
.main-estimate:before {position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 380px; background: url('../images/main/bg-estimate.jpg') no-repeat center center; background-size: cover; z-index: -1;}
.main-estimate .flex-cnt {display: flex; justify-content: space-between; gap: 40px;}
.estimate-tit {font-weight: 700; color:#242424; margin-bottom: 30px;}
.estimate-cnt {flex: 1; max-width: calc((100% - 40px) / 2); padding: 50px; background: #fff; border: 1px solid #ddd; border-radius: 0 0 40px 0;}
.estimate-list .slick-arrow {position: absolute; width: 12px; height: 20px; top: -30px; transform: translateY(-100%); border: none; background-size: contain; border: none; overflow: hidden; text-indent: -9999em; transition: .2s;}
.estimate-list .slick-prev {right: 35px; background: url('../images/main/estimate-prev.png') no-repeat center center;}
.estimate-list .slick-next {right: 0; background: url('../images/main/estimate-next.png') no-repeat center center;}
.estimate-table table {width: 100%; border-collapse: collapse; font-size: 16px;}
.estimate-table thead th {background: #3b89b0; color: #fff;font-weight: 500;}
.estimate-table thead th,
.estimate-table tbody td:not(:last-child) {border-right: 1px solid #ddd;}
.estimate-table tbody tr:not(:last-child) td {border-bottom: 1px solid #ddd;}
.estimate-table tbody td {text-align: center;}
.estimate-table thead th,
.estimate-table tbody td {padding: 8px;}
.estimate-form .form-agree {margin: 0;}
.estimate-form .row {display: flex; gap: 30px;}
.estimate-form .row:not(:last-child) {margin-bottom: 25px;}
.estimate-form .col {flex: 1;}
.estimate-cnt.flex-form {display: flex; flex-direction: column; border-radius: 40px 0 0 0;}
.estimate-cnt .estimate-form {flex: 1;}
.estimate-cnt form {height: 100%;}
.estimate-cnt .inquiry-wrap {display: flex; flex-direction: column; justify-content: space-between; height: 100%;}
.inquiry-tit {margin-bottom: 10px;font-weight: 600; color :#242424;}
.form-agree .flex-agree {display: flex; justify-content: space-between;}

.main-call {padding-bottom: 130px;}
.main-call .contain {display: flex; justify-content: space-between;}
.main-call .left p {margin-top: 7px;font-size: 16px;}
.main-call .right {display: flex; gap: 17px; align-items: center;}
.main-call .number {display: flex; gap:24px; align-items: center; font-size: 30px; font-weight: 700; color:#242424;}

.fz20 {font-size: 20px !important;}
.fz22 {font-size: 22px !important;}
.fz24 {font-size: 24px !important;}
.fz28 {font-size: 28px !important;}
.fz30 {font-size: 30px !important;}
.fz32 {font-size: 32px !important; color:#2fa599;}
.fz36 {font-size: 36px !important;}

.mb22 {margin-bottom: 22px !important;}

.orange {color: #fd6f22;}

/* sub */
.sub-visual {position:relative; overflow:hidden; height:400px; 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 {margin-bottom: 15px; font-size:44px; font-weight:700; line-height:1.3em; letter-spacing:-.03em;  font-family: 'NexonLv1Gothic';}
.sub-visual p {font-weight: 600;}
.sub-visual .path-wrap {display: flex; justify-content: center; align-items: center; gap: 5px; margin-top: 50px; font-weight: 500; font-size: 16px;}
.sub-visual .path-wrap .home .icon {margin-right: 5px;}
.sub-visual .path-wrap .home .icon img {margin-top: -.2em;}
.sub-visual .path-wrap .page-name span {display: none;}
.sub-visual .path-wrap .page-name span.active {display: block;}
.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 .bg5 {background-image:url("../images/common/sv5.jpg");}
.sub-visual .bg6 {background-image:url("../images/common/sv6.jpg");}
.sub-visual .bg7 {background-image:url("../images/common/sv7.jpg");}
.sub-visual.none-lnb .inner {padding:0;}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.lnb-wrap {position:relative; margin-top: -30px; padding: 0 30px;}
.lnb {margin:0 auto; max-width:1200px; border-radius: 30px; background: #fff; box-shadow: 1px 1px 8px rgba(0,0,0,.1);}
.lnb ul {display:flex;}
.lnb ul li {flex:1; text-align:center; border-radius: 30px;}
.lnb ul li:first-child {border-left:1px solid #ddd;}
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:60px; padding:0 15px; color:#242424; font-size:18px; font-weight:500; line-height:1.2em; letter-spacing:-.03em;}
.lnb ul li.active {background:#3b89b0; border:0;}
.lnb ul li.active a {color:#fff;}

.sub-title {padding-top:80px; padding-bottom:80px; max-width:1260px; margin:0 auto;}
#contArea.wide .sub-title {padding-left:30px; padding-right:30px;}
.sub-title h1 {position: relative; padding-bottom: 20px; font-size:36px; line-height:1.3em; color:#242424; text-align: center; font-family: 'NexonLv1Gothic';}
.sub-title h1:before{position: absolute; content: ''; left: 50%; transform: translateX(-50%); bottom: 0; width: 50px; height: 3px; border-radius: 2px; background: #3b89b0;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding:0;}

.real-cont {padding-bottom:123px;}

.bgc1 {background: #3b89b0 !important;}
.bgc2 {background: #72bce1 !important;}
.c1 {color: #3b89b0 !important;}
.c2 {color: #ff8400 !important;}
.c3 {color: #242424 !important;}
.icon img {vertical-align: middle; margin-top: -.1em;}
.txt-c {text-align: center;}
.f-nexon {font-family: 'NexonLv1Gothic';}
.p70 {padding: 70px 0;}

/* footer */
#footer {background:#3e3e3e; font-size: 15px; color: #b8b8b8; padding: 35px 0; letter-spacing: -.02em;}
#footer .contain {max-width: 1460px; display: flex; justify-content: space-between;}
#footer address span {font-style: normal; margin-right: 35px;}
.sitename {font-size: 18px; font-weight: 600; color: #fff;}
.copyright span {color: #686868;}
.f-link {display: flex; gap: 45px;}
.f-link .icon {margin-right: 5px;}

.quick-menu {position: fixed; z-index: 10; right: 30px; top: 50%; transform: translateY(-50%); text-align: center; padding: 20px 25px; background: #f0b500; border-radius: 10px; box-shadow: 3px 3px 10px rgba(0,0,0,.15);}
.quick-menu strong {display: block;}
.quick-menu .txt {margin: 5px 0 8px; color:#fff;}
.quick-menu .go {display: block; width: 30px; height: 30px; margin: 0 auto; width: 30px; height: 30px; border-radius: 100%; background: #fff; color: #1f1f1f; font-size: 16px; font-weight: 700;}