@charset "utf-8";
/* MWB :: List - body(gallery) */
.mwb-card.mwb-card-thumbnail .header {
	padding: 0;
	border-radius: var(--border-radius);
}
.mwb-card.mwb-card-thumbnail .header .thumbnail {
	margin-top: 0;
}
.mwb-card.mwb-card-thumbnail .thumbnail-round,
.mwb-card.mwb-card-thumbnail .thumbnail-round img {
	border-radius: var(--border-radius);
}
@media (max-width: 767.98px) {
	/* 767.98px 보다 작을 경우 */
	.mwb-card.mwb-card-thumbnail .thumbnail-round,
	.mwb-card.mwb-card-thumbnail .thumbnail-round img {}
}
.mwb-card.mwb-card-thumbnail .header h2 {
	position: absolute;
	width: 100%;
	max-width: 100%;
	height: 30px;
	display: block;
	left: 0;
	top: 50%;
	margin-top: -15px;
	padding: 0 15px;
	font-size: 20px;
	text-align: center;
}
.mwb-card.mwb-card-thumbnail .header h2 a {
	height: 30px;
	line-height: 26px;
	overflow: hidden;
	display: inline;
	color: #fff !important;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 0 10px;
	border: 2px rgba(255, 255, 255, 0.2) solid;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.mwb-board-list-gallery-card .mwb-card.mwb-card-thumbnail {
	margin-top: 20px;
	margin-bottom: 10px;
	border-radius: 6px;
	background-color: var(--mwb-secondary-bg);
}
.mwb-board-list-gallery-card .mwb-card.mwb-card-thumbnail img.transparent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mwb-board-list-gallery-card .mwb-card:hover .header,
.mwb-board-list-gallery-card .mwb-card:hover .body,
.mwb-board-list-gallery-card .mwb-card:hover .footer {
	background-color: var(--mwb-hover-bg);
}
.mwb-board-list-gallery-card .mwb-card:hover .header a img {
	transform: scale(1.1);
}
.mwb-board-list-gallery-card .mwb-card:hover .header h2 a {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff;
	border-color: #fff;
	color: #646363 !important;
}
.mwb-board-list-gallery-card .board-check {
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 10px;
	margin: 0;
}
.mwb-board-view-list-col3 .gallery-thumb a img {
	width: 100%;
	height: auto;
	border-radius: 6px;
}
@media (max-width: 767.98px) {
	/* 767.98px 보다 작을 경우 */
	.mwb-board-view-list-col3 .gallery-thumb a img {
		border-radius: 0;
	}
}
.mwb-board-list-gallery-card .board-check .mwb-checkbox-action {
	padding-left: 16px;
}
.mwb-board-list-gallery-card .board-check .mwb-checkbox-action:before {
	background-color: #fff;
}
.mwb-board-list-gallery-card .board-check .mwb-checkbox:checked + .mwb-checkbox-action:before {
	background-color: #fff !important;
}
.mwb-board-list-gallery-card .header .btn-circle.btn-jump {
	left: 25px;
	bottom: -15px;
	right: auto;
	width: 30px !important;
	height: 30px !important;
	font-size: 14px !important;
}
.mwb-board-list-gallery-card .gallery-icon-pack {
	position: absolute;
	right: 25px;
	bottom: -15px;
}
.mwb-board-list-gallery-card .gallery-icon-pack .btn-circle.btn-new,
.mwb-board-list-gallery-card .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-card .gallery-icon-pack .btn-circle:not(:first-child) {
	margin-left: 5px;
}
.mwb-board-list-gallery-card .gallery-icon-pack .btn-circle.btn-hot {}
.mwb-board-list-gallery-card .body .label.gallery-category {
	margin-bottom: 0;
}
.mwb-board-list-gallery-card .body h2 a.gallery-subject {
	display: block;
	font-size: 16px;
	height: 48px;
	overflow: hidden;
}
.mwb-board-list-gallery-card .body h2 span {}
.mwb-board-list-gallery-card .footer .status > div {
	display: inline;
}
.mwb-board-list-gallery-card .footer .status > div:not(:first-child) {
	margin-left: 3px;
}
.mwb-board-list-gallery-card .footer .status > div {
	display: inline;
}
.mwb-board-list-gallery-card .footer .status > div[class*="gallery-"] > span {
	font-size: 14px;
}
.mwb-board-list-gallery-card .footer .status > div[class*="gallery-"] > span sup {
	margin-right: 3px;
}