@charset "utf-8";
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction
{
	display: flex;
  bottom: 3% !important;
  left: 50% !important;
  width: 50%;
  justify-content: center;
  transform: translateX(-50%);
}

.swiper-button-next:after, .swiper-button-prev:after{
  color: transparent;
  width: 0;
}
.swiper-button-prev:focus:not(:focus-visible),
.swiper-button-next:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}

.swiper-pagination-progressbar {
  height: 4px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: auto !important;
  bottom: 65px ;
  left: 7.8% !important;
  width: 260px !important;
}
.swiper-control-box {
  position: absolute;
  bottom: 65px;
  left: 49%;
  width: 124px;
  height: 63px;
  transform: translateX(-50%);
  z-index: 1;
}
/* .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
} */
.swiper-pagination-number {
  position: absolute;
  bottom: 15px;
  right: 1%;
  color: white;
  font-size: 18px;
  z-index: 10;
}
.swiper-button-prev.mainbtn1 .bar {
  position: absolute;
  /* left: 50%; */
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 19px;
  background-color: #303030;
  opacity: 0.2;
}

.swiper-button-prev.mainbtn1,
.swiper-button-next.mainbtn2 {
  position: absolute;
  top: auto !important;
  bottom: 1px;
  height: 100%;
  color: #303030;
  font-size: 21px;
  font-family: 'ridi';
  z-index: 10;
  cursor: pointer;
  width: 50%;
  background-color: #fff;
  -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-select: none;
}

.swiper-button-prev.mainbtn1 {
  left: 10px;
  border-radius: 32px 0px 0px 32px;
}

.swiper-button-next.mainbtn2 {
  right: -10px;
  border-radius: 0px 32px 32px 0px;
}

.swiper-button-prev.mainbtn1::before {
   content: '';
   position: absolute;
   z-index: -1;
   top: 0;
   right: 0;
   width: 101%;
   height: 100%;
   background-color: #ADB893;
   border-radius: 32px 0px 0px 32px;
   clip-path: circle(0% at 100% 50%);
   transition: clip-path 0.7s ease;
}
.swiper-button-prev.mainbtn1:hover::before {
  clip-path: circle(100% at 100% 50%);
}

.swiper-button-next.mainbtn2::before {
   content: '';
   position: absolute;
   z-index: -1;
   top: 0;
   left: 0;
   width: 101%;
   height: 100%;
   background-color: #ADB893;
   border-radius: 0px 32px 32px 0px;
   clip-path: circle(0% at 0% 50%);
   transition: clip-path 0.7s ease;
}
.swiper-button-next.mainbtn2:hover::before {
  clip-path: circle(100% at 0% 50%);
}

