@charset "utf-8";#bo_w {
    margin: 0 0 20px;
    border-top: solid 2px #60584c
}

#bo_w .write_div {
    line-height: 40px
}

#bo_w .write_div:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#bo_w .bo_w_select,#bo_w .bo_w_info,#bo_w .bo_w_option,#bo_w .bo_w_tit,#bo_w .bo_w_tag,#bo_w .bo_w_link,#bo_w .bo_w_file,#bo_w .bo_w_captcha {
    position: relative;
    padding: 12px 20px 12px 140px;
    border-bottom: solid 1px #444;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out
}

#bo_w .bo_w_select span.label,#bo_w .bo_w_info label,#bo_w .bo_w_tit label,#bo_w .bo_w_tag label,#bo_w .bo_w_link label,#bo_w .bo_w_file span.label,#bo_w .bo_w_captcha span.label {
    display: block;
    position: absolute;
    left: 20px;
    top: 0;
    padding: 12px 0;
    font-weight: 400;
    line-height: 40px
}

#bo_w .bo_w_option span.label {
    display: block;
    position: absolute;
    left: 20px;
    top: 0;
    padding: 12px 0;
    font-weight: 400;
    line-height: 30px
}

#bo_w ul.bo_v_option {
}

#bo_w ul.bo_v_option:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#bo_w ul.bo_v_option li {
    display: block;
    float: left;
    margin: 0 18px 0 0;
    line-height: 30px
}

#bo_w .bo_w_tit .frm_input {
    padding-right: 120px
}

#bo_w .bo_w_tit #btn_autosave {
    position: absolute;
    top: 3px;
    right: 3px;
    height: 34px;
    font-size: 12px;
    line-height: 34px
}

#bo_w .wr_content {
    position: relative;
    padding: 12px 20px;
    border-bottom: solid 1px #444
}

#bo_w .wr_content.smarteditor2 iframe {
    background: #fff
}

#bo_w .wr_content textarea {
    display: block;
    width: 100%;
    height: 200px;
    padding: 10px;
    color: #444;
    background: #fff;
    border: solid 1px #444
}

.write_div .credit {
    font-size: 14px
}

.form_info {
    margin: 0 0 20px;
    padding: 12px 20px;
    border: solid 1px #60584c;
}

#bo_w .bo_w_file .file_wr {
    position: relative
}

#bo_w .bo_w_file .file_wr label {
    display: block;
    position: absolute;
    width: 120px;
    height: 40px;
    left: 0;
    top: 0;
    padding: 0;
    color: #fff;
    line-height: 40px;
    font-weight: 300;
    text-align: center;
    background: #444;
    border: none;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

#bo_w .bo_w_file .file_wr label:hover {
    background: #222
}

#bo_w .bo_w_file .file_wr label input {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden
}

#bo_w .bo_w_file .file_wr input[type=text] {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 130px;
    border: solid 1px #ccc
}

#bo_w .bo_w_file .frm_file {
}

#bo_w .bo_w_file .file_del {
    display: inline-block;
    position: relative;
    min-width: 100px
}

#bo_w .bo_w_file .file_del img {
    vertical-align: middle
}

#bo_w .btn_confirm {
    margin: 20px 0 0
}

#char_count_desc {
    display: block;
    margin: 0 0 5px;
    padding: 0
}

#char_count_wrap {
    margin: 5px 0 0;
    text-align: right
}

#char_count {
    font-weight: 400
}

#autosave_wrapper {
    position: relative
}

#autosave_pop {
    display: none;
    position: absolute!important;
    z-index: 10;
    right: 0;
    top: 39px;
    width: 400px;
    height: auto!important;
    height: 180px;
    max-height: 180px;
    background: #fff;
    border: 1px solid #999;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out
}

#autosave_pop:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 45px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px;
    border-color: transparent transparent #999 transparent
}

#autosave_pop:after {
    content: "";
    position: absolute;
    top: -7px;
    right: 45px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px;
    border-color: transparent transparent #fff transparent
}

html.no-overflowscrolling #autosave_pop {
    height: auto;
    max-height: 10000px!important
}

