.special-char-popup{z-index:100000;-webkit-user-select:none;user-select:none;touch-action:none;background:#fff;border:1px solid #ddd;border-radius:8px;flex-direction:column;width:400px;max-height:500px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;position:fixed;box-shadow:0 4px 20px #00000026}.popup-header{cursor:grab;touch-action:none;background:#f8f9fa;border-bottom:1px solid #eee;border-radius:8px 8px 0 0;justify-content:space-between;align-items:center;padding:12px 16px;transition:background-color .2s;display:flex}.popup-header:active{cursor:grabbing;background:#e9ecef}.popup-header h3{color:#333;pointer-events:none;touch-action:none;margin:0;font-size:16px;font-weight:600}.close-btn{cursor:pointer;color:#666;pointer-events:auto;touch-action:manipulation;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:20px;transition:background-color .2s;display:flex}.close-btn:hover{color:#333;background-color:#e9ecef}.category-tabs{touch-action:pan-x;background:#f8f9fa;border-bottom:1px solid #eee;padding:0 12px;display:flex;overflow-x:auto}.category-tab{cursor:pointer;color:#666;white-space:nowrap;touch-action:manipulation;background:0 0;border:none;border-bottom:2px solid #0000;flex-shrink:0;padding:6px 10px;font-size:12px;transition:all .2s}.category-tab:hover{color:#333;background-color:#e9ecef}.category-tab.active{color:#007bff;background-color:#fff;border-bottom-color:#007bff}.subcategory-tabs{touch-action:pan-x;background:#f8f9fa;border-bottom:1px solid #eee;padding:0 12px;display:flex;overflow-x:auto}.subcategory-tab{cursor:pointer;color:#666;text-align:center;touch-action:manipulation;background:0 0;border:none;border-bottom:2px solid #0000;flex-shrink:0;min-width:28px;padding:4px 8px;font-size:11px;transition:all .2s}.subcategory-tab:hover{color:#333;background-color:#e9ecef}.subcategory-tab.active{color:#007bff;background-color:#fff;border-bottom-color:#007bff}.char-grid{touch-action:pan-y;background:#fff;grid-template-columns:repeat(12,1fr);gap:2px;max-height:300px;padding:16px;display:grid;overflow-y:auto}.char-item{cursor:pointer;color:#333;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all;touch-action:manipulation;background:#fff;border:1px solid #e9ecef;border-radius:4px;justify-content:center;align-items:center;min-height:32px;padding:8px 2px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:12px;transition:all .2s;display:flex;overflow:hidden}.char-item:hover{background-color:#f8f9fa;border-color:#007bff;transform:scale(1.05);box-shadow:0 2px 4px #007bff33}.char-item:active{transform:scale(.95)}.char-grid::-webkit-scrollbar{width:8px}.char-grid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.char-grid::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.char-grid::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (width<=768px){.special-char-popup{touch-action:none;width:90vw;max-width:400px;max-height:70vh}.char-grid{touch-action:pan-y;grid-template-columns:repeat(8,1fr);padding:12px}.char-item{touch-action:manipulation;min-height:28px;padding:6px 1px;font-size:11px}.category-tabs,.subcategory-tabs{touch-action:pan-x;padding:0 8px}.popup-header{touch-action:none;padding:10px 12px}}.special-char-popup{animation:.2s ease-out popupFadeIn}@keyframes popupFadeIn{0%{opacity:0;transform:translateY(-10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.special-char-popup.dark{color:#e5e7eb;background:#212121;border-color:#374151;box-shadow:0 4px 20px #0009}.special-char-popup.dark .popup-header{background:#0b1220;border-bottom-color:#374151}.special-char-popup.dark .popup-header:active{background:#212121}.special-char-popup.dark .popup-header h3{color:#e5e7eb}.special-char-popup.dark .close-btn{color:#9ca3af}.special-char-popup.dark .close-btn:hover{color:#e5e7eb;background-color:#1f2937}.special-char-popup.dark .category-tabs,.special-char-popup.dark .subcategory-tabs{background:#0b1220;border-bottom-color:#374151}.special-char-popup.dark .category-tab,.special-char-popup.dark .subcategory-tab{color:#9ca3af}.special-char-popup.dark .category-tab:hover,.special-char-popup.dark .subcategory-tab:hover{color:#e5e7eb;background-color:#1f2937}.special-char-popup.dark .category-tab.active,.special-char-popup.dark .subcategory-tab.active{color:#60a5fa;background-color:#212121;border-bottom-color:#60a5fa}.special-char-popup.dark .char-grid{background:#212121}.special-char-popup.dark .char-item{color:#e5e7eb;background:#0b1220;border-color:#374151}.special-char-popup.dark .char-item:hover{background-color:#212121;border-color:#60a5fa;box-shadow:0 2px 4px #60a5fa40}.special-char-popup.dark .char-grid::-webkit-scrollbar-track{background:#0b1220}.special-char-popup.dark .char-grid::-webkit-scrollbar-thumb{background:#374151}.special-char-popup.dark .char-grid::-webkit-scrollbar-thumb:hover{background:#4b5563}.custom_docbody_tooltip{justify-content:center;align-items:center;gap:4px;display:inline-flex;position:relative}.custom_docbody_tooltip:hover{background-color:#3b82f61a;border:1px solid #3b82f64d;border-radius:4px;padding:2px 4px}.custom_docbody_tooltip .help-icon{cursor:pointer;color:#3b82f6cc;z-index:10;background-color:#fff;border-radius:50%;width:20px;height:20px;font-size:14px;transition:color .2s,transform .2s;display:none;position:absolute;top:-8px;right:-8px;box-shadow:0 2px 4px #0000001a}[data-theme=dark] .custom_docbody_tooltip .help-icon{background-color:#1f2937;box-shadow:0 2px 4px #0000004d}.custom_docbody_tooltip:hover .help-icon{justify-content:center;align-items:center;display:flex}.custom_docbody_tooltip .help-icon:hover{color:#3b82f6;transform:scale(1.1)}.custom_docbody_tooltip .help-icon.active{color:#3b82f6}.tooltip_docbody_text{font-size:14px}@media (width<=640px){.tooltip_docbody_text{font-size:13px;min-width:unset!important;width:90vw!important;max-width:90vw!important;left:50%!important;transform:translate(-50%)!important}}.custom_docbody_tooltip .tooltip_docbody_text{color:inherit;text-align:center;z-index:9999;border-radius:0;width:100%;min-width:300px;max-width:500px;transition:opacity .3s;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);visibility:hidden!important;opacity:0!important;pointer-events:none!important;background-color:#0000!important;margin:0!important;padding:0!important;display:none!important}.custom_docbody_tooltip:hover .tooltip_docbody_text,.custom_docbody_tooltip .tooltip_docbody_text:hover,.custom_docbody_tooltip:hover .tooltip_docbody_text:hover,.custom_docbody_tooltip:hover>.tooltip_docbody_text,.custom_docbody_tooltip .tooltip_docbody_text:not(.show),.custom_docbody_tooltip:hover .tooltip_docbody_text:not(.show){visibility:hidden!important;opacity:0!important;pointer-events:none!important;display:none!important}.custom_docbody_tooltip .tooltip_docbody_text.show,.custom_docbody_tooltip:hover .tooltip_docbody_text.show,.custom_docbody_tooltip .tooltip_docbody_text.show:hover{visibility:visible!important;opacity:1!important;pointer-events:auto!important;display:flex!important}.tooltip_docbody_text,.tooltip_docbody_text *{-webkit-user-select:text;user-select:text}.classActionSelectorInBody{scrollbar-width:thin;scrollbar-color:#ffa742 #fff;width:100%;max-height:50px!important}.classActionSelectorInBody::-webkit-scrollbar{width:5px!important}.classActionSelectorInBody::-webkit-scrollbar-thumb{background-color:#888!important;border-radius:10px!important}.classActionSelectorInBody::-webkit-scrollbar-thumb:hover{background-color:#555!important}.fixed-editor{z-index:999;background:#fff;width:100%;position:fixed;top:0}.page-container{flex-direction:column;align-items:center;display:flex;overflow:hidden auto}.page{box-sizing:border-box;scroll-snap-align:start;background-color:#fff;border:none;width:794px;margin-bottom:10px;padding:96px;position:relative;box-shadow:0 1px 4px #0000001f,0 0 0 .5px #00000014}[data-theme=dark] .indexv4-document-mode .page{box-shadow:none!important;color:#e5e7eb!important;background-color:#212121!important;border:none!important;border-bottom:1px solid #ffffff0f!important;margin-bottom:0!important}[data-theme=dark] .indexv4-document-mode .page-container{background-color:#212121!important}.page.page-template-preview{width:100%!important;max-width:100%!important;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;margin:0!important;padding:16px!important}.page>*{break-inside:avoid}.page [data-slate-node=element][style*="break-before: page"]{page-break-before:always}.page>div{box-sizing:border-box}#lemon-slate-editor.page-container,.page-container#lemon-slate-editor{-webkit-overflow-scrolling:touch;scrollbar-gutter:auto;scrollbar-width:none!important;overflow-y:visible!important}#lemon-slate-editor.page-container::-webkit-scrollbar{width:0!important;display:none!important}.page-container#lemon-slate-editor::-webkit-scrollbar{width:0!important;display:none!important}[data-theme=dark] #lemon-slate-editor.page-container,[data-theme=dark] .page-container#lemon-slate-editor{scrollbar-color:#9ca3af #374151!important}#lemon-slate-editor.page-container::-webkit-scrollbar{-webkit-appearance:none!important;background:#f3f4f6!important;width:14px!important;height:14px!important;display:block!important}.page-container#lemon-slate-editor::-webkit-scrollbar{-webkit-appearance:none!important;background:#f3f4f6!important;width:14px!important;height:14px!important;display:block!important}#lemon-slate-editor.page-container::-webkit-scrollbar-track{background:#e5e7eb!important;border-radius:7px!important;margin:2px 0!important}.page-container#lemon-slate-editor::-webkit-scrollbar-track{background:#e5e7eb!important;border-radius:7px!important;margin:2px 0!important}#lemon-slate-editor.page-container::-webkit-scrollbar-thumb{background-color:#6b7280!important;background-clip:padding-box!important;border:3px solid #e5e7eb!important;border-radius:7px!important;min-height:50px!important}.page-container#lemon-slate-editor::-webkit-scrollbar-thumb{background-color:#6b7280!important;background-clip:padding-box!important;border:3px solid #e5e7eb!important;border-radius:7px!important;min-height:50px!important}#lemon-slate-editor.page-container::-webkit-scrollbar-thumb:hover{background-color:#4b5563!important}.page-container#lemon-slate-editor::-webkit-scrollbar-thumb:hover{background-color:#4b5563!important}#lemon-slate-editor.page-container::-webkit-scrollbar-corner{background:0 0!important}.page-container#lemon-slate-editor::-webkit-scrollbar-corner{background:0 0!important}[data-theme=dark] #lemon-slate-editor.page-container::-webkit-scrollbar{background:#1f2937!important}[data-theme=dark] .page-container#lemon-slate-editor::-webkit-scrollbar{background:#1f2937!important}[data-theme=dark] #lemon-slate-editor.page-container::-webkit-scrollbar-track{background:#374151!important}[data-theme=dark] .page-container#lemon-slate-editor::-webkit-scrollbar-track{background:#374151!important}[data-theme=dark] #lemon-slate-editor.page-container::-webkit-scrollbar-thumb{background-color:#9ca3af!important;border:3px solid #374151!important}[data-theme=dark] .page-container#lemon-slate-editor::-webkit-scrollbar-thumb{background-color:#9ca3af!important;border:3px solid #374151!important}[data-theme=dark] #lemon-slate-editor.page-container::-webkit-scrollbar-thumb:hover{background-color:#d1d5db!important}[data-theme=dark] .page-container#lemon-slate-editor::-webkit-scrollbar-thumb:hover{background-color:#d1d5db!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.left-panel.translate-x-0~* .page-number-indicator,.left-panel.translate-x-0~.page-number-indicator{display:none!important}body:has(.left-panel.translate-x-0) .page-number-indicator{display:none!important}[contenteditable=true],[contenteditable=true] *,[contenteditable=true] :before,[contenteditable=true] :after{-webkit-text-fill-color:inherit;caret-color:#000!important}[data-slate-editor=true],[data-slate-editor=true] *,[data-slate-editor=true] :before,[data-slate-editor=true] :after{caret-color:#000!important}[contenteditable=true]:focus,[contenteditable=true]:focus *,[contenteditable=true]:focus-within,[contenteditable=true]:focus-within *{outline:none;caret-color:#000!important}.page-container [contenteditable=true],.page-container [contenteditable=true] *,.page [contenteditable=true],.page [contenteditable=true] *{caret-color:#000!important}@supports ((-webkit-appearance:none)){[contenteditable=true],[contenteditable=true] *{-webkit-text-fill-color:inherit;caret-color:#000!important}}@media screen{.page-container [contenteditable=true],.page-container [contenteditable=true] *,.page [contenteditable=true],.page [contenteditable=true] *{caret-color:#000!important}}[data-theme=dark] [contenteditable=true],[data-theme=dark] [contenteditable=true] *,[data-theme=dark] [contenteditable=true] :before,[data-theme=dark] [contenteditable=true] :after{-webkit-text-fill-color:inherit;caret-color:#fff!important}[data-theme=dark] [data-slate-editor=true],[data-theme=dark] [data-slate-editor=true] *,[data-theme=dark] [data-slate-editor=true] :before,[data-theme=dark] [data-slate-editor=true] :after{caret-color:#fff!important}[data-theme=dark] [contenteditable=true]:focus,[data-theme=dark] [contenteditable=true]:focus *,[data-theme=dark] [contenteditable=true]:focus-within,[data-theme=dark] [contenteditable=true]:focus-within *{outline:none;caret-color:#fff!important}[data-theme=dark] .page-container [contenteditable=true],[data-theme=dark] .page-container [contenteditable=true] *,[data-theme=dark] .page [contenteditable=true],[data-theme=dark] .page [contenteditable=true] *{caret-color:#fff!important}@supports ((-webkit-appearance:none)){[data-theme=dark] [contenteditable=true],[data-theme=dark] [contenteditable=true] *{-webkit-text-fill-color:inherit;caret-color:#fff!important}}@media screen{[data-theme=dark] .page-container [contenteditable=true],[data-theme=dark] .page-container [contenteditable=true] *,[data-theme=dark] .page [contenteditable=true],[data-theme=dark] .page [contenteditable=true] *{caret-color:#fff!important}}*{--caret-color:#000}[data-theme=dark] *{--caret-color:#fff}[contenteditable=true]{caret-color:var(--caret-color,#000)!important}.template-preview-mobile .page-container{align-items:stretch!important;height:auto!important;min-height:auto!important;overflow:visible!important}.template-preview-mobile .page{width:100%!important;max-width:100%!important;box-shadow:none!important;border:none!important;border-radius:0!important;margin:0!important;padding:16px!important}.template-preview-mode{align-items:stretch!important;width:100%!important;height:auto!important;min-height:auto!important;overflow:visible!important}.template-preview-mode .page{width:100%!important;max-width:100%!important;height:auto!important;min-height:auto!important;max-height:none!important;box-shadow:none!important;border:none!important;border-radius:0!important;margin:0!important;padding:12px!important;font-size:12px!important;line-height:1.5!important}.template-preview-mode .page *{font-size:inherit!important}.template-preview-mode .page h1,.template-preview-mode .page [style*="font-size: 24"],.template-preview-mode .page [style*="font-size: 26"],.template-preview-mode .page [style*="font-size: 28"]{font-size:16px!important}.template-preview-mode .page h2,.template-preview-mode .page [style*="font-size: 18"],.template-preview-mode .page [style*="font-size: 20"],.template-preview-mode .page [style*="font-size: 22"]{font-size:14px!important}.template-preview-mode .page>div,.template-preview-mode .page [id^=page-content-]{flex:none!important;height:auto!important;min-height:auto!important;max-height:none!important;overflow:visible!important}.template-preview-mode .page *{max-height:none!important;overflow:visible!important}.page.page-template-preview,.page[data-template-preview=true],.template-preview-mode .page{width:100%!important;max-width:100%!important;height:auto!important;min-height:auto!important;max-height:none!important;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;margin:0!important;padding:16px!important}.page.page-template-preview *,.page[data-template-preview=true] *{max-height:none!important}.template-preview-mode img[data-is-stamp=true],.page-template-preview img[data-is-stamp=true]{width:32px!important;max-width:32px!important;height:32px!important;max-height:32px!important}.template-preview-mode img[alt=서명],.page-template-preview img[alt=서명]{width:32px!important;height:32px!important}.template-preview-mode [role=group][aria-label="서명 및 날인"]>div[style*="position: absolute"],.page-template-preview [role=group][aria-label="서명 및 날인"]>div[style*="position: absolute"]{transform-origin:100% 0!important;left:auto!important;right:5px!important;transform:scale(.5)translate(-10px,-8px)!important}.template-preview-mode [role=group][aria-label="서명 및 날인"]>div[style*="position: absolute"]>div,.page-template-preview [role=group][aria-label="서명 및 날인"]>div[style*="position: absolute"]>div{width:32px!important;height:32px!important}
