@charset "utf-8";

/* 새글 스킨 latest (츠나미) */
/*.sm-pic-lt { display:flex; justify-content:space-between; flex-wrap: wrap; }
.sm-pic-lt div.gallery_li { width:23%; }*/
.sm-pic-lt .lt_info { display:none; }

.sm-pic-lt a.lt_img > img { width:100%; }
.sm-pic-lt a.lt_tit { width:100%; display:block; font-size:17px; font-weight:500; text-align:center; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; margin:15px 0; }

.lt_content { width:100%;  font-size:15px; text-align:justify; color:#777; }


/*반응형(츠나미)*/
@media screen and (max-width: 767px) {

.sm-pic-lt div.gallery_li { width:100%; margin:0 20px 20px 20px; padding:20px; border:1px solid #ccc; overflow:hidden; }

}
