/* 새글 스킨 (latest) */
.lat {position:relative;margin-bottom:0px;z-index:10;}
.lat ul {margin:0px;padding:0;list-style:none !important;}
.lat ul li {display:block; clear:both; width:100%; height:auto !important; padding:10px 0;border-top:1px dotted #ccc; line-height:11px !important;}
/* .lat ul li:first-child {border-top:0px dotted #ccc} */
.lat ul li a {color:#666;letter-spacing:-0.05em;}
.lat ul li a:hover {color:#c92033;}
.lat ul li span{clear:both;float:right !important;font-family:'Lato',sans-serif;color:#666;;letter-spacing:-0.05em;}
.lat_title {display:block;padding:10px 0 8px}
.lat_more {position:absolute;top:10px;right:0}

/* 시안확인 새글 */
#latest_proposal {
	position:absolute;
	width:340px;
	padding:5px 20px 10px 20px;
	/* border:1px solid #ddd; */
	border-radius:0 10px 10px 10px;
	z-index:10;
	background: url('./img/point.png') no-repeat 0% 0%;  /* 화살표 아이콘 추가 */
	background-color:rgba(255,255,255,0.5);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.1);		
}
#latest_proposal h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}