body {
    background: unset
}

.hotel1 {
    height: calc(100vh + 1200px);
    position: relative
}

.hotel1 .fix {
    position: relative;
    height: 100vh;
    overflow: hidden
}

.hotel1 .fix .img {
    width: 100%;
    height: 100%;
    background-color: #fff;
    mask-image: url(/static/images/logo1.svg);
    mask-size: 25%;
    mask-repeat: no-repeat;
    mask-position: center;
    pointer-events: none
}

.hotel2 {
    padding: 90px 0 130px
}

.hotel2 .wrap {
    width: 1860px;
    margin: auto
}

.hotel2 .wrap .cut {
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: auto;
    gap: 73px
}

.hotel2 .wrap .cut .list {
    font-weight: 600;
    font-size: 20px;
    color: #111111;
    text-transform: uppercase;
    cursor: pointer;
    transition: .6s ease
}

.hotel2 .wrap .cut .list.on {
    color: var(--color)
}

.hotel2 .wrap .content {
    margin: 97px 0 0 0;
    position: relative
}

.hotel2 .wrap .content .matter {
    position: relative;
    width: 100%;
    pointer-events: none
}

.hotel2 .wrap .content .matter:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.hotel2 .wrap .content .matter.on {
    pointer-events: auto
}

.hotel2 .wrap .content .matter.on .swiper-scrollbar {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s
}

.hotel2 .wrap .content .matter.on .hotelSwiper .swiper-slide {
    pointer-events: auto
}

.hotel2 .wrap .content .matter.on .hotelSwiper .swiper-slide .item {
    animation: itemA .6s ease forwards
}