#autosave_pop strong {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#autosave_pop div {
    text-align: center;
    margin: 0!important
}

#autosave_pop button {
    margin: 0;
    padding: 0;
    border: 0
}

#autosave_pop ul {
    height: 130px;
    padding: 8px;
    overflow-y: scroll;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    list-style: none
}

#autosave_pop li {
    padding: 8px 5px;
    border-bottom: 1px solid #fff;
    background: #f6f6f6;
    zoom:1}

#autosave_pop li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#autosave_pop a {
    display: block;
    float: left
}

#autosave_pop span {
    display: block;
    float: right;
    color: #999;
    font-family: roboto;
    font-size: 12px
}

.autosave_close {
    width: 100%;
    height: 30px;
    color: #999;
    font-size: 12px;
    font-weight: 400;
    background: 0 0;
    cursor: pointer
}

.autosave_close:hover {
    color: #000000;
    background: #eee
}

.autosave_content {
    display: none
}

.autosave_del {
    display: inline-block;
    background: url(../img/close_btn.png) no-repeat 50% 50%;
    text-indent: -999px;
    overflow: hidden
}

#bo_list {
    position: relative
}

#bo_list:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#bo_cate {
    position: relative;
    margin: 0 0 20px;
    border: none
}

#bo_cate .bo_cate_current {
    display: none;
    position: relative;
    color: #fff;
    font-size: 12px;
    line-height: 40px;
    text-indent: 10px;
    cursor: pointer
}

#bo_cate .bo_cate_current:hover {
    color: #fff;
    background: #000000
}

#bo_cate .bo_cate_current .arrow {
    position: absolute;
    right: 10px;
    top: 0;
    width: 40px;
    height: 40px;
    color: #000000;
    font-size: 16px;
    line-height: 40px;
    text-align: center
}

#bo_cate ul {
    display: block;
    padding: 0 4px;
    font-size: 0;
    line-height: 0;
    text-align: left;
    border-bottom: solid 1px #444
}

#bo_cate ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#bo_cate ul li {
    display: inline-block
}

#bo_cate ul li a {
    display: block;
    margin: 0 -1px -1px 0;
    padding: 0 24px;
    color: #fff;
    font-size: 13px;
    line-height: 40px;
    background: #222;
    border: solid 1px #444
}

#bo_cate a:focus,#bo_cate a:hover,#bo_cate a:active {
    color: #fff;
    background: #000000
}

#bo_cate #bo_cate_on {
    color: #fff;
    font-weight: 500;
    background: #000;
    border-bottom: solid 1px #000;
    z-index: 2
}

#bo_cate .bo_cate_current,#bo_cate ul li a {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

#bo_cate ul li .count {
    display: inline-block;
    width: 15px;
    height: 15px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    background: #f63941;
    border-radius: 50%
}

#main_bo_cate {
    position: absolute;
    border: none;
    right: 10px
}

#main_bo_cate .bo_cate_current {
    display: none;
    position: relative;
    color: #fff;
    font-size: 12px;
    line-height: 40px;
    text-indent: 10px;
    cursor: pointer
}

#main_bo_cate .bo_cate_current:hover {
    color: #fff;
    background: #000000
}

#main_bo_cate .bo_cate_current .arrow {
    position: absolute;
    right: 10px;
    top: 0;
    width: 40px;
    height: 40px;
    color: #000000;
    font-size: 16px;
    line-height: 40px;
    text-align: center
}

#main_bo_cate ul {
    display: block;
    padding: 0 4px;
    font-size: 0;
    line-height: 0;
    text-align: left
}

#main_bo_cate ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#main_bo_cate ul li {
    display: inline-block
}

#main_bo_cate ul li a {
    display: block;
    margin: 0 -1px -1px 0;
    padding: 0 24px;
    color: #999;
    font-size: 13px;
    line-height: 30px;
    background: #222;
    border: solid 1px #444
}

#main_bo_cate a:focus,#main_bo_cate a:hover,#main_bo_cate a:active {
    color: #fff;
    background: #000000
}

#main_bo_cate #bo_cate_on {
    color: #000000;
    font-weight: 500;
    background: #000;
    border-bottom: solid 1px #000;
    z-index: 2
}

