@charset "utf-8";
/* 기본설정 */
@import "default.css";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
  
  .cormorant1{
    font-family: "Cormorant Infant", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .cormorant2{
    font-family: "Cormorant Infant", serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .cormorant3{
    font-family: "Cormorant Infant", serif;
    font-weight: 700;
    font-style: normal;
  }
  
.Listwrap_s{
   
    width: 100%;
    height: 110vh;
    margin-bottom: 7%;
    box-sizing: border-box;
}
.Listwrap_s .ListTitle{
    text-align: center;
    margin: 0 auto;
    padding: 5% 0 2% 0;
}
/* .Listwrap_s .ListTitle h2{ 
    font-size: 45px;
    width: max-content;
    margin: 0 auto;
    margin-bottom: 1%;
    border-top: 1px solid #272727;
    border-bottom: 1px solid #272727;
} */
.Listwrap_s_list .ListTitle h2{  /*스페셜리스트쪽 타이틀*/
  font-size: 45px;
  width: 150px;
  margin: 0 auto;
  margin-bottom: 1%;
  border-top: 1px solid #272727;
  border-bottom: 1px solid #272727;
}
.Listwrap_s .ListTitle p{
    font-size: 20px;
    color: #333;
    margin: 2% 0;
    -webkit-text-stroke: 0.5px #000;
}
.Listwrap_s .ListTitle span{
    font-size: 14px;
    line-height: 26px;
    word-break: keep-all;
}
.Listwrap_s .swiper-wrap{
    position: relative;
    width: 100%;
    overflow-x: hidden;
    overflow-y:visible;
    /* height: 100vh; */
    margin: 5% auto;
    background-image: linear-gradient(180deg, #fff 27%, #D8E1E9 27%, #D8E1E9 71%, #fff 71%);
}
/* ----- 스페셜 미리보기 ----- */
.swiper_roomleft {margin: 0 auto; margin-left: 8%; height: 455px; box-sizing: border-box; overflow-x: hidden; overflow-y: hidden; }
.swiper_roomleft .swiper-wrapper {}
.swiper_roomleft .swiper-slide {display: flex; justify-content: center; align-items: center; position: relative;}
.swiper_roomleft .swiper-slide .info {display: none;}
.swiper_roomleft .swiper-slide-active .info {display: block;}
.swiper_roomleft .swiper-slide-active {
  width: auto !important; max-width: 455px; max-height: 455px;
 }
.swiper_roomleft img {border-radius: 50%; max-width: 350px; max-height: 350px;}
.swiper_roomleft .swiper-slide-active img {transform: scale(1.3); transform-origin: center; filter: brightness(0.7); }

/*미리보기 텍스트*/
.swiper_roomleft .swiper-slide .info {
  position: absolute; top: 15%; left: 50%; transform: translateX(-50%); 
  width: 125%; 
  text-align: center; color: #fff;
} 
.swiper_roomleft .swiper-slide .info h2 {
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 40px;
  font-family: 'Gyeonggi_Title_Medium';
}
.swiper_roomleft .swiper-slide .info p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 40px;
}
.swiper_roomleft .swiper-slide .info a {
  display: inline-block;
  width: max-content;
  margin: 0 auto;
  padding: 11px 17px;
  font-size: 14px;
  line-height: 28px;
  border: 1px solid #fff;
  transition: 0.3s;
  text-align: center;
  background-color: transparent;
  position: relative;
  z-index: 9999;
}
.swiper_roomleft .swiper-slide .info a:hover {
  background: #fff;
  color: #000;
}
.swiper_roomleft .move_img {
  margin: 15px auto;
  width: 163px;
  height: 144px;
  transition: 0.5s;
}
.swiper_roomleft .move_img.sp1 {
  background: url(/images/special_pre/move_01.png);
  background-size: cover;
}
.swiper_roomleft .move_img.sp2 {
  background: url(/images/special_pre/move_02.png);
  background-size: cover;
}
.swiper_roomleft .move_img.sp3 {
  background: url(/images/special_pre/move_03.png);
  background-size: cover;
}
.swiper_roomleft .info:hover .move_img {
  transform: rotate(-10deg);
}
.swiper-wrap>a {display: block; width: 100%; height: 100%;}


@media(max-width:1650px){
  .swiper_roomleft {margin-left: 5%;}
}
@media (max-width:1500px){
  .swiper_roomleft img {
    max-width: 300px;
    max-height: 300px;
  } 
  .special_slide_page4 {
    width: 42% !important;
  }
  .swiper_roomleft .swiper-slide .info {
    top: 17%;
  } 
}
@media (max-width:1300px){
  .swiper_roomleft {margin-left: 3%;}
  .special_slide_page4 {
    width: 42% !important;
  }
  .swiper_roomleft .swiper-slide .info {
    top: 21%;
}
  .swiper_roomleft .swiper-slide .info h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 30px;
    font-family: 'Gyeonggi_Title_Medium';
  }
  .swiper_roomleft .swiper-slide .info p {
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 30px;
  }
}
@media (max-width:1200px){
  .swiper_roomleft .swiper-slide-active { min-width: 100vw;}
  .swiper_roomleft {
    margin-left: 0;
  }
  .special_slide_page4 {
    width: 60% !important;
  }
  .swiper_roomleft .swiper-slide .info p {
    font-size: 12px;
    line-height: 24px;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 50%;
  }
}
@media (max-width:1000px){
  
  
  .special_slide_page4 {
    width: 90% !important;
  }
  .Listwrap_s {
    width: 100%;
    height: 110vh;
    padding-bottom: 10%;
    box-sizing: border-box;
}
.swiper_roomleft .swiper-slide .info h2 {
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 25px;
  font-family: 'Gyeonggi_Title_Medium';
}
}
@media(max-width:768px){
  .Listwrap_s .swiper-wrapper {
    height: 100% !important;
}
.Listwrap_s .swiper-pagination {
  display: none;
}
.special_slide_page4 {
  width: 98% !important;
}
  .Listwrap_s{
    height: 650px;
}
  .Listwrap_s .swiper-wrap{
    width: 100%;
}

.swiper_roomleft .move_img {
  margin: 15px auto;
  width: 82px;
  height: 72px;
}
}


@media(max-width:500px){
  
  .Listwrap_s{
    height: 530px;
    
}
  .Listwrap_s .swiper-wrap{
    width: 100%;
}

.swiper_roomleft .swiper-slide .info {
  top: 25%;
}
.swiper_roomleft .swiper-slide-active img {transform: scale(1);}
.swiper_roomleft .swiper-slide .info a {
  font-size: 12px;
  line-height: 24px;
  border: 1px solid #fff;
  padding: 8px 14px;
}

}

.Listwrap_s_list .room_info h2{
  writing-mode: vertical-lr;
  margin-bottom: -5px;
  font-weight: 500;
  letter-spacing: 0;
}
.Listwrap_s_list .room_info p{
  position: absolute;
  top: 50px;
  right: 0;
  width: 100%;
  padding-left: 100px;
  text-align: left; 
  box-sizing: border-box;
}
.Listwrap_s_list .room_info p span {
  display: block;
  padding-left: 1em;
}

.Listwrap_s_list .room_info p span::before{
    content: "ㆍ";
    width: 1em;
    text-align: center;
    font-style: normal;
    margin-left: -1em;
  }

/* .Listwrap_s .room_info a{
  position: absolute;
  bottom: -50px;
  right: 20px;
  display: inline-block;
  width: 100%;
  margin-top: 1%;
  padding: 0 25px 10px 0;
  color: #222;
  text-align: right;
  transition: 0.5s;
  font-size: 14px;
  background: url(/images/special_pre/black_prearrow.png) no-repeat bottom right;
} */

/* .Listwrap_s .room_info a:hover {
  transform: translateX(15px); font-weight: bold;
} */
@media (max-width:430px){
  
  .special_slide_page4 {
    width: 100% !important;
}
}


@media (max-width:400px){
  .swiper_roomleft img {
    max-width: 290px;
    max-height: 290px;
}
}


@media (max-width:380px){
  .swiper_roomleft .swiper-slide .info {
    top: 29%;
}
  .swiper_roomleft img {
    max-width: 250px;
    max-height: 250px;
}
.swiper_roomleft .swiper-slide .info h2 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 21px;
  font-family: 'Gyeonggi_Title_Medium';
}
.swiper_roomleft .swiper-slide .info p {
  font-size: 10px;
  line-height: 20px;
  margin-bottom: 20px;
}
}

