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

.lat_5 {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	border: 0px solid #dddddd;
	text-align: center;
	background-color: #33a1db;
	height: 327px;
}
.lat_5 .lat_title {
	display: block;
	padding: 0 20px;
	line-height: 65px;
	font-size: 1.483em;
	font-weight: 700;
	border-bottom: 0px solid #e2e2e2;
	color: #014190;
 }
.lat_5 .lat_title a {
	color: #014190;
	display: inline-block;
	position: relative;
}
.lat_5 .lat_title a:after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 2px;
 
	content: ''
}

 
.lat_5 .lt_more {
	position: absolute;
	top: 20px;
	right: 25px;
	background: url('img/more_btn.gif') no-repeat;
	text-indent: 99px;
	overflow: hidden;
	width: 25px;
	height: 25px;
}
/*.lat .lt_more {
	position: absolute;
	top: 20px;
	right: 10px;
	display: block;
	width: 25px;
	line-height: 43px;
	color: #aaa;
	border-radius: 3px;
	text-align: center;
} */
.lat_5 .lt_more:hover {
	color: #00b4ff
}
