@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 
body {overflow-x: hidden;}
#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;}
.flex {display:flex;}
.flex-col {display:flex; flex-direction:column;}
.flex-col-center {display:flex; flex-direction:column; align-items:center;}
.flex-center {display:flex; align-items:center; justify-content:center;}

#wrapper {position:relative;}

.contain {max-width:1460px; margin:0 auto; padding-right:var(--space-container); padding-left:var(--space-container);}


/* header */
#header {position:sticky; top: 0; left: 0; width:100%; height:var(--header-height); background:#fff; border-bottom:1px solid #D9D9D9; transition:.2s; z-index:100;}
#header .contain {display: flex; align-items: center; justify-content: space-between; position:relative; max-width:1640px; height:100%; z-index:10; }

.sitelogo a {display:block;}

#gnb > ul {display:flex; justify-content:space-evenly; text-align:center;}
#gnb > ul > li {position:relative; padding:0 var(--space-40);}
#gnb > ul > li > a {display:flex; flex-direction:column; align-items:center; justify-content:center; height:var(--header-height); color:var(--color-sub); font-size:var(--font-size-18); font-weight:600; line-height:1.5em; letter-spacing:-.03em; white-space:nowrap;}
#gnb > ul > li > a div {display:flex; flex-direction:column; align-items:center; justify-content:flex-start; overflow:hidden; height:1.5em; padding:0 4px;}
#gnb > ul > li.active > a {color:var(--color-sub) !important;}
#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; padding:0 var(--space-20);}
#gnb .submenu>ul {padding: var(--space-26) 0;}
#gnb .submenu>ul>li>a {display:block; padding:12px 0; color:var(--color-sub);  font-weight: 500; line-height:1.2em; white-space:nowrap; }
#gnb .submenu2>ul>li>a {white-space: normal; word-break: break-all; text-align: left;}
#gnb .submenu>ul>li>a:hover {color: var(--color-primary);}

