.site-header{position:fixed;top:0;left:0;right:0;z-index:900;height:68px;transition:background .3s ease,box-shadow .3s ease}.site-header.transparent{background:transparent;box-shadow:none}.site-header.solid{background:#0d2340f7;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px #2563eb40}.header-inner{max-width:1280px;margin:0 auto;height:100%;padding:0 24px;display:flex;align-items:center;gap:32px}.header-logo{flex-shrink:0;display:flex;align-items:center}.header-logo img{height:48px;object-fit:contain;filter:brightness(1.1) drop-shadow(0 0 6px rgba(96,165,250,.3))}.header-nav{flex:1;display:flex;align-items:center;gap:4px}.nav-link{display:inline-flex;align-items:center;gap:4px;padding:6px 14px;color:#ffffffd9;font-size:14px;font-weight:500;text-decoration:none;border-radius:6px;border:none;background:transparent;cursor:pointer;transition:color .15s,background .15s;white-space:nowrap}.nav-link:hover{color:#fff;background:#ffffff1a}.nav-caret{font-size:10px;opacity:.7}.nav-dropdown{position:relative}.nav-dropdown-toggle{font-family:inherit}.nav-dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:160px;background:#0d2340f7;border:1px solid rgba(37,99,235,.3);border-radius:10px;padding:6px;opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity .18s ease,transform .18s ease;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.nav-dropdown.open .nav-dropdown-menu{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-dropdown-menu a{display:block;padding:8px 12px;font-size:13px;color:#fffc;text-decoration:none;border-radius:6px;transition:background .15s,color .15s}.nav-dropdown-menu a:hover{background:#2563eb40;color:#fff}.nav-dropdown-empty{display:block;padding:8px 12px;font-size:12px;color:#fff6}.header-right{flex-shrink:0;display:flex;align-items:center;gap:12px}.header-actions{display:flex;align-items:center;gap:8px}.btn-solid,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:500;font-family:inherit;padding:7px 18px;border-radius:999px;cursor:pointer;transition:background .18s,box-shadow .18s;text-decoration:none;white-space:nowrap}.btn-solid{background:#2563eb;border:1px solid #2563eb;color:#fff}.btn-solid:hover{background:#1d4ed8;box-shadow:0 0 14px #2563eb73}.btn-ghost{background:transparent;border:1px solid rgba(255,255,255,.35);color:#ffffffd9}.btn-ghost:hover{background:#ffffff1a;color:#fff}.hamburger-btn{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:0}.hamburger-btn span{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:transform .22s ease,opacity .22s ease;transform-origin:center}.hamburger-btn.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger-btn.open span:nth-child(2){opacity:0}.hamburger-btn.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.side-menu-backdrop{position:fixed;inset:0;background:#0006;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:950}.side-menu-backdrop.open{opacity:1;pointer-events:auto}.side-menu{position:absolute;top:0;left:0;bottom:0;width:280px;background:linear-gradient(180deg,#0d2340,#1e3a5f);border-right:1px solid rgba(37,99,235,.3);color:#e2e8f0;padding:20px 18px;transform:translate(-100%);transition:transform .25s ease;display:flex;flex-direction:column;gap:16px;overflow-y:auto}.side-menu.open{transform:translate(0)}.side-menu-close{align-self:flex-end;border:none;background:transparent;color:#93c5fd;font-size:26px;cursor:pointer;line-height:1;padding:0}.side-menu-title{font-size:18px;margin:0 0 8px;font-weight:700;color:#fff}.side-menu-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}.side-menu-list a{color:#cbd5e1;text-decoration:none;font-size:15px;display:block;padding:8px 10px;border-radius:8px;transition:background .15s,color .15s}.side-menu-list a:hover{background:#2563eb40;color:#fff}.side-menu-list li.has-sub{margin-top:2px}.side-sub-toggle{width:100%;border:none;background:transparent;color:#cbd5e1;font-size:15px;padding:8px 10px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;font-family:inherit;transition:background .15s,color .15s}.side-sub-toggle:hover{background:#2563eb40;color:#fff}.caret{font-size:11px;opacity:.7}.side-submenu{list-style:none;margin:4px 0 0 10px;padding-left:10px;border-left:1px solid rgba(37,99,235,.4);display:none}.side-menu-list li.has-sub.open .side-submenu{display:block}.side-submenu li a{font-size:14px;color:#94a3b8}.side-submenu li a:hover{color:#fff;background:#2563eb33}.side-submenu-empty{font-size:13px;color:#fff6;padding:6px 10px;display:block}@media(max-width:900px){.header-nav,.header-actions{display:none}.hamburger-btn{display:flex}}@media(max-width:480px){.header-inner{padding:0 16px}.header-logo img{height:40px}}html,body{margin:0;padding:0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.hero{position:relative;width:100%;height:100vh;min-height:580px;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-bg-bw{z-index:0;filter:grayscale(100%)}.hero-bg-color{z-index:1;clip-path:inset(0 100% 0 0);transition:clip-path 1.4s cubic-bezier(.77,0,.18,1)}.hero-bg-color.revealed{clip-path:inset(0 50% 0 0)}.hero-divider{position:absolute;top:0;bottom:0;left:50%;width:3px;background:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.7) 20%,rgba(255,255,255,.9) 50%,rgba(255,255,255,.7) 80%,transparent 100%);z-index:2;transform:scaleY(0);transform-origin:top;transition:transform .6s ease 1s;box-shadow:0 0 12px #ffffff80}.hero-divider.revealed{transform:scaleY(1)}.hero-overlay{position:absolute;inset:0;z-index:3;background:linear-gradient(to bottom,#050f2359,#050f2380,#050f23bf)}.hero-content{position:relative;z-index:4;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 24px;max-width:760px;opacity:0;transform:translateY(24px);transition:opacity .8s ease .5s,transform .8s ease .5s}.hero-content.revealed{opacity:1;transform:translateY(0)}.hero-logo{height:76px;object-fit:contain;margin-bottom:24px;filter:brightness(1.2) drop-shadow(0 0 18px rgba(96,165,250,.55))}.hero-tagline{font-size:12px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#7dd3fc;margin:0 0 14px}.hero-title{font-size:44px;font-weight:900;line-height:1.25;margin:0 0 18px;color:#fff;text-shadow:0 2px 28px rgba(0,0,0,.5);word-break:keep-all}.hero-subtitle{font-size:16px;line-height:1.8;color:#ffffffc7;margin:0 0 36px;word-break:keep-all}.hero-cta{display:flex;gap:14px;flex-wrap:wrap;justify-content:center}.hero-btn-primary,.hero-btn-ghost{display:inline-flex;align-items:center;justify-content:center;padding:13px 32px;border-radius:999px;font-size:15px;font-weight:600;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.hero-btn-primary{background:#2563eb;color:#fff;border:2px solid #2563eb;box-shadow:0 4px 20px #2563eb80}.hero-btn-primary:hover{background:#1d4ed8;box-shadow:0 6px 28px #2563eba6;transform:translateY(-2px)}.hero-btn-ghost{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.55)}.hero-btn-ghost:hover{background:#ffffff1f;border-color:#fff;transform:translateY(-2px)}@media(max-width:768px){.hero-logo{height:56px;margin-bottom:18px}.hero-title{font-size:28px}.hero-subtitle{font-size:14px}.hero-cta{flex-direction:column;align-items:center;gap:10px}.hero-btn-primary,.hero-btn-ghost{width:100%;max-width:260px;padding:12px 24px}.hero-bg-color.revealed{clip-path:inset(0 0 0 0)}.hero-divider{display:none}}@media(max-width:480px){.hero-title{font-size:22px}.hero-tagline{font-size:10px;letter-spacing:.15em}}.history{padding:72px 0 80px;background:#f7f8fa}.history-inner{max-width:1080px;margin:0 auto;padding:0 24px}.history-title{font-size:26px;font-weight:700;margin-bottom:8px}.history-tagline{font-size:14px;color:#888;margin-bottom:20px}.history-text{font-size:15px;line-height:1.8;color:#333;margin-bottom:12px}.history-highlight{margin-top:18px;font-size:16px;font-weight:600;line-height:1.6;color:#203a55}.about{background:#fff;padding:80px 0}.about-inner{max-width:1200px;margin:0 auto;padding:0 64px;display:flex;align-items:center;gap:64px}.about-left{flex:1}.about-eyebrow{font-size:14px;font-weight:500;color:#7b8ba1;margin-bottom:8px}.about-title{font-size:28px;margin:0 0 20px}.about-desc{font-size:15px;line-height:1.7;margin:0 0 24px}.about-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.about-bullet{display:none}.about-list strong{font-size:15px}.about-list p{font-size:14px;margin:4px 0 0;color:#555}.about-right{flex:1;display:flex;justify-content:flex-end}.about-image-wrapper{width:100%;max-width:480px;border-radius:16px;overflow:hidden;box-shadow:0 18px 40px #0000001f}.about-image-wrapper img{width:100%;height:100%;display:block;object-fit:cover}@media(max-width:900px){.about-inner{padding:0 24px;flex-direction:column}.about-right{justify-content:center}.about-image-wrapper{max-width:100%}}.programs{background:#f7f8fa;padding:80px 0}.programs-inner{max-width:1200px;margin:0 auto;padding:0 64px}.programs-title{font-size:26px;margin:0 0 12px}.programs-subtitle{font-size:14px;color:#666;margin:0 0 32px}.programs-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.program-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 25px #0000000f;display:flex;flex-direction:column}.program-image{width:100%;aspect-ratio:16 / 9;overflow:hidden}.program-image img{width:100%;height:100%;object-fit:cover;display:block}.program-card-title{font-size:18px;margin:16px 20px 8px}.program-card-text{font-size:14px;line-height:1.6;color:#555;margin:0 20px 20px}@media(max-width:900px){.programs-inner{padding:0 24px}.programs-grid{grid-template-columns:1fr}}.history-page{padding:72px 0 96px;background:#fff}.history-page-inner{max-width:960px;margin:0 auto;padding:0 24px}.history-page-header h1{font-size:28px;margin-bottom:6px}.history-page-tagline{font-size:14px;color:#888;margin-bottom:14px}.history-page-lead{font-size:15px;line-height:1.8;color:#444}.history-page-text{margin-top:28px}.history-page-text p{font-size:15px;line-height:1.8;color:#333;margin-bottom:12px}.history-page-quote{margin-top:10px;font-weight:600;color:#203a55}.history-page-image-block{margin-top:40px}.history-page-image-block h2{font-size:20px;margin-bottom:4px}.history-page-image-desc{font-size:13px;color:#777;margin-bottom:12px}.history-page-image-wrapper{border:1px solid #e0e0e0;background:#fafafa;padding:16px;overflow-x:auto}.history-page-image-wrapper img{max-width:100%;height:auto;display:block}.site-footer{background:var(--hero-bg);color:#ecfdf3;padding:40px 0 32px;font-size:13px}.footer-inner{max-width:1200px;margin:0 auto;padding:0 64px}.footer-notice{background:#062f23e6;border-radius:12px;padding:16px 18px;margin-bottom:20px;border:1px solid rgba(187,247,208,.35)}.footer-notice-title{margin:0 0 6px;font-size:14px;font-weight:600;color:#f9fafb}.footer-notice p{margin:2px 0;line-height:1.6}.footer-phone{font-weight:600;color:#f97316}.footer-meta p{margin:2px 0;line-height:1.5}.footer-org{font-weight:600;margin-bottom:4px}.footer-dot{margin:0 4px;opacity:.6}.footer-contact{margin-top:6px}.footer-copy{margin-top:10px;opacity:.7}.footer-sns{margin-top:8px}.footer-sns img{width:28px;height:28px;display:inline-block}.footer-notice-band{margin-top:10px;display:inline-flex;align-items:center;gap:8px;font-size:12px;color:#e5e7eb}.footer-notice-band img{width:24px;height:24px;display:block}@media(max-width:900px){.footer-inner{padding:0 20px}.footer-notice{font-size:12px}}.auth-page{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:40px 16px;background:#ecfdf3}.auth-card{width:100%;max-width:720px;background:#fff;border-radius:24px;padding:48px 56px 40px;box-shadow:0 24px 60px #0f233414;box-sizing:border-box}.auth-title{font-size:28px;font-weight:700;margin-bottom:12px;color:#022c22}.auth-subtitle{font-size:14px;color:#6b7280;margin-bottom:32px}.auth-form{display:flex;flex-direction:column;gap:18px}.auth-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.auth-field label{display:block;font-size:14px;font-weight:500;margin-bottom:8px;color:#065f46}.auth-field input,.auth-field textarea{width:100%;padding:12px 14px;border-radius:10px;border:1px solid #d1d5db;font-size:14px;outline:none;background:#f9fafb;box-sizing:border-box}.auth-field textarea{resize:vertical;min-height:90px}.auth-field input:focus,.auth-field textarea:focus{border-color:var(--hero-bg);box-shadow:0 0 0 1px #10b98159;background:#fff}.auth-divider{margin:24px 0;border:0;border-top:1px dashed #e5e7eb}.auth-button.primary{margin-top:16px;width:100%;padding:13px 16px;border-radius:999px;border:none;background:var(--hero-bg);color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:background .15s ease,transform .1s ease}.auth-button.primary:hover:not(:disabled){background:#0b5f5a;transform:translateY(-1px)}.auth-button.primary:disabled{opacity:.6;cursor:default}.auth-error{margin-bottom:16px;padding:10px 12px;border-radius:10px;background:#fef2f2;color:#b91c1c;font-size:13px}.auth-footer-text{margin-top:24px;text-align:center;font-size:14px;color:#6b7280}.auth-link{margin-left:4px;font-weight:600;color:var(--hero-bg);text-decoration:underline;cursor:pointer}.auth-link:hover{color:#0b5f5a}@media(max-width:768px){.auth-page{min-height:auto;align-items:flex-start;padding:24px 12px 40px}.auth-card{max-width:480px;padding:28px 20px;border-radius:18px;box-shadow:0 16px 40px #0f233414}.auth-grid-2{grid-template-columns:1fr;gap:16px}.auth-title{font-size:24px}.auth-subtitle{font-size:13px;margin-bottom:24px}}.notice-page{min-height:calc(100vh - 80px);background:#f0f4ff;padding:40px 0 60px}.notice-inner{max-width:960px;margin:0 auto;padding:0 20px}.notice-header-row{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:24px}.notice-title{font-size:24px;font-weight:800;color:#0d2340;margin:0 0 6px}.notice-subtitle{margin:0;font-size:14px;color:#6b7280}.notice-write-btn{border-radius:999px;border:none;background:#203a55;color:#fff;padding:8px 18px;font-size:14px;cursor:pointer}.notice-write-btn:hover{opacity:.93}.notice-empty{margin-top:40px;padding:32px 24px;border-radius:16px;background:#fff;border:1px solid #e5e7eb;text-align:center;font-size:14px;color:#4b5563}.notice-empty-sub{margin-top:4px;font-size:13px;color:#9ca3af}.notice-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.notice-row-link{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-radius:14px;background:#fff;border:1px solid #e3e7f0;text-decoration:none;color:inherit;transition:box-shadow .15s ease,transform .15s ease,border-color .15s ease}.notice-row-link:hover{box-shadow:0 8px 24px #2563eb1f;transform:translateY(-2px);border-color:#bfdbfe}.notice-thumb{flex:0 0 96px;height:72px;border-radius:10px;overflow:hidden;background:#f1f5f9;display:flex;align-items:center;justify-content:center}.notice-thumb img{width:100%;height:100%;object-fit:cover}.notice-thumb-placeholder{font-size:12px;color:#64748b}.notice-meta{flex:1;display:flex;flex-direction:column;min-width:0}.notice-meta-top{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.notice-meta-title{margin:0;font-size:15px;font-weight:600;color:#111827}.notice-meta-date{flex-shrink:0;display:flex;align-items:center;gap:4px;font-size:12px;color:#6b7280}.notice-meta-excerpt{display:none}.notice-row-right{flex:0 0 auto;display:flex;align-items:center;gap:4px;font-size:13px;color:#6b7280}.dot{color:#d1d5db}.notice-back-btn{display:inline-flex;align-items:center;gap:6px;background:transparent;border:none;border-radius:0;padding:0;color:#2563eb;font-size:14px;font-weight:500;cursor:pointer}.notice-back-btn:hover{text-decoration:underline}.notice-detail-card{background:#fff;border-radius:18px;padding:24px 24px 28px;border:1px solid #e3e7f0;box-shadow:0 12px 30px #0f172a14;margin-top:16px}.notice-detail-title{margin:0 0 8px;font-size:22px;font-weight:700;color:#111827}.notice-detail-meta{font-size:13px;color:#6b7280;display:flex;align-items:center;gap:4px;margin-bottom:16px}.notice-detail-image{margin:12px 0 20px;border-radius:12px;overflow:hidden;background:#f1f5f9}.notice-detail-image img{width:100%;display:block}.notice-detail-content p{margin:0 0 8px;font-size:14px;line-height:1.7;color:#111827}.notice-detail-content.ql-editor{border:none!important;padding:0!important;font-size:15px;line-height:1.75;color:#1e293b;min-height:unset}.notice-detail-content.ql-editor img{max-width:100%;height:auto;border-radius:8px;margin:8px 0}.notice-row-main{display:flex;align-items:center;gap:12px;min-width:0}.notice-index{flex:0 0 auto;width:32px;text-align:center;font-size:14px;color:#9ca3af}.notice-row-title{font-size:15px;font-weight:500;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notice-no{flex:0 0 40px;text-align:center;font-size:14px;font-weight:600;color:#4b5563}.notice-row-title{flex:1;font-size:15px;font-weight:500;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notice-row-date{flex:0 0 auto;font-size:13px;color:#6b7280}.notice-delete-btn{flex:0 0 auto;margin-left:8px;padding:4px 10px;border-radius:999px;border:none;background:transparent;color:#ef4444;font-size:13px;cursor:pointer}.notice-delete-btn:hover{background:#ef444414}.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media(pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.admin-page{min-height:calc(100vh - 64px);background:#f5f7fb;padding:40px 16px 60px}.admin-inner{max-width:1040px;margin:0 auto}.admin-title{font-size:26px;font-weight:700;margin-bottom:16px;color:#111827}.admin-section{margin-top:28px;padding:24px 28px;background:#fff;border-radius:18px;box-shadow:0 10px 30px #0f172a0f}.admin-section-title{font-size:18px;font-weight:600;margin-bottom:12px;color:#111827}.admin-section-desc{margin-bottom:12px;font-size:13px;color:#6b7280}.admin-error{margin-bottom:12px;padding:10px 12px;border-radius:10px;background:#fef2f2;color:#b91c1c;font-size:14px}.notice-form{display:flex;flex-direction:column;gap:16px}.form-row{display:flex;flex-direction:column;gap:6px}.form-row-inline{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.form-row label{font-size:14px;font-weight:600;color:#374151}.form-row input[type=text],.form-row input[type=file],.form-row select,.form-row textarea{font-size:14px;padding:9px 11px;border-radius:10px;border:1px solid #e5e7eb;outline:none;background:#f9fafb;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.form-row input[type=text]:focus,.form-row select:focus,.form-row textarea:focus{border-color:#203a55;background:#fff;box-shadow:0 0 0 1px #203a5514}.form-row textarea{resize:vertical;min-height:140px}.ql-container{border-radius:10px;border:1px solid #e5e7eb!important;background:#f9fafb}.ql-toolbar{border-radius:10px 10px 0 0}.admin-primary-btn{align-self:flex-start;margin-top:4px;padding:9px 20px;border-radius:999px;border:none;background:#203a55;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s ease,transform .05s ease}.admin-primary-btn:hover{background:#1a3044}.admin-primary-btn:active{transform:translateY(1px)}.admin-primary-btn:disabled{opacity:.6;cursor:default}.admin-secondary-btn{padding:8px 14px;border-radius:999px;border:1px solid #d1d5db;background:#fff;font-size:13px;font-weight:500;color:#374151;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.admin-secondary-btn:hover{background:#f3f4f6}.admin-secondary-btn.danger{border-color:#fecaca;color:#b91c1c}.admin-secondary-btn.danger:hover{background:#fef2f2}.admin-help-text{margin-top:4px;font-size:12px;color:#6b7280}.admin-program-list{margin-top:20px}.admin-subtitle{font-size:15px;font-weight:600;margin-bottom:8px;color:#111827}.program-post-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.program-post-item{display:flex;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:12px;border:1px solid #e5e7eb;background:#f9fafb}.program-post-main{flex:1 1 auto;min-width:0}.program-post-main h4{margin:0 0 4px;font-size:15px;font-weight:600}.program-post-date{margin:0 0 6px;font-size:12px;color:#6b7280}.program-post-content{font-size:13px;color:#374151}.program-post-side{flex:0 0 180px;display:flex;flex-direction:column;align-items:flex-end;gap:6px}.program-post-thumb{width:160px;height:100px;object-fit:cover;border-radius:10px}.program-post-buttons{display:flex;gap:6px}.admin-image-preview{margin-top:6px;display:flex;flex-wrap:wrap;gap:6px}.admin-image-preview-item{width:72px;height:72px;border-radius:8px;overflow:hidden;border:1px solid #e5e7eb;background:#f9fafb}.admin-image-preview-item img{width:100%;height:100%;object-fit:cover}.admin-table-wrapper{margin-top:10px;overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:14px}.admin-table thead{background:#203a55;color:#fff}.admin-table th,.admin-table td{padding:9px 10px;text-align:left;border-bottom:1px solid #e5e7eb;white-space:nowrap}.admin-table tbody tr:nth-child(2n){background:#f9fafb}@media(max-width:768px){.admin-page{padding:24px 12px 40px}.admin-section{padding:18px 16px}.admin-title{font-size:22px}.program-post-item{flex-direction:column}.program-post-side{align-items:flex-start}.program-post-thumb{width:100%;max-width:260px}}.program-category-list{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:6px}.program-category-item{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;border-radius:10px;border:1px solid #e5e7eb;background:#f9fafb}.program-category-label{font-size:13px;font-weight:500;color:#111827}.np-backdrop{position:fixed;inset:0;z-index:9999;display:flex;align-items:flex-end;justify-content:flex-end;padding:24px;pointer-events:none}.np-popup{pointer-events:auto;width:320px;background:#fff;border-radius:16px;box-shadow:0 8px 32px #00000026,0 2px 8px #00000014;overflow:hidden;border:1px solid rgba(37,99,235,.15);opacity:0;transform:translateY(20px);animation:popup-in .4s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes popup-in{to{opacity:1;transform:translateY(0)}}.np-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px 10px;background:linear-gradient(135deg,#1e3a8a,#2563eb)}.np-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#fff;letter-spacing:.05em}.np-badge:before{content:"";display:block;width:8px;height:8px;border-radius:50%;background:#fbbf24;box-shadow:0 0 6px #fbbf24cc;animation:pulse-dot 1.5s ease-in-out infinite}@keyframes pulse-dot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.7}}.np-close{background:transparent;border:none;color:#ffffffbf;font-size:20px;cursor:pointer;padding:0;line-height:1;transition:color .15s}.np-close:hover{color:#fff}.np-body{padding:16px 16px 12px;border-bottom:1px solid #f1f5f9}.np-title{font-size:14px;font-weight:600;color:#1e293b;margin:0 0 6px;line-height:1.5;word-break:keep-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.np-date{font-size:12px;color:#94a3b8;margin:0}.np-footer{display:flex;align-items:center;justify-content:space-between;padding:10px 16px 14px;gap:8px}.np-btn-dismiss{background:transparent;border:none;font-size:12px;color:#94a3b8;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px;transition:color .15s}.np-btn-dismiss:hover{color:#64748b}.np-btn-view{background:#2563eb;border:none;color:#fff;font-size:13px;font-weight:600;padding:8px 18px;border-radius:999px;cursor:pointer;transition:background .18s,box-shadow .18s;white-space:nowrap}.np-btn-view:hover{background:#1d4ed8;box-shadow:0 4px 14px #2563eb66}@media(max-width:480px){.np-backdrop{padding:16px;align-items:flex-end;justify-content:center}.np-popup{width:100%;max-width:360px}}.program-page{padding:40px 16px 80px;background:#fff}.program-inner{max-width:960px;margin:0 auto}.program-title{font-size:26px;font-weight:700;margin-bottom:16px;color:#203a55}.program-error{margin-bottom:12px;padding:10px 12px;border-radius:10px;background:#fef2f2;color:#b91c1c;font-size:14px}.program-article{padding:20px 0 24px;border-bottom:1px dashed #e5e7eb}.program-article:last-of-type{border-bottom:none}.program-article-title{font-size:18px;font-weight:600;margin:0 0 4px;color:#111827}.program-article-date{font-size:12px;color:#9ca3af;margin-bottom:10px}.program-article-content p{font-size:14px;line-height:1.7;color:#374151;margin:4px 0}.program-article-content ul{padding-left:20px;margin:6px 0 12px}.program-article-content li{font-size:14px;margin-bottom:4px}.program-article-content strong{font-weight:600}.program-article-content img{max-width:100%;height:auto;border-radius:10px;margin:8px 0}.program-image-grid{margin-top:12px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.program-image{width:100%;height:220px;object-fit:cover;border-radius:14px;box-shadow:0 4px 12px #0f172a1f;cursor:pointer;transition:transform .16s ease-out,filter .16s ease-out}.program-image:hover{transform:scale(1.03);filter:brightness(1.03)}.program-modal-backdrop{position:fixed;inset:0;background:#0f172a99;display:flex;align-items:center;justify-content:center;z-index:999}.program-modal{position:relative;background:#fff;border-radius:16px;padding:16px 16px 20px;max-width:960px;width:90vw;max-height:90vh;box-shadow:0 20px 40px #0f172a59}.program-modal-image{width:100%;max-height:80vh;object-fit:contain;border-radius:12px;display:block}.program-modal-close{position:absolute;top:8px;right:10px;border:none;background:transparent;font-size:26px;line-height:1;cursor:pointer;color:#4b5563}@media(max-width:600px){.program-page{padding:28px 14px 60px}.program-title{font-size:22px}.program-image{height:180px}}.global-page{padding:40px 16px 80px;background:#fff}.global-inner{max-width:960px;margin:0 auto}.global-title{font-size:26px;font-weight:700;margin-bottom:16px;color:#203a55}.global-error{margin-top:8px;padding:10px 12px;border-radius:10px;background:#fef2f2;color:#b91c1c;font-size:14px}.global-post-list{list-style:none;padding:0;margin:16px 0 0;display:flex;flex-direction:column;gap:24px}.global-post-item{padding-bottom:22px;border-bottom:1px dashed #e5e7eb}.global-post-title{font-size:18px;font-weight:600;margin:0 0 4px;color:#111827}.global-post-date{font-size:12px;color:#9ca3af;margin-bottom:10px}.global-post-content p{font-size:14px;line-height:1.7;color:#374151;margin:4px 0}.global-post-content ul{padding-left:20px;margin:6px 0 12px}.global-post-content li{font-size:14px;margin-bottom:4px}.global-post-content strong{font-weight:600}.global-post-content img{max-width:100%;height:auto;border-radius:10px;margin:8px 0}.global-gallery{margin-top:12px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.global-image{width:100%;height:200px;object-fit:cover;border-radius:12px;box-shadow:0 4px 10px #0f172a1f}@media(max-width:600px){.global-page{padding:28px 14px 60px}.global-title{font-size:22px}.global-image{height:180px}}.license-page{padding:40px 16px 80px;background:#fff}.license-inner{max-width:960px;margin:0 auto}.license-title{font-size:26px;font-weight:700;margin-bottom:16px;color:#203a55}.license-error{margin-top:8px;padding:10px 12px;border-radius:10px;background:#fef2f2;color:#b91c1c;font-size:14px}.license-post-list{list-style:none;padding:0;margin:16px 0 0;display:flex;flex-direction:column;gap:24px}.license-post-item{padding-bottom:22px;border-bottom:1px dashed #e5e7eb}.license-post-title{font-size:18px;font-weight:600;margin:0 0 4px;color:#111827}.license-post-date{font-size:12px;color:#9ca3af;margin-bottom:10px}.license-post-content p{font-size:14px;line-height:1.7;color:#374151;margin:4px 0}.license-post-content ul{padding-left:20px;margin:6px 0 12px}.license-post-content li{font-size:14px;margin-bottom:4px}.license-post-content strong{font-weight:600}.license-post-content img{max-width:100%;height:auto;border-radius:10px;margin:8px 0}.license-gallery{margin-top:12px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.license-image{width:100%;height:200px;object-fit:cover;border-radius:12px;box-shadow:0 4px 10px #0f172a1f}@media(max-width:600px){.license-page{padding:28px 14px 60px}.license-title{font-size:22px}.license-image{height:180px}}.class-page{padding:40px 16px 80px;background:#fff}.class-inner{max-width:960px;margin:0 auto}.class-title{font-size:26px;font-weight:700;margin-bottom:16px;color:#203a55}.class-error{margin-top:8px;padding:10px 12px;border-radius:10px;background:#fef2f2;color:#b91c1c;font-size:14px}.class-post-list{list-style:none;padding:0;margin:16px 0 0;display:flex;flex-direction:column;gap:24px}.class-post-item{padding-bottom:22px;border-bottom:1px dashed #e5e7eb}.class-post-title{font-size:18px;font-weight:600;margin:0 0 4px;color:#111827}.class-post-date{font-size:12px;color:#9ca3af;margin-bottom:10px}.class-post-content p{font-size:14px;line-height:1.7;color:#374151;margin:4px 0}.class-post-content ul{padding-left:20px;margin:6px 0 12px}.class-post-content li{font-size:14px;margin-bottom:4px}.class-post-content strong{font-weight:600}.class-post-content img{max-width:100%;height:auto;border-radius:10px;margin:8px 0}.class-gallery{margin-top:12px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.class-image{width:100%;height:200px;object-fit:cover;border-radius:12px;box-shadow:0 4px 10px #0f172a1f}@media(max-width:600px){.class-page{padding:28px 14px 60px}.class-title{font-size:22px}.class-image{height:180px}}.walk-hero{margin-bottom:32px}.walk-hero h1{font-size:26px;margin-bottom:8px;color:#203a55}.walk-subtitle{font-size:15px;color:#4b5563;margin-bottom:4px}.walk-desc{font-size:15px;line-height:1.7;color:#374151;margin-top:8px}.walk-gallery-section{margin-top:24px}.walk-gallery-section h2{font-size:18px;margin-bottom:6px;color:#111827}.walk-gallery-caption{font-size:14px;color:#6b7280;margin-bottom:16px}.walk-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.walk-gallery-item{border:none;padding:0;margin:0;background:transparent;cursor:pointer;border-radius:16px;overflow:hidden;background:#f3f4f6;aspect-ratio:4 / 3;box-shadow:0 4px 10px #0f172a14}.walk-gallery-item img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .18s ease-out,filter .18s ease-out}.walk-gallery-item:hover img{transform:scale(1.04);filter:brightness(1.05)}.walk-modal-backdrop{position:fixed;inset:0;background:#0f172a99;display:flex;align-items:center;justify-content:center;z-index:999}.walk-modal{position:relative;background:#fff;border-radius:16px;padding:16px 16px 20px;max-width:960px;width:90vw;box-shadow:0 20px 40px #0f172a4d}.walk-modal-image{width:100%;max-height:80vh;object-fit:contain;border-radius:12px}.walk-modal-close{position:absolute;top:8px;right:10px;border:none;background:transparent;font-size:26px;line-height:1;cursor:pointer;color:#4b5563}.walk-modal-caption{margin-top:10px;font-size:14px;color:#4b5563;text-align:center}@media(max-width:600px){.walk-page{padding:28px 14px 60px}.walk-hero h1{font-size:22px}.walk-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}.walk-page{padding:40px 16px 80px}.walk-inner{max-width:1080px;margin:0 auto}.walk-hero h1{font-size:28px;margin-bottom:16px}.walk-content{line-height:1.7;font-size:15px}.walk-gallery-section{margin-top:40px}.walk-gallery-caption{font-size:14px;color:#666;margin-bottom:12px}.walk-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.walk-gallery-item{padding:0;border:none;background:none;cursor:pointer}.walk-gallery-item img{width:100%;height:220px;object-fit:cover;border-radius:12px;display:block}.walk-modal-backdrop{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:999}.walk-modal{position:relative;max-width:900px;max-height:90vh;background:#fff;border-radius:14px;padding:16px;box-shadow:0 10px 30px #00000040}.walk-modal-image{max-width:100%;max-height:75vh;object-fit:contain;display:block;margin:0 auto}.walk-modal-close{position:absolute;top:8px;right:12px;border:none;background:none;font-size:26px;cursor:pointer}.walk-modal-caption{margin-top:8px;font-size:14px;text-align:center;color:#555}.journal-page{padding:40px 16px 80px}.journal-inner{max-width:960px;margin:0 auto}.journal-inner h1{font-size:24px;margin-bottom:10px;color:#203a55}.journal-intro{font-size:15px;line-height:1.7;color:#374151;margin-bottom:24px}.journal-section h2{font-size:18px;margin-bottom:6px;color:#111827}.journal-caption{font-size:14px;color:#6b7280;margin-bottom:18px}.journal-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:18px}.journal-list li h3{font-size:16px;margin-bottom:4px}.journal-list li p{font-size:14px;line-height:1.6;color:#374151;margin:2px 0}.journal-list li{padding-bottom:10px;border-bottom:1px dashed #e5e7eb}@media(max-width:600px){.journal-page{padding:28px 14px 60px}.journal-inner h1{font-size:22px}}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2) format("woff2");font-weight:100;font-display:swap}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2) format("woff2");font-weight:200;font-display:swap}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2) format("woff2");font-weight:300;font-display:swap}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2) format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2) format("woff2");font-weight:500;font-display:swap}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2) format("woff2");font-weight:600;font-display:swap}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2) format("woff2");font-weight:700;font-display:swap}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2) format("woff2");font-weight:800;font-display:swap}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2) format("woff2");font-weight:900;font-display:swap}html,body{margin:0;padding:0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;overflow-x:hidden}button,input,textarea,select{font-family:inherit}.subpage-offset{padding-top:68px}.page-with-footer{min-height:calc(100vh - 68px);display:flex;flex-direction:column}.page-with-footer>main.notice-page{flex:1}
