.__se_tbl_ext {
    border: 1px #bcbcbc solid;
    width: 100%;
}

.__se_tbl_ext td,
.__se_tbl_ext tr {
    border: 1px #dfdfdf solid;
    padding: 6px;
}

/* 카테고리 1 */
.category_wrap {
/*    opacity: 0;*/
}

.category_wrap .center-pills {
    display: inline-block;
}

.category_wrap {
    margin-bottom: 30px;
}

.category_wrap .nav>li>a {
    border: 1px #eee solid;
    border-radius: 0.2em;
    padding: 10px 15px;
    margin: 0 2px;
    display: block;
}

.category_wrap #bo_cate_on,
.category_wrap .nav>li>a:focus,
.category_wrap .nav>li>a:hover {
    text-decoration: none;
    background-color: #f5f5f5;
    border: 1px #f5f5f5 solid;
    color: #000;
}
/* 카테고리2 */


#tab_wrap .nav-tabs {}

#tab_wrap .nav-tabs > li a {
    margin: 0;
    border-bottom: 0;
}

#tab_wrap .nav-tabs > li > a,
#tab_wrap .nav-tabs > li > a:focus,
#tab_wrap .nav-tabs > li > a:hover {
    border-width: 0;
    color: #fff;
    border-top: 0;
    border-bottom: 1px #fff solid;
    border-left: 1px #cfcfcf solid;
}

#tab_wrap .nav-tabs > li > a {
    border: none;
    color: #000;
    background: #efefef;
    /*            font-size: 13px;*/
    font-weight: 600;
    border-top: 0;
    border-bottom: 0;
    border-left: 1px #cfcfcf solid;
    border-bottom: 1px #cfcfcf solid;
    border-radius: 0;
    line-height: 30px;
}

#tab_wrap .nav-tabs > li:first-child > a {
    border-left: 0;
}

#tab_wrap .nav-tabs > li:first-child > a#bo_cate_on {
    border-left: 0;
    background-color: #fff;
}

#tab_wrap .nav-tabs > li:last-child > a {
    border-right: 0;
}

#tab_wrap .nav-tabs > li > a > span {
    color: #000;
}

#tab_wrap .nav-tabs > li > a:hover,
#tab_wrap .nav-tabs > li > a#bo_cate_on,
#tab_wrap .nav-tabs > li > a:focus {
    color: #efefef;
    background: #fff;
    color: #000;
    border-top: 0;
    border-bottom: 1px #fff solid;
    border-left: 1px #cfcfcf solid;
}

#tab_wrap .nav-tabs > li:first-child > a:hover,
#tab_wrap .nav-tabs > li:first-child > a:focus {
    border-left: 0;
}

#tab_wrap .nav-tabs > li > a#bo_cate_on > span,
#tab_wrap .nav-tabs > li > a:hover > span {
    color: #000;
}
/* 카테고리 갯수 */
#tab_wrap .nav-tabs.two > li {
    width: 50%;
    text-align: center;
}
#tab_wrap .nav-tabs.three > li {
    width: 33.333333333333333%;
    text-align: center;
}
#tab_wrap .nav-tabs.four > li {
    width: 25%;
    text-align: center;
}
.tab-pane {
    padding: 15px 0;
}

.tab-content {
    padding: 20px
}



#tab_wrap {
    border: 1px #cfcfcf solid;
    border-bottom: 0;
    margin-bottom: 50px;
}
/* 목록 */

h2#container_title {
    display: none;
}

#bo_v_info {
    border-top: 1px #4E4E4E solid;
    line-height: 46px;
    height: 46px;
}

#bo_v_title {
    display: none;
}

#bo_list_total {
    display: none;
}

#bo_list .tbl_head01 thead th {
    background-color: #fff;
    border-top: 1px #000 solid;
    border-bottom: 1px #ddd solid;
    font-weight: 900;
    font-size: 13px;
    padding: 13px 0;
}
.td_name  {
    text-align: center !important;
    
}
#bo_list .tbl_head01 td {
    padding: 22px 0;
}

#bo_list .tbl_head01 a {
    font-size: 15px;
}

#bo_list .tbl_head01 th.use_title {
    text-align: left;
}

#bo_list .tbl_head01 th {
    font-weight: 900 !important;
    font-size: 14px !important;
}

#bo_list .tbl_head01 td {}

