@charset "utf-8";

/* 새글 스킨 (latest) */
.pic_lt {position:relative; }
.pic_lt ul { overflow:hidden; }
.pic_lt li { padding:0 5px; position:relative; display:flex; }


@media screen and (min-width:1201px) {
.pic_lt li .lt_img { overflow:hidden; }
.pic_lt li .lt_img img { width:100%; }

.pic_lt .lt_infos { padding:10px 0; box-sizing:border-box; position:relative; }
}

@media screen and (max-width:1200px) and (min-width:901px) {
.pic_lt li .lt_img { overflow:hidden; }
.pic_lt li .lt_img img { height:100%; }

.pic_lt .lt_infos { padding:10px 0; box-sizing:border-box; position:relative; }
}

@media screen and (max-width:900px) {
.pic_lt li .lt_img { overflow:hidden; }
.pic_lt li .lt_img img { height:100%; }

.pic_lt .lt_infos { padding:10px 0; box-sizing:border-box; position:relative; }
}


.pic_lt .lt_infos span { display:inline-block; }
.pic_lt .lt_infos h6 a { font-family:'Noto Sans KR'; font-size:15px; color:#333; }
.pic_lt .lt_infos p { padding:10px 0; }
.pic_lt .lt_infos div { padding:20px 0 0 0; }
.pic_lt .lt_infos .lt_nick { float:left; color:#666; }
.pic_lt .lt_infos .lt_date { float:right; color:#666; }

.pic_lt .empty_li {line-height:145px ;color:#666;text-align:center;padding:0}
.pic_lt .empty_li:before {background:none;padding:0}