/* /theme/BS4-Basic/index/index.css 파일과 관련 내용을 동일하게 해야 함. 하나의 파일로 통합하기 위한 대책 구상 요망!!  */
.wrap_latest_weekly_top10 { display:flex; margin-bottom:25px; margin-top:25px; padding: 20px 15px 0px 15px; border: 2px solid #5a5a5a; border-radius:10px; background-color:#181818; }
.wrap_latest_weekly_top10_category_title_underbar { width:100%; border:0px; }
.wrap_latest_weekly_top10_category { width:100%; }
@media (max-width:1200px) {
	.wrap_latest_weekly_top10_category_widget { padding-left:0px !important; padding-right:0px !important; }
	.wr-post-slick .post-slick-items { padding:15px; }
}
 
table.list_latest_top_n {
	width:100%;
}
table.list_latest_top_n th {
	border-right:1px solid #5a5a5a;
	border-bottom:1px solid #5a5a5a;
	border-top:1px solid #5a5a5a;
}
table.list_latest_top_n th:first-child {
	border-left:1px solid #5a5a5a;
}
table.list_latest_top_n td {
	border-right:1px solid #5a5a5a;
	border-bottom:1px solid #5a5a5a;
	border-top:1px solid #5a5a5a;
}
table.list_latest_top_n td:first-child {
	border-left:1px solid #5a5a5a;
}

.stream_list_box { height:99%; }

#bo_btn_top {
	background:linear-gradient(180deg, #100d1d 0%, #08070f 100%);
	border-top:1px solid var(--jp-line);
	border-bottom:1px solid var(--jp-accent-soft);
	box-shadow:0 4px 18px rgba(0, 0, 0, 0.5), inset 0 -1px 0 rgba(255, 45, 149, 0.3);
	padding:10px;
	color:#ff5276;
}
#bo_btn_top button {
	color:#ff5276;
}

#bo_v_info {
	background:linear-gradient(180deg, #100d1d 0%, #08070f 100%);
	border-top:1px solid var(--jp-line);
	border-bottom:1px solid var(--jp-accent-soft);
	box-shadow:0 4px 18px rgba(0, 0, 0, 0.5), inset 0 -1px 0 rgba(255, 45, 149, 0.3);
	padding:10px;
	color:#ff5276;
}
#bo_v_info button, #bo_v_info a {
	color:#ff5276;
}

#bo_vc_w {
	background:linear-gradient(180deg, #100d1d 0%, #08070f 100%);
	border-bottom:1px solid var(--jp-accent-soft);
	box-shadow:0 4px 18px rgba(0, 0, 0, 0.5), inset 0 -1px 0 rgba(255, 45, 149, 0.3);
	padding:10px;
	color:#ff5276;
}
#bo_vc_w .cmt-box {
	background-color:unset !important;
	border:none !important;
}

#bo_vc {
	background:linear-gradient(180deg, #100d1d 0%, #08070f 100%);
	border-top:1px solid var(--jp-line);
	box-shadow:0 4px 18px rgba(0, 0, 0, 0.5), inset 0 -1px 0 rgba(255, 45, 149, 0.3);
	padding:10px;
	color:#ff5276;
}
#bo_vc .clearfix {
	background-color:unset !important;
	border:none !important;
}
