/* BASIC css start */
#bbsData .bbs-link { position: relative; }
#bbsData .bbs-link-top { margin-top: 10px; margin-bottom: -40px;margin-right: 400px; text-align: left; margin-left: 18px; }
#bbsData .bbs-link-btm { margin-top: 10px; margin-bottom: -40px; text-align: right; }
.notice{
	font-weight: bold;
}
.dp-no, .bbs-table-list thead, .bbs-hd, .braket, .bbs-link-top, .bbs-link-btm{
	display: none;
}
#content{
  width: 100%;
}
#bbsData{
  margin: 0 auto;
  width: 96%;
}
.bbs-table-list{
border-top: 1px solid #000;
border-bottom: 0px solid #eee;
}
.bbs-tit{
  font-family: 'NotoSans Light','Malgun Gothic','맑은 고딕','Apple SD Gothic Neo','돋움',dotum, sans-serif;
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  color: #000;
  border-bottom: 0px solid #000;
  margin: 20px 0;
  padding: 10px;
}
#bbsData .bbs-sch{
	text-align: center;
}
#bbsData .paging li {
	border:1px solid #eee;
  border-radius: 50%;
	display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  letter-spacing: -1px;
  padding: 1px;
}
#bbsData .paging li.now{
  border: 1px solid #e5005e;
	font-weight: bold;
}
.bbs-table-list tbody td{
  padding: 12px 0;
}

/* BASIC css end */

