.guide-modal-content {
  max-height: 730px;
  min-height: auto;
}

.quick-guide-swiper {
  .swiper-slide {
    height: auto;
  }
}

.swiper {
  width: 100%;
  border-radius: 20px;

  .swiper-slide {
    position: relative;
    min-height: 635px;

    .guide-title {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      height: 45px;
      color: #1d1d1d;
    }

    img {
      object-fit: contain;
      margin: 0 auto;
    }

    .guide-text-wrap {
      height: 184px;
      position: absolute;
      bottom: 0;

      width: 100%;
      background: var(--white-color);
      padding: 30px;
      color: var(--secondary-color);
      text-align: left;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;

      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;

      display: flex;
      flex-direction: column;
      gap: 10px;
    }
  }
}

.swiper-button-next,
.swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 40%) !important;
  color: var(--white-color) !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px !important;
}

/* 온보딩 스와이퍼 페이지네이션 */
.onboarding-swiper-pagination {
  .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
  }

  .swiper-pagination-bullet-active {
    background: #d9d9d9 !important;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: var(--swiper-pagination-top, 4%) !important;
  height: 32px;
  width: 100px;
}

.swiper-pagination {
  z-index: 99999;
}

.swiper-pagination-bullet {
  border-radius: var(--swiper-pagination-bullet-border-radius, 12px) !important;
  background: #d9d9d9 !important;
  width: 36px !important;
  height: 4px !important;
}
.swiper-pagination-bullet-active {
  background: var(--main-color) !important;
  width: 36px !important;
}

.topSwiper {
  .swiper-slide {
    padding: 16px 32px;
    border-radius: 8px;
    background: #121212;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    height: 65px !important;
  }
}
.bottomSwiper {
  .swiper-slide {
    padding: 16px 32px;
    border-radius: 8px;
    background: #121212;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    height: 65px !important;
  }
}

.guide-description {
  overflow: auto;
}

@media (max-width: 768px) {
  .quick-guide-swiper {
    .swiper-slide {
      min-height: auto;

      img {
        width: 82%;
      }
    }
  }

  .swiper-pagination-bullet {
    width: 20px !important;
  }
}
