﻿
/* 비메오 백그라운드 모드 추가 스타일 */
iframe[src*='vimeo.com'][src*='background=1'] {
    /* 백그라운드 모드 강화 */
    pointer-events: none !important;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

#heroMuteToggle {
    position: absolute;
    bottom: 10%;
    right: 10%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#heroMuteToggle i {
    font-size: 20px;
    color: white;
}

#heroMuteToggle:hover {
    background: rgba(0, 0, 0, 0.8);
}

/* CSS 修改-保留全屏视频 */
.m-intro {
    position: relative;
    background: #002032;
    margin-bottom: 100px;
    margin-bottom: 0;
}
.m-intro__wrapper {
    width: 100%;
    height: var(--vh-100);
    overflow: hidden;
    /* 오버레이는 동일하게 유지 */
}
.m-intro__wrapper-video {
    position: relative;
    width: 100%;
    height: 100%;
    /*
  clip-path: inset(50% 0 50% 0);
  -webkit-clip-path: inset(50% 0 50% 0);
  transition: clip-path 0.4s cubic-bezier(0.35, 0, 0.35, 1);
  -webkit-transition: -webkit-clip-path 0.4s cubic-bezier(0.35, 0, 0.35, 1);
  */
}
.m-intro__wrapper-video::after {
    content: "";
    background: #000;
    opacity: 0.2;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.m-intro__wrapper-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.m-intro__wrapper-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max(100vw, 177.7777777778vh);
    height: max(100%, 56.25vw);
    min-width: 100%;
    min-height: 100%;
    /* 백그라운드 모드에서는 상호작용 차단 */
    pointer-events: none;
    /* 비메오 컨트롤 완전 숨김 */
    border: none;
    outline: none;
}
.m-intro__wrapper-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.m-intro__wrapper-overlay .overlay-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.m-intro__wrapper-overlay .overlay-title > div {
    position: absolute;
    width: 16%;
    color: #fff;
    font-family: var(--font-blacker);
    font-weight: 350;
    line-height: 1;
    /* text-transform: uppercase; */
    white-space: nowrap;
}
.m-intro__wrapper-overlay .overlay-title .t1,
.m-intro__wrapper-overlay .overlay-title .t2 {
    font-size: clamp(2rem, 1.5625vw, 3rem);
    letter-spacing: 0.15rem;
    text-align: right;
    padding-right: 0.4rem;
    margin-top: -6rem;
}
.m-intro__wrapper-overlay .overlay-title .t1::before,
.m-intro__wrapper-overlay .overlay-title .t2::before {
    position: absolute;
    top: 4.8rem;
    right: 0;
    content: '';
    width: 100%;
    height: 0.1rem;
    background: #fff;
}
.m-intro__wrapper-overlay .overlay-title .t2 {
    text-align: left;
    padding-left: 0.4rem;
}
.m-intro__wrapper-overlay .overlay-title .t2::before {
    left: 0;
    right: auto;
}
.m-intro__wrapper-overlay .overlay-title .t3 {
    width: -moz-fit-content;
    width: fit-content;
    font-size: clamp(4.2rem, 9.375vw, 18rem);
    font-size: 90px;
    font-size: 66px;
    font-size: 86px;
    font-weight: 200;
    letter-spacing: 1px;
    text-align: center;
    font-family: Blacker Sans Display Trial;
}
.m-intro__wrapper-overlay .overlay-title .t3 span {
    display: inline-block;
    opacity: 0;
    transform: translateY(3rem);
}
.m-intro__inner {
    width: 100%;
    height: var(--vh-100);
}

@media (max-width: 1024) {
}

.m-hero {
    position: relative;
    width: 100%;
    /* min-height: 50vh; */
    z-index: 3;
}
.m-hero__wrapper {
    width: 100%;
    display: flex;

    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.m-hero__videobox {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.m-hero__videobox-video {
    position: relative;
    width: auto;
    height: auto;

    z-index: 1;
    overflow: hidden;
    will-change: transform, width, height;
}
.m-hero__videobox-video::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    padding-top: 134.8%;
}
.m-hero__videobox-video iframe {
    width: max(100vw, 177.7777777778vh);
    height: max(100vh, 56.25vw);
    min-width: 100%;
    min-height: 100%;
    /* 백그라운드 모드에서는 상호작용 차단 */
    pointer-events: none;
    /* 비메오 컨트롤 완전 숨김 */
    border: none;
    outline: none;
}
.m-hero__textbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    padding: 10rem 0 10rem;
    color: var(--clr-black);
    text-align: center;
}
.m-hero__textbox .text1 {
    font-family: var(--font-blacker);
    font-size: clamp(4rem, 4.1667vw, 8rem);
    font-weight: 200;
    letter-spacing: 0.4rem;
    line-height: 1.2;
    color: var(--clr-primary);
}
.m-hero__textbox .text2 {
    font-size: 40px;
    margin: 0px 0 40px 0;
    font-weight: 300;
    color: #bdbfb3;
}
.m-hero__textbox .text22 {
    margin: 40px 0 0px 0;
    font-size: 24px;
}
.m-danpin .m-hero__textbox .text2 {
    margin: 0px 0 20px 0;
}

.m-hero__textbox .text3 {
    font-size: clamp(1.4rem, 0.8333vw, 1.6rem);
    font-size: 20px;
    font-family: var(--font-lato);
}

