#bk_youtube_list {
	position: relative;
	width: calc(100% - 320px);
	max-width: 1600px;
	margin: 120px auto;
	color: #1a1a1a;
	font-family: "Pretendard", sans-serif;
	letter-spacing: 0;
}
#bk_youtube_list,
#bk_youtube_list * {
	box-sizing: border-box;
}

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

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

.youtube_breadcrumb a + a::before {
	content: ">";
	margin-right: 10px;
}

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

.youtube_page_title {
	margin: 0 0 60px;
	color: #2e1700;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}

.youtube_field_tabs {
	display: flex;
	justify-content: center;
	gap: 50px;
	margin-bottom: 60px;
}

.youtube_field_tabs a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 39px;
	border: .5px solid #1a1a1a;
	border-radius: 4px;
	background: #fff;
	color: #1a1a1a;
	font-size: 19.1366px;
	font-weight: 400;
	line-height: 1.4;
}

.tone_navy .youtube_field_tabs a.active {
	border-color: #142040;
	background: #142040;
	color: #fff;
}

.tone_brown .youtube_field_tabs a.active {
	border-color: #604b42;
	background: #604b42;
	color: #fff;
}

.tone_green .youtube_field_tabs a.active {
	border-color: #0b615e;
	background: #0b615e;
	color: #fff;
}

.youtube_admin_tools {
	display: flex;
	justify-content: flex-end;
	gap: 6px;
	margin-bottom: 15px;
}

.youtube_admin_tools a,
.youtube_admin_tools button,
.youtube_admin_selection button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	padding: 0 14px;
	border: 1px solid #cfc7bf;
	background: #fff;
	color: #5e5e5e;
	font-size: 12px;
	cursor: pointer;
}

.youtube_admin_tools .youtube_write_button {
	border-color: #2e1700;
	background: #2e1700;
	color: #fff;
}

.youtube_admin_selection {
	display: none;
	justify-content: flex-end;
	gap: 6px;
	margin-bottom: 15px;
}

.youtube_admin_selection.active {
	display: flex;
}

.youtube_card_grid {
	display: grid;
	width: 1250px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	grid-template-columns: repeat(3, 388.36px);
	justify-content: space-between;
	gap: 50px 0;
}

.youtube_card {
	position: relative;
	width: 388.36px;
	height: 319.95px;
	padding: 20px;
	border: .5px solid #aaa9a9;
	background: #fff;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
}

.youtube_card_link {
	display: flex;
	height: 100%;
	flex-direction: column;
	gap: 14px;
	color: #1a1a1a;
}

.youtube_card_image {
	display: block;
	flex: 0 0 195.95px;
	width: 348.36px;
	height: 195.95px;
	overflow: hidden;
	background: #eee;
}

.youtube_card_image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.youtube_card_meta {
	display: flex;
	flex: 0 0 69px;
	width: 347.42px;
	height: 69px;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	padding: 10px 0 13px;
	border-top: .5px solid #1a1a1a;
	border-bottom: .5px solid #1a1a1a;
}

.youtube_card_title {
	display: block;
	width: 340px;
	overflow: hidden;
	color: #1a1a1a;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.youtube_card_date {
	display: block;
	width: 340px;
	color: #5e5e5e;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.4;
}

.youtube_card_check {
	display: none;
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 2;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

.selection_active .youtube_card_check {
	display: flex;
}

.youtube_empty {
	grid-column: 1 / -1;
	padding: 80px 0;
	color: #777;
	text-align: center;
}

#bk_youtube_list .pg_wrap {
	display: flex;
	justify-content: center;
	margin: 0;
}

#bk_youtube_list .pg {
	display: flex;
	gap: 5px;
}

#bk_youtube_list .pg_page,
#bk_youtube_list .pg_current {
	display: flex;
	width: 25px;
	min-width: 25px;
	height: 25px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	border: 1px solid #d4d4d4;
	border-radius: 0;
	background: #fff;
	color: #5e5e5e;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
}

#bk_youtube_list .pg_current {
	border-color: #2e1700;
	background: #2e1700;
	color: #fff;
}

#bk_youtube_list .pg_start,
#bk_youtube_list .pg_end {
	display: none;
}

#bk_youtube_list .pg_prev,
#bk_youtube_list .pg_next {
	position: relative;
	min-width: 25px;
	overflow: hidden;
	font-size: 0;
}

#bk_youtube_list .pg_prev::after,
#bk_youtube_list .pg_next::after {
	font-size: 12px;
	line-height: 23px;
	color: #5e5e5e;
}

#bk_youtube_list .pg_prev::after {
	content: "<";
}

#bk_youtube_list .pg_next::after {
	content: ">";
}

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

	.youtube_card_grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 40px 20px;
	}

	.youtube_card {
		width: 100%;
		height: auto;
	}

	.youtube_card_image,
	.youtube_card_meta {
		width: 100%;
	}

	.youtube_card_title,
	.youtube_card_date {
		width: 100%;
	}

	.youtube_card_image {
		height: auto;
		aspect-ratio: 16 / 9;
	}
}

@media (max-width: 900px) {
	.youtube_card_grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	#bk_youtube_list {
		width: 100%;
		margin: 0;
		padding: 35px 40px;
		background: #fff;
		box-sizing: border-box;
	}

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

	.youtube_field_tabs {
		gap: 10px;
		margin-bottom: 35px;
	}

	.youtube_field_tabs a {
		width: calc((100% - 20px) / 3);
		height: 27px;
		border-radius: 4;
		font-size: 14px;
	}

	.youtube_admin_tools {margin-bottom: 15px;}
	#bk_youtube_list form,
	.youtube_card_grid {
		width: 100%;
		min-width: 0;
	}
	.youtube_card_grid {
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 15px;
	}

	.youtube_card {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		height: auto;
		margin: 0 auto;
		padding: 16px;
		box-shadow: 3px 4px 6px rgba(0,0,0,.18);
	}

	.youtube_card_link {
		width: 100%;
		min-width: 0;
		gap: 12px;
	}

	.youtube_card_image {
		width: 100%;
		height: auto;
		flex-basis: auto;
		aspect-ratio: 16 / 9;
	}
	.youtube_card_meta {
		width: 100%;
		height: 63px;
		flex-basis: 63px;
		padding: 8px 0 10px;
	}

	.youtube_card_title {
		font-size: 20px;
	}
	.youtube_card_date {font-size: 10px;}
	#bk_youtube_list .pg_wrap {margin-top: 35px;}
	#bk_youtube_list .pg {gap: 4px;}
	#bk_youtube_list .pg_page,
	#bk_youtube_list .pg_current {
		width: 18px;
		min-width: 18px;
		height: 18px;
		padding: 0 1px;
		font-size: 12px;
	}
	#bk_youtube_list .pg_prev::after,
	#bk_youtube_list .pg_next::after {
		font-size: 12px;
		line-height: 16px;
	}

	.youtube_card_date {font-size: 10px;}
	#bk_youtube_list .pg_page,
	#bk_youtube_list .pg_current {font-size: 9px;}
	#bk_youtube_list .pg_prev::after,
	#bk_youtube_list .pg_next::after {font-size: 9px;}
}
