@media(max-width:991px) {

    /* 카테고리 */
    #bo_cate_ul li a {

        padding-top: 8px;
        padding-bottom: 8px;
        transition: 0.2;
        font-weight: 600;
        color: rgb(26, 26, 26);
        font-family: 'Noto Sans KR';
        font-size: 13px;
    }

    #bo_cate_ul li #bo_cate_on {
        background: #fff;
        border-bottom: 0;
        border-top: 1px #000 solid;
        outline: none;
        text-decoration: none;
        color: #000;
        box-shadow: none;
        border-left: 1px #e3e3e3 solid;
        border-right: 1px #e3e3e3 solid;
    }

    /* 카테고리 마감 */
    /* 다음글 이전글 */
    .bo_v_nb {
        position: relative;
        margin: 20px 0;
        clear: both;
        text-align: left
    }

    .bo_v_nb:after {
        display: block;
        visibility: hidden;
        clear: both;
        content: ""
    }

    .bo_v_nb li {
        border-top: 1px solid #DCDBDB;
        padding: 0px;
    }

    .bo_v_nb li:last-child {
        border-bottom: 1px solid #DCDBDB
    }

    .bo_v_nb li:hover {
        background: #fff;
    }

    .bo_v_nb li {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .bo_v_nb li a {
        font-size: 14px !important;
    }

    .bo_v_nb li a:hover {
        color: #000;
        /*    text-decoration: none;*/
    }

    .bo_v_nb li i {
        font-size: 13px;
        color: #b3b3b3;
        display: none;
    }

    .bo_v_nb li .nb_tit {
        display: inline-block;
        padding-right: 0;
        color: #606060;
        background-color: #F9F9F9;
        width: 80px !important;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-right: 10px !important;
        font-weight: 900;
        font-size: 14px !important;
    }

    .bo_v_nb li .nb_date {
        display: none;
    }

    .tbl_head01 thead th {
        padding: 12px 0;
        font-weight: normal;
        text-align: center;
        border-bottom: 1px solid #ececec;
        border-top: 1px solid #000;
        height: 30px;
        background-color: #f9f9f9;
        color: #000;
        font-size: 13px;
        font-weight: 600;
    }

    /* 리스트 버튼 */
    .bo_fx .btn_bo_user li a.btn_b01.btn,
    .btn_submit.btn {
        color: #fff;

    }

    .bo_fx .btn_bo_user .btn {
        min-width: 80px;
        height: 38px;
        line-height: 38px;
        padding: 0px 16px;

    }

    .bo_fx .btn_bo_user .sound_only {
        display: inline-block !important;
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        height: 18px;
        margin: auto !important;
        padding: auto !important;
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        border: 0 !important;
        overflow: hidden !important;
    }

    /* 리스트 */
    /* 뷰버튼 */
    .btn_cancel.btn,
    .btn_submit.btn {
        min-width: 80px;
        height: 38px;
        line-height: 36px;
        padding: 0px 16px;
        font-size: 14px !important;
        border-radius: 0;
    }

    .bo_fx .btn_bo_user .btn,
    .btn_cancel.btn {
        padding: 0px 16px;
    }

    .bo_vc_w .btn_submit {
        height: 38px;
        line-height: 36px;
        padding: 0px 16px;
        border-radius: 0;
        font-weight: bold;
        font-size: 14px;
    }

    /* 뷰버튼 마감 */
}

@media(max-width:800px) {}

@media only screen and (max-width:600px) {
    #bo_cate ul {
        display: none;
    }

    #bo_cate {
        margin-bottom: 0;
        padding-bottom: 0;
        margin-left: -10px;
        margin-right: 10px;
    }

    #bo_cate select {
        width: 100%;
        margin: 2%;
        padding: 18px 15px;
        color: #000;
        font-size: 14px;
        font-weight:600;
        border-radius: .7em;
        border: 0;
        background: url('../../img/common/select_arr.png') no-repeat 97% 50%;
        background-color: #f3f3f5;
        border: 1px #e5e8ed solid;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;


    }

    select::-ms-expand {
        display: none;
    }

    #bo_cate select option:hover {
        background: #c90c12;
    }
}

@media only screen and (min-width:661px) {
    #bo_cate select {
        display: none;
    }
}