@charset "utf-8";
/* 기본설정 */
/* @import "default.css"; */
* {
  box-sizing: border-box;
}
.contents {
  position: relative;
  z-index: 1;
}
.mainslide{
    height: 100%;
    position: relative;
}
.mainslide img{
    width: 100%;
    height: 100%;
    max-height: 100vh;
    object-fit: cover;
}

/* 인트로 */
.intro_wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    opacity: 1;
    animation: intro_wrap 6s forwards;
    animation-delay: 0.5s;
    background: #000;
}
.intro_wrap .intro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
.intro_wrap .intro .video_bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.intro_wrap .intro_m {
    display: none;
}
/* .intro_wrap .intro_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    animation: intro_logo 3.5s forwards;
}
.intro_wrap .intro_logo .logo {
    position: static;
    height: auto;
    left: auto;
    top: auto;
    z-index: 20;
}
.intro_wrap .intro_logo .text {
    width: 40px;
    margin: 15px auto 0 auto;
} */
.intro_wrap .intro img{
    height: auto !important;
}

@keyframes intro_wrap {
    0% { opacity: 1; }
    70% { opacity: 1; }
    100% { opacity: 0; display: none; }
}
@keyframes intro {
    0% { width: 900px; }
    40% { width: 900px; }
    100% { width: 80%; display: none;}
}
@keyframes intro_logo {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.2) rotate(0deg);
        transform-origin: center;
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.2) rotate(0deg);
        transform-origin: center;
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.7) rotate(90deg);
        transform-origin: center;
    }
}
@media( max-width:768px) {
    .intro_wrap {
        top: 0;
        height: calc(100vh);
        background-color: #fdf4d9;
        animation-delay: 1s;
    }
    .intro_wrap .intro {
        height: calc(100vh);
    } 
    .intro_wrap .intro_m {
        display: block;
    }
    .intro_wrap .intro_pc {
        display: none;
    }
    .intro_wrap .intro_logo {
        width: 200px;
        top: 46%;
        left: 48%;
        transform: translate(-50%, -50%);
        animation: intro_logo 4s forwards;
    }
    .intro_wrap .intro_logo img {
        width: 200px;
    }
    @keyframes intro {
        0% { width: 100% }
        30% { width: 100% }
        100% { width: 120%; display: none;}
    }
    @keyframes intro_logo {
        0% { opacity: 1; transform: translate(-50%, -50%) scale(0);}
        40% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
        60% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
        100% { opacity: 0; transform: translate(-50%, -50%) scale(0.5);}
    }
}







/* section 01 */
.bg-cover {  /* 최초 이미지 렌더링 가리기 용도 */
  position: absolute;
  top: -3%;
  left: -3%;
  width: 7vw;
  height: 7vw;
  background: #FCF8F4;
}
.section01 {
  height: 129vw;
}
.container {
  margin-left: auto;
  margin-top: 170px;
  position: relative;
  width: max-content;
  overflow: visible;
}
.container svg {
  overflow: visible;
}
.mirror-ball,
.golf-ball,
.tube {
  will-change: transform;
}
/* 공통 cont */
.section01 .cont {
  position: absolute;
  display: flex;
  gap: 3.7vw;
}
.section01 .cont .right {
  display: flex;
  flex-direction: column;
}
.cont .main-speimg, .cont .main-spevideo {
  max-width: 750px;
  width: 45vw;
}
/* cont01 */
.section01 .cont.cont01 {
  top: 10%;
  left: 18%;
  gap: 9vw;
}
.section01 .cont01 .left {
    max-width: 750px;
    width: 45vw;
}
.section01 .cont01 .right {
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* cont02 */
.section01 .cont.cont02 {
  top: 52vw;
  left: -9%;
  gap: 3.65vw;
}
.section01 .cont02 .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0;
}
/* cont03 */
.section01 .cont.cont03 {
  top: 90vw;
  left: 10%;
  gap: 3.65vw;
}
.section01 .cont03 .left{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0;
}
@media(max-width:1700px){
  .section01 .cont.cont02 {
    top: 50.4vw;
  }
}
@media(max-width:1400px){
  .section01 .cont.cont01 {
    left: 13%;
    gap: 5vw;
  }

}
@media(max-width:1200px){
  .section01 {
    height: 133vw;
  }
  .container {
    margin-top: 100px;
  }
  .section01 .cont.cont01 {
    top: 9%;
    left: 10%;
  }

}
@media(max-width:768px){
  .section01 .cont01 .left {
      width: 80vw;
  }
}