#main_bo_cate .bo_cate_current,#main_bo_cate ul li a {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

#main_bo_cate ul li .count {
    display: inline-block;
    width: 15px;
    height: 15px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    background: #f63941;
    border-radius: 50%
}

#bo_btn_top {
    margin: 0
}

#bo_btn_top:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#bo_list_total {
    float: left;
    color: #999;
    font-size: 12px;
    line-height: 30px
}

#bo_list_total strong {
    color: #000000;
    font-weight: 400
}

ul.btn_bo_user {
    float: right;
    zoom:1}

ul.btn_bo_user:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

ul.btn_bo_user li {
    display: block;
    float: left;
    position: relative
}

ul.btn_bo_user li a.btn_gear,ul.btn_bo_user li a.btn_rss {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: none
}

ul.btn_bo_user li a.btn_gear i {
    color: #444;
    font-size: 16px
}

ul.btn_bo_user li a.btn_rss i {
    color: #000000;
    font-size: 16px
}

ul.btn_bo_user li button.btn_more_opt {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: 0 0;
    border: none
}

ul.btn_bo_user li button.btn_more_opt i {
    color: #999;
    font-size: 16px
}

.more_opt {
    display: none;
    position: absolute;
    top: 35px;
    right: 0;
    background: #fff;
    border: 1px solid #999;
    z-index: 999
}

.more_opt:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px;
    border-color: transparent transparent #999 transparent
}

.more_opt:after {
    content: "";
    position: absolute;
    top: -6px;
    right: 13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px;
    border-color: transparent transparent #fff transparent
}

.more_opt li {
    display: block;
    float: inherit;
    width: 80px;
    margin: 0;
    border-bottom: dotted 1px #ccc
}

.more_opt li:last-child {
    border-bottom: 0
}

.more_opt li a,.more_opt li button {
    display: block;
    width: 100%;
    color: #444;
    font-size: 11px;
    line-height: 28px;
    text-align: center;
    background: #fff;
    border: none
}

.more_opt li a:hover,.more_opt li button:hover {
    color: #000000;
    background: #f6f6f6
}

.more_opt li a i,.more_opt li button i {
    color: #999;
    font-size: 14px
}

.bo_fx {
    margin: 0 0 20px
}

.bo_fx:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.bo_fx ul.btn_bo_user li {
    margin: 0 4px 0 0
}

.bo_fx ul.btn_bo_user li:last-child {
    margin: 0
}

.bo_sch_wrap {
    display: block;
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 20px
}

.bo_sch {
    position: relative
}

.bo_sch:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.bo_sch .sch_select {
    display: block;
    float: left;
    position: relative;
    width: 29%;
    height: 40px;
    margin: 0 1% 0 0;
    line-height: 40px;
    border: 1px solid #444;
    background: #fff
}

.bo_sch .sch_select label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    color: #666;
    font-weight: 300;
    line-height: 40px;
    text-indent: 10px
}

.bo_sch .sch_select label:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    padding: 0;
    content: '';
    font-size: 13px;
    color: #444;
    text-align: center;
    background: url(../img/icon_select_b.png) no-repeat 50% 50% #fff
}

.bo_sch .sch_select select {
    display: block;
    width: 100%;
    height: 38px;
    color: #444;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=0)
}

.bo_sch .sch_bar {
    display: block;
    float: left;
    position: relative;
    width: 70%;
    border: solid 1px #444
}

.bo_sch .sch_bar:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.bo_sch .sch_input {
    display: block;
    width: 100%;
    height: 38px;
    text-indent: 10px;
    border: none
}

.bo_sch .sch_btn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 38px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background: #444;
    border: none
}

