@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-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;}

.point {color: #0066a1 !important;}

/* header */
#header {position:relative; top:0; left:0; width:100%; transition:.2s; z-index:100;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; max-width:1260px; z-index:2;}
#header .sitelogo {padding: 15px 0;}

#gnb {flex:1 1 auto; min-width:0; width:1%;}
#gnb > ul {display:flex; justify-content:flex-end; margin: 0 -40px;}
#gnb > ul > li {position:relative;}
#gnb > ul > li > a {display:flex; align-items:center; justify-content:center; height:99px; padding:0 40px; color:#111; font-size:20px; font-weight:700; line-height:1.2em; letter-spacing:0;}
#gnb > ul > li.active > a {color: #0093c8;}

/* for mobile */
.btn-m-menu {display:none; position:relative; width:26px; height:26px; overflow:hidden; text-indent:-9999em; z-index:50;}
.btn-m-menu span {position:absolute; top:50%; left:0; width:100%; height:2px; margin-top:-1px; background:#242424;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; width:100%; height:2px; background:#242424;}
.btn-m-menu span:before {top:-10px;}
.btn-m-menu span:after {bottom:-10px;}

.mobile-navigation {display:none; position:fixed; top:0; right:0; width:320px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:150;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px;}
.mobile-navigation .home img {height:45px;}
.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:11px 48px 11px 20px; display:block; color:#2c2c2c; font-size:20px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:#25a9df;}
.mobile-navigation .close {position:absolute; top:25px; right:18px; 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:#454545; 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-intro {background: linear-gradient(to top, #f2f2f2, #fff);}
.main-intro .contain {display: flex; align-items: center; justify-content: space-between; height: calc(100vh - 100px); position: relative;}
.main-intro .txt {font-size: 70px; letter-spacing: 0; line-height: 1.7em;}
.main-intro .txt strong {color: #6b98ed;}
.main-intro .scroll {position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; text-align: center;font-family: "poppins", sans-serif; color: #111; font-size: 14px; font-weight: 500; letter-spacing: 0;}
.main-intro .scroll span {padding-bottom: 80px; display: block; position: relative;}
.main-intro .scroll span:before {position: absolute; content: ''; width: 1px; height: 100%; left: 50%; bottom: 0; background: #888;}
.main-intro .scroll span:after {position: absolute; content:''; width: 3px; height: 30px; left: calc(50% - 1px); top: 0; background: #000011; animation: scrollUpDown 1.3s infinite linear;}

@keyframes scrollUpDown{
	0%,100% {top: 0;}
	50% {top: 100%; transform: translateY(-100%);}
}

.main-tit {font-weight: 700; font-size: 48px; color: #222; text-align: center; line-height: 1.146em;}
.sec-cnt {margin-top: 80px; position: relative;}

.main-service {padding-top: 100px;}
.main-service .tit p {font-weight: 700; font-size: 40px; color:#0093c8; text-align: center; margin-top: 30px;}
.main-service .items {display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 70px;}

.main-review {padding-top: 84px;}
.main-review .tit p {font-weight: 700; font-size: 28px; margin-bottom: 20px; text-align: center;}
.main-review .sec-cnt {display: flex; flex-wrap: wrap; gap: 47px 30px;}
.main-review .item {background: #f8f8f8; padding: 54px 30px 25px; border-radius: 30px; width: calc((100% - 60px) / 3); position: relative;}
.main-review .item:before {background: url("/images/main/ico_chk.png") no-repeat center center; background-size: contain; position: absolute; content:''; top: 30px; left: 25px; width: 34px; height: 28px;}
.main-review .item .txt {font-size: 22px; line-height: 1.273em; font-weight: 600; letter-spacing: 0; color: #000; margin-top: 15px;}
.main-review .item .user {display: flex; align-items: center; gap: 20px; margin-top: 50px; font-size: 16px; color: #555; font-weight: 500;}
.main-review .item .user .point {font-weight: 600; font-size: 18px;}
.main-review .sec-cnt:before {position: absolute; content: ''; width: 419px; height: 252px; background: url('../images/main/m_review_deco.png') no-repeat bottom right; background-size: contain; bottom: 0; right: 0; transform: translateX(50%);}

.main-cost {padding-top: 140px; padding-bottom: 148px;}
.main-cost .sec-cnt {background: #f8f8f8; border-radius: 30px; box-shadow: 5px 8px 24px rgba(0,0,0,.08); display: flex; align-items: center; padding: 40px 0; margin-bottom: 50px;}
.main-cost .sec-cnt:before {position: absolute; content: ''; width: 91px; height: 80px; top: 0; left: 0; transform: translate(-50%, -50%); background: url('../images/main/m_cost_left.png') no-repeat center center; background-size: contain;}
.main-cost .sec-cnt:after {position: absolute; content: ''; width: 97px; height: 97px; bottom: 0; right: 0; transform: translate(50%, 50%); background: url('../images/main/m_cost_right.png') no-repeat center center; background-size: contain;}
.main-cost .sec-cnt .item {width: 50%; display: flex; align-items: center; justify-content: center; gap: 100px; text-align: center;}
.main-cost .sec-cnt .item:not(:last-child) {border-right: 1px solid #ddd;}
.main-cost .target p {margin-top: 15px;}

.main-consult {background: url('../images/main/bg_main_consulting.png') no-repeat center center #0066a1; background-size: contain; text-align: center; padding: 100px 0;}
.main-consult .main-tit {color: #fff; margin-bottom: 80px; margin-top: 15px;}

.btn-more {display: flex; border: none; width: 190px; height: 55px; border-radius: 28px; background: #0368a2; color: #fff; font-weight: 500; letter-spacing: 0; align-items: center; justify-content: center; margin: 0 auto;}
.btn-more.white {background: #fff; color: #222;}


/* sub */

.sub-title {padding-top: 100px; padding-bottom: 70px; max-width: 1260px; margin: 0 auto;}
#contArea.wide .sub-title {padding-left: 30px; padding-right: 30px;}
.sub-title > * {flex: 1;}
.sub-title h2 {font-size: 48px; font-weight: 700; line-height: 1.3em; color: #111; padding-bottom: 20px;}
.sub-title p {font-size: 26px; font-weight: 600; color: #222; line-height: 1.346em;}

.sub-visual {position: relative; width: 100%; overflow: hidden; height: 533px; margin-bottom: 100px;background: #f5f5f5; display: flex; align-items: center;}
.sub-visual .img img {position: absolute; width: 100%; min-height: 100%; object-fit: cover; left: 0; top: 50%; transform: translateY(-50%);}
.sub-visual .contain {display: flex; align-items: center; justify-content: space-between; padding: 0 100px; width: 100%;}
.sub-visual .contain .txt {font-size: 20px; color: #222; letter-spacing: -.03em; line-height: 1.8em;}
.sub-visual .contain .txt strong {font-size: 22px; font-weight: 600;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding:0;}

.real-cont {padding-bottom:100px;}

/* footer */
#footer {background: #f1f3fa; padding: 50px 0; font-size: 15px; }
#footer .contain {display: flex; align-items: center; justify-content: space-between;}
#footer address span {font-style: normal; margin-right: 30px;}
#footer address {line-height: 1.667em;}
#footer .copyright {margin-top: 10px;}
.chatbot {position: fixed; right: 30px; bottom: 50px; text-align: center; display: inline-block; background: #fff; padding: 9px 28px; border-radius: 5px; box-shadow: 2px 2px 5px rgba(0,0,0,.3)}