@charset "utf-8";
/* 기본설정 */
@import "default.css";

.ListTitle_list {
    /* 스페셜에서는 스페셜리스트의 리스트타이틀이 안보이게, 위 텍스트와 중복 */
    display: none;
}
.Listwrap_s_list { /*스페셜에서 웰컴투펜션 하단 여백*/
    margin-top: 250px !important;
}
.Listwrap_special {
    margin-bottom: 2% !important;
} /*탑슬라이드 바로 밑*/
.Listwrap_s .special-wrap{
    position: relative;
    width: 100%;
    height: 100vh;
    margin: 2% auto;
}

.Listwrap_s_list { /*스페셜쪽*/
    height: 70vh !important;
}

@media (max-width:768px){
    .Listwrap_s_list { /*스페셜쪽*/
        height: 60vh !important;
    }
}


.main_reserve {
    display: flex;
    justify-content: space-around;
    margin: 0;
    padding: 12% 5%;
    max-height: 67vh;
    background-color: #E2DBD5;
  }
  .main_reserve .img_cont {
    display: flex;
    justify-content: center;
    gap: 3%;
    margin: 0 auto;
  }
  .main_reserve .imgarea {
    border: 1px solid #6D5D52;
    border-radius: 240px 240px 0 0;
    padding: 8px;
    box-shadow: 0 0 15px rgba(255, 0, 255, 0.5), 
                0 0 30px rgba(255, 165, 0, 0.5);
    animation: neon-glow 3s infinite alternate;
    /* clip-path: ellipse(55% 64% at 50% 68%); */
  }
  @keyframes neon-glow {
    0% {
        box-shadow: 0 0 10px rgba(255, 0, 255, 0.4),
                    0 0 20px rgba(255, 165, 0, 0.4);
    }
    50% {
        box-shadow: 0 0 20px rgba(255, 0, 255, 0.6),
                    0 0 40px rgba(255, 165, 0, 0.6);
    }
    100% {
        box-shadow: 0 0 10px rgba(255, 0, 255, 0.4),
                    0 0 20px rgba(255, 165, 0, 0.4);
    }
}
  .main_reserve .imgarea img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 240px 240px 0 0;
    /* clip-path: ellipse(55% 64% at 50% 68%); */
  }
  .main_reserve .textarea {
    padding: 60px;
    text-align: center;
    color: #282828;
  }
  .main_reserve .textarea img.title2 {
    max-width: 100%;
  }
  .main_reserve .textarea h2 {
    font-size: 35px;
    padding: 0px 0 50px;
    color: #5A3D67;
  }
  .main_reserve .textarea p {
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 35px;
    word-break: keep-all;
  }
  .main_reserve .textarea p.small_title {
    /* display: none; */
  }
  .main_reserve .textarea a { /* reserve 버튼 */
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 44px 7px 44px;
    border: 1px solid #6D5D52;
    border-radius: 40px;
    font-family: "El Messiri", serif;
  }
  .main_reserve .textarea a span {
    font-size: 31px;
    font-weight: 600;
  }
  .main_reserve .textarea a .arrowbox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    margin: 14px 0 20px;
    border: 1px solid #6D5D52;
    border-radius: 50%;
  }
  .main_reserve .textarea a .arrowbox img {
    transform: translateX(-16px);
    transition: 0.5s;
    width: 41px;
  }
  .main_reserve .textarea a:hover img {
    transform: translateX(18px);
  }
  @media(max-width:1400px){
    .main_reserve > div {
        width:33.33333%; 
    }
    .main_reserve .textarea p {
      font-size: 16px;
      line-height: 30px;
    }
    .main_reserve .textarea a {
      width: 100%;
    }
    .main_reserve .textarea a span {
      font-size: 25px;
    }
  }
