@charset "utf-8";

.board_area{position: relative;}
.note-editor .modal{z-index: 1056}
.card-body .user_write,
.note-editor .note-editing-area .note-editable {
    line-height: 1.7;
    font-weight: 400;
    p, h1, h2, h3, h4, h5, h6, blockquote, pre, figure{all: unset; margin: 0; line-height: inherit;}
}


/*툴바 모달*/
.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;}
}

