@charset "UTF-8";
/* Original file: widgets/xet_content/skins/xet_default/css/gallery.scss */
/* 갤러리형
---------------------------------------------------------------------------- */
.xet-content__gallery > ul {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
background:#ffffff;
}
.xet-content__gallery > ul > li {
	width: 50%;
	padding: 0 10px;
	margin: 0;
	overflow: hidden;

display: block;
}
.xet-content__gallery > ul > li .item__thumbnail, .xet-content__gallery > ul > li .item__subject, .xet-content__gallery > ul > li .item__summary {
	margin-bottom: 0px;
}
.xet-content__gallery > ul > li .item_meta span {
	margin-right: 5px;
	margin-bottom: 5px;
	display: block;
}
.xet-content__gallery > ul > li .item_meta span a {
	text-transform: uppercase;
}
@media (min-width: 992px) {
	.xet-content__gallery > ul {
		margin: 0 -15px;
	}
	.xet-content__gallery > ul > li {
		width: 20%;
		margin-bottom: 15px;
		padding: 0 15px;
	}
}

