.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable {font-family: "Pretendard", sans-serif; }
.bw_edit_wrap { width: 100%; overflow-x: auto; }
.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable { background: #fff; }
.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable .blockquote { font-size: 1.2rem; line-height: 1.5; font-style: italic; color: #555; margin: 20px 0; padding: 10px 20px; border-left: 5px solid #ccc; background-color: #f9f9f9; border-radius: 5px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); quotes: "“" "”" "‘" "’"; }
.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable { width: 100%; font-size: medium; }
.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable img { max-width: 100%; }
.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable table { max-width: 100%; width: auto !important; overflow-x: auto; display: table; border-collapse: collapse; border: 1px solid #D9D9D9; border-radius: 5px; margin-bottom: 15px; }
.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable table td { border: 1px solid #D9D9D9; padding: 10px; text-align: center; vertical-align: middle; white-space: nowrap }

.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable h6 { font-size: 1.2rem; }
.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable h5 { font-size: 1.5rem; }
.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable h4 { font-size: 1.8rem; }
.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable h3 { font-size: 2.0rem; }
.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable h2 { font-size: 2.5rem; }
.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable h1 { font-size: 3rem; }

.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable blockquote p { margin: 0; }

.note-modal-content{ background: var(--body-bg)}
a.note-dropdown-item, a.note-dropdown-item:hover{ color: var(--common_txt)}
a.note-dropdown-item:hover{ background: var(--li_hover_bg)}
[class*=" note-icon"]:before, [class^=note-icon]:before{color: var(--common_txt)}