@charset "utf-8";
.mwb-card.mwb-card-thumbnail .header {
	padding: 0;
	border-radius: 6px 0 0 6px;
	display: block;
	width: 40%;
	float: left;
	margin-top: -10px;
	margin-bottom: -10px;
}
.mwb-card.mwb-card-thumbnail .body {
	width: 60%;
	float: right;
	padding: 20px 30px;
	font-size: 16px;
	max-height: 215px;
	overflow-y: auto;
	border-top-right-radius: var(--border-radius);
	border-bottom-right-radius: var(--border-radius);
}
.mwb-card.mwb-card-thumbnail .body p::first-letter {
	float: left;
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
	color: #5091cd;
	padding-right: 5px;
	text-transform: capitalize;
}
.mwb-card.mwb-card-thumbnail.thumbnail-round,
.mwb-card.mwb-card-thumbnail.thumbnail-round img {
	border-radius: 0;
}
@media (max-width: 991.98px) {
	/* 991.98px 보다 작을 경우 */
	.mwb-card.mwb-card-thumbnail .body {
		padding: 20px 20px 0;
		font-size: 14px;
		max-height: 163px;
		overflow-y: scroll;
	}
	.mwb-card.mwb-card-thumbnail .body p::first-letter {
		font-size: 32px;
		line-height: 42px;
	}
}
@media (max-width: 767.98px) {
	/* 767.98px 보다 작을 경우 */
	.mwb-card.mwb-card-thumbnail .body p::first-letter {
		font-size: 14px;
		line-height: 21px;
		padding-right: 0;
	}
	.mwb-card.mwb-card-thumbnail .header,
	.mwb-card.mwb-card-thumbnail .body {
		width: 100%;
	}
	.mwb-card.mwb-card-thumbnail .header {
		border-radius: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
	.thumbnail-round,
	.thumbnail-round img {
		border-radius: 0;
	}
}
.mwb-card.mwb-card-thumbnail .header .thumbnail {
	margin-top: 0;
	border-top-left-radius: var(--border-radius);
	border-top-right-radius: var(--border-radius);
	-webkit-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.2), 0 1px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.2), 0 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.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: 50px;
	margin-bottom: 10px;
	border-radius: 0;
	background-color: var(--mwb-secondary-bg);
	border-top-right-radius: var(--border-radius);
	border-bottom-right-radius: var(--border-radius);
}
.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,
.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-secondary-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;
}
.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;
}