@charset "utf-8";
/* dlight */
.dm {}

/* SMARTPHONE
================================================== */
@media screen and (max-width: 768px) {
  
  /* SLIDER */
  .swiper-pagination-bullets {
    width: 4px !important;
  }
  .swiper-pagination-bullet {
    width: 4px !important;
    height: 16px !important;
    border-radius: 0 !important;
    background-color: #866B59 !important;
    opacity: 1 !important;
  }
  .swiper-pagination-bullet-active {
    background-color: #B25238 !important;
  }
  
}

/* DESKTOP
================================================== */
@media screen and (min-width: 769px), print {
  
  /* SLIDER */
  .swiper-pagination-bullets {
    width: 6px !important;
  }
  .swiper-pagination-bullet {
    width: 6px !important;
    height: 20px !important;
    border-radius: 0 !important;
    background-color: #866B59 !important;
    opacity: 1 !important;
  }
  .swiper-pagination-bullet-active {
    background-color: #B25238 !important;
  }
  
}