@charset "UTF-8";
.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.3;
}

.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  color: #fff;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: auto !important;
  bottom: 100px !important;
}

/*모달 팝업 영역 스타일링*/
.modal.on {
  display: block;
} /*# sourceMappingURL=style.css.map */
