@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 img{
    width: 100%;
    height: 100%;
}

/* section01 */
.section01 .polaroid {
  background: #fff;
  margin: 120px auto 80px;
  padding: 70px 70px 20px 70px;
  box-shadow: 3px 3px 6px #00000026;
  width: max-content;
  max-width: 90%;
  position: relative;
  font-weight: 600;
  /* overflow: hidden; */
}
.section01 .polaroid img {
  width: 100%;
  max-width: 1400px;
  display: block;
}
.section01 .polaroid .caption-bottom {
  text-align: right;
  font-style: italic;
  font-size: 34px;
  color: #3B1F07;
  margin-top: 10px;
}
.section01 .polaroid .caption-side {
  position: absolute;
  left: 16px;
  bottom: 43%;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 27px;
  font-style: italic;
  color: #3B1F07;
}

@media(max-width:768px){
    .section01 .polaroid {
        background: #fff;
        margin: 50px auto;
        padding: 26px 26px 5px 26px;
    }
    .section01 .polaroid .caption-bottom {
        font-size: 14px;
        margin-top: 5px;
    }
    .section01 .polaroid .caption-side {
        left: 4px;
        font-size: 14px;
    }
}
/* section01 끝*/



/* section 02 */
/* 떠나요 객실정보 불러오는 부분 */
.person_limit table {display: none;}

.room_info_wrap {
    width: 80%;
    margin: 100px auto 60px;
    font-family: 'NeoBold', 'sans-serif';
}
.room_info ul{
    display: flex; 
    justify-content: space-between;
    gap: 40px;
}
.room_info ul li{ /* 객실정보 각 라인 */
    flex: 1;
    margin-bottom: 35px;
    padding: 25px;
    word-break: keep-all;
    box-shadow: inset 4px 6px 6px #00000029;
    border-radius: 28px;
    background-color: #fff;
}
.room_info_wrap .title{ /* 객실정보 타이틀 & 이미지 */
    display: flex;
    align-items: center;
    width: max-content;
    padding: 7px 15px 5px;
    background-color: #3B1F07;
    border-radius: 24px;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 1.33px;
    color: #fff;
    font-family: 'NeoBold', 'sans-serif';
}
.room_info_wrap .title img{
    width: 20px;
    height: 20px;
    margin-right: 8px;
    margin-bottom: 1px;
}
.room_info .right{ /* 각 타이틀 별 내용*/
    padding: 21px 0 0 15px;
    font-size: 16px;
    line-height: 1.8;
}
.room_info .right span.time-in {
    margin-left: 2.25em;
}
.room_info .right span.time-out {
    margin-left: 1em;
}

@media(max-width:1400px){
    .room_info_wrap {
        width: 90%;
    }
    .room_info {
        padding-left: 0;
    }
    .room_info .right{
        font-size: 14px;
        line-height: 27px;
    }

}
@media (max-width: 1200px) {
    .room_info ul { 
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 30px;
    }
    .room_info ul li {
        flex: 1 1 calc(50% - 20px); /* gap 고려해서 2등분 */
        margin-bottom: 0;
        padding: 15px;
    }
}
@media (max-width:768px){
    .room_info_wrap {
        margin: 50px auto;
    }
    .room_info_wrap .title {
        padding: 7px 10px 5px;
        font-size: 13px;
        letter-spacing: 0.9px;
    }
    .room_info_wrap .title img {
        width: 17px;
        height: 17px;
    }
    .room_info ul li {
        box-shadow: inset 2px 2px 4px #00000029;
    }
    .room_info ul li:nth-of-type(n+3) {
        flex: 1 1 100%;
    }
    .room_info .right {
        font-size: 12px;
        line-height: 21px;
        padding: 12px 0 0 10px;
    }
}
@media(max-width:359px){
    .room_info .right { font-size: 11px;}
}

/* 객실정보 끝 */

.reserbox{
    margin-bottom: 7%;
}
.reserbox .more_btn_diamond { /* 예약하기 버튼 */
    margin: 0 auto;
    width: 135px;
    padding: 6px 19px;
}
.reserbox a.more_btn_diamond span {
    font-weight: 600;
}

.reserbox .textbox{
    font-size: 20px;
    color: #505050;
    font-family: 'light';
}

.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{
    width: 80%;
    margin-bottom: 2% !important;
}

@media(max-width:1400px){
    #room_daily_price1 { width: 90%;}
}
@media(max-width:1200px){
    #room_daily_price1 { width: 100%;}
}
@media(max-width:991px){
   
    .roomslide .textbox h2{
        font-size: 35px;
    }
    .roomslide{
        margin-bottom: 0;
    }
    .reserbox .textbox h3{
        font-size: 16px;
    }
    .reserbox .textbox p{
        font-size: 14px;
    }
}
@media(max-width:768px){
    

}

@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;
    }
}
@media(max-width:375px){
    .roomslide .textbox h2{
        font-size: 18px;
    }
}

/* section02 끝*/

/* section03 */
 .section03 {
    max-width: 1920px;
    margin: 50px auto;
    padding-bottom: 10%;
}

.photobox {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 42.987% 55.065%; /* 왼쪽 큰 사진, 오른쪽 작은 사진 */
    grid-template-rows: auto auto auto; 
    grid-gap: 30px;
    max-width: 1540px;
}
.photobox img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    transition: all 0.8s ease;
}

.photobox img:hover {
    border-radius: 50px;
    /* box-shadow: inset 0 4px 10px rgba(0,0,0,0.1); */
    box-shadow: 4px 6px 6px rgba(0,0,0,0.1);
}

/* 사진 배치 */
.item1 { grid-row: span 2; }       /* 세로로 긴 사진 */
.item2 { grid-column: 2; grid-row: 1; } /* 오른쪽 위 */
.item3 { grid-column: 2; grid-row: 2; } /* 오른쪽 아래 */
.item4 { grid-column: span 2; grid-row: 3; } /* 맨 아래 가로 사진 */


@media(max-width:1600px){
    .photobox {
        max-width: 90%;
    }
}
@media(max-width:768px){
    .section03 {
        padding-bottom: 20%;
    }
    .photobox {
        grid-gap: 9px;
    }
}
/* section03 끝*/





/*메인 이외 탑슬라이드 */
/* 초기 상태 */
.topslide .swiper-slide:first-child .slide-caption h2,
.topslide .swiper-slide:first-child .slide-caption p,
.topslide .swiper-slide:first-child .slide-caption .view-more-button {
  opacity: 0;
  transform: translateY(45px);
}

/* 애니메이션 클래스 적용 시 */
.topslide .swiper-slide:first-child .slide-caption.animate h2 {
  transition: all 1s ease;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.topslide .swiper-slide:first-child .slide-caption.animate p {
  transition: all 1s ease;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
