/* BASIC css start */
#guide { margin:100px auto ; padding-bottom:100px }
.bbs-sub-tit { 
    color: #999;
    font-size: 14px;
    line-height: 40px;
    margin: 10px auto;
    text-align: center;
 margin-bottom:100px;
    font-weight: bold;
    color: #000;
 
}
.bbs_board_menu{
    box-sizing: border-box;

    margin: 60px auto;
    text-align: center;


}

.bbs_board_menu > a{
 text-align: center;
margin-bottom:10px;
font-weight: bold;
    display: block;
    width: 300px;
    line-height: 1;
    padding:30px 0; 
    border-radius:10px; 
    margin:0 auto 15px;
    box-sizing: border-box;
    background:#fff;
    font-size: 14px;
    text-align: center;
color: #222;
border:1px solid #ddd;

}

.bbs_board_menu > a:hover{
    background: #DDD;
    color: #000;
    font-weight: bold;
}
/* BASIC css end */

