:root{
    --cabinx-vh: 990 * 100vh;
    --cabinx-vw: 1920 * 100vw;
    --cabinx02-vh: 1358 * 100vh;
}
.cabinX{
    overflow: hidden;
    background-color: #4D0100;
}

.cabinX section p {
    font-family: "JejuMyeongjo";
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cabinX section{
    height: 100vh;
}
.cabinX section.sec01{
    /* margin-top: -; */
    height: calc(100vh - 110px);
    /* padding-top: 115px; */
}
.cabinX section.sec01 video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* .cabinX section.sec01 video.pc{
    display: block;
}
.cabinX section.sec01 video.mo{
    display: none;
} */
.cabinX section.sec02{
    width: 100vw;
    background: linear-gradient(111.88deg, #310407 12.05%, #4D0100 87.95%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.cabinX section.sec02 p{
    font-weight: 400;
    font-size: calc(55 / var(--cabinx-vw));
    line-height: 160%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #F5EADA;
    opacity: 0;
    /* transition: color 0.2s; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
}
.cabinX section.sec02 p.txt01{
    opacity: 1;
}
.cabinX section.sec02 p.on{
    color: #fff;
}
.cabinX section.sec02 .bottom{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
}
/* .cabinX section.sec02 .bottom p.txt03{
    font-weight: 400;
    font-size: calc(55 / var(--cabinx-vw));
    line-height: 160%;
    letter-spacing: 0;
    text-align: center;
    transform: translateY(0%);
    color: #F5EADA;
    opacity: 0;
} */
.cabinX section.sec02 .top{
    transition: opacity 0.2s;
}
.cabinX section.sec02 .top.hidden{
    opacity: 0;
}
.cabinX section.sec03{
    background: #4D0100;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cabinX section.sec03 .tit{
    color: #F5EADA;
    font-weight: 400;
    font-size:  calc(42 / var(--cabinx-vw));
    line-height: 142%;
    letter-spacing: 0;
}
.cabinX section.sec03 .cabin_title{
    text-transform: uppercase;
    font-size:  calc(86 / var(--cabinx-vw));
    color: #F5EADA;
    margin-top: calc(41.01 / var(--cabinx-vh));
}
.cabinX section.sec03 .number_box{
    margin-top: calc(182 / var(--cabinx-vh));
    display: flex;
    flex-direction: row;
}

.cabinX section.sec03 .number_box .top{
    white-space: nowrap;
    width: fit-content;
    background: linear-gradient(
            105.98deg,
            #CE9B55 1.4%,
            #ECC083 21.28%,
            #CE9B55 32.16%,
            #E2B16D 43.04%,
            #EBC692 61.5%,
            #CE9B55 76.64%,
            #EEBD79 92.26%
    );
    -webkit-background-clip: text; /* 크롬, 사파리 */
    -webkit-text-fill-color: transparent; /* 크롬, 사파리 */
    background-clip: text; /* 파이어폭스 */
    color: transparent;
    /* display: flex;
    align-items: flex-end; */
}
.cabinX section.sec03 .number_box .num_box{
    position: relative;
}
.cabinX section.sec03 .number_box .top .num{
    font-family: "Cantata One", serif;
    font-weight: 400;
    font-size: calc(118.87 / var(--cabinx-vw));
    line-height: 100%;
    letter-spacing: -12%;
    color: transparent;
}
.cabinX section.sec03 .number_box .top .num:not(.null_space){
    display: inline-block;
    text-align: right;
}
/* .cabinX section.sec03 .number_box .top .num{
    position: absolute;
    right: 0;
    top: 0;
}
.cabinX section.sec03 .number_box .num_hold{
    visibility: hidden;
} */
.cabinX section.sec03 .number_box .top .unit{
    font-family: "Cantata One", serif;
    font-weight: 400;
    font-size: calc(55 / var(--cabinx-vw));
    line-height: 100%;
    letter-spacing: 0;
    color: transparent;
}
.cabinX section.sec03 .number_box .top .unit .sup{
    font-size: 0.6em;
    vertical-align: super;
}
.cabinX section.sec03 .number_box .top .unit.spec_unit{
    font-size: calc(51 / var(--cabinx-vw));
}
.cabinX section.sec03 .number_box .bottom{
    font-family: "Pretendard";
    font-weight: 400;
    font-size: calc(30 / var(--cabinx-vw));
    line-height: calc(45 / var(--cabinx-vw));
    letter-spacing: 0;
    color: #F5EADA;
}
.cabinX section.sec03 .number_box .items{
    display: flex;
    flex-direction: column;
}
.cabinX section.sec03 .number_box .items:nth-child(1){
    margin-right: calc(88 / var(--cabinx-vw));
    width: calc(200.02 / var(--cabinx-vw));
}
.cabinX section.sec03 .number_box .items:nth-child(2){
    margin-right: calc(53 / var(--cabinx-vw));
    width: calc(336.094 / var(--cabinx-vw));
}
.cabinX section.sec03 .number_box .items:nth-child(3){
    margin-right: calc(99 / var(--cabinx-vw));
    width: calc(230 / var(--cabinx-vw));
}
.cabinX section.sec03 .number_box .items:nth-child(3) .num{
}
.cabinX section.sec03 .number_box .items:nth-child(4){
    margin-right: calc(101 / var(--cabinx-vw));
    width: calc(239.281 / var(--cabinx-vw));
    letter-spacing: 0;
}
.cabinX section.sec03 .number_box .items:nth-child(4) .num{
    letter-spacing: -14.2px;
}
.cabinX section.sec03 .number_box .items:nth-child(5){
    width: calc(331.656 / var(--cabinx-vw));
}

.cabinX section.sec03 .number_box .items:nth-child(1) .top .num{
    min-width: calc(69.38 / var(--cabinx-vw));
}
.cabinX section.sec03 .number_box .items:nth-child(2) .top .num{
    min-width: calc(247.73 / var(--cabinx-vw));
}
.cabinX section.sec03 .number_box .items:nth-child(3) .top .num{
    min-width: calc(160.67 / var(--cabinx-vw));
}
.cabinX section.sec03 .number_box .items:nth-child(4) .top .num{
    min-width: calc(155.56 / var(--cabinx-vw));
}
.cabinX section.sec03 .number_box .items:nth-child(5) .top .num{
    min-width: calc(158.58 / var(--cabinx-vw));
}

.cabinX section.sec04{
    background-color: #4D0100;
    background-image: url(//cdn.ananti.kr/plf/ui/img/cabinx_sec04_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: calc(490 / var(--cabinx02-vh));
}
.cabinX section.sec04 p{
    font-weight: 400;
    font-size: calc(55 / var(--cabinx02-vh));
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #F5EADA;
    -webkit-text-stroke: 0.5px #F6F3E4;
    text-stroke: 0.5px #F6F3E4;
}
.cabinX section.sec04 .bottom p{
    color: #CCCCCC;
    -webkit-text-stroke: 0.5px #F6F3E4;
    text-stroke: 0.5px #F6F3E4;
}

.cabinX section.sec05 {
    background-color: #4D0100;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cabinX section.sec05 .sec05_swiper .swiper-slide{
    width: fit-content;
    margin: 0 79px;
}
.cabinX section.sec05 .sec05_swiper .swiper-slide img.room_img{
    /* width: calc(979 / var(--cabinx-vw)); */
    height: calc(895 / var(--cabinx02-vh));
}
.cabinX section.sec05 .sec05_swiper .swiper-slide img.room_img.pc{
    display: block;
}
.cabinX section.sec05 .sec05_swiper .swiper-slide img.room_img.mo{
    display: none;
}

.cabinX section.sec05 .sec05_btn{
    margin-top: 4.33159vmin;
}
.cabinX section.sec05 .sec05_btn img{
    /*margin-top: 4.33159vmin;*/
    height: calc(86 / var(--cabinx02-vh));
}

.cabinX section.sec05 .holdElem{
    position: absolute;
    left: 50%;
    top: 0%;
    width: 100%;
    height: 100%;
    transform: translateX(calc(-26% + calc(158 / var(--cabinx-vw))));
}
.cabinX section.sec05 .moveElem{
    margin-top: calc(177 / var(--cabinx02-vh));
    display: flex;
    flex-direction: row;
    align-items: center;
    width: max-content;
}
.cabinX section.sec05 .moveElem img{
    height: calc(895 / var(--cabinx02-vh));
    margin-right: calc(158 / var(--cabinx-vw));
}
.cabinX section.sec05 .moveElem img.last{
    margin-right: 0;
}
.cabinX section.sec05 .holdImg{
    visibility: hidden;
    height: calc(895 / var(--cabinx02-vh));
}
.cabinX section.sec05.mo,
img.mo{
    display: none;
}

@media (max-width:1023px) {
    :root{
        color-scheme: light; /* 다크모드 대응 */
        --cabinx-vh: 659 * 100vh;
        --cabinx-vw: 358 * 100vw;
        --cabinx02-vh: 824 * 100vh;
    }
    img.pc{
        display: none;
    }
    img.mo{
        display: block;
    }
    .cabinX section.sec01{
        /* margin-top: -; */
        height: calc(100vh - 70px);
        /* padding-top: 115px; */
    }
    /* .cabinX section.sec01 video{
        height: 100%;
        width: 100%;
        object-fit: cover;
    } */
    .cabinX section.sec01 video.pc{
        display: none;
    }
    .cabinX section.sec01 video.mo{
        display: block;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .cabinX section.sec02{
        width: 100vw;
        background: linear-gradient(111.88deg, #310407 12.05%, #4D0100 87.95%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .cabinX section.sec02 p{
        font-weight: 400;
        font-size: clamp(0px, calc(25 / var(--cabinx-vw)), 32px);
        line-height: 150%;
        letter-spacing: 0;
        text-align: center;
        text-transform: uppercase;
        color: #F5EADA;
        opacity: 0;
        transition: color 0.2s;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -30%);
    }
    .cabinX section.sec02 p.on{
        color: #fff;
    }
    .cabinX section.sec02 .bottom{
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .cabinX section.sec02 .bottom p.txt03{
        font-weight: 400;
        font-size: clamp(0px, calc(25 / var(--cabinx-vw)), 32px);
        line-height: 150%;
        letter-spacing: 0;
        text-align: center;
        transform: translateY(0%);
        color: #F5EADA;
        opacity: 0;
    }
    .cabinX section.sec02 .top{
        transition: opacity 0.2s;
    }
    .cabinX section.sec02 .top.hidden{
        opacity: 0;
    }
    .cabinX section.sec03{
        background: #4D0100;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: auto;
        width: 68.05555vw;
        margin: 0 auto;
        text-align: center;
        padding: 101px 0;
    }
    .cabinX section.sec03 .tit{
        color: #F5EADA;
        font-weight: 400;
        font-size: clamp(0px, calc(25 / var(--cabinx-vw)), 32px);
        line-height: 142%;
        letter-spacing: 0;
    }
    .cabinX section.sec03 .cabin_title{
        text-transform: uppercase;
        font-size: clamp(0px, calc(58 / var(--cabinx-vw)), 58px);
        /* font-size:  calc(58 / var(--cabinx-vw)); */
        color: #F5EADA;
        /* width: calc(228.0701904296875 / var(--cabinx-vw)); */
        /* height: calc(44 / var(--cabinx-vw)); */
        /* height: clamp(0px, calc(44 / var(--cabinx-vw)), 56.32px); */
        margin-top: calc(37 / var(--cabinx-vh));
    }
    .cabinX section.sec03 .number_box{
        margin-top: calc(104.96 / var(--cabinx-vh));
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: calc(71 / var(--cabinx-vh));
    }

    .cabinX section.sec03 .number_box .top{
        white-space: nowrap;
        width: fit-content;
        background: linear-gradient(
                105.98deg,
                #CE9B55 1.4%,
                #ECC083 21.28%,
                #CE9B55 32.16%,
                #E2B16D 43.04%,
                #EBC692 61.5%,
                #CE9B55 76.64%,
                #EEBD79 92.26%
        );
        -webkit-background-clip: text; /* 크롬, 사파리 */
        -webkit-text-fill-color: transparent; /* 크롬, 사파리 */
        background-clip: text; /* 파이어폭스 */
        color: transparent;
        /* display: flex;
        align-items: flex-end; */
    }
    .cabinX section.sec03 .number_box .num_box{
        position: relative;
    }
    .cabinX section.sec03 .number_box .top .num{
        font-family: "Cantata One", serif;
        font-weight: 400;
        /* font-size: calc(77.67 / var(--cabinx-vw)); */
        /* font-size: 21.575vmin; */
        font-size: clamp(0px, 21.575vmin, 99.4176px);
        line-height: 100%;
        letter-spacing: -12%;
        color: transparent;
    }
    .cabinX section.sec03 .number_box .top .num:not(.null_space){
        display: inline-block;
        text-align: right;
    }
    /* .cabinX section.sec03 .number_box .top .num{
        position: absolute;
        right: 0;
        top: 0;
    }
    .cabinX section.sec03 .number_box .num_hold{
        visibility: hidden;
    } */
    .cabinX section.sec03 .number_box .top .unit{
        font-family: "Cantata One", serif;
        font-weight: 400;
        /* font-size: calc(40 / var(--cabinx-vw)); */
        font-size: clamp(0px, calc(40 / var(--cabinx-vw)), 51.2px);
        line-height: 100%;
        letter-spacing: 0;
        color: transparent;
    }
    .cabinX section.sec03 .number_box .top .unit.spec_unit{
        /* font-size: calc(40 / var(--cabinx-vw)); */
        font-size: clamp(0px, calc(40 / var(--cabinx-vw)), 51.2px);
    }
    .cabinX section.sec03 .number_box .bottom{
        font-family: "Pretendard";
        font-weight: 400;
        /* font-size: calc(17 / var(--cabinx-vw)); */
        font-size: clamp(0px, calc(17 / var(--cabinx-vw)), 21.76px);
        /* line-height: calc(26 / var(--cabinx-vw)); */
        line-height: clamp(0px, calc(26 / var(--cabinx-vw)), 33.28px);
        letter-spacing: 0;
        color: #F5EADA;
        text-align: center;
    }
    .cabinX section.sec03 .number_box .items{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .cabinX section.sec03 .number_box .items:nth-child(1){
        margin-right: 0;
        width: auto;
    }
    .cabinX section.sec03 .number_box .items:nth-child(2){
        margin-right: 0;
        width: auto;
    }
    .cabinX section.sec03 .number_box .items:nth-child(3){
        margin-right: 0;
        width: auto;
    }
    .cabinX section.sec03 .number_box .items:nth-child(3) .num{
        /* letter-spacing: -5.9px; */
    }
    .cabinX section.sec03 .number_box .items:nth-child(4){
        margin-right: 0;
        width: auto;
        letter-spacing: 0;
    }
    .cabinX section.sec03 .number_box .items:nth-child(4) .num{
        letter-spacing: -9.3144px;
    }
    .cabinX section.sec03 .number_box .items:nth-child(5){
        width: auto;
    }

    .cabinX section.sec03 .number_box .items:nth-child(1) .top .num{
        min-width: auto;
    }
    .cabinX section.sec03 .number_box .items:nth-child(2) .top .num{
        min-width: auto;
        letter-spacing:0;
    }
    .cabinX section.sec03 .number_box .items:nth-child(3) .top .num{
        min-width: auto;
    }
    .cabinX section.sec03 .number_box .items:nth-child(4) .top .num{
        min-width: auto;
    }
    .cabinX section.sec03 .number_box .items:nth-child(5) .top .num{
        min-width: auto;
        letter-spacing:0;
    }

    .cabinX section.sec04{
        background-color: #4D0100;
        background-image: url(//cdn.ananti.kr/plf/ui/img/cabinx_sec04_bg.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: calc(303 / var(--cabinx02-vh));
    }
    .cabinX section.sec04 p{
        font-weight: 400;
        /* font-size: 6.70391vmin; */
        font-size: clamp(0px, 6.70391vmin, 30.72px);
        line-height: 150%;
        letter-spacing: 0;
        text-align: center;
        text-transform: uppercase;
        color: #F5EADA;
        -webkit-text-stroke: unset;
        text-stroke: unset;
    }
    .cabinX section.sec04 .bottom p{
        color: #F5EADA;
        -webkit-text-stroke: unset;
        text-stroke: unset;
    }
    .cabinX section.sec05 {
        background-color: #4D0100;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .cabinX section.sec05 .sec05_swiper .swiper-slide{
        width: fit-content;
        margin: 0 30px;
    }
    .cabinX section.sec05 .sec05_swiper .swiper-slide img.room_img.pc{
        display: none;
    }
    .cabinX section.sec05 .sec05_swiper .swiper-slide img.room_img.mo{
        display: block;
    }
    .cabinX section.sec05 .sec05_swiper .swiper-slide img.room_img{
        /* width: calc(979 / var(--cabinx-vw)); */
        height: calc(433 / var(--cabinx02-vh));
        /* width: 226.1701202392578px; */
    }
    .cabinX section.sec05 .sec05_btn{
        margin-top: calc(147.16 / var(--cabinx02-vh));
        height: calc(45.17897415161133 / var(--cabinx02-vh));
    }
    .cabinX section.sec05 .sec05_btn img{
        height: 100%;
    }
    .cabinX section.sec05.mo{
        display: flex;
    }
    .cabinX section.sec05.pc{
        display: none;
    }
}