@charset "utf-8";
/* 기본설정 */
@import "default.css";
.aboutslide{
    position: relative;
    margin-bottom: 3%;
    height: 100%;
}
.aboutslide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aboutslide .textbox{
    text-align: center;
    position: absolute;
    transform: translate(-50%,-50%);
    z-index: 100;
    top: 50%;
    left: 50%;
    text-shadow: 5px 5px 5px #0000007A;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
    pointer-events: none; /* 터치 이벤트가 슬라이드에 전달되도록 설정 */
}
.aboutslide .textbox h2{
    font-size: 94px;
    font-family: '휴먼편지체';
    line-height: 109px;
    color: #fff;
    letter-spacing: 5px;
    margin-bottom: 2%;
}
.aboutslide .textbox p{
    font-size: 21px;
    color: #fff;
}
.aboutslide .textbox p br{
  display: none;
}

@media all and (max-width:500px){
  .aboutslide .textbox {font-size: 11px;}
  .aboutslide .textbox h2{
    font-size: 45px;
    line-height: 55px;
  }
  .aboutslide .textbox p {font-size: 11px; line-height: 20px;}
  .aboutslide .textbox p br{ display: block; }
  .aboutslide img{
    max-height: 305px;
    object-fit: cover;
}
}


.main2{
    margin-bottom: 4%;
  }
  .main2 .flex{
    display: flex;
  }
  .main2 .flex .img_box{
    width: 40%;
  }
  .main2 .flex .text_box{
    width: 30%;
    text-align: center;
    padding: 6% 4%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .main2 .flex .text_box h2{
    font-size: 32px;
  }
  .main2 .flex .text_box p{
    font-size: 17px;
    margin-bottom: 50px;
  }
  .main2 .flex .text_box a{
    border: 1px double #000;
    border-width: 4px;
    padding: 2%;
    color: #000;
    font-size: 21px;
    width: 25%;
    margin: 0 auto;
  }
  .main2 img{
    display: block;
    width: 100%;
    height: 100%;
  }
  .about_1{
    width: 100% !important;
    padding: 8% 7.2% 0.8% 6%;
    max-height: 800px;
    margin: 0 auto;
    margin-bottom: 0% !important;
    margin-left: 0% !important;
    box-sizing: border-box;
  }
  .about_1.second {
    padding-top: 1%;
  }
  .about_1 .flex_all{
    display: flex;
    justify-content: space-between !important;
  }
  .about_1.reverse .flex_all {
    flex-direction: row-reverse;
  }
  .about_1 .flex { /*사진 감싸는 박스*/
    display: flex;
    flex-direction: column;
  }
  .about_1 .flex.first {
    padding-right: 2%;
  }
  .about_1 .flex img{
    height: 100%;
    max-height: 630px;
    object-fit: cover;
  }
.leftphoto{width: 35%;}
.rightphoto{width: 65%;}

@media(max-width:768px){
  .about_1 {
    max-height: 680px;
    margin: 0 auto;
    margin-bottom: 0% !important;
    margin-left: 0% !important;
    padding: 8% 7.6% 0.8% 6%;
    box-sizing: border-box;
}
  .about_1 .flex img {min-height: 220px;}

}
@media(max-width:380px){
  .about_1 .flex img {min-height: 190px;}
}

  @media(max-width:1200px){
    .main2 .flex .text_box{
      padding: 4% 3%;
      
    }
    .main2 .flex .text_box h2{
      font-size: 26px;
    }
    .main2 .flex .text_box a{
      width: 35%;
    }
    .Listwrap .swiper-wrap .room_info{
      width: 90% !important;
      word-break: keep-all;
      margin: 0 auto;
    }
    .main6 .textbox1 h3{
      font-size: 40px;
    }
    .main6 .textbox1{
      transform: translateX(-25%);
    }
    .main6 .textbox1 p{
      font-size: 18px;
    }
    .img_flex p{
      font-size: 20px;
    }
  }
  
  @media(max-width:991px){
    .main6 .textbox1 h3{
      font-size: 34px;
    }
    .main6 .textbox1 p{
      font-size: 16px;
    }
    .main6 .text{
      bottom: -10%;
    }
    .main6{
      margin-bottom: 7%;
    }
    .main2 .flex .text_box h2{
      font-size: 22px;
    }
    .main2 .flex .text_box p{
      font-size: 14px;
    }
    .main2 .flex .text_box a{
      width: 45%;
    }
    .main6 .left_deco{
      left: 1%;
    }
    .main5 .leftbox h2, .main5 .rightbox h2{
      font-size: 38px;
      line-height: 52px;
    }
    .main5 .leftbox p, .main5 .rightbox p{
      font-size: 18px;
      line-height: 24px;
    }
    .main5 .rightbox .textbox{
      bottom: 7%;
    }
  }
  
  @media(max-width:768px){
    .swiper5 .swiper-wrapper{
      height: auto !important;
    }
    .main4 .flex img{
      margin-bottom: 1%;
    }
    .main2 .flex .text_box a{
      width: 60%;
    }
    .main2 .flex .text_box{
      display: none;
    }
    .mobile{
      display: block;
    }
    .main2 .flex{
      width: 90%;
      margin: 0 auto;
    }
    .main2 .flex .img_box{
      width: 100%;
    }
    .main2 .text_box{
      width: 90%;
      margin: 0 auto;
      text-align: center;
      margin-top: 3%;
    }
    .main2{
      margin: 0;
      margin-bottom: 4%;
    }
    .main2 .text_box h2{
      margin-bottom: 3%;
    }
    .main2 .text_box p{
      font-size: 15px;
      line-height: 25px;
      margin-bottom: 3%;
    }
    .main2 a{
      display: block;
      width: 30%;
      padding-left: 4%;
      margin: 0 auto;
      
      text-align: center;
      
    }
    .main2 a img{
      height: auto;
    }

    .main3 .center{
      display: none;
    }
    
    .main3 .deco{
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
    }
    .main3 .flex .left{
      width: 95%;
    }
    .main3 .deco.show{
      width: 45%;
    }
    .main3 .logo_black{
      width: 23%;
      margin: 0 auto;
      margin-top: 7%;
      margin-bottom: 2%;
    }
    .main3 .logo_black img{
      width: 100%;
      height: auto;
    }
    .aboutslide{
      margin-bottom: 7%;
      height: auto !important;
    }
    .aboutslide .textbox{
      width: 100%;
      line-height: 42px;
    }
    .main4{
      margin-bottom: 9%;
      max-height: 500px;
    }
    .main4 .swiper2 .text-box{
      top: 35%;
    }
    .main4 .swiper2 .text-box h2{
      font-size: 20px;
    }
    .main4 .swiper2 .text-box p{
      font-size: 12px;
    }
  
    .main6 .img_flex{
      left: 3%;
    }
    .main6 .textbox1{
      transform: translate(0,0);
      right: 3%;
      top: 25%;
    }
    .main5 .leftbox, .main5 .rightbox{
      width: 100%;
    }
    .main5{
      width: 100%;
      flex-direction:column;
    }

    .main5 .leftbox .img05, .main5 .rightbox .img06{
      width: 100%;
      max-height:550px;
    }
    .main5 .deco{
      width: 30%;
      bottom: 0;
    }
    .main5 .deco img{
      width: 100%;
    }
    /* .main5 .text h2{
      font-size: 32px;
    }
    .main5 .text{
      top: 45%;
    } */
    .main6 .textbox1 a img{
      width: 100%;
    }
  }
  
  @media(max-width:500px){

    .main3 .deco{
      top: 40%;
    }
    .main3 .logo_black{
      width: 25%;
  
    }
    .img_flex p{
      font-size: 12px;
    }
    .main6 .img_flex{
      left: 5%;
      top: 52%;
    }
    .main6 .textbox1 h3{
      font-size: 22px;
    }
    .main6 .textbox1 p{
      font-size: 12px;
    }
    .main5 .leftbox .textbox{
      top: 3%;
      width: 100%;
    }
    .main5 .leftbox .img05, .main5 .rightbox .img06{
      width: 100%;
      max-height:350px;
    }
    .main5 .leftbox h2, .main5 .rightbox h2{
      font-size: 26px;
      line-height: 35px;
      margin-bottom: 2%;
    }
   .main5 .logo_black{
    width: 25%;
   }
   .main5 .leftbox p, .main5 .rightbox p{
    font-size: 14px;
    line-height: 18px;
   }
   .main5 .rightbox .textbox{
    bottom: 4%;
    width: 100%;
   }
  }
  
  
  @media(max-width:420px){
    .img_flex p{
      font-size: 10px;
    }
    .main6 .img_flex{
      left: 5%;
      top: 52%;
    }
    .main6 .textbox1 h3{
      font-size: 18px;
    }
    .main6 .textbox1 p{
      font-size: 10px;
    }
  
   
  }