.board {
	--board-primary: #5b1118;
	--board-accent: #dc2626;
	--board-text: #2d1518;
	--board-muted: #7f555b;
	--board-line: #efc9cd;
	--board-soft: #fff7f8;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: var(--board-text);
	background: #fffafb;
}

.board *,
.board *::before,
.board *::after {
	box-sizing: border-box;
}

.redhands-board-heading {
	margin: 0 0 16px;
	padding: 2px 0 13px;
	border-bottom: 2px solid var(--board-primary);
}

.redhands-board-heading span {
	display: block;
	margin-bottom: 3px;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .12em;
	color: var(--board-accent);
}

.redhands-board-heading h1 {
	margin: 0;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 900;
	letter-spacing: -.04em;
	color: var(--board-primary);
}

.redhands-board-heading p {
	margin: 5px 0 0;
	font-size: 12px;
	color: var(--board-muted);
}

.cTab {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
}

.cTab > li {
	margin: 0;
	border: 1px solid var(--board-line);
	background: #fff;
}

.cTab > li > a,
.cTab > li > ul li a {
	display: block;
	padding: 6px 10px;
	color: #4b525b;
	text-decoration: none;
}

.cTab > li.on,
.cTab > li.on_ {
	border-color: var(--board-primary);
	background: var(--board-primary);
}

.cTab > li.on > a,
.cTab > li.on_ > a {
	color: #fff;
}

.board_list {
	width: 100%;
	border-top: 2px solid var(--board-primary);
	border-bottom: 1px solid var(--board-line);
	background: #fff;
	overflow-x: auto;
}

.board_list table {
	width: 100%;
	min-width: 640px;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	color: var(--board-text);
	background: #fff;
}

.board_list th {
	height: 42px;
	padding: 8px 7px;
	border: 0;
	border-bottom: 1px solid var(--board-line);
	background: var(--board-soft);
	color: #4c535d;
	font-size: 12px;
	font-weight: 800;
	text-align: center;
	white-space: nowrap;
}

.board_list th a {
	color: inherit;
	text-decoration: none;
}

.board_list td {
	height: 46px;
	padding: 9px 7px;
	border: 0;
	border-bottom: 1px solid #f3d8db;
	background: #fff;
	color: #5f6670;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}

.board_list tr:last-child td {
	border-bottom: 0;
}

.board_list tr:hover td {
	background: #fffafb;
}

.board_list tr.notice td {
	background: #fff1f2;
}

.board_list td.title,
.board_list th.title {
	text-align: left;
}

.board_list td.title a:first-child {
	font-size: 13px;
	font-weight: 700;
	color: #272c33;
	text-decoration: none;
}

.board_list td.title a:first-child:hover,
.board_list td.title a:first-child:focus-visible {
	color: #b91c1c;
	text-decoration: underline;
}

.board_list .replyNum,
.board_list .trackbackNum {
	margin-left: 3px;
	color: #dc2626;
	font-weight: 800;
	text-decoration: none;
}

.board_list .no_article td {
	height: 150px;
	color: #8a919a;
	background: #fff;
}

.board_list .no_article p {
	margin: 0;
}

.list_footer {
	margin-top: 12px;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 12px;
	align-items: center;
}

.list_footer .btnArea {
	display: flex;
	gap: 5px;
	text-align: left;
}

.btn,
.board .btn,
.btnArea .btn,
.context_message .btn,
.write_comment .btn,
.write_footer .btn,
.write_footer .btn_insert {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 6px 11px;
	border: 1px solid #cfd4da;
	border-radius: 2px;
	background: #fff;
	color: #3f464f;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none !important;
	cursor: pointer;
}

.btn:hover,
.btn:focus,
.board .btn:hover,
.board .btn:focus {
	border-color: var(--board-primary);
	background: var(--board-primary);
	color: #fff;
}

.board_search {
	justify-self: end;
	display: flex;
	align-items: center;
	gap: 5px;
}

.board_search select,
.board_search .iText,
.iText {
	height: 32px;
	padding: 0 9px;
	border: 1px solid #cfd4da;
	border-radius: 0;
	background: #fff;
	color: #30363d;
	font: inherit;
}

.board_search .search_input {
	display: inline-flex;
	align-items: center;
}

.board_search .search_input i {
	display: none;
}

.board_search .btn,
.write_comment .btn,
.write_footer .btn_insert {
	border-color: var(--board-primary);
	background: var(--board-primary);
	color: #fff;
}

.pagination {
	grid-column: 1 / -1;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3px;
	margin-top: 4px;
}

.pagination a,
.pagination strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	height: 30px;
	padding: 0 7px;
	border: 1px solid var(--board-line);
	background: #fff;
	color: #5b626c;
	font-size: 12px;
	text-decoration: none;
}

.pagination strong {
	border-color: var(--board-primary);
	background: var(--board-primary);
	color: #fff;
}

.board_read {
	padding: 0;
	border: 0;
	background: #fff;
}

