/* 공통 */
@media(min-width:992px) {}
#bo_gall,
#bo_list,
#bo_w {
    margin-top: 60px;

}

/* 리스트 */
#bo_list_total {
    float: left;
    line-height: 34px;
    font-size: 14px;
    color: #8b8b8b;
    border: 0;
    border-radius: 3em;
    padding-left: 0;
    padding-right: 0;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -ms-border-radius: 3em;
    -o-border-radius: 3em;
}
.chk_box input[type="checkbox"] + label:hover {
    color: #909090;
}
.chk_box {
    font-size: 14px !important;

}
/* 게시판 아이콘 */
#bo_btn_top {}
#bo_btn_top ul.btn_bo_user li {
    background: transparent;
    border: 2px #212121 solid;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
    -o-border-radius: 0.3em;
}
#bo_btn_top ul.btn_bo_user .btn_admin,
#bo_btn_top ul.btn_bo_user a.btn_admin {
    color: #a0dd36;

}
/* 게시판 읽기 */
#bo_v {
    margin-bottom: 20px;
    background: transparent;
}

#bo_v_info {
    margin: 0;
    border-bottom: 1px solid #212121;
    color: #fff;
}

#bo_v_title .bo_v_tit {
    color: #e8e8e8;
    font-size: 36px;
    border: 0;
    background: transparent;
}

#bo_v_info strong {
    margin: 0 10px 0 0;
    color: #909090;
}

#bo_v_info strong a {
    color: #909090;
}

#bo_v_info .sv_member {
    color: #ffffff;
}

#bo_v_info .if_date {
    margin: 0;
    color: #909090;
}

#bo_v_con,
#bo_v_con p {
    color: #909090;
}

#bo_v_top ul {
    /* display: flex;
    justify-content: flex-end; */
    background: transparent;
}

#bo_v_top ul li:last-child a {
    margin-right: 0;
}

#bo_v_top ul li {
    background: transparent;
}

#bo_v_top ul li a {
    /* border: 3px #212121 solid;
    background: transparent;
    padding: 9px 20px;
    font-size: 16px;
    color: #909090;
    border-radius: .4em;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    -ms-border-radius: .4em;
    -o-border-radius: .4em;
    margin-right: 10px; */
    /* width: auto; */
    /* border: 1px #212121 solid; */

}

/* #bo_v_top ul li a span.sound_only {
    position: relative;
    color: #fff;
    font-size:16px;
    line-height: 20px;
    width: auto;
    height: auto;
    margin-left: 12px;
    padding-left: 12px;
    

} */
/* .sound_only {display:inline-block !important;position:absolute;top:0;left:0;width:0;height:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important} */
/* #bo_v_top ul li a i {
    margin-left: 8px;
    margin-right: 20px;
} */

#bo_v_top ul li a:hover {
    text-decoration: none;
}

#bo_v_top ul li a.btn-point {
    border: 3px #79a42f solid;
    color: #a0dd36;
}
/* 내려오는 메뉴 */
.more_opt {
    display: none;
    position: absolute;
    top: 45px;
    right: 0;
    background: transparent;
    border: 1px solid #212121;
    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 6px;
    border-color: transparent transparent #212121 transparent;
}

.more_opt:after {
    content: "";
    position: absolute;
    top: -6px;
    right: 13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #212121 transparent;
}

.more_opt li {
    border-bottom: 1px solid #212121;
    padding: 10px;
    float: inherit;
    width: 90px;
    margin: 0;
    color: #6b757c;
    text-align: left;
}

.more_opt li:last-child {
    border-bottom: 0;
}

.more_opt li a,
.more_opt li button {
    width: 100%;
    border: 0;
    background: transparent;
    color: #6b757c;
    font-size: 15px;
}

.more_opt li:hover a,
.more_opt li:hover button {
    color: #fff;
}

.more_opt li i {
    float: right;
    line-height: 38px;
}
/* 내려오는 메뉴 */
/* 게시판 댓글 */
.cmt_btn {
    width: 100%;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #212121;
    background: transparent;
    font-weight: bold;
    margin: 30px 0 0;
    padding: 0 0 15px;
}
.cmt_btn span.total {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    font-size: 1em;
    color: #909090;
}
.cmt_btn span.cmt_more {
    float: right;
    display: inline-block;
    width: 15px;
    height: 10px;
    background: url("./img/btn_cmt.png") no-repeat right 2px;
    margin-top: 5px;
}
.cmt_btn_op span.cmt_more {
    background-position: right -8px;
}
.cmt_btn b {
    font-size: 1.2em;
    color: #909090;
    font-size: 19px;
}
.cmt_btn span.total:after {
    position: absolute;
    bottom: -17px;
    left: 0;
    display: inline-block;
    background: transparent;
    content: "";
    width: 100%;
    height: 2px;
}

