@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 { 
    display: flex;
    margin-bottom: 8%;
    padding-top: 8%;
    background-color: #F6F4F1;
}
.section01 .leftbox {
    width: 36%;
}
.section01 .leftbox img {
    width: 100%;
    object-fit: cover;
}
.section01 .rightbox {
    width: 64%;
    padding-left: 10%;
}
.section01 .rightbox h2 {
    margin-top: 6%;
    font-size: 70px;
    font-weight: 400;
}
.section01 .rightbox p {
    margin-bottom: 7%;
    font-size: 19px;
    letter-spacing: 0.95px;
    color: #6D5D52;
    font-weight: bold;
}
.section01 .rightbox img {
    opacity: 0;
    transform: translateX(-50px);
    margin-right: 33px;
    max-width: 20vw;
    border-radius: 48px;
}
@media (max-width:768px) {
    .section01 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .section01 .leftbox {
        width: 100%;
    }
    .section01 .rightbox {
        width: auto;
        padding-left: 0;
        text-align: center;
    }
    .section01 .rightbox h2 {
        margin-top: 8%;
        font-size: 25px;
        letter-spacing: 2px;
    }
    .section01 .rightbox p {
        margin-bottom: 8%;
        font-size: 11px;
        line-height: 2em;
        letter-spacing: 0.22px;
    }
    .section01 .rightbox img {
        margin-right: 0;
        max-width: 42.5vw;
        border-radius: 30px;
    }
    .section01 .rightbox img.sec01_02 {
        margin-right: 16px;
    }
}

/* section02 - 글램핑 숙박금액 테이블 */
.glamping-price-table {
  max-width: 1480px;
  margin: 60px auto;
  padding: 0 3%;
  letter-spacing: 0.35px;
  font-weight: 600;
}

.glamping-price-table h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.7px;
  color: #6D5D52;
}

.glamping-price-table table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 16px;
}

.glamping-price-table thead th {
  background-color: #6D5D52;
  color: #fff;
  padding: 14px;
  font-size: 18px;
  font-weight: 400;
}
.glamping-price-table thead th:nth-of-type(1), .glamping-price-table thead th:nth-of-type(2) {
    border-right: 1px solid rgba(255,255,255, 0.7); 
}
.glamping-price-table td {
  border: 1px solid rgba(109, 93, 82, 0.46);
  padding: 14px;
  vertical-align: middle;
  color: #464646;
  font-weight: 600;
}

.glamping-price-table tr .first-col {
    width: 30%;
}

.glamping-price-table td small {
  font-size: 13px;
  color: #333;
  display: block;
  margin-top: 4px;
}

.glamping-price-table .highlight {
  color: red;
  font-weight: bold;
}

.glamping-price-table .notice {
  margin-top: 16px;
  font-size: 14px;
  color: #555;
}

.glamping-price-table .options {
  margin-top: 30px;
}

.glamping-price-table .options h3 {
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: 1.3px;
  color: #464646;
  font-weight: bold;
}

.glamping-price-table .options ul {
  list-style: none;
  padding-left: 5%;
  text-align: left;
  font-size: 15px;
  color: #444;
}

.glamping-price-table .options li {
  margin-bottom: 8px;
}
.glamping-price-table .options li::before {
  content: "· ";
  margin-left: -0.85em;
}
@media (max-width:768px){
    .glamping-price-table { 
        margin: 60px auto 30px;
        padding: 0;
    }
    .glamping-price-table h2 {
        font-size: 20px;
        padding-left: 20px;
        letter-spacing: 0.4px;
    }
    .glamping-price-table table {
        font-size: 13px;
    }
    .glamping-price-table thead th {
        font-size: 14px;
    }
    .glamping-price-table td {
        padding: 12px 8px;
    }
    .glamping-price-table td small {
        font-size: 11px;
    }
    /* .glamping-price-table tr .first-col {
        width: 33%;
    } */
    .glamping-price-table .notice {
        font-size: 12px;
         padding-left: 10px;
    }
    .glamping-price-table .options {
        padding: 0 8px;
        border: none;
    }
    .glamping-price-table .options table td {
        border: 1px solid rgba(109, 93, 82, 0.87);
    }
    .glamping-price-table .options h3 {
        font-size: 14px;
    }
    .glamping-price-table .options ul {
        font-size: 12px;
    }
}
@media (max-width:400px){
    .glamping-price-table table {
        font-size: 12px;
        word-break: keep-all;
    }
    .glamping-price-table td small {
        font-size: 10px;
    }
}

/* 떠나요 객실정보 불러오는 부분 */
.person_limit table {display: none;}

