@charset 'utf-8';

.swip_entry06 .main {
  margin-bottom: 10px;
}

.swip_entry06 .thumbnail .swiper-slide {
  cursor: pointer;
  opacity: .7;
}

.swip_entry06 .thumbnail .swiper-slide-active {
  opacity: 1;
}

.swip_entry06 .thumbnail .swiper-wrapper{
  margin-left: calc(-37.5% - 5px);
}

.swip_entry {
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 3px;
}

@media (min-width: 768px) {
  .swip_entry {
    padding: 20px;
  }
}