#bk_news_view {
	position: relative;
	width: calc(100% - 40px);
	max-width: none;
	margin: 120px auto 140px;
	color: #1a1a1a;
	font-family: "Pretendard", sans-serif;
	letter-spacing: 0;
}

.news_view_breadcrumb {
	display: flex;
	align-items: center;
	gap: 9px;
	height: 22px;
	margin-bottom: 39px;
	font-size: 16px;
	line-height: 1.4;
	color: #2e1700;
}

.news_view_breadcrumb a {
	display: inline-flex;
	align-items: center;
	color: inherit;
}

.news_view_breadcrumb a + a::before {
	content: ">";
	margin-right: 9px;
}

.news_view_breadcrumb .home_icon {
	width: 18px;
	height: 18px;
}

.news_view_breadcrumb .home_icon img {
	display: block;
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.news_view_admin {
	position: absolute;
	top: 57px;
	right: 0;
	z-index: 2;
	display: flex;
	gap: 6px;
}

.news_view_admin a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	padding: 0 13px;
	border: 1px solid #cfc7bf;
	background: #fff;
	color: #5e5e5e;
	font-size: 12px;
}

.news_view_header {
	display: flex;
	width: 100%;
	min-height: 150px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 60px;
	padding: 22px 40px;
	background: #f1f1f1;
	text-align: center;
}

.news_view_title_row {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
	min-height: 0;
	padding: 0;
	border: 0;
	background: transparent;
	text-align: center;
}

.news_view_badge {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	min-width: 100px;
	height: 32px;
	padding: 0 20px;
	border-radius: 4px;
	background: #2e1700;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
}
.news_view_badges {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.news_view_field {
	display: none;
	align-items: center;
	justify-content: center;
	min-width: 72px;
	height: 32px;
	padding: 0 18px;
	border-radius: 4px;
	background: #172341;
	color: #fff;
	font-size: 17px;
	line-height: 1;
}
.news_view_field.tone_brown {background: #6d574e;}
.news_view_field.tone_green {background: #0f625c;}

.news_view_title_row h2 {
	display: block;
	flex: 0 1 auto;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #1a1a1a;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	word-break: keep-all;
}

.news_view_info {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 17px;
	margin: 10px 0 0;
	padding: 0;
	background: transparent;
	color: #5e5e5e;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
}

.news_view_info i {
	font-style: normal;
}

.news_view_article {
	min-height: 0 !important;
}

#bk_news_view #bo_v_con {
	width: 100%;
	min-height: 0;
	margin: 0;
	overflow: visible;
	color: #1a1a1a;
	font-family: "Pretendard", sans-serif !important;
	font-size: 16px !important;
	font-weight: 400;
	line-height: 1.7 !important;
	word-break: keep-all;
}

#bk_news_view #bo_v_con > p:first-child,
#bk_news_view #bo_v_con > p:first-child a {
	display: block;
	margin: 0;
	text-align: center;
}

#bk_news_view #bo_v_con img,
.news_view_lead_image img {
	display: block;
	width: auto !important;
	max-width: 1000px !important;
	height: auto !important;
	margin: 0 auto 60px;
}

#bk_news_view #bo_v_con p {
	margin: 0 0 18px;
	font-family: "Pretendard", sans-serif !important;
	font-size: 16px !important;
	line-height: 1.7 !important;
	letter-spacing: 0 !important;
}

#bk_news_view #bo_v_con span {
	font-family: inherit !important;
	font-size: inherit !important;
	letter-spacing: 0 !important;
}

#bk_news_view #bo_v_con h1,
#bk_news_view #bo_v_con h2,
#bk_news_view #bo_v_con h3,
#bk_news_view #bo_v_con h4 {
	margin: 44px 0 20px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #1a1a1a !important;
	font-family: "Pretendard", sans-serif !important;
	font-size: 28px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
	letter-spacing: 0 !important;
}

#bk_news_view #bo_v_con > h2:first-of-type {
	width: 100%;
	margin: 44px 0 20px !important;
	padding: 0 0 13px !important;
	border-bottom: 1px solid #b8b8b8 !important;
}

#bk_news_view #bo_v_con a {
	color: inherit;
}

.news_view_signature {
	margin-top: 50px;
}

#bk_news_view #bo_v_act {
	margin: 40px 0 0;
}

.news_view_resource {
	margin-top: 45px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
}

.news_view_resource h3 {
	margin: 0 0 15px;
	font-size: 18px;
}

.news_view_resource li + li {
	margin-top: 8px;
}

.news_view_resource a {
	color: #5e5e5e;
	font-size: 14px;
}