.bo_sch_wrap,.bo_sch .sch_select,.bo_sch .sch_bar,.bo_sch .sch_input {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.list_type {
    margin: 0 0 20px
}

.list_type:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.list_type h2 {
    padding: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.list_type h3 {
    display: block;
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 400
}

.list_type .row_th {
    position: relative;
    font-weight: 500;
    text-align: center;
    background: #222;
    border-top: solid 2px #60584c;
    border-bottom: solid 1px #444
}

.list_type .row_th:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.list_type .row_th a {
    font-weight: 500;
    text-align: center
}

.list_type .row_td {
    position: relative;
    border-bottom: solid 1px #444;
    width: 100%
}

.list_type .row_td:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.list_type .row_th .cell {
    display: block;
    float: left;
    position: relative;
    padding: 16px 0
}

.list_type .row_td .cell {
    display: block;
    float: left;
    position: relative;
    padding: 14px 0
}

.list_type .chk_box {
    width: 40px;
    text-align: center
}

.list_type .cell_num {
    width: 50px;
    text-align: center
}

.list_type .cell_subject {
    display: block;
    width: auto;
    padding: 14px 0;
    word-wrap: break-word;
    word-break: break-all;
    cursor: pointer
}

.list_type .cell_subject a.subject {
}

.list_type .cell_subject2 {
    display: block;
    width: auto;
    padding: 14px 0;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
    cursor: pointer
}

.list_type .cell_subject2 a.subject {
}

.list_type .cell_date_long {
    display: block;
    width: auto;
    padding: 14px 0;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
    cursor: pointer
}

.list_type .cell_date_long a.subject {
}

.list_type .notice_icon {
    display: inline-block;
    padding: 0 6px;
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    line-height: 18px;
    background: #555;
    border: solid 1px #222
}

.list_type .cell_info {
    float: right
}

.list_type .cell_info:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.list_type .cell_name {
    width: 100px;
    text-align: center
}

.list_type .cell_date {
    width: 80px;
    text-align: center
}

.list_type .cell_date2 {
    width: 120px;
    text-align: center
}

.list_type .cell_good {
    width: 50px;
    text-align: center
}

.list_type .cell_nogood {
    width: 50px;
    text-align: center
}

.list_type .cell_stat {
    width: 100px;
    text-align: center
}

.list_type .cell_del {
    width: 60px;
    text-align: center;
    cursor: pointer
}

.list_type .cell_del i {
    color: #000000;
    font-size: 14px
}

.list_type .cell_file {
    width: 60px;
    text-align: center
}

.list_type .cell_file i {
    color: #444;
    font-size: 20px
}

.list_type .cell_game {
    width: 180px;
    text-align: center
}

.list_type .cell_num_long {
    width: 100px;
    text-align: center
}

.list_type .cell_num_long2 {
    width: 240px;
    text-align: center
}

.list_type .cell_period {
    width: 160px;
    text-align: center
}

.list_type .cell_stat2 {
    width: 160px;
    text-align: center
}

.list_type .cell_content {
    width: 320px;
    text-align: center
}

.list_type .cell_rate {
    width: 120px;
    text-align: center
}

.list_type .profile_img {
}

.list_type .profile_img img {
    width: 18px;
    height: auto;
    border-radius: 50%;
    vertical-align: baseline
}

.list_type .cnt_cmt {
    color: #000000;
    font-size: 11px
}

.list_type i {
    font-size: 16px
}

.list_type i.xi-new {
    color: #000000
}

.list_type .cell_mobile_info {
    display: none;
    margin: 4px 0 0
}

.list_type .cell_mobile_info:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.list_type .cell_mobile_info div {
    display: block;
    float: left;
    margin: 0 12px 0 0;
    color: #999;
    font-size: 12px
}

.list_type .cell_mobile_info div:last-child {
    margin: 0
}

.list_type .cell_mobile_info div i {
    font-size: 14px
}

.list_type span,.list_type img,.list_type a {
    vertical-align: top
}

.empty_data {
    padding: 40px 20px;
    text-align: center
}

#bo_v {
    box-sizing: border-box
}

#bo_v_top {
    margin: 0 0 20px;
    zoom:1}

#bo_v_top:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#bo_v_top h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#bo_v_top ul.btn_bo_user li {
    margin: 0 4px 0 0
}

#bo_v_top ul.btn_bo_user li:last-child {
    margin: 0
}

#bo_v h2#bo_v_title {
    display: block;
    position: relative;
    margin: 0 0 18px;
    padding: 0 80px 12px 0;
    border-bottom: solid 1px #444
}

