.stage {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 0;
  padding-top: 100px;
  overflow: hidden;
}

.stage>img {
  width: 100%;
  height: auto;
  display: block;
}

.hit {
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 20;
  /* background: #ff000073; */
}

.pc {
  display: block;
}

.mobile {
  display: none;
}

.pc .btn1 {
  top: 11.3%;
  left: 50%;
  width: 22%;
  height: 1.8%;
  transform: translateX(-50%);
}

.pc .btn2 {
  top: 77.8%;
  left: 50%;
  width: 72%;
  height: 1.4%;
  transform: translateX(-50%);
}

.pc .mySwiper,
.mobile .mySwiper {
  position: absolute;
  top: 16.2%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 25;
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}

.pc .mySwiper.baby-swiper {
  top: 25%;
}

.mySwiper {
  max-width: 1000px;
  overflow: visible !important;
}

.mySwiper .swiper-wrapper {
  align-items: center;
}

.mySwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}

.mySwiper .swiper-slide.swiper-slide-active {
  transform: translateY(-50px);
}

.mySwiper .swiper-slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}

.mySwiper .swiper-slide .thumbnail-box {
  position: relative;
}

.mySwiper .swiper-slide img {
  width: min(400px, 30vw);
  height: min(225px, 16.875vw);
  object-fit: cover;
  border-radius: 12px;
  opacity: 0.5;
  transition: transform 0.3s ease, opacity 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.pc .mySwiper .swiper-slide .product_title,
.pc .mySwiper .swiper-slide .product_info {
  display: none;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10;
  pointer-events: none;
}

.play-button::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 5px;
}

.mySwiper .swiper-slide-prev img,
.mySwiper .swiper-slide-next img {
  opacity: 0.75;
}

.mySwiper .swiper-slide-active img {
  transform: scale(1);
  opacity: 1;
}

.mySwiper .swiper-slide-active .play-button {
  display: flex;
}

.mobile .mySwiper .swiper-slide .product_title {
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -1px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mobile .mySwiper .swiper-slide .product_info {
  margin-top: 3px;
  font-size: 14px;
  color: #333;
  width: 90%;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -1px;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 0 10px;
}

.mobile .mySwiper .swiper-slide-active .product_title,
.mobile .mySwiper .swiper-slide-active .product_info {
  opacity: 1;
}

.mySwiper .swiper-pagination {
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
  z-index: 30;
  background: #F3F3F3;
  padding: 16px;
  border-radius: 20px;
  width: auto;
}

.mySwiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #8E8E8E;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
  opacity: 1;
}

.mySwiper .swiper-pagination-bullet-active {
  width: 25px;
  height: 8px;
  background: #FF8297;
  border-radius: 4px;
}

.video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100000000000000000;
  justify-content: center;
  align-items: center;
}

.video-popup.active {
  display: flex;
}

.video-popup-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  aspect-ratio: 16/9;
}

.video-popup-content iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
}

.video-popup-close {
  position: absolute;
  top: -61px;
  right: 0px;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #333;
}

.fixed-bottom-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 74px;
  background: linear-gradient(90deg, #F8A049 0%, #FF8297 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: 'Noto Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  z-index: 1000;
  cursor: pointer;
  border: none;
}

.welcome-image {
  position: fixed;
  bottom: 51px;
  left: 50%;
  transform: translateX(-43%);
  width: 151px;
  z-index: 99999;
  display: block;
}

@media screen and (max-width: 1366px) {
  .pc .mySwiper {
    top: 18%;
  }
  
  .pc .mySwiper.baby-swiper {
    top: 28%;
  }
  
  .mySwiper .swiper-pagination {
    bottom: -84px;
  }
}

@media screen and (max-width: 989px) {
  .stage {
    overflow: hidden;
  }

  .pc {
    display: none;
  }

  .mobile {
    display: block;
    padding-top: 0px;
  }

  .mobile .btn1 {
    top: 9.5%;
    left: 50%;
    width: 38%;
    height: 2%;
    transform: translateX(-50%);
  }

  .mobile .btn2 {
    top: 77.45%;
    left: 50%;
    width: 85%;
    height: 1.2%;
    transform: translateX(-50%);
  }

  .mobile .mySwiper {
    padding-bottom: 100px;
    top: 17%;
  }

  .mobile .mySwiper.baby-swiper {
    padding-bottom: 100px;
    top: 25.8%;
  }

  .mySwiper {
    max-width: 100%;
    padding: 0 20px;
  }

  .mobile .mySwiper .swiper-slide img {
    width: 68vw;
    height: 38.25vw;
  }

  .mobile .mySwiper .swiper-slide-prev img,
  .mobile .mySwiper .swiper-slide-next img {
    transform: scale(0.55);
    opacity: 0.75;
  }

  .play-button {
    width: 50px;
    height: 50px;
  }

  .play-button::after {
    border-left: 22px solid #fff;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
  }

  .mySwiper .swiper-pagination {
    height: 25px;
    bottom: -150%;
  }

  .fixed-bottom-btn {
    height: 55px;
  }

  .welcome-image {
    bottom: 40px;
  }

  .video-popup-content {
    width: 95%;
  }

  .video-popup-close {
    top: -50px;
    right: 0;
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .mobile .mySwiper {
    top: 14.5%;
  }
  .mySwiper .swiper-pagination {
    display: none;
  }
  .mobile .mySwiper.baby-swiper {
    top: 23.45%;
  }
  .mySwiper .swiper-slide.swiper-slide-active {
    transform: translate(0);
  }
}

@media screen and (max-width: 500px) {
  .mobile .mySwiper .swiper-slide img {
    max-width: 350px;
    max-height: 196.875px;
  }

  .mobile .mySwiper {
    top: 13.8%;
  }
  .mySwiper .swiper-pagination {
    bottom: 38%;
  }
  .mobile .mySwiper.baby-swiper {
    top: 22.8%;
  }
  .mobile .mySwiper .swiper-slide-prev img, .mobile .mySwiper .swiper-slide-next img {
    transform: scale(0.7);
  }
}