@charset "UTF-8";
/*-------------------------------------------------------------------
    파일정의 : 메인페이지 스타일
-------------------------------------------------------------------*/
.quick {
  position: fixed;
  right: 1rem;
  bottom: 10.3rem;
  z-index: 30;
}
.quick .quick-open {
  margin: 1.2rem auto 0;
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  box-shadow: 0 0 130px 0 #81470D;
  backdrop-filter: blur(9px);
  background: url("../images/common/ico_close_wh.png") no-repeat center, #81470D;
  background-size: 1.318rem auto;
}
.quick.open .quick-open {
  background: url("../images/common/ico_quick_open.png") no-repeat center, #fff;
  background-size: 0.5rem auto;
}
.quick ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}
.quick ul li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}
.quick ul li .quick-btn {
  width: 6rem;
  height: 6rem;
  display: block;
}
.quick ul li .quick0 {
  background: url("/m/images/common/btn_quick0.png") no-repeat center;
  background-size: contain;
}
.quick ul li .quick1 {
  background: url("/m/images/common/btn_quick1.png") no-repeat center;
  background-size: contain;
}
.quick ul li .quick2 {
  background: url("/m/images/common/btn_quick2.png") no-repeat center;
  background-size: contain;
}
.quick ul li .quick3 {
  background: url("/m/images/common/btn_quick3.png") no-repeat center;
  background-size: contain;
}
.quick ul li .quick4 {
  background: url("/m/images/common/btn_quick4.png") no-repeat center;
  background-size: contain;
}

.quick ul.show li {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.quick ul.show li:nth-child(4) {
  transition-delay: 0.1s;
}
.quick ul.show li:nth-child(3) {
  transition-delay: 0.2s;
}
.quick ul.show li:nth-child(2) {
  transition-delay: 0.3s;
}
.quick ul.show li:nth-child(1) {
  transition-delay: 0.4s;
}
.quick.fixed {
  position: absolute;
  bottom: 1.5rem;
  top: auto;
}
.en-btn {
    position: fixed;
    top: 3.5rem;
    bottom: auto;
    left: 2.5rem;
	letter-spacing: 1.8px;
	color: #fff;
	font-size: 1.3rem;
    font-weight: 500;
	font-family: montserrat;
	z-index: 900;
	/*background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(4px);*/
    padding: 0.8rem 1.3rem;
	border-radius: 20px;
}
.en-btn a{
}
.en-btn img {
width:2.4rem;
}

.banner {
  height: 100vh;
  /* 커스텀 페이지네이션 */
}
.banner .swiper-slide {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
}
.banner .custom-pagination {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(4px);
  padding:0.7rem 0.6rem 0.8rem;
  color: #fff;
  border-radius: 20px;
  z-index: 10;
  letter-spacing: 3px;
      font-weight: 100;
    font-size: 1.5rem;
}
.banner .custom-pagination span {
  font-size: 1.3rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1px;
  font-family: 'Montserrat';
}
.banner .custom-pagination span:first-child {
  margin-right:3px;
}

.banner .slide1 {background: url("/m/images/main/banner5(2).jpg") no-repeat center;background-size: cover;}
.banner .slide2 {background: url("/m/images/main/banner6.jpg") no-repeat center;background-size: cover;}
.banner .slide3 {background: url("/m/images/main/banner1.jpg") no-repeat center;background-size: cover;}
.banner .slide4 {background: url("/m/images/main/banner2.jpg") no-repeat center;background-size: cover;}
.banner .slide5 {background: url("/m/images/main/banner3.jpg") no-repeat center;background-size: cover;}
.banner .slide6 {background: url("/m/images/main/banner4.jpg") no-repeat center;background-size: cover;}
.banner .slide7 {background: url("/m/images/main/banner5.jpg") no-repeat center;background-size: cover;}
.banner .slide8 {background: url("/m/images/main/banner7.jpg") no-repeat center;background-size: cover;}
.banner .slide9 {background: url("/m/images/main/banner8.jpg") no-repeat center;background-size: cover;}
.banner .slide10 {background: url("/m/images/main/banner9.jpg") no-repeat center;background-size: cover;}
.banner .slide11 {background: url("/m/images/main/banner10.jpg") no-repeat center;background-size: cover;}
.banner .slide12 {background: url("/m/images/main/banner11.jpg") no-repeat center;background-size: cover;}
.banner .slide13 {background: url("/m/images/main/banner12.jpg") no-repeat center;background-size: cover;}
.banner .slide14 {background: url("/m/images/main/banner13.jpg") no-repeat center;background-size: cover;}
.banner .slide15 {background: url("/m/images/main/banner14.jpg") no-repeat center;background-size: cover;}
.banner .slide16 {background: url("/m/images/main/banner15.jpg") no-repeat center;background-size: cover;}

.banner .tit-wrap {
  position: absolute;
  left: 0;
  bottom: 20rem;
  z-index: 1;
  padding-left: 3.5rem;
}
.banner .tit-wrap .txt1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  display: block;
  color: #fff;
  text-shadow: 0 0 4px rgb(0 0 0 / 14%);
}
.banner .tit-wrap .txt2 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  display: block;
  margin-top: 1.3rem;
  color: #fff;
  text-shadow: 0 0 2px rgb(0 0 0 / 21%);
}

