.empty_table {
    text-align: center;
}

.write-a {
    margin-top: 15px;
    float: right;
}

.write-btn {
    cursor: pointer;
    padding:8px;
    font-size: 16px;
    border: 0;
    background-color: #4a90e2;
    color: #fff;
    border-radius: 5px;
}

.write-btn:hover {
    background-color: #0e2080;
}

.search-btn {
    background-color: #fff;
    border: 0;
    cursor: pointer;
}

.content-container {
    /*margin-top:30px;*/
    margin: 0 auto;
    width: 1200px;
}

.come_num {
    color: #f34848;
    padding-left: 5px;
}

/*게시판 상세화면*/

.bo_v .bo_v_title {
    margin: 20px 0px 0px;
    width: 100%;
    border-top: 3px solid #000000;
    border-bottom: solid 1px #ddd;
    padding: 7px 5px;
    position: relative;
}

.bo_v .bo_v_info {
    position: relative;
}

.bo_v .bo_v_info ul::after {
    content: '';
    display: block;
    clear: both;
}

.bo_v .bo_v_info ul li.right_cell {
    border-left: solid 1px #ddd;
}

.bo_v .bo_v_info ul li {
    padding: 7px 5px;
    width: 30%;
    float: left;
    position: relative;
}

.bo_v .bo_v_info > ul {
    border-bottom: solid 1px #ddd;
}

.bo_v .bo_v_info .half_list li {
    width: 50%;
}

.bo_v .bo_v_info ul li:first-child {
    border-left: none;

}

.bo_v .bo_v_title strong,
.bo_v .bo_v_info strong {
    color: #333;
    width: 70px;
    position: absolute;
    text-align: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0 10px;
    vertical-align: middle;
    min-height: 16px;
}

.bo_v .bo_v_title span,
.bo_v .bo_v_info span {
    border-left: #CCC 1px dotted;
    margin-left: 89px;
    padding-left: 15px;
    height: auto;
    min-height: 16px;
    display: block;
}

/*.bo_v .bo_v_info span {*/
/*border-right: #CCC 1px dotted;*/
/*}*/

.bo_v .bo_v_info ul li:last-child span {
    border-right: none;
}

.bo_v .bo_v_info span img {
    margin-right: 5px;
}

.bo_v_con {
    padding: 10px;
    min-height: 200px;
    border-bottom: solid 1px #ddd;
}

.bo_v_com {
    width: 100%;
    text-align: right;
    margin: 10px 0px 20px;
}

.bo_v_com::after {
    content: '';
    display: block;
    clear: both;
}

.bo_v_com a {
    float: right;
    padding: 7px 15px;
    background: #4a90e2;
    color: white;
    text-decoration: none;
    border-radius: 2px;
    text-align: center;
}

.bo_v_com a:hover {
    background: #224488;
}

.bo_v_com a.btn_list img {
    width: 12px;
}

.bo_v_com a.btn_list span {
    display: inline-block;
    margin-left: 5px;
}

.bo_v_nb {
    width: 100%;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

.bo_v_nb ul li {
    padding: 7px 5px;
    position: relative;
    min-height: 16px;
}

.bo_v_nb ul li:first-child {
    width: 100%;
    border-bottom: dotted 1px #ddd;
}

.bo_v_nb ul li span {
    position: absolute;
    border-right: solid 1px #ddd;
    padding-right: 10px;
    margin-right: 10px;
    min-height: 16px;
    font-weight: 600;
    color: #333;
}

.bo_v_nb ul li a {
    margin-left: 60px;
    min-height: 16px;
    max-width: 770px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: inherit;
    font-size: 16px;
}

.wrap {
    margin-top: 40px;
}

#bo_v_file {
    padding: 10px;
    border-bottom: 1px solid #eee;
    background: #f5f6fa;
}

/* 댓글 css 시작 */
#wr_comment {
    margin-top: 10px;
    width: 100%;
    height: 60px;
    font-size: 16px;
    padding:5px;
}

.btn_submit_comment {
    margin-top: 7px;
    cursor: pointer;
    border: 0;
    color: #fff;
    padding: 10px;
    border-radius: 2px;
    background-color: gray;
}

ul.bo_vc_act {
    float: right;
}

ul.bo_vc_act > li {
    float: left;
}

.btn_modi03 {
    margin-right: 10px;
}

a {
    cursor: pointer;
}

.come_name {
    font-weight: bold;
}

.come_date {
    padding: 0 12px;
    font-size: 12px;
    color: #888;
}

.come_content {
    padding:15px 0;
}

.btn_b03 {
    cursor: pointer;
    color: #888;
}

.btn_b03:hover {
    color: #00aced;
}

.cmt_contents {
    border-bottom: 1px solid #ddd;
}

.textarea_modi {
    width: 100%;
    height: 60px;
    font-size: 16px;
    padding:5px;
}

.none {
    display: none;
}

.show {
    display: inline-block;
}

/*글 작성,수정 css 시작*/
#bo_w {
    width: 1200px;
    margin: 0 auto;
}

.write_h2 {
    text-align: center;
    margin-top: 30px;
}

.write_btn {
    border-radius: 3px;
    cursor: pointer;
    border: 0;
    font-size: 16px;
    background-color: #ddd;
    padding: 7px 15px;
}

.write_btn:hover {
    background-color: #1e82c0;
}

input#wr_subject {
    padding: 7px;
    width: 1190px;
}

#btn_autosave {
    cursor: pointer;
    border-radius: 3px;
    padding: 7px;
    font-size: 16px;
    border: 0;
    display: block;
    margin-top: 10px;
}

textarea#wr_content {
    width:100%;
    margin: 10px 0;
    height:300px;
}

#autosave_pop {
    border: 1px solid #ddd;
    padding: 15px;
    margin-top:10px;
    border-radius: 5px;
}

div.write_option {
    border-radius: 5px;
    margin-bottom: 10px;
}

.autosave_close {
    cursor: pointer;
    margin-top: 10px;
    padding: 6px 10px;
    border-radius: 3px;
    border: 0;
}

.img_view {
    border-bottom: solid 1px #ddd;
    padding: 10px;
}

.img_view img{max-width:100%;}