/* /skin/board/streaming/streaming.css 파일과 관련 내용을 동일하게 해야 함. 하나의 파일로 통합하기 위한 대책 구상 요망!! */
/* 현재 index-wide.php에서 사용중 */
ul.tab-list {  display: flex;}
ul.tab-list li {  width: 100%;	max-width:100px; text-align: center;  padding: 5px 0;  border-radius: 5px 5px 0 0;}
ul.tab-list .tab-content { border: 1px solid; }
ul.tab-list .tab-content a {display: block;}

.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:99%; border:0px; }
.wrap_latest_weekly_top10_category { width:50%; }
@media (max-width:1200px) {
	.wrap_latest_weekly_top10 { flex-wrap:wrap; }
	.wrap_latest_weekly_top10_category { width:100%; }
	.wrap_latest_weekly_top10_category_title_underbar { width:100%; }
	.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;
}