.more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 24px;
    background: #f9f0df;
    color: transparent;
    border-radius: 15px;
}

.img-cover {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.yuan-font {
    font-family: 'ar-yuangbstd', sans-serif;
}

h1 {
    font-size: 34px;
    padding-bottom: 30px;
    padding-left: 20px;
    cursor: pointer;
    transition: padding-bottom 0.5s;
}

.list {
    flex: 1;
    position: relative;
    min-width: 450px;
    border-top: 1px solid rgba(249, 240, 223, 0.5);
}

.list > ul > li {
    font-size: 24px;
    line-height: 61.7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*height:60px;*/
    border-bottom: 1px solid rgba(249, 240, 223, 0.5);
    padding-left: 20px;
    cursor: pointer;
    padding-bottom: 0;
    transition: padding-bottom 0.5s;
}

.list > ul > li.title {
    font-size: 34px;
    padding-bottom: 22px;
}

.list > ul > li.active {
    padding-bottom: 30px;
    height: auto;
    transition: padding-bottom 0.5s;
}

.list > ul > li > ul {
    display: none;
    font-size: 13px;
    list-style: square;
    padding-left: 35px;
}

.list > ul > li > ul > li {
    line-height: 21px;
    color: #f9f0df;
    font-family: 'Nanum Gothic';
}

.list > ul > li.active > ul {
    display: block;
}

.m-br {
    display: none;
}
.m-flex {
    display: none;
}

.m-hidden {
    display: inline-block;
}
.m-flex-hidden {
    display: flex;
}

.grid-images.pc {
    display:flex;
}

.grid-images.mobile {
    display:none;
}

.room-price {
    position: absolute;
    right: 55px;
    mix-blend-mode: difference;
    top:1650px;
    z-index:99;
}

@media (max-width: 800px) {

    .more-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 15px;
        background: #f9f0df;
        color: transparent;
        border-radius: 15px;
    }

    .m-br {
        display: block;
    }

    .m-flex {
        display: flex;
    }

    .m-hidden {
        display: none;
    }

    .m-flex-hidden {
        display: none;
    }

    .grid-images.pc {
        display:none;
    }

    .grid-images.mobile {
        display:flex;
    }


    .room-price {

        right: 20px;
        top: 1315px;
    }

    .room-price img {
        width: 50px;
        height: 50px;
    }
}