.video-bg {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.video-bg {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-bg .main-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#mainSlider,
#mainSlider .slide-item,
#mainSlider .item{
    position:relative;
    width:100%;
    min-height:100svh;
}

.video-bg{
    position:absolute;
    inset:0;
    overflow:hidden;
}

.main-video{
    width:100%;
    height:100%;
    object-fit:cover;
}

@supports (-webkit-touch-callout: none) {
  .video-bg {
    height: -webkit-fill-available;
    /* iphone height */
  }
}

.pattern-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/themes/basic/assets/images/main/pattern_bg.png");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  pointer-events: none;
}

.bg-text {
  position: absolute;
  font-size: 180px;
  font-weight: 900;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px var(--outline-color);
  opacity: 0.5;
  pointer-events: none;
  z-index: -1;
}

/* naru-bread, naru-tab */
.naru-bread,
.tab.naru-tab .tab-nav {
  display: flex;
  gap: 0;
  width: 100%;
  margin-bottom: 80px;
}

.naru-bread li,
.tab.naru-tab .tab-nav > div {
  flex: 1;
}

.naru-bread li:nth-child(n + 2),
.tab.naru-tab .tab-nav > div:nth-child(n + 2) {
  margin-left: -1px;
}

.naru-bread li a,
.tab.naru-tab .tab-nav > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #eee;
  height: 65px;
  font-size: var(--f20);
  font-weight: 500;
  text-align: center;
  color: #aaa;
  padding: 0;
}

.naru-bread li.active a,
.tab.naru-tab .tab-nav > div.active {
  background-color: var(--color-sub);
  border-color: var(--color-sub);
  color: #fff;
  font-weight: 600;
}

/* about */
#about .content-title.dashline {
  margin-bottom: 60px;
}

#about .content-title.dashline::after {
  content: "";
  background-image: url("/themes/basic/assets/images/dashline.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 60px;
}

#about .infomation {
  margin-top: 80px;
}

#about .infomation dl {
  display: flex;
  align-items: flex-start;
}

#about .infomation dl ~ dl {
  margin-top: 35px;
}

#about .infomation dt {
  display: inline-flex;
  align-items: center;
  font-size: var(--f20);
  font-weight: 700;
  min-width: 210px;
}

#about .infomation dt .icon,
.main-location .info .icon,
.tour-item .info .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 10px;
}

#about .infomation dd {
  width: 100%;
  line-height: 1.8;
}

/* title-slider */
#titleSlider {
  margin: 0;
  position: relative;
}

#titleSlider .item {
  height: 100vh;
  position: relative;
  background: linear-gradient(
    to left,
    transparent 0%,
    rgb(0 0 0 / 15%) 60%,
    rgb(0 0 0 / 15%) 100%
  );
}

@supports (-webkit-touch-callout: none) {
  #titleSlider .item {
    height: -webkit-fill-available;
    /* iphone height */
  }
}

#titleSlider .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

#titleSlider .text {
  position: absolute;
  bottom: 150px;
  z-index: 2;
}

#titleSlider .text h1 {
  font-style: normal;
  line-height: 1.5;
}

#titleSlider .text p {
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

/* facility */
.facility .bg-text {
  --outline-color: #ccdcfb;
  top: 220px;
  left: 60px;
  opacity: 0.8;
  z-index: 0;
}

.facility .content-wrap {
  justify-content: space-around;
  align-items: center;
  column-gap: 60px;
}

.facility .content-title p {
  font-size: var(--f20);
  margin-top: 40px;
}

.facility .image {
  position: relative;
  width: 100%;
  max-width: 33%;
  height: auto;
  aspect-ratio: 9/11;
}

.facility .image .rounded-text-area {
  top: 10px;
  left: unset;
  right: 20px;
}

.facility .image-box {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 225px 225px 0 0;
  overflow: hidden;
}

.facility .image-box .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.facility .image .text-label {
  position: absolute;
  right: -135px;
  bottom: -40px;
  font-family: "Cormorant", "Pretendard", sans-serif;
  font-size: 80px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 1;
}

.reverse .facility .content-wrap {
  flex-direction: row-reverse;
}

.reverse .facility .image .rounded-text-area {
  right: unset;
  left: 20px;
}

.reverse .facility .image .rounded-text .coloring {
  fill: #fff;
}

.reverse .facility .image .text-label {
  color: #fff;
  right: unset;
  left: -100px;
}

/* facility-rolling */
.facility-rolling {
  display: block;
  overflow-x: hidden;
  margin: 60px 0 250px 0;
}

.facility-rolling .swiper-wrapper {
  transition-timing-function: linear;
}

.facility-rolling .swiper-slide {
  width: auto;
  height: 420px;
  position: relative;
  margin: 0;
}

.facility-rolling .swiper-slide .thumb {
  width: auto;
  height: 100%;
}

/* package */
.package .title {
  position: relative;
  text-align: center;
  margin: 100px auto 80px;
  width: fit-content;
  padding: 0 10px;
}

.package .title h2 {
  color: var(--color-sub);
  line-height: 1;
}

.package .title h2 span {
  color: var(--color-primary);
}

.package .title h2::before {
  content: "";
  display: block;
  width: 100%;
  height: 28px;
  background: #efefef;
  border-radius: 50%;
  position: absolute;
  bottom: -15px;
  z-index: -1;
}

.package .detail {
  max-width: 880px;
  margin: 0 auto;
}

.pes-preview {
  width: 100%;
  margin: 100px auto 150px !important;
  --arrow-width: 70px;
  --arrow-height: 70px;
  --arrow-position: -20px;
}

.pes-preview .slide-dots {
  --dot-position: -50px;
  --dot-color: #eee;
  --dot-active-color: var(--color-primary);
  text-align: center;
}