.room_info_wrap {
    display: flex;
    width: 72%;
    margin: 110px auto 60px;
}
.room_info { /* 왼쪽 박스 */
    width: 50%;
    padding-left: 5%;
    border-right: 1px solid #464646;
}
.room_info ul li{ /* 객실정보 각 라인 */
    /* display: flex;
    gap: 8%; */
    margin-bottom: 6%;
    padding: 1% 0 2.5%;
    word-break: keep-all;
}
.room_info_wrap .title{ /* 객실정보 타이틀 & 이미지 */
    display: flex;
    align-items: center;
    font-size: 19px;
    font-weight: 400;
    color: #8B7666;
}
.room_info_wrap .title img{
    width: 20px;
    height: 20px;
    margin-right: 8px;
    margin-bottom: 5px;
}
.room_info .right{ /* 각 타이틀 별 내용*/
    padding: 12px 0 0 30px;
    font-size: 17px;
    line-height: 30px;
}

.amenity {  /* 오른쪽 박스 어메니티*/
    width: 50%;
    padding-left: 5%;
}
.amenity ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 5% 0 3%;
}
.amenity ul li {
    width: 20%;
    margin-bottom: 5%;
    text-align: center;
}
.amenity li img {
    display: block;
    margin: 0 auto;
    width: 47px;
}

@media(max-width:1400px){
    .room_info_wrap {
        width: 85%;
    }
    .room_info {
        padding-left: 0;
    }
    .room_info .right{
        font-size: 14px;
        line-height: 27px;
    }
    .amenity ul li span {
        font-size: 14px;
    }

}
@media (max-width:1000px){
    .room_info_wrap {
        width: 93%;
    }
}
@media (max-width:768px){
    .room_info_wrap {
        flex-wrap: wrap;
        margin: 3% auto
    }
    .room_info_wrap .title {
        font-size: 13px;
        letter-spacing: 0.9px;
    }
    .room_info_wrap .title img {
        width: 17px;
        height: 17px;
        margin-bottom: 3px;
    }
    .room_info, .amenity {
        width: 100%;
    }
    .room_info {
        border-right: none;
        border-bottom: 2px solid #a0a0a0;;
    }
    .room_info ul li {
        margin-bottom: 3%;
    }
    .room_info .right {
        font-size: 12px;
        line-height: 21px;
        padding: 2px 0 0 28px;
    }
    .amenity {
        padding: 7% 0 0;
    }
    .amenity ul li {
        width: 25%;
    }
    .amenity li img {
        width: 37px;
    }
    .amenity ul li span {
        font-size: 12px;
    }
}

/* 객실정보 끝 */

.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{
    margin-bottom: 2% !important;
}


@media(max-width:991px){
   
    .roomslide .textbox h2{
        font-size: 35px;
    }
    .roomslide{
        margin-bottom: 12%;
    }
    .tg{
        width: 100% !important;
    }
    .tg th{
        font-size: 20px;
    }
    .tg td{
        font-size: 18px;
    }
    .tg th{
        height: 30px;
        line-height: 30px;
    }
    .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;
    }
}


/* photo-box */
.photo-box { 
    text-align: center;
}
.photo-box .top {
    padding: 80px 10%;
    background-color: #E2DBD5;
}
.photo-box .top img {
    max-width: 80vw;
}
.photo-box .top h2 { 
    font-size: 70px;
    margin-bottom: 3%;
}
.photo-box .bottom {
    display: flex;
    text-align: left;
    background-color: #F6F4F1;
}
.photo-box .bottom > div {
    width: 50%;
}
.photo-box .bottom img {
    max-width: 85%;
}
.photo-box .bottom h3 {
    margin: 6% 0 2%;
    font-size: 70px;
    font-style: italic;
}
.photo-box .bottom p {
    margin-bottom: 5%;
    font-size: 13px;
    letter-spacing: 0.65px;
    color: #c7c4be;
    font-family: 'nelp', 'arial';
}
@media (max-width:1400px){
    .photo-box .top h2 { 
       font-size: 50px;
       margin-bottom: 3%;
    } 
    .photo-box .bottom h3 {
       margin: 6% 0 2%;
       font-size: 50px;
       font-style: italic;
    }
}
@media (max-width: 768px){
    .photo-box .top {
        padding: 30px 5%;
        background-color: #E2DBD5;
    }
    .photo-box .top h2 { 
       font-size: 25px;
       letter-spacing: 1.5px;
       margin-bottom: 30px;
    } 
    .photo-box .bottom h3 {
       margin: 9% 0 2%;
       text-align: left;
       font-size: 25px;
       letter-spacing: 1.5px;
    }
    .photo-box .bottom p {
        margin-bottom: 7%;
        text-align: left;
        font-size: 10px;
        letter-spacing: 0.5px;
    }
    .photo-box .bottom { flex-wrap: wrap;}
    .photo-box .bottom > div {
        width: 100%;
    }
    .photo-box .bottom .right { 
        padding: 0 5% 30px;
        text-align: center; 
    }
    .photo-box .top img, .photo-box .bottom .right img  {
        max-width: 100%;
    }
    .photo-box .bottom .left img {
        max-width: 100%;
    }
}

/*메인 이외 탑슬라이드 */
/* 초기 상태 */
.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;
}