.main-slide-wrap {
    width: 100%;
    margin: 0 auto;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.main-slide-wrap .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.main-slide-wrap .swiper-slide {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-slide-wrap .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-slide-wrap .swiper-slide img.mo-img {
    display: none;
}

.main-slide-wrap .swiper-shero-prev {
    position: absolute;
    bottom: 10%;
    left: 35%;
    z-index: 300;
    cursor: pointer;
    transition: all 0.7s;
}

.main-slide-wrap .swiper-shero-next {
    position: absolute;
    bottom: 10%;
    right: 35%;
    z-index: 300;
    cursor: pointer;
    transition: all 0.7s;
}

.main-slide-wrap .arrow {
    display: inline-block;
    width: 80px;
    height: 1px;
    background: #fff;
    position: relative;
}
.main-slide-wrap .arrow.left::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 4px;
    width: 20px;
    height: 20px;
    border-top: 1px solid #fff;
    transform: rotate(-45deg);
}
.main-slide-wrap .arrow.right::after {
    content: '';
    position: absolute;
    top: -9px;
    right: 4px;
    width: 20px;
    height: 20px;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

.main-slide-wrap > div .page-num {
    position: absolute;
    color: #fff;
    font-family: var(--font-lato);
    font-size: clamp(1.2rem, 1.5625vw, 1.6rem);
    font-weight: 300;
    line-height: 1;
}

.main-slide-wrap > div.swiper-shero-prev .page-num {
    left: 35px;
    top: 0px;
}

.main-slide-wrap > div.swiper-shero-next .page-num {
    right: 30px;
    bottom: -10px;
}

.m-logo {
    width: 250px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 15rem;
}

@media all and (max-width: 1024px) {
    .m-intro {
        margin-bottom: 50px;
        background: none;
        background-image: url(../image/main_vdo.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .m-hero__textbox .text1 {
        display: none;
    }

    .m-hero__textbox .text3 {
        font-size: 16px;
        line-height: 1.5;
        padding-top: 10px;
        font-family: 'Pretendard';
    }
    .m-intro__wrapper-overlay .overlay-title .t3 {
        font-size: 30px !important;
    }
    .m-intro__wrapper-overlay .overlay-title .t1, .m-intro__wrapper-overlay .overlay-title .t2 {
        display: none;
    }

    .m-logo {
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        width: 160px;
        height: 30px;
        margin: 0 auto;
        padding-top: 0px;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .main-slide-wrap {
        width: 100%;
        height: 350px;
        position: relative;
        overflow: hidden;
    }

    .main-slide-wrap .swiper-wrapper {
        width: 100%;
        height: 100%;
    }

    .main-slide-wrap .swiper-slide {
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: cover;
    }

    .main-slide-wrap .swiper-slide img.pc-img {
        display: none;
    }

    .main-slide-wrap .swiper-slide img.mo-img {
        display: block;
    }

    .main-slide-wrap .swiper-shero-prev {
        position: absolute;
        bottom: 10%;
        left: 10px;
        z-index: 300;
        cursor: pointer;
        transition: all 0.7s;
    }

    .main-slide-wrap .swiper-shero-next {
        position: absolute;
        bottom: 10%;
        right: 10px;
        z-index: 300;
        cursor: pointer;
        transition: all 0.7s;
    }

    .main-slide-wrap .arrow {
        display: inline-block;
        width: 80px;
        height: 1px;
        background: #fff;
        position: relative;
    }
    .main-slide-wrap .arrow.left::before {
        content: '';
        position: absolute;
        top: -10px;
        left: 4px;
        width: 20px;
        height: 20px;
        border-top: 1px solid #fff;
        transform: rotate(-45deg);
    }
    .main-slide-wrap .arrow.right::after {
        content: '';
        position: absolute;
        top: -9px;
        right: 4px;
        width: 20px;
        height: 20px;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
    }

    .main-slide-wrap > div .page-num {
        position: absolute;
        color: #fff;
        font-family: var(--font-lato);
        font-size: clamp(1.2rem, 1.5625vw, 1.6rem);
        font-weight: 300;
        line-height: 1;
    }

    .main-slide-wrap > div.swiper-shero-prev .page-num {
        left: 35px;
        top: 0px;
    }

    .main-slide-wrap > div.swiper-shero-next .page-num {
        right: 30px;
        bottom: -10px;
    }

    .m-intro__wrapper {
        height: 400px;
    }
    .m-intro__inner {
        height: 100%;
    }
    

    .m-hero__textbox .text4 {
        font-size: clamp(1.2rem, 1.1458vw, 2.2rem);
    }

    .m-hero {
        min-height: var(--vh-100);
    }
    .m-hero__videobox-video {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16/9;
        position: relative !important;
        transform: none !important;
    }

    #heroMuteToggle {
        bottom: 20px;
        right: 20px;
        width: 30px;
        height: 30px;
    }

    #heroMuteToggle i {
        font-size: 15px;
        color: white;
    }
}

.m-special {
    position: relative;
}
.m-special__wrapper {
    width: 100%;
    height: var(--vh-100);
}

.mo-special-wrapper {
    display: none;
}

.mo-special-tit {
    display: none;
}

.mo-special-btn {
    display: none;
}

@media all and (max-width: 768px) {
    .m-special__wrapper {
        display: none;
    }

    .mo-special-wrapper {
        display: block;
        width: 100%;
        height: 210px;
    }

    .mo-special-wrapper .swiper-slide div {
        width: 100%;
        height: 100%;
        background-size: cover;
        position: relative;
        background-position: center;
    }

    .mo-special-wrapper .swiper-slide div::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .mo-special-wrapper .swiper-slide div span {
        z-index: 2;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        text-align: center;
        font-family: var(--font-lato);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        display: inline-block;
        width: 100%;
    }

    .mo-special-tit {
        display: block;
        padding: 40px 0 40px 0;
    }

    .mo-special-tit h5 {
        font-family: 'S-Core Dream 3';
        color: #4a4a4a;
        text-align: center;
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .mo-special-tit p {
        color: #4a4a4a;
        text-align: center;
        font-family: 'Pretendard-Regular';
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 15px; /* 185.714% */
        letter-spacing: -0.7px;
    }

    .mo-special-btn {
        width: 100%;
        height: 40px;
        position: relative;
        display: block;
    }

    .mo-special-btn .swiper-shero-prev {
        position: absolute;
        bottom: 10%;
        left: 10px;
        z-index: 300;
        cursor: pointer;
        transition: all 0.7s;
    }

    .mo-special-btn .swiper-shero-next {
        position: absolute;
        bottom: 10%;
        right: 10px;
        z-index: 300;
        cursor: pointer;
        transition: all 0.7s;
    }

    .mo-special-btn .arrow {
        display: inline-block;
        width: 80px;
        height: 1px;
        background: #4a4a4a;
        position: relative;
    }
    .mo-special-btn .arrow.left::before {
        content: '';
        position: absolute;
        top: -10px;
        left: 4px;
        width: 20px;
        height: 20px;
        border-top: 1px solid #4a4a4a;
        transform: rotate(-45deg);
    }
    .mo-special-btn .arrow.right::after {
        content: '';
        position: absolute;
        top: -9px;
        right: 4px;
        width: 20px;
        height: 20px;
        border-right: 1px solid #4a4a4a;
        transform: rotate(45deg);
    }
}

.m-booking {
    position: relative;
    overflow: hidden;
}
.m-booking__wrapper {
    position: relative;
    width: 100%;
    height: var(--vh-100);
}
.m-booking__inner {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}
.m-booking__desktop {
    display: block;
}
.m-booking__mobile {
    display: none;
}
.m-booking__col-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.m-booking__col-1 {
    flex: 1 0 50%;
    display: flex;
    flex-direction: column;
    row-gap: 30rem;
}
.m-booking__col-1 .bi1 {
    width: 16.25vw;
    margin-left: 13.02%;
}
.m-booking__col-1 .bi2 {
    width: 22.86vw;
}
.m-booking__col-1 .bi3 {
    width: 20.83vw;
    margin-left: 13.02%;
}
.m-booking__col-2 {
    flex: 1 0 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 17.8rem;
}
.m-booking__col-2 .bi1 {
    width: 24.43vw;
}
.m-booking__col-2 .bi2 {
    width: 18.13vw;
    margin-right: 25.83%;
}
.m-booking__col-2 .bi3 {
    width: 15.52vw;
}
.m-booking__col-3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.m-booking__col-3 .heading-txt1 {
    color: #bdbfb3;
    text-align: center;
    font-family: var(--font-blacker);
    font-size: 40px;
    font-weight: 300;
    line-height: 1.4;
}
.m-booking__col-3 .heading-txt2 {
    margin-top: 1rem;
    color: var(--clr-primary);
    text-align: center;
    font-family: var(--font-blacker);
    font-size: clamp(3.8rem, 6.25vw, 12rem);
    font-weight: 200;
    line-height: 1;
    white-space: nowrap;
}
.m-booking__col-3 .txt {
    margin-top: 40px;
    text-align: left;
    font-size: 18px;
    color: #002032;
    /* font-weight: 300; */
    font-family: var(--font-lato);
}
.btn-book {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
}
.btn-book a {
    position: relative;
    padding: 0 3rem;
}
.btn-book a::before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    width: 100%;
    height: 1px;
    background: var(--clr-primary);
    transform: translate(-50%, -50%);
    transition: all 0.4s;
}
.btn-book a:hover::before {
    width: calc(100% + 2.8rem);
}
.btn-book a span {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-family: var(--font-blacker);
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    color: var(--clr-primary);
    background: var(--clr-background);
    padding: 0 1.8rem;
}

.m-hero__imgbox {
    display: none;
}

.m-map {
    display: none;
}

.mo {
    display: none;
}
.hero-video.pc {
    display: block;
}
.hero-video.mo {
    display: none;
}
@media all and (max-width: 1024px) {
    .hero-video.pc {
        display: none;
    }
    .hero-video.mo {
        display: block;
    }

    .m-booking__wrapper {
        height: auto;
        padding: 0;
    }
    .m-booking__inner {
        position: relative;
        display: flex;
        flex-direction: column-reverse;
    }
    .m-booking__desktop {
        display: none;
    }
    .m-booking__mobile {
        display: block;
        margin-top: 6rem;
    }
    .m-booking__col-3 {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
    }
    .m-booking__col-3 .txt {
        margin-top: 2.8rem;
        font-size: 16px;
        font-family: 'Pretendard';
    }
    .m-booking .booking-swiper {
        display: none;
    }
    .m-booking .booking-swiper {
        width: 100%;
        overflow: hidden;
    }
    .m-booking .booking-swiper .swiper-scrollbar {
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 2px;
        z-index: 3;
    }
    .m-booking .booking-swiper .swiper-scrollbar .swiper-scrollbar-drag {
        background: var(--clr-primary);
    }
    .m-booking .booking-swiper .swiper-slide {
        width: 80%;
        height: auto;
        overflow: hidden;
    }
    .m-booking .booking-swiper .swiper-slide img {
        width: 100%;
        height: auto;
        display: block;
    }
    .m-booking .booking-pagination {
        margin-top: 20px;
    }

    .m-room__wrapper-image {
        background: #bdbfb2;
        display: none;
    }



    .m-hero__textbox {
        padding: 0rem 0 5rem;
        font-size: 14px;
    }
    
    .m-hero__textbox .text2 {
        margin: 0;
        font-size: 30px;
    }

    .m-map {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        background-color: #000;
        text-align: center;
        padding-bottom: 30px;
    }

    .m-map img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        position: relative;
        z-index: 1;
    }

    .m-map a {
        width: 140px;
        height: 30px;
        text-align: center;
        display: inline-block;
        color: #fff;
        font-family: var(--font-lato);
        font-weight: 400;
        line-height: 30px;
        font-size: 13px;
        border: 1px solid #fff;
        z-index: 2;
        margin: 30px 0;
    }

    .m-hero__textbox .text4 {
        margin-bottom: 0rem;
    }

    .m-hero__imgbox {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding-bottom: 0;
    }

    .m-hero__imgbox-item {
        position: relative;
    }

    .m-hero__imgbox-item::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 1;
    }

    .m-hero__imgbox-item span {
        font-size: 13px;
        font-family: var(--font-lato);
        color: #fff;
        text-align: center;
        font-weight: 400;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 2;
        transform: translate(-50%, -50%);
    }

    .m-hero__imgbox-item a {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        z-index: 3;
        left: 0;
        top: 0;
    }

    .m-hero__imgbox-item:nth-of-type(1),
    .m-hero__imgbox-item:nth-of-type(2) {
        width: 100%;
        height: 150px;
    }

    .m-hero__imgbox-item:nth-of-type(3),
    .m-hero__imgbox-item:nth-of-type(4) {
        width: 50%;
        height: 120px;
    }

    .m-hero__imgbox-item:nth-of-type(5),
    .m-hero__imgbox-item:nth-of-type(6),
    .m-hero__imgbox-item:nth-of-type(7),
    .m-hero__imgbox-item:nth-of-type(8),
    .m-hero__imgbox-item:nth-of-type(9),
    .m-hero__imgbox-item:nth-of-type(10) {
        width: 33.333333%;
        height: 120px;
    }

    .m-hero__imgbox-item img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}

.m-room {
    position: relative;
    overflow: hidden;
}
.m-room__wrapper {
    width: 100%;
}
.m-room__wrapper-overlay {
    position: absolute;
    left: 50%;
    top: 15rem;
    width: 100%;
    padding-left: 8.5%;
    z-index: 2;
    color: #fff;
    transform: translateX(-50%);
}
.m-room__wrapper-overlay .tit {
    font-family: var(--font-blacker);
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
}
.m-room__wrapper-overlay .desc {
    margin-top: 2rem;
    font-size: 22px;
    font-weight: 300;
}
.m-room__wrapper-image {
    height: 50vh;
    background: url('../picture/roomview_bg.jpg') center/cover no-repeat;
}
.m-room__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: var(--clr-primary);
    background: #002032;
}
.m-room__col-1 {
    position: relative;
    width: 100%;
}
.m-room__col-2 {
    position: relative;
    width: 100%;
    padding: 10rem 2rem;
}
@media screen and (min-width: 1281px) {
    .m-room {
        height: var(--vh-100);
    }
    .m-room__wrapper-image {
        height: var(--vh-100);
    }
    .m-room__inner {
        flex-direction: row;
    }
    .m-room__col-1 {
        width: 50%;
    }
    .m-room__col-2 {
        width: 50%;
        display: flex;
        justify-content: center;
    }
}