.event {
  margin-top: 3rem;
  height: auto;
}
.event .img-wrap img {
  width: 100%;
  height: auto;
}

.package {
  margin-top: 3rem;
}
.package .package-wrap .list li img {
  width: 100%;
  height: auto;
}
.package .package-wrap .list li .cont-wrap {
  padding: 3rem 3rem 5.5rem 3.2rem;
}
.package .package-wrap .list li .cont-wrap .tit {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  color: #222;
}
.package .package-wrap .list li .cont-wrap .txt {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #111;
  letter-spacing: 0.2px;
  margin-top: 1.2rem;
}
.package .package-wrap .list li .cont-wrap .date {
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.3px;
  line-height: 1.4;
  margin-top: 1.7rem;
  display: block;
  font-family: montserrat;
}
.package .package-wrap .list li .cont-wrap .tag-wrap {
  display: flex;
  gap: 0.7rem;
  margin-top: 3.2rem;
  flex-wrap: wrap;
}
.package .package-wrap .list li .cont-wrap .tag-wrap .tag {
  border: 1px solid #E2E2E2;
  gap: 10px;
  border-radius: 17px;
  padding: 0.7rem 1.1rem 0.7rem 1.1rem;
  color: #868079;
  text-align: center;
  display: block;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1;
  /*letter-spacing: -0.05em;*/
}

.location {
  background: #B4ACA4;
  position: relative;
}
.location .location-wrap .tit-wrap:before {
  content: "";
  width: 0.1rem;
  height: 15.4rem;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  margin: 0 auto;
}
.location .location-wrap .tit-wrap .tit img {/*2025-04-14*/
  display: block;
  margin: 5rem auto 0;
  width: auto;
}
.location .location-wrap .map-wrap .root_daum_roughmap {/*2025-04-14*/
  width: 94% !important;
  margin: 7rem auto 0;
}
.location .location-wrap .map-wrap .wrap_controllers {
  display: none;
}
.location .location-wrap .root_daum_roughmap .cont {
  display: none;
}
.location .location-wrap .cont-wrap {/*2025-04-14*/
  padding: 4.7rem 3.5rem 7.5rem 3.5rem;
}
.location .location-wrap .cont-wrap .copy-btn {/*2025-04-14*/
  width: 11.6rem;
  padding: 1rem 0;
  display: block;
  color: #FFF;
  font-size: 1.5rem;
  text-align: left;
  letter-spacing: -0.03em;
      margin-left: 3%;
  background: url("../images/common/arrow_wh.svg") no-repeat bottom center;
  background-size: contain;
}
.location .location-wrap .cont-wrap .addr-wrap {/*2025-04-14*/
  margin-top: 2.35rem;
  margin-left: 3%;
}
.location .location-wrap .cont-wrap .addr-wrap .addr-ko {/*2025-04-14*/
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.125;
  display: block;
}
.location .location-wrap .cont-wrap .addr-wrap .addr-en {/*2025-04-14*/
  color: #FFF;
  font-size: 1.5rem;
  font-family: Raleway;
  font-weight: 300;
  line-height: 1.2;
  display: block;
  margin-top: 1.1rem;
}
.location .location-wrap .cont-wrap .phone {/*2025-04-14*/
  display: flex;
  align-items: center;
  margin: 4.3rem 3% 0 3%;
  justify-content: space-between;
}
.location .location-wrap .cont-wrap .phone .tit {
  color: #FFF;
  font-size: 1.8rem;
  line-height: 1;
}
.location .location-wrap .cont-wrap .phone .number {/*2025-04-14*/
  color: #FFF;
  font-family: montserrat;
  text-align: right;
  font-size: 1.8rem;
}
.location .location-wrap .cont-wrap .btn-wrap {/*2025-04-14*/
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-top: 5.7rem;
}
.location .location-wrap .cont-wrap .btn-wrap a {
  display: flex;
  width: 48%;/*12.7rem;*/
  height: 6rem;
  padding: 1rem 1.7rem;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 500;
}



.video-wrap  video {margin-top: 3rem;width:100%;height: 100%;object-fit: cover}

.package-sd-detail {
  position: relative;
}
.package-sd-detail .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
}
.package-sd-detail .custom-pagination {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  z-index: 1;
  transform: translateX(-50%);
  color: #fff;
  display: flex;
  gap: 0 3rem;
  align-items: center;
  background: url("../images/common/slash_wh.png") no-repeat center;
  background-size: contain;
}
.package-sd-detail .custom-pagination span {
  color: #FFF;
  font-family: Raleway;
  font-size: 1.2rem;
}