@charset "utf-8";
/* 기본설정 */
@import "default.css";

.mainslide{
  height: 100%;
  position: relative;
}
.mainslide img{
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mainslide span{
    font-size: 9px;
    color: #fff;
    margin-bottom: 5%;
    font-family: 'medium';
}
.mainslide h2{
    font-size: 50px;
    color: #fff;
    font-family: 'bold';
    letter-spacing: 7.5px;
    font-weight: 500;
    text-shadow: 5px 5px 5px #0000007A;
}
.mainslide .textbox{
    text-align: center;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
    pointer-events: none; /* 터치 이벤트가 슬라이드에 전달되도록 설정 */
    backdrop-filter: brightness(0.8);
}

.main2{
  margin-bottom: 4%;
}
.main2 .flex{
  display: flex;
}
.main2 .flex .img_box{
  width: 40%;
}
.main2 .flex .text_box{
  width: 30%;
  text-align: center;
  word-break: keep-all;
  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%;
}
.main3 img{
  display: block;
  width: 100%;
  height: 100%;
}
.main3{
  display:flex;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.main3_bg_left, .main3_bg_right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8%;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color:#6A4F34;
  letter-spacing: 2.25px;;
}
.main3 .flex{
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 84%;
  margin: 0 auto;
  padding: 10% 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/main/02_01.jpg") no-repeat;
  background-position: center 30%;
  box-sizing: border-box;
}
.about3 .flex{
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/about/02_01.jpg") no-repeat;
}
.main3 .flex .left{
  display: flex;
  justify-content: center;
  gap: 4%;
  height: 470px;
  padding: 0%;
  z-index: 999;
  background: transparent;
}
.main3 .flex .left .imgbox_left{
  transform: translateY(-5.8%);
  position: relative;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.main3 .flex .left .imgbox_right{
  transform: translateY(8%);
  position: relative;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.main3 .flex .left .imgbox_left_m{
  transform: translateY(-7%);
  position: relative;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.main3 .flex .left .imgbox_right_m{
  transform: translateY(7%);
  position: relative;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.main3 .flex .left .imgbox_left_m, .main3 .flex .left .imgbox_right_m {
  display: none;
}
.main3 .flex .left img {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 100%;
  object-fit: cover;
}
.imgbox_left img {
  transform: translate(10px, 12px);
}
.imgbox_right img {
  transform: translate(-10px, -12px);
}
.main3 .flex .right{
  position: relative;
  width: 35%;
  margin-left: 8%;
  margin-top: 0;
  color: #fff;
}
.main3 .flex .right .textbox br.mo{
  display: none;
}
.main3 .flex .right .textbox{
 
}
/*text 내부 밑줄 애니메이션*/
.first, .second {
  display: inline-block;
  position: relative;
}

.first::after, .second::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.8s ease;
}

.first.underline::after {
  width: 100%;
}

.second.underline::after {
  width: 100%;
}

.main3 .flex .right .textbox h2{
  width: max-content;
  margin-left: auto;
  padding: 4px;
  font-size: 36px;
  text-align: right;
}
.main3 .flex .right .textbox p{
  width: 100%;
  margin: 0 auto;
  margin-top: 45px;
  color: #fff;
  font-size: 17px;
  font-family: "NanumSquareNeoBold";
  line-height: 30px;
  text-align: right;
  word-break: keep-all;
  box-sizing: border-box;
}
.main3 .flex .right .textbox p:nth-of-type(2){
  margin-top: 20px;
}
.main3 .flex .right a.spa_more{
  /* position: absolute;
  bottom: -70px;
  right: 0; */
  display: block;
  width: max-content;
  margin-left: auto;
  margin-top: 20px;
  padding: 20px 25px 10px 0;
  color: #fff;
  background: url(/images/main/main_spa_arrow.png) no-repeat bottom right;
  transition: 0.5s;
  font-size: 15px;
}
.main3 .flex .right a.spa_more:hover {
  transform: translateX(15px);
  font-weight: bold;
}

.main4{
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 420px;
  margin: 0 auto;
  margin-bottom: 5%;
  margin-left: -3%;
}
.main4 .swiper-wrap{

  max-height: 420px;

}
.main4 .swiper2 .text-box{
  position: absolute;
  top: 30%;left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  
}
.main4 .swiper2 .text-box p{
  word-break: keep-all;
}
.main4 .swiper2 .swiper-slide {
  border: 1px solid #000;
  border-radius: 50%;
  width: 23% !important;
}
.main5_1 { /*마음이 편해지는 공간 보엠스파리조트*/
  padding: 0;
  height: 420px;
  box-sizing: border-box;
  overflow: hidden; /* 자식 요소가 부모 영역을 넘지 않도록 설정 */
}
.about_main5_1 { /*마음이 편해지는 공간 보엠스파리조트 about쪽 */ 
  padding: 0;
  width: 88%;
  margin: 0 auto;
}
.about_2 { /*roomlist 바로위 영역*/
  width: 100% !important;
  padding: 8% 0 2% 0;
  max-height: 680px;
  margin: 0 auto;
  margin-bottom: 0%;
  margin-left: 0% !important;
  box-sizing: border-box;
  background: #F9F7F4;
}

.about_2 .flex_all {
  display: flex;
  gap: 2%;
  justify-content: space-between !important;
}
.about_2 .flex {
  display: flex;
  flex-direction: column;
}
.about_2 .flex img{
  height: 100%;
  max-height: 500px;
  object-fit: cover;
}
.about_2 .left_2 .white_bg {
    background: linear-gradient(0deg, hsla(0, 0%, 90%, 0), #F9F7F4 25%, #F9F7F4);
    width: 100%;
    height: 150%;
    z-index: 1;
    transition: 2.3s;
    display: block;
    position: absolute;
}
/* .about_2 .left_2 .white_bg:hover {
  transform: translateY(-100%);
} */
.left_2 {width: 50%; overflow: hidden; position: relative;}
.right_2{width: 50%; display: flex; flex-direction: column; justify-content: space-between;}
.right_2 h2 {    
  width: max-content;
  padding: 15px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  writing-mode: vertical-lr; 
  letter-spacing: 5px; 
  font-weight: 500; 
  -webkit-text-stroke: 0.5px #333; }
.right_2 p {padding-right: 5%; word-break: keep-all;}


.main5_1 .background-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  background-image: url("/images/main/banner_short.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 60%;
  z-index: -1; /* 배경 이미지를 다른 컨텐츠 뒤로 보내기 */
}
.main5_1 .text{
  font-size: 35px;
  color: #fff;
  font-weight: 400;
}
@media all and (max-width:768px){
  .main5_1 {height: 320px; background-position: center 30%;}
  .main5_1 .text {font-size: 25px;}
  .main5_1 .background-container {
    background-image: url("/images/main/m/banner_short.jpg");
  }
}
@media all and (max-width:500px){
  .main5_1 {height: 220px; background-position: center 30%;}
  .main5_1 .text {font-size: 20px;}
  .about_main5_1 { /*마음이 편해지는 공간 보엠스파리조트 about쪽 */ 
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }
}

.main5{ /*welcome to boheme*/
  background-image: url("/images/main/banner_long.jpg");
  background-repeat: no-repeat;
  background-size:cover;
  height: 225vh;
  position: relative;
  color: #fff;
}
.main5 .text_top{
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  text-align: center;
}
.main5 .text_bottom{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  text-align: center;
}
.main5 .text_top h2, .main5 .text_bottom h2{
  font-weight: 500;
  font-size: 32px;
}
@media (max-width:768px){
  .main5 .text_top h2, .main5 .text_bottom h2{
    font-size: 21px;
  }
}
.main5 .text{
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}

.main5 .text h2{
  font-size: 70px;
}

.main6{
  position: relative;
  margin-bottom: 5%;
}
.main6 .img_flex{
position: absolute;
left: 10%;
top: 50%;
transform: translateY(-50%);
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 5%;
}
.main6 .img_flex .img_flex_box{
  height: 40%;
}
.img_flex_box p{
  text-align: right;
}
.main6 .img_flex img:first-child{
  margin-bottom: 1%;
}
.main6 .img_flex img:last-child{
  margin-top: 1%;
}
.main6 img{
  width: 100%;
}
.main6 .left_deco{
  width: auto;
  position: absolute;
  left: 3%;
  top: 50%;
  transform:translateY(-50%);
}
.main6 .text{
  position: absolute;
  bottom: -5%;
  right: 2%;
}
.img_flex p{
  font-size: 22px;
}
.main6 .textbox1{
  position: absolute;right: 1%;top: 40%;
  transform: translateX(-50%);
text-align: right;
}
.main6 .textbox1 h3{
  font-size: 50px;
  margin-bottom: 2%;
}
.main6 .textbox1 p{
  font-size: 20px;
  margin-bottom: 7%;
}
.main6 .textbox1 a{
display: inline-block;
  font-size: 12px;
  color: #000;
}
.more_hover{
  display: none;
}
.main6 .textbox1 a img{
  width: auto;
  
}
.main-m{
  display: none;
}



@media(max-width:1200px){
  .mainslide h2{
    font-size: 24px;
  }
  .main2 .flex .text_box{
    padding: 4% 3%;
    
  }
  .main2 .flex .text_box h2{
    font-size: 26px;
  }
  .main2 .flex .text_box a{
    width: 35%;
  }
  .main3 .flex {
    padding: 10% 3%;
  }
  .main3 .flex .left {
    height: 360px;
  }
  .main3 .flex .right .textbox h2{
    font-size: 31px;
  }
  .main3 .flex .right .textbox p{
    width: 90%;
    font-size: 14px;
  }
  .Listwrap .swiper-wrap .room_info{
    /* width: 90% !important; */
    word-break: keep-all;
    margin: 0 auto;
  }
  .main5 .text {
    bottom: -16px;
  }
  .main5 .text h2 {
    font-size: 55px;
  }
  .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%;
  }
  .main3 {
    display: block;
  }
  .main3 .flex {
    display: block;
    width: 100%;
  }
  .main3_bg_left{
    width: 100%;
    padding: 20px 0;
    writing-mode: horizontal-tb;
    transform: rotate(0);
  }
  .main3_bg_right {
    display: none;
  }
  .main3 .flex .right {
    width: auto;
    margin-top: 50px;
  }
  .main3 .flex .right .textbox h2{
   
  }
  .main3 .flex .right .textbox p{
    width: 90%;
  }
  .main3 .flex .right .textbox .mo1{
    display: none;
  }
  .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 .text{
    /* bottom: -14%;
    left: 30%;
    transform: translateY(-50%); */
  }
  .main5 .text h2 {
    font-size: 40px;
}
}

@media(max-width:768px){
  .mainslide img{
    display: inline-block;
    max-height: 300px;
  }
  .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%;
  }
  .mainslide{
    /* margin-bottom: 7%; */
  }
  .main2 .text_box{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-top: 3%;
  }
  .main2{
    margin: 0;
  }
  .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 .flex .left .imgbox_left_m, .main3 .flex .left .imgbox_right_m {
    display: block;
  }
  .main3 .flex .left .imgbox_left_pc, .main3 .flex .left .imgbox_right_pc {
    display: none;
  }
  .main3 .flex .left{
    width: 90%;
    height: 300px;
  }
  .main3 img{
    display: block;
    width: 100%;
    height: 100%;
  }
  .main3 .flex{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/main/m/02_01.jpg") no-repeat;
    background-size: cover;
  }
  
  .main3 .flex .left{
    width: 85%;
    margin: 0 auto;
    z-index: 999;
    box-sizing: border-box;
    background: ;
  }
  .main3 .flex .left img {
    display: inline-block;
    min-height: 90px;
    object-fit: cover;
  }
  
  .main3 .flex .right{
    display: flex;
    justify-content: center;
    width: 85%;
    margin: 0 auto;
    margin-top: 5%;
    color: #fff;
  }
  .main3 .flex .right .textbox {
    margin-top: 20px;
  }
  .main3 .flex .right a.spa_more {
    
  }
  .main3 .flex .right .textbox span.mo {
    display: none;
  }
  .main3 .flex .right .textbox br{
    display: block;
  }
  .main3 .flex .right .textbox h2{
   
  }
  .main3 .flex .right .textbox p{
    
  }

  .main3 .flex .right .textbox p br.mo1{
    display: none;
  }
  .main3 .center{
    width: 15%;
    margin: 0 auto;
  }
  .main3 .center img{
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .main3{
    width: 100%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
  }
  .main3 .deco.show{
    width: 45%;
  }
  .main3 .logo_black{
    display: flex !important;
    align-items: center;
    width: 23%;
    margin: 0 auto;
  }
  .main3 .logo_black img{
    width: 100px;
    height: auto;
    margin: 15px auto;
  }
  .mainslide{
    height: auto !important;
 
  }
  .mainslide .textbox{
    line-height: 42px;
    bottom: 51%;
    transform: translateY(50%);
  }
  .mainslide .textbox h2{
    display: none !important;
  }
  .main4{
    margin-bottom: 9%;
    max-height: 500px;
  }
  .main4 .swiper2 .text-box{
    top: 50%;
  }
  .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{
    height: 150vh;
    background-image: url(/images/main/m/banner_long.jpg);
  }
  .main5 .deco{
    width: 30%;
    bottom: 0;
  }
  .main5 .deco img{
    width: 100%;
  }
  .main5 .text{
    bottom: -12px;
  }
  .main5 .text h2{
    font-size: 35px;
  }
  
  .main6 .textbox1 a img{
    width: 100%;
  }
  .about_2 { padding-top: 12%;}
  .about_2 .flex_all {display: block; position: relative; min-height: 380px;}
  .about_2 .flex {flex-direction: row; flex-wrap:wrap; align-items: baseline; width: 80%;}
  .about_2 .flex img{display: inline-block; width: 100%; height: 250px; object-position: 39% 50%;}
  .left_2 {position: absolute; top: 0; right: 0; width: 85%; height: auto;}
  .right_2{width: 100%; padding-left: 4%;}
  .right_2 h2 {width: 50px; font-size: 18px;}
  .right_2 p {font-size: 13px; position: absolute; bottom: 6%; left: 4%; padding: 0 4% 0 2%;}
}

@media(max-width:500px){
  .ListTitle p {font-size: 13px;}

  .main3 .logo_black{
    width: 40%;
  }
  .main3 .flex .left{
    width: 90%;
    height: 250px;
    gap: 7%;
  }
  .main3 .flex .right .textbox h2{
   
  }
  .main3 .flex .right .textbox p{
   margin-top: 20px;
  }

  .mainslide h2{
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 2.5;
  }
  .img_flex p{
    font-size: 12px;
  }
  .main5{ /*welcome to boheme*/
    
  }
  .main5 .text{
    bottom: -10px;
  }
  .main5 .text h2{
    font-size: 27px;
  }
  .main6 .img_flex{
    left: 5%;
    top: 52%;
  }
  .main6 .textbox1 h3{
    font-size: 22px;
  }
  .main6 .textbox1 p{
    font-size: 12px;
  }
  .main6 .textbox1 a img{
    width: 75%;
  }
}


@media(max-width:420px){
  .img_flex p{
    font-size: 10px;
  }
  .main6 .img_flex{
    left: 5%;
    top: 52%;
  }
  .main6 .textbox1 h3{
    font-size: 15px;
  }
  .main6 .textbox1 p{
    font-size: 8px;
  }
}
@media(max-width:380px){
  .main5 .text{
    bottom: -8px;
  }
  .main5 .text h2{
    font-size: 23px;
  }
}
@media(max-width:360px){
  .mainslide .textbox{
    bottom: 55%;
  }
}
@media(max-width:332px){
  .right_2 p{bottom: 2%;}
}