.about{
    .section10{
        .title{
            white-space: nowrap;
        }
    }
    .section20{
        .wrap{
            padding-left: 0;
            padding-right: 0;
            max-width: 100%;
            height: 90vh;
            position: relative;
        }
        .gradient{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to right, rgba(255,255,255,0.7) 10%, rgba(255,255,255,0) 80%),
            linear-gradient(to top, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 50%),
            linear-gradient(to bottom, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 50%);
        }
    }
    .section30{
        .map-wrap iframe{
            width: 100%;
            border: none;
            aspect-ratio: 172/70;
        }
        .content{
            .title{
                padding-top: clamp(0px, 3vw, 60px);
                padding-bottom: clamp(10px, 1vw, 18px);
                font-weight: 700;
                font-size: 1.5rem;
            }
            i{
                padding-left: clamp(0px, 1.2vw, 20px);
                padding-right: clamp(0px, 1.2vw, 20px);
            }
            .content{
                padding-left: clamp(0px, 3.8vw, 76px);
                padding-bottom: clamp(80px, 13vw, 240px);
            }
        }
    }
}
@media(width < 1400px){
}
@media(width < 1024px) {
    .about .section20 .wrap {
        height: 50vh;
    }
    .about .section30 .map-wrap iframe {
        aspect-ratio: 17 / 10;
    }
    .about .section30{
        padding-top: 100px;
    }
}
@media(width < 768px){
}
@media(width < 576px){
}
/***********************************************/
.room-preview{
    .section10{
        .title{
            word-break: keep-all;
            line-height: 1.5;
        }
    }
    .section20 {
        .wrap {
            padding-bottom: clamp(80px, 12.5vw, 240px);
        }

        .room-preview-swiper .text {
            display: none;
        }
    }
}
@media(width < 1400px){
}
@media(width < 1024px){
}
@media(width < 768px){
}
@media(width < 400px){
}
/*************************************************/
.room .section10{
    .show-price{
        border: 1px solid #000;
        background-color: #000;
        color: #fff;
        padding: clamp(5px, 0.3vw, 11px)  clamp(16px, 0.9vw, 27px);
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
    }
    .show-price:hover{
        background-color: #fff;
        color: #000;
    }
}
.room .section15{
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.7s ease-in-out;
}
.room .section15.open{
    max-height:1400px;
}
.room .section20{
    .wrap{
        padding-bottom: clamp(80px,12.5vw,240px) ;
    }
    .inner{
        position: relative;
    }
    .swiper-slide,
    .img{
        transition: all 0.3s ease-in-out;
    }
    #room-swiper{
        width: 100%;
        aspect-ratio: 5/3;
    }
    #room-swiper2{
        width: 100%;
        aspect-ratio: 7/11;
    }
    .content{
        padding-top: 15px;
        line-height: 2.3;
    }
}
.room .section30{
    .title{
        padding-bottom: clamp(50px, 2.7vw, 20px);
    }
    .room-preview-swiper .text{
        display: none;
    }
    .wrap{
        padding-bottom: clamp(80px, 12.5vw, 240px);
    }
}
@media(width < 1400px){
}
@media(width < 1024px){
}
@media(width < 768px){
}
@media(width < 400px){
    .room{
        .section20{
            .content{
                width: 50%;
                line-height: 1.2;
            }
        }
    }
}
/************************************************/
.special .section10{
    .title h2{
        display: inline-block;
    }
    .title span{
        font-size: 1.25rem;
        font-weight: 300;
        color: var(--color-2);
        vertical-align: bottom;
    }
}
.special .section20{
    .wrap{
        padding-top: clamp(0px, 8vw, 120px);
        padding-bottom: clamp(80px, 12.5vw, 240px);
    }
    a{
        display: block;
        width: 100%;
        height: clamp(120px, 22vw, 420px);
        margin-bottom: clamp(10px, 1.5vw, 30px);
        position: relative;
        overflow: hidden;
    }
    .title{
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        background-color: #fff;
        width: 40%;
        display: flex;
        flex-direction: column;
        align-items: end;
        gap: clamp(10px, 1.5vw, 30px);
        justify-content: center;
        opacity: 0;
        transition: all 0.5s ease-in-out;
        transform: translateX(100%);
        z-index: 5;
        text-align: right;
    }
    p{
        word-break: auto-phrase;
    }
    .title span{
        font-size: var(--f-size-2);
        color: var(--color-2);
    }
    a:hover .title{
        opacity: 1;
        transform: translateX(0);
    }
}
@media(width < 1400px){
}
@media(width < 1024px){
    .special .section10 {
        .title h2{
            display: block;
        }
    }
    .special .section20 {
        a .title {
            opacity: 1;
            transform: translateX(0)
        }
        .img{
            width: 50vw;
        }
    }
}
@media(width < 768px){
}
@media(width < 576px){
}
 /************************************************/

.rsv_cal_b{
    background-color: #fff;
}
.reserve-info .section10{
    padding-top: clamp(105px, 19vw, 320px);
}
.reserve-info .article {
    .reserve-title {
        font-size: 1.25rem;
        font-weight: 700;
        padding-top: clamp(80px, 8.5vw, 160px);
        padding-bottom: clamp(20px, 3vw, 60px);
        margin-bottom: clamp(30px, 3.5vw, 60px);
        border-bottom: 1px solid var(--color-2);
    }
    .reserve-content{
        line-height: 2.5;
    }
}
.reserve-info .article:last-child{
    padding-bottom: clamp(80px, 10vw, 240px);
}

    @media(width < 1400px){
    }
    @media(width < 1024px){

    }
    @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;
        }
    }

/*떠나요 표 삭제, 시안확인때문에.*/
.data.person_limit table{
    display: none;
}