@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;
  }
  .red {color: red; }
  
/*메인 - 룸 main - room */
.main_room {
  padding-top: 4%;
  /* padding-bottom: 7%; */
}
.main_room .box_wrap {
  position: relative;
  height: 510px;
  margin: 30px 0 0;
}
.main_room .box_wrap > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  border: 2px solid #c9bfc7;
  overflow: hidden;
  box-sizing: border-box;
}
.main_room .box_wrap .box01 {
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  padding: 0 27% 0 5%;
  border-left: none;
  border-radius: 0px 255px 255px 0px;
  background-color: #f7f7f7;
}
.main_room .box_wrap .box01 .text {

}
.main_room .box_wrap .box01 .text h2 {
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 50px;
  color: #5C7395;
}
.main_room .box_wrap .box01 .text p {
  font-size: 18px;
  line-height: 35px;
  word-break: keep-all;
}
.main_room .box_wrap .box01 .text p:first-of-type {
  margin-bottom: 30px;
}
.main_room .box_wrap .box02 {
  left: auto;
  right: 0;
  border: none ;
  border-radius: 255px;
  /* transform: translateX(-140px); */
  transform: translateX(-800px);
  transition: transform 1s ease-in-out;
  box-shadow: 0 0 10px rgba(255, 230, 145, 0), 
              0 0 20px rgba(255, 230, 145, 0), 
              0 0 30px rgba(255, 230, 145, 0);
  animation: glow_yellow 1.5s infinite alternate;
}
.main_room .box_wrap .box02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes glow_yellow {
  0% {
    box-shadow: 0 0 10px rgba(255, 230, 145, 0), 
                0 0 20px rgba(255, 230, 145, 0), 
                0 0 30px rgba(255, 230, 145, 0);
  }
  100% {
    box-shadow: 0 0 15px rgba(255, 230, 145, 1), 
                0 0 25px rgba(255, 230, 145, 0.8), 
                0 0 35px rgba(255, 230, 145, 0.6);
  }
}

.Listwrap{
    width: 100%;
    position: relative;
    padding-top: 3%;
    padding-bottom: 5%;
    /* background-image: linear-gradient(#F9F7F4 55%, #081D15 45%); */
}
.Listwrap .ListTitle{
    text-align: center;
    margin: 0 auto;
    padding: 4% 0 0;
}
.Listwrap .ListTitle h2{
    font-size: 45px;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 1%;
    border-top: 1px solid #272727;
    border-bottom: 1px solid #272727;
}
.Listwrap .ListTitle span{
    font-size: 14px;
    line-height: 26px;
    word-break: keep-all;
}
.Listwrap .swiper-wrap{
    width: 85%;
    padding: 5% 0;
    overflow: hidden;
    max-height: 560px;
    margin: 0 auto;
}
.Listwrap .swiper-wrap .swiper-slide{
  max-height: 550px;
  border: 1px solid #e4d5eb;
  border-radius: 80px;
  overflow: hidden;
  transition: transform 0.5s;
  box-sizing: border-box;
  animation: glow_purple 5s infinite alternate;
}

@keyframes glow_purple {
  0% {
    box-shadow: inset 0 0 7px rgba(230, 230, 230, 0.5), 
    inset 0 0 14px rgba(230, 230, 230, 0.4), 
    inset 0 0 21px rgba(235, 235, 235, 0.3);
  }
  25% {
    box-shadow: inset 0 0 7px rgba(170, 170, 170, 0.6), 
    inset 0 0 14px rgba(202, 202, 202, 0.5), 
    inset 0 0 21px rgba(235, 235, 235, 0.4);
  }
  50% {
    box-shadow: inset 0 0 7px rgba(122, 118, 122, 0.8), 
    inset 0 0 14px rgba(253, 243, 255, 0.6), 
    inset 0 0 21px rgba(254, 249, 255, 0.4);
  }
  75% {
    box-shadow: inset 0 0 7px rgba(170, 170, 170, 0.6), 
    inset 0 0 14px rgba(202, 202, 202, 0.5), 
    inset 0 0 21px rgba(235, 235, 235, 0.4);
  }
  100% {
    box-shadow: inset 0 0 7px rgba(230, 230, 230, 0.5), 
    inset 0 0 14px rgba(2230, 230, 230, 0.4), 
    inset 0 0 21px rgba(235, 235, 235, 0.3);
  }
}