@media(max-width:768px){
  .bg-cover {  /* 최초 이미지 렌더링 가리기 용도 */
    top: -2%;
    left: -5%;
    width: 10vw;
    height: 10vw;
  }
  .section01 {
    height: 300vw;
    margin-bottom: 70px;
  }
  .container {
    margin-top: 40px;
    margin-left: 15%;
  }
  .section01 .cont {
    flex-direction: column;
  }
  /* cont01 */
  .section01 .cont.cont01 {
    top: 6%;
    left: auto;
    right: 0;
    gap: 20px;
  }
  .cont .main-speimg, .cont .main-spevideo {
    width: 70vw;
  }
  .section01 .cont01 .right {
    align-items: flex-end;
    text-align: right;
    padding-right: 15%;
  }
  /* cont02 */
  .section01 .cont.cont02 {
      top: 98vw;
      left: -16%;
  }
  .section01 .cont02 .right {
    padding: 0;
  }
  .section01 .cont02 .left h2, .section01 .cont02 .right p, .section01 .cont02 .right a {
    margin-left: 7.5vw;
  }
  /* cont03 */
  .section01 .cont.cont03 {
      top: 190vw;
      left: 10%;
      gap: 3.65vw;
      flex-direction: column-reverse;
      text-align: right;
  }
  .section01 .cont.cont03 .more-btn {
    margin-left: auto;
  }
}



/* section 01 끝*/

/* section03 */
.section03 {
  padding: 0 6vw;
  display: flex;
  justify-content: center;
  overflow-y: hidden;
}
.section03 .left {
  height: 30.21vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
}
.section03 .left p {
  margin-bottom: 3.125vw;
}
.section03 .left img { 
  width: 22.65vw;
  max-width: 435px;
  margin-bottom: 7.3vw;
}
.section03 .left h2 {
  font-size: 5.67vw;
  letter-spacing: 3.27px;
  line-height: 0.26;
  width: 43vw;
  border-bottom: 1px solid #704932;
}
.section03 .left .shadow-title .shadow-text {
  top: -2.5vw;
  left: 50%;
  transform: translateX(-50%);
}
.section03 .right {
  height: 30.21vw;
}
.section03 .right img {
  width: 100%;
  height: 100%;
}

@media (max-width:768px){
  .section03 { 
    flex-direction: column;
    padding: 0;
  }
  .section03 .left, .section03 .right {
    height: auto;
  }
  .section03 .left {
    padding: 0 7.5vw;
  }
  .section03 .left p {
    font-size: 15px;
    line-height: 25px;
  }
  .section03 .left img { 
    width: 83.5vw;
    margin-bottom: 18vw;
  }
  .section03 .left h2 {
    width: 100vw;
    font-size: 12.5vw;
    letter-spacing: 1.5px;
    line-height: 0.6;
  }
  .section03 .left .shadow-title .shadow-text {
    top: -6vw;
  }
  .section03 .right {
    margin-top: 22.5vw;
  }
}
/* section 03 끝*/



/* section04 */
.section04 {
  position: relative;
  margin-top: 12vw;
  /* height: 100vh; */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #AC9680;
}
/* .section04::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/html/images/main/sec04-bg.jpg) no-repeat center center;
  background-size: cover;
  filter: blur(10px);
  transform: scale(1.1); 
  z-index: -1;
}
.section04 .inner {
  position: relative;
  max-width: 1430px;
  width: 74.5vw;
} */

