*, *::before, *::after { box-sizing: border-box; }

html {
    font-size: 10px;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 3.9rem;
}

ul, ol, h1, p {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a, a:visited {
    text-decoration: none;
    color: #3d3d3d;
}
img{
    width:100%;
    display:block;
}
label{
    cursor: pointer;
}

@font-face {
    font-family: 'HsBombaram20';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/HSBombaram.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    color: white;
}

.header-container {
    max-width: 192rem;
    margin: 0 auto;
    padding: 0;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.3rem 34.3rem 2.3rem 15.6rem;
    position: relative;
    height: 11.5rem;
}

.logo img {
    width: 6.7rem;
}

.nav-links {
    list-style: none;
    display: flex;
    flex-direction: row;
    width: auto;
    background-color: transparent;
    margin-left: auto;
}

.nav-links li {
    margin-left: 4rem;
    padding: 0;
    height: 4.6rem;
}

.nav-links a {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 2.2rem;
    font-weight: bold;
}
.nav-links a.startup-guide {
    width: 16.6rem;
    border:0.1rem solid #0cdcb2;
    border-radius: 2.5rem;
    background-color: #0cdcb2;
    color: #faf5b2;
}

.hamburger {
    display: none;
}

main {
    position: relative;
    margin: 0 auto;
}

.main-section {
    width: 100%;
    overflow: hidden;
}

.main-section .section-img {
    display: block;
    width: 100%;
    height: auto;
}

.main-section .hide-desktop {
    display: none;
}

.main-video-container{
    width:100%;
}

.section2 {
    background: #04b999
}

/*.section2 .section2-text1 {*/
/*    font-size: 2.5vw;*/
/*    color: #fff;*/
/*}*/

/*.section2 .section2-text1 strong {*/
/*    font-family: 'HsBombaram20', serif;*/
/*    color: #ffedb2;*/
/*    font-size: 3.5vw;*/
/*}*/

.section3 {
    position: relative;
}
.section3 .model {
    display: block;
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 1rem;
    width: 35%;
    transition: opacity 0.5s ease;
}

.section5 {
    position:relative;
}
.section5 .leaf1{
    position: absolute;
    top:17.3%;
    left:11.5%;
    width:11%;
}
.section5 .leaf2{
    position: absolute;
    top:77%;
    left:74.5%;
    width:14%;
}


.section5 .light3{
    display: block;
    opacity: 0;
    position: absolute;
    top:1%;
    left:45%;
    width:19%;
    mix-blend-mode: screen;
    transition: opacity 0.5s ease;
}
.section5 .money{
    position: absolute;
    top:6%;
    left:48.7%;
    font-size:7.2vw;
    font-weight:bold;
    color:#ffe792;
    font-family: "cheoeumcheoreom-210", sans-serif;
}

.section5 .money.animate {
    animation: bounce-in-bck 1.1s both;
}
.section6{
    position: relative;
    font-family: Pretendard;
}
.section6 p:nth-of-type(1){
    position: absolute;
    top:12%;
    left:11%;
    color:#fff;
    font-size:2.9vw;
}
.section6 p:nth-of-type(1) span{
    background:#bdffe5;
    padding:1px 2px;
    color:#000;
    font-size:1.4vw;
    margin-left:1vw;
}
.section6 p:nth-of-type(2){
    position: absolute;
    top:18.5%;
    left:11%;
    font-size:6.7vw;
    font-weight:bold;
    font-family: "cheoeumcheoreom-210", sans-serif;
    background-image: linear-gradient(to right, #eac257, #fefba5, #d4a035, #fefba5,#eac257,#bc8e24,#fefba5);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.section6 p:nth-of-type(2).animate {
    animation: bounce-in-bck 1.1s both;
}
.section6 p:nth-of-type(3){
    position: absolute;
    top:28.5%;
    left:20%;
    color:#fff;
    font-size:1.65vw;
}
.section6 .table{
    position: absolute;
    top:34.5%;
    left:11.5%;
    width:41%
}
.section6 .diagram{
    position: absolute;
    top:42%;
    left:57%;
    width:32.5%
}
.video-container {
    padding-top:38%;
    width:67%;
    position:absolute;
    top:51.5%;
    left:50%;
    transform:translate(-50%,-50%);
}

.section7 {
    position:relative;
}
.section7 p {
    position:absolute;
    top: 38.5%;
    left: 11%;
    font-size:4.8vw;
    font-family: "cheoeumcheoreom-210", sans-serif;
    font-weight:bold;
    color:#1fa394;
}
.section7 p.animate{
    animation: bounce-in-bck 1.1s both;
}
.section7 .hide-desktop {
    display: none !important;
}
.section8{
    position: relative;
}
.section8 .graph li:nth-child(1){
    position: absolute;
    bottom:30%;
    left:20%;
    width:5%;
    height:0;
    background:linear-gradient(to bottom, #fff 60%, transparent);
    border-radius:1vw 1vw 0 0;
    transition: height 0.8s ease-out;
}
.section8 .graph li:nth-child(1).animate{
    height:11%;
}
.section8 .graph li:nth-child(2){
   position: absolute;
    bottom:30%;
    left:31%;
    width:5%;
    height:0;
    background:linear-gradient(to bottom, #fff 70%, transparent);
    border-radius:1vw 1vw 0 0;
    transition: height 0.8s ease-out 0.1s;
}
.section8 .graph li:nth-child(2).animate{
    height:15%;
}
.section8 .graph li:nth-child(3){
   position: absolute;
    bottom:30%;
    left:42%;
    width:5%;
    height:0;
    background:linear-gradient(to bottom, #fff 75%, transparent);
    border-radius:1vw 1vw 0 0;
    transition: height 0.8s ease-out 0.2s;
}
.section8 .graph li:nth-child(3).animate{
    height:18%;
}
.section8 .graph li:nth-child(4){
   position: absolute;
    bottom:30%;
    left:53%;
    width:5%;
    height:0;
    background:linear-gradient(to bottom, #fff 80%, transparent);
    border-radius:1vw 1vw 0 0;
    transition: height 0.8s ease-out 0.3s;
}
.section8 .graph li:nth-child(4).animate{
    height:23.5%;
}
.section8 .graph li:nth-child(5){
   position: absolute;
    bottom:30%;
    left:64%;
    width:5%;
    height:0;
    background:linear-gradient(to bottom, #fff 80%, transparent);
    border-radius:1vw 1vw 0 0;
    transition: height 0.8s ease-out 0.4s;
}
.section8 .graph li:nth-child(5).animate{
    height:30%;
}
.section8 .graph li:nth-child(6){
   position: absolute;
    bottom:30%;
    left:75%;
    width:5%;
    height:0;
    background:linear-gradient(to bottom, #fff 80%, transparent);
    border-radius:1vw 1vw 0 0;
    transition: height 0.8s ease-out 0.5s;
}
.section8 .graph li:nth-child(6).animate{
    height:35%;
}

.section9 {
    display: flex;
    flex-direction: column;
    padding: 10%;
}

.section9-img-container {
    display: flex;
    gap:2%;
    justify-content: center;
}

.section9-img-container img {
    max-width: 25%;
    height: auto;
    object-fit: contain; /* 원본 비율 유지 */
    opacity: 0;
    transition: opacity 0.8s ease; /* 부드럽게 전환 */
}
.section9-img-container img.animate{
    animation: bounce-in-bck 1.1s both;
}

.section9 .section9-1, .section9 .section9-3 {
    margin-top: 5%
}

.section9 .section9-2, .section9 .section9-4 {
    margin-top: 15%;
}
.section10{
    position: relative;
}
.section10 ul li{
    display: block;
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s ease;
}
.section10 ul li:first-child{
    top:26.3%;
    left:51.5%;
    width:20%;
}
.section10 ul li:nth-child(2){
    top:54.5%;
    left:32%;
    width:17%;
}
.section10 ul li:last-child{
    top:82.3%;
    left:51.9%;
    width:18%;
}
.section10 ul li.animate{
    animation: bounce-in-bck 1.1s both;
}
.section11{
    position:relative;
}
.section11 li:nth-child(1){
    position:absolute;
    top:41%;
    left:11%;
    width:22%;
}
.section11 li:nth-child(2){
    position:absolute;
    top:58%;
    left:11%;
    width:25%;
}
.section11 li:nth-child(3){
    position:absolute;
    top:72%;
    left:11%;
    width:43%;
}
.section11 li.animate{
    animation:rotate-in-hor .5s cubic-bezier(.25,.46,.45,.94) both;
}
.section14{
    position: relative;
}
.section14 span{
    position: absolute;
    top:70.5%;
    left:7.8%;
    font-size:4.2vw;
    color:#00c4b3;
    font-family: "cheoeumcheoreom-210", sans-serif;
    font-weight: bold;
}
.section14 span.animate{
    animation: bounce-in-bck 1.1s both;
}
.section15 {
    position: relative;;
}

.section15 .section15-x {
    display: none;
    position: absolute;
    z-index: 1;
    top: 15vw;
    right: 13vw;
    width: 24%;
    height: auto;
}

.section15 .section-float-img {
    position: absolute;
    right: 0;
    bottom: -3.9rem;
    width: 16vw;
    z-index: 1;
}
.section15_swiper{
    position: absolute;
    top:18.2%;
    right:41.8%;
    width:58.2%;
    overflow: hidden;
    direction: rtl;
}

.section16 {
    position: relative;
}
.section16 .tab-container {
    position:absolute;
    top:36%;
    left:50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap:15%;
    font-size: 2vw;
    width:80%;
}
.section16 .tab-container li .tab-item {
    display: flex;
    align-items: center;
    color: #3d3d3d;
}
.section16 .tab-container li .tab-item.active {
    font-weight: bold;
}

.section16 .tab-container li img {
    padding-right: 8%;
    width:3.5vw;;
}

.section16 .tab-contents {
    display: none;
    position: absolute;
    top:43%;
    left:50%;
    transform: translateX(-50%);
    width:76%;
}

.section16 .tab-contents .tab_area{
    overflow: hidden;
    position: relative;
}

.section16 .tab-contents .tab_area .img_wrap{
    width:95%;
    aspect-ratio: 3/3.3;
    overflow: hidden;
    margin:0 auto;
    border-radius:2rem;
}
.section16 .tab-contents .tab_area:not(.tab3_swiper) .img_wrap img{
    transform-origin: top;
    transform: scale(1.5);
}

.section16 .tab-contents .tab_area.tab3_swiper .img_wrap img{
    margin-top:-20%;
}

.section16 .tab-contents .swiper-button-next{
    right:-6%;
    width:4%;
    height:0;
    padding-top:4%;
    margin:0;
    transform: translateY(-80%);
    background: url("/static/images/right-arrow.jpg") center center no-repeat;
    background-size:100%;
}
.section16 .tab-contents .swiper-button-prev{
    left:-6%;
    width:4%;
    height:0;
    padding-top:4%;
    margin:0;
    transform: translateY(-80%);
    background: url("/static/images/left-arrow.jpg") center center no-repeat;
    background-size:100%;
}
.section16 .tab-contents .swiper-button-next:after,
.section16 .tab-contents .swiper-button-prev:after{
    display:none;
}

.section16 p{
    font-size:1.5vw;
    margin-top:5%;
    font-weight:bold;
    text-align: center;
}

.section17 {
    position: relative;
}
.section17 li{
    display: block;
    opacity: 0;
    position: absolute;
    width:26%;
    transition: opacity 0.5s ease;
}
.section17 li:first-child{
    top:10%;
    left:35.5%;
}
.section17 li:nth-child(2){
    top:26%;
    left:1.5%;
}
.section17 li:nth-child(3){
    top:26%;
    left:73%;
}
.section17 li:nth-child(4){
    top:56.5%;
    left:6%;
}
.section17 li:last-child{
    top:56.5%;
    left:68.5%;
}

.section18{
    position: relative;
}
.section18 .section18_swiper{
    position: absolute;
    top:25%;
    left:50%;
    transform:translateX(-50%);
    width:100%;
    overflow: hidden;
    padding:5% 0;
}

.section18 .section18_swiper img {
    width: 100%;
    aspect-ratio: 784/610;
    object-fit: cover;
    object-position: center;
}

.section18 .section18_swiper .swiper-slide:not(.swiper-slide-active)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.46);
    mix-blend-mode: multiply;
    z-index: 1;
}

.section18 .section18_swiper .swiper-slide {
    position: relative;
}

.section18 .section18_swiper .swiper-slide-active{
    z-index: 10;
    transform: scale(1.2);
}

.section18 .section18_swiper .swiper-slide-active + .swiper-slide ~ .swiper-slide,
.section18 .section18_swiper .swiper-slide:has(~ .swiper-slide + .swiper-slide-active) {
    opacity: 0;
    visibility: hidden;
}
.section18 .pagenation{
    position: absolute;
    top:80%;
    left:50%;
    transform: translateX(-50%);
    font-size:2vw;
    color:#fff;
}

.section18 .swiper-button-next{
    top:80%;
    right:36%;
    width:2%;
    height:0;
    padding-top:2%;
    margin:0;
    background: url("/static/images/right_arrow.png") center center no-repeat;
    background-size:100%;
}
.section18 .swiper-button-prev{
    top:80%;
    left:36%;
    width:2%;
    height:0;
    padding-top:2%;
    margin:0;
    background: url("/static/images/left_arrow.png") center center no-repeat;
    background-size:100%;
}
.section18 .swiper-button-next:after,
.section18 .swiper-button-prev:after{
    display:none;
}
.section20{
    /*padding-bottom:9%;*/
}


/* 문의하기 섹션 */
.inquiry-container {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height:120px;
    z-index: 100;
    background:#00c4b3;
}
.inquiry-container .inquiry_left{

}

/*.inquiry-form {*/
/*    position:absolute;*/
/*    top:3.5vw;*/
/*    left: 49.3%;*/
/*    width:42%;*/
/*    gap: 2rem;*/
/*}*/

.input-and-button-row {
    position: absolute;
    top:42%;
    left:25%;
    display: flex;
    align-items: end;
    gap: 34px;
}

.input-consent-group {
    width:1350px;
    height:100%;
    margin: 0 auto;
    position: relative;
    font-family: Pretendard;
}
.input-consent-group .inquiry-left{
    position: absolute;
    bottom:0;
    left:0;
    width:23%;
}
.input-consent-group > p{
    position: absolute;
    top:12%;
    left:25%;
    font-size:24px;
    color:#fff;
}
.input-consent-group > p > span{
    color:#ffedb2;
    font-weight:700;
}
.inquiry-button {
    font-size:21px;
    color:#00835b;
    font-weight:600;
    width:140px;
    height:42px;
    line-height: 42px;
    text-align: center;
    background:#fff;
    border-radius:21px;
}
.input-row {
    display: flex;
    gap: 9px;
}
.input-row > div{
    position: relative;
}
.input-row > div > span{
    position: absolute;
    top:10px;
    right:10px;
    color:red;
    font-size:16px;
}
.input-row input {
    width: 258px;
    height: 52px;
    padding: 0 15px;
    border-radius: 10px;
    font-size: 16px;
    border:0;
    color:#6a6565;
}

.checkbox-row {
    position: absolute;
    top:12%;
    left:86%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: white;
    font-size: 15px;;
    text-align: left;
}
.checkbox-row > div{
    display:flex;
    align-items: center;
    white-space: nowrap;
}
.checkbox-row .chkbox {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}

.checkbox-row .chkbox::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    border-radius:50%;
    background: transparent;
}

.checkbox-row input[type="checkbox"]:checked + .chkbox::after {
    content: '';
    position: absolute;
    left:5px;
    top:-5px;
    transform: rotate(45deg);
    width: 5px;
    height: 8px;
    border: 1px solid #fff;
    border-width: 0 2px 2px 0;
}

.checkbox-row input[type="checkbox"] {
    display: none;;
}

.checkbox-row input[type="checkbox"]:checked {
    background-color: #faf5b2;
}

.section12{
    position: relative;
    overflow: hidden;
}
.section12_bg{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: -2;
    background:#000;
}
.section12 .rolling ul{
    position: absolute;
    top:0;
    z-index: -1;
    width:20%;
}
.section12 .rolling ul:first-child{
    right:-7.5%
}
.section12 .rolling ul:nth-child(2){
    right:15.2%;
}
.section12 .rolling ul:nth-child(3){
    left:13.5%;
}
.section12 .rolling ul:nth-child(4){
    left:-9%;
}
.section12 .rolling ul li{
    margin-bottom:2rem;
}


.floating-button {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
    width:4%;
    display: flex;
    flex-direction: column;
    z-index: 1000;
}

footer {
    width: 100%;
    margin: 0 auto;
}

.footer-container {
    display: flex;
    flex-direction: column;
    background: #01cbb4;
    color: #fff;
    padding: 3% 5%;
    font-size: 1.1vw;
}

.footer-title {
    font-family: HsBombaram20, serif;
    font-size: 3vw;
    margin:0 0 2%;
}

.footer-info-container {
    display: flex;
}

.footer-left {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.footer-left ul li{
    margin-bottom:1%;
}

a.show-policy-btn {
    color: #fff;
}

.footer-right {
    width: 50%;
    text-align: right;
}
.footer-right ul li:first-child{
    margin-bottom:0;
}
.footer-right ul li{
    margin-bottom:1%;
}
.footer-right ul li:last-child{
    margin-bottom:0;
}
.footer-tel {
    font-size: 3vw;
    font-weight: bold;
}


#privacy-policy-modal {
    /*display: none;*/
    /*position: fixed;*/
    /*z-index: 9999;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform:translate(-50%,-50%);*/
    background: #fff;
    color: #000;
    /*width: 50%;*/
    padding: 2rem;
    flex-direction: column;
    font-size: 1.6rem;
}
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.1rem solid #ccc;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

#privacy-policy-modal .close-button {
    width: 30%;
    font-size: 4rem;
    text-align: right;
    cursor: pointer;
}
.policy-text {
    /*max-height: 20rem;*/
    /*overflow: scroll;*/
}

@keyframes bounce-in-bck {
    0% {
        transform-origin: center;
        -webkit-transform: scale(7);
        transform: scale(7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    38% {
        transform-origin: center;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }

    55% {
        transform-origin: center;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    72% {
        transform-origin: center;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    81% {
        transform-origin: center;
        -webkit-transform: scale(1.24);
        transform: scale(1.24);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    89% {
        transform-origin: center;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    95% {
        transform-origin: center;
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        transform-origin: center;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}
@keyframes rotate-in-hor {
    0% {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1
    }
}

@media (max-width: 1350px) {
    .main-section .hide-mobile {
        display: none;
    }
    .main-section .hide-desktop {
        display: block;
    }

    .floating-button {
        width: 10%;
        top: auto;
        bottom:18vw;
    }

    .section5 .section-img {
        width: 144%;
        margin-left: -22vw;
    }

    .section5 .leaf1, .section5 .leaf2 {
        display: none;
    }
    .section5 .video-container {
        width: 100%;
        padding-top: 58%;
    }
    .section5 .light3 {
        top: 1%;
        left: 42.5%;
        width: 28%;
    }

    .section6 p:nth-of-type(1) span{
        display:block;
        /*width:20.5vw;*/
        width:100%;
        margin:1vw auto;
        /*font-size: 0.5rem;*/
        text-align: center;
    }
    .section6 p:nth-of-type(1) {
        left:24%;
        top: 4%;
    }
    .section6 p:nth-of-type(2) {
        left:24.5%;
        top: 9.5%;
    }
    .section6 p:nth-of-type(3) {
        left:36%;
        top: 14.5%;
    }

    .section6 .table {
        position: absolute;
        top: 18.5%;
        left: 20.5%;
        width: 58%;
    }

    .section6 .diagram {
        position: absolute;
        top: 62.5%;
        left: 23.5%;
        width: 53%;
    }

    .section7 .section-img {
        width: 170%;
        margin-left:-3vw;
    }
    .section7 p {
        left: 15.5%;
        font-size: 8vw;
    }
    .section7 .hide-desktop {
        display: block !important;
    }

    .section9 .section9-title-img {
        width: 160%;
        margin-left: -24vw;
    }

    .section9 .section9-img-container {
        flex-wrap: wrap;
    }

    .section9 .section9-img-container img {
        max-width: 40%;
    }
    .section9 .section9-1, .section9 .section9-3, .section9 .section9-2, .section9 .section9-4{
        margin-top: 5%
    }

    .section12 .section-img {
        width: 125%;
        margin-left: -10vw;
    }

    .section16 .tab-container{
        font-size:3vw;
    }
    .section16 .tab-container li img{
        width:4.5vw;
    }
    .section16 p{
        font-size:2.5vw;
    }
    .section16 .tab-contents .tab_area .img_wrap{
        aspect-ratio: 4/3;
    }
    .section16 .tab-contents .swiper-button-next{
        right:-7%;
        width:6%;
        padding-top:6%;
    }
    .section16 .tab-contents .swiper-button-prev{
        left:-7%;
        width:6%;
        padding-top:6%;
    }
    .section18{
        overflow: hidden;
    }
    .section18 .section18_swiper{
        width:130%
    }
    .section18 .swiper-button-next,
    .section18 .swiper-button-prev{
        width:4%;
        padding-top:4%;
    }
    .section18 .pagenation{
        font-size:4vw;
    }
    .section18 .swiper-button-next,
    .section18 .swiper-button-prev,
    .section18 .pagenation{
        top:85%;
    }
    .section20 {
        padding-bottom: 8.4vw;
    }

    .footer-info-container{
        display:block;
    }
    .footer-left,
    .footer-right{
        width:100%;
    }
    .footer-right{
        text-align:left;
        margin-top:5%;
    }
    .footer-container{
        font-size:3.1vw;
    }
    .footer-title,.footer-tel{
        font-size:5vw;
    }
    .inquiry-container > img{
        display:none;
    }
    .inquiry-container{
        background:#01cbb4;
        height:15vw;
    }
    .input-row {
        height:100%;
        gap:3%;
    }
    .input-row input{
        width:20vw;
        height:6vw;
        font-size:1.6vw;
        padding:0 1.5vw;
        border-radius:1vw;
    }
    .inquiry-button{
        width:20vw;
        height:6vw;
        line-height:6vw;
        font-size:3vw;
        border-radius:3vw;
    }
    .checkbox-row{
        flex-direction: row;
        top:18%;
        left:46%;
        gap:1vw;
    }
    .checkbox-row > div{
        font-size:2.2vw;
    }
    .checkbox-row .chkbox::before{
        width:2.5vw;
        height:2.5vw;
    }
    .checkbox-row .chkbox{
        padding-left:3vw;
    }
    .checkbox-row input[type="checkbox"]:checked + .chkbox::after{
        left:0.9vw;
        top:-0.8vw;
        width:0.8vw;
        height:1.2vw;
        border-width: 0 1px 1px 0;
    }
    .section16 .tab-contents .tab_area.tab3_swiper .img_wrap img{
        margin-top:-45%;
    }
    .section16 .tab-contents .tab_area:not(.tab3_swiper) .img_wrap img{
        transform-origin: center;
        transform: scale(1.2);
    }
    .input-consent-group{
        width:100%;
    }
    .inquiry-container .inquiry-left{
        display:none;
    }
    .input-consent-group > p{
        top:15%;
        left:5%;
        font-size:3vw;
    }
    .input-and-button-row{
        top:50%;
        left:5%;
        width:90%;
        height:6vw;
        justify-content: space-between;
    }
    .input-row > div {
        display:flex;
        align-items: center;
    }
    .input-row > div > span{
        top:1.5vw;
        right:0.5vw;
        font-size:2.5vw;
        line-height:0;
    }
    .section5 .money{
        font-size:10vw;
        top:6.5%;
    }
}

