@charset "utf-8";

/* 새글 스킨 (latest) */

.lat_board{
	width:100%;
	position:relative;
	margin-bottom:50px;
}
.lat_board .lat_title {display:block;line-height:45px;font-size:16px;color:#253dbe;text-align:left;}
.lat_board .lat_title a {position:relative;color:#000;display:inline-block}
.lat_board .board{
	width:100%;
}
.lat_board table{
	width:100%;
	border-collapse:collapse;
	table-layout: fixed;
}
.lat_board table tr td{
	font-size:14px;
	border:1px solid #ddd;
	padding:5px;
}
.lat_board table tr td.info{
	font-size:12px;
	text-align:right;
	color:#888;
}
.lat_board table tr td:first-child{
	border-left:none;
	border-right:none;
}
.lat_board table tr td:first-child img{
	margin-right:15px;
}
.lat_board table tr td:last-child{
	border-left:none;
	border-right:none;
}
.lat_board table .empty td{
	height:100%;
}
.txt_center{
	text-align:center;
}
.lat_board table tr td .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_board .ex_lv_10{
	color:#B4001B;
}