.hero-slider{
    color: var(--color-white);
}
.about{
    .section10{
        .wrap{
            display: flex;
            align-items: center;
            gap: 100px;
        }
        h2{
            font-size: var(--f-size-20);
            text-transform: capitalize;
            padding-bottom: clamp(30px,2.7vw,50px);
        }
        .text-wrap{
            width: 100%;
        }
        .img-wrap{
            height: 100%;
            width: clamp(0px,36vw,675px);
            aspect-ratio: 675/480;
        }
    }
    .section20{
        .map-wrap{
            width: 100%;
            height: clamp(0px,27vw,520px);
        }
        iframe{
            width: 100%;
            height: 100%;
            border: none;
        }
        h3{
            font-size: var(--f-size-20);
            padding-top: 50px;
            padding-bottom: clamp(20px,2.6vw,50px);
        }
    }
}
@media(width < 1400px){
}
@media(width < 1024px){
    .about {
        .section10 {
            .wrap {
                flex-direction: column-reverse;
                gap: 50px;
            }
            .img-wrap {
                width: 100%;
            }
        }
        .section20 {
            .map-wrap{
                padding-left: clamp(0px, 9.7vw, 186px);
                padding-right: clamp(0px, 9.7vw, 186px);
                height: unset;
                aspect-ratio: 34/24;
            }
        }
    }
}
@media(width < 768px){
}
@media(width < 400px){
    .about {
        .section20 {
            .map-wrap{
                padding-inline: 6vw;
            }
        }
    }
}
/************************************************/
.room-preview{
    section .wrap.layout1{
        padding-bottom: clamp(0px,9.4vw,180px);
        display: flex;
        flex-direction: column;
        gap: clamp(60px,5.2vw,100px);
    }
    .section10{
        padding-top: 100px;
    }
    article{
        h3{
            font-size: var(--f-size-20);
        }
        .tag-wrap{
            padding-top: clamp(20px,1.3vw,24px);
            padding-bottom: clamp(30px,3.2vw,60px);
            display: flex;
            gap: 10px;
            .tag{
                border: 1px solid var(--color-2);
                border-radius: 15px;
                padding-inline: clamp(20px,0.15vw,30px);
                line-height: 2;
                transition: .3s;
                white-space: nowrap;
            }
            .tag:hover{
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
            }
        }
        .img{
            width: 100%;
            max-height: 520px;
            transition: .7s all linear;
        }
        a{
            display: block;
            overflow: hidden;
        }
        a:hover .img{
            scale: 1.05;
            opacity: 0.5;
        }
    }
}
@media(width < 1400px){
}
@media(width < 1024px){
    .room-preview{
        article{
            .img{
            aspect-ratio: 34/14;
            }
        }
    }
}
@media(width < 768px){
}
@media(width < 400px){
    .room-preview{
        article{
            .tag-wrap .tag{
                padding-inline: clamp(0px, 5vw, 20px);
            }
        }
    }
}
/************************************************/

main.room,
main.special{
    .section10{
        text-align: center;
        .title::after{
            content: '';
            width: 1px;
            height: 50px;
            background-color: var(--color-black);
            display: block;
            margin-inline: auto;
            margin-block: 30px;
        }
    }
    .section20{
        padding-bottom: clamp(0px,5.2vw,100px);
    }
    .section30{
        padding-block: clamp(0px,9.4vw,180px);
        .title{
            font-size: var(--f-size-40);
            margin-bottom: 40px;
        }
        .swiper-container{
            padding-right: 0;
            padding-left: clamp( clamp(40px, 9.7vw, 186px) , calc((100vw - 1920px)/2 + clamp(0px, 9.7vw, 186px)) ,99999px );
        }
        .swiper-slide{
            aspect-ratio: 50/42;
            display: flex;
            align-items: end;
            justify-content: end;
            padding: 10px;
            color: transparent;
            transition: .3s;
        }
        .swiper-slide:hover{
            color: var(--color-white);
        }
        .swiper-slide:hover{
            opacity: 0.6;
        }
    }
}

main.room{
    .section20 {
        .title {
            text-align: center;
            margin-bottom: clamp(30px, 4.2vw, 80px);
        }

        .image-wrap {
            display: flex;
            flex-direction: column;
            gap: 20px;

            .img {
                width: 100%;
                aspect-ratio: 15/9;
            }
        }
    }
}
.special{
    .section10{
        padding-top: clamp(35px,8vw,155px);
        padding-bottom: clamp(35px,8.3vw,160px);
    }
    .section20 .wrap{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 18px;
        .img{
            width: 100%;
            aspect-ratio: 50/72;
        }
    }
}

