@charset "utf-8";

/* 새글 스킨 (latest) */
.main_vis_list { width: 100%; height: 100%; }
.main_vis_list .swiper-slide { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; text-align: center; }
.main_vis_list .swiper-slide img { display: block; width: 100%; height: auto; }

.main_vis_list .swiper-pagination {
    bottom: 1px !important; /* 원하는 위치로 조정 */
    z-index: 10;
}

.empty_li { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; background: #f4f4f4; }