@charset "utf-8";

/* 새글 스킨 (latest) */
.pic_li_lt {position:relative;padding:0 10px;background:#fff; margin-top: 30px;}
.pic_li_lt .lat_title {display:block;line-height:45px;font-size:1.2em;color:#253dbe}
.pic_li_lt .lat_title a {color:#000;display:inline-block;position:relative}
.latest_top_wr .pic_li_lt:nth-child(3n+1) {clear: both!important}

.pic_li_lt .lt_more {position:absolute;top:11px;right:10px;display:block;width:25px;line-height:25px;color:#aaa;border-radius:3px;text-align:center}
.pic_li_lt .lt_more:hover {color:#777}
.pic_li_lt ul { display: flex; justify-content:space-between;}
.pic_li_lt li {margin-bottom:10px; width: 30%; display: flex; flex-direction:column;}
.pic_li_lt li:hover .pic_li_tit {font-weight:bold;}
.pic_li_lt li .lt_img {display:block;margin:0 0 15px;overflow: hidden;}
.pic_li_lt li .lt_img img { transition: 0.3s;}
.pic_li_lt li .lt_img img, .pic_li_lt li .lt_img video {width:100%;height:auto}
.pic_li_lt li:hover .lt_img img { transform:scale(1.05);}
.pic_li_lt li .pic_li_tit {font-size:1.2em;line-height:20px;vertical-align:middle; font-weight:400; height:20px; word-break: normal; text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;}
.pic_li_lt li .pic_li_info { font-weight:300; color:#555; font-size: 0.9rem; margin-top: 15px;text-align: justify;word-break: normal; height:74px; text-overflow: ellipsis;overflow: hidden; word-break: break-word; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}

.lt_info {padding:10px 0}
.lt_info .lt_nick {}
.lt_info .lt_date {color:#888}

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

.pic_li_lt .lt_cmt {background:#e9eff5;color:#3a8afd;font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;vertical-align:middle}
