/* /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 {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	border:0px !important;
    padding:0px  !important;
    background:none !important;
    border-radius:unset !important;
    margin:0px !important;
}

#skipAd {
	position:absolute;
	top:10px;
	right:10px;
	font-size:200%;
	z-index:1000;
	background-color:rgb(255 193 7 / 50%);
	border-color:#FF9800;
	color:#FF9800;
	font-size:1em;
    padding-right:10px;
    padding-left:10px;
}