@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: 4%;
    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: 5px;
    font-size: 60px;
}
.section01 .rightbox p {
    margin-top: 15px;
    margin-bottom: 60px;
    font-size: 18px;
}
.section01 .rightbox img {
    opacity: 0;
    transform: translateX(-50px);
    margin-right: 33px;
    max-width: 20vw;
}

.reser-btn-box {
    margin: 25px 7% 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    font-size: 45px;
    letter-spacing: 0.05em;
    font-family: 'nelp';
}
.reser-btn-box .move-btn {
    background-color: var(--main-black);
    color: #fff;
}
.reser-btn-box:hover {
    color: var(--main-green);
}
.reser-btn-box:hover .move-btn::before {
  transform: translateX(0);
}

@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: 30px;
    }
    .section01 .rightbox p {
        margin-bottom: 8%;
        font-size: 13px;
        line-height: 2em;
    }
    .section01 .rightbox img {
        margin-right: 0;
        max-width: 42.5vw;
    }
    .section01 .rightbox img.sec01_02 {
        margin-right: 16px;
    }
    .reser-btn-box {
        margin: 15px auto 0;
        justify-content: center;
        font-size: 25px;
    }
}

/* 객실정보 시작 */
.roomInfoWrap {
    padding: 30px 30px 0 30px;
    font-size: 15px;
    max-width: 1300px;
    margin: 0 auto; width :100%;
}
.roomInfo_con01 {
    display:table-cell;
    width:60%;
    vertical-align:top;
    padding-left: 10%;
}
.roomInfo_con02 {
    display:table-cell;
    width:40%;
    vertical-align:top;
}
.roomInfo {
    margin-bottom:30px;
    display: flex;
    min-height: 140px;
}
.roomInfo:after {
    content:"";
    display:block;
    clear:both;
}
.roomInfo > dt {
    float:left;
    position: relative;
}
.roomInfo > dt img {
    width: 45px;
}
.roomInfo > dt:after {
    content: "";
    position: absolute;
    top: 6px;
    display: inline-block;
    margin: 0 30px;
    height: 30px;
    line-height: 50px;
    border-right: 4px dotted var(--main-green);
    vertical-align: top;
}
.roomInfo > dd {
    text-align: left;
    margin-left: 60px;
    width:calc(100% - 100px);
}
.roomInfo_text {
    color:#4a3129;
}
.roomInfo_text02 {
    display:inline-block; 
    margin-right:30px;
}
.roomInfo_text .title {
    color: var(--main-green);
    font-family: 'nelp';
    font-size: 22px;
    letter-spacing: 0.07em;
    line-height:1.5em;
    margin-bottom:0.5em;
}
.roomInfo_text .text {
    font-size: 18px;
    line-height:1.6em;
}

/* 특이사항 */
.room_spec_mo {
        display: none;
    }

@media  (max-width: 1024px) {
    .roomInfo_con01 { padding-left: 5%; }
    .roomInfo_text .title {
        font-size: 18px;
    }
    .roomInfo_text .text {
        font-size: 15px;
    }
}
@media (max-width:900px) {
    .roomInfoWrap {
        padding-top: 30px;
        font-size: 13px;
    }
    .roomInfo_con01 {
        width: 100%;
        display: block;
        margin: 0 auto;
        padding-left: 0;
    }
    .roomInfo_con02 {
        width: 100%;
        display: block;
        margin: 5% auto;
    }
    .roomInfo {
        margin-bottom: 50px;
        min-height: 1px;
    }
    .roomInfo > dt:after {
        margin: 0 20px;
    }
    
    .roomInfo_text .title {
        font-size: 15px;
    }
    .roomInfo_text .text {
        font-size: 13px;
    }
    .room_spec_pc {
        display: none;
    }
    .room_spec_mo {
        display: flex;
    }
    
}


/* 객실정보 끝 */



@media(max-width:991px){
   
    .roomslide .textbox h2{
        font-size: 35px;
    }
    .roomslide{
        margin-bottom: 0;
    }
    .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){
    .roomInfo > dt img {
        width: 30px;
    }   
    .roomInfo > dt {
        margin-top: 5px;
    }
    .roomInfo > dt:after {
        top: 2px;
        margin: 0 24px;
        height: 29px;
        line-height: 50px;
        border-right: 3px dotted var(--main-green);
    }
}

@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;
}
