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

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

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

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

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

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

.youtube_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;
}

.youtube_view_header {
	margin-bottom: 30px;
}

.youtube_view_header h2 {
	min-height: 47px;
	margin: 0;
	padding: 0 5px 8px;
	border-bottom: 1px solid #1a1a1a;
	color: #1a1a1a;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.4;
	word-break: keep-all;
}

.youtube_view_info {
	display: flex;
	align-items: center;
	gap: 10px;
	height: 17px;
	margin: 8px 5px 0;
	color: #5e5e5e;
	font-size: 12px;
	line-height: 1.4;
}

.youtube_view_info i {
	font-style: normal;
}

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

.youtube_video_frame {
	position: relative;
	width: 100%;
	height: 680px;
	overflow: hidden;
	background: #111;
}

.youtube_video_frame iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.youtube_video_empty {
	display: flex;
	width: 100%;
	height: 680px;
	align-items: center;
	justify-content: center;
	background: #eee;
	color: #777;
}

.youtube_view_signature {
	margin-top: 40px;
}
.youtube_view_content {
	margin-top: 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid #1a1a1a;
	font-size: 16px;
	line-height: 1.6;
	color: #1a1a1a;
}

.youtube_view_content p,
.youtube_view_content div,
.youtube_view_content span,
.youtube_view_content li {
	margin: 0 0 18px;
	color: #1a1a1a !important;
	font-family: "Pretendard", sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.7 !important;
	letter-spacing: 0 !important;
	word-break: keep-all;
}

.youtube_view_content span {
	margin: 0;
	font-size: inherit !important;
	line-height: inherit !important;
}

.youtube_view_content h1,
.youtube_view_content h2,
.youtube_view_content h3,
.youtube_view_content h4 {
	margin: 36px 0 18px !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;
}

.youtube_view_content h5,
.youtube_view_content h6 {
	margin: 0 0 10px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #1a1a1a !important;
	font-family: "Pretendard", sans-serif !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 1.5 !important;
	letter-spacing: 0 !important;
}

.youtube_view_bottom {
	display: flex;
	justify-content: flex-end;
	margin-top: 30px;
}

.youtube_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_youtube_view {
		width: calc(100% - 40px);
	}

	.youtube_video_frame,
	.youtube_video_empty {
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
	}
}

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

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

	.youtube_view_admin {
		position: static;
		justify-content: flex-end;
		margin-bottom: 12px;
	}

	.youtube_view_header {margin-bottom: 20px;}
	.youtube_view_header h2 {
		min-height: 34px;
		padding: 0 4px 6px;
		font-size: 18px;
		font-weight: 700;
	}

	.youtube_view_info {
		flex-wrap: wrap;
		height: auto;
		margin: 6px 4px 0;
		font-size: 12px;
	}

	.youtube_video_frame,
	.youtube_video_empty {
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
	}
	.youtube_view_content {
		margin-top: 20px;
		padding: 0 0 20px;
		font-size: 16px;
		line-height: 1.5;
	}
	.youtube_view_content p,
	.youtube_view_content div,
	.youtube_view_content span,
	.youtube_view_content li {
		font-size: 16px !important;
		line-height: 1.55 !important;
	}
	.youtube_view_content h1,
	.youtube_view_content h2,
	.youtube_view_content h3,
	.youtube_view_content h4 {
		font-size: 18px !important;
		line-height: 1.45 !important;
	}
	.youtube_view_content h5,
	.youtube_view_content h6 {
		font-size: 16px !important;
		line-height: 1.45 !important;
	}
	.youtube_view_info {font-size: 10px;}
	.youtube_view_bottom {display: none;}
}
