@charset "utf-8";


/* Table 스타일 
-------------------------------------------------------------------------------------------------------- */
.xet-listTableWrp { 
	margin:0; 
	padding:0;
}
.xet-listTable { 
	width:100%;
	border-collapse:collapse; 
	border-top:1px solid #cccdcf;  
	border-bottom: 1px solid #cccdcf;
}
.xet-listTable thead th { 
	padding:15px 10px; 
	white-space:nowrap;
	text-align:center; 
	font-size:14px;
	font-weight: 700; 
	color:#333; 
	background:url(../img/lineVr9.gif) no-repeat left center #f9f9f9;
	border-bottom: 1px solid #cccdcf;
}
.xet-listTable thead th:first-child {
	background-image:none;
}
.xet-listTable thead th a {
	color:#333; 
}
.xet-listTable thead th a .sort { 
	vertical-align:middle;
	margin:0 5px; 
} 
.xet-listTable td { 
	padding:15px 6px;
	white-space:nowrap; 
	text-align:center; 
	vertical-align:middle; 
	color:#555;
	border-top: 1px solid #eee;
}
.xet-listTable td a {
	color:#555;
}
.xet-listTable td .thumbnail { 
	margin-right: 10px;
} 
.xet-listTable td.td-subject { 
	width:100%; 
	white-space:normal; 
	text-align:left;
} 
.xet-listTable td.td-subject a { 
	display: inline;
} 
.xet-listTable td.td-subject a.subject { 
	font-weight:normal; 
	text-decoration:none; 
	font-size:14px;
	color: #111; 
} 
.xet-listTable td.td-author { 
	text-align:left; 
}

@media (max-width: 767px) {
	.xet-listTableWrp { 
		overflow-x: scroll;
	}
}
@media (min-width: 992px) {
	.xet-listTable th a:hover,
	.xet-listTable td a:hover { 
		text-decoration: underline;
	} 
}

/* UL 스타일 
-------------------------------------------------------------------------------------------------------- */
.xet-listWrp {
	position: relative;
}
.xet-listWrp .no-item {
	padding: 15px;
	text-align:center;
}
.xet-listWrp .notice.item {
	padding: 15px;
	background: #f1f1f1;
	border: 1px solid #e1e1e1;
}
.xet-listWrp .notice .cover-infoSubject i {
	font-size:15px; 
	font-weight:bold;
	color:#e74c3c;
}
.xet-listWrp .item { 
	overflow: hidden;
	padding: 15px 0;
	margin: 0 0 15px;
	border-bottom: 1px solid #e1e1e1;
}
.xet-listWrp .item:first-child {
	border-top: 1px solid #e1e1e1;
}
.xet-listWrp .item.on { 
	padding-left: 15px;
	border-left: 3px solid #49A2DF;
}
.xet-listWrp .thumbnailWrp { 
	float: left;
	margin: 0 15px 0 0;
	overflow:hidden; 
}
.xet-listWrp .thumbnailWrp a { 
	display:block;
	text-align:center; 
}
.xet-listWrp .thumbnailWrp img {
	vertical-align: top;
	width: 100%;
}
.xet-listWrp .cover-infoWrp { 
	margin:0;
	padding:0; 
	overflow: hidden;
	font-size: 13px;
	color: #777;
}
.xet-listWrp .cover-infoWrp > p {
	margin: 0 0 10px;
}
.xet-listWrp .cover-infoSubject {}
.xet-listWrp .cover-infoSubject i {}
.xet-listWrp .cover-infoSubject a { 
	font-size: 15px;
	font-weight:bold;
	text-decoration:none;
	color: #111; 
} 
.xet-listWrp .cover-infoSummary { 
	font-size: 14px;
	text-overflow:ellipsis; 
	color: #555; 
}
.xet-listWrp .cover-infoAuthor a,
.xet-listWrp .cover-infoAuthor span,
.xet-listWrp .cover-infoDate span,
.xet-listWrp .cover-infoCount a,
.xet-listWrp .cover-infoCount span { 
	display: inline-block;
	margin-right: 10px; 
	color: #777;
}


/* responsive 
-------------------------------------------------------------------------------------------------------- */

@media (max-width: 767px) {	
	.xet-listWrp .thumbnailWrp { 
		width: 25%;
	}
}
@media (min-width: 992px) {
	.xet-listWrp a:hover { 
		color:#2980b9 !important; 
	}
}