﻿.mainimg01 .swiper-pagination {
  position: relative;
  position: absolute;
  width: 100%;
  top: auto;
  bottom: 10px !important;
  z-index: 20;
}

.mainimg01 .swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1 !important;
  margin: 0 10px !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
}

.mainimg01 .swiper-pagination-bullet-active {
  background: #d6063a !important;
}


@media screen and (max-width: 768px) {

  .mainimg01{
    margin-bottom: 15px;
  }

  .mainimg01 .swiper-pagination {
    bottom: 8px !important;
  }

  .mainimg01 .swiper-pagination-bullet {
    margin: 0 8px !important;
    width: 6px !important;
    height: 6px !important;
  }

}
