@charset "utf-8";
/* 기본설정 */
/* @import "default.css"; */
.roomslide{
    position: relative;
}
.roomslide .textbox{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9997;
}
.roomslide .textbox h2{
    font-size: 50px;
    color: #fff;
}
.roomslide .textbox span{
    display: block;
    font-size: 22px;
}
.roomlist1{
    display: flex;
    justify-content: center;
    gap: 5%;
  }
.roomslide .swiper-slide img{
    width: 100%;
    height: 100%;
}

@media (min-width:769px) {
    .room.preview {
        padding-bottom: 0;
    }
}

@media (max-width:768px) {
    .roomslide {
        margin-top: 50px;
    }
}


.room_info_wrap {
    display: flex;
    gap: 8%;
    width: 80%;
    margin: 0 auto;
    padding: 110px 0 60px;
}
.room_info_pic {
    width: 33%;
}
.room_info_pic .inner {
    width: 90%;
}
.room_info_pic .inner img {
    width: 100%;
    object-fit: cover;
}
.room_info {
    width: 67%;
}
.room_info ul li{ /* 객실정보 각 라인 */
    display: flex;
    gap: 8%;
    margin-bottom: 2%;
    padding: 1% 0 2.5%;
    word-break: keep-all;
    border-bottom: 1px solid var(--main-brown);
}
.room_info .left{ /* 객실정보 타이틀 & 이미지 */
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 20%;
    text-align: right;
    color: var(--main-brown);
}
.room_info .left span{
    font-size: 23px;
    font-family: 'arita-sb';
    line-height: 1.5;
}
.room_info .left img{
    width: 20px;
    height: 20px;
    margin-left: 8px;
    margin-bottom: 5px;
}
.room_info .right{ /* 각 타이틀 별 내용*/
    width: 80%;
    font-size: 17px;
    line-height: 30px;
}
@media(max-width:1650px){
    .room_info .left {
        width: 25%;
    }
    .room_info .right{
        width: 75%;
    } 
}
@media(max-width:1400px){
    .room_info .left {
        width: 25%;
    }
    .room_info .right{
        width: 75%;
        font-size: 14px;
        line-height: 27px;
    } 
}
@media(max-width:1300px){
    .room_info_pic {
        display: none;
    }
    .room_info {
        width: 100%;
        padding: 40px 15px 0;
    }
}
@media (max-width:768px){
    .room_info_wrap {
        width: 100%;
        flex-direction: column;
        padding: 0 0 40px;
    }
    .room_info_pic {
        display: block;
        margin: 0 auto;
        width: calc(100vw - 30px);
        max-width: 430px;
        max-height: 338px;
    }
    .room_info_pic .inner {
        width: 100%;
    }
    .room_info_pic .inner img {
        max-height: 338px;
    }
    .room_info ul li {
        flex-wrap: wrap;
    }
    .room_info .left {
        flex-direction: row-reverse;
        text-align: left;
        width: 100%;
    }
    .room_info .left img {
        margin: 0 18px 5px;
    }
    .room_info .right {
        width: 100%;
        padding: 8px 15px 0 54px;
        font-size: 13px;
        line-height: 25px;
    }
}

/* 객실정보 끝 */
.reserbox{
    padding-bottom: 200px;
}
.reserbox .textbox{
    font-size: 20px;
    color: #505050;
    font-family: 'light';
}

.reserbox .reserbtn{
    width: auto;
    height: auto;
    border: 1px solid #A1A1A1;
    display: inline-block;
}
.reserbox .reserbtn a{
    width: 245px;
    height: 60px;
    font-size: 20px;
    display: inline-block;
    color: #000;
    text-align: center;
    line-height: 60px;
    font-family: 'medium';
}
.reserbox .textbox h3{
font-size: 20px;
margin-bottom: 10px;
}
.reserbox .textbox{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.reserbox .textbox p{
    display: inline-block;
}
#room_daily_price1{
    margin-bottom: 2% !important;
}

.photobox{
    width: 100%;
    margin: 0 auto;
    padding: 0 10% 200px;
}
.flex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 2%;
}
.flex img{
    display: block;
    width: 49% !important;
}
.photobox img{
    display: block;
    width: 100%;
    max-height: 990px;
    border: 1px solid #464646;
}

.roomlist h2{
    font-size: 35px;
    text-align: center;
    margin-bottom: 7%;
}
.roomlist h2::after{
content:'';
display: block;
width: 4%;
height: 2px;
background-color:#000;
margin: 0 auto;
margin-top: 35px;
margin-bottom: 70px;
}
.roomlist{
    margin-bottom: 7%;
}
.imgcover{
    background-color: #ceb293;
    border: 1px solid #000;
  }
.preview_text{
    font-size: 15px;
    text-align: center;
    margin-top: 25px;
    line-height: 25px;
    font-family: 'medium';
}
.preview_text span{
    display: block;
    font-family: 'light';
}
.roomlist1 img{
    width: 100%;
}
.imgcover img{
    border-bottom: 1px solid #000;
}
@media(max-width:991px){
    .photobox{
        
    }
    .roomslide .textbox h2{
        font-size: 35px;
    }
    .roomslide{
        
    }
    .reserbox .textbox h3{
        font-size: 16px;
    }
    .reserbox .textbox p{
        font-size: 14px;
    }
    .reserbox .reserbtn{
        height: 40px;
        width: 100px;
    }
    .reserbox .reserbtn a{
        width: 100%;
        font-size: 18px;
        height: 40px;
        line-height: 40px;
    }
}
@media(max-width:768px){
    .roomlist1{
        flex-direction: column;
        }
    .roomlist{
        width: 90%;
        margin: 0 auto;
    }
    .imgcover{
        margin-bottom: 10%;
    }
    .reserbox{
        padding-bottom: 100px;
    }
    .photobox {
        padding: 0 15px 100px;
    }
    .photobox img.img03 {
        aspect-ratio: 2;
        object-fit: cover;
    }

}

@media(max-width:500px){
    #room_daily_price1{
        width: 100% !important;
        margin-bottom: 8% !important;
    }
  
    .roomslide .textbox h2{
        font-size: 20px;
    }
    .tg{
        width: 100% !important;
    }
    .tg th{
        font-size: 16px;
    }
    .tg td{
        font-size: 14px;
        word-break: keep-all;
    }
    .tg td span{
        font-size: 14px;
    }
    .reserbox .reserbtn{
        height: 40px;
        width: 110px;
    }
    .reserbox .reserbtn a{
        width: 100%;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
}
@media(max-width:375px){
    .roomslide .textbox h2{
        font-size: 18px;
    }
}



@media(max-width:320px){
.roomlistbtn1, .roomlistbtn2
.reserbox .reserbtn{
    width: 125px;
}
.tg th{
    font-size: 14px;
}
.tg td{
    font-size: 12px;
}
}


.more-btn-wrap {
    display: flex;
    justify-content: center;
}

@media (max-width:768px) {
    .more-btn span {
        font-size: 16px;
    }
}