@media(width < 1400px){
}
@media(width < 1024px){
    .room{
        .section20{
            .image-wrap{
                gap: 10px;
            }
            .image-wrap .img{
                aspect-ratio: 33/21;
            }
        }
    }
    .special{
        .section20 .wrap {
            grid-template-columns: 1fr;
        }
        .section20 .wrap .img {
            width: 100%;
            aspect-ratio: 33/21;
        }
    }
}
@media(width < 768px){
}
@media(width < 576px){
}
/************************************************/
.reserve-info{
    .hero-slider{
        .hero-swiper{
            height: 60dvh;
        }
    }
}
.rsv_cal_b{
    background-color: #fff;
}
.reserve-info .section20 .wrap{
    padding-top: clamp(194px,17vw,310px) ;
}
.reserve-info .section30 .wrap{
    padding-top: clamp(120px,10vw,195px) ;
    padding-bottom: clamp(160px,12vw,200px) ;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: clamp(0px, 6.5vw, 124px);
    row-gap: clamp(0px, 10vw, 186px);
    grid-template-areas:
            "info notice"
            "refund refund";
}
.reserve-info .section30 .title{
    font-family: var(--font-2);
    color: var(--color-3);
    font-size: 1.8rem;
    font-weight: 700;
    padding-bottom: 2px
}
.reserve-info .section30 .content p{
    line-height: 2;
    font-family: var(--font-1) ;
}
.reserve-info .section30 .content>p:nth-child(1){
    font-family: var(--font-2);
    font-size: var(--f-size-18);
    font-weight: 700;
    padding-bottom: clamp(0px, 1.5vw, 21px);
}
.reserve-info .section30 .content{
    font-size: var(--f-size-2);
    font-weight: 400;
    padding-top: clamp(30px, 2.5vw, 43px);
    padding-bottom: clamp(30px, 2vw, 40px);
    border-bottom: 1px solid #C1C1C1;
}
.reserve-info .section30 .content:last-child{
    border-bottom: none;
}
.reserve-info .section30 .info{
    grid-area: info;
}
.reserve-info .section30 .notice{
    grid-area: notice;
}
.reserve-info .section30 .refund{
    grid-area: refund;
}
.reserve-info .section30 .refund table{
    width: 100%;
}
.reserve-info .section30 .refund td{
    text-align: center;
    padding-top: clamp(0px, 1.5vw, 29px);
    padding-bottom: clamp(0px, 1.5vw, 29px);
    background-color: #fff;
}
.reserve-info .section30 .refund td p{
    padding-bottom: 0;
}
.reserve-info .section30 .refund tr:nth-child(1) td{
    background-color: var(--color-3);
    border-right: white 1px solid;
}
.reserve-info .section30 .refund tr:nth-child(2) td{
    border-right: 1px solid var(--color-3);
}
.reserve-info .section30 .refund tr:nth-child(2) td:last-child{
    border-right: none;
}

@media(width < 1400px){
}
@media(width < 1024px){
    .reserve .header .logo img{
        filter : none;
    }
    .reserve .menu-btn span{
        background-color: #000;
    }
    .reserve .header:not(.m-open){
        background-color: unset;
    }
    .reserve .header.top{
        background-color: unset;
    }
    .reserve-info .section10 .img{
        aspect-ratio: 1/1;
    }
    .reserve-info .section20 .wrap {
    }
    .reserve-info .section30 .wrap{
        display: block;
    }
    .reserve-info .notice,
    .reserve-info .refund{
        padding-top: 100px;
    }
    .reserve-info .section30 .content{
        font-weight: 400;
    }
    .reserve-info .section30 .refund table{
        width: calc(100% + 60px);
        transform: translateX(-30px);
    }
}
@media(width < 768px){
}
@media(width < 400px){
    .rsv_cal_t{
        display: grid;
        grid-template-areas: "tit tit" "prv next";
    }
    .prv{
        grid-area: prv;
    }
    .next{
        grid-area: next;
        margin-left: auto;
    }
    #tit{
        grid-area: tit;
        font-size: 10px !important;
    }
}