/* BASIC css start */
#bbsData { width: 1350px; margin: 0 auto; }
#bbsData .board_top_box { display: flex; justify-content: space-between; align-items: end; margin-bottom: 20px; height: 41px; }
#bbsData .pro_title p { margin: 0; font-size: 22px; }
#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 { text-align: right; }

#bbsData .reply_status { color: #fff; font-weight: 100; font-size: 13px; display: inline-block; width: 65px; text-align: center; height: 25px; line-height: 24px; margin-left: 10px; }
#bbsData .reply_status.reply_NONE { display: none; }
#bbsData .reply_status.reply_PROGRESS { background-color: #989898; }
#bbsData .reply_status.reply_DONE { background-color:  #000; }

#bbsData .new_icon {
    display: inline-block;
    color: #ec1a3d;
    font-weight: bold;
    border-bottom: 1px solid;
    margin-left: 3px;
}
#bbsData .xi-volume-down { font-size: 16px; vertical-align: text-top; display: inline-block; margin-top: 2px; }
/* BASIC css end */

