﻿/**
 * #m-featureSlide
 */
.m-featureSlide-slideController__prev > img, 
.m-featureSlide-slideController__next > img {
  width: .7rem;
}

.m-featureSlide-slidePagination {
  gap: 1rem ;
  margin-top: 1.5rem;
}

.m-featureSlide-slidePagination__item {
  width: 0.6rem;
  height: 0.6rem;
  border: none;
  background-color: var(--color-border);
}
.m-featureSlide-slidePagination__item.swiper-pagination-bullet-active {
  background-color: var(--color-secondary);
}

@media screen and (min-width: 768px) {
  .m-featureSlide-slidePagination {
    margin-top: 2rem;
  }

  .m-featureSlide-slidePagination__item {
    width: 0.8rem;
    height: 0.8rem;
    border: none;
    background-color: var(--color-border);
  }
}


@media screen and (max-width: 767px) {
  .m-featureSlide-slideController {
   display: none;
  }
}