@media(max-width:768px){
    .main_reserve {
        max-height: 120vh;
      }
      .main_reserve > div {
        width:auto; 
    }
    .main_reserve .textarea img.title2 {
        max-width: 80%;
      }
      .main_reserve .imgarea {
        display: inline-block;
        width: 49%;
        height: 30%;
        padding: 4px;
      }
      .main_reserve .imgarea:nth-of-type(2) {
        transform: translateY(45px);
      }
      .main_reserve .imgarea img {
  
      }
      .main_reserve .textarea {
          padding: 30px 10px;
      }
      .main_reserve .textarea h2 {
          font-size: 28px;
          padding: 45px 0 30px;
      }
      .main_reserve .textarea p {
          margin-bottom: 10px;
          font-size: 15px;
          line-height: 25px;
      }
      .main_reserve .textarea a {
          width: 90%;
          padding: 4px 44px 0px 44px;
          gap: 20%;
      }
}
@media (max-width:360px){
    .main_reserve .textarea h2 {
      font-size: 26px;
    }
}



.main5{ /*welcome to pension*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 640px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .main5.cate-01 { /*스페셜 pc용 welcome to pension 배너 이미지*/
    background-image: url("/images/special/banner01.jpg");
  }
  .main5.cate-02 {
    background-image: url("/images/special/banner02.jpg");
  }
  .main5.cate-03 {
    background-image: url("/images/special/banner03.jpg");
  }
  .main5.cate-04 {
    background-image: url("/images/special/banner04.jpg");
  }
  .main5.cate-05 {
    background-image: url("/images/special/banner05.jpg");
  }
  .main5.cate-06 {
    background-image: url("/images/special/banner06.jpg");
  }
@media(max-width:768px){
    .main5{
        width: 100%;
        margin-top: 0;
        background-size:cover;
        background-position: center center;
        min-height: 450px;
    }
    .main5 img.title_img {
        width: 75%;
    }
    .main5.cate-01 {
        background-image: url("/images/special/m/banner01.jpg");
    }
    .main5.cate-02 {
        background-image: url("/images/special/m/banner02.jpg");
    }
    .main5.cate-03 {
        background-image: url("/images/special/m/banner03.jpg");
    }
    .main5.cate-04 {
        background-image: url("/images/special/m/banner04.jpg");
    }
    .main5.cate-05 {
        background-image: url("/images/special/m/banner05.jpg");
    }
    .special_text .room_info p span{
        font-size: 13px !important;
    }
}


.sp_pre_main{
    position: relative;
    }