.room-gallery {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.room-gallery .swiper-wrapper {
    display: flex;
    flex-direction: row;
}
.room-gallery__item {
    height: auto;
    opacity: 1;
    transform: scale(1);
}
.room-gallery__pic {
    position: relative;
}
.room-gallery__info {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: -20px;
    color: #fff;
    font-family: var(--font-blacker);
    font-weight: 200;
}
.room-gallery__info .tit {
    font-size: 30px;
    font-weight:400;
    line-height: 1.2;
    letter-spacing: 0.5px;
    /* white-space: nowrap; */
    text-align: left;
    margin-bottom: 20px;
}

.room-gallery__info .tit span {
    font-size: 80px;
    display: inline-block;
    font-family: 'aboreto', sans-serif;
    margin-right: 15px;
    color: #fff;
    font-weight: 400;
}

.room-gallery__info .more {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    padding-right: 15%;
    letter-spacing: 0.5px;
    font-family: 'Pretendard';
}
.room-gallery__info .more::before {
    position: absolute;
    right: 0;
    top: 50%;
    content: '';
    width: 15%;
    height: 1px;
    background: #fff;
    transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.m-danpin {
    padding: 0 10rem
}
.m-danpin ul {
    display: grid;
    row-gap: 3.75rem;
    column-gap: 5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-bottom: 80px;
}
.m-danpin ul li {

}
.m-danpin ul .container-img {
    overflow: hidden;
    max-height: 640px;
}
.m-danpin ul .container-img img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 143 / 180;
    -webkit-transition: -webkit-transform 1.2s 
cubic-bezier(0.4, 0, 0.2, 1);
        transition: -webkit-transform 1.2s 
cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 1.2s 
cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 1.2s 
cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.2s 
cubic-bezier(0.4, 0, 0.2, 1);
}
.m-danpin ul li:hover .container-img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
.m-danpin ul .container-text {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.m-danpin ul .container-text p {
    font-size: 22px;
    letter-spacing: 0.5px;
    background-image: linear-gradient(#002032, #002032);
    background-repeat: no-repeat;
    background-size: 0% 2px;
    background-position: 0 100%;
    -webkit-transition: background 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.m-danpin ul li:hover .container-text p {
    background-size: 100% 2px;
}

.m-danpin ul .container-text .svg-ico {
    position: absolute;
    right: 0;
}
.m-danpin ul .container-text .svg-ico svg {
    -webkit-transition: -webkit-transform 0.5s 
    cubic-bezier(0.4, 0, 0.2, 1);
            transition: -webkit-transform 0.5s 
    cubic-bezier(0.4, 0, 0.2, 1);
            transition: transform 0.5s 
    cubic-bezier(0.4, 0, 0.2, 1);
            transition: transform 0.5s 
    cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s 
    cubic-bezier(0.4, 0, 0.2, 1);
}
.m-danpin ul li:hover .svg-ico svg {
    transform: rotate(45deg); /* 45度顺时针旋转 */
}
.m-danpin .btn-book {
    margin-top: 0;
    margin-bottom: 5rem;
}

.scroll-icon{
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 222;
    margin-top: 50px;
}
.scroll-icon .mouse-icon{
    position:relative; 
    width:12px; 
    height:20px; 
    border:2px solid hsl(0deg 0% 100% / 84%); 
    border-radius:6px; 
    margin:0px auto; 
    box-sizing:border-box;
}
.scroll-icon .mouse-icon:after{
    position:absolute; 
    left:50%; 
    margin-left:-1px; 
    width:2px; 
    height:3px; 
    border-radius:50%; 
    background-color:#fff; 
    content:""; 
    animation: scrollAni 1.5s infinite;
}
.scroll-icon .txt{
    display: block;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    margin: 13px auto 0;
}
  
.scroll-icon:not(.main-scroll-icon) .txt em{display:block; writing-mode:vertical-rl;}
.scroll-icon.main-scroll-icon .txt{letter-spacing:-1px;}
.scroll-icon .scroll-txt{display:block;}
.scroll-icon .scroll-txt .char{display:inline-block; animation: scroll-down-ani 2s ease-in-out 0s infinite; animation-delay:calc(60ms * var(--char-index))}
  
.innerr {
    width: 90%;
    max-width: 160rem;
    margin: 0 auto;
}
.four-mission {
    padding: 60px 0px 160px;
}
.four-mission .line-content {
    display: flex;
    flex-direction: column;
}
.four-mission .line-content .line-content-item {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.line-content-item::before {
    position: absolute;
    left: 50%;
    top: 0;
    content: '';
    width: 200%;
    height: 1px;
    background: #bdbfb3;
    opacity: 0.5;
    transform: translateX(-50%);
}
.line-content-item:first-child::before {
    display: none;
}

.content-item-txt h3 {
    font-size: 34px;
    font-weight: 300;
    color: #bdbfb3;
}
.content-item-txt .nr {
    font-family: Pretendard;
    font-weight: normal;
    line-height: 1.5;
    padding-top: 30px;
    color: rgb(0 32 50 / 77%);
}
.line-content-item .ar-r {
    position: relative;
    width: 50%;
}
.line-content-item .content-item-image {
    position: absolute;
    top: 0;
    max-width: 16vw;
    z-index: 2;
}
.line-content-item .content-item-image.ip1 {
    left: 5%;
}
.line-content-item .content-item-image.ip2 {
    top: 10%;
    left: 50%;
}
.line-content-item .content-item-image.ip3 {
    top: -10%;
    left: 0;
}

.contact-info {
    height: 100vh;
    position: relative;
    background: #002032;
}
.contact-info-bg {
    position: absolute;
    width: 90%;
    height: 86vh;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}
.contact-info-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-info h2 {
    font-size: 60px;
    letter-spacing: 0.15rem;
    font-weight: 300;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 35%;
}
.contact-info .contact-info-box {
    position: absolute;
    bottom: 5%;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Pretendard';
}
.contact-info .contact-info-box ul {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
}
.contact-info .contact-info-box ul li {
    backdrop-filter: blur(10px);
    background-color: rgb(0 32 50 / 6%);
    border: 1px solid rgb(126 126 126 / 30%);
    border-radius: 6px;
    box-shadow: 0 4px 20px rgb(88 84 84 / 10%);
    height: 240px;
    padding: 30px;
    display: flex;
    align-items: center;
    color: #fff;
    width: 40%;
}
.contact-info .contact-info-box ul li:first-child {
    width: 60%;
}
.contact-info .contact-icon {
    display: block;
    width: 25%;
}
.contact-info p {
    font-size: 20px;
}

.pro-banner .contact-info-bg {
    position: absolute;
    width: 90%;
    height: 82vh;
    left: 50%;
    bottom: 6%;
    transform: translate(-50%, 0);
}
.pro-banner .pro-text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.pro-banner h2 {
    font-size: 50px;
    letter-spacing: 0.15rem;
    font-weight: 300;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    width: 100%;
    position: relative;
    top: 0;
}
.pro-banner p.short {
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding-top: 30px;
    font-family: pretendard;
}

.pro-menu {
    background: #fff;
    margin-bottom: 50px;
    padding: 50px 2%;
}
.pro-menu-box {
    display: flex;
    flex-wrap: wrap;
}
.pro-menu-box li {
    width: 10%;
    text-align: center;
    background: #f7f7f7;
    display: flex;
    flex-wrap: wrap; /* 允许子元素换行 */
    justify-content: center; /* 可选：水平居中 */
    padding: 2%;
    position: relative;
    margin-right: 0.5%;
}
.pro-menu-box li:last-child {
    margin-right: 0;
}
.pro-menu-box li.active::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #002032;
    position: absolute;
    bottom: 0px;
    left: 0;
}
.pro-menu-box li .pro-icon {
    height: 64px;
    width: 64px;
    margin: 0 auto;
}
.pro-menu-box li .pro-name {
    font-size: 18px;
    line-height: 1.3;
    padding-top: 10px;
}

.pro-box .pro-box-ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10rem;
}
.pro-box .pro-box-ul li {
    width: 24%;
    margin-right: 1%;
    background: #fff;
    margin-bottom: 35px;
}
.pro-box .pro-box-ul li a {
    display: block;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .06);
    padding: 15px;
}
.pro-box .pro-box-ul li img {
    width: 100%;
    display: block;
    transition-duration: .4s;
}
.pro-box .pro-box-ul li:hover img {
    transform: scale(1.05); 
}
.pro-box .pro-box-ul li .pic {
    margin-bottom: 10px;
}
.pro-box .pro-box-ul li .txt {
    font-size: 20px;
    padding: 0 10px;
    font-weight: 300;
    padding-bottom: 10px;
}
.pro-box .pro-box-ul li .txt span {
    display: block;
    color: #bdbfb3;
    font-size: 16px;
    font-family: 'Pretendard';
    font-weight: normal;
}

.headfix .header__wrapper {position: fixed; background: #002032; height: 8rem;}
.headfix .header__brand {
    top: 20px;
    top: 18px;
}
.headfix .header__booking {
    position: fixed;
    top: 18px;
}

.pro-detail {
    display: grid;
    gap: 60px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 80px;
    padding: 80px 2% 0 0;
}
.pro-detail-left {
    position:sticky;
    background: #eaebea;
    padding-left: 5%;
}
.pro-detail-left .pro-detail-pic {
    height: 800px;
}
.pro-detail-left .pro-detail-pic .mySwiper {
    height: 100%;
}
.pro-detail-left .pro-detail-pic .swiper-slide {
    background: #eaebea;
}

.pro-detail-left img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro-detail-left .pro-detail-bread {
    padding-top: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.pro-detail-left .pro-detail-bread a {
    font-size: 16px;
    font-weight: normal;
    font-family: Pretendard;
    position: relative;
    color: #002032;
    padding-right: 20px;
    display: block;
    padding-left: 10px;
}
.pro-detail-left .pro-detail-bread a::after {
    content: "";
    position: absolute;
    right: 0;
    width: 5px;
    height: 5px;
    background: #002032;
    border-radius: 50px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.pro-detail-left .pro-detail-bread a:last-child::after {
    display: none;
}
.pro-detail-left .pro-detail-bread a:first-child {
    padding-left: 0px;
}
.pro-detail-right {
    font-family: Pretendard;
    padding-top: 60px;
}
.pro-detail-right h2 {
    font-size: 3.5rem;
    color: #002032;
    font-weight: normal;
    font-family: 'Marcellus', sans-serif;
}
.pro-detail-right .pro-detail-title {
    font-family: 'Marcellus', sans-serif;
}

.pro-detail-right .miaoshu { 
    margin-top: 30px;
}
.pro-detail-right .miaoshu li {
    padding-left: 20px;
    position: relative;
    font-size: 18px;
    color: #002032;
    opacity: 0.9;
    line-height: 1.5;
    margin-bottom: 10px;
}
.pro-detail-right .miaoshu li::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #002032;
    opacity: 0.9;
    border-radius: 50px;
    left: 0;
    top: 10px;
}
.pro-features {
    border-top: 1px solid #e4e6e6;
    margin-top: 80px;
    padding-top: 20px;
}
.pro-features h2 {
    font-size: 30px;
}
.pro-features table {
    margin-top: 30px;
}
.pro-features table tr {
    background: #eaebea;
}
.pro-features table tr:nth-child(even) {
    background: #fff;
}
.pro-features table tr td {
    padding: 10px 10px 10px 20px;
    width: 50%;
}

.download-btn {
    height: 45px;
    width: 125px;
    cursor: pointer;
    background: white;
    border: none;
    background: #bdbfb3;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 50px;
}
.pro-related {
    padding: 60px 0px 30px;
    background: #fff;
}
.pro-related h2 {
    font-size: 3.5rem;
    color: #002032;
    font-weight: normal;
    padding: 0 10rem;
    padding-bottom: 20px;
}
.pro-related .pro-box-ul li {
    width: 19%;
    background: #f7f9fb;
}
.pro-related .pro-box-ul li a {
    box-shadow: none;
}
  
.pro-banner .swiper {
    width: 100%;
    height: 100%;
}
.pro-banner .swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}
.pro-banner .swiper-slide::after {
    content: "";
    background: #000;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.pro-banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collection-2 {
    padding: 90px 10rem;
    background: #eaebea;
}
.collection-2 .inner {
    display: grid;
    gap: 60px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.collection-2 .collection-2-title {
    font-size: 3rem;
}
.collection-2 .collection-2-title h2 {
    line-height: 1.3;
    font-size: 40px;
}
.collection-2 .collection-2-text {
    font-size: 18px;
    font-family: pretendard;
    line-height: 1.5;
}

.collection-3 {
    padding: 0px 0 60px;
    background: #eaebea;
}
/* .collection-3 .inner {
    display: grid; 
    grid-template-columns: repeat(4, 1fr); 
    gap: 16px; 
} */
.collection-3 .inner {
    margin-left: 10rem;
    margin-right: 10rem;
    overflow: hidden;
}
.collection-3 .inner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.collection-3 .swiper {
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 50px;
}
.collection-3 .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #002032;
}
  
  @-webkit-keyframes heartbeat {
    from {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transform-origin: center center;
      transform-origin: center center;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    10% {
      -webkit-transform: scale(0.91);
      transform: scale(0.91);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    17% {
      -webkit-transform: scale(0.98);
      transform: scale(0.98);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    33% {
      -webkit-transform: scale(0.87);
      transform: scale(0.87);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    45% {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
  }
  @keyframes heartbeat {
    from {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transform-origin: center center;
      transform-origin: center center;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    10% {
      -webkit-transform: scale(0.91);
      transform: scale(0.91);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    17% {
      -webkit-transform: scale(0.98);
      transform: scale(0.98);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    33% {
      -webkit-transform: scale(0.87);
      transform: scale(0.87);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    45% {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
  }

  
  @keyframes scrollAni {
      from { 
          top: 2px;
      }
      to {
          top: 10px;
          opacity: 0;
      }
  }
  @keyframes scroll-down-ani {
    0% {
        opacity: 0;
        transform: translateY(-50%) rotateX(90deg)
    }
  
    15%,85% {
        opacity: 1;
        transform: translateY(0) rotateX(0)
    }
  
    100% {
        opacity: 0;
        transform: translateY(50%) rotateX(-90deg)
    }
  }



@media (max-width: 1500px) {
    .m-intro__wrapper-overlay .overlay-title .t3 {
        font-size: 60px;
        font-size: 66px;
        letter-spacing: 0;
    }
    .line-content-item .content-item-image {
        max-width: 18.5vw;
    }
    .contact-info-bg {
        width: 100%;
    }
    .contact-info .contact-icon {
        width: 20%;
    }
}

@media (max-width: 1390px) {
    .m-intro__wrapper-overlay .overlay-title .t3 {
        font-size: 52px;
        font-size: 66px;
    }
    .line-content-item .content-item-image {
        max-width: 19.5vw;
    }
}

@media all and (min-width: 1281px) {
    .room-gallery .swiper-wrapper {
        flex-direction: column !important;
        align-items: center;
        gap: 60px;
        padding: 20rem 0;
    }
    .room-gallery__item {
        width: 100%;
        max-width: 57rem;
        opacity: 0.6;
        transform: scale(0.8);
        transition: all 0.65s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    }
    .room-gallery__item.active {
        opacity: 1;
        transform: scale(1);
    }
    .room-gallery__info {
        margin-top: -40px;
    }
}

@media (max-width: 1024px) {
    .m-room__wrapper-overlay {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        padding: 5%;
        z-index: 2;
        color: #fff;
        transform: translateX(0);
    }
    .m-room__col-2 {
        position: relative;
        width: 100%;
        padding: 5%;
    }
    
    .m-room__wrapper-overlay .tit {
        font-family: var(--font-blacker);
        font-size: 30px;
        font-weight: 300;
        line-height: 1;
    }
    .m-room__wrapper-overlay .desc {
        margin-top: 15px;
        font-size: 17px;
        font-weight: 300;
        line-height: 1.5;
    }
    .room-gallery .swiper-wrapper {
        display: block;
        transform: translate3d(0px, 0, 0) !important;
    }
    .m-room__col-2 {
        position: relative;
        width: 100%;
        padding: 5%;
        z-index: 2;
    }
    .room-gallery__info {
        display: block;
        transform: none !important;
        opacity: 1 !important;
        margin-top: 0;
    }
    .room-gallery__info .tit {
        font-size: 26px;
        font-weight: 300;
        line-height: 1.2;
        letter-spacing: 0.5px;
        /* white-space: nowrap; */
        text-align: left;
        margin-bottom: 20px;
        padding-top: 15px;
    }

    .room-gallery__item {
        margin-bottom: 40px;
    }
    .room-gallery__item:nth-child(4),
    .room-gallery__item:nth-child(5) {
        display: none;
    }
    .room-gallery__info .more {
        position: relative;
        display: block;
        justify-content: flex-end;
        align-items: center;
        font-size: 16px;
        padding-right: 0;
        letter-spacing: 0;
        font-family: 'Pretendard';
    }
    .room-gallery__info .more::before {
        display: none;
    }
    .m-danpin {
        padding: 50px 5%;
    }
    .m-danpin ul {
        display: grid;
        row-gap: 20px;
        column-gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-bottom: 40px;
    }
    .m-danpin ul .container-text {
        margin-top: 10px;
    }
    .m-danpin ul .container-text p {
        font-size: 18px;
        letter-spacing: 0;
        font-family: 'Pretendard';
    }
    .m-danpin ul .container-text .svg-ico {
        display: none;
    }
    .m-danpin .btn-book {
        margin-top: 0;
        margin-bottom: 0;
    }
    .footer {
        padding: 40px 0px 20px;
    }
    .footer .footer-inner {
        padding: 0 5%;
        display: block;
    }
    .footer__nav {
        display: none;
    }
    .footer__contact h2 {
        max-width: 100%;
        font-size: 30px;
    }
    .footer__contact h2 br {
        display: none;
    }
    .footer__contact {
        gap: 30px;
    }
    .m-booking__col-3 .heading-txt1 {
        font-size: 30px;
    }
    .m-hero .text3 br {
        display: none;
    }
    .screen-menu__sub li a {
        font-size: 14px;
        line-height: 1.5;
    }
    .screen-menu__title span a {
        font-family: 'Blacker Sans Display Trial';
        font-weight: 200;
        font-size: 24px;
    }
    .screen-menu__sub {
        margin: 6px 0 0;
    }
    .pro-banner .pro-text {
        width: 90%;
    }
    .pro-banner .contact-info-bg {
        position: relative;
        width: 90%;
        height: auto;
        left: 50%;
        bottom: auto;
        transform: translate(-50%, 0);
        padding-top: 80px;
    }
    .pro-banner .pro-text {
        top: 0;
        left: 0;
        position: relative;
        width: 100%;
        margin-top: 30px;
        transform: translate(0, 0);
    }
    .contact-info-bg .swiper-button-next, 
    .contact-info-bg .swiper-button-prev {
        top: 60%;
    }
    .contact-info-bg .swiper-button-next:after, 
    .contact-info-bg .swiper-button-prev:after {
        font-size: 30px;
    }
    .pro-banner p.short {
        font-size: 18px !important;
        padding-top: 10px;
    }
    .contact-info {
        height: auto;
        padding-bottom: 50px;
    }
    .pro-banner h2 {
        font-size: 30px;
    }
    .collection-2 {
        padding: 40px 5%;
    }
    .collection-2 .inner {
        display: block;
    }
    .collection-2 .collection-2-title h2 {
        line-height: 1.3;
        font-size: 28px;
        margin-bottom: 20px;
    }
    .collection-3 .inner {
        margin-left: 0;
        margin-right: 0;
    }
    .collection-3 {
        padding: 0px 0 30px;
    }
    .collection-2 .collection-2-title {
        display: none;
    }
    .pro-menu-box li {
        width: 32.3%;
        padding: 2%;
        margin-right: 0.5%;
        margin-left: 0.5%;
        margin-bottom: 1%;
    }
    .pro-menu-box li .pro-icon {
        width: 30px;
        height: 30px;
    }
    .pro-menu-box li .pro-icon svg {
        width: 100%;
    }
    .pro-menu-box li .pro-name {
        font-size: 16px;
        line-height: 1.2;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .pro-menu {
        padding: 35px 2%;
    }
    .pro-box .pro-box-ul li {
        width: 48%;
        margin-right: 1%;
        background: #fff;
        margin-bottom: 15px;
        margin-left: 1%;
    }
    .pro-box .pro-box-ul {
        padding: 0 3%;
    }
    .pro-menu {
        margin-bottom: 35px;
    }
    .pro-box .pro-box-ul li .txt {
        font-size: 18px;
        padding: 0 10px;
        font-weight: 300;
        padding-bottom: 0px;
        line-height: 1.2;
    }
    .pro-box .pro-box-ul li .txt span {
        margin-top: 10px;
        font-size: 14px;
    }
    .pro-box .pro-box-ul {
        margin-bottom: 30px;
    }
    .pro-detail {
        display: block;
        padding: 70px 0 0 0;
    }
    .pro-detail-left {
        position: relative;
        background: #eaebea;
        padding-left: 0;
    }
    .pro-detail-left .pro-detail-bread {
        padding-top: 25px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .pro-detail-left .pro-detail-bread a {
        font-size: 14px;
    }
    .pro-detail-left .pro-detail-pic {
        height: 400px;
    }
    .pro-detail-right {
        padding: 40px 5%;
    }
    .pro-detail-right .miaoshu {
        margin-top: 20px;
    }
    .pro-detail-right .miaoshu li {
        margin-bottom: 10px;
    }
    .pro-features {
        border-top: 1px solid #e4e6e6;
        margin-top: 40px;
        padding-top: 20px;
    }
    .pro-related h2 {
        font-size: 30px;
        padding: 0 5%;
        padding-bottom: 20px;
    }
    .pro-related .pro-box-ul li:last-child {
        display: none;
    }
    .pro-related {
        padding: 30px 0px 30px;
    }
    .headfix .header__wrapper {
        height: 70px;
    }
    .content-item-txt h3 {
        font-size: 28px;
    }
    .prologue .sec3 .line-content__item .ar-l {
        padding: 40px 0;
    }
    .content-item-txt .nr {
        padding-bottom: 40px;
    }
    .pro-detail-right .pro-detail-title {
        font-size: 30px;
    }
    .contact-page {
        padding-bottom: 0;
        height: 100vh;
    }
    .contact-page .contact-info-bg {
        position: relative;
    }
    .contact-page .contact-info-bg {
        height: 100vh;
    }
    .contact-page h2 {
        font-size: 34px;
    }
    .contact-info .contact-info-box {
        bottom: 5px;
    }
    .contact-info .contact-info-box ul {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        display: block;
    }
    .contact-info .contact-info-box ul li:first-child,
    .contact-info .contact-info-box ul li {
        width: 100%;
        margin-bottom: 20px;
        height: auto;
    }
    
    
    
}


@media (max-width: 1000px) {

    .room-gallery__info .tit {
        letter-spacing: 0.1rem;
    }

    .room-gallery__info .tit span {
        font-size: 40px;
        margin-right: 10px;
        letter-spacing: -0.3rem;
    }

    .header.scroll .header__booking a {
        padding-top: clamp(1rem, 1.4583vw, 0rem);
    }
}
