.jr-board {
	max-width: 1040px;
	margin: 0 auto;
	padding: 46px 24px 64px;
}
.jr-board-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 24px;
}
.jr-eyebrow {
	margin: 0 0 5px;
	color: #2b6ba7;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.13em;
}
.jr-board-head h1 {
	margin: 0;
	font-size: 36px;
	letter-spacing: -0.05em;
	color: #092d61;
}
.jr-write-primary,
.jr-write-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 11px;
	background: #092d61;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
}
.jr-write-primary {
	min-height: 44px;
	padding: 0 18px;
}
.jr-categories {
	display: flex;
	gap: 8px;
	margin-bottom: 18px;
	overflow: auto;
	scrollbar-width: none;
}
.jr-categories a {
	flex: 0 0 auto;
	padding: 9px 16px;
	border: 1px solid #dce4ed;
	border-radius: 999px;
	background: #fff;
	color: #68788e;
	font-size: 14px;
	font-weight: 700;
}
.jr-categories a.is-active {
	border-color: #092d61;
	background: #092d61;
	color: #fff;
}
.jr-rumor-note,
.jr-rumor-compose {
	display: flex;
	gap: 10px;
	align-items: center;
	margin: 0 0 16px;
	padding: 14px 16px;
	border: 1px solid #f1dfaa;
	border-radius: 12px;
	background: #fff9e8;
	color: #68551d;
	font-size: 13px;
}
.jr-list-wrap,
.jr-article,
.jr-comments,
.jr-write-form,
.jr-context {
	border: 1px solid #e0e7ef;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 32px rgba(21, 48, 79, 0.05);
}
.jr-post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.jr-post {
	border-bottom: 1px solid #edf1f5;
}
.jr-post:last-child {
	border-bottom: 0;
}
.jr-post > a {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 24px;
	padding: 20px 22px;
}
.jr-post > a:hover {
	background: #f8fafc;
}
.jr-post-main {
	min-width: 0;
	display: flex;
	align-items: center;
	gap: 9px;
}
.jr-post-main strong {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}
.jr-post-main em {
	font-style: normal;
	color: #1d70aa;
	font-size: 12px;
	font-weight: 800;
}
.jr-chip {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	padding: 5px 9px;
	border-radius: 7px;
	background: #eef3f8;
	color: #52667e;
	font-size: 11px;
	font-weight: 800;
}
.jr-chip.notice {
	background: #e8f0ff;
	color: #214e8d;
}
.jr-chip.cate-정보 {
	background: #e6f6ef;
	color: #147354;
}
.jr-chip.cate-카더라 {
	background: #fff1d4;
	color: #8a6110;
}
.jr-chip.cate-질문 {
	background: #eeeaff;
	color: #6650ae;
}
.jr-post-meta {
	display: flex;
	gap: 12px;
	color: #8995a5;
	font-size: 12px;
}
.jr-empty {
	min-height: 280px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #8492a5;
}
.jr-empty strong {
	margin-bottom: 7px;
	color: #354960;
	font-size: 17px;
}
.jr-list-actions {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 20px;
	border-top: 1px solid #edf1f5;
}
.jr-search {
	display: flex;
	gap: 7px;
	min-width: 0;
}
.jr-search select,
.jr-search input {
	height: 38px;
	border: 1px solid #dce4ed;
	border-radius: 9px;
	background: #fff;
	padding: 0 11px;
	color: #45576e;
}
.jr-search input {
	width: 230px;
}
.jr-search button {
	border: 0;
	border-radius: 9px;
	background: #eaf0f7;
	padding: 0 14px;
	color: #1f426e;
	font-weight: 800;
}
.jr-write-secondary {
	min-width: 78px;
}
.jr-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 18px;
}
.jr-pagination a,
.jr-pagination strong {
	min-width: 32px;
	height: 32px;
	display: grid;
	place-items: center;
	border-radius: 8px;
	font-size: 13px;
}
.jr-pagination strong {
	background: #092d61;
	color: #fff;
}
.jr-article {
	overflow: hidden;
}
.jr-article > header {
	padding: 26px 28px;
	border-bottom: 1px solid #edf1f5;
}
.jr-article-title {
	display: flex;
	align-items: center;
	gap: 10px;
}
.jr-article-title h2 {
	margin: 0;
	font-size: 25px;
	letter-spacing: -0.035em;
}
.jr-article-meta {
	display: flex;
	gap: 13px;
	margin-top: 13px;
	color: #8793a3;
	font-size: 12px;
}
.jr-article-meta strong {
	color: #4d6178;
}
.jr-article-body {
	min-height: 240px;
	padding: 34px 30px;
	font-size: 15px;
	line-height: 1.8;
}
.jr-article-body img {
	max-width: 100%;
	height: auto;
}
.jr-article-actions {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	padding: 16px 22px;
	border-top: 1px solid #edf1f5;
}
.jr-article-actions a,
.jr-context button,
.jr-context a {
	padding: 9px 14px;
	border: 1px solid #dbe3ec;
	border-radius: 9px;
	background: #fff;
	font-size: 13px;
	font-weight: 700;
}
.jr-comments {
	margin-top: 18px;
	padding: 24px;
}
.jr-comments > h2 {
	margin: 0 0 18px;
	font-size: 18px;
}
.jr-comments > h2 em {
	font-style: normal;
	color: #2874a9;
}
.jr-comments > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.jr-comment {
	padding: 17px 2px;
	border-top: 1px solid #edf1f5;
}
.jr-comment.depth-1,
.jr-comment[class*="depth-"]:not(.depth-0) {
	margin-left: 26px;
}
.jr-comment-meta {
	display: flex;
	gap: 10px;
	margin-bottom: 9px;
}
.jr-comment-meta strong {
	font-size: 13px;
}
.jr-comment-meta span {
	color: #95a0ae;
	font-size: 11px;
}
.jr-comment-body {
	font-size: 14px;
	line-height: 1.65;
}
.jr-comment-actions {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 8px;
	color: #7b899a;
	font-size: 11px;
}
.jr-comment-form {
	padding-top: 20px;
	border-top: 1px solid #edf1f5;
}
.jr-comment-form button,
.jr-form-actions button {
	float: right;
	margin-top: 10px;
	border: 0;
	border-radius: 9px;
	background: #092d61;
	padding: 10px 17px;
	color: #fff;
	font-weight: 800;
}
.jr-comment-login-note {
	clear: both;
	margin: 14px 0 0;
	padding-top: 12px;
	color: #76869a;
	font-size: 12px;
}
.jr-comment-login-note a {
	color: #092d61;
	font-weight: 800;
}
.jr-login-prompt {
	padding: 17px;
	border-radius: 10px;
	background: #f5f8fb;
	text-align: center;
	color: #66768a;
	font-size: 13px;
}
.jr-login-prompt a {
	color: #092d61;
	font-weight: 800;
}
.jr-write-form {
	padding: 26px;
}
.jr-write-form h2 {
	margin: 0 0 20px;
	font-size: 24px;
}
.jr-field-row {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 10px;
	margin-bottom: 14px;
}
.jr-field-row select,
.jr-field-row input {
	height: 46px;
	border: 1px solid #d9e2eb;
	border-radius: 10px;
	padding: 0 13px;
	font: inherit;
}
.jr-editor {
	min-height: 300px;
}
.jr-guest-write {
	display: grid;
	grid-template-columns: 180px minmax(220px, 360px);
	align-items: center;
	gap: 8px 12px;
	margin-top: 18px;
	padding: 16px;
	border: 1px solid #dce4ed;
	border-radius: 12px;
	background: #f8fafc;
}
.jr-guest-write.jr-guest-comment {
	grid-template-columns: 180px minmax(180px, 360px);
}
.jr-guest-write label {
	font-size: 13px;
	font-weight: 800;
	color: #41556d;
}
.jr-guest-write input {
	height: 42px;
	border: 1px solid #ccd8e4;
	border-radius: 9px;
	padding: 0 12px;
	font: inherit;
}
.jr-guest-write p {
	grid-column: 2;
	margin: 0;
	color: #76869a;
	font-size: 12px;
	line-height: 1.5;
}
.write_captcha {
	margin-top: 18px;
}
.jr-form-actions {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
	margin-top: 18px;
}
.jr-form-actions button {
	float: none;
	margin: 0;
}
.jr-form-actions a {
	padding: 10px 16px;
	color: #6d7c8f;
	font-weight: 700;
}
.jr-context {
	padding: 42px;
	text-align: center;
}
.jr-context h2 {
	margin: 0 0 22px;
}
.jr-context button {
	cursor: pointer;
}
.jr-context button[type="submit"] {
	border-color: #092d61;
	background: #092d61;
	color: #fff;
}
.jr-board .jr-google-button,
.jr-context .jr-google-button {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0 12px;
	border: 1px solid #747775;
	border-radius: 999px;
	color: #1f1f1f;
	background: #fff;
	font-family: "Google Sans", Roboto, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	white-space: nowrap;
}
.jr-board .jr-google-button img,
.jr-context .jr-google-button img {
	display: block;
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	object-fit: contain;
}
.jr-board .jr-google-button:hover,
.jr-context .jr-google-button:hover {
	border-color: #5f6368;
	background: #f8fafd;
	box-shadow: 0 1px 2px rgba(60, 64, 67, .22);
}
.jr-comment-login-note {
	display: flex;
	align-items: center;
	gap: 10px 12px;
	flex-wrap: wrap;
}
.jr-comment-login-note .jr-google-button {
	color: #1f1f1f;
}
.jr-google-action-entry {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}
.jr-google-action-entry small {
	color: #66758a;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
}
.jr-google-button--write {
	min-height: 44px;
}
.jr-google-action-entry--context {
	margin-right: 8px;
}
@media (max-width: 720px) {
	.jr-board {
		padding: 28px 14px 48px;
	}
	.jr-board-head h1 {
		font-size: 30px;
	}
	.jr-post > a {
		display: block;
		padding: 17px;
	}
	.jr-post-meta {
		margin-top: 9px;
	}
	.jr-post-meta span:last-child {
		display: none;
	}
	.jr-list-actions {
		display: block;
	}
	.jr-search select {
		display: none;
	}
	.jr-search input {
		width: 100%;
	}
	.jr-write-secondary {
		display: none;
	}
	.jr-article > header,
	.jr-article-body {
		padding: 22px 19px;
	}
	.jr-article-title {
		align-items: flex-start;
		flex-direction: column;
	}
	.jr-article-title h2 {
		font-size: 21px;
	}
	.jr-article-meta {
		flex-wrap: wrap;
	}
	.jr-comments,
	.jr-write-form {
		padding: 19px;
	}
	.jr-field-row,
	.jr-guest-write {
		grid-template-columns: 1fr;
	}
	.jr-guest-write.jr-guest-comment {
		grid-template-columns: 1fr;
	}
	.jr-guest-write p {
		grid-column: 1;
	}
	.jr-categories a {
		padding: 8px 13px;
	}
	.jr-rumor-note,
	.jr-rumor-compose {
		align-items: flex-start;
		flex-direction: column;
	}
	.jr-comment.depth-1,
	.jr-comment[class*="depth-"]:not(.depth-0) {
		margin-left: 16px;
	}
	.jr-google-button--write,
	.jr-google-button--inline,
	.jr-google-button--context {
		width: 100%;
	}
	.jr-google-button--context {
		margin: 0 0 10px;
	}
	.jr-google-action-entry--context {
		width: 100%;
		margin: 0 0 12px;
	}
}
