@charset "utf-8";
.note-modal-footer {
	height: auto;
	text-align: right;
}
.note-modal-footer .note-btn {
	float: none;
}
.note-editor .note-toolbar .note-color-all .note-dropdown-menu,
.note-popover .popover-content .note-color-all .note-dropdown-menu {
	min-width: 350px;
}

/* 반응형: 브라우저 넓이 초과 방지 */
.note-editor.note-frame,
.note-editor.note-airframe {
	max-width: 100%;
	box-sizing: border-box;
}
.note-editor .note-toolbar {
	white-space: normal;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 2px;
}
.note-editor .note-toolbar .note-btn-group {
	flex-shrink: 0;
	margin: 2px 1px;
}
.note-editor .note-editing-area .note-editable,
.note-editor .note-editing-area .note-codable {
	max-width: 100%;
	box-sizing: border-box;
}
.note-editor .note-toolbar .note-dropdown-menu {
	max-width: 100vw;
	box-sizing: border-box;
}