.read_header {
	margin: 0;
	padding: 18px 20px 14px;
	border-top: 2px solid var(--board-primary);
	border-bottom: 1px solid var(--board-line);
	background: #fff;
}

.read_header h1 {
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 1.45;
	font-weight: 900;
	letter-spacing: -.03em;
	color: #22272e;
}

.read_header h1 .category {
	margin-right: 8px;
	padding-right: 9px;
	border-right: 1px solid var(--board-line);
	color: #b91c1c;
}

.read_header .meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	padding: 0;
	border: 0;
	color: var(--board-muted);
	font-size: 12px;
}

.read_body {
	min-height: 260px;
	padding: 28px 20px;
	border-bottom: 1px solid var(--board-line);
	color: #30363d;
	font-size: 14px;
}

.read_body .xe_content {
	color: #30363d;
}

.read_footer {
	padding: 14px 0 0;
}

.toggleFile {
	border: 0;
	background: transparent;
	color: #4b525b;
	cursor: pointer;
}

.read_footer .files,
.feedback .files {
	list-style: none;
	margin: 8px 0;
	padding: 10px;
	background: var(--board-soft);
}

.feedback {
	margin-top: 20px;
	padding-top: 0;
	border-top: 2px solid var(--board-primary);
	color: var(--board-text);
}

.feedback .fbHeader {
	padding: 13px 4px;
	border-bottom: 1px solid var(--board-line);
}

.feedback .fbHeader h2 {
	margin: 0;
	font-size: 15px;
	color: var(--board-primary);
}

.feedback .fbItem {
	display: block;
	padding: 16px 8px;
	border-bottom: 1px solid #f3d8db;
}

.feedback .fbMeta {
	display: inline-block;
	width: 160px;
	vertical-align: top;
}

.feedback .fbMeta .author {
	margin: 0 0 4px;
	font-weight: 800;
	color: #333941;
}

.feedback .xe_content {
	margin-left: 170px;
	color: #353b43;
}

.feedback .action a {
	margin-right: 8px;
	color: #656c76;
}

.feedback .indent {
	background-image: url(../icoIndent.gif);
	background-repeat: no-repeat;
}

.feedback .indent1 { padding-left: 20px; background-position: 6px 15px; }
.feedback .indent2 { padding-left: 40px; background-position: 26px 15px; }
.feedback .indent3 { padding-left: 60px; background-position: 46px 15px; }
.feedback .indent4 { padding-left: 80px; background-position: 66px 15px; }

.write_comment,
.write_editor,
.write_header,
.write_footer {
	margin-top: 12px;
}

.write_comment textarea,
.write_editor textarea {
	width: 100%;
	min-height: 130px;
	border: 1px solid #cfd4da;
	background: #fff;
	color: #30363d;
}

.write_header,
.write_author {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.context_message {
	padding: 38px 16px;
	text-align: center;
	color: var(--board-muted);
}

.redhands-comment-login-gate {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: 14px;
	padding: 14px 16px;
	border: 1px solid var(--board-line);
	background: #fff7f8;
	color: var(--board-text);
}

.redhands-comment-login-gate strong,
.redhands-comment-login-gate span {
	display: block;
}

.redhands-comment-login-gate span {
	margin-top: 3px;
	font-size: 12px;
	color: var(--board-muted);
}

.redhands-login-required {
	font-weight: 700;
}

.context_data,
.exOut,
.exForm,
.tagList,
.vote-list,
.update-log {
	margin-bottom: 14px;
	padding: 14px;
	border: 1px solid var(--board-line);
	background: #fff;
	color: var(--board-text);
}

.exOut table,
.exForm table {
	width: 100%;
	border-collapse: collapse;
}

.exOut th,
.exOut td,
.exForm th,
.exForm td {
	padding: 9px;
	border-top: 1px solid var(--board-line);
	color: var(--board-text);
}

@media (max-width: 760px) {
	.redhands-board-heading h1,
	.read_header h1 {
		font-size: 19px;
	}

	.board_list table {
		min-width: 0;
	}

	.board_list .module_title,
	.board_list .time,
	.board_list .lastReply,
	.board_list .readNum,
	.board_list .voteNum,
	.board_list .no,
	.board_list .check,
	.board_list .author {
		display: none;
	}

	.board_list th:not(.title) {
		display: none;
	}

	.board_list table {
		table-layout: fixed;
	}

	.board_list th,
	.board_list td {
		height: 43px;
	}

	.list_footer {
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}

	.list_footer .btnArea,
	.board_search {
		justify-content: flex-start;
		justify-self: auto;
		flex-wrap: wrap;
	}

	.board_search .search_input,
	.board_search .iText {
		flex: 1;
		min-width: 120px;
	}

	.pagination {
		flex-wrap: wrap;
	}

	.read_header,
	.read_body {
		padding-left: 12px;
		padding-right: 12px;
	}

	.feedback .fbMeta,
	.feedback .xe_content {
		display: block;
		width: auto;
		margin-left: 0;
	}

	.redhands-comment-login-gate {
		align-items: stretch;
		flex-direction: column;
	}
}
