@import url("views/board/major/css/style.css");

#bbs_wrap {
	margin: 0 auto;
	width: 720px;
	max-width: 720px;
	color: #575757;
	font-size: 1rem;
	font-family: NotoSans300;
	line-height: 140%;
	word-spacing: 100%;
	letter-spacing: 100%;
	border:0px solid #333333;
}
#bbs_wrap .tb,
#bbs_wrap .tb_list,
#bbs_wrap .read th.title { border-top:2px solid #333; }
#bbs_wrap .tb th,
#bbs_wrap .tb_list thead tr,
#bbs_wrap .read th.title { background-color:#fff; }
#bbs_wrap .tb_list tr.last td { border-bottom:1px solid #333; }
#bbs_wrap .tb td.last,
#bbs_wrap .read td.btns { border-top:1px solid #333; } 
#bbs_wrap .list .rollover_color { background-color:#eee; }
#bbs_wrap .list .row_height { height:25px; }
#bbs_wrap .hits_color { color:#333333; }
#bbs_wrap .mark_color { background-color:#fff; }

@media all and (max-width: 768px) {
table th:nth-child(3),
table th:nth-child(5),
table td:nth-child(3),
table td:nth-child(5){  display: none;}
col:nth-child(3),
col:nth-child(5){  display: none;}
}