@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;}

#container {overflow: hidden;}
.contain {max-width:1460px; padding-left:var(--container-space); padding-right:var(--container-space); margin:0 auto;}
.contain.wide {max-width: 1660px;}

/* header */
#header {position:fixed; top: 0; width:100%; background:#fff; box-shadow: var(--box-shadow); z-index:100;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:var(--header-height); 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 50px;}
#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:20px; font-weight:500; letter-spacing:-.03em; line-height:1.3em; font-family: 'SUIT';}
#gnb>ul>li.active>a {color: var(--primary-color);}
.btn-header-apply {position: relative; display: block; border-radius: 25px 25px 25px 0; box-shadow: var(--box-shadow);}
.btn-header-apply:before, .btn-header-apply:after {position: absolute; content:''; left: -10px; bottom: 0; width: 10px; height: 14px; background: var(--primary-color);}
.btn-header-apply:after {background: #fff; border-radius: 0 0 100% 0;}
.btn-header-apply span {display: block; padding: 11px 30px; }

/* 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 .sitelogo {display: flex;}
.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:var(--primary-color)}
.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 */
.fixed-banner {position: fixed; bottom: 0; left: 0; width: 100%; padding: 15px 0; background: var(--third-color); z-index: 5; color: #fff;}
.banner-tit {font-size:clamp(18px, calc( 26 / var(--inner) * 100vw ), 26px); line-height: 1.3846em;}
.fixed-inputs {gap: 10px; margin: 0 20px 0 30px;}
.col {position: relative; flex: .24;}
.col-short {flex: .1866;}
.col-long {flex: .29333}
.col span {display: flex; align-items: center; position: absolute; top: 0; left: 0; bottom: 0; right: 0; padding: 6px 16px; font-size: 14px; white-space: pre-line; pointer-events: none; color: #878787; line-height: 1.42857em;}
.col .input:focus ~ span {opacity: 0;}
.placeholder-txt {
  transition: opacity 0.3s ease; /* 부드러운 전환 효과 */
  opacity: 1; /* 기본 상태 */
}

.input:focus + .placeholder-txt,
.input:valid + .placeholder-txt {
  opacity: 0; /* 입력 시 자리표시 텍스트 숨김 */
}

.fixed-agree {gap: 10px clamp(20px, calc( 45 / var(--inner) * 100vw ), 45px);}
.btn-inquiry {padding: clamp(6px, calc( 21 / var(--inner) * 100vw ), 21px) clamp(20px, calc( 40 / var(--inner) * 100vw ), 40px); background: var(--secondary-color); border-radius: 8px; color: var(--dark-color); border: 0; font-weight: 900; font-family: 'S-CoreDream'; font-size:clamp(16px, calc( 22 / var(--inner) * 100vw ), 22px);}

.section01 {height: calc(100vh - var(--header-height)); margin-top: var(--header-height);}
.sec-brand {position: relative; z-index: 1; background: #f05077;}
.brand-items-line {position: absolute; left: 0; width: 100%; height: 1px; background: #fff; opacity: .5; z-index: -1;}
.sec-brand:before {position: absolute; content: ''; left: 50%; top: 0; bottom: 0; width: 1px; background: #fff; opacity: .5; z-index: -1;}
.sec-brand:after {position: absolute; content: ''; left: 0; bottom: 0; width: 18.698%; max-width: 359px; height: 100%; background: url('/images/main/brand-yoait-deco.png') no-repeat left bottom; background-size: contain; z-index: -1;}
.sec-brand .contain {height: 100%;}
.brand-items {position: relative; flex-wrap: wrap;}
.brand-item {width: 50%; padding: clamp(20px, calc( 70 / var(--inner) * 100vw ), 70px) 0 clamp(20px, calc( 45 / var(--inner) * 100vw ), 45px);}
.brand-item:nth-child(even) {text-align: right;}
.brand-item p {color: #eee;}
.brand-item p strong {font-size:clamp(20px, calc( 28 / var(--inner) * 100vw ), 28px); font-weight: 800;}
.brand-mid-circle {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.brand-txt-item {padding: 35px 0; opacity:0; transform: translateY(50px); transition: .3s .3s;}
.slick-current .brand-txt-item {opacity:1; transform: translateY(0);}

.main-tit {margin-bottom:clamp(20px, calc( 55 / var(--inner) * 100vw ), 55px);}
.main-tit > *:not(:last-child) {margin-bottom: clamp(12px, calc( 35 / var(--inner) * 100vw ), 35px);}
.main-tit h2 {font-size:clamp(28px, calc( 80 / var(--inner) * 100vw ), 80px); line-height: 1.1em; font-family: 'S-CoreDream'; font-weight: 900;}
.main-tit h2.small {font-size:clamp(24px, calc( 64 / var(--inner) * 100vw ), 64px); line-height: 1.1em;}
.main-tit p {font-size:clamp(20px, calc( 32 / var(--inner) * 100vw ), 32px); line-height: 1.5625em; font-family: 'SUIT';}

.sec-support {background: url('/images/main/bg-sec-support.jpg') no-repeat right bottom; background-size: cover;}
.sec-support h2 span {display: inline-block; padding: 10px 15px; border-radius: var(--bdrs16); background: var(--dark-color); color: #fff;}
.support-box h3 {margin-bottom:clamp(10px, calc( 20 / var(--inner) * 100vw ), 20px); font-size:clamp(20px, calc( 50 / var(--inner) * 100vw ), 50px); line-height: 1.1em; font-family: 'NPSfont'; color: var(--primary-color);}
.support-list ul {display: flex; flex-wrap: wrap; margin: calc(var(--support-gap) * -1);}
.support-list li {position: relative; width: 33.3335%; padding:var(--support-gap);}
.support-list li.fcfs:after {position: absolute; top: clamp(5px, calc( 10 / var(--inner) * 100vw ), 10px); right: clamp(10px, calc( 30 / var(--inner) * 100vw ), 30px); content: ''; width: clamp(70px, calc( 114 / var(--inner) * 100vw ), 114px); height: 50%; background: url('/images/main/service-fcfs.png') no-repeat top right; background-size: contain;}
.support-item {height: 100%; padding:clamp(20px, calc( 50 / var(--inner) * 100vw ), 50px); border-radius: var(--bdrs40); background: #fff; box-shadow: var(--box-shadow);}
.support-ballon {display: flex; align-items: center; justify-content: center; position: absolute; z-index: 1; right: -30px; bottom: -30px; width: clamp(80px, calc( 140 / var(--inner) * 100vw ), 140px); height: clamp(80px, calc( 140 / var(--inner) * 100vw ), 140px); padding: 5px; border-radius: 100%; background: var(--primary-color); color: #fff; font-size: clamp(22px, calc( 40 / var(--inner) * 100vw ), 40px); text-align: center; font-weight: 900; font-family: 'S-CoreDream'; opacity: 0; transform: scale(.6); transition:.3s .7s linear;}
.aos-animate .support-ballon {opacity: 1; transform: scale(1); animation: balloon 1.5s infinite;}
.support-ballon.double {padding-right: 12px; font-size:clamp(20px, calc( 32 / var(--inner) * 100vw ), 32px); line-height: 1.375em;}
.support-ballon.triple {font-size:clamp(16px, calc( 24 / var(--inner) * 100vw ), 24px); line-height: 1.375em;}
.support-ballon:before {position: absolute; content: ''; top: 8px; left:-8px; border-left: 17px solid transparent; border-right: 17px solid transparent;border-bottom: 27px solid var(--primary-color); transform: rotate(-50deg);}

@keyframes balloon {
0%, 100% {right: -15px; bottom: -15px;}
50% {right: 0; bottom: 0;}
}

.structure-full-img  {position: relative; width: 100%; height: 610px; overflow: hidden;}
.structure-full-img img {position: absolute; width: 100%; height: auto; max-width: 100%; min-height: 100%; left: 0; top: 50%; transform: translateY(-50%); object-fit: cover;}
.structure-boxes {gap:30px clamp(10px, calc( 60 / var(--inner) * 100vw ), 60px);}
.structure-box {padding: clamp(20px, calc( 80 / var(--inner) * 100vw ), 80px) clamp(15px, calc( 60 / var(--inner) * 100vw ), 60px); background: #fff; box-shadow: 20px 20px 40px rgba(0,0,0,.1); border-radius: var(--bdrs24); transition: .3s; transition-property: initial !important;}
.structure-box:hover {margin-bottom: 40px; margin-top: -40px; background: var(--primary-color); color: #fff; transition: .3s !important}
.structure-box:hover .icon img,
.structure-box:hover .chk-list li:before{filter: grayscale(1) brightness(30);}
.chk-list li {position: relative; padding-left: clamp(22px, calc( 37 / var(--inner) * 100vw ), 37px); text-align: left;}
.chk-list li:before {position: absolute; content: ''; left: 0; top: 13px; width: 20px; height: 16px; background: url('/images/main/icon-chk.png') no-repeat center center; background-size: contain; transition: .3s;}
.chk-list li:not(:last-child) {margin-bottom:clamp(15px, calc( 25 / var(--inner) * 100vw ), 25px);}

.flow-banner {padding: 20px 0; margin-bottom:clamp(40px, calc( 120 / var(--inner) * 100vw ), 120px); border: 1px solid var(--primary-color); border-left: 0; border-right: 0;}
.flow-banner-items {position:relative; overflow:hidden; z-index: 1; pointer-events: none;}
.flow-banner-list {display: flex; width: max-content;}
.flow-banner-item {display: flex; align-items: center; margin-right: clamp(20px, calc( 75 / var(--inner) * 100vw ), 75px);}
.border-txt {z-index: 0; position: relative; width: fit-content; color: transparent;}
.border-txt:before {z-index: -1; content: attr(data-content); position: absolute; left: 0; -webkit-text-stroke:1px var(--primary-color);}
.group-easy {margin-bottom: -10%;}
.easy-flex-tit {gap: 20px 24px;}
.easy-process {gap: 20px clamp(20px, calc( 40 / var(--inner) * 100vw ), 40px);}
.easy-process-item {position: relative; padding-bottom: 50px;}
.easy-process-item h3 {position: absolute; left: 50%; bottom: 0; width: max-content; padding: 11px var(--container-space); transform: translateX(-50%); background: #505050; border-radius: 25px; color: #fff; text-align: center;}
.easy-process-item:last-child {margin-left: 10px;}
.easy-process-item:last-child h3 {background: var(--primary-color);}
.topping-fruits-img {position: relative; z-index: -1;}
.group-earning {padding-bottom:clamp(40px, calc( 200 / var(--inner) * 100vw ), 200px); background: url('/images/main/bg-group-earning.jpg') no-repeat top center; background-size: cover;}
.prime-cost {margin-bottom:clamp(30px, calc( 100 / var(--inner) * 100vw ), 100px);}
.prime-cost-items {margin-bottom:clamp(30px, calc( 50 / var(--inner) * 100vw ), 50px);}
.prime-cost-items ul:first-child {text-align: right;}
.prime-cost-items li:not(:last-child) {margin-bottom:clamp(9px, calc( 45 / var(--inner) * 100vw ), 45px);}
.prime-cost-items h3 {margin-bottom:clamp(8px, calc( 15 / var(--inner) * 100vw ), 15px);}
.prime-cost-icecream {width: 48.2145%; padding: 0 clamp(20px, calc( 75 / var(--inner) * 100vw ), 75px); text-align: center;}
.prime-cost-total {font-size:clamp(22px, calc( 40 / var(--inner) * 100vw ), 40px); line-height: 1.5em;}
.prime-standard {  opacity: .3;}
.prime-cost-total h2 {margin:clamp(20px, calc( 25 / var(--inner) * 100vw ), 25px) 0;font-size: clamp(40px, calc( 100 / var(--inner) * 100vw ), 100px); line-height: 1em; color: var(--secondary-color);}
.extra-earn {display: flex; align-items:center; gap: 20px; width: fit-content; padding: 10px clamp(20px, calc( 40 / var(--inner) * 100vw ), 40px); margin: 0 auto; background: #fff; border-radius: 35px; color: var(--primary-color);}
.extra-earn span {display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 100%; background: var(--primary-color); color: #fff;}
.talk-wrap {position: relative;}
.talk-wrap h2 {position: absolute; bottom: 50px; left: 0; width: 100%; text-align: center; font-size:clamp(26px, calc( 72 / var(--inner) * 100vw ), 72px); line-height: 1.1em;}
.talk-wrap h2 .border-txt:before {-webkit-text-stroke: 1px #fff}

.sec-review {background: url('/images/main/bg-sec-review.jpg') no-repeat; background-size: cover; overflow: hidden;}
.sec-review .main-tit p span,
.sec-competition .main-tit h2 span{text-emphasis: dot;}
.review-cnt {position: relative; z-index: 1; background: #f4f4f4; padding: 15px 0; margin:clamp(50px, calc( 100 / var(--inner) * 100vw ), 100px) 0 clamp(70px, calc( 150 / var(--inner) * 100vw ), 150px);}
.review-slides {position: relative; margin: 0 calc(clamp(10px, calc( 19 / var(--inner) * 100vw ), 19px) * -1);}
.review-slides .swiper {overflow: visible;}
.review-slides .swiper-wrapper {padding: clamp(20px, calc( 55 / var(--inner) * 100vw ), 55px) 0;}
.review-slides .swiper-slide {padding: 0 clamp(10px, calc( 19 / var(--inner) * 100vw ), 19px); z-index: -1;}
.review-slides .swiper-slide-active {z-index: 20;}
.swiper-slide-active .review-img {opacity: 1; z-index: 2; transform: scale(1.2); box-shadow: none;}
.review-img {position: relative; width: 100%; padding-bottom: 195.30686%; overflow: hidden; border-radius: var(--bdrs16); box-shadow: var(--box-shadow2); opacity: .3;}
.review-img img {position: absolute; width: 100%; height: auto; max-width: 100%; min-height: 100%; left: 0; top: 50%; transform: translateY(-50%); object-fit: cover;}
.review-mockup {position: absolute; top: 50%; left: 50%; max-width: 388px; transform: translate(-50%, -50%);}

.text-banner {margin-bottom:clamp(30px, calc( 100 / var(--inner) * 100vw ), 100px);}
.text-banner-items {text-align: right;}
.text-banner-items,
.photo-banner-items {position:relative; overflow:hidden; z-index: 1; pointer-events: none;}
.text-banner-list,
.photo-banner-list {display: flex; width: max-content;}
.text-banner-item {display: flex; align-items: center; margin-right: clamp(20px, calc( 40 / var(--inner) * 100vw ), 40px);}
.photo-banner-item {display: flex; align-items: center; margin-right: clamp(20px, calc( 80 / var(--inner) * 100vw ), 80px);}

.sec-compare {background: #fff6f8; margin-bottom: calc(clamp(50px, calc( 150 / var(--inner) * 100vw ), 150px) * -1);}
.sec-compare .main-tit strong,
.sec-3way .main-tit p strong {display: block; position: relative; width: fit-content; margin: 0 auto; z-index: 1; line-height: 1em;}
.sec-compare .main-tit strong:before,
.sec-3way .main-tit p strong:before {position: absolute; content: ''; left: -5px; right: -5px; bottom: -6px; height: 85%; background: var(--secondary-color); z-index: -1;}
.compare-items {position: relative; gap: 10px;}
.compare-versus {z-index: 1; display: flex; align-items: center; justify-content: center; position: absolute; top: 50%; left: 50%; width: clamp(60px, calc( 140 / var(--inner) * 100vw ), 140px); height: clamp(60px, calc( 140 / var(--inner) * 100vw ), 140px); transform: translate(-50%, -50%) rotate(-20deg); background: var(--third-color); border-radius: 100%; color: #fff; font-family: 'S-CoreDream'; font-weight: 700; font-size:clamp(20px, calc( 60 / var(--inner) * 100vw ), 60px); line-height: 1em; box-shadow: var(--box-shadow2);}
.compare-item {display: flex; flex-direction: column; padding: 10px 10px 0; background: #505050; box-shadow: var(--box-shadow2); text-align: center;}
.compare-item:last-child {background: var(--primary-color);}
.compare-tit {display: flex; align-items: center; justify-content: center; flex: 1; padding: 10px ;}

.sec-competition {background: url('/images/main/bg-sec-competition.jpg') no-repeat center center; background-size: cover;}
.competition-items {gap:30px clamp(15px, calc( 50 / var(--inner) * 100vw ), 50px);}
.competition-item {position: relative; padding: clamp(20px, calc( 50 / var(--inner) * 100vw ), 50px) 0; background: #fff; border: clamp(2px, calc( 6 / var(--inner) * 100vw ), 6px) solid var(--primary-color); border-radius: var(--bdrs24); margin-bottom: 20px;}
.competition-item:last-child {border-color: #0063de;}
.competition-item.special {width: 35.71429%; padding-top: clamp(55px, calc( 100 / var(--inner) * 100vw ), 100px); margin-top: -20px; margin-bottom: 0; border-color: var(--secondary-color); background: var(--primary-color);}
.competition-item li:not(:last-child) {margin-bottom: 6px;}
.special .compatition-list li:after {content: ''; width: 24px; height: 20px; display: inline-block; margin-left: 10px; background: url('/images/main/compatition-chk.png') no-repeat center center; background-size: contain;}
.icon-circle {position: absolute; left: 50%; top: 0; transform: translate(-50%, -50%); display: flex; align-items: center; justify-content: center; width: clamp(70px, calc( 150 / var(--inner) * 100vw ), 150px); height: clamp(70px, calc( 150 / var(--inner) * 100vw ), 150px); border-radius: 100%; background: var(--primary-color); border-radius: 100%; border: clamp(2px, calc( 6 / var(--inner) * 100vw ), 6px) solid var(--secondary-color);}
.compatition-total {padding-top: 20px; margin-top: 20px; border-top: 1px solid #ddd;}

.sec-3way .main-tit p strong {display: inline-block; margin: 0;}
.three-way-boxes {display: flex; gap: 30px clamp(10px, calc( 40 / var(--inner) * 100vw ), 40px); margin-bottom:clamp(30px, calc( 75 / var(--inner) * 100vw ), 75px);}
.three-way-box {padding: clamp(20px, calc( 60 / var(--inner) * 100vw ), 60px) clamp(15px, calc( 40 / var(--inner) * 100vw ), 40px); border: 1px solid #ddd; border-radius: var(--bdrs24); box-shadow: 10px 10px 0 rgba(0,0,0,.05);}
.three-way-box h3 {margin-bottom:clamp(12px, calc( 25 / var(--inner) * 100vw ), 25px);}
.three-way-box p {padding: 4px 15px; border-radius: 4px;}
.three-way-box:last-child h3 {color: #2ac1bc;}
.three-way-box:last-child p {background: #2ac1bc;}
.btn-shortcut {display: flex; align-items: center; justify-content: center; gap: 15px; width: fit-content; padding: clamp(12px, calc( 24 / var(--inner) * 100vw ), 24px) clamp(25px, calc( 56 / var(--inner) * 100vw ), 56px); margin: 0 auto; background: #06a2db; border-radius: 40px;}

.sec-cost {background: url('/images/main/bg-cost.jpg') no-repeat; background-size: cover;}
.table-wrap table {width: 100%; border-collapse:collapse; font-family: 'SUIT';}
.table-wrap th {font-weight: 700; font-size: clamp(16px, calc( 20 / var(--inner) * 100vw ), 20px); color: var(--dark-color);}
.table-wrap thead th {padding: 10px; background: var(--primary-color); color: #fff; font-size: clamp(18px, calc( 24 / var(--inner) * 100vw ), 24px);}
.table-wrap tbody th:last-child {font-weight: 600; font-size: clamp(20px, calc( 32 / var(--inner) * 100vw ), 32px);}
.table-wrap td {padding: clamp(10px, calc( 23 / var(--inner) * 100vw ), 23px) 10px;}
.table-wrap th, .table-wrap td {border-bottom: 1px solid rgba(255,255,255,.24);}
.table-wrap tbody th,
.table-wrap tbody td {border-bottom: 1px solid #ddd;}
.exemption-wrap {display: flex; justify-content: center; align-items: center; gap: 12px; position: relative;}
.exemption-wrap span,
.cost-total-txt span {position: relative; display: inline-block; padding: 0 5px; color: #878787; font-size:clamp(19px, calc( 28 / var(--inner) * 100vw ), 28px);}
.exemption-wrap span:before,
.cost-total-txt span:before {position: absolute; content:''; left: 0; top: 50%; width: 0; height: 2px; background: var(--red-color); transition: .8s .7s;}
.exemption-wrap:after {display: inline-block;content:''; width: 91px; height: 40px; background: url('/images/main/exemption-deco.png') no-repeat center center; background-size: contain; opacity: 0; transform: translateX(-20px); transition: .5s 1s;}
.aos-animate .exemption-wrap:after {opacity: 1; transform: translateX(0);}
.aos-animate .exemption-wrap span:before,
.aos-animate .cost-total-txt span:before {width: 100%;}
.hs-help-txt {font-weight: 900; font-size: clamp(26px, calc( 68 / var(--inner) * 100vw ), 68px); line-height: 1.295em; color: var(--white-color); text-align: center;}
.cost-total {background: url('/images/main/bg-cost-total.jpg') no-repeat center center; background-size: cover; border-radius: var(--bdrs16);}
.cost-table-tit {text-align: right;}
.cost-total-txt {display: flex; align-items: center; justify-content: center; gap: 15px; text-align: left;}
.cost-total-txt span {color: rgba(255,255,255,.5);}
.cost-total-txt span:before {background: var(--secondary-color);}
.cost-total-price {display: flex; align-items: flex-end; justify-content: center;}
.cost-total-price .border-txt {color: var(--primary-color);}
.cost-total-price .border-txt:before {-webkit-text-stroke: 2px #fff}
.coast-table-tit {text-align: right;}

.draw-deco {display: inline-block; position: relative;}
.draw-deco:after {position: absolute; content: ''; z-index: 1; pointer-events: none;}
.draw-deco.type01:after,
.draw-deco.type03:after {top: 50%; left: 50%; width: 220%; height: 220%; transform: translate(-50%, -50%);}
.draw-deco.type02:after,
.draw-deco.type04:after {top: 100%; left: 0; width: 100%; height: 18px;}
.draw-deco.type01:after {background: url('/images/main/draw-deco01.png') no-repeat center center; background-size: contain;}
.draw-deco.type02:after {background: url('/images/main/draw-deco02.png') no-repeat top left; background-size: contain;}
.draw-deco.type03:after {background: url('/images/main/draw-deco03.png') no-repeat center center; background-size: contain;}
.draw-deco.type04:after {background: url('/images/main/draw-deco04.png') no-repeat top left; background-size: contain;}

/* common */
.icon img {vertical-align: middle; margin-top: -.02em; transition: .3s;}
.txt-center {text-align: center;}

.desc p:not(:last-child) {margin-bottom: 1.88em;}
.space-bot {padding-bottom: clamp(50px, calc( 150 / var(--inner) * 100vw ), 150px);}
.space-top {padding-top: clamp(50px, calc( 150 / var(--inner) * 100vw ), 150px);}
.border-box {position: relative;}
.border-box:before {position: absolute; content: ''; top: 0; right: 0; bottom: 0; left: 0; border: 1px solid #ddd;}

.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-nps {font-family: 'NPSfont';}
.font-dream {font-family: 'S-CoreDream';}
.font-suit {font-family: 'SUIT';}

.fw400 {font-weight: 400;}
.fw500 {font-weight: 500;}
.fw600 {font-weight: 600;}
.fw700 {font-weight: 700;}
.fw800 {font-weight: 800;}
.fw900 {font-weight: 900;}

.fz18-15 {font-size:clamp(15px, calc( 18 / var(--inner) * 100vw ), 18px);}
.fz20-16 {font-size:clamp(16px, calc( 20 / var(--inner) * 100vw ), 20px); line-height: 1.6em;}
.fz22-17 {font-size:clamp(17px, calc( 22 / var(--inner) * 100vw ), 22px); line-height: 1.545454em;}
.fz24-18 {font-size:clamp(18px, calc( 24 / var(--inner) * 100vw ), 24px); line-height: 1.5em;}
.fz28-19 {font-size:clamp(19px, calc( 28 / var(--inner) * 100vw ), 28px); line-height: 1.57em;}
.fz32-20 {font-size:clamp(20px, calc( 32 / var(--inner) * 100vw ), 32px); line-height: 1.5625em;}
.fz40-20 {font-size:clamp(20px, calc( 40 / var(--inner) * 100vw ), 40px); line-height: 1.1em;}
.fz50-20 {font-size:clamp(20px, calc( 50 / var(--inner) * 100vw ), 50px); line-height: 1.1em;}
.fz56-22 {font-size:clamp(22px, calc( 56 / var(--inner) * 100vw ), 56px); line-height: 1.1em;}
.fz64-24 {font-size:clamp(24px, calc( 64 / var(--inner) * 100vw ), 64px); line-height: 1.1em;}
.fz80-28 {font-size:clamp(28px, calc( 80 / var(--inner) * 100vw ), 80px); line-height: 1.1em;}

.mb20-10 {margin-bottom:clamp(10px, calc( 20 / var(--inner) * 100vw ), 20px);}
.mb30-12 {margin-bottom:clamp(12px, calc( 30 / var(--inner) * 100vw ), 30px);}
.mb35-15 {margin-bottom:clamp(15px, calc( 35 / var(--inner) * 100vw ), 35px);}
.mb40-20 {margin-bottom:clamp(20px, calc( 40 / var(--inner) * 100vw ), 40px);}
.mb60-30 {margin-bottom:clamp(30px, calc( 55 / var(--inner) * 100vw ), 55px);}

.primary-color {color: var(--primary-color);}
.secondary-color {color: var(--secondary-color);}
.third-color {color: var(--third-color);}
.dark-color {color: var(--dark-color);}
.white-color {color: #fff;}
.red-color {color: var(--red-color);}

.bgc1 {background: var(--primary-color);}
.bgc2 {background: var(--secondary-color);}

/* footer */
#footer {position: relative; z-index: 6; padding:clamp(20px, calc( 55 / var(--inner) * 100vw ), 55px) 0; background: #fff; border-top: 1px solid #ddd; color: #878787;}
#footer address {display: flex; justify-content: center; flex-wrap: wrap; gap: 0 30px;}
#footer address span {display: block; line-height: 1.875em; font-style: normal;}
.f-link {display: flex; justify-content: center; margin: clamp(8px, calc( 20 / var(--inner) * 100vw ), 20px) 0; font-size: clamp(12px, calc(14 / var(--inner) * 100vw ), 14px); color: #505050;}
.f-link a:not(:last-child):after,
.copyright span:before {content:'｜'; margin: 0 8px;}
.copyright { text-align: center;font-size: clamp(12px, calc(14 / var(--inner) * 100vw ), 14px); opacity: .7;}
.copyright span:before {margin: 0;}
.f-certs {gap:20px clamp(15px, calc( 30 / var(--inner) * 100vw ), 30px); margin-top: clamp(20px, calc( 35 / var(--inner) * 100vw ), 35px);font-size: clamp(12px, calc(14 / var(--inner) * 100vw ), 14px); line-height: 1.2857em; color: #505050;}
.f-cert-year {margin-top:clamp(5px, calc( 10 / var(--inner) * 100vw ), 10px); font-size: clamp(11px, calc(12 / var(--inner) * 100vw ), 12px); color: #878787;}
.scroll-top {position: fixed; bottom: var(--container-space); right: var(--container-space); z-index: 7; width: 48px; height: 48px; border-radius: 8px; box-shadow: var(--box-shadow); background: url('/images/common/scroll-top.png') no-repeat center center; background-size: contain; overflow: hidden; text-indent: -999em;}
