/* 새글 스킨 (latest) */
.lat {position:relative;margin-bottom:0px;padding-bottom:0px;border-bottom:0px solid #f0f0f0}
.lat ul {margin:0 0 0px;padding:0;list-style:none}
.lat li {padding:3px 0; ;border-bottom:1px dotted #eee}

/*
.lat li a { color: #333}
.lat_title {display:block;  border:1px #efefef solid; display:block; text-align:center; padding:4px 8px; background-color:#efefef}
.lat_more {position:absolute;top:5px;right:5px; }
*/

.lat li a { color: #5674b9}
.lat_title {
	display: block;
	margin:0 0 5px 0; 
    padding: 5px;
    color: #5674b9;
    letter-spacing: 0em;
	text-align:center;
    font-family: 'Nanum Gothic';
    font-size: 12pt;
    font-weight: 800;
    border: 3px #5674b9 solid;
	border-radius: 15px;  -moz-border-radius: 15px;  -webkit-border-radius: 15px;
}
.lat_title a { color: #5674b9 }
.lat_more {position:absolute;top:10px;right:10px; }