element.style {}
#bo_vc_empty {
    font-size: 16px;
}
.bo_vc_w textarea {
    border: 1px solid #131313;
    background: #131313;
    color: #4a4a4a;
    vertical-align: middle;
    border-radius: 0;
    padding: 5px;
    width: 100%;
    height: 160px;
    padding: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 19px;
}
.bo_vc_w textarea::placeholder {
    font-size: 19px;
    color: #4a4a4a;
}
.secret_cm {
    border-bottom: 1px #212121 solid;
    display: block;
    width: 100%;
    text-align: left;
    padding-top: 7px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.bo_fx .btn_bo_user .btn,
.btn_cancel.btn {
    background: transparent;
    background-color: transparent;
    border: 3px #212121 solid;
    color: #909090;
    border-radius: 0.4em;
    font-size: 17px !important;
    line-height: 38px;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    -ms-border-radius: 0.4em;
    -o-border-radius: 0.4em;
}
.bo_vc_w .btn_submit {
    background: #79a42f;
    border: 3px #212121 solid;
    color: #fff;
    border-radius: 0.4em;
    font-size: 16px;
    line-height: 38px !important;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    -ms-border-radius: 0.4em;
    -o-border-radius: 0.4em;
}
.btn_submit.btn {
    color: #a0dd36;
    border: 3px #79a42f solid;
    background-color: transparent;
    font-size: 17px !important;
    line-height: 38px;
}
/* 이전글 다음글 없애기 */
.bo_v_nb {
    display: none;
}
/* 이전글 다음글 없애기 마감 */
/* 글쓰기 */
.frm_input {
    height: 50px;
}

#bo_w .bo_w_info .frm_input,
#bo_w .bo_w_tit .frm_input {
    background: #252525;
    color: #fff;
    border: 1px #131313 solid;
    font-size: 19px;
    padding: 28px 20px;
    border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    -ms-border-radius: 0.4em;
    -o-border-radius: 0.4em;
    margin-bottom: 9px;
}
#bo_w .bo_w_link .frm_input {
    background: #131313;
    color: #fff;
    border: 1px #131313 solid;
}
#bo_w .bo_w_link label {
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 3px 0 0 3px;
    height: 38px;
    line-height: 48px;
    width: 50px;
    font-size: 1em;
    text-align: center;
    color: #535353;
}
#bo_w .bo_w_flie .file_wr {
    position: relative;
    background: #131313;
    color: #535353;
    border: 1px #131313 solid;
    vertical-align: middle;
    border-radius: 3px;
    padding: 5px;
    height: 50px;
    margin: 0;
    font-size: 16px;
}
#bo_w .bo_w_flie .lb_icon {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px 0 0 3px;
    height: 38px;
    line-height: 38px;
    width: 40px;
    font-size: 1.2em;
    text-align: center;
    color: #535353;
    background: #252525;
    border: 1px #252525 solid;
}

#bo_w .bo_w_info .frm_input::placeholder,
#bo_w .bo_w_tit .frm_input::placeholder {}
a.btn_frmline,
button.btn_frmline {
    display: inline-block;
    width: 140px;
    padding: 0 5px;
    font-size: 16px;
    height: 50px;
    margin-top: 8px;
    border: 0;
    background: #1f1f1f;
    border-radius: 3px;
    color: #757575;
    text-decoration: none;
    vertical-align: top;
}
.btn_cke_sc {
    display: inline-block;
    padding: 0 10px;
    height: 33px;
    border: 0;
    font-size: 16px;
    background: #1f1f1f;
    color: #757575;
    text-decoration: none;
    line-height: 1.9em;
    vertical-align: middle;
    cursor: pointer;
}
.bo_fx ul.btn_bo_user li,
.bo_fx ul.btn_bo_user li.btn_b01.btn {
    background: transparent;

}
.bo_fx .btn_bo_user li a.btn_b01,
.btn_submit.btn {
    background: transparent !important;
    background-color: transparent !important;
    border: 3px #79a42f solid !important;
    color: #a0dd36 !important;
    /* border: 3px #212121 solid !important;
    color: #909090 !important; */
    border-radius: 0.4em;
    font-size: 16px !important;
    line-height: 42px !important;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    -ms-border-radius: 0.4em;
    -o-border-radius: 0.4em;
}
.bo_fx .btn_admin.btn {
    background: transparent;
    /* border: 3px #79a42f solid;
    color: #a0dd36; */
    border-radius: 0.4em;
    font-size: 16px;
    line-height: 42px !important;

}
/* 일반리스트 */
.tbl_head01 thead {
    display: none;
}
#bo_list tbody .even td,
#bo_list tbody td {

    background: #171717;
    border-top: 1px solid #212121;
    border-bottom: 1px solid #212121;
    color: #8b8b8b;
}
#bo_list .td_chk {
    border-top: 1px solid #212121;
    border-bottom: 1px solid #212121;
}
#bo_list tbody td a {
    color: #d9d9d9;
    font-size: 20px;
}
#bo_list .td_num2 {
    font-family: 'Poppins', 'NotoSans', sans-serif;
    font-weight: 500;
}
.sv_member {
    color: rgb(165, 165, 165);
}
#bo_list .td_num {
    color: #515151;
    font-family: 'Poppins', 'NotoSans', sans-serif;

}
#bo_list .td_datetime {
    color: #515151;
    font-family: 'Poppins', 'NotoSans', sans-serif;
}
#bo_list .bo_tit .fa-download,
#bo_list .bo_tit .fa-link,
#bo_list .bo_tit .new_icon {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #79a42f;
    background: #0A0A0A;
    border: 1px solid #0A0A0A;
    text-align: center;
    border-radius: 50%;
    margin-left: 5px;
    vertical-align: middle;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
