@charset "utf-8";
/* 새글 스킨 (latest) */

.lat {
	position: relative;
	overflow: hidden;
	color: #253dbe;
	background: #fff;
}

.lat .lat_title {
	display: block;	
}

.lat .lat_title a {
	color: #000000;
	font-weight: 700;
	font-size: 28px;
	font-family: 'Noto Sans KR', sans-serif;
	text-decoration: none;
	display: inline-block;
	position: relative;
}

.lat ul {
	padding: 10px 0px 0;
	list-style-type: none;
	margin-bottom: 0
}

.lat li {
	position: relative;
	padding: 17px 0;
	padding-right: 50px;
	position: relative;
	border-bottom: 1px solid #f0f0f0;
}

.lat li:last-child {
	border-bottom: 0px solid #f0f0f0
}

.lat li a {
	color: #000;
	font-weight: 400;
	font-size: 16px;
	font-family: 'Noto Sans KR', sans-serif;
	text-decoration: none;
}

.lat li a:hover {
	color: #000
}

.lat li .fa-heart {
	color: #ff0000;
}

.lat li .fa-lock {
	display: inline-block;
	line-height: 14px;
	width: 16px;
	font-size: 0.7rem;
	font-weight: 600;
	color: #4f818c;
	background: #cbe3e8;
	text-align: center;
	border-radius: 2px;
	border: 1px solid #a2c6ce
}

.lat li .new_icon {
	display: inline-block;
	width: 16px;
	line-height: 16px;
	font-size: 0.7rem;
	font-weight: 600;
	color: #fff;
	background: #0069d9;
	text-align: center;
	border-radius: 2px;
}

.lat li .hot_icon {
	display: inline-block;
	width: 16px;
	line-height: 16px;
	font-size: 0.7rem;
	font-weight: 600;
	color: #fff;
	background: #e52955;
	text-align: center;
	border-radius: 2px;
}

.lat li .fa-caret-right {
	color: #bbb
}

.lat .lt_date {
	position: absolute;
	top: 18px;
	right: 0;
	color: #999999;
	font-weight: 500;
	font-size: 16px;
	font-family: 'Noto Sans KR', sans-serif;
	text-decoration: none;
	text-align: right !important;
}

.lat .empty_li {
	line-height: 145px;
	color: #666;
	text-align: center;
	padding: 0;
}

.lat .empty_li:before {
	background: none;
	padding: 0
}

.lat .lt_cmt {
	color: #ff73b4;
	padding-right: 4px;
	text-align: right;
	font-weight: 600;
}

.lat .lt_more {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 45px;
}
