@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;outline-color:#f37736;}
a:focus {outline:#f37736;}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}
.fr-box .swiper-wrapper {display:block;}

.contain {max-width:1260px; padding-left:var(--container-space); padding-right:var(--container-space); margin:0 auto;}

/* header */
#header {position:sticky; top:0; width:100%; z-index:100;}
#header>.contain {position:relative; display:flex; align-items:center; justify-content:space-between; max-width: 1260px; height:var(--header-height); z-index:10;}
#main #header {position: fixed;}

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%; margin-right: clamp(10px, calc(38 / var(--inner) * 100vw), 38px);}
#gnb>ul {display:flex; justify-content:flex-end;}
#gnb>ul>li {position:relative; padding:0 clamp(10px, calc(22 / var(--inner) * 100vw), 22px);}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:var(--header-height); color:var(--dark-color); font-size:var(--font-size-22); font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li>a:after {content:""; position:absolute; top:22%; left:50%; width:14px; height:8px; background-color:var(--primary-color); clip-path:polygon(50% 100%, 0 0, 100% 0); opacity:0; transform:translateX(-50%) translateY(4px); transition:opacity .2s, transform .2s;}
#gnb>ul>li.active>a:after {opacity:1; transform:translateX(-50%) translateY(0);}
#gnb .submenu {display:none;}
.sub-navigation {display:none; position:absolute; top:var(--header-height); left:0; width:100%; z-index:9; overflow:hidden; background:#fff; border-top:1px solid #ddd; border-bottom:1px solid #eee; box-sizing:border-box;}
.sub-nav-menu {box-sizing:border-box; width: 100%;}
.sub-nav-menu>ul {display:flex; gap: 20px; padding:var(--space-30) 0 var(--space-50); list-style:none;}
.sub-nav-menu>ul>li {flex: 1;}
.sub-nav-menu>ul>li>a {display: block; font-weight: 600; color: #A8A8A8;}
.sub-nav-menu .submenu {margin-top: var(--space-15); font-size: var(--font-size-20); font-weight: 600; line-height: 1.7em; color: var(--dark-color);}
.sub-nav-menu .submenu li:not(:last-child) {margin-bottom: 10px;}
.sub-nav-menu .submenu a {display: block;}
.sub-nav-menu .submenu a:hover {color: var(--primary-color);}

.h-btn {display: flex; align-items: center; gap: 6px; padding: 8px var(--space-15); border-radius: 100px; border: 1px solid #ddd; font-weight: 500; color: var(--dark-color);}
.h-btn:before {content: ''; display: block; width: 20px; height: 20px; background: url('/images/common/h-btn.svg') no-repeat center center / contain;}
.h-btn:hover {border-color: var(--primary-color); color: var(--primary-color);}

#header.active {background: #fff; border-bottom:1px solid #ddd;}
#header.active .btn-m-menu span {background: var(--dark-color);}
#header.active .btn-m-menu span:before,
#header.active .btn-m-menu span:after {background: var(--dark-color);}

/* 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:var(--header-height); 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>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:11px; height:11px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:var(--primary-color)}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; background:#f8f8f8; color:#454545; font-size:16px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu ul li {border-top:1px solid #e5e5e5;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:12px 20px;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:var(--primary-color);}
.mobile-navigation .close {position:absolute; top:0; right:15px; width:26px; height:var(--header-height); text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:50%; 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 #wrapper {background: url('/images/main/bg-main.jpg') no-repeat center center / cover;}

.main-welcome {padding-top: var(--header-height); margin-bottom: 40px;}
.main-welcome .contain {display: flex; gap: var(--space-25);}
.main-visual {position:relative; max-width: 836px; width: 70%; height: fit-content; overflow:hidden; border-radius: var(--radius-24); overflow: hidden;}
.main-visual .slick-dots {display: flex; gap: 8px; line-height: 0; position: absolute; top: var(--space-40); left: 0; width: 100%; padding: 0 var(--space-40); z-index: 1; }
.main-visual .slick-dots button {display: block; width: 8px; height: 8px; background: #fff; border-radius: 100px; opacity: .4; transition: .2s; border: 0; overflow: hidden; text-indent: -9999px;}
.main-visual .slick-dots .slick-active button {opacity: 1; width: 24px;}
.main-visual .item {position: relative; width: 100%; padding-bottom: 45.934%; overflow:hidden;}
.main-visual .item .video-js,
.main-visual .item video {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}
.main-visual .item iframe {position:absolute; top:50%; left:50%; width:100vw; height:100%; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%);}
.main-visual .item 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;bottom: 0; left: 0; width: 100%; padding:var(--space-40); color:#fff; z-index:40;}
.main-visual .caption p {transition:1.2s; transform:translate(50px,0); opacity:0;}
.main-visual .caption .txt1 {font-size:clamp(25px, calc(34 / var(--inner) * 100vw), 34px); font-weight:600; line-height:1.4117em; letter-spacing:-.03em;}
.main-visual .caption .txt2 {font-size:var(--font-size-18); font-weight:500; line-height:1.6667em; letter-spacing:-.03em; margin-top:var(--space-15);}
.main-visual .active .image {transform:scale(1);}
.main-visual .active .caption p {transform:translate(0,0); opacity:1;}
.main-visual .active .caption .txt1 {transition-delay:.2s;}
.main-visual .active .caption .txt2 {transition-delay:.5s;}

.main-shortcuts {display: flex; flex-direction: column; border: 1px solid #dfdfdf; border-radius: var(--radius-16); background: #fff; overflow: hidden;}
.main-shortcut {flex: 1; display: flex; gap: 5px var(--space-30); align-items: center; padding: var(--space-30) var(--space-40); color: var(--gray-color2); font-weight: 500; transition: .2s;}
.main-shortcut:hover {background: #f8f8f8;}
.main-shortcut:not(:last-child) {border-bottom: 1px dashed #dfdfdf;}
.main-shortcut strong {display: block; font-size: var(--font-size-28); font-weight: 600; line-height: 1.5em; color: var(--dark-color);}

.main-section:not(:last-child) {margin-bottom: var(--space-100);}
.main-tit .tag {margin-bottom: 8px; font-size: var(--font-size-18); font-weight: 500; color: var(--secondary-color); line-height: 1.6667em;}
.main-tit h2 {font-size: var(--font-size-28); font-weight: 600; color: var(--dark-color); line-height: 1.5em;}
.main-section-head {display: flex; align-items: flex-end; justify-content: space-between; gap: 20px 35px; margin-bottom: var(--space-40);}
.btn-main-head {display: flex; gap: 8px; align-items: center; width: fit-content; padding: var(--space-15) var(--space-25); border-radius: 100px; background: #fff; border: 1px solid var(--dark-color); color: var(--dark-color); font-size: var(--font-size-18); font-weight: 600; line-height: 1.666em;}
.btn-main-head.type2 {border-color: var(--primary-color); background: var(--primary-color); color: #fff;}
.btn-main-head:hover {border-color: var(--primary-color); color: var(--primary-color);}
.btn-main-head.type2:hover {background: #fff; color: var(--primary-color)}
.btn-main-head:hover .icon svg path {stroke: var(--primary-color);}
.btn-main-head.type2:hover .icon svg path {stroke: var(--primary-color);}
.btn-main-head .icon {display: flex;}
.btn-square {padding: var(--space-15) 20px; border: 1px solid #ccc; border-radius: 8px; text-align: center; font-size: var(--font-size-18); font-weight: 600; line-height: 1.6667em; color: var(--primary-color); transition: .2s;}
.btn-square.type2 {padding: var(--space-15) var(--space-40);}
.btn-square:hover,
.main-product-card:hover .btn-square {border-color: var(--primary-color); background: var(--primary-color); color: #fff;}

.main-service-wrapper {background: #fff; border-radius: var(--radius-16); padding: var(--space-40);}
.main-service .main-tit {display: flex; gap: 10px 20px; flex-wrap: wrap; align-items: center; margin-bottom: var(--space-30);}
.main-service-cards {display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;}
.main-service-card {display: flex; flex-direction: column; align-items: center; gap: var(--space-15); padding: 22px 15px; border-radius: 12px; background: #F8F8FA; transition: .2s;}
.main-service-card .icon {padding: var(--space-20); border-radius: 100%; border: 1px solid #eee; background: #fff; transition: .2s;}
.main-service-card:hover .icon {background: rgba(255, 255, 255, 0.10); border-color: rgba(255, 255, 255, 0.10);}
.main-service-card:hover .icon img {filter: brightness(0) invert(1);}
.main-service-card:hover {background: var(--primary-color);}
.main-service-card:hover h3 {color: #fff;}

.main-product-cards {display: flex; flex-wrap: wrap;  gap: var(--space-15);}
.main-product-card {flex: 1 1 auto; width: calc((100% - var(--space-15) * 2) / 3); position: relative; display: flex; flex-direction: column; gap: var(--space-30); padding: var(--space-40) var(--space-20) 20px; border-radius: var(--radius-16); overflow: hidden; background: #fff;}
.main-product-card:first-child {min-width: calc((100% - var(--space-15)) / 2)}
.main-product-card:hover {border-color: var(--primary-color); box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.10);}
.main-product-card .deco {content: ''; position: absolute; top: 0; left: 0; width: clamp(40px, calc(88 / var(--inner) * 100vw), 88px); height: clamp(40px, calc(88 / var(--inner) * 100vw), 88px); pointer-events: none;}
.main-product-card:after {content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: var(--radius-16); border: 1px solid #ddd; pointer-events: none;}
.main-product-card:hover:after {border-color: var(--primary-color); border-width: 2px;}
.main-product-card .tag {margin-bottom: 4px; font-weight: 600; color: #a8a8a8;}
.main-product-card h3 {font-size: var(--font-size-28); line-height: 1.5em; font-weight: 600; color: var(--dark-color);}
.main-product-card .price {padding: var(--space-20); margin: 4px 0; border-radius: 100px; background: #F9F8F8; font-size: var(--font-size-26); font-weight: 600; color: var(--secondary-color); line-height: 1.5385em;}

.main-review-list {position: relative;}
.main-review-list .slick-arrow {display: flex; align-items: center; justify-content: center; position: absolute; top: 50%; left: 0; transform: translate(-50%, -50%); z-index: 1; width: clamp(40px, calc(70 / var(--inner) * 100vw), 70px); height: clamp(40px, calc(70 / var(--inner) * 100vw), 70px); background: #fff; border-radius: 100%; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10); border: 0; transition: .2s; overflow: hidden; text-indent: -9999px;}
.main-review-list .slick-arrow:hover {background: var(--secondary-color); color: #fff;}
.main-review-list .slick-arrow.slick-next {left: auto; right: 0; transform: translate(50%, -50%);}
.main-review-list .slick-arrow:before {content: ''; display: block; width: 24px; height: 24px; background: url('/images/main/review-arrow.svg') no-repeat center center / contain; transition: .2s;}
.main-review-list .slick-arrow.slick-next:before {transform: rotate(180deg);}
.main-review-list .slick-arrow:hover:before {filter: brightness(0) invert(1);}
.main-review-list .slick-list {margin: 0 calc(clamp(5px, calc(12 / var(--inner) * 100vw), 12px) * -1)}
.main-review-list .slick-track {display: flex;}
.main-review-list .slick-slide {height: auto; padding: 0 clamp(5px, calc(12 / var(--inner) * 100vw), 12px);}
.main-review-list .slick-slide>div,
.main-review-list .review-list-card {height: 100%;}
.review-list-card {display: flex !important; flex-direction: column;}
.review-list-card .thumb {position: relative; width: 100%; padding-bottom: 100%; margin-bottom: var(--space-25); overflow: hidden; border-radius: var(--radius-16);}
.review-list-card .thumb img {position: absolute; top:50%; left:50%; width:100%; height:100%; object-fit:cover; transform:translate(-50%,-50%);}
.review-list-card .txt {flex: 1; display: flex; flex-direction: column;}
.review-list-card .category {font-weight: 500; color: var(--secondary-color); margin-bottom: clamp(4px, calc(8 / var(--inner) * 100vw), 8px);}
.review-list-card .tit {flex: 1; font-size: var(--font-size-22); line-height: 1.5454em; color: var(--dark-color); font-weight: 600; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: keep-all;}
.review-list-card .func {display: flex; gap: 5px 16px; margin-top: var(--space-15); font-weight: 500; flex-wrap: wrap; color: var(--gray-color2)}

.main-consult {padding: var(--space-100) 0; background: url('/images/main/bg-consult.jpg') no-repeat left bottom / cover;}
.main-consult .contain {gap: 20px 35px;}
.main-consult-info {margin-top: var(--space-40);}
.main-consult-info li {display: flex; align-items: center; gap: var(--space-15); margin-bottom: var(--space-20);}
.main-consult-info .icon {display: flex; align-items: center; justify-content: center; width: clamp(34px, calc(48 / var(--inner) * 100vw), 48px); height: clamp(34px, calc(48 / var(--inner) * 100vw), 48px); border-radius: 100%; background: var(--primary-color);}
.main-consult form {width: 65%; max-width: 588px;}
.main-consult-form {margin-bottom: 10px;}
.main-consult-form .row {display: flex; gap:0 10px;}
.main-consult-form .col {flex: 1; margin-bottom: var(--space-25);}
.main-consult-form .input {width: 100%; flex: 1;}
.main-consult-form label {display: block; margin-bottom: var(--space-15); font-size: var(--font-size-18); font-weight: 600; color: var(--dark-color); line-height: 1.6667em;}
.required {margin-left: 5px; color: var(--secondary-color);}
.main-consult-submit {display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px 30px;}
.main-consult-submit .check {font-weight: 500; color: var(--dark-color);}
.main-consult-submit .check a {margin-left: 5px; color: var(--gray-color2); text-decoration: underline; text-underline-offset: 4px;;}
.btn-submit {display: flex; align-items: center; gap: 8px; padding: var(--space-15) var(--space-25); border-radius: 100px; border: 0; background: var(--primary-color); font-size: var(--font-size-18); font-weight: 600; color: #fff;}
.btn-submit:before {content: ''; display: block; width: 16px; height: 16px; background: url('/images/main/icon-submit.svg') no-repeat center center / contain;}

.pop-product {padding: 34px var(--space-40) var(--space-50); width:90vw; max-height: 90vh; max-width:1440px; border-radius:var(--radius-16); background:#fff; overflow-y:auto;}
.pop-product h2 {margin-bottom: var(--space-35); font-size: var(--font-size-28); font-weight: 600; line-height: 1.5em; color: var(--dark-color);}
.pop-product-items {display:grid; grid-template-columns:repeat(5, 1fr);}
.pop-product-item {display:flex; flex-direction:column; gap:var(--space-25); padding:var(--space-25) var(--space-15); border-radius: var(--radius-16);}
.pop-product-item--basic {background:#fafafa;}
.pop-product-item--onestop {background:#f5f5f5;}
.pop-product-item--classic {background:#F0F0F0;}
.pop-product-item--signature {background:#EAEAEA;}
.pop-product-item--heritage {background:#E1E1E1;}
.pop-product-head {display:flex; flex-direction:column; gap:var(--space-15); align-items:flex-start;}
.pop-product-badge {display:flex; align-items:center; justify-content:center; width:44px; height:44px; border-radius:50%;}
.pop-product-badge img {width:30px; height:30px;}
.pop-product-item--basic .pop-product-badge {background:#BBB;}
.pop-product-item--onestop .pop-product-badge {background:#a8a8a8;}
.pop-product-item--classic .pop-product-badge {background:var(--gray-color2);}
.pop-product-item--signature .pop-product-badge {background: #676767;}
.pop-product-item--heritage .pop-product-badge {background:var(--dark-color);}
.pop-product-item h3 {font-size:var(--font-size-24); font-weight:600; line-height:1.6667em; letter-spacing:-.02em; color:var(--dark-color);}
.pop-product-item .desc {font-size:var(--font-size-16); font-weight:500; line-height:1.5em; letter-spacing:-.02em; color:var(--gray-color);}
.pop-product-item .price {font-size:var(--font-size-26); font-weight:600; line-height:1.5385em; letter-spacing:-.02em; color:var(--secondary-color);}
.pop-product-item .btn-consult {display:block; width:100%; padding:14px; border-radius:8px; border:1px solid #eee; background:#fff; font-size:var(--font-size-18); font-weight:600; line-height:1.6667em; letter-spacing:-.02em; color:var(--primary-color); text-align:center; transition:.2s;}
.pop-product-item .btn-consult:hover {border-color:var(--primary-color); background:var(--primary-color); color:#fff;}
.pop-product-features {margin:0; padding:0; list-style:none;}
.pop-product-features li {display:flex; gap:var(--space-15); align-items:center; padding:var(--space-25) var(--space-15); border-bottom:1px dashed #a8a8a8;}
.pop-product-features li:last-child {border-bottom:0;}
.pop-product-features li.is-tall {align-items:center; min-height:120px;}
.pop-product-features .icon {flex:0 0 40px; display:flex; align-items:center; justify-content:center; width:40px; height:40px;}
.pop-product-features .icon img {max-width:38px; max-height:38px;}
.pop-product-features .txt {flex:1; font-size:var(--font-size-16); font-weight:400; line-height:1.5em; letter-spacing:-.02em; color:var(--dark-color);}
.pop-product-features .txt .em-secondary {color:var(--secondary-color);}
.pop-product-features .txt .em-primary {color:var(--primary-color);}
.pop-product-features .txt .em-gray {color:var(--gray-color);}


/* sub */
.sub-visual {position:relative; overflow:hidden; padding: var(--space-100) 0 var(--space-80);}
.sub-visual .contain {display: flex; align-items: center; justify-content: space-between; gap: 25px 35px; flex-wrap: wrap;}
.sub-visual h2 {font-size:clamp(30px, calc(52 / var(--inner) * 100vw), 52px); font-weight:600; color: var(--dark-color); line-height:1.3em; letter-spacing:-.03em;}
.sub-visual.type2 {padding: 40px 0;}
.sub-visual.type2 .contain {max-width: 780px; justify-content: center;}
.sub-visual.none-lnb .inner {padding:0;}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}
.sv-shortcuts {display: flex; gap: clamp(20px, calc(44 / var(--inner) * 100vw), 44px)}
.sv-shortcuts .main-shortcut {flex: none; gap: var(--space-15); padding: 0; border: 0; font-size: var(--font-size-14);}
.sv-shortcuts .main-shortcut strong {font-size: var(--font-size-22);}
.sv-shortcuts .main-shortcut .icon img {max-height: 48px;}

.support-banner {padding: var(--space-100) 0; background: url('/images/common/bg-support-banner.jpg') no-repeat center center / cover; color: rgba(255, 255, 255, 0.70);}
.support-banner .txt1 {display: flex; justify-content: center; align-items: flex-end; gap: 12px;}


.lnb-wrap {position:relative; border-bottom:1px solid #ddd; padding: var(--space-35) var(--container-space); margin-bottom: var(--space-80);}
.lnb {margin:0 auto; max-width:100%; width: fit-content; padding: 10px; border-radius: 100px; border: 1px solid #eee; background: #fafafa;}
.lnb.type2 {flex: 1; min-width: 0; margin: 0 calc(clamp(5px, calc(12 / var(--inner) * 100vw), 12px) * -1); background: #fff; padding: 0; border-radius: 0; border: 0;}
.lnb.type2.underline {width: 100%; border-bottom: 1px solid #eee; margin-bottom: var(--space-50);}
.lnb ul {display:flex; width: max-content;}
.lnb ul li {flex:1 1 auto; width: auto; text-align:center;}
.lnb.type2 ul li {padding: 0 clamp(5px, calc(12 / var(--inner) * 100vw), 12px);}
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; min-width: 205px; height:var(--lnb-height); border-radius: 100px; padding:0 var(--space-30); color:var(--gray-color2); font-size:var(--font-size-20); font-weight:600; line-height:1.2em; letter-spacing:-.03em;}
.lnb.type2 ul li a {position: relative; height: auto; min-width: auto; padding: 0 0 var(--space-15); border-radius: 0; font-size: var(--font-size-24); line-height: 1.6667em; font-weight: 500; color: var(--gray-color2);}
.lnb ul li.active a {background: var(--primary-color); color:#fff;}
.lnb.type2 ul li.active a {background: #fff; color: var(--dark-color);}
.lnb.type2 ul li.active a:after {content:''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--dark-color);}

.sub-title {padding-bottom:clamp(30px, calc(70 / var(--inner) * 100vw), 70px); max-width:1260px; margin:0 auto;}
.sub-title.blind {display: none;}
#contArea.wide .sub-title {padding-left:var(--container-space); padding-right:var(--container-space);}
.sub-title h2 {font-size:clamp(30px, calc(38 / var(--inner) * 100vw), 38px); line-height:1.3685em; font-weight: 600; color:var(--dark-color);}
.sub-title p {margin-top: var(--space-15); font-size: var(--font-size-20); line-height: 1.7em; color: var(--gray-color);}
.sub-title.type2 {display: flex; gap: 20px 35px;}
.sub-title.type2 .wrap {min-width: 50%;}

#contArea {max-width:1260px; padding-left:var(--container-space); padding-right:var(--container-space); margin:0 auto;}
#contArea.wide {max-width:100%; padding-left: 0; padding-right: 0;}
#contArea.narrow {max-width:780px;}

.real-cont {padding-bottom:clamp(40px, calc( 120 / var(--inner) * 100vw ), 120px);}
.icon img {vertical-align: middle; margin-top: -.02em;}
.txt-center {text-align: center;}
.desc p:not(:last-child) {margin-bottom: var(--space-15);}

.flex-wrap {display: flex;}
.flex-center {display: flex; justify-content: center;}
.flex-between {display: flex; justify-content: space-between;}
.flex-mid {display: flex; align-items: center;}
.flex-bottom {display: flex; align-items: flex-end;}
.flex-column {display: flex; flex-direction: column;}
.flex1 {flex: 1;}

.font-a2z {font-family: 'A2z', sans-serif;}

.fw400 {font-weight: 400;}
.fw500 {font-weight: 500;}
.fw600 {font-weight: 600;}
.fw700 {font-weight: 700;}

.fz14 {font-size: var(--font-size-14); line-height: 1.143em;}
.fz16 {font-size: var(--font-size-16); line-height: 1.5em;}
.fz18 {font-size: var(--font-size-18); line-height: 1.6667em;}
.fz20 {font-size: var(--font-size-20); line-height: 1.5em;}
.fz22 {font-size: var(--font-size-22); line-height: 1.636em;}
.fz24 {font-size: var(--font-size-24); line-height: 1.5em;}
.fz26 {font-size: var(--font-size-26); line-height: 1.5385em;}
.fz28 {font-size: var(--font-size-28); line-height: 1.5em;}
.fz32 {font-size: var(--font-size-32); line-height: 1.4375em;}
.fz38 {font-size: var(--font-size-38); line-height: 1.3685em;}

.mb15 {margin-bottom: var(--space-15)}
.mb25 {margin-bottom: var(--space-25)}
.mb40 {margin-bottom: var(--space-40)}
.mb50 {margin-bottom: var(--space-50)}
.mb70 {margin-bottom: var(--space-70)}
.mb100 {margin-bottom: var(--space-100)}

.bdrs16 {border-radius: var(--radius-16); overflow: hidden; height: fit-content;}

.primary-color {color: var(--primary-color);}
.secondary-color {color: var(--secondary-color);}
.dark-color {color: var(--dark-color);}
.gray-color {color: var(--gray-color);}
.gray-color2 {color: var(--gray-color2);}
.gray-color3 {color: var(--gray-color3);}
.white-color {color: #fff;}

/* footer */
#footer {padding: var(--space-60) 0; background: #F6F6F6;}
#footer .contain {gap: 20px 35px;}
#footer .sitelogo {display: block; margin-bottom: var(--space-40);}
address ul {display: flex; gap: 7px 25px; font-style: normal; color: var(--dark-color);}
address span {margin-right: 5px;}
.copyright {margin-top: var(--space-15); color: #a8a8a8; font-weight: 500;}
.scroll-top {display: flex; align-items: center; justify-content: flex-end; gap: 12px; font-weight: 600; color: var(--gray-color);}
.scroll-top:after {content: ''; display: block; width: clamp(40px, calc(52 / var(--inner) * 100vw), 52px); height: clamp(40px, calc(52 / var(--inner) * 100vw), 52px); background: var(--secondary-color) url('/images/common/scroll-top.svg') no-repeat center center; border-radius: 100%;}
.family-site {position: relative;}
.family-site>span {display: flex; align-items: center; gap: clamp(20px, calc(44 / var(--inner) * 100vw), 44px); padding: var(--space-15) var(--space-30); border-radius: 100px; background: #fff; border: 1px solid #ddd; font-weight: 600; color: var(--gray-color); cursor: pointer;}
.family-site>span:after {content: ''; display: block; width:10px; height: 10px; background: url('/images/common/family-plus.svg') no-repeat center center / contain;}
.family-site .list {display: none; position: absolute; left: 0; right: 0; bottom: calc(100% + 10px); z-index: 1;}
.family-site .list ul {border: 1px solid #ddd; background: #fff; border-radius: 8px; overflow: hidden;}
.family-site .list li:not(:last-child) {border-bottom: 1px solid #ddd;}
.family-site .list a {display: block; padding: 10px var(--space-30); transition: .2s;}
.family-site .list a:hover {font-weight: 600; color: var(--primary-color);}