@media screen and (max-width: 768px) {
    /* body .page_wrapper .main_section.type_board .board-layout .board-title{
        display: none;
    } */
    /* body .page_wrapper{
        margin-top: 0;
    } */

    
    .content-top-wrap .content-title{
        /* overflow: hidden; */
        display: flex;
        flex-direction: column;
    }
    .content-top-wrap .content-title .sub1{
        gap: unset;
        justify-content: space-between;
        font-size: 16px;
        line-height:17px;
    }
    .content-top-wrap .content-title .sub1 h3.subject_title{
        width: 50vw;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    /* .content-top-wrap .content-title{
        padding: 18px 2vw;
    } */

    /* .content-top-wrap .content-title-sub{
        padding: 10px 2vw;
    } */
    .content-top-wrap .content-title-sub{
        justify-content: flex-start;
    }
    
    .content-top-wrap .content-title-sub .sub2{
        width: 100%;
        justify-content: space-between;
        flex-direction: column;
        gap: 1vw;
    }
    .content-top-wrap .content-title .sub2{
        display: flex;
        justify-content: space-between;
        font-size: 14px;
    }
    hr{
        width: 100vw;
        margin: 18px -3vw;
        border: 0;
        border-top: 1px solid #e5e5e5;
        display: none;
    }
    .content-main-wrap{
        padding: 10px;
    }
    .content-bottom-wrap .sub-method-wrap{
        justify-content: center;
    }

    .comment-area .comment-top-wrap{
        flex-direction: column;
    }
    .comment-area .comment-top-wrap > div{
        width: 100%;
    }
    /*.comment-list-area .comment-list-message-wrap{
        display: none;
    }*/
    #bo_vc_empty{
        padding: 32px 10px !important;
    }

    

    .content-top-wrap .content-title .sub1 h3:first-child{
         margin-right:40px
    }
    .icon-comment.mobile{
        margin-left: auto;
    }

    body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal {
        display: flex;
        flex-direction: column;
    }

    /* body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .cate */

    body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .mobile.wr_category{
        margin-right: 9px;
    }

    body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .td-5{
        width: auto;
        margin-right: 0;
    }
    body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .td-4{
        width: auto;
    }
    .my-content-method{
        gap:3px
    }
    .comment-area{
        margin-bottom: 0;
    }
    .bo_vc_w textarea::placeholder{
        font-size: 14px;
    }
    
    .bo_vc_w textarea{
        border-radius: 0px;
        box-shadow: unset;
    }
    .bo_vc_w .btn_confirm label{
        font-size: 14px;
    }
    .bo_vc_w .btn_confirm .secret_cm label{
        font-size: 14px !important;
    }
    .bo_vc_w .btn_submit{
        border-radius: 0;
        font-size: 14px;
        width: 80px;
        height: 30px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: normal;
    }

    /* body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .content a{
        font-size: 14px;
        line-height: 18px;
        max-height: 36px;
        overflow: hidden;
        display: flex;
        width: 100%;
        margin-bottom: 4px;
    } */

    body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .content a span{
        display: flex;
        white-space:normal;
        max-height: 30px;
    }

    body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .content{
        align-items: flex-start;
    }
    body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .cate{
        min-width: unset;
        height: 100%;
        display: flex;
    }
    body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .fire-icon{
        width: auto;
    }


/*     .reply-list .reply .profile-img{
        display: none;
    }

    .etc.under_menu{
        display: flex;
    }
    .reply-list .reply .etc ul.mo_btn_wrapper{
        justify-content: flex-end;
        gap: 0;
        align-items: center;
    }
    .reply-list .reply .etc ul.mo_btn_wrapper .btn{
        font-weight: normal;
        font-size: 12px;
    }
    
    .etc.mobile.ip_info{
        font-size: 10px;
        color: #888888;
        gap: 17px;
    }
    .reply-list .reply ul{
        align-items: center; 
    }
    */

    
    /* 댓글 */
    /* .reply-list .reply{
        padding: 30px 10px 25px 10px !important;
    }
    .reply-list .reply .reply-content{
        gap: 0;
    }
    .reply-list .reply .reply-content .content{
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .etc.mobile.ip_info{
        margin-bottom: 15px;
    }
    .reply-list .between_pipe{
        margin: 0;
        padding: 0;
    } */


    /* 댓글 끝 */



}
    
