#bo_v_con li {
    list-style: inherit;
}

.rb_bbs_wrap .bo_vc_w_wr ul.bo_vc_w_info_ul1
{
    padding-top:80px;
}

.cmt_contents img { max-width: 100%; }
video, .video-js { max-width: 100%; }


/*
tinymce popup
*/
#g5_tinymce_popup
{
    z-index: 9999;
    position: absolute;
    display:none;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#g5_tinymce_popup .tinymce_bg
{
    z-index: 1;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.05);
}

#g5_tinymce_popup .tinymce_container
{
    z-index: 10;
    position:relative;
    display:none;
}


/*
tinymce mention
*/

#g5_tinymce_popup .mention_popup
{
    position:fixed;
    top:50%;
    left:50%;
    width:300px;
    height:400px;

    margin-left:-150px;
    margin-top:-80px;

    background:#fff;
    border:1px solid #dedede;
    border-radius: 7px;
}

#g5_tinymce_popup .mention_popup input.keyword
{
    z-index: 10;
    position:absolute;
    top:0;
    left:0;

    width:100%;
    height:47px;
    padding-right: 50px;
    border-radius: 0;
    border:0;
    border-bottom: 1px solid #e2e2e2;

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#g5_tinymce_popup .mention_popup ul.userList
{
    padding-top:47px;
    height:400px;
    overflow:hidden;
    overflow-y:scroll;
}

#g5_tinymce_popup .mention_popup ul.userList::-webkit-scrollbar
{
    display: none;
}

#g5_tinymce_popup .mention_popup ul.userList li
{
    display:block;
    padding:15px 15px;
    border-bottom:1px solid #e2e2e2;
    cursor:pointer;
}

#g5_tinymce_popup .mention_popup ul.userList li:hover
{
    background:rgba(0,0,0,0.05);
}

#g5_tinymce_popup .mention_popup ul.userList li img
{
    border-radius: 5px;
    margin-right:5px;
}