#bo_v h2#bo_v_title .bo_v_tit {
    display: block;
    font-size: 14px;
    font-weight: 500
}

#bo_v h2#bo_v_title .date {
    display: block;
    position: absolute;
    right: 0;
    top: 0
}

#bo_v_atc {
    min-height: 50px;
    height: auto!important
}

#bo_v_atc_title {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#bo_v_img {
    display: block;
    text-align: center;
    overflow: hidden;
    zoom:1}

#bo_v_img:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#bo_v_img a {
    display: block;
    margin: 0 0 20px
}

#bo_v_img img {
    max-width: 100%;
    height: auto
}

#bo_v_con {
    width: auto;
    margin: 0 10px 40px;
    min-height: 50px;
    word-break: break-all;
    overflow: hidden
}

#bo_v_con a {
    color: #222;
    text-decoration: underline
}

#bo_v_con img {
    max-width: 100%;
    height: auto
}

.bo_v_sign {
    margin: 20px
}

#bo_v_act {
    margin: 0 20px 20px;
    text-align: center
}

#bo_v_act .bo_v_act_gng {
    position: relative
}

#bo_v_act a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 24px;
    font-family: roboto;
    font-size: 14px;
    line-height: 50px;
    font-weight: 400;
    border: solid 1px #ddd;
    border-radius: 3px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

#bo_v_act a:hover {
    color: #000000;
    border: solid 1px #000000
}

#bo_v_act img {
    width: 24px;
    height: auto
}

#bo_v_act_good,#bo_v_act_nogood {
    display: none;
    position: absolute;
    top: 30px;
    left: 50%;
    width: 200px;
    padding: 20px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    background: #15aacf;
    z-index: 9999;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

#bo_v_act .bo_v_good,#bo_v_act .bo_v_nogood {
    display: inline-block;
    vertical-align: middle;
    padding: 0 24px;
    font-family: roboto;
    font-size: 14px;
    line-height: 50px;
    font-weight: 400;
    border: solid 1px #ddd;
    border-radius: 3px
}

#bo_v_file,#bo_v_link {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

#bo_v_file i,#bo_v_link i {
    display: block;
    position: absolute;
    left: 20px;
    top: 24px;
    color: #444;
    font-size: 44px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

#bo_v_file h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#bo_v_file ul {
    margin: 0;
    list-style: none
}

#bo_v_file li {
    display: block;
    position: relative;
    padding: 20px 20px 20px 80px;
    margin: 0 0 10px;
    border: 1px solid #aaa
}

#bo_v_file li .var {
    display: inline-block;
    width: 1px;
    height: 14px;
    margin: 0 12px;
    background: #ccc;
    vertical-align: middle
}

#bo_v_file a {
    display: block;
    margin: 0;
    text-decoration: none;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis)
}

#bo_v_file a:focus,#bo_v_file li:hover a,#bo_v_file a:active {
    color: #000000;
    text-decoration: underline
}

#bo_v_file .bo_v_file_content {
    display: block;
    color: #999;
    font-size: 12px
}

#bo_v_file .bo_v_file_cnt {
    display: block;
    color: #999;
    font-size: 12px
}

#bo_v_link h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#bo_v_link ul {
    margin: 0;
    list-style: none
}

#bo_v_link li {
    display: block;
    position: relative;
    padding: 20px 20px 20px 80px;
    margin: 0 0 10px;
    border: 1px solid #aaa
}

#bo_v_link li .var {
    display: inline-block;
    width: 1px;
    height: 14px;
    margin: 0 12px;
    background: #ccc;
    vertical-align: middle
}

#bo_v_link a {
    display: block;
    margin: 0;
    text-decoration: none;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis)
}

#bo_v_link a:focus,#bo_v_link li:hover a,#bo_v_link a:active {
    color: #000000;
    text-decoration: underline
}

#bo_v_link .bo_v_link_cnt {
    display: block;
    color: #999;
    font-size: 12px
}

.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 {
    display: block;
    padding: 18px 20px;
    overflow: hidden;
    white-space: nowrap;
    border-top: 1px solid #ddd;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.bo_v_nb li:last-child {
    border-bottom: 1px solid #ddd
}

