@charset "utf-8";
/* 새글 스킨 (latest) */

.lat {position:relative;margin-bottom:20px;overflow:hidden;border: 1px solid #c6cacc;background:#fff; min-height:280px;}
.lat .lat_title {display:block;padding:10px 0 5px 25px;line-height:55px;
font-size:22px;font-weight:600;letter-spacing:-1px;color:#333; background:#fff}
.lat .lat_title a{color:#333;display:inline-block;position:relative;font-family: 'S-CoreDream','Noto Sans KR'}

.lat ul{padding:5px 25px; min-height:185px;}
.lat li { width:100%;list-style:none;height:45px; line-height:44px;overflow:hidden;border-bottom: 1px solid #eee;}
.lat li:last-child {border-bottom:none;}
.lat li a {font-size:15px;font-family:'Noto Sans KR';color:#858484;letter-spacing:-0.5px;}
/*.lat li:before{position: absolute;top: 12px;left: 0px;width: 4px;height: 4px;background: #aaa;content: '';border-radius: 50%;}*/
.lat li a:hover{color:#a22121}
.lat li .fa-heart{color:#ff0000;}
.lat 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 #a2c6ce}
.lat li .new_icon{display:inline ;width: 16px;line-height:16px;font-size:0.833em;color:#ffff00;background:#6db142;text-align:center;border-radius: 2px;}
.lat li .hot_icon{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#fff;background:#e52955;text-align:center;border-radius: 2px;}
.lat li .fa-caret-right{color:#bbb}
.lat .lt_date{display:inline; float:right; color:#aaa; font-size:14px;}
	@media (max-width: 480px){
		.lat .lt_date { display:none;}
	}

.lat  .empty_li{line-height:145px ;color:#666;text-align:center;padding:0;}
.lat  .empty_li:before{background:none;padding:0}

.lat .lt_cmt{background:#5c85c1;color:#fff; font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;
-webkit-box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);
-moz-box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);
box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);}
.lat .lt_more {position:absolute;top:20px;right:20px;display:block;width:25px;line-height:40px;color:#aaa;border-radius:3px;text-align:center;}
.lat .lt_more:hover{color:#777}