.pes-preview.slider .slick-track {
  margin: 0;
}

.pes-preview.slider .item {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 15px;
}

/* Desktop ( 1024px ~)*/
@media all and (min-width: 1024px) {
}

/* Laptop ( 1024px ~ 1360px)*/
@media all and (min-width: 1024px) and (max-width: 1360px) {
  .facility .image .text-label {
    zoom: 0.65;
  }
}

/* Tablet ( 768px ~ 1023px)*/
@media all and (min-width: 768px) and (max-width: 1023px) {
  .bg-text {
    font-size: 135px;
    opacity: 0.3;
  }

  /* naru-bread, naru-tab */
  .naru-bread,
  .tab.naru-tab .tab-nav {
    margin-bottom: 65px;
  }

  .naru-bread li a,
  .tab.naru-tab .tab-nav > div {
    font-size: 16px;
    height: 60px;
  }

  /* about */
  #about .content-title.dashline {
    margin-bottom: 45px;
  }

  #about .content-title.dashline::after {
    margin-top: 45px;
  }

  #about .infomation {
    margin-top: 45px;
  }

  #about .infomation dl ~ dl {
    margin-top: 30px;
  }

  #about .infomation dt {
    min-width: 170px;
  }

  #about .infomation dt .icon,
  .main-location .info .icon,
  .tour-item .info .icon {
    display: inline-block;
    width: 22px;
    height: 22px;
  }

  /* facility */
  .facility .bg-text {
    opacity: 0;
  }

  .facility .content-wrap {
    flex-direction: column;
    row-gap: 60px;
  }

  .facility .content-title {
    text-align: center;
  }

  .facility .content-title p {
    margin-top: 30px;
  }

  .facility .image {
    max-width: 70%;
  }

  .facility .image-box {
    border-radius: 300px 300px 0 0;
  }

  .facility .image .text-label {
    font-size: 70px;
  }

  .reverse .facility .content-wrap {
    flex-direction: column;
    margin-top: 60px;
  }

  /* facility-rolling */
  .facility-rolling {
    margin: 60px 0 130px 0;
  }

  .facility-rolling .swiper-slide {
    height: 300px;
  }

  /* package */
  .package .title {
    margin: 70px auto 80px;
  }

  .package .title h2::before {
    height: 22px;
    bottom: -10px;
  }

  .pes-preview {
    margin: 100px auto 120px !important;
    --arrow-width: 65px;
    --arrow-height: 65px;
  }

  .pes-preview.slider .item {
    margin: 0;
  }
}

/* Mobile ( ~ 767px)*/
@media all and (max-width: 767px) {
  .bg-text {
    font-size: 100px;
    opacity: 0.3;
  }

  /* naru-bread, naru-tab */
  .naru-bread,
  .tab.naru-tab .tab-nav {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .naru-bread li,
  .tab.naru-tab .tab-nav > div {
    flex: auto;
    width: 50%;
  }

  .naru-bread li:nth-child(n + 2),
  .tab.naru-tab .tab-nav > div:nth-child(n + 2) {
    margin-left: 0;
  }

  .naru-bread li:nth-child(even),
  .tab.naru-tab .tab-nav > div:nth-child(even) {
    margin-left: -1px;
  }

  .naru-bread li:nth-child(n + 3),
  .tab.naru-tab .tab-nav > div:nth-child(n + 3) {
    margin-top: -1px;
  }

  .naru-bread li a,
  .tab.naru-tab .tab-nav > div {
    font-size: 15px;
    height: 50px;
  }

  .naru-bread li a {
    width: 100%;
  }

  /* about */
  #about .content-title.dashline {
    margin-bottom: 30px;
  }

  #about .content-title.dashline::after {
    margin-top: 30px;
  }

  #about .infomation {
    margin-top: 30px;
  }

  #about .infomation dl {
    flex-direction: column;
    row-gap: 10px;
  }

  #about .infomation dl ~ dl {
    margin-top: 30px;
  }

  #about .infomation dt {
    min-width: unset;
  }

  #about .infomation dt .icon,
  .main-location .info .icon,
  .tour-item .info .icon {
    width: 20px;
    height: 20px;
  }

  /* title-slider */

  #titleSlider .text {
    bottom: 130px;
  }

  /* facility */
  .facility .bg-text {
    opacity: 0;
  }

  .facility .content-wrap {
    flex-direction: column;
    row-gap: 45px;
    padding-bottom: 30px;
  }

  .facility .content-title {
    text-align: center;
  }

  .facility .content-title p {
    font-size: 15px;
    margin-top: 30px;
  }

  .facility .image {
    max-width: 80%;
  }

  .facility .image .text-label {
    right: -55px;
    bottom: -20px;
    font-size: 40px;
  }

  .reverse .facility .content-wrap {
    flex-direction: column;
    margin-top: 45px;
  }

  .reverse .facility .image .text-label {
    left: -30px;
  }

  /* facility-rolling */
  .facility-rolling {
    margin: 40px 0 80px 0;
  }

  .facility-rolling .swiper-slide {
    height: 180px;
  }

  /* package */
  .package .title {
    margin: 50px auto 50px;
  }

  .package .title h2::before {
    height: 18px;
    bottom: -5px;
  }

  .pes-preview {
    margin: 50px auto 90px !important;
    --arrow-width: 40px;
    --arrow-height: 40px;
  }

  .pes-preview .slide-dots {
    --dot-position: -40px;
    --dot-width: 6px;
    --dot-height: 6px;
    --dot-gap: 6px;
  }

  .pes-preview .slide-dots li.slick-active {
    width: 15px;
  }

  .pes-preview.slider .item {
    margin: 0;
  }
}