@media (max-width:355px){
  .swiper_roomleft .swiper-slide .info {
    top: 33%;
}
}

@media (max-width: 345px) {
  
  .swiper_roomleft img {
  max-width: 210px;
  max-height: 210px;
}
.swiper_roomleft .swiper-slide .info h2 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}
}



@media (max-width:1200px){
  .Listwrap_s_list .room_info p{
    padding-left: 75px;
  }
  /* .Listwrap_s .room_info a {
    bottom: -75px;
  } */
}
.Listwrap_s span{
    font-size: 16px;
}

.more_box{
    display: flex;
    justify-content: center;
}


/* room.php */
.roomslide img{
    width: 100%;
}
.roomslide{
    height: 100%;
    overflow: hidden;
    position: relative;
}
.roomslide .textbox{
  width: 100%;
position: absolute;top: 50%;left: 50%;
transform: translate(-50%,-50%);
}
.roomslide .textbox h2{
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
}
.roomslide .textbox span{
  font-size: 22px;
}
.room_container{
    display: flex;
    margin-bottom: 5%;
}
.room_container .leftbox{
    width: 35%;
    padding: 0 3%;
    border-right: 1px solid #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.room_container .rightbox{
    width: 65%;
    padding: 0 3%;
}
#room_daily_price1{
    margin-top: 2% !important;
    margin-bottom: 5% !important;
}
.room_container .leftbox h3{
    font-size: 23px;
    margin-bottom: 5%;
}
.room_container .leftbox h3 span{
    display: inline-block;
    font-size: 17px;
    margin-top: 3%;
}
.room_container .leftbox p{
font-size: 14px;
margin-bottom: 5%;
}
.room_container .leftbox img{
    margin-bottom: 3%;
    width: 100%;
}