/* 약관 */
.qna_privacy .privacy_box {
    border: 1px solid #131313;
    padding: 30px 25px;
    height: 200px;
    box-sizing: border-box;
    overflow-y: auto;
    background-color: #333333;
}
.qna_privacy .privacy_box .title {
    color: #ffffff;
}
.qna_privacy .privacy_box .title::before {
    background: #a0dd36;
    display:none;
    height: 1px;
}
.order_wrap h2 {
    font-weight: 700;
    color: #fff;
    font-size: 32px;
    margin-bottom: 30px;
}
#bo_w .bo_w_flie .file_wr,
.bo_w_link .frm_input,
.order_wrap .box .form .form-control,
.write_div .form-subject {
    box-shadow: none;
    border-radius: 0;
    border: 1px #131313 solid;
    height: 63px;
    padding: 6px 22px;
    font-size: 18px;
    line-height: 1.42857143;
    background: #252525 !important;
    border-radius: 0.4em;

}
.order_wrap .box .form .phone {
    border: 1px #131313 solid;
    background: #252525;
    border-radius: 0.4em;

    color: #fff;
}
.order_wrap .box .form .form-control {
    color: #fff;
}
.form_01 textarea,
.frm_input,
.tbl_frm01 textarea,
.wr_content textarea {
    border: 1px #131313 solid;
    background: #252525;
    color: #fff;
    padding: 16px 22px;
    border-radius: 0.4em;

}
@media(max-width:991px) {
    #bo_w .bo_w_flie .file_wr,
    .bo_w_link .frm_input,
    .order_wrap .box .form .form-control,
    .write_div .form-subject {
        font-size: 14px;
    }
    #bo_w .bo_w_info .frm_input,
    #bo_w .bo_w_tit .frm_input {
        font-size: 14px;
    }
    .bo_fx .btn_bo_user li a.btn_b01,
    .btn_submit.btn {
        background: transparent !important;
        background-color: transparent !important;
        border: 2px #79a42f solid !important;
        color: #a0dd36 !important;
        border-radius: 0.4em;
        font-size: 16px !important;
        line-height: 42px !important;
        -webkit-border-radius: 0.4em;
        -moz-border-radius: 0.4em;
        -ms-border-radius: 0.4em;
        -o-border-radius: 0.4em;
        font-weight: 900;
    }
    .bo_fx .btn_bo_user .btn,
    .btn_cancel.btn {
        background: transparent;
        background-color: transparent;
        border: 2px #212121 solid;
        color: #909090;
        border-radius: 0.4em;
        font-size: 16px !important;
        line-height: 32px;
        -webkit-border-radius: 0.4em;
        -moz-border-radius: 0.4em;
        -ms-border-radius: 0.4em;
        -o-border-radius: 0.4em;
    }
    #bo_w .bo_w_info .frm_input,
    #bo_w .bo_w_tit .frm_input {
        background: #252525;
        color: #fff;
        border: 1px #131313 solid;
        font-size: 14px;
        padding: 20px;
        border-radius: 0.2em;
        -webkit-border-radius: 0.2em;
        -moz-border-radius: 0.2em;
        -ms-border-radius: 0.2em;
        -o-border-radius: 0.2em;
        margin-bottom: 3px;
        font-weight: 600;
    }
    .file_wr {
        height: 53px !important;
        color: #fff;
    }
    .file_wr input {
        color: #bdbdbd;
        font-size: 12px;
        padding-top: 7px;
    }
    .btn_confirm.write_div a {
        display:none;

    }
    .btn_confirm.write_div .btn_submit{
        background: #79a42f !important;
        /* background-color: transparent !important; */
        border: 0;
        color: #fff !important;
        border-radius: 0.4em;
        font-size: 16px !important;
        line-height: 49px !important;
        height: 50px;
        -webkit-border-radius: 0.2em;
        -moz-border-radius: 0.2em;
        -ms-border-radius: 0.2em;
        -o-border-radius: 0.24em;
        font-weight: 900;
        width: 100%;

    }
    #bo_v_title .bo_v_tit {
        color: #e8e8e8;
        font-size: 22px;
        border: 0;
        background: transparent;
    }
    #bo_gall, #bo_list, #bo_w {
        margin-top: 20px;
    }
}
