@charset "UTF-8";
/* ==== swiper ==== */
.swiper {
  position: relative;
  line-height: 0;
}
.swiper .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: hidden;
}

/* pagination 點 */
.swiper-pagination {
  z-index: 5;
  bottom: 0 !important;
  padding: 0 10px;
  font-size: 0;
  text-align: center;
  line-height: 0;
}
.swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  margin: 0 4px !important;
  padding: 0;
  width: 10px;
  height: 10px;
  opacity: 1;
  border: none;
  border-radius: 100%;
  background-color: #869791;
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}
.swiper-pagination .swiper-pagination-bullet:hover, .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #6b1686;
}