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

.dd_pic_swiper a {
  display: block;
  padding-bottom: 1.6rem;
}
.dd_pic_swiper .img_box {
  margin-bottom: 1.6rem;text-align:center;
}
.dd_pic_swiper .img_box img{
  width:100%;
}
.dd_pic_swiper strong {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0.8rem;
  text-align:center;
  color:#fff;
}
.dd_pic_swiper p {
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
  opacity: 0.75;

  min-height: 4rem;
}

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

@media (max-width: 768px) {
	.dd_pic_swiper .itm {
        /* 이 숫자를 키울수록 이미지가 가로로 홀쭉해집니다 */
        padding: 0 5px !important; 
        box-sizing: border-box;
    }
	.dd_pic_swiper strong {
		font-size: 14px;
	}
}

