@charset "utf-8";

.card-body .user_write{line-height: 1.7; font-weight: 400;}
.card-body .user_write *{all: revert; margin-top: 0; margin-bottom: 0; line-height: inherit !important;}

.board_area{position: relative;}
.note-editor .note-editing-area .note-editable{line-height: 1.7; font-weight: 400;}
.note-editor .note-editing-area .note-editable *{/*all: revert;*/ margin-top: 0; margin-bottom: 0; line-height: inherit !important;}


/*툴바 모달*/
.note-editor .note-modal{
    & .form-check{display: flex; align-items: center;}
    & input[type=checkbox],
    & input[type=radio]{width: 18px; height: 18px; margin-top: 0;}
}
.note-editor .note-popover .popover-arrow{display: none;}
.note-editor .note-toolbar{
    & .note-btn{color: #000;}
}
.note-editor .note-editing-area{
    & ol{padding-left: 40px;}
    & ol > li{list-style: decimal;}
    & ul{padding-left: 40px;}
    & ul > li{list-style: disc;}
    /*테이블*/
    & table tbody tr td{position: relative; border: 1px solid  #eee !important;}
}