.bo_v_nb li:hover {
    background: #f6f6f6
}

.bo_v_nb li .nb_tit {
    display: inline-block;
    margin: 0 20px 0 0;
    color: #999
}

.bo_v_nb li .nb_tit i {
    color: #444;
    font-size: 20px
}

.bo_v_nb li .nb_date {
    float: right;
    color: #999
}

.cmt_btn {
    display: block;
    width: 100%;
    height: 30px;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    background: #fff;
    border: none
}

.cmt_btn span.total {
}

.cmt_btn span.cmt_more {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background: url(../img/btn_cmt.png) no-repeat 0 0
}

.cmt_btn_op span.cmt_more {
    background: url(../img/btn_cmt.png) no-repeat 0 -30px
}

.cmt_btn strong {
    color: #15aacf;
    font-weight: 400
}

#bo_vc_wrap {
}

.bo_vc_w {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 60px 0 0
}

.bo_vc_w:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.bo_vc_w h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.bo_vc_w textarea {
    display: block;
    width: 100%;
    height: 80px;
    padding: 10px;
    color: #444;
    background: #fff;
    border: solid 1px #444
}

.bo_vc_w .btn_submit_cmt {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 80px;
    color: #fff;
    line-height: 80px;
    background: #222
}

#bo_vc {
    margin: 0 0 10px
}

#bo_vc h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#bo_vc article {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #444
}

#bo_vc article:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#bo_vc article .cm_wrap {
}

#bo_vc header {
    display: block;
    position: relative;
    margin: 0 40px 6px 0
}

#bo_vc header:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#bo_vc header .profile_img {
    display: none
}

#bo_vc .member,#bo_vc .guest,#bo_vc .sv_member,#bo_vc .sv_guest {
    font-weight: 500
}

.bo_vc_hdinfo {
    color: #999;
    font-family: roboto;
    font-size: 12px;
    font-weight: 400
}

.bo_vc_hdinfo i {
    font-size: 14px
}

#bo_vc h1 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#bo_vc .cmt_contents {
    color: #ccc;
    min-height: 40px
}

.bo_vc_act {
    display: none;
    position: absolute;
    right: 0;
    top: 30px;
    width: 58px;
    text-align: right;
    border: 1px solid #ccc;
    margin: 0;
    list-style: none;
    background: #fff;
    zoom:1;z-index: 9999
}

.bo_vc_act:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px;
    border-color: transparent transparent #ccc transparent
}

.bo_vc_act:after {
    content: "";
    position: absolute;
    top: -6px;
    right: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px;
    border-color: transparent transparent #fff transparent
}

.bo_vc_act li {
    display: block
}

.bo_vc_act li a {
    display: block;
    color: #999;
    font-size: 11px;
    line-height: 24px;
    text-align: center;
    border-bottom: dotted 1px #ccc
}

.bo_vc_act li a:hover {
    color: #000000
}

.bo_vc_act li:last-child a {
    border-bottom: none
}

.cmt_btn,#bo_vc_wrap,.bo_vc_login,#bo_vc article,#bo_vc article .profile_img img {
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out
}

.bo_stat_mobile {
    display: none;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cell_mobile_stat {
    display: none;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.stat_active,.stat_rdy {
    display: inline-block;
    padding: 0 8px;
    color: #fff;
    font-size: 11px;
    line-height: 24px;
    border-radius: 20px
}

.stat_active i,.stat_rdy i {
    font-size: 14px!important
}

.stat_active {
    background: #117cce
}

.stat_rdy {
    background: #f63941
}

.content {
    display: none;
    padding: 20px;
    color: #999;
    border-bottom: solid 1px #444
}

.partner_intro {
    margin: 0 0 14px;
    padding: 20px;
    background: #222;
    border: solid 1px #60584c
}

.partner_intro strong {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

.partner_intro strong i {
    font-size: 18px
}

@media screen and (max-width: 1024px) {
    #bo_cate {
        width:auto;
        margin: 0 0 20px
    }

    #bo_cate ul li a {
        padding: 0 16px
    }

    #bo_btn_top {
    }

    .bo_fx {
        margin: 0 20px 20px
    }

    .bo_sch_wrap {
        width: auto;
        margin: 0 auto 20px
    }

    #bo_v_top {
        margin: 0 20px 20px
    }

    #bo_v_file {
        margin: 0 20px 10px
    }

    #bo_v_link {
        margin: 0 20px 10px
    }

    .cmt_btn {
        padding: 0 20px
    }

    .bo_vc_w {
    }

    .bo_vc_w_info ul li {
        float: none;
        width: 100%;
        margin: 0 0 10px
    }

    .bo_vc_login {
        margin: 0 20px
    }
}

