/* === Company.Web 전용 === */
/* 공용 스타일은 _content/VisitPro.Shared.Web/css/visitpro-base.css 에 있음 */

/* === SunEditor (Company 어드민의 공지·동의서·영상 본문 에디터) === */
.sun-editor {
    width: 100% !important;
    border-radius: 12px !important;
    border: 1px solid #e5e8eb !important;
    overflow: hidden;
}
.sun-editor .se-toolbar { background: #f9fafb !important; flex-wrap: wrap; }
.sun-editor .se-btn-tray { flex-wrap: wrap; }
.sun-editor .se-wrapper-inner { font-family: 'Pretendard', sans-serif !important; }