@media screen and (min-width: 1201px) {
  .bnf-home .bnf-slider {
    height: 100vh;
  }
  .bnf-home .bnf-item .b-img img {
    object-fit: contain;
    object-position: right;
  }
  .bnf-home .bnf-item .b-img {
    width: 50%;
  }
}

.bnf-home .bnf-content {
  position: absolute;
  right: 0%;
  width: 50%;
  text-align: center;
  padding: 0 1.5rem;
  top: calc(var(--size-hd) + 4vmin);
}
.bnf-home .bnf-wrap {
  margin-bottom: 0;
}
.site-main {
  padding-top: 13rem;
}
@media screen and (max-width: 1200px) {
  .bnf-home .bnf-content {
    bottom: unset;
    top: 2.4rem;
    text-align: center;
    width: 100%;
    position: static;
    transform: unset;
    padding: 0;
  }
  .bnf-home .bnf-slider .b-sw {
    position: static;
    transform: unset;
  }
  .site-main {
    padding-top: 7rem;
  }
  .bnf-home .bnf-slider {
    padding-top: 0;
    display: flex;
    flex-direction: column-reverse;
    gap: 1.2rem;
  }
  .bnf-home {
    padding-top: 6dvb;
    background: radial-gradient(
      109.13% 109.13% at 50% 50%,
      #d2ebfb 0%,
      #8bcaf6 100%
    );
  }
}
.hotel-map {
  margin-top: 2.4rem;
}
/* .compe-slider .swiper-container,
.compe-slider .swiper,
.compe-slider .swiper-slide {
  overflow: visible;
} */
.gal-note {
  font-size: 1.4rem;
  font-style: italic;
  text-decoration: underline;
  font-weight: 500;
  color: var(--color-pri);
  display: block;
  margin: 0 auto;
}
.ticket-map {
  margin-bottom: 1.2rem;
}
.ticket-map img {
  display: block;
  width: 100%;
}
.compe-pagi {
  position: absolute;
  bottom: 0.4rem !important;
  margin-top: 0;
  justify-content: center;
  width: 100%;
}
.compe-pagi .swiper-pagination-bullet {
  height: 0.4rem;
}
@media screen and (min-width: 1200px) {
  .hotel-map {
    width: 80vh;
    margin: 0 auto;
  }
  .hotel-map {
    margin-top: 2.4rem;
    display: flex;
    justify-content: center;
  }
  .hotel-map-img img {
    display: block;
    width: 100%;
    object-fit: contain;
  }
}
.compe-control {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  z-index: 3;
  --size: 3rem;
}
.btn-play {
  width: 6.2rem;
  height: 6.2rem;
  background: #fff;
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
}
.btn-play .pause {
  display: none;
}
.btn-play.playing .play {
  display: none;
}
.btn-play.playing .pause {
  display: block;
}
.compe-slider,
.compe-slider .b-sw,
.compe-slider .swiper-container,
.compe-slider .swiper {
  height: 100%;
}
.ct-box {
  word-break: break-all;
}
.gtranslate_wrapper {
  width: fit-content;
  margin: 0 auto;
}
.gt_option a:not(.gt_current) {
  display: flex !important;
  align-items: center;
  gap: 0.8rem;
}
.gt_container-aosmq2 .gt_switcher a {
  display: flex !important;
  align-items: center;
  gap: 0.8rem;
}
.gt_switcher {
  font-family: "Beautique Display" !important;
  font-weight: 500;
  position: relative;
  overflow: visible !important;
}
.gt_option {
  position: absolute !important;
  top: 100%;
  left: 0;
  margin-top: 0.4rem;
}
.gt_switcher a {
  border: unset !important;
  position: relative;
  background: #fff;
}
.gt_switcher a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 0.2rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#47ddec),
    color-stop(25%, #eb2642),
    color-stop(50%, #fb923c),
    color-stop(75%, #44efa1),
    to(#47ddec)
  );
  background: linear-gradient(
    90deg,
    #47ddec 0%,
    #eb2642 25%,
    #fb923c 50%,
    #44efa1 75%,
    #47ddec 100%
  );
  -webkit-mask: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #fff)
      )
      content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.gt_option {
  border: unset !important;
}
/*# sourceMappingURL=backdoor.css.map */
