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

/* Item */
.xet-galleryWrp .item a {
	display: block;
	overflow: hidden;
	background-color: #fff;
	color: #707070;
	box-shadow: 0px 3px 6px rgba(0,0,0,.1);
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.xet-galleryWrp .item .thumbnail {
	text-align: center;
}
.xet-galleryWrp .item .thumbnail img {
	width: 100%;
	vertical-align: top;
}
.xet-galleryWrp .item .subject {
	color: #1b1b1b;
}
.xet-galleryWrp .item .caption {
	background-color: #f5f5f5;
}
.xet-galleryWrp .item .script {
	padding-bottom: 20px;
	color: #5b5b5b;
	border-bottom: 2px solid #e1e1e1;
}

@media (min-width: 992px) {	
	.xet-galleryWrp .item a:hover {
		box-shadow: 0px 0px 12px rgba(0,66,149,0.3);
	}
}