@charset "utf-8";
/* MWB :: List - body(gallery) */
.mwb-board-list-gallery-basic .header {
	overflow: hidden;
}
.mwb-board-list-gallery-basic:hover .header a img {
	transform: scale(1.1);
}
.mwb-board-list-gallery-basic:hover .body {
	background-color: var(--mwb-hover-bg);
}
.mwb-board-list-gallery-basic .mwb-card .header {
	padding: 0;
	z-index: 1;
}
.mwb-board-list-gallery-basic .mwb-card {
	margin: 20px 0 10px;
}
.mwb-board-list-gallery-basic .header .thumbnail {
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.mwb-board-list-gallery-basic .header .thumbnail img.transparent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mwb-board-list-gallery-basic .header .thumbnail .img-overlay {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 66%;
	width: 100%;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0));
	opacity: 0;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.mwb-board-list-gallery-basic:hover .header .thumbnail .img-overlay {
	opacity: 1;
}
.mwb-board-list-gallery-basic .board-check {
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 10px;
	margin: 0;
}
.mwb-board-list-gallery-basic .board-check .mwb-checkbox-action {
	padding-left: 16px;
}
.mwb-board-list-gallery-basic .board-check .mwb-checkbox-action:before {
	background-color: #fff !important;
}
.mwb-board-list-gallery-basic .board-check .mwb-checkbox:checked + .mwb-checkbox-action:before {
	background-color: #fff !important;
}
.mwb-board-list-gallery-basic .gallery-icon-pack {
	position: absolute;
	right: 25px;
	top: -15px;
}
.mwb-board-list-gallery-basic .gallery-icon-pack .btn-circle.btn-new,
.mwb-board-list-gallery-basic .gallery-icon-pack .btn-circle.btn-hot {
	right: auto;
	bottom: auto;
	position: relative;
	width: 30px !important;
	height: 30px !important;
	font-size: 14px !important;
	padding: 3px;
	font-weight: bold;
	background-color: #fff !important;
}
.mwb-board-list-gallery-basic .gallery-icon-pack .btn-circle:not(:first-child) {
	margin-left: 5px;
}
.mwb-board-list-gallery-basic .body .btn-circle.btn-jump {
	position: absolute;
	left: 25px;
	top: -15px;
	right: auto;
	background: #fff !important;
	width: 30px !important;
	height: 30px !important;
	font-size: 14px !important;
}
.mwb-board-list-gallery-basic .body .btn-circle.btn-jump:hover {
	color: #fff !important;
	background: #cc4364 !important;
}
.img-overlay .left {
	position: absolute;
	left: 10px;
	bottom: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.img-overlay .right {
	position: absolute;
	right: 10px;
	bottom: 20px;
	color: #fff;
	font-size: 14px;
}
.img-overlay .right sup {
	margin-right: 3px;
}
.img-overlay .right .gallery-date {
	display: inline;
	margin-right: 5px;
}
.img-overlay .right .gallery-hit {
	display: inline;
}
.mwb-board-list-gallery-basic .mwb-card .body {
	padding: 20px;
	z-index: 1;
}
.mwb-board-list-gallery-basic .mwb-card:hover .body {
	background-color: var(--mwb-hover-bg);
}
.mwb-board-list-gallery-basic .body .gallery-category {
	position: absolute;
	top: -11px;
	left: 15px;
}
.mwb-board-list-gallery-basic .body h2 a.gallery-subject {
	display: block;
	font-size: 16px;
	height: 48px;
	overflow: hidden;
	font-weight: normal;
	text-align: center;
}