@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:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}

/* header */
#header {position:fixed; top: 0; 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; gap: 30px; height:var(--header-height); z-index:10;}

.h-call {display: flex; gap: 10px; padding: 12px 32px; background: #ff5200; border-radius: 25px; color: #fff; font-weight: 700; font-size: 20px;}
#gnb {text-align:center;}
#gnb>ul {display:flex; justify-content:flex-end;}
#gnb>ul>li {position:relative; padding:0 30px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:var(--header-height); color:#333; font-size:22px; font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li>a:after {content:""; position:absolute; bottom:-1px; left:50%; width:0; height:4px; background:#ff5200; transition:.2s;}
#gnb>ul>li.active>a:after {width:100%; left:0;}

/* for mobile */
.btn-m-menu {display:none; position:relative; width:26px; height:26px;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; height:2px; margin-top:-1px; background:#242424;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#242424;}
.btn-m-menu span:before {top:-9px;}
.btn-m-menu span:after {bottom:-9px;}

.mobile-navigation {display:none; 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:80px; padding:0 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 48px 10px 20px; display:block; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:#42ade2}
.mobile-navigation .close {position:absolute; top:25px; 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: relative; overflow: hidden; padding: 50px 0 110px; margin-top: var(--header-height);}
.main-visual:before {position: absolute; content: ''; left: 0; bottom: 0; width: 705px; height: 640px; background: url('../images/main/bg-mv.png') no-repeat center bottom; background-size: contain;}
.flex-boxes {display: flex; flex-wrap: wrap; gap: 30px 40px;}
.flex-boxes .item {width: calc((100% - 40px) / 2);}
.flex-boxes .box {overflow: hidden; border-radius: 20px; box-shadow: 0 0 10px rgba(0, 0, 0, .15)}

.dot-slides .items {position: relative;}
.dot-slides .slick-dots {display: flex; gap: 10px; position: absolute; bottom: 15px; left: 0; width: 100%; padding: 0 40px;}
.dot-slides .slick-dots button {border: 0; width: 11px; height: 11px; border-radius: 100%; background: #fff; overflow: hidden; text-indent: -9999em;}
.dot-slides .slick-active button {background: #ff5200;}
.dot-slides .item {position: relative;}
.dot-slides .caption {position: absolute; top: 0; left: 0; width: 100%; padding: 10%; font-size: 36px; font-weight: 800; line-height: 1.2222em; color: #fff; text-shadow: 0 0 10px rgba(0,0,0,.35)}

.video-btns {display: flex; gap: 18px; margin-top: 20px;}
.video-btns>* {flex: 1;}

.inquiry-box, .popular-box {display: flex; flex-direction: column; background: #fff;}
.inquiry-box h2, .popular-box h2 {padding: 25px var(--mv-indent) 20px;}
.inquiry-box .form-wrap, .popular-box .items {flex: 1; padding: 5px var(--mv-indent);}
.popular-box h2 {background: #ff5200; color: #fff;}
.inquiry-box .input {border: 1px solid #ccc; border-radius: 6px;}
.inquiry-box .input::placeholder {color: #999;}
.inquiry-box .checkbox {font-size: 16px; margin-right: 10px;}
.inquiry-box .checkbox label:before {width: 16px; height: 16px; background-color: #fff; margin-right: 15px;}
.inquiry-box .check {margin-bottom: 25px;}
.inquiry-box .check a {text-decoration: underline; text-underline-offset: 4px;}
.inquiry-box .btn-pack.darktoblue {margin-left: auto;}

.flex-tel {display: flex; gap: 10px 0; margin-bottom: 10px;}
.flex-tel button {margin: 0 10px;}
.flex1 {flex: 1;}

.flex-boxes .popular-box {width: 100% !important;}
.popular-box .items {position: relative; padding: 45px 80px;}
.arrow-slides .slick-arrow {position: absolute; top: 50%; margin-top: -22px; width: 44px; height: 45px; overflow: hidden; text-indent: -99999em; border: 0; z-index: 5; transition: .2s;}
.arrow-slides .slick-prev {left: 28px; background: url('../images/main/slick-prev.png') no-repeat center center; background-size: contain;}
.arrow-slides .slick-prev:hover {background: url('../images/main/slick-prev-on.png') no-repeat center center; background-size: contain;}
.arrow-slides .slick-next {right: 28px; background: url('../images/main/slick-next.png') no-repeat center center; background-size: contain;}
.arrow-slides .slick-next:hover {background: url('../images/main/slick-next-on.png') no-repeat center center; background-size: contain;}
.popular-box .item {position: relative; display: flex !important; flex-direction: column; align-items: center; justify-content: center; gap: 45px; height: 100%; text-align: center;}
.popular-box .slick-list, .popular-box .slick-track, .popular-box .slick-slide>div {height: 100%;}
.popular-logo {max-width: 320px; width: 100%; margin: 0 auto;}
.popular-logo .img {position: relative; width: 100%; height: 0; padding-bottom:34.375%; overflow: hidden;}
.popular-logo img {position: absolute; width: auto; height: 100%; max-width: 100%; max-height: 100%; left: 50%; top: 50%; transform: translate(-50%, -50%); object-fit: contain;}
.popular-box .product-info {display: flex; justify-content : center; width: auto; margin: 18px 0 10px;}
.popular-box .product-info span:not(:last-child) {position: relative; padding-right: 10px; margin-right: 8px;}
.popular-box .product-info span:not(:last-child):before {position: absolute; content: ''; right: 0; top: 50%; margin-top: -6px; width: 1px; height: 13px; background: #ccc;}

.main-section {padding: 100px 0;}
.box-items {display: flex; align-items: center;}
.box-items .box {display: flex; flex-direction: column; align-items: center; justify-content: center; width: 260px; height: 260px; background: #fff; border-radius: 30px;}

.main-what .box-items {justify-content: center; gap: 105px;}
.main-what .box-items .box {gap: 20px;  box-shadow: 0 0 10px rgba(0,0,0,.15)}
.main-process .box-items {justify-content: space-between; gap: 15px;}
.main-process .step {padding: 12px 40px 8px; background: #ff7b3c; border-radius: 23px; color: #fff; font-weight: 700; font-size: 16px;font-family: 'GmarketSans';}
.main-process .icon {margin: 25px 0 20px;}
.main-process .box {background: #f2f2f2;}

.partners-cnt {display: flex; gap: 30px;}
.partners-cnt .partners {background: #fff; border-radius: 40px; padding: 30px 45px 50px; width: 70%;}
.partners-cnt .short-partners {flex: 1;}
.partners-cnt .items {display: flex; flex-wrap: wrap; gap: 10px;}
.partners-cnt .box {position: relative; width: calc((100% - 50px) / 6); text-align: center;}
.partners-cnt .box:before {position: absolute; content: ''; top: 0; right: 0; bottom: 0; left: 0; border: 1px solid #ddd;}
.partners-cnt .short-partners .box {width: calc((100% - 10px) / 2);}

.main-banner .contain {position: relative; padding-top: 60px; padding-bottom: 60px;}
.main-banner .contain:before {position: absolute; content: ''; top: 0; right: -20px; width: 527px; height: 100%; background: url('../images/main/bg-banner.png') no-repeat bottom center; background-size: contain;}
.main-banner .flex-btns {display: flex; gap: 20px;}
.main-banner .flex-btns .btn-pack {padding: 10px 30px; min-width: 270px;}

/* sub */
.sub-visual {position:relative; overflow:hidden; height:576px; 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:58%; left:0; width:100%; transform:translateY(-50%);}
.sub-visual h2 {font-size:52px; 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");}
.sub-visual.none-lnb .inner {padding:0;}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.lnb-wrap {position:relative; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
.lnb {margin:0 auto; max-width:1200px;}
.lnb ul {display:flex;}
.lnb ul li {flex:1; text-align:center; border-right:1px solid #ddd;}
.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:#42ade2; border:0;}
.lnb ul li.active a {color:#fff;}

#contArea {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding:0;}

.real-cont {padding: 90px 0 115px; margin-top: var(--header-height);}
.txt-center {text-align: center;}
.font-g {font-family: 'GmarketSans';}
.font-s {font-family: 'S-CoreDream';}
.font-e {font-family: 'EsaManru';}

.fw400 {font-weight: 400;}
.fw500 {font-weight: 500;}
.fw600 {font-weight: 600;}
.fw700 {font-weight: 700;}
.fw800 {font-weight: 800;}

.c1 {color: #333;}
.c2 {color: #fff;}
.c3 {color: #000;}
.c4 {color: #ff6c00;}
.bgc1 {background: #faf0e9;}

.fz18 {font-size: var(--fz18); line-height: 1.5555em;}
.fz24 {font-size: var(--fz24);}
.fz26 {font-size: var(--fz26);}
.fz30 {font-size: var(--fz30);}
.fz40 {font-size: var(--fz40); line-height: 1.25em;}

#sub #container {background: #faf0e9;}
.section {background: #fff; padding: 40px 0 60px; border-radius:20px; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.section .sec-inner {max-width: 1260px; padding: 0 30px; margin: 0 auto;}

/* footer */
.right-menu {display: flex; flex-direction: column; align-items: center; gap: 15px; position: fixed; top: 70%; transform: translateY(-50%); right: 20px; z-index: 30; text-align: center;}
.right-menu a {display: flex; flex-direction: column; justify-content: center; width: 70px; height: 70px; border-radius: 100%; color: #fff; font-size: 13px; line-height: 1em; font-weight: 500;}
.right-menu a.scroll-top {font-size: 14px;}
.btn-right {display: none;background: #fff; color: #ff5200; border-radius: 10px; padding: 5px 15px;}

#footer {background:#fff; font-size: 16px; line-height: 1.5em; padding: 50px 0; letter-spacing: 0;}
#footer .contain {display: flex; justify-content: space-between; align-items: center;}
.f-cnt {display: flex; gap: 40px;}
.f-cnt address {font-style: normal; display: flex; gap: 0 15px; flex-wrap: wrap;}
.copyright {margin-top: 5px;}
.copyright span {margin-left: 10px; font-size: 12px; color: #dedede;}
.f-right {text-align: right;}
.f-link {display: flex; justify-content: flex-end; margin-top: 20px; color: #333;}
.f-link a:last-child {position: relative; padding-left: 10px; margin-left: 10px;}
.f-link a:last-child:before {position: absolute; content: ''; top: 50%; left: 0; margin-top: -6px; width: 1px; height: 12px; background: #ccc;}

#tocplusWindow {position: fixed !important;top: calc(var(--header-height) + 10px)!important; left: auto !important; right: 10px !important;}