.Listwrap .swiper-wrap .swiper-slide:hover{
  transform: translateY(-50px);
}
.Listwrap .swiper-wrap .swiper-slide:hover .room_info a {
  background: #5A3D67;
}
.Listwrap .swiper-wrap .swiper-slide .inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 60px;
  /* box-shadow: 0px 5px 15px #00000029; */
}
/* .Listwrap .swiper-wrap a{
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
} */
.Listwrap .swiper-wrap a:hover .room_img {
  
}
.Listwrap .swiper-wrap .room_img{
  width: 100%;
  height: 100%;
  max-height: 310px;
  object-fit: cover;
  transition: 0.8s;
}
.Listwrap .swiper-wrap .swiper-horizontal {
  max-height: 560px;
}
.Listwrap .swiper-wrap .room_info{
    
    /* position: absolute;
    bottom: -35%;
    left: 53%;
    transform: translateX(-50%); */
    width: 95%;
    padding: 30px;
    line-height: 27px;
    font-size: 14px;
    box-sizing: border-box;
}
.Listwrap .swiper-wrap .room_info h2 {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
  color: #5A3D67;
}

.Listwrap .swiper-wrap .room_info a{ /*자세히보기*/
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  width: max-content;
  height: max-content;
  color: #fff;
  padding: 8px 17px;
  transition: 0.5s;
  background: #75448A;
  border-radius: 19px;
}
/* .Listwrap .swiper-wrap .room_info a::after{
  display: block;
  margin-left: auto;
  content: "";
  width: 85px;
  border-bottom: 1px solid #fff;
} */
.Listwrap .swiper-wrap span{
  font-family: 'score_light2';
  font-size: 16px;
  word-break: keep-all;
}
.Listwrap .swiper-wrap span.detail{
  display: block;
  font-size: 14px;
  text-align: center;
}

.more_box{
    display: flex;
    justify-content: center;
}


/* room.php */
.mo {display: none  ;}
.roomslide img{
    width: 100%;
    height: 100%;
    object-position: center bottom;
    object-fit: cover;
}
.roomslide{
    height: 100%;
    overflow: hidden;
    position: relative;
}
.roomslide .textbox{
  width: 100%;
  position: absolute;top: 48%;left: 50%;
  transform: translate(-50%,-50%);
  z-index: 100;
  color: #fff;
  text-align: center;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
  pointer-events: none; /* 터치 이벤트가 슬라이드에 전달되도록 설정 */
  text-shadow: 5px 5px 5px #0000007A;
}
.roomslide .textbox h2{
  font-size: 4.1em;
}
.roomslide .textbox span{
  font-size: 2.2em;
}
.room_container{
    display: flex;
    margin-bottom: 5%;
}
.room_container .leftbox{ /*예약하기 버튼 영역*/
    position: relative;
    width: 35%;
    padding: 0 3%;
    box-sizing: border-box;
}
.room_container .leftbox a{
  position: absolute;
  top: 0;
  left: 28.5%;
  display: inline-block;
  font-size: 18px;
  padding: 2% 4%;
  color: #fff;
  background-color: #5C7395;
  text-decoration: none;
  overflow: hidden;
  border-radius: 27px;
  letter-spacing: 0.66px;
}
.room_container .leftbox a em {
  position: relative;
  z-index: 5;
  font-style: normal;
  font-weight: normal;
}
.room_container .leftbox a::before{
    content: '';
    display: block;
    width: 0;
    height: 110%;
    background: #753535;
    position: absolute;
    left: -12.5%;
    top: -2%;
    transition: all .3s linear;
    transform: skew(-20deg);
}
.room_container .leftbox a:hover em{
  color: #fff;
}
.room_container .leftbox a:hover::before{
  width: 123%;
}
@media all and (max-width: 1800px){
  .Listwrap .swiper-wrap .room_info h2 {
    font-size: 25px;
  }
}

