/* 본문 타이포 한글 중심 */
.note-editor.note-frame .note-editing-area .note-editable {
  font-family: 'Noto Sans KR','맑은 고딕','나눔고딕','본고딕','굴림','돋움','궁서',sans-serif !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
  color: #222 !important;
  min-height: 220px;
}

/* 프레임 */
.note-editor.note-frame {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0,0,0,.04);
  overflow: hidden;
}

/* 툴바 */
.note-toolbar {
  border-bottom: 1px solid #eee;
  background: #fafafa;
}
.note-toolbar .note-btn {
  border-radius: 8px;
}

/* 에디터 안 이미지 */
.note-editable img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

/* 링크 색상 */
.note-editable a { color: #0e5aad; }
.note-editable a:hover { text-decoration: underline; }