.section04 .inner .sec04-video {
  width: 100%;
}
.section04 .text {
  position: absolute;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.section04 .text h2 {
  font-size: 3.125vw;
  letter-spacing: 4.2px;
  color: #fff;
  margin-bottom: 25px;
}
.section04 .text .more-btn {
  margin: 40px auto 0;
  padding: 7px 0;
  width: 97px;
  border: 1px solid #fff;
  color: #fff;
}
@media(max-width:768px){
  .section04 .text h2 {
    font-size: 26px;
    letter-spacing: 0;
    margin-bottom: 9px;
  }
  .section04 .text p {
    font-size: 12px;
  }
  .section04 .text .more-btn {
    margin: 25px auto 0;
    padding: 7px 0;
    width: 86px;
  }
}
/* section 04 끝*/


/* indiaround adria 배경픽스 영역 */

.banner{
    position: relative;
    z-index: -2;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/html/images/main/img04.jpg');
    width: 100%;
    height: 770px;
    background-attachment: fixed;
}
.banner img{
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.banner h3{
    width: 100%;
    color: #fff;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.banner h3 b {
  display: block;
  font-size: 60px;
  line-height: 2em;
  font-weight: 400;
}
.banner h3 span{
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.5em;
}
.imgcover{
  border: 1px solid #6D5D52;
  padding: 6px;
  box-sizing: border-box;
}
.imgcover img{
  /* border-bottom: 1px solid #000; */
  width: 100%;
}
/* .mainslide span{
    font-size: 18px;
    color: #fff;
    margin-bottom: 5%;
    display: block;
    font-family: 'light';
    letter-spacing: 3px;
}
.mainslide h2{
    font-size: 45px;
    color: #fff;
    font-family: "Cinzel Decorative", serif;
    letter-spacing: 7.5px;
}
.mainslide .textbox{
    text-align: center;
    position: absolute;
    transform: translate(-50%,-50%);
    z-index: 9998;
    top: 45%;
    left: 50%;
} */
.preview-m{
    display: none;
}
.roomlist{
  display: flex;
  justify-content: center;
  gap: 5%;
}

/* 롤링 텍스트 */
.moving_text_wrap {
  width: 100%;
  overflow: hidden;
}
.moving_text {
  font-size: 119px;
  line-height: 2.7em;
  letter-spacing: 0.13em;
  font-weight: 400;
  color:#6D5D52;
  white-space: nowrap;
  animation: move_text 44s linear infinite;
}
@keyframes move_text {
  0% {
    transform: translateX(50%);
  }
  100% {
      transform: translateX(-130%);
  }
}




/* 메인 - 스페셜 미리보기*/
.special-section {
  position: relative;
  display: flex;
  padding: 0;
  height: 100vh;
  flex-wrap: wrap;
}
.special-title { /* 좌측 문구 영역 wrap */
  position: relative;
  width: 30%;
  background: 
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url('/html/images/main/spe_bg.jpg') no-repeat center center/cover;
  color: #fff;
}
.special-title h2 {
  font-size: 60px;
  margin: 140px 0 100px; 
  text-align: center;
  color: #fff;
}

.special-title ul {
  list-style: none;
  margin: 0 auto;
  width: max-content;
  font-size: 17px;
  line-height: 2.2;
}
.special-title ul li {
  margin-bottom: 40px;
}
.special-content { /* 우측 이미지 영역 wrap */
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12%;
  background-color: #6D5D52;
}

.special-item {
  width: 35%;
  text-align: center;
  margin-top: 6%;
}
.special-item.bbq {
  margin-top: 14%;
}
.special-item .imgbox {
  overflow: hidden;
  max-width: 400px;
  margin: 0 6%;
}
.special-item .imgbox img {
  width: 100%;
  height: auto;
  max-width: 400px;
  transition: all 0.8s ease-in-out;
  transform: scale(1.15);
}
.special-item .imgbox img:hover {
  transform: scale(1.03);
}

.special-item h3 {
  font-size: 35px;
  line-height: 2em;
  margin: 10px 0 5px;
  color: #fff;
}

.special-item p {
  font-size: 17px;
  line-height: 2em;
  margin-bottom: 25px;
  color: #fff;
}

.special-item a.more_btn {
  margin: 0 auto;
  padding: 0;
  width: 150px;
  border: none;
  background-color: transparent;
}
.special-item a.more_btn span {
  font-size: 20px;
  line-height: 1.5;
}
.special-item a.more_btn .arrowbox {
  width: 25px;
  height: 25px;
  margin: 6px 0px 6px;
}
.special-item a.more_btn .arrowbox::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  transform: rotate(45deg);
  /* transition: all 0.2s linear; */
}
.special-item a.more_btn:hover .arrowbox::before {
  transform: rotate(-135deg);
}
.special-item a.more_btn .arrowbox img {
  /* transform: translateX(0); */
  width: 28px;
  max-width: 28px;
}
.special-item a.more_btn:hover img {
  transform:  translateX(12px);
}



@media(max-width:768px){
  .mo {display: block !important;}
  .pc {display: none !important;}
  
  .main2 .text .textposition1, .main2 .text .textposition2 {
    font-size: 14px;
  }

  .preview .preview_arrow {
    bottom: 23px;
    right: 17px;
  }
  .preview .preview_arrow img {
    height: auto;
  }
  .preview .swiper-slide:hover .preview_arrow img {
    transform: none;
  }
  .banner{
      background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/html/images/main/m/img04.jpg');
      width: 100%;
      height: 100%;
      min-height: 300px;
      background-attachment: fixed;
  }
  .banner h3 b{
    font-size: 36px;
    line-height: 2.5em;
  }
  .banner h3 span{
    font-size: 15px;
  }
  .banner img{
    height: auto;
  } 
  /*롤링 텍스트 */
  .moving_text {
    font-size: 40px;
    animation: move_text 20s linear infinite;
  }


  /*메인 스페셜 미리보기 */
  .special-section {
    height: 85vh;
  }
  .special-title { /* 좌측 문구 영역 wrap - 모바일에서는 뒤에 깔림 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .special-title h2 {
    padding-left: 9%;
    font-size: 24px;
    margin: 30px 0 100px; 
    text-align: left;
  }
  .special-title ul {
    opacity: 0;
  }
  .special-content { /* 우측 이미지 영역 wrap */
    position: absolute;
    bottom: 30px;
    left: 25%;
    z-index: 1;
    width: 50%;
    height: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
  }
  .special-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5%;
    text-align: center;
    margin-top: 0;
    display: none;
  }
  .special-item.active {
    display: block;
    animation: fadein 0.7s ease;
  }
  .special-item.pool, .special-item.bbq {
    margin-top: 14%;
  } 

  @keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  /* .special-item.pool {
    opacity: 1;
    animation: opacity 7s ease infinite;
    pointer-events: auto;
  }
  .special-item.bbq {
    opacity: 0;
    margin-top: 0;
    animation: opacity-r 7s ease infinite;
    pointer-events: none;
  }
  @keyframes opacity {
    0%, 35% { opacity: 1;}
    50%, 85% { opacity: 0;}
    100% { opacity: 1;}
  }
  @keyframes opacity-r {
    0%, 35% { opacity: 0;}
    50%, 85% { opacity: 1;}
    100% { opacity: 0;}
  } */
  .special-item img {
    max-width: 100%;
  }
  .special-item h3 {
    font-size: 20px;
    line-height: 2em;
    margin: 10px 0 5px;
    color: #fff;
  }
  .special-item p {
    font-size: 12px;
    line-height: 2em;
    margin-bottom: 25px;
    color: #fff;
  }
  .special-item a.more_btn {
    width: 115px;
  }
  .special-item a.more_btn span {
    font-size: 14px;
  }
}