@media screen and (max-width: 768px) {
    #bo_w .write_div {
        line-height:normal
    }

    #bo_w .bo_w_select,#bo_w .bo_w_info,#bo_w .bo_w_option,#bo_w .bo_w_tit,#bo_w .bo_w_tag,#bo_w .bo_w_link,#bo_w .bo_w_file,#bo_w .bo_w_captcha {
        position: relative;
        padding: 12px 0
    }

    #bo_w .bo_w_select span.label,#bo_w .bo_w_info label,#bo_w .bo_w_option span.label,#bo_w .bo_w_tit label,#bo_w .bo_w_tag label,#bo_w .bo_w_link label,#bo_w .bo_w_file span.label,#bo_w .bo_w_captcha span.label {
        position: relative;
        left: 0;
        top: 0;
        margin: 0 0 6px;
        padding: 0;
        line-height: normal
    }

    #bo_w .wr_content {
        padding: 12px 0
    }

    #autosave_pop {
        width: 100%
    }

    #bo_cate {
        margin: 0 0 20px;
        border: solid 1px #444
    }

    #bo_cate .bo_cate_current {
        display: block
    }

    #bo_cate ul {
        display: none;
        position: relative;
        padding: 0;
        border: none
    }

    #bo_cate ul li {
        display: block;
        float: none;
        width: auto
    }

    #bo_cate ul li a {
        margin: 0;
        padding: 0 10px;
        font-size: 12px;
        line-height: 40px;
        border: none
    }

    .bo_fx ul.btn_bo_user li {
        margin: 0 2px 0 0
    }

    .bo_sch_wrap {
        width: auto;
        margin: 0 20px 20px
    }

    .list_type .chk_box {
        display: none!important
    }

    .list_type .cell_num {
        display: none!important
    }

    .list_type .cell_subject {
        padding: 12px 10px!important
    }

    .list_type .cell_subject2 {
        padding: 12px 10px!important;
        text-align: left
    }

    .list_type .cell_date_long {
        padding: 12px 10px!important;
        text-align: left
    }

    .list_type .cell_info {
        display: none
    }

    .list_type .cell_name {
        display: none!important
    }

    .list_type .cell_del {
        width: 60px;
        color: #000000;
        text-align: left
    }

    .list_type .cell_file {
        display: none
    }

    .list_type .cell_game {
        display: none!important
    }

    .list_type .cell_num_long {
        display: none!important
    }

    .list_type .cell_num_long2 {
        display: none!important
    }

    .list_type .cell_rate {
        display: none
    }

    .list_type .cell_period {
        display: none
    }

    .list_type .cell_stat2 {
        display: none
    }

    .list_type .cell_content {
        display: none
    }

    .list_type .cell_mobile_info {
        display: block
    }

    #bo_v_top ul.btn_bo_user li {
        margin: 0 2px 0 0
    }

    #bo_v_file i,#bo_v_link i {
        left: 10px;
        top: 14px;
        font-size: 36px
    }

    #bo_v_file li {
        padding: 10px 10px 10px 60px
    }

    #bo_v_link li {
        padding: 10px 10px 10px 60px
    }

    .bo_v_nb li {
        padding: 14px 20px
    }

    .bo_v_nb li .nb_tit {
        margin: 0 10px 0 0
    }

    .bo_v_nb li .nb_date {
        display: none
    }

    .bo_stat_mobile {
        display: block
    }

    .cell_mobile_stat {
        display: block
    }
}

@media screen and (max-width: 480px) {
}