@media all and (max-width:1000px){
  .room_container .leftbox a{
    position: absolute;
    top: 0;
    left: 28.5%;
  }
}
.room_container .rightbox{
    width: 65%;
    padding: 3% 3% 0;
    box-sizing: border-box;
}
.rightbox .roominfo .info{
  display: flex;
  gap: 3%;
  margin-bottom: 3%;
  padding-bottom: 3%;
  font-size: 15px;
  word-break: keep-all;
  border-bottom: 1px solid #333;
}
.rightbox .roominfo .info:last-of-type {
  border-bottom: none;
}
.room_container .rightbox .left{
  width: 20%;
  font-size: 20px;
  color: #5C7395;
}
.room_container .rightbox .left .fa-solid{
  /* display: none; */
  margin-right: 10px;
}
.room_container .rightbox .right{
  width: 80%;
  line-height: 25px;
}

#room_daily_price1{
    /* margin-top: 2% !important; */
    margin-bottom: 2% !important;
}

.addImage {
  img {width: 100%;}
}

.main4 .flex{
    display: flex;
    padding: 0 2%;
  }
.main4 .flex img{
  margin-bottom: 2%;
  width: 92%;
  object-fit: cover;
  box-shadow: 0 0 7px rgba(255, 255, 255, 0.9), 0 0 14px rgba(255, 255, 255, 0.7), 0 0 21px rgba(255, 255, 255, 0.5);
}
.main4 .flex.bottom img {
  box-shadow: none;
}
.main4 .flex_all{
  margin: 0 auto;
  margin-bottom: 5%;
  /* width: 90%; */
}
.main4 .flex_all h2{
  writing-mode: vertical-lr;
  margin-right: 3%;
  font-weight: 400;
}
.main4 .flex_all .bottom h2{
  color: #fff;
}
.main4 .flex_all .top, .main4 .flex_all .bottom{
  display: flex;
  justify-content: center;
  max-height: 814px;
}
/* .main4 .flex_all .bottom img {object-position: 50% 70%;} */
.top img:first-of-type {width: 60%; margin-right: 2%;}
.top img:last-of-type {width: 30%; object-position: 28%;}