.room_container .leftbox a{
    display: inline-block;
    font-size: 18px;
    padding: 1.5%;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
}
.roominfo .info{
    display: flex;
    gap: 3%;
    margin-bottom: 3%;
    font-size: 17px;
    word-break: keep-all;
}

.addImage {
  img {width: 100%;}
}


.main4 .flex{
    display: flex;
    flex-direction: column;
    padding: 5% 2%;
  }
  .main4 .flex img{
    margin-bottom: 2%;
    height: 100%;
    width: 100%;
  }
  .main4 .flex img:nth-child(2),.main4 .flex img:nth-child(4){
    margin-bottom: 0;
  }
  .main4 .flex_all{
    display: flex;
    gap: 1%;
    justify-content: center;
    margin-bottom: 5%;
  }
  
  .main4 .flex:last-child{
    position: relative;
  }
  .main4 .text_deco{
    color: #fff;
    font-size: 37px;
    position: absolute;
    bottom: 8%;
    right: 5%;
  }

.mobile{
  display: none;
}
.mobil{
  display: none;
}


@media(max-width:1200px){
  .roomslide .textbox h2{
    font-size: 40px;
    line-height: 58px;
  }
  .room_container .leftbox h3{
    font-size: 20px;
  }
  .room_container .leftbox h3 span{
    font-size: 14px;
  }
  .roominfo .info{
    font-size: 14px;
    line-height: 22px;
  }

}

