/* community_best_banner swiper */


.cm_best_carousel.swiper-slide{ display: flex; }
.cm_list.best .cm_box {width: 48% !important;}
.swiper-pagination.best_banner_pnt{bottom: -30px}


/* 0901수정사항 - 반응형 진입 사이즈 변경 */
@media (max-width: 1280px){
/* 	반응형 진입 사이즈 변경 끝 */
  .swiper-pagination.best_banner_pnt{bottom:-30px;}
  .cm_list.best .cm_box {width:100% !important; margin-bottom: 10px;}
}



