
.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 {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.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);
}


/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {.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:30px;
  font-size: 20px;
  cursor: pointer; float: left;
}
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {.BBS_MAIN_event .my-prev,
.BBS_MAIN_event .my-next {
  position: absolute;
  top:5%!important;
  z-index: 10;
  width: 30px;
  height: 30px;
  background: rgba(0,0,0,0.4);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height:30px;
  font-size: 20px;
  cursor: pointer;
}
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/


.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: 25px
}
.BBS_MAIN_event .my-prev:after {
  display: block!important;content: "\ec49";    font-family: unicons-line; font-size: 25px
}


/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
	.BBS_MAIN_event .my-prev { right:100px;  left: auto}
.BBS_MAIN_event .my-next { right:20px; }

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {.BBS_MAIN_event .my-prev { right:20px;  left: auto}
.my-next { right:0px; }

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/


/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {.BBS_MAIN_event .autoplay-control {
  position: absolute;
  top: 22px;
  right:60px;
  z-index: 10;
}

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {.BBS_MAIN_event .autoplay-control {
  position: absolute;
  top: -5px;
  right: 80px;
  z-index: 10;
}

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/



.BBS_MAIN_event .autoplay-control button {

  color: #333; 
  padding:0px;
  font-size: 13px;
  border: none;
  border-radius: 100%;
  cursor: pointer; width: 30px;
  height: 30px;
}