.wellness-N4 {
  overflow: hidden;
  position: relative;
}

.wellness-N4 .contents-container {
  display: flex;
  justify-content: center;
  height: 70rem;
}

.wellness-N4 .slide-area {
  width: 100vw;
  height: 100%;
}

.wellness-N4 .swiper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
}

.wellness-N4 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8rem;
  height: 100%;
}

.wellness-N4 picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wellness-N4 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wellness-N4 .visual-text-box {
  position: relative;
  width: 100%;
}

.wellness-N4 .container-lg .visual-text-box {
  max-width: 144rem;
}

.wellness-N4 .container-md .visual-text-box {
  max-width: 128rem;
}

.wellness-N4 .container-sm .visual-text-box {
  max-width: 102.4rem;
}

.wellness-N4 .visual-text-box strong {
  display: block;
  color: #fff;
}

.wellness-N4 .visual-text-box p {
  margin-top: 1.7rem;
  color: #fff;
}

.wellness-N4 .pagination_fraction {
  position: absolute;
  z-index: 1;
  transform: translateY(-13rem);
  width: calc(100% - 16rem);
}

.wellness-N4 .container-lg .pagination_fraction {
  max-width: 144rem;
}

.wellness-N4 .container-md .pagination_fraction {
  max-width: 128rem;
}

.wellness-N4 .container-sm .pagination_fraction {
  max-width: 102.4rem;
}

.wellness-N4 .wrap {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--ff-en4);
}

.wellness-N4 .pagination_fraction .current,
.wellness-N4 .pagination_fraction .all {
  font-weight: var(--fw-bold);
}

.wellness-N4 .pagination_fraction .current {
  color: #fff;
}

.wellness-N4 .control-bottom {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  position: absolute;
  z-index: 1;
  transform: translateY(16.5rem);
  padding-left: 1rem;
  width: calc(100% - 16rem);
}

.wellness-N4 .container-lg .control-bottom {
  max-width: 144rem;
}

.wellness-N4 .container-md .control-bottom {
  max-width: 128rem;
}

.wellness-N4 .container-sm .control-bottom {
  max-width: 102.4rem;
}

.wellness-N4 .swiper-pagination {
  gap: 1.3rem;
  position: static;
}

.wellness-N4 .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
}

.wellness-N4 .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  margin: 0;
  width: 0.6rem;
  height: 0.6rem;
  background-color: var(--white);
  border-radius: 0.3rem;
}

.wellness-N4 .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.wellness-N4 .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: -0.9rem;
  top: -0.9rem;
  transform: scale(0);
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid var(--white);
  border-radius: 1.2rem;
}

.wellness-N4 .swiper-pagination-bullet-active::after {
  transform: scale(1);
  transition: transform 0.2s;
}

.wellness-N4 .swiper-button-play {
  display: none;
}

.wellness-N4 .swiper-button-play,
.wellness-N4 .swiper-button-pause {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  opacity: 0.5;
  color: #fff;
  cursor: pointer;
}

.wellness-N4 .swiper-button-play img,
.wellness-N4 .swiper-button-pause img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.wellness-N4 .swiper-button-play:hover,
.wellness-N4 .swiper-button-pause:hover {
  opacity: 1;
}

@media (max-width: 1200px) {
  .wellness-N4 .slide-area {
    width: 100%;
  }

  .wellness-N4 .swiper {
    margin-left: -4rem;
    width: calc(100% + 8rem);
  }

  .wellness-N4 .swiper-slide {
    padding: 0 4rem;
  }

  .wellness-N4 .pagination_fraction {
    width: calc(100% - 8rem);
  }

  .wellness-N4 .control-bottom {
    width: calc(100% - 8rem);
  }
}

@media (max-width: 992px) {
  .wellness-N4 .contents-container {
    height: 60rem;
  }

  .wellness-N4 .swiper {
    margin-left: -1.6rem;
    width: calc(100% + 3.2rem);
  }

  .wellness-N4 .swiper-slide {
    padding: 0 1.6rem 10rem;
    align-items: flex-end;
  }

  .wellness-N4 .visual-text-box p {
    margin-top: 1rem;
  }

  .wellness-N4 .pagination_fraction {
    bottom: 28rem;
    transform: none;
    width: calc(100% - 3.2rem);
  }

  .wellness-N4 .control-bottom {
    bottom: 4rem;
    transform: none;
    width: calc(100% - 3.2rem);
  }
}