.swiper {
  padding-top: 20px;
  padding-bottom: 50px;
}

.swiper-slide {
  width: 197px;
  height: 250px;
  background: linear-gradient(180deg, #ebcfb0 0%, #e5af9f 100%);
  border-radius: 20px;
  /* box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1); */
  /* ↑ 얘는 그림자 효과 */
}

.mySwiper {
  width: 100% !important;
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
  flex: 1 !important;
}

.swiper-wrapper {
  align-items: center !important;
  height: fit-content !important;
  margin-bottom: 1rem !important;
  width: 100% !important;
}

.swiper .swiper-pagination {
  bottom: 0px;
  width: 100% !important;
}

.swiper-pagination {
  position: relative !important;
}