.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:991px){
    .Listwrap .ListTitle h2{
        font-size: 40px;
      }
    .main4 .text_deco{
      font-size: 30px;
    }
  }
  @media(max-width:768px){     /*  *************  768px ************* */
    .Listwrap .swiper-wrap .swiper-slide:hover{ /*스페셜리스트 마우스오버 효과 모바일 X */
      transform: translateY(-50px);
    }
    .main_room {
      padding-bottom: 0;
    }
    .main_room .box_wrap {
        display: flex;
        flex-direction: column-reverse;
        margin: 30px 0;
    }
    .main_room .box_wrap > div {
        position: relative;
        width: 90%;
        min-height: 220px;
    }
    .main_room .box_wrap .box01 {
        transform: translateY(-30px);
        width: 95%;
        padding: 12% 5% 5% 12%;
    }
    .main_room .box_wrap .box02 {
        z-index: 1;
        border-radius: 255px 255px 255px 255px;
        transform: none;
        margin: 0 auto;
    }
    .main_room .box_wrap .box01 .text h2 {
        margin-bottom: 20px;
        font-size: 25px;
        line-height: 40px;
    }
    .main_room .box_wrap .box01 .text p {
        font-size: 13px;
        line-height: 22px;
    }
    .swiper4 .swiper-wrapper {
      height: auto !important;
    }
    .roomslide .textbox span{
      font-size: 18px;
    }
    .roomslide .textbox h2{
      font-size: 22px;
      line-height: 30px;
    }
    .main4 .text_deco{
      display: none;
    }
    .Listwrap{
      /* background-image: linear-gradient(#F9F7F4 50%, #081D15 50%); */
  }
  .Listwrap .ListTitle img{
    /* width: 30vw; */
  }
    .Listwrap .ListTitle h2{
        font-size: 30px;
      }
      .Listwrap .ListTitle p{
        /* font-size: 8px; */
      }
    .Listwrap .swiper-wrap{  /*룸리스트 미리보기*/
        width: 80%;
        max-height: 470px;
    }
    .Listwrap .swiper-wrap .swiper-slide{
      border-radius: 60px;
      max-height: 470px;
    }
    .Listwrap .swiper-wrap .swiper-slide .inner {
      border-radius: 60px;
      height: 98.5%;
    }
    .Listwrap .swiper-wrap .room_info {
      text-align: center;
      padding: 15px;
    }
    .Listwrap .swiper-wrap .room_info h2 {
      font-size: 18px;
      margin-bottom: 5px;
    }
    .Listwrap .swiper-wrap span.detail{
      font-size: 13px;
      line-height: 20px;
    }
    .Listwrap .swiper-wrap .room_info a { /*자세히보기*/
      margin: 0 auto;
      margin-top: 11px;
    }
    .Listwrap .swiper-wrap .room_img {
      max-height: 235px;
    }
  .Listwrap .ListTitle{
      width: 70%;
      padding-left: 3%;
      padding-right: 3%;
    }
    .Listwrap .ListTitle{
      padding-top: 5%;
      margin-bottom: 20px;
    }
    .Listwrap .ListTitle p{
      /* margin-bottom: 15%; */
    }
    .Listwrap .ListTitle span{
      display: inline-block;
      font-size: 10px;
      line-height: 15px;
      margin-bottom: 2%;
      
    }
    
    
    .mobil{
      display: block;
    }
    .pc{
    display: none;
    }
    .mo {
      display: block;
    }
    .room_container .leftbox a{
    
    }
    .mobile{
      display: block;
      width: 35%;
    }
    .mobile img{
      display: block;
      margin: 0;
      margin-left: 3%;
    }
    
    .room_container{
      flex-direction: column-reverse;
      margin-bottom: 8%;
    }
    .room_container .leftbox,.room_container .rightbox{
      width: 90%;
      margin: 20px auto 0;
      padding: 0;
    }
    .leftbox {text-align: center;}
    .rightbox .roominfo {
      padding-top: 7%;
    }
    .room_container .leftbox a{ /*예약하기*/
      position: static;
      font-size: 15px;
    }
    .room_container .leftbox a em {
      /* font-weight: normal; */
    }
    .room_container .leftbox a:hover::before{
      width: 0;
    }
    .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: 3% !important;
      margin-top: 0% !important;
    }
    .roomslide{
      height: auto;
      margin-bottom: 10%;
    }
    .roomslide .swiper-wrapper{
      height: auto !important;
    }
    .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;
    }
    .room_container .rightbox .left {
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        display: flex;
    }
    .room_container .rightbox .left .fa-solid{
      display: inline-block;
    }
    .room_container .rightbox .right{
      /* display: none; */
      width: 95%;
      line-height: 25px;
      font-size: 13px;
    }
    .rightbox .roominfo .info {
      cursor: pointer;
    }
    .main4 .flex_all{
      margin-bottom: 10%;
      display: block;
    }
    .main4 .flex_all h2 {font-size: 16px;}
    .Listwrap{
    min-height: 320px;
   
    }
  }
  @media (max-width:560px){
    .Listwrap .swiper-wrap .room_info h2 {
      font-size: 15px;
    }
  }
  @media(max-width:500px){                       /* ****************  500px *********************/
    .main_room .box_wrap .box02 {
      min-height: 190px;
      max-height: 190px;
      transform: none !important;
    }
    .Listwrap .ListTitle img{
      width: 50vw;
    }
    .roomslide img {}   
    .roomslide .textbox span{
      font-size: 14px;
    }
    .roomslide .textbox h2{
      font-size: 20px;
      line-height: 26px;
    }
    .roomslide .textbox h2{
      font-size: 20px;
    }
    .Listwrap .swiper-wrap{
        width: 70%;
        max-height: 370px;
    }
    .Listwrap .swiper-wrap .swiper-horizontal {
        max-height: 370px;
    }
    .Listwrap .swiper-wrap .swiper-slide {
        max-height: 370px;
    }
    .Listwrap .swiper-wrap .room_info {
      padding: 20px 8px 10px;
    }
    .Listwrap .swiper-wrap .room_img{
      max-height: 200px;
    }
    .Listwrap .ListTitle h2 {
      font-size: 28px;
      width: max-content;
      margin: 0 auto;
      margin-bottom: 1%;
      border-top: 1px solid #272727;
      border-bottom: 1px solid #272727;
    }
    .Listwrap .swiper-wrap .room_info h2 {
      font-size: 20px;
      margin-bottom: 5px;
    }
  }

  @media(max-width:400px){
    .Listwrap .swiper-wrap{
      width: 72%;
    }
    
    .Listwrap .swiper-wrap span.detail br {
      /* display: none; */
    }
  }
  