@charset "utf-8";

/* 최근게시물 스킨 (latest) */
.bas_lt .info_tit { 
	font-size:23px; 
}
.bas_lt .info_tit:after { 
	content:''; 
	display:block; 
	position:relative; 
	width:40px; 
	height:1px;
	margin:20px 0;
	background-color:#333;
}


.bas_lt {
	position:relative;
	overflow:hidden;
	padding:20px;
	min-height:270px;
	max-height:270px;
}

.bas_lt .notice_left {  
	width:20%;
	float:left;
}

.bas_lt ul {
	width:80%;
	float:right;
	margin:20px 0 0 ;
	padding:0;list-style:none;
}

.bas_lt h2 {
	font-size:1.154em;
}

.bas_lt h2 a{
	color:#333;
}

.bas_lt li {
	position:relative;
	padding:6px 10px;
	margin-bottom:6px;
	line-height:23px;
	border-bottom:1px solid #dedede;
}

.bas_lt li a{
	color:#888;
	display:inline-block;
}

.bas_lt li .lt_date{
	color:#888;
	font-size:0.92em;
	float:right;
}

.bas_lt .fa-download{
	width:16px;
	height:16px;
	line-height:16px;
	background:#e89f31;
	color:#fff;
	text-align:center;
	font-size:10px;
	border-radius:4px;
	vertical-align:middle;
}

.bas_lt .fa-link{
	width:16px;
	height:16px;
	line-height:16px;
	background:#ad68d8;
	color:#fff;
	text-align:center;
	font-size:10px;
	border-radius:4px;
	vertical-align:middle;
	font-weight: normal;
}

.bas_lt .fa-heart{
	width:16px;
	height:16px;
	line-height:16px;
	background:#ff66b0;
	color:#fff;
	text-align:center;
	font-size:10px;
	border-radius:4px;
	vertical-align:middle;
	font-weight: normal;
}

.bas_lt .new_icon{
	display:inline-block;
	width: 16px;
	line-height:16px;
	font-size:0.833em;
	color:#ffff00;
	background:#6db142;
	border-radius:4px;
	text-align:center;
	vertical-align:middle;
	font-size:11px;
}

.bas_lt .hot_icon{
	display:inline-block;
	width: 16px;
	line-height:16px;
	font-size:0.833em;
	color:#fff;
	background:#e52955;
	border-radius:4px;
	text-align:center;
	vertical-align:middle;
	font-weight:normal;
	font-size:11px;
}

.bas_lt .fa-lock{
	display: inline-block;
	line-height: 14px;
	width: 16px;
	font-size: 0.833em;
	color: #fff;
	background: #262b88;
	text-align: center;
	border-radius: 4px;
	font-size: 12px;
	border:1px solid #262b88;
}

@media (max-width:969px){
	.bas_lt .info_tit:after {
		
	}
	.bas_lt .notice_left {
		width:100%;
	}
	.bas_lt h2 {
		display:inline-block;
	}
	.bas_lt .more {
		float:right;
	}
	.bas_lt ul {
		width:100%;
		margin:0;
	}
	.bas_lt li {
		padding:6px 0;
	}
}