@charset "utf-8";
/* 새글 스킨 (latest) */


.lat_head {margin-bottom: 10px;}
.lat_head p {
	margin-top: 5px;
}
.lat_head .lat_title {display:block;font-size:1.483em;color:#424242}
.lat_head .lat_title a{color:#1d1d1d;display:inline-block;position:relative}


.lat {position:relative;overflow:hidden;border: 1px solid #e0e0e0;background:#fff}
.lat ul{padding:0x}
.lat li {
	position:relative;
	line-height:18px;
	padding:10px 0;
	padding-right:50px;
	padding-left:10px;
	position:relative;
	border-bottom: 1px solid #e0e0e0
}
.th_lt{
	color: #888;
	font-weight: 600;
}
.lat .th_lt_content{

}
.lat .th_lt_name{
	position:absolute;
	top:9px;
	right:108px;
}
.lat .th_lt_date{
	position:absolute;
	top:9px;
	right:65px;
}
.lat .th_lt_badge{
	position:absolute;
	top:9px;
	right:17px;
}

.lat li .badge{
	position:absolute;top:6px;right:10px;
}
.lat .lt_name{
	position:absolute;top:9px;right:105px;color: #888;;
}

.lat li:first-child{
	font-weight: 500;
	background: #fafafa;
	border-bottom: 2px solid #e8e8e8;
}

.lat li:last-child{
	border-bottom: none;
	text-align: center;
	font-size: 1.3em;
	font-weight: 600;
	background: #f2f2f2;
	color: #a0a0a0;
}
.lat li:last-child:hover{
	background: #e0f5ff;
}
.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-block;width: 14px;margin-left: 5px;line-height:16px;font-size:0.6em;color:#ffffff;background:#ffb702;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{position:absolute;top:9px;right:60px;color:#888}
.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;bottom:8px;right:50%;display:block;width:25px;line-height:25px;color:#aaa;border-radius:3px;text-align:center;}
.lat .lt_more:hover{color:#777}

.complate-badge {
    background-color: #fdb100;
    padding: 3px 6px;
    color: white;
    border: 1px solid #f5b027;
}
.badge-green {
    background-color: #6fce27;
    border: 1px solid #65bb23;
}


@media (min-width:1100px){
	.rsCon01{
		display: inline;		
	}
	.rsCon02{
		display: inline;
	}        
}

@media (max-width:1100px){

	.rsCon01{
		display: inline;		
	}
	.rsCon02{
		display: none;
	}
}