.sp_pre_main img{
    width: 100%;
}
.spList {
    position: relative;
}
.Listcontainer{
    position: relative;
}
.Listcontainer img{
    filter:brightness(50%);
}
.Listcontainer > div img{
    width: 100%;
}
.special_slide {
    margin-bottom: 3%;
}
.special_slide .textbox{
    text-align: center;
    position: absolute;
    transform: translate(-50%,-50%);
    z-index: 100;
    top: 48%;
    left: 50%;
    -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;
}
.special_slide .textbox h2{
    font-size: 4.1em;
    color: #fff;
    letter-spacing: 5px;
    margin-bottom: 2%;
}
.special_slide .textbox p{
    font-size: 2.2em;
    color: #fff;
}
@media all and (max-width:500px){
    .special_slide .textbox {font-size: 11px;}
    .special_slide .textbox h2{font-size: 20px; line-height: 26px;}
    .special_slide .textbox p {font-size: 14px; line-height: 20px;}
    .special_slide .textbox p br{ display: block; }
    .special_slide img{
      max-height: 305px;
      object-fit: cover;
  }
}
.sticky{
    position: sticky;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.side_menu{
   
    z-index: 9999;
    width: 10%;
}
.side_menu li{
    color: #fff;
    margin-bottom: 5px;
    border-radius: 0 30px 30px 0;
    /* background-color: #E3BB17; */
    padding: 3px 10px;
    width: auto;
}
.side_menu{
    display: none;
    width: 10%;
}

.more_hover{
    display: none;
}
.more_hover, .more{
    filter: brightness(100%) !important;
    width: auto !important;
}

.textbox a{
    display: inline-block;
}
.side_menu a{
    color: #fff;
    display: flex;
    align-items: center;
    gap: 3%;
    width: 100%;
}


/* 여기까지 special 미리보기 */

/* 여기서 부터 special */
.special_slide{
    overflow:hidden;
    position: relative;
    height: 100%;
}
.special_slide img{
    width: 100%;

}
.swiper-pagination-fraction{
    top: 50%;
    transform:translate(-50%,-50%) !important;
}


.special_contents{
    display: flex;
    overflow: hidden;

}

.special_contents img{
    object-fit: cover;
}
.special_contents .img01, .special_contents .img02{
    width: 100%;
    height: 100%;
}
.special_contents .leftbox img{
    filter: brightness(70%);
}
.special_contents .rightbox, .special_contents .leftbox{
    position: relative;
    width: 100%;
}

.leftbox .textbox2{
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.rightbox .img03{
    position: absolute;
    top: 5%;
    left: 30%;

}
.rightbox .img04{
    position: absolute;
    top: 50%;
    left: 50%;
  
}
.rightbox .deco{
    position: absolute;
    bottom: 2%;
    left: 0;
}
.textbox2 h3{
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 7%;
}
.textbox2 h3 span{
    font-size: 18px;
}
.mo{
    display: none;
}
@media(max-width:1200px){
    .special_contents .img03, .special_contents .img04{
        width: 50%;
    }
    .special_contents .img04{
    top: 38%;
    }
    .rightbox .deco{
        width: 65%;
    }
    .special_slide{
        height: auto;
    }
}

@media(max-width:991px){
    .textbox2 h3{
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 5%;
        }
        .textbox2 h3 span{
            font-size: 16px;
        }
        .leftbox .textbox2{
            font-size: 14px;
        }
}

@media(max-width:768px){
    .special_slide{
        margin-bottom: 5%;
        height: auto !important;
    }
    .pc{
        display: none;
    }
    .mo{
        display: block;
    }
    .sp_pre_main{
        margin-bottom: 10%;
    }
    .side_menu{
        width: 27%;
    }
    .more{
        display: none;
    }
    .more_hover{
        display: block;
    }
    .textbox a{
        display: flex;
        justify-content: center;
    }
    .spList{
        margin-bottom: 15%;
    }
    .special_contents{
        flex-direction: column;
    }
    .special_contents .img01{
        max-height: 600px;
    }
    .rightbox .img03{
        left: 8%;
    }
    .rightbox .img04{
        left:unset;
        right: 6%;
        top: 50%;
        
    }
    .textbox h2{
        font-size: 32px;
    }
    .textbox h2 span{
        font-size: 16px;
    }
}

@media(max-width:500px){
    .Listwrap_special .swiper-wrapper, .topSlide .swiper-wrapper{
        height: auto !important;
    }
    .textbox{
        width: 100%;
    }
    .Listcontainer .textbox h2{
        font-size: 16px;
    }
    .Listcontainer .textbox p{
        font-size: 12px;
    }
    .side_menu a{
        font-size: 12px;
    }
    .side_menu{
        width: 32%;
    }
    .textbox a .more_hover{
        display: block;
        width: 25% !important;
    }
    .Listcontainer .textbox{
        width: 75%;
        margin: 0 auto;
    }
    .special_contents .img01{
        max-height: 450px;
    }
    .textbox2 h3{
        font-size: 24px;
        line-height: 32px;
    }
    .textbox2 h3 span{
        font-size: 14px;
    }
    .leftbox .textbox2{
        font-size: 12px;
    }
    .special_contents .img02{
        min-height: 450px;
    }
    .special_contents .img03, .special_contents .img04{
        width: 62%;
    }
    .rightbox .img03{
        top: 9%;
    }
    .rightbox .img04{
        top: 51%;
    }
    .rightbox .deco{
        width: 40%;
    }
    .textbox h2{
        font-size: 20px;
    }
    .textbox h2 span{
        font-size: 14px;
    }
}