@media(max-width:500px){
  .roomlist{
  flex-direction: column;
  }
  .imgcover{
    
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10%;
    padding: 4px;
  }
  .imgcover img{
    width: 100%;
  }
    .mainslide{
        height: auto;
    }
    .main2 .text{
        line-height: 17px;
        font-size: 11px;
      }
      .main2 .text h3{
        font-size: 20px;
        margin-bottom: 8%;
      }
      .main2 .text .textposition1, .main2 .text .textposition2{
        font-size: 11px;
        line-height: 20px;
      }
      .main2{
        height: 65%;
      }
      .main2 .flex{
        height: 50%;
      } 
      .main2 img{
        height: 100%;
      }
      /* .mainslide h2{
        font-size: 20px;
      }
      .mainslide span{
        font-size: 10px;
      }
      .mainslide .textbox{
        top: 47%;
      } */
      .preview h2::after{
        width: 18%;
        margin-top: 7%;
        margin-bottom: 5%;
      }
      .preview h2{
        font-size: 35px;
      }
      .preview p{
        font-size: 14px;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 7%;
        line-height: 25px;
        word-break: keep-all;
      }
      .preview_text {
        font-size: 35px;
        line-height: 40px;
      }
      .preview_text span {
        font-size: 25px;
      }
      .preview{
        padding: 120px 0;
      }
      .banner img{
        height: 65% !important;
      }
      .banner h3 b{
        font-size: 25px;
      }
      .banner h3 span {
        font-size: 11px;
      }
      .banner{
        /* margin-bottom: 15%; */
      }
      #banner2{
        height: 275px;
        /* margin-bottom: 20%; */
      }
      #banner2 img{
        height: 100% !important;
      }
      .special-content {
        bottom: 30px;
        left: 9%;
        width: 82%;
        height: 84%;
      }
        
}
@media (max-width:400px){
  /*메인 스페셜 미리보기 */
  .special-section {
    height: 80vh;
  }
  .special-content {
    height: 82%;
  }
}
@media (max-width:370px){
  .main_reserve .textarea h2 {
    font-size: 30px;
  }
  .special-content {
    height: 77%;
  }
}

