@charset "utf-8";

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

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

/*
.movie_lt01 .movie_inr img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  object-position: center center; 
  display: block;
}
*/
/*
.main_con01_inr {
  position: relative;
  width: 32%;
  aspect-ratio: 9/16; 
  overflow: hidden;

}
*/
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%; }