.slide-caption { 
  position: absolute;
  bottom: 40%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.slide-caption h2 {
  font-size: 90px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #fff ;
  animation: opacity03 3.3s forwards;
}
@keyframes opacity03 {
  0% { opacity: 1;}
  80% {opacity: 1;}
  100% {opacity: 0;}
}
.slide-caption p {
  font-size: 19px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 40px;
}
.swiper1 .slide-caption h2 { /*메인 슬라이드 */
  font-size: 115px;
  
}
/* .swiper1 .slide-caption h2,
.swiper1 .slide-caption p,
.swiper1 .slide-caption .view-more-button {
  opacity: 0;
  transform: translateY(45px);
  transition: all 1s ease;
}
.swiper1 .swiper-slide-active .slide-caption h2, 
.swiper1 .swiper-slide-active .slide-caption p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.swiper1 .swiper-slide-active .slide-caption .view-more-button {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
} */


a.more_btn_diamond.view-more-button {
  width: 130px;
  padding: 8px 0;
  background: transparent;
  color: black;
  text-decoration: none;
  border: none;
}
a.more_btn_diamond.view-more-button .arrowbox::before {
  border: 1px solid #fff;
}
a.more_btn_diamond.view-more-button span {
  color: #fff;
  font-size: 19px;
}


/* about swiper */


.swiper-wrap{
  overflow: hidden;
}
.swiper3 .swiper-pagination-bullet{
	width: 6px !important;
	height: 6px !important;
	border-radius: 0 !important;
	border: 1px solid #fff !important;
	opacity: 1 !important;
	background-color: transparent !important;
  border-radius: 100px !important;
}

.swiper3 .swiper-pagination-bullet-active{
	background-color: #fff !important;
}


.swiper4 .swiper-pagination-bullet{
	width: 6px !important;
	height: 6px !important;
	border-radius: 0 !important;
	border: 1px solid #fff !important;
	opacity: 1 !important;
	background-color: transparent !important;
  border-radius: 100px !important;
}

.swiper4 .swiper-pagination-bullet-active{
	background-color: #fff !important;
}


.swiper6 .swiper-pagination-bullet{
	width: 6px !important;
	height: 6px !important;
	border-radius: 0 !important;
	border: 1px solid #fff !important;
	opacity: 1 !important;
	background-color: transparent !important;
  border-radius: 100px !important;
}

.swiper6 .swiper-pagination-bullet-active{
	background-color: #fff !important;
}
.roompreview .swiper2{
	overflow: hidden;
	width: 78%;
	margin: 0 auto;
	text-align: center;
}

.swiper2 .swiper-slide{
	min-height: 420px;
	max-height: 420px;

}
.swiper2 .swiper-slide img{
	display: block;

}
.swiper2 .swiper-wrapper{
	max-height: 420px;
}

.roompreview .swiper5{
	overflow: hidden;
	width: 78%;
	margin: 0 auto;
	text-align: center;
}

.swiper5 .swiper-slide{
	min-height: 420px;
	max-height: 420px;
	width: calc(100% / 3) !important;
}
.swiper5 .swiper-slide img{
	display: block;
object-fit: cover;
}
.swiper5 .swiper-wrapper{
	max-height: 420px;
}
/* .swiper2 .swiper-slide{
	width: auto !important;
	height: auto !important;
} */
.preview{
	position: relative;
}
.preview-m{
  position: relative;
  display: none;
}
.roomlist{
	position: relative;
}

.preview-m .swiper-wrap{
  width: 80%;
  margin: 0 auto;
}
.preview-m .swiper-horizontal{

  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.preview-m .imgcover{
  width: auto;
  text-align: center;
}
.preview-m .swiper-slide{
  max-height: 450px;
  width: 80%;
}
.preview-m .swiper-wrapper{
  height: auto;
}
/* about swiper */
/* .mainbtn1{
    background: url(/html/images/common/main_left.png);
    background-repeat: no-repeat;
    width: 48px ;
    height: 48px ;
    left: 6%;
    top: 50% ;
}
.mainbtn2{
    background: url(/html/images/common/main_right.png);
    background-repeat: no-repeat;
    width: 48px ;
    height: 48px ;
right: 6% ;
top: 50% ;
} */

.aboutbtn1{
    background: url(/html/images/common/main_left.png);
    background-repeat: no-repeat;
    width: 48px !important;
    height: 48px !important;
    left: 120px !important;
    top: 50% !important;
}
.aboutbtn2{
    background: url(/html/images/common/main_right.png);
    background-repeat: no-repeat;
    width: 48px !important;
    height: 48px !important;
right: 120px !important;
top: 50% !important;
}

.roombtn1{
    background: url(/html/images/common/main_left.png);
    background-repeat: no-repeat;
    width: 48px !important;
    height: 48px !important;
    left: 120px !important;
    top: 50% !important;
}
.roombtn2{
    background: url(/html/images/common/main_right.png);
    background-repeat: no-repeat;
    width: 48px !important;
    height: 48px !important;
right: 120px !important;
top: 50% !important;
}

.preview1{
    background: url(/html/images/common/room_left.png);
    background-repeat: no-repeat;
    width: 42px !important;
    height: 42px !important;
    left: 6% !important;
    top: 58% !important;
}
.preview2{
  background: url(/html/images/common/room_right.png);
  background-repeat: no-repeat;
  width: 42px !important;
  height: 42px !important;
right: 6% !important;
top: 58% !important;
}
.preview1_m{
  background: url(/html/images/common/room_left.png);
  background-repeat: no-repeat;
  background-size: 28px 28px;
  width: 42px !important;
  height: 42px !important;
  left: 7% !important;
  top: 41% !important;
}
.preview2_m{
  background: url(/html/images/common/room_right.png);
  background-repeat: no-repeat;
  background-size: 28px 28px;
  width: 42px !important;
  height: 42px !important;
  right: 7% !important;
  top: 41% !important;
}


.roomlistbtn1{
    background: url(/html/images/common/room_left.png);
    background-repeat: no-repeat;
    width: 42px !important;
    height: 42px !important;
    left: 120px !important;
    top: 59% !important;
}
.roomlistbtn2{
    background: url(/html/images/common/room_right.png);
    background-repeat: no-repeat;
    width: 42px !important;
    height: 42px !important;
right: 120px !important;
top: 59% !important;
}

.specialbtn1{
    background: url(/html/images/common/main_left.png);
    background-repeat: no-repeat;
    width: 48px !important;
    height: 48px !important;
    left: 120px !important;
    top: 50% !important;
}
.specialbtn2{
    background: url(/html/images/common/main_right.png);
    background-repeat: no-repeat;
    width: 48px !important;
    height: 48px !important;
right: 120px !important;
top: 50% !important;
}

.swiper2 .swiper-slide .imgcover img {
  transition: all 0.8s ease;
}
.swiper2 .swiper-slide:hover .imgcover img{
	/* transform: scale(1.2); */
  filter: brightness(0.5);
}
.swiper2 .swiper-slide:hover .preview_text {
  color: #fff;
}
.swiper2 .imgcover{
	max-width: 475px;
	max-height: 325px;
	overflow: hidden;
}

.swiper5 .swiper-slide:hover img{
	transition: all ease 0.8s;
	transform: scale(1.2);

	
}
.swiper5 .imgcover{
	max-width: 460px;
	max-height: 310px;
	overflow: hidden;
}
.roomlist .swiper-wrap{
	width: 80%;
	margin: 0 auto;
}

@media(max-width:1200px) {
  .slide-caption {
    bottom: 45%;
    width: max-content;
  }
  .slide-caption h2, .swiper1 .slide-caption h2 {
    font-size: 55px;
  }
}


@media(max-width:991px){
  .swiper5 .swiper-slide{
    width: 100% !important;
    text-align: center !important;
    max-height: 500px;
    min-height: 500px;
  }
  .swiper5 .swiper-wrapper{
    max-height: 500px;
  }
  .swiper5 .imgcover{
 width: 70%;
 margin: 0 auto;
 max-width: none;
 max-height: none;
  }
  .swiper5 .swiper-slide img{
    display: block;
    width: 100%;
  }
  .roomlistbtn1,.roomlistbtn2{
top: 49% !important;
  }
  .roomlistbtn1{
    left: 8% !important;
  }
  .roomlistbtn2{
    right: 8% !important;
  }
}
@media(max-width:768px){
  .preview.pc{
    display: none;
  }
  .preview-m{
    display: block;
  }
  .swiper3 .swiper-wrapper{
    height: auto !important;
  }
  .swiper4 .swiper-wrapper{
    height: auto !important;
  }
  .swiper6 .swiper-wrapper{
    height: auto !important;
  }
  .swiper5 .swiper-wrapper{
    max-height: 450px;
  }
  .slide-caption h2, .swiper1 .slide-caption h2 {
    font-size: 40px;
  }

  .swiper-control-box {
    width: 16.6vw;
    height: 8.3vw;
    bottom: 14px;
  }
  .swiper-button-prev.mainbtn1, .swiper-button-next.mainbtn2 {
    font-size: 17px;
  }
  .swiper-pagination-number {
    font-size: 13px;
  }

}
@media(max-width:500px){
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    width: 80% !important;
  }
  .swiper3 .swiper-pagination-bullet{
    width: 10px !important;
    height: 10px !important;
  
  }
  
  .swiper4 .swiper-pagination-bullet{
    width: 10px !important;
    height: 10px !important;
   
  }

  .swiper6 .swiper-pagination-bullet{
    width: 10px !important;
    height: 10px !important;
  }

.roombtn1{
    background: url(/html/images/common/m/main_left_m.png);
    background-repeat: no-repeat;
    width: 40px !important;
    height: 40px !important;
    left: 5% !important;
    top: 50% !important;
}
.roombtn2{
    background: url(/html/images/common/m/main_right_m.png);
    background-repeat: no-repeat;
    width: 40px !important;
    height: 40px !important;
    right: 5% !important;
    top: 50% !important;
}

  .swiper1 .swiper-wrapper{
    height: auto !important;
    /* min-height: 320px; */
  }
  .swiper1 .swiper-wrapper img{
    /* min-height: 320px; */
  }
  .topslide .swiper-wrap{
    /* max-height: 320px !important; */
    /* margin-top: 50px; */
  }

  .swiper3 .swiper-wrapper{
    height: auto !important;
    min-height: 320px;
  }
  .swiper3 .swiper-wrapper img{
    min-height: 320px;
    width: 100%;
  }
  .aboutslide .swiper-wrap{
    /* max-height: 320px !important; */
  }
  .aboutslide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper4 .swiper-wrapper{
    height: auto !important;
    min-height: 320px;
  }
  .swiper4 .swiper-wrapper img{
    min-height: 320px;
    width: 100%;
  }
  .roomslide .swiper-wrap{
    /* max-height: 320px !important; */
  }
  .roomslide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


.aboutbtn1{
  background: url(/html/images/common/m/main_left_m.png);
  background-repeat: no-repeat;
  width: 40px !important;
  height: 40px !important;
  left: 6%!important;
  top: 50% !important;
}
.aboutbtn2{
  background: url(/html/images/common/m/main_right_m.png);
  background-repeat: no-repeat;
  width: 40px !important;
  height: 40px !important;
right: 6% !important;
top: 50% !important;
}
.specialbtn1{
  background: url(/html/images/common/m/main_left_m.png);
  background-repeat: no-repeat;
  width: 40px !important;
  height: 40px !important;
  left: 6% !important;
  top: 50% !important;
}
.specialbtn2{
  background: url(/html/images/common/m/main_right_m.png);
  background-repeat: no-repeat;
  width: 40px !important;
  height: 40px !important;
right: 6% !important;
top: 50% !important;
}
.swiper7 img{
  display: block;
  width: 100%;
  height: 100%;
}
.preview-m .swiper-horizontal{
  width: 100%;
}
.preview1_m{
  top: 45% !important;
  left: 3% !important;
}
.preview2_m{
  top: 45% !important;
  right: 0.4% !important;
}
.swiper5 .swiper-wrapper{
  max-height: 250px;
}
.swiper5 .swiper-slide{
  max-height: 250px;
  min-height: 250px;
}

  @media(max-width:420px){
    .swiper-control-box {
      width: 67px;
      height: 33px;
      bottom: 10px;
    }
    .swiper-button-prev.mainbtn1, .swiper-button-next.mainbtn2 {
      font-size: 15px;
    }
  }
  




