@charset "utf-8";

#bo_list,
#bo_v,
#bo_w {
    overflow: hidden;
    border: 1px solid #dce4ee;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(16, 24, 40, .06);
}

.forum-board-intro {
    display: none;
}

#bo_list:before,
#bo_v:before,
#bo_w:before {
    display: block;
    padding: 15px 16px;
    border-bottom: 1px solid #e8edf3;
    background: linear-gradient(135deg, rgba(15, 118, 110, .08), rgba(245, 158, 11, .10)), #fbfcfe;
    color: #0f766e;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
}

#bo_list:before { content: "NETCITY FORUM BOARD"; }
#bo_v:before { content: "FORUM THREAD"; }
#bo_w:before { content: "FORUM EDITOR"; }

#bo_btn_top,
#bo_v_title,
#bo_v_info,
#bo_w .write_div {
    border-color: #e8edf3;
}

.bo_tit a,
#bo_v_title .bo_v_tit,
#wr_subject {
    color: #172033;
    font-weight: 900;
}

.bo_cate_link,
.bo_v_cate,
.bo_current,
.notice_icon {
    border-radius: 8px;
    background: #edf7f5;
    color: #0f766e;
    font-weight: 900;
}

.cnt_cmt {
    border-radius: 999px;
    background: #fff3d6;
    color: #9a5b00;
}

.btn_b01,
.btn_b02,
.btn_admin,
.btn_submit,
.btn_cancel,
.frm_input,
textarea,
select {
    border-radius: 8px !important;
}

.btn_bo_user .btn,
.bo_sch .sch_btn,
.bo_sch_cls {
    display: inline-grid !important;
    width: 38px;
    min-width: 38px;
    height: 38px !important;
    padding: 0 !important;
    place-items: center;
    border: 1px solid #d6dfe9 !important;
    border-radius: 8px !important;
    background: #f8fafc !important;
}

.btn_bo_user .btn i,
.bo_sch .sch_btn i,
.bo_sch_cls i {
    display: block;
    width: 19px;
    height: 19px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: transparent !important;
    font-size: 0 !important;
}

.btn_bo_user .fa-search,
.bo_sch .sch_btn i { background-image: url("../../../../img/forum/search.svg"); }
.btn_bo_user .fa-pencil { background-image: url("../../../../img/forum/write.svg"); }
.btn_bo_user .fa-rss,
.btn_bo_user .fa-ellipsis-v { background-image: url("../../../../img/forum/comment.svg"); }
.btn_bo_user .fa-cog { background-image: url("../../../../img/forum/board-server.svg"); }
.bo_sch_cls i { background-image: url("../../../../img/forum/close.svg"); }
.btn_bo_user .fa-spin { animation: none !important; }

.new_icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 999px;
    background: #172033 url("../../../../img/forum/new.svg") no-repeat center / 18px 18px;
    color: transparent;
    font-size: 0;
}

.cnt_cmt:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: -2px 4px 0 0;
    vertical-align: middle;
    background: url("../../../../img/forum/comment.svg") no-repeat center / contain;
}

.profile_img {
    display: inline-grid;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    overflow: hidden;
    place-items: center;
    border-radius: 8px;
    background: #172033 url("../../../../img/forum/mark.svg") no-repeat center / cover;
    vertical-align: middle;
}

.profile_img img {
    display: block;
    width: 24px !important;
    height: 24px !important;
    border-radius: 8px;
}

.profile_img img[src$="no_profile.gif"] {
    opacity: 0;
}

.btn_b02,
.btn_submit {
    background: #172033 !important;
    color: #fff !important;
}
