@charset "utf-8";
/* 갤러리 스타일 -------------------------------------------------------------------------------------------------------- */
.xet-galleryWrp { 
	position:relative;
}

/* No Item */
.xet-galleryWrp .no-item {
	padding: 10px;
	text-align:center;
}

/* Notice */
.xet-galleryWrp .notice-item {
	padding: 10px 0;
	margin-bottom: 15px;
	background-color: #fff;	
	border:1px solid #e1e1e1;
}
.xet-galleryWrp .notice-item .cover-infoManager {
	margin: 0 !important;
	padding: 0;
}
.xet-galleryWrp .notice-item .cover-infoDate span {
	display: inline-block;
	margin-right: 5px;;
}

/* Item */
.xet-galleryWrp .item { 
	float:left; 
}
.xet-galleryWrp .itemBox { 
	overflow:hidden; 
	background:#fff;	
	border:1px solid #e1e1e1;
}
.xet-galleryWrp .itemBox.on { 
	border-color: #49A2DF;
}
.xet-galleryWrp .thumb { 
	position:relative;
	overflow:hidden; 
	margin:0 auto;
	padding:0;
}
.xet-galleryWrp .link { 
	position:relative;
	overflow:hidden; 
	margin:0;
	padding:0; 
	display:block; 
}

.xet-galleryWrp .thumbnail { 
	position:relative;
	overflow:hidden; 
	display:block; 
	margin: 0;
	padding:0 !important;
	text-align: center;
}
.xet-galleryWrp .thumbnail img { 
	vertical-align:top;
	width: 100%;
}
.xet-galleryWrp .cover-infoWrp {
	padding: 0 15px;
	font-size: 13px;
	color: #777;
}
.xet-galleryWrp .cover-infoWrp a {
	color: #555;
}
.xet-galleryWrp .cover-infoWrp > p {
	padding: 0;
	margin-bottom: 10px;
}
.xet-galleryWrp .cover-infoWrp > p:first-child {
	margin-top: 10px;
}
.xet-galleryWrp .cover-infoSubject a { 
	display: inline;
	font-size: 13px;
	font-weight: bold; 
	color: #333;
}
.xet-galleryWrp .cover-infoSummary { 
	font-size: 14px;
	color: #555;
}
.xet-galleryWrp .cover-infoCategory { 
	font-size: 14px;
}
.xet-galleryWrp .cover-infoCount {
	font-size: 12px;
	padding: 5px 10px;
	background: #f1f1f1;
	border-top: 1px solid #e1e1e1;
}
.xet-galleryWrp .cover-infoCount a,
.xet-galleryWrp .cover-infoCount span {
	display: inline-block;
	margin-right: 5px;
	color: #777;
}

