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

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

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

.swiper {
    width:100%;
    height:410px;
    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;
}
