@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;
}

.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: calc(7.8% + 280px);
  width: 135px;
  height: 40px;
  transform: translateY(50%);
  z-index: 1;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-number {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 20px;
  z-index: 10;
}
.swiper-button-prev.mainbtn1,
.swiper-button-next.mainbtn2 {
  position: absolute;
  top: auto !important;
  bottom: 1px;
  color: white;
  font-size: 27px;
  z-index: 10;
  cursor: pointer;
}

.swiper-button-prev.mainbtn1 {
  left: 10px;
}

.swiper-button-next.mainbtn2 {
  right: -10px;
}
.slide-caption { /* 메인 제외 나머지 */
  position: absolute;
  bottom: 90px;
  left: 7.8%;
  z-index: 5;
}
.slide-caption h2 {
  font-size: 70px;
  line-height: 1.2;
  letter-spacing: 6px;
  font-weight: 400;
  color: #fff ;
}
.slide-caption p {
  font-size: 19px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 40px;
}
.swiper1 .slide-caption { /*메인 슬라이드 */
  position: absolute;
  bottom: 140px;
  left: 7.8%;
  z-index: 5;
  
}
.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: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;
  }
  .swiper1 .slide-caption, .slide-caption {
    bottom: 30px;
  }
  .slide-caption h2 {
    font-size: 27px;
    line-height: 1.1;
    letter-spacing: 3px;
    font-weight: 400;
    color: #fff ;
  }

  .slide-caption p {
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 17px;
  }
  a.more_btn_diamond.view-more-button {
    width: 90px;
  }
  a.more_btn_diamond.view-more-button span {
    font-size: 12px;
  }
  .swiper-pagination-progressbar {
    max-width: 55vw;
    bottom: 19px;
  }
  .swiper-control-box {
    width: 130px;
    left: auto;
    right: 5%;
    bottom: 19px;
  }

}
@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;
}

.swiper-pagination-number {
  bottom: 11px;
  font-size: 16px;
}
.swiper-button-prev.mainbtn1, .swiper-button-next.mainbtn2 {
  font-size: 20px;
}
.swiper-button-prev.mainbtn1 {
    left: 30px;
}
.swiper-button-next.mainbtn2 {
    right: 8px;
}
  .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;
  }

  /* .mainbtn1{
    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;
}
.mainbtn2{
    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;
} */
.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;
}
.roomlistbtn1,.roomlistbtn2{
  top: 43% !important;
    }
    .roomlistbtn1{
      left: 3% !important;
    }

    .roomlistbtn2{
      right: 3% !important;
    }
  }
  @media(max-width:420px){
    .roomlistbtn1,.roomlistbtn2{
      top:51% !important;
        } 
  }
  @media(max-width:375px){
    .roomlistbtn1,.roomlistbtn2{
      top: 46% !important;
        } 
  }
  /* @media(max-width:375px) and (min-height:800px){
    .roomlistbtn1,.roomlistbtn2{
      top: 45% !important;
        }  
  } */
@media(max-width:320px){
   .roomlistbtn1,.roomlistbtn2{
      top: 44% !important;
        } 
}




