@charset "utf-8";
section.slider-part {
	position: relative;
	height: 300px;
	overflow: hidden;
}
section.slider-part .mySwiper {
    height: 100%;
    background: #f1f1f1;
}
.swiper-slide {
  align-items: center;
  justify-content: center;
  font-weight: bold;
  -ms-touch-action: auto;
        touch-action: auto;
}

.swiper-slide.slide1, .swiper-slide.slide3, .swiper-slide.slide5 {
    background: #daf5ff;
}
