@charset "utf-8";

/* 새글 스킨 (latest) */
.lat_gallery {position:relative;margin-bottom:5px;background:#fff}
.lat_gallery .lat_gallery_title {display:block;line-height:45px;font-size:1.2em;color:#253dbe}
.lat_gallery .lat_gallery_title a {position:relative;color:#000;display:inline-block}

.lat_gallery ul {padding:10px 0}
.lat_gallery li {display: flex; justify-content: space-between; align-items: center; width: calc(100% / 3 - 10px); flex-direction:column;}
.lat_gallery li a {font-size: 17px; width: 100%; display:block; text-overflow:ellipsis; overflow:hidden;}
/* .lat_gallery li a:hover {color:#3a8afd} */
.lat_gallery li .fa-heart {color:#ff0000}
.lat_gallery li .fa-lock {display:inline-block;line-height:14px;width:16px;font-size:0.833em;color:#4f818c;background:#cbe3e8;text-align:center;border-radius:2px;font-size:12px;border:1px solid #cbe3e8;vertical-align:middle}
.lat_gallery li .new_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#23db79;background:#b9ffda;text-align:center;border-radius:2px;margin-left:2px;font-weight:bold;vertical-align:middle}
.lat_gallery li .hot_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#ff0000;background:#ffb9b9;text-align:center;border-radius:2px;vertical-align:middle}
.lat_gallery li .fa-caret-right {color:#bbb}
.lat_gallery li .fa-download {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#daae37;background:#ffefb9;text-align:center;border-radius:2px;vertical-align:middle}
.lat_gallery li .fa-link {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#b451fd;background:#edd3fd;text-align:center;border-radius:2px;vertical-align:middle}

.lat_gallery .profile_img img{border-radius:50%}


.lt_info .lt_nick {}
.lt_info .lt_date {color:#888}

.lat_gallery .empty_li {line-height:145px;color:#666;text-align:center;padding:0; width:100%;font-size:18px;}
.lat_gallery .empty_li:before {background:none;padding:0}

.lat_gallery .lt_cmt {background:#e9eff5;color:#3a8afd;font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;vertical-align:middle}
.lat_gallery .lt_more {position:absolute;top:11px;right:0;display:block;width:40px;line-height:25px;color:#3a8afd;border-radius:3px;text-align:center}
.lat_gallery .lt_more:hover {color:#777}

.btm_container .btm_wrap .btm_img_wrap ul li img{
	width: 100%;
	overflow: hidden;	
	border-radius: 5px;
	height:140px;
	object-fit: cover;
}

.lat_gallery li .lt_info{
	display: block;
	margin-top: 15px;
	word-break:keep-all;
	text-overflow: ellipsis;
	overflow:hidden;
	width:100%;
	white-space:nowrap;
}


.btm_container .btm_wrap .btm_img_container .btm_img_wrap.btm_juil .lat_gallery li{
	width:calc(100%/6 - 10px);
}

.btm_container .btm_wrap .btm_img_container .btm_img_wrap.btm_juil .lat_gallery li.empty_li{
	width:100%;
}