@charset "utf-8";
/* 기본설정 */
@import "default.css";
.roomslide{
    position: relative;
    margin-bottom: 7%;
}
.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;
    margin-bottom: 10px;
}

.roominfo h2{
    font-size: 35px;
    text-align: center;
    margin-bottom: 4%;
}
.roominfo h2 span {
    display: block;
    margin-bottom: 10px;
}
.roominfo h2::after{
content:'';
display: block;
width: 4%;
height: 2px;
background-color:#000;
margin: 0 auto;
margin-top: 35px;
margin-bottom: 70px;
}
.roominfo p{
    font-size: 17px;
    text-align: center;
    margin-bottom: 5%;
    color: #505050;
    word-break: keep-all;
}
.roomlist1{
    display: flex;
    justify-content: center;
    gap: 5%;
  }
/* 테이블css */
.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{
    border-color:black;border-style:solid;border-width:1px;
    font-size: 18px; line-height: 25px; color: #896a55;
    overflow:hidden;padding:15px 5px;word-break:normal; 
}
.tg td span{
    font-size: 18px;
}
.tg th{
  color: #fff; font-size:19px; height: 64px; line-height: 30px; background-color: #896a55; border-color:black;border-style:solid;border-width:1px;
  font-weight:normal;overflow:hidden;padding:15px 5px;word-break:normal;}
.tg .tg-i07x{border-color:#707070;text-align:center;vertical-align:center}
.tg .tg-8jgo{border-color:#ffffff;text-align:center;vertical-align:center}
.roomslide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
br.mo500 {
    display: none;
}
/* 테이블css 끝 */
.roominfo{
    width: 80%;
    margin: 0 auto;
}

.roominfo table{
    margin-bottom: 2% !important;
    margin: 0 auto;
}
.roominfo ul li{
    font-size: 20px;
    color: #505050;
    line-height: 40px;
}
.roominfo ul li span{
    /* font-size: 17px; */
    
}
.roominfo ul{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 4%;
}
.reserbox{
    margin-bottom: 7%;
}
.reserbox .textbox{
    font-size: 20px;
    color: #505050;
}

.reserbox .reserbtn{
    width: auto;
    height: auto;
    border: 1px solid #A1A1A1;
    display: inline-block;
    border-radius: 10px;
}
.reserbox .reserbtn a{
    width: 245px;
    height: 60px;
    font-size: 20px;
    display: inline-block;
    color: #000;
    text-align: center;
    line-height: 60px;
    border-radius: 10px;
}
.reserbox .reserbtn a:hover {
    background: #896a55;
    color: #fff;
    border: none;
}
.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: 80%;
    margin: 0 auto;
    margin-bottom: 7%;
}
.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;
}

.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;
}
.preview_text span{
    display: block;
}
.roomlist1 img{
    width: 100%;
}
.imgcover img{
    border-bottom: 1px solid #000;
}
@media(max-width:991px){
    .photobox{
        margin-bottom: 12%;
    }
    .roominfo h2{
        font-size: 24px;
    }
    .roomslide .textbox h2{
        font-size: 35px;
    }
    .roomslide{
        margin-bottom: 12%;
    }
    .roominfo h2::after{
        width: 16%;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .tg{
        width: 100% !important;
    }
    .roominfo {
        width: 90%;
        margin-bottom: 5%;
    }
    .tg th{
        font-size: 20px;
    }
    .tg td{
        font-size: 18px;
    }
    .tg th{
        height: 30px;
        line-height: 30px;
    }
    .roominfo ul{
        width: 95%;
    }
    .roominfo ul li{
        font-size: 18px;
    }
    .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;
    }
    .roomlist h2::after{
        width: 14%;
        margin-top: 5%;
        margin-bottom: 5%;
    }
}
@media(max-width:768px){
    .roomlist1{
        flex-direction: column;
        }
        .roomlist{
            width: 90%;
            margin: 0 auto;
        }
        .imgcover{
            margin-bottom: 10%;
        }

}

@media(max-width:500px){
    #room_daily_price1{
        width: 100% !important;
        margin-bottom: 8% !important;
    }
  
    .roomslide .textbox h2{
        font-size: 20px;
    }
    .tg{
        width: 100% !important;
    }
    .roominfo {
        width: 90%;
        margin-bottom: 5%;
    }
    .roominfo p{
        font-size: 15px;
        margin-bottom: 2%;
    }
    .tg th{
        font-size: 14px;
    }
    .tg td{
        font-size: 13px;
        word-break: keep-all;
    }
    .tg td span{
        font-size: 14px;
    }
    br.mo500 {
        display: block;
    }
    .roominfo ul li{
        font-size: 14px;
        word-break: keep-all;
    }
    .roominfo ul li 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;
}
}