#bo_cate h2 {
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#bo_cate ul {
    margin-bottom: 10px;
    padding-left: 1px;
    ;
    zoom: 1;
    background: #fff;
    border-bottom: 1px solid #DDDEE0;
}

#bo_cate ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#bo_cate li {
    float: left;
    margin-bottom: -1px;
}

#bo_cate a {
    min-width: 100px;
    font-size: 13px;
    display: block;
    position: relative;
    margin-left: -1px;
    padding: 12px 12px;
    border: 1px solid #DDDEE0;
    background: #FAFAFA;
    color: #000;
    text-align: center;
    line-height: 1.2em;
    cursor: pointer
}

#bo_cate a:focus,
#bo_cate a:hover,
#bo_cate a:active {
    text-decoration: none
}

#bo_cate #bo_cate_on {
    z-index: 2;
    border: 1px solid #565e60;
    border-bottom: 1px #fff solid;
    background: #fff;
    color: #000;
    font-weight: bold
}

#bo_v_table {
    display: none;
}

.tbl_wrap span.badge {
    display: inline-block;
/*    min-width: 5px;*/
    padding: 5px 8px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #bebebe;
    border-radius: 18px;
}


/*이스트 페이징*/

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #383838;
    border-color: #383838;
}

.btn_submit {
    padding: 8px;
    border: 0;
    background: #242424 !important;
    color: #fff;
    letter-spacing: -0.1em;
    cursor: pointer;
}


/*리스트 페이징 마감*/

a.btn_b01,
a.btn_b02,
a.btn_admin,
.btn_bo_adm input,
fieldset .btn_submit {
    display: inline-block;
    /*  padding: 6px 12px;*/
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn_submit {
    background-color: #000;
    color: #fff;
    font-size: 13px
}

a.btn_b01,
a.btn_b02,
a.btn_admin,
.btn_bo_adm input {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}


/* 글쓰기 */

.tbl_frm01 {
    border-left: 1px #e9e9e9 solid;
}

.tbl_frm01 th {
    width: 90px;
    padding: 7px 13px;
    border: 1px solid #e9e9e9;
    border-left: 0;
    background: #F7F7F7;
    text-align: left;
}

.tbl_frm01 .wr_name,
.tbl_frm01 .wr_password {
    width: 30%;
}

#bo_v_act {
    display: none;
}

#bo_vc h2 {
    font-size: 16px;
    font-weight: 900;
}

@media all and (max-width:768px) {
    .tbl_frm01 .wr_name,
    .tbl_frm01 .wr_password {
        width: 100%;
    }
}


/* 뷰페이지 */

#bo_v_top ul.bo_v_nb {
    display: none;
}

#bo_v_con {
    font-size: 15px;
}

#bo_v_info {
    font-size: 14px;
}


/*에디터 테이블*/

#bo_v_con table {
    border: #dfdfdf 1px solid;
    font-size: 13px;
}

#bo_v_con table td {
    border: #dfdfdf 1px solid;
    padding: 3px 0;
    padding-left: 12px;
}

#bo_v_con table td:nth-child(1) {
    background-color: #f7f7f7;
}


/* 코멘트 */

legend {
    border-bottom: 0px solid #e5e5e5 !important;
}

#bo_vc {
    margin: 0 0 20px;
    padding: 20px 20px 10px;
    border: 1px solid #f3f3f3;
    background: #fff;
}

@media all and (max-width:768px) {
    .device_pc {
        display: none;
    }
    #bo_list .tbl_head01 th {
        background-color: #F3F3F3 !important;
    }
    #bo_list .tbl_head01 th.subject {
        text-align: left;
        padding-left: 15px !important;
        font-size: 15px !important;
        color: #000;
    }
    #bo_list .tbl_head01 th.use_title {
        padding-right: 0 !important;
        margin-right: 0 !important;
        font-size: 15px !important;
        text-align: center !important;
        border-left: 1px #eee solid;
    }
    #bo_list .tbl_head01 td.td_subject {
        text-align: left;
        padding-left: 15px!important;
        font-size: 14px !important;
    }
    #bo_list .tbl_head01 td.td_name {
        padding-right: 0 !important;
        margin-right: 0 !important;
        text-align: center !important;
        font-size: 14px !important;
        border-left: 1px #eee solid;
    }
    .wzd_board_header .name-data {
        display: none;
    }
}