@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;
    }
}

.special_left {position: absolute; top: 1%; left: 0; width:42%; overflow: hidden; box-sizing: border-box; }
.special_right {position: absolute; top: 1%; right: 0; width: 46%;  overflow: hidden;}
.special_text {position: absolute; top: 37%; right: 0; width: 46%;  overflow: hidden; }
/* .special-wrap a {display: block; width: 100%; height: 100%;} */
.special-wrap a:hover img {transform: scale(1.1);}
.white_bg {
    background: linear-gradient(0deg, hsla(0, 0%, 90%, 0), #fff 25%, #fff);
    width: 100%;
    height: 150%;
    z-index: 1;
    transition: 2s;
    display: block;
    position: absolute;
}
.Listwrap_special {
    background-image: none !important;
}
.Listwrap_s .swiper-slide{
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .Listwrap_s .room_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.8s;
  }
  
  .special_text .room_info h2{
    margin-bottom: -5px;
    font-weight: 500;
    color: #0F4275;
    margin: 40px 0;
  }
  .special_text .room_info ul {
    padding-left: 20px;
    margin-top: 60px;
  }
  .special_text .room_info ul li {
    font-size: 18px;
    line-height: 43px;
  }
  .special_text .room_info ul li b{
    /* -webkit-text-stroke: 0.7px #000; */
    color: #0F4275;
    -webkit-text-stroke: 0.7px #0F4275; 
  }
  .special_text .room_info .smaller {
    font-size: 15px;
    line-height: 30px;
    word-break: keep-all;
  }
  .special_text .room_info li::before{
    content: "- ";
    width: 1em;
    text-align: center;
    font-style: normal;
    margin-left: -1em;
  }
  .click_box img {
    transition: 0.5s;
  }
  .click_box a:hover img {
    transform:translateX(10px);
  }

@media(max-width:1200px){
    .Listwrap_s .special-wrap {
        position: relative;
        width: 100%;
        height: 100vh;
        margin: 2% auto;
    }
    .special_left {top: 1%; left: 0; }
    .special_right {top: 1%; right: 0; }
    .special_text {top: 26%; right: 0; min-height: 210px;  }
    .special_text .room_info p{margin-top: -50px; } 
    .special_text .room_info ul li {
        font-size: 15px;
        line-height: 30px;
    }
    .special_text .room_info .smaller {
        font-size: 12px;
        line-height: 20px;
    }
    .click_box {
        margin-top:55px;
    }
}
@media(max-width:768px){
  .Listwrap_s{
    height: 100vh;
    }
    .Listwrap_s .special-wrap{
        width: 100%;
        height: auto;
    }
    .special_left {
        position: static; width:65%; height: 50%; 
        
        overflow: hidden; box-sizing: border-box; }
    .special_right {
        position: static; width: 65%; height: 19%;  
        margin: 30px 0 0 auto;
        overflow: hidden; box-sizing: border-box;}
    .special_text {
        position: static; width: 100%; height: auto; min-height: 200px;
        padding: 15px;

      }
    .Listwrap_s .swiper-slide{
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
      }
      .Listwrap_s .room_img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 70%;
        transition: 0.8s;
      }
      .Listwrap_s .special_text .room_info h2{
        font-size: 16px;
        margin: 20px 0;
      }
      
      .Listwrap_s .special_text .room_info ul li {
        font-size: 12px;
        line-height: 20px;
    }
    .special_text .room_info .smaller {
        max-width: 95%;
        font-size: 11px;
        word-break: keep-all;
    }
    .special_text .room_info ul {
        padding-left: 10px;
    }
      .special_text .room_info a{
        margin-top: 1%;
        color: #222;
        text-align: right;
        transition: 0.5s;
      }
      .special_text .room_info a:hover {
        transform: translateX(-15px);
      }
      .special_text .room_info a::after{
        /* display: block;
        margin-left: auto;
        content: "";
        width: 85px;
        border-bottom: 1px solid #222; */
      }
      .special_text span{
          font-size: 16px;
      }

      .Listwrap_special {
        padding-bottom: 0 !important;
      }
      
}
@media(max-width:500px){
    .special_left {
        position: static; width:65%; height: 200px; max-height: 300px;
        
        overflow: hidden; box-sizing: border-box; }
    .special_right {
        position: static; width: 65%; height: 120px;  
        margin: 30px 0 0 auto;
        overflow: hidden; box-sizing: border-box;}


      .special_left .img_left {min-height: 0 !important;}
      .special_left .img_right {min-height: 0 !important;}
}


.main5{ /*welcome to pension*/
    position: relative;
    width: 90%;
    border-radius: 80px;
    min-height: 640px;
    margin: 19% auto 0;
    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 .deco{
    position: absolute;
    bottom: -7%;
    right: 2%;
  }
  .main5 .text{
    color: #fff;
    position: absolute;
    bottom: -18%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
  }
  
  .main5 .text h2{
    margin-bottom: 20px;
    font-size: 100px;
    font-family: "airforce", "arial";
  }
@media(max-width:1200px){
    .main5 .text {
        bottom: -12%;
      }
      .main5 .text h2 {
        font-size: 55px;
      }
}
@media(max-width:768px){
    .main5{
        width: 97%;
        margin-top: 0;
        background-size:cover;
        min-height: 350px;
        border-radius: 30px;
      }
      .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");
        background-position: center center;
      }
      .main5.cate-04 {
        background-image: url("/images/special/m/banner04.jpg");
      }
      
      .main5 .text{
       bottom: -19.5%;
      }
      .main5 .text h2{
        font-size: 40px;
      }
      .special_text .room_info p span{
        font-size: 13px !important;
      }
}
@media(max-width:559px){
    .main5 .text h2{
      font-size: 30px;
    }
    .main5 .text{
        bottom: -16%;
       }
}
@media(max-width:500px){
    .main5 .text{
        bottom: -15.5%;
    }
    .main5 .text h2{
      font-size: 27px;
    }
    .click_box img {
        width: 115px;
        height: 50px;
    }
}
@media(max-width:346px){
    .main5 .text{
        bottom: -15%;
       }
    .main5 .text h2{
      font-size: 23px;
    }
}

.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;
}
.Listwrap_special .swiper-wrapper, .topSlide .swiper-wrapper{
    height: auto !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){
    .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;
    }
}