.header-sns-wrap {display:flex; align-items:center; gap: 13px;}
.hd-contact-btn {width: 91px; height: 40px; color: #fff; background: var(--color-primary); border-radius: 7px; display: flex; align-items: center; justify-content: center; font-size: var(--font-size-18); font-weight: 600; }
.header-sns-wrap.only-mobile {display: none;}


/* for mobile */
.btn-m-menu {display:none; position:absolute; top:50%; right:var(--space-container); width:24px; height:24px; -webkit-transform:translateY(-50%); transform:translateY(-50%);}
.btn-m-menu div {display:flex; flex-direction:column; justify-content:center; gap:7px; width:100%; height:100%;}
.btn-m-menu span {display:block; width:100%; height:2px; background:#242424;}

.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 {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; display:block; padding:13px 20px; color:#242424; font-size:18px; font-weight:700; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li>a div {display:flex; align-items:flex-end; gap:5px;}
.mobile-navigation .nav-menu>ul>li>a .en {order:2;  font-size:.8em; font-weight:500; line-height:1.3em; opacity:.4;}
.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>a:after {display: none;}
.mobile-navigation .nav-menu>ul>li.active>a:after  {transform:translateY(-35%) rotate(-135deg); border-color:var(--color-primary);}
.mobile-navigation .nav-menu .submenu {display:none; background:var(--color-primary); padding: 10px 0;}
.mobile-navigation .nav-menu .submenu > ul > li > a {display:flex; align-items:flex-end; gap:5px; padding:8px 20px; color:#fff; font-size:16px; font-weight:500; line-height:1.3em;}
.mobile-navigation .nav-menu .submenu > ul > li > a .bar {display:none;}
.mobile-navigation .nav-menu .submenu > ul > li > a .en {order:2; font-size:.8em; line-height:1.3em; font-weight:400; opacity:.4;}
.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-visual */

.main-visual {position:relative; overflow: hidden; width: 100%; }
.main-visual .item {position:relative; height:77vh; overflow:hidden;}
.main-visual .img {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transform: scale(1); transition: 4s;}
.main-visual .img 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 .contain { max-width: 1580px; }
.main-visual .caption { position: absolute; left: 0; text-align: left; width: 100%; top: 45%; transform: translateY(-50%); }
.main-visual .caption .txt { width: 100%; transform:translateX(-50px); opacity: 0; transition:opacity 0s 2s, transform 0s 2s; color: #fff; }
.main-visual .items .slick-active .caption .txt { transform:translateX(0); opacity:1; transition:opacity 2s, transform 1s; transition-delay:0.6s;}
.main-visual .items .reset-animation .caption .txt { transform:translateX(-50px); opacity:0; transition:all 0s}
.main-visual .caption h4 { line-height: 1.4em; font-size: 23px; font-weight: 600; }
.main-visual .caption h2 { font-size: 64px; font-weight: 700; line-height: 1.2em; margin: 15px 0 30px;}
.main-visual .caption p { line-height: 1.5em; font-size: 20px; font-weight: 500; letter-spacing: -.01em;}

.main-visual .animate .img { animation-name: scale; animation-duration:4s; animation-fill-mode: forwards;}
@keyframes scale {
	0% {transform: scale(1);}
	100% {transform: scale(1.05);}
}
.slick-prev.slick-arrow, .slick-next.slick-arrow, .slick-dots {display: none !important;}
/* main */
/* main-txt */
.main-txt-wrap {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; padding: 0 var(--space-container); z-index: 10; text-align: center;}
.main-txt-wrap .main-txt {margin-bottom: var(--space-70);}
.main-txt-wrap .main-txt span {display: block; font-size: var(--font-size-62); font-weight: 700; line-height: 1.161em; color: #fff;}
.main-txt-wrap .main-txt p {font-size: var(--font-size-48); font-weight: 500; line-height: 1.5em; color: #fff;}
.main-txt-wrap .main-txt strong {font-family: 'Busan', sans-serif; color: #4F85D0; font-weight: 400;}
.main-txt-wrap .main-txt2 {display: flex; justify-content: center; flex-wrap: wrap; gap: var(--space-40) var(--space-100); margin-bottom: var(--space-80);}
.main-txt-wrap .main-txt2 > div {display: flex; flex-direction: column; align-items: center; color: #fff;}
.main-txt-wrap .main-txt2 span {font-size: var(--font-size-28); font-weight: 500; line-height: 1.86em;}
.main-txt-wrap .main-txt2 .num,
.main-txt-wrap .main-txt2 .num .counter {font-size: var(--font-size-48); font-weight: 700; line-height: 1.18em;}
.main-txt-wrap > p {font-size: var(--font-size-30); color: #fff;}
.main-txt-wrap > p strong {font-weight: 700; text-shadow: 0 4px 24.4px rgba(0, 0, 0, 0.25);}

/* quick-menu */
.quick-menu {position: absolute; bottom: 130px; right: 60px; z-index: 10; display: flex; flex-direction: column; min-width: 120px; background: #4F6E99; border-radius: var(--radius-20); overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,.15); padding: 20px 0;}
.quick-menu .quick-menu-item {display: flex; flex-direction: column; align-items: center; gap: var(--space-12); position: relative; padding: var(--space-15) var(--space-25); color: #fff; font-size: var(--font-size-14); font-weight: 500; text-decoration: none; transition: background .2s;}
.quick-menu .quick-menu-item:not(:last-of-type):after {content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 70px; height: 1px; background: #6287BA;}
.quick-menu .quick-menu-item:hover {background: rgba(255,255,255,.08);}
.quick-menu .quick-menu-icon {display: flex; align-items: center; justify-content: center;}
.quick-menu .quick-menu-txt {line-height: 1.3em; white-space: nowrap;}

/* main-bar */
.main-bar {position: fixed; bottom: 0; left: 0; right: 0; z-index: 10; }
.main-bar-inner {display: flex; align-items: center; justify-content: center;border-radius: 30px 30px 0 0; overflow: hidden;box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);}
.main-bar-form {display: flex; justify-content: flex-end; align-self: stretch; padding-right: var(--space-60);  background: #4F6E99; flex: 1; }
.input-wrapper {min-width: clamp(800px, calc(1216 / 1920 * 100vw), 1216px); height: 100%;}
.bar-input-wrap {display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; height: 100%;}
.main-bar-input {width: clamp(120px, calc(300 / 1920 * 100vw), 300px); height: 50px; padding: 0 var(--space-16); border: 0; border-radius: 9px; font-size: var(--font-size-15); color: var(--color-sub); background: #fff; margin-right: 15px;}
.main-bar-input.bar-tel {width: clamp(140px, calc(330 / 1920 * 100vw), 330px); margin-right: 20px;}
.main-bar-input::placeholder {color: #ABABAB;}
.baritem2 {display: flex;}
.main-bar-check {display: flex; align-items: center; gap: var(--space-8); font-size: var(--font-size-16); color: #fff; cursor: pointer; margin-right: 25px;}
.main-bar-check label:before {border-radius: 4px; border: 1px solid #ddd;}
.main-bar-btn { width:clamp(100px, calc(160 / var(--inner) * 100vw), 160px); height: 50px; padding: 0 var(--space-32); border: 0; border-radius: var(--radius-10); font-size: var(--font-size-16); font-weight: 600; color: var(--color-sub); background: #fff; cursor: pointer; transition: opacity .2s;}
.main-bar-btn:hover {opacity: .9;}
.bar-menu {display: flex; align-items: center; gap: var(--space-60); padding: var(--space-21) var(--space-65) var(--space-23) ; background: rgba(245, 245, 245, 0.95); flex: 1;}
.bar-item {display: flex; flex-direction: column; align-items: center; gap: var(--space-8); color: var(--color-sub); font-size: var(--font-size-16); font-weight: 600; text-decoration: none; transition: color .2s;}
.bar-item:hover {color: var(--color-primary);}
.bar-icon {display: flex; align-items: center; justify-content: center; width: clamp(30px, calc(44 / var(--inner) * 100vw), 44px);}
.scroll-top .bar-icon { width: clamp(45px, calc(69 / var(--inner) * 100vw), 69px); height: clamp(45px, calc(69 / var(--inner) * 100vw), 69px); background: #fff; border-radius: 19px; overflow: hidden; border: 1px solid #ddd;}
.bar-txt {line-height: 1.2em; white-space: nowrap;}

/* section 공통 */
.section {padding:var(--space-120) 0;}
.top-txt {text-align: center; margin-bottom: var(--space-60);}
.sec-tit {display: block; font-size: var(--font-size-18); font-weight: 600; color: var(--color-primary); line-height: 1.222em; margin-bottom: var(--space-10);}
.top-txt h3 {font-size: var(--font-size-40); font-weight: 600; color: var(--color-sub); line-height: 1.1em;}
.work-desc {font-size: var(--font-size-18); line-height: 1.222em; margin-top: var(--space-40);}

/* how we work */
.work-section {background: #FAFAFA;}
.work-section .work-list {display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-40) var(--space-30);}
.work-section .work-item {display: flex; align-items: center; gap: var(--space-50); background: #fff; border-radius: 11px; box-shadow: 0 2px 12px rgba(0,0,0,.06); overflow: hidden;}
.work-section .work-icon {display: flex; align-items: center; justify-content: center; padding: var(--space-20) var(--space-28); background: #5478a7; overflow: hidden;}
.work-section .work-txt {flex: 1; font-size: var(--font-size-18); line-height: 1.22em; padding-right: 15px;}
.work-section .work-txt strong {color: var(--color-sub); }

/* 전문분야 */
.specialties-list {display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-30);}
.specialties-item {position: relative; border-radius: var(--radius-20); overflow: hidden;}
[class*="spc-txt"] {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; padding: 0 19px; color: #fff; text-align: center; z-index: 2;}
.spc-txt .spc-tit {display: block; font-size: var(--font-size-20); font-weight: 600; line-height: 1.2em; margin-bottom: var(--space-10);}
.spc-txt p {font-size: var(--font-size-16); font-weight: 600; line-height: 1.25em;}
.spc-txt-active {display: none;}
.spc-txt-active p {font-size: var(--font-size-16); font-weight: 500; line-height: 1.437em;}

.specialties-item:before {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.6); z-index: 1; opacity: 0;transition: opacity .3s;}
.specialties-item:hover:before {opacity: 1;}
.specialties-item img {transition: transform .5s;}
.specialties-item:hover img {transform: scale(1.2);}
.specialties-item:hover .spc-txt-active {display: block;}
.specialties-item:hover .spc-txt {display: none;}

/* 고객 후기 */
.client-section {background: url(../images/main/client-bg.jpg) no-repeat center / cover; overflow: hidden; background-attachment: fixed;}
.client-section .sec-tit, .client-section h3 {color: #fff;}
.client-item-content {display:flex; flex-direction:column; gap:var(--space-15); padding:var(--space-40);}
.client-item-title {font-size:var(--font-size-20); font-weight:600; line-height:1.05em; color:var(--color-sub); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.client-item-desc {font-size:var(--font-size-16); line-height:1.31em; word-break: break-all; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.client-name {font-size: 14px; font-weight: 500;}

.client-job {display: flex; align-items: flex-end; justify-content: space-between;}
.client-job-icon {width: 45px;}
.client-job-icon > div {position: relative; padding-bottom: 100%; overflow: hidden;}
.client-job-icon img {position: absolute; top: 50%; left: 0; transition: .4s ease-in-out; 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;}
.client-job-txt span {display: block; font-size: var(--font-size-16);  font-weight: 500; color: #c4c4c4; line-height: 1.31em; text-align: right;}
.client-job-txt .client-job-name {color: var(--color-sub); font-weight: 600;}

/* slide */
.slide {position: relative; width: 100%; max-width: 1460px; padding: 0 var(--space-container); margin:0 auto; }
.client-slider {position:relative; width:100%;}
.client-item {width:100%; background:#fff; border-radius:var(--radius-24); overflow:hidden;}
.client-item-img {position:relative; width:100%; max-width:443px; overflow:hidden; border-radius:var(--radius-24) var(--radius-24) 0 0;}
.client-item-img>div {position: relative; padding-bottom: 66.5%; overflow:hidden;}
.client-item-img img {position: absolute; top: 50%; left: 0; transition: .4s ease-in-out; 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;}
.client-slider .slick-slide {padding:0 15px;}
.client-slider .slick-list {overflow: visible; }
.client-btn-wrap {width: 100%;}
.client-nav {display:flex; align-items:center; justify-content: space-between;}
.client-nav-btn {display:flex; align-items:center; justify-content:center; position: absolute; top: 50%; transform: translate(0,-50%); width:56px; height:56px; border:none; background:transparent; cursor:pointer;}

.client-nav-btn.client-nav-prev {left: 0;}
.client-nav-btn.client-nav-next {right: 0;}

/* 성공 사례 */
.success-txt {font-family: 'Busan'; font-size: var(--font-size-32); font-weight: 400; line-height: 1.2em; color: #4F6E99; text-align: center; margin-bottom: var(--space-60);}
.success-list {display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-30);}
.success-item {border-radius: var(--radius-20); overflow: hidden; box-shadow: 0 4px 16.2px 0 rgba(0, 0, 0, 0.15);}
.success-item-img {position: relative; padding-bottom: 129%; overflow:hidden;}
.success-item-img img {position: absolute; top: 50%; left: 0; transition: .4s ease-in-out; 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;}

/* 구성원 */
.about-section {background: #FAFAFA;}
.about-cont { display: flex; gap: 20px; }
.about-item {display: flex; position: relative; width: calc(100%/3); height: 550px; min-width: 250px; border-radius: 24px; overflow: hidden; color: #fff; transition: width 0.5s ease-in-out;}
.about-item .img {position: relative; height: 100%; width: 250px; flex-shrink: 0; transition: width 0.5s ease-in-out; }
.about-item .img:before {content:""; position: absolute; width: 100%; height: 100%; background: #00000020; opacity: 1; transition: .3s;}
.about-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-item.open { width: 228%;}
.about-item.open .img:before {opacity: 0;}
.about-item .about-box { flex: none; width: 0; min-width: 0; height: 100%; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; padding:0; text-align: left; justify-content: center;  background:#4F6E99 url(../images/main/about-logo.svg) no-repeat left 60px bottom 50px/ 163px 20px; transition: width 0.5s ease-in-out, padding 0.4s ease;}
.about-item .about-box h3 { font-size: var(--font-size36); font-weight: 600; line-height: 1.5em; margin-bottom: 16px; }
.about-item .about-box p { font-size: var(--font-size-18); line-height: 1.666em; font-weight: 500; opacity: 0; transition: none; }
.about-item.open .img { width: 366px; }
.about-item.open .about-box { width: 100%; padding:50px 54px; flex: 1;}
.about-item.open .about-box p {position: relative; opacity: 1; transition: opacity 0.3s ease; transition-delay: 0.5s; }
.about-item.open .about-box p::before {content:""; position: absolute; width: 50px; height: 2px; background: #fff; top: -26px; left: 0;}

.about-img-txt {position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);}
.about-img-txt span {display: block; text-align: center; color: #fff; font-size: var(--font-size-20); font-weight: 500; line-height: 1.2em;}
.about-img-txt .about-name {font-size: var(--font-size-32); font-weight: 600; margin-bottom: 16px;}

/* contact */
.contact-section {background: #fff;}
.contact-cont {max-width: 582px; margin: 0 auto;}
.contact-tit {text-align: center; font-size: var(--font-size-28); font-weight: 600; color: var(--color-sub); line-height: 1.357em; margin-bottom: var(--space-50);}
.contact-list {margin-bottom: var(--space-80); padding: 0;}
.contact-item {display: flex; align-items: center; margin-bottom: 21px;}
.contact-item:last-child {margin-bottom: 0;}
.contact-icon {display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--color-primary); margin-right: 10px;}
.contact-icon svg {width: 20px; height: 20px;}
.contact-label {flex-shrink: 0; width: 70px; font-size: var(--font-size-20); font-weight: 600; color: var(--color-primary);}
.contact-sep {width: 1px; height: 10px; background: #c7c7c7; margin: 0 20px;}
.contact-value {font-size: var(--font-size-20);}
.contact-btns {display: flex; flex-wrap: wrap; gap: var(--space-15); justify-content: center;}
.contact-btn {display: inline-flex; align-items: center; justify-content: center; gap: var(--space-10); height: 61px; padding:0 var(--space-30); border-radius: 74px; font-size: var(--font-size-18); font-weight: 500; color: #fff;  transition: opacity 0.3s; flex: 1;}
.contact-btn .icon {display: block; line-height: 1; flex-shrink: 0;}
.contact-btn-kakao {background: #F8E049; color: #371C1D;}
.contact-btn-naver {background: #06BE34;}
.contact-btn-phone {background: #4F6E99;}

/* 오시는 길 */
.location-section {background: #FAFAFA;}
.root_daum_roughmap {width: 100% !important;}
.root_daum_roughmap .wrap_map {height: 500px !important;}
.root_daum_roughmap .wrap_controllers {display: none !important;}
.map {border-radius: 24px; overflow: hidden;}

.directions {display: flex; flex-direction: column; gap: var(--space-40); margin-top: 40px;}
.directions .address-info .comp {font-size:var(--font-size-20); color:#4F6E99; font-weight:700; margin-bottom:13px; line-height:1.2em;}
.directions .address-info .addr {color:var(--color-sub); font-size:var(--font-size-28); font-weight:700; line-height:1.05em; margin-bottom:15px;}
.directions .address-info .etc {font-size:var(--font-size-18); color:#454545; font-weight: 500; line-height: 1.16em;}
.directions .address-info .etc span {display:inline-block; margin-right:30px;    line-height: 1em;}
.directions .address-info .etc span:last-child {margin-right:0;}
.directions .lct-contct-info {display: flex; flex-direction: column; line-height:1.5em;}
.directions .lct-contct-info dl {display:flex; align-items:center; padding: 18px 5px; border-bottom: 1px solid #D2D2D2;}
.directions .lct-contct-info dl:first-of-type {border-top: 1px solid #D2D2D2;}
.directions .lct-contct-info dt {display: flex; align-items: center; gap: 20px; width:120px; color:var(--color-sub); font-size:var(--font-size-18); font-weight: 600; line-height:1em;}
.directions .lct-contct-info dd {flex:1 1 auto; min-width:0; width:1%; font-size:var(--font-size-18);}

.maptab {display: flex; justify-content: center; gap: var(--space-12); margin-bottom: var(--space-40);}
.maptab li a {display: flex; align-items: center; justify-content: center;height: 44px; padding: 0 24px; background: #E3E3E3; border-radius: 42px; color: #919191; font-size: var(--font-size-20); font-weight: 500; }
.maptab li.active a { color:#fff; background:#4F6E99; font-weight: 600;}
.map-b { position: relative; height: 930px;}
.map-ab { overflow: hidden;}
.dr-box { opacity: 0; position: absolute; left: 0; top: 0; width: 100%;}
.dr-box.active { opacity: 1;}
.dr-box iframe { width: 100%; }
.maptab li { cursor: pointer;}
.maptab li a { pointer-events: none; white-space: nowrap;}


/* footer */
#footer {position:relative; background:var(--color-sub); padding:var(--space-80) 0; color:#bababa; font-size:var(--font-size-18); font-weight:400; line-height:normal;}
#footer .f-content {display:flex; justify-content:space-between; align-items:flex-end; max-width:1460px; margin:0 auto; padding:0 var(--space-container);}
#footer .foot-info {align-items: center; gap: var(--space-120);}
#footer .ft-logo {margin-bottom: 14px;}
#footer .ft-logo-wrap {margin-bottom: var(--space-40); }
#footer .company-name {color:#fff; font-size:var(--font-size-25); font-weight:700; line-height:1.2em;}
#footer .f-top-links {margin-bottom: var(--space-40); }
#footer .contact-info {gap:10px 20px; align-items:flex-start; flex-wrap: wrap;}
#footer .contact-info > span {position: relative; display:block;font-size:var(--font-size-15); font-weight:400; line-height:1.2em;}
#footer .contact-info .highlight {margin-right:7px;  color:#fff; font-weight:700;}
#footer .copyright {display:flex; gap:var(--space-8); font-size:var(--font-size-16); font-weight:300; line-height:1.2em; color: #707070;}
#footer .ft-icon ul {gap:5px;}
#footer .ft-icon li {border-radius: 3px; overflow:hidden;}
#footer .contact-info-wrap {gap:var(--space-10);}
.contact-info > span:after {content: ""; position: absolute; right: -11px; top: 50%; transform: translateY(-50%); width: 1px; height: 15px; background: #bababa; margin-left: 17px;}
.contact-info > span:last-child:after {display: none;}



