@charset "utf-8";

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc,
.btn_cke_sc_close {display:inline-block;padding:0 10px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* upso view */
#upso-title.border-bottom { border-color: #c07777 !important; }
#upso-view .border-bottom,
#upso-view .border-start,
#upso-view.border { border-color: #c07777 !important; }
#upso-view .bg-light { background: #f1d4d4 !important; color: #a34747 !important; text-align: center; }
.info_ct .sv_member { color: #333; text-decoration: none;}

/* ckeditor 태그 기본값 */
#bo_v_con { text-align: left; padding: 30px 0; }
#bo_v_con ul {display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con ol {display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con li {display:list-item}
#bo_v_con img { max-width: 100% !important; }

/* 댓글 */
#commentExample .accordion-button {
    background-color: transparent;
    box-shadow: none;
    color: #000 !important;
}
#commentExample li {
    list-style: none;
}
#commentExample a {
    text-decoration: none;
    color: #000;
}

/* 본문 */
.board-event-banner {
    padding: 0.75rem 0;
}

#board-list .sv_member {
    color: #000 !important;
    text-decoration: none !important;
}

.page-item.active a {
    background: #000 !important;
    border-color: #000 !important;
    color:#fff !important;
}

#categoryExample ul {
    list-style: none;
}

#bo_cate_on {
    background-color: #a34747;
    border-color: #a34747;
    color: #fff;
}

.list-group-item-warning {
    color: #664d03;
    background-color: #faf8f0;
}

.list-group-item-success {
    color: #0f5132;
    background-color: #f2faf6;
}

.list-group-item-warning .text-dark {
    color: #664d03!important;
}

.list-group-item-success .text-dark {
    color: #0f5132!important;
}