@charset "utf-8";

/* 새글 스킨 (latest) */
.movie_lt02 { position: relative; }
.movie_lt02 .movie_inr img {
  width: 100%;
}

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

span.no_image { position: relative; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; background: #f4f4f4; color: #888; }
span.no_image::after { content: ""; display: block; padding-bottom: 80%; }