@charset "utf-8";
/* 새글 스킨 (latest) */
.dd_pic_swiper {
}

.dd_pic_swiper a {
  display: block;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid var(--line-color);
}
.dd_pic_swiper .img_box {
  margin-bottom: 1.6rem;
  overflow: hidden;
}

/* 이미지 비율 고정 (latest.skin.php 의 $thumb_width/$thumb_height 와 맞춤) */
.dd_pic_swiper .img_box img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.dd_pic_swiper strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.dd_pic_swiper p {
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
  opacity: 0.75;

  min-height: 4rem;
}

.dd_pic_swiper small {
  color: var(--text-color);
  font-size: 1.4rem;
  opacity: 0.5;
}
