@charset "utf-8";


.pic_lt_v1 ul { display:flex; gap:30px 15px; font-size: min(4.57vw, 20px); position: relative; transform-style:preserve-3d; perspective:1000px; }
.pic_lt_v1 ul > li {
flex:1; overflow: hidden;
transition:0.5s; transform-style:preserve-3d;
}
.pic_lt_v1 ul > li > *:not(.lt_img) { padding-left: 0.2em; }

/* 이미지 */
.pic_lt_v1 ul > li .lt_img { display: block; }
.pic_lt_v1 ul > li .lt_img img { width: 100%; display: block; }

/* 제목 */
.pic_lt_v1 .subjectV1 { 
display: block; overflow: hidden; white-space: nowrap; text-overflow:ellipsis; max-width:100%; font-size: 1em; margin: 1em 0 0.5em; 
font-family: 'NEXON Lv2 Gothic Bold' !important; color: #000; height: 1.2em; line-height: 1.2em;
}

/*내용*/
.pic_lt_v1 .contentV1 { 
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
font-size: 0.8em; line-height: 1.6; height: 4.8em; text-overflow:ellipsis; color: #959595;
margin-bottom: 0.6em;
}



/* 날짜 */
.pic_lt_v1 .lt_date {color:#959595; font-size:0.75em; }


/* 게시물 없을 때 */
.pic_lt_v1 .empty_li {line-height:145px ;color:#666;text-align:center;padding:0}
.pic_lt_v1 .empty_li:before {background:none;padding:0}


