/* BASIC css start */
.tit-detail {position: relative;padding-top: 56px; *zoom:1;margin-bottom: 25px;}
.tit-detail:after { display:block; clear:both; content:'' }
.tit-detail h3 {float:left;font-size: 20px;color: #000;line-height: normal;font-weight: 500;}

.tit-detail p {
    position: absolute;
    bottom: 3px;
    right: 0;
}

.tit-detail p a {
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    color: #666;
    position: relative;
}

.tit-detail p a.line {
    color: var(--main-color);
    font-weight: 700;
    right: 0;
    padding-right: 10px;
    margin-right: 3px;
}
/*
.tit-detail p a.line::after {
    content: "";
    background: #aaa;
    width: 1px;
    height: 12px;
    position: absolute;
    top: 3px;
    right: 0;
} 
*/
.bbs-sch2 {
    text-align: center;
    padding: 10px 0 30px;
}

.bbs-sch2 label {
    font-size: 13px;
    margin: 0 5px;
}

.bbs-sch2 .key-wrap {
    border: 1px solid #000;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}

.bbs-sch2 .key-wrap input.MS_input_txt {
    margin: 0;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    outline: 0;
    border: 0;
    vertical-align: top;
    font-size: 13px;
}

.bbs-sch2 .key-wrap a {
    background: #000;
    color: #fff;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    font-size: 13px;
}
.bbs-table-list thead {
    display: none;
}

.bbs-table-list {
    border-top: 2px solid #000;
}

.bbs-table-list tbody td {
    font-size: 15px;
    color: #000;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.bbs-table-list tbody td a {
    font-size: 15px;
    color: #000;
}
/* BASIC css end */