@keyframes itemA {
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.hotel2 .wrap .content .matter .swiper-scrollbar {
    width: 100%;
    height: 1px;
    background: #111111;
    margin: 73px 0 0 0;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .3s, transform .6s .3s
}

.hotel2 .wrap .content .matter .swiper-scrollbar .swiper-scrollbar-drag {
    height: 3px;
    background: var(--color);
    position: relative;
    top: -1px
}

.hotel2 .wrap .content .matter .hotelSwiper {
    padding: 0 0 20px
}

.hotel2 .wrap .content .matter .hotelSwiper .swiper-slide .item {
    cursor: pointer;
    opacity: 0;
    transform: translateY(20px);
    transition: 1s var(--cubic)
}

.hotel2 .wrap .content .matter .hotelSwiper .swiper-slide .item:hover .img {
    border-radius: 220px
}

.hotel2 .wrap .content .matter .hotelSwiper .swiper-slide .item:hover .img img {
    transform: scale(1.05)
}

.hotel2 .wrap .content .matter .hotelSwiper .swiper-slide .item:hover .text .p1, .hotel2 .wrap .content .matter .hotelSwiper .swiper-slide .item:hover .text .p2 {
    color: var(--color)
}

.hotel2 .wrap .content .matter .hotelSwiper .swiper-slide .item:hover .text .more {
    background: var(--color);
    color: #fff;
    border: 1px solid var(--color)
}

.hotel2 .wrap .content .matter .hotelSwiper .swiper-slide .item .img {
    width: 100%;
    height: 440px;
    overflow: hidden;
    border-radius: 10px;
    transition: .6s ease
}

.hotel2 .wrap .content .matter .hotelSwiper .swiper-slide .item .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.hotel2 .wrap .content .matter .hotelSwiper .swiper-slide .item .text {
    margin: 40px 0 0 0
}

.hotel2 .wrap .content .matter .hotelSwiper .swiper-slide .item .text .p1 {
    font-weight: 600;
    font-size: 30px;
    color: #111111;
    margin: 0 0 30px;
    transition: .6s ease;
    text-transform: uppercase
}

.hotel2 .wrap .content .matter .hotelSwiper .swiper-slide .item .text .p2 {
    font-weight: 400;
    font-size: 18px;
    color: #3D3D3D;
    line-height: 30px;
    transition: .6s ease;
    font-family: 'Archivo r', sans-serif
}

.hotel2 .wrap .content .matter .hotelSwiper .swiper-slide .item .text .p2 * {
    font-family: 'Archivo r', sans-serif
}

.hotel2 .wrap .content .matter .hotelSwiper .swiper-slide .item .text .more {
    width: fit-content;
    padding: 0 34px;
    height: 50px;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
    border-radius: 25px;
    border: 1px solid #111111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    font-family: 'Archivo r', sans-serif;
    margin: 30px 0 0 0;
    transition: .6s ease
}

@media screen and (max-width: 1919px) {
    .hotel2{
        padding: 4.6875vw 0px 6.7708333333vw;
    }
    .hotel2 .wrap{
        width: 96.875vw;
    }
    .hotel2 .wrap .cut{
        gap: 3.8020833333vw;
    }
    .hotel2 .wrap .cut .list{
        font-size: 1.0416666667vw;
    }
    .hotel2 .wrap .content{
        margin: 5.0520833333vw 0px 0px;
    }
    .hotel2 .wrap .content .matter .swiper-scrollbar{
        margin: 3.8020833333vw 0px 0px;
        transform: translateY(1.0416666667vw);
    }
    .hotel2 .wrap .content .matter .swiper-scrollbar .swiper-scrollbar-drag{
        height: 0.15625vw;
    }
    .hotel2 .wrap .content .matter .hotelSwiper{
        padding: 0px 0px 1.0416666667vw;
    }
    .hotel2 .wrap .content .matter .hotelSwiper .swiper-slide .item{
        transform: translateY(1.0416666667vw);
    }
    .hotel2 .wrap .content .matter .hotelSwiper .swiper-slide .item:hover .img{
        border-radius: 11.4583333333vw;
    }
    .hotel2 .wrap .content .matter .hotelSwiper .swiper-slide .item .img{
        height: 22.9166666667vw;
        border-radius: 0.5208333333vw;
    }
    .hotel2 .wrap .content .matter .hotelSwiper .swiper-slide .item .text{
        margin: 2.0833333333vw 0px 0px;
    }
    .hotel2 .wrap .content .matter .hotelSwiper .swiper-slide .item .text .p1{
        font-size: 1.5625vw;
        margin: 0px 0px 1.5625vw;
    }
    .hotel2 .wrap .content .matter .hotelSwiper .swiper-slide .item .text .p2{
        font-size: 0.9375vw;
        line-height: 1.5625vw;
    }
    .hotel2 .wrap .content .matter .hotelSwiper .swiper-slide .item .text .more{
        padding: 0px 1.7708333333vw;
        height: 2.6041666667vw;
        box-shadow: rgba(0, 0, 0, 0.04) 0px 0.15625vw 0.3125vw 1px;
        border-radius: 1.3020833333vw;
        font-size: 0.9375vw;
        margin: 1.5625vw 0px 0px;
    }
}

@media screen and (max-width: 1024px) {
    .hotel1{
        height: auto;
    }
    .hotel1 .fix{
        height: auto;
    }
    .hotel2 .wrap .cut .list{
        font-size: 14px;
    }
    .hotel2 .wrap .cut{
        gap: 17px 19px;
        flex-wrap: wrap;
    }
    .hotel2 .wrap .content .matter .hotelSwiper .swiper-slide .item .img{
        height: auto;
        border-radius: 10px;
    }
    .hotel2 .wrap .content .matter .hotelSwiper .swiper-slide .item .text{
        margin: 20px 0 0 0;
        text-align: center;
    }
    .hotel2 .wrap .content .matter .hotelSwiper .swiper-slide .item .text .p1{
        font-size: 16px;
        margin: 0 0 15px;
    }
    .hotel2 .wrap .content .matter .hotelSwiper .swiper-slide .item .text .p2{
        font-size: 13px;
        line-height: 22px;
    }
    .hotel2 .wrap .content .matter .hotelSwiper .swiper-slide .item .text .more{
        height: 35px;
        padding: 0 20px;
        font-size: 13px;
        border-radius: 30px;
        margin: 20px auto 0 ;
    }
    .hotel2 .wrap{
        width: 90%;
    }
    .hotel2 .wrap .content .matter .hotelSwiper .swiper-slide .item .img img{
        width: 85%;
        margin: auto;
        display: block;
    }
    .hotel2{
        padding: 30px 0 45px;
    }
}