@media(max-width:1168px){
.Listwrap_s .room_info h2 {
   font-size: 21px;
}
.Listwrap_s .room_info h2.long_s {
  padding-top: 0;
}
.Listwrap_s .room_info h2.short_s {
  margin-bottom: 20%;
}

.Listwrap_s .swiper-wrap .room_info p{
  padding-left: 70px;
  box-sizing: border-box;
  font-size: 14px;
}
}
@media(max-width:915px){
 
.Listwrap_s .swiper-wrap .room_info p{
  padding-left: 70px;
  box-sizing: border-box;
  line-height: 20px;
}
}

  @media(max-width:991px){
    .Listwrap_s .ListTitle h2{
        font-size: 40px;
      }
    .main4 .text_deco{
      font-size: 30px;
    }
    
  }
  @media(max-width:768px){
 
    .roomslide .textbox span{
      font-size: 18px;
    }
    .roomslide .textbox h2{
      font-size: 22px;
      line-height: 30px;
    }
    .main4 .text_deco{
      display: none;
    }
    
    .Listwrap_s .ListTitle h2{
        font-size: 24px;
      }
      .Listwrap_s .ListTitle p{
        font-size: 8px;
      }
    
  .Listwrap_s .swiper-wrap .room_info h2{
    writing-mode: horizontal-tb;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .Listwrap_s .swiper-wrap .room_info h2.long{
    writing-mode: horizontal-tb;
    margin-bottom: 10px;
  }
  .Listwrap_s .swiper-wrap .room_info p{
    box-sizing: border-box;
    line-height: 20px;
    padding-left: 0px;
    font-size: 12px;
    word-break: keep-all;
  }
  .Listwrap_s_list .room_info p span {
    display: block;
    font-size: 12px;
  }
  /* .Listwrap_s .room_info a {
    font-size: 12px;
    bottom: 20px;
  } */

    .Listwrap_s .ListTitle{
        width: 70%;
        padding-left: 3%;
        padding-right: 3%;
      }
      .Listwrap_s .ListTitle{
        padding-top: 5%;
        margin-bottom: 20px;
        text-align: center;
      }
      .Listwrap_s .ListTitle img{
        width: 50vw;
      }
      .Listwrap_s .ListTitle p{
        display: none;
        margin-bottom: 15%;
      }
      .Listwrap_s .ListTitle span{
        font-size: 10px;
        line-height: 15px;
        margin-bottom: 2%;
      }
      
      .mobil{
        display: block;
      }
  .pc{
    display: none;
  }
  .room_container .leftbox a{
    border: none;
  }
  .mobile{
    display: block;
    width: 35%;
  }
  .mobile img{
    display: block;
    margin: 0;
    margin-left: 3%;
  }
  .room_container{
    flex-direction: column;
    margin-bottom: 8%;
  }
  .room_container .leftbox,.room_container .rightbox{
    width: 90%;
    margin: 0 auto;
    padding: 0;
    border: none;
  }
  .roominfo .info{
    flex-direction: column;
    margin-bottom: 2%;
  }
  .roominfo .info .right{
    padding-left: 5%;
  }
  .roominfo .info .left{
    margin-bottom: 2%;
  }
  #room_daily_price1{
    width: 100% !important;
    margin-bottom: 8% !important;
  }
  .roomslide{
    height: auto;
    margin-bottom: 10%;
  }
  
  .room_container .leftbox h3,
  .room_container .leftbox p{
    width: 80%;
    margin: 0 auto;
    word-break: keep-all;
  }
  .room_container .leftbox h3 span{
    font-size: 12px;
    margin-bottom: 3%;
  }
  .room_container .leftbox p{
    font-size: 11px;
  }
  .main4 .flex_all{
    margin-bottom: 10%;
    display: block;
  }
  .Listwrap_s{
    padding-top: 5%;
    padding-bottom: 30%;
  }
  }
  @media(max-width:500px){
    .roomslide .textbox span{
      font-size: 14px;
    }
    .roomslide .textbox h2{
      font-size: 20px;
      line-height: 26px;
    }
    .roomslide .textbox h2{
      font-size: 20px;
    }
    .Listwrap_s .swiper-wrap{
        width: 100%;
        background-image: linear-gradient(180deg, #fff 34%, #D8E1E9 34%, #D8E1E9 68%, #fff 68%);
    }
    
  .Listwrap_s .swiper-wrap .room_info h2{
    writing-mode: horizontal-tb;
    margin-bottom: 0px;
    font-size: 16px;
  }
  .Listwrap_s .swiper-wrap .room_info h2.long{
    writing-mode: horizontal-tb;
    margin-bottom: 0px;
  }
  .Listwrap_s .swiper-wrap .room_info p{
    box-sizing: border-box;
    line-height: 20px;
    padding-top: 10px;
    font-size: 11px;
  }
  .swiper_roomleft .swiper-slide .info p {
    width: 36%;
}
  .Listwrap_s_list .room_info p {
    top: 20px;
  }
  .Listwrap_s .swiper-wrap .room_info a {
    font-size: 11px;
    padding: 0 20px 10px 0;
    background: url(/images/special_pre/black_prearrow_m.png) no-repeat bottom right;
  }
  .Listwrap_s .ListTitle {
    transform: translateY(30px);
}
 
  .Listwrap_s .swiper-wrap .room_info a::after{  
    width: 65px;
  }
    
  }
