
.BBS_MAIN_event{  position: relative; width:100%;  float: left; border-radius: 12px;  overflow: hidden; padding:0px!important}


.BBS_MAIN_event .my-swiper {
  width: 100%;
  height: auto;
}

.BBS_MAIN_event .my-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eee;
}

.BBS_MAIN_event .my-swiper .swiper-slide img {
  max-width: 100%;
  height: auto;
  width: auto;
 /* cover → contain 으로 잘림 방지 */
}

.BBS_MAIN_event .swiper-pagination {
  position: absolute;
  top:40px;
  left: 0px;

  z-index: 10;
}

.BBS_MAIN_event .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
  margin: 0 5px;
  transition: all 0.3s;
}

 .BBS_MAIN_event .swiper-pagination-bullet-active {
  background: #007aff;
  transform: scale(1.3);
}


.BBS_MAIN_event .my-prev,
.BBS_MAIN_event .my-next {
  position: absolute;
  top: 43px;
  z-index: 10;
  width: 30px;
  height: 30px;
  background: rgba(0,0,0,0.4);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height:25px;
  font-size: 20px;
  cursor: pointer; float: left;
}
.BBS_MAIN_event .my-prev:hover,
.BBS_MAIN_event .my-next:hover {
  background: rgba(0,0,0,0.6);
}

.BBS_MAIN_event .my-next:after {
  display: block!important;content: "\eb9f";    font-family: unicons-line; font-size: 22px;  width: 30px;
  height: 30px;position: absolute; left: 3px; top:3px;
}
.BBS_MAIN_event .my-prev:after {
  display: block!important;content: "\ec49";    font-family: unicons-line; font-size: 22px;position: absolute; right:5px; top:3px;
}


.BBS_MAIN_event .my-prev { right:100px;  left: auto}
.BBS_MAIN_event .my-next { right:20px; }


.BBS_MAIN_event .autoplay-control {
  position: absolute;
  top: 21px;
  right:60px;
  z-index: 10;
}


.BBS_MAIN_event .autoplay-control button {

  color: #333; 
  padding:0px;
  font-size: 13px;
  border: none;
  border-radius: 100%;
  cursor: pointer; width: 30px;
  height: 30px;
}