@charset "utf-8";
/* MWB :: List - body */
.mwb-board-list-body {
	margin-bottom: 10px;
	display: table;
	/*width: 100%;*/
	border-collapse: separate;
	-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
}
.mwb-board-list-body:hover,
.mwb-board-list-body:hover .body {
	background-color: var(--mwb-hover-bg);
}
.mwb-board-list-body.list-body-notice {}
.mwb-board-list-body.list-body + .mwb-board-list-body.list-body-reply,
.mwb-board-list-body.list-body-reply + .mwb-board-list-body.list-body-reply {
	margin-top: -16px;
	border-radius: 0 !important;
}
.mwb-board-list-header + .mwb-board-list-body.list-body-reply {
	margin-top: 0;
}
.mwb-board-list-body.list-body {}
.mwb-board-list-body .body {
	padding: 0 20px 0 0;
	display: table-row;
}
.body-checkbox {
	padding: 20px 0px;
	display: table-cell;
	width: 1%;
	min-width: 70px;
	text-align: right;
	padding-left: 20px;
}
.body-checkbox .board-check {
	margin: 0;
}
.body-checkbox .board-check label {
	padding-left: 25px;
}
.body-number {
	padding: 20px 0px;
	display: table-cell;
	width: 1%;
	min-width: 70px;
	text-align: left;
	padding-left: 20px;
}
.body-jump {
	display: table-cell;
	width: 1%;
	padding: 20px 10px 0;
}
.body-jump .btn-circle {
	vertical-align: text-bottom;
}
.body-subject {
	display: table-cell;
	padding-right: 10px;
}
.body-subject a {
	display: block;
	padding: 20px 0;
}
.body-subject .subject-category {
	margin-right: 5px;
}
.body-subject .subject-content {
	/*display: block;*/
}
.subject-content .board-list-subject {
	font-size: 16px;
	display: inline;
	color: var(--mwb-body-text-color);
	font-weight: normal;
}
.subject-content .board-list-comment {
	font-size: 14px;
	color: #646363;
	margin-left: 5px;
	font-weight: normal;
}
.subject-content .board-list-comment sup {
	font-size: 12px;
	margin-left: 2px;
}
.subject-content .list-icon-pack {
	font-size: 14px;
	margin-left: 5px;
}
.subject-content .board-list-subject + .list-icon-pack,
.subject-content .board-list-comment + .list-icon-pack {
	margin-left: 10px;
}
.body-writer {
	display: table-cell;
	width: 1%;
	text-align: left;
	min-width: 140px;
	padding-bottom: 20px;
	vertical-align: bottom;
}
.body-date {
	display: table-cell;
	width: 1%;
	text-align: center;
	min-width: 70px;
	padding-bottom: 20px;
	vertical-align: bottom;
	color: #646363 !important;
}
.body-hit {
	display: table-cell;
	width: 1%;
	text-align: center;
	min-width: 60px;
	padding-bottom: 20px;
	vertical-align: bottom;
	color: #646363 !important;
}
.body-good {
	display: table-cell;
	width: 1%;
	text-align: center;
	min-width: 60px;
	padding-bottom: 20px;
	vertical-align: bottom;
	color: #646363 !important;
}
.body-nogood {
	display: table-cell;
	width: 1%;
	text-align: center;
	min-width: 60px;
	padding-bottom: 20px;
	vertical-align: bottom;
	color: #646363 !important;
}
.body-date sup,
.body-hit sup,
.body-good sup,
.body-nogood sup {
	margin-right: 3px;
}