.news_view_navigation {
	width: 100%;
	margin-top: 60px;
	border-top: 1px solid #b8b8b8;
}

.news_view_navigation_row {
	display: grid;
	width: 100%;
	min-height: 51px;
	grid-template-columns: 110px minmax(0, 1fr);
	align-items: center;
	border-bottom: 1px solid #b8b8b8;
	color: #1a1a1a;
	font-size: 15px;
	line-height: 1.4;
}

.news_view_navigation_label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	white-space: nowrap;
}

.news_view_navigation_label i {
	width: 12px;
	color: #777;
	font-size: 13px;
	text-align: center;
}

.news_view_navigation_row > a,
.news_view_navigation_empty {
	min-width: 0;
	overflow: hidden;
	color: #3f3f3f;
	font-weight: 400;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_view_navigation_row > a:hover {
	color: #2e1700;
	text-decoration: underline;
}

.news_view_navigation_empty {
	color: #999;
}

.news_view_bottom {
	display: flex;
	justify-content: flex-start;
	margin-top: 20px;
}

.news_view_bottom a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 108px;
	height: 37px;
	padding: 0 16px;
	border-radius: 100px;
	background: #2e1700;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

@media (max-width: 1240px) {
	#bk_news_view {
		width: calc(100% - 40px);
	}

	#bk_news_view #bo_v_con {
		width: 100%;
	}
}

@media (max-width: 768px) {
	#bk_news_view {
		width: 100%;
		margin: 0;
		padding: 40px 0 0;
		background: #fff;
	}

	.sub_section.sub_news_area > .inner {padding-bottom: 0 !important;}
	.news_view_breadcrumb {display: none !important;}

	.news_view_admin {
		position: static;
		justify-content: flex-end;
		margin: 0 20px 12px;
	}

	.news_view_header {
		min-height: 115px;
		margin-bottom: 40px;
		padding: 20px;
	}

	.news_view_title_row {
		align-items: center;
		gap: 15px;
	}

	.news_view_badges {gap: 10px;}
	.news_view_field,
	.news_view_badge {
		min-width: 70px;
		height: 26px;
		padding: 0 20px;
		border-radius: 3px;
		font-size: 12px;
	}
	.news_view_field {display: inline-flex;}

	.news_view_title_row h2 {
		font-size: 20px;
		font-weight: 400;
		line-height: 1.4;
	}

	.news_view_info {
		flex-wrap: nowrap;
		height: auto;
		margin-top: 6px;
		font-size: 12px;
	}

	.news_view_article,
	.news_view_resource,
	.news_view_navigation,
	.news_view_bottom {
		width: calc(100% - 40px);
		margin-left: auto;
		margin-right: auto;
	}

	.news_view_navigation {
		margin-block: 40px;
	}

	.news_view_navigation_row {
		min-height: 48px;
		grid-template-columns: 80px minmax(0, 1fr);
		font-size: 13px;
	}

	.news_view_navigation_label {
		gap: 6px;
	}

	#bk_news_view #bo_v_con,
	#bk_news_view #bo_v_con p,
	#bk_news_view #bo_v_con div,
	#bk_news_view #bo_v_con span,
	#bk_news_view #bo_v_con li,
	#bk_news_view #bo_v_con pre {
		font-family: "Pretendard", sans-serif !important;
		font-size: 16px !important;
		line-height: 1.6 !important;
		letter-spacing: 0 !important;
		word-break: keep-all;
		white-space: pre-wrap;
	}

	#bk_news_view #bo_v_con pre {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 0 18px !important;
		padding: 0 !important;
		overflow: visible !important;
		border: 0 !important;
		background: transparent !important;
		color: #1a1a1a !important;
	}

	#bk_news_view #bo_v_con h1,
	#bk_news_view #bo_v_con h2,
	#bk_news_view #bo_v_con h3,
	#bk_news_view #bo_v_con h4 {
		font-size: 18px !important;
	}

	#bk_news_view #bo_v_con img,
	.news_view_lead_image img {
		max-width: 270px !important;
		margin-bottom: 0;
	}
	#bk_news_view #bo_v_con > h2:first-of-type {
		margin: 40px 0 15px !important;
		padding-bottom: 10px !important;
	}
	.news_view_navigation_row {
		min-height: 38px;
		grid-template-columns: 70px minmax(0, 1fr);
		font-size: 13px;
	}
	.news_view_field,
	.news_view_badge {font-size: 12px;}
	.news_view_info {font-size: 10px;}
	.news_view_navigation_row {font-size: 11px;}
	.news_view_bottom {display: none;}
}
