
.mySwiper {
  margin:30px 0; /* 아래위와 간격 추가 */
  padding:0;
}

.mySwiper .swiper-slide {
  background:#134292; 
  color:#fff; 
  font-size:15px; 
  line-height:40px;
  font-weight:normal;
  display:flex;
  justify-content:center;
  align-items:center;
  margin:0 5px; /* 슬라이드 간 간격 */
  cursor: pointer;
}

.swiper-slide {
    text-align:center;
    background:#fff;
    display:flex;
    justify-content:top;
    align-items:top;
}

.swiper {
    width:100%;
    height:545px;
    margin-left:auto;
    margin-right:auto;
	border:#000 solid 0;
}

.swiper-slide {
    background-size:cover;
    background-position:center;
    }

.mySwiper {
    height:10%;
    box-sizing:border-box;
    padding:10px 0;
}

.mySwiper .swiper-slide {
    width:25%;
    height:100%;
    opacity:0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity:1;
}
