:root{--blue:#4f9bd6;--blue-dark:#2f6fa8;--blue-light:#eaf4fb;--green:#2f8f4e;--green-dark:#226b3a;--green-light:#eef8ef;--ink:#1f2a37;--muted:#5b6672;--bg:#fff;--bg-soft:#f7faf8;--border:#e3e9e6;--shadow:0 10px 30px -12px #1f2a372e;--radius:20px;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:16px/1.6 Pretendard,Apple SD Gothic Neo,Noto Sans KR,system-ui,sans-serif}*{box-sizing:border-box}body{margin:0}h1,h2,h3,h4{letter-spacing:-.02em;color:var(--ink);margin:0;font-weight:700}p{margin:0}ul{margin:0;padding:0;list-style:none}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font:inherit}.container{width:100%;max-width:1140px;margin:0 auto;padding:0 24px}.eyebrow{color:var(--green-dark);background:var(--green-light);border:1px solid #2f8f4e40;border-radius:999px;align-items:center;gap:8px;margin-bottom:16px;padding:6px 16px;font-size:14px;font-weight:700;display:inline-flex}.section{padding:96px 0}.section-head{text-align:center;max-width:640px;margin:0 auto 56px}.section-head h2{margin-bottom:14px;font-size:clamp(28px,3.4vw,38px)}.section-head p{color:var(--muted);font-size:17px}.section-alt{background:var(--bg-soft)}@media (width<=720px){.section{padding:64px 0}}.btn{cursor:pointer;border:2px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:700;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg, var(--blue) 0%, var(--green) 100%);color:#fff;box-shadow:0 12px 24px -10px #2f8f4e73}.btn-outline{border-color:var(--border);color:var(--ink);background:#fff}.btn-outline:hover{border-color:var(--blue);color:var(--blue-dark)}.btn-sm{padding:10px 20px;font-size:14px}.link-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:600}.link-btn:hover{color:var(--blue-dark)}.link-btn--danger{color:#c0392b;margin-top:8px}.link-btn--danger:hover{color:#922b21}.site-header{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffd9;border-bottom:1px solid #0000;transition:border-color .2s,box-shadow .2s;position:sticky;top:0}.site-header.is-scrolled{border-color:var(--border);box-shadow:0 6px 20px -14px #1f2a374d}.site-header__inner{align-items:center;gap:24px;height:76px;display:flex}.brand{color:var(--ink);align-items:center;gap:10px;margin-right:auto;font-size:20px;font-weight:800;display:flex}.brand img{object-fit:contain;width:36px;height:36px}.nav ul{gap:32px;display:flex}.nav a{color:var(--muted);font-size:15px;font-weight:600;transition:color .15s}.nav a:hover{color:var(--blue-dark)}.nav-auth{flex-shrink:0;align-items:center;display:flex}.nav-auth-mobile{display:none}.menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;display:none}.menu-toggle span{background:var(--ink);border-radius:2px;width:100%;height:2px}@media (width<=860px){.nav-auth{display:none}.menu-toggle{display:flex}.nav{border-bottom:1px solid var(--border);background:#fff;max-height:0;transition:max-height .25s;position:absolute;top:76px;left:0;right:0;overflow:hidden}.nav.is-open{max-height:360px}.nav ul{flex-direction:column;gap:0;padding:8px 24px 20px}.nav a{border-bottom:1px solid var(--border);padding:12px 0;display:block}.nav-auth-mobile{padding:12px 0;display:block}.nav-auth-mobile .link-btn{padding:0}}.hero{background:radial-gradient(circle at 85% 20%,#2f8f4e1a,#0000 55%),radial-gradient(circle at 15% 80%,#4f9bd61f,#0000 55%);padding:72px 0 40px}.hero__inner{grid-template-columns:1.1fr .9fr;align-items:center;gap:48px;display:grid}.hero__text h1{margin-bottom:20px;font-size:clamp(34px,4.6vw,54px);line-height:1.18}.hero__text p{color:var(--muted);max-width:520px;font-size:18px;line-height:1.7}.hero__actions{flex-wrap:wrap;gap:14px;margin-top:32px;display:flex}.hero__infinity{opacity:.9;width:140px;margin-top:40px}.hero__visual{justify-content:center;align-items:center;display:flex;position:relative}.hero__visual img{z-index:1;width:100%;max-width:420px;position:relative}.hero__blob{background:linear-gradient(135deg, var(--blue-light), var(--green-light));z-index:0;border-radius:50% 50% 45% 55%/55% 45%;position:absolute;inset:6% 10%}@media (width<=900px){.hero__inner{text-align:center;grid-template-columns:1fr}.hero__text p{margin-inline:auto}.hero__actions{justify-content:center}.hero__infinity{margin-inline:auto}.hero__visual img{max-width:300px}}.values-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.value-card{border:1px solid var(--border);border-radius:var(--radius);text-align:center;background:#fff;padding:32px 24px;transition:transform .2s,box-shadow .2s}.value-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.value-card__icon{background:var(--blue-light);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:16px;font-size:26px;display:inline-flex}.value-card h3{margin-bottom:8px;font-size:18px}.value-card p{color:var(--muted);font-size:14px}@media (width<=860px){.values-grid{grid-template-columns:repeat(2,1fr)}}.programs-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.program-card{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;flex-direction:column;padding:32px;display:flex}.program-card__head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.program-card__tag{background:linear-gradient(135deg, var(--blue), var(--green));color:#fff;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;font-weight:800;display:inline-flex}.program-card__icon{object-fit:contain;width:44px;height:44px}.program-card h3{margin-bottom:6px;font-size:20px}.program-card__meta{color:var(--green-dark);margin-bottom:18px;font-size:13px;font-weight:700}.program-card ul{flex-direction:column;gap:12px;display:flex}.program-card li{color:var(--muted);padding-left:18px;font-size:14.5px;line-height:1.6;position:relative}.program-card li:before{content:"";background:var(--blue);border-radius:50%;width:6px;height:6px;position:absolute;top:8px;left:0}@media (width<=960px){.programs-grid{grid-template-columns:1fr}}.character__grid{background:linear-gradient(160deg, var(--blue-light), var(--green-light));border-radius:28px;grid-template-columns:repeat(6,1fr);gap:16px;padding:32px 24px;display:grid}.character__grid-item{flex-direction:column;align-items:center;gap:10px;margin:0;display:flex}.character__grid-item img{width:100%;max-width:150px}.character__grid-item figcaption{border:1px solid var(--border);color:var(--blue-dark);white-space:nowrap;background:#fff;border-radius:999px;padding:8px 16px;font-size:13px;font-weight:700}@media (width<=860px){.character__grid{grid-template-columns:repeat(3,1fr)}}@media (width<=520px){.character__grid{grid-template-columns:repeat(2,1fr)}}.knit-goods__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.knit-goods__item{border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;margin:0;overflow:hidden}.knit-goods__item img{aspect-ratio:1;object-fit:cover;width:100%;display:block}.knit-goods__item figcaption{text-align:center;color:var(--blue-dark);padding:12px 16px;font-size:14px;font-weight:700}@media (width<=860px){.knit-goods__grid{grid-template-columns:repeat(2,1fr)}}.pamphlet__frame{border:1px solid var(--border);border-radius:var(--radius);cursor:zoom-in;width:100%;max-width:900px;box-shadow:var(--shadow);background:#fff;margin:0 auto;padding:0;display:block;position:relative;overflow:hidden}.pamphlet__frame img{width:100%}.pamphlet__hint{color:#fff;background:#1f2a37bf;border-radius:999px;padding:8px 14px;font-size:13px;position:absolute;bottom:16px;right:16px}.pamphlet__actions{justify-content:center;margin-top:28px;display:flex}.lightbox{z-index:100;background:#0a0e14e0;justify-content:center;align-items:center;padding:40px 20px;display:flex;position:fixed;inset:0}.lightbox img{object-fit:contain;border-radius:12px;max-width:min(1100px,100%);max-height:90vh}.lightbox__close{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;width:44px;height:44px;font-size:18px;position:absolute;top:24px;right:24px}.effects-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.effect-card{border:1px solid var(--border);background:#fff;border-radius:16px;align-items:flex-start;gap:16px;padding:24px;display:flex}.effect-card__num{color:#0000;-webkit-text-stroke:1.4px var(--green);flex-shrink:0;font-size:22px;font-weight:800}.effect-card p{color:var(--ink);font-size:15px;line-height:1.6}@media (width<=960px){.effects-grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.effects-grid{grid-template-columns:1fr}}.footer{background:var(--ink);color:#ffffffbf;padding:40px 0}.footer__inner{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.footer__brand{align-items:center;gap:14px;display:flex}.footer__brand img{object-fit:contain;background:#fff;border-radius:10px;width:40px;height:40px;padding:4px}.footer__brand strong{color:#fff;font-size:16px}.footer__brand p{margin-top:2px;font-size:13px}.footer__contact{color:#fff;border-bottom:1px solid #ffffff59;margin-left:auto;padding-bottom:2px;font-size:14px;font-weight:600;transition:color .15s,border-color .15s}.footer__contact:hover{color:var(--blue);border-color:var(--blue)}.footer__infinity{opacity:.5;width:64px}.footer__copyright{border-top:1px solid #ffffff1f;width:100%;margin-top:8px;padding-top:20px;font-size:13px}@media (width<=640px){.footer__infinity{display:none}}.page-banner{border-radius:16px;width:100%;height:auto;margin-bottom:28px;display:block}.page-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:40px;display:flex}.page-head h1{font-size:clamp(26px,3.2vw,34px)}.auth-page__inner{justify-content:center;display:flex}.auth-card{border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:420px;box-shadow:var(--shadow);text-align:center;background:#fff;padding:40px}.auth-card h1{margin-bottom:10px;font-size:26px}.auth-card__sub{color:var(--muted);margin-bottom:28px;font-size:14.5px}.auth-form{text-align:left;flex-direction:column;gap:16px;display:flex}.auth-form label{color:var(--ink);flex-direction:column;gap:6px;font-size:13.5px;font-weight:700;display:flex}.auth-form input,.board-form input,.board-form textarea,.comment-form textarea,.upload-form input[type=text]{font:inherit;border:1px solid var(--border);color:var(--ink);background:#fff;border-radius:10px;padding:12px 14px}.auth-form input:focus,.board-form input:focus,.board-form textarea:focus,.comment-form textarea:focus,.upload-form input:focus{outline:2px solid var(--blue);outline-offset:1px}.auth-form .btn{margin-top:4px}.auth-form__error{color:#c0392b;font-size:13.5px}.auth-card__foot{color:var(--muted);margin-top:24px;font-size:14px}.auth-card__foot a{color:var(--blue-dark);font-weight:700}.board-empty{color:var(--muted);text-align:center;padding:40px 0}.pending-badge{color:#a15c00;background:#fff3e0;border:1px solid #a15c0040;border-radius:999px;align-items:center;padding:8px 16px;font-size:13px;font-weight:700;display:inline-flex}.board-list{border-top:1px solid var(--border);flex-direction:column;display:flex}.board-list li{border-bottom:1px solid var(--border)}.board-list__row{justify-content:space-between;align-items:center;gap:16px;padding:18px 4px;display:flex}.board-list__row:hover .board-list__title{color:var(--blue-dark)}.board-list__title{font-weight:700;transition:color .15s}.board-list__meta{color:var(--muted);flex-shrink:0;font-size:13.5px}.board-form{flex-direction:column;gap:18px;max-width:720px;display:flex}.board-form label{flex-direction:column;gap:6px;font-size:14px;font-weight:700;display:flex}.board-form textarea{resize:vertical;font-family:inherit;line-height:1.6}.board-form__actions{justify-content:flex-end;display:flex}.board-detail{max-width:720px}.board-detail__back{color:var(--muted);margin-bottom:24px;font-size:14px;font-weight:600;display:inline-block}.board-detail__post h1{margin-bottom:8px;font-size:28px}.board-detail__content{border-top:1px solid var(--border);color:var(--ink);margin-top:24px;padding-top:24px;line-height:1.8}.board-detail__comments{margin-top:48px}.board-detail__comments h2{margin-bottom:16px;font-size:18px}.comment-list{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}.comment-list__item{background:var(--bg-soft);border-radius:12px;padding:16px 18px}.comment-list__item>div{align-items:baseline;gap:10px;margin-bottom:6px;display:flex}.comment-list__author{font-size:14px;font-weight:700}.comment-list__date{color:var(--muted);font-size:12.5px}.comment-list__item p{font-size:14.5px;line-height:1.6}.comment-form{flex-direction:column;gap:12px;display:flex}.comment-form textarea{resize:vertical;font-family:inherit}.comment-form .btn{align-self:flex-end}.upload-form{background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius);flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:12px;padding:20px;display:flex}.upload-form__file{flex-direction:column;gap:4px;font-size:13px;font-weight:700;display:flex}.upload-form input[type=text]{flex:180px}.upload-form select,.upload-form input[type=date]{font:inherit;border:1px solid var(--border);color:var(--ink);background:#fff;border-radius:10px;padding:12px 14px}.photo-group{margin-top:32px}.photo-group__label{border-bottom:1px solid var(--border);margin-bottom:16px;padding-bottom:10px;font-size:18px}.photo-grid__activity{color:var(--green-dark);font-size:12px;font-weight:700;display:block}.photo-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;display:grid}.photo-grid__item{border:1px solid var(--border);background:#fff;border-radius:16px;margin:0;position:relative;overflow:hidden}.photo-grid__delete{color:#fff;background:#111111a6;border:none;border-radius:999px;padding:4px 12px;font-size:12px;font-weight:700;position:absolute;top:10px;right:10px}.photo-grid__delete:disabled{opacity:.5}.photo-grid__item img{aspect-ratio:4/3;object-fit:cover;width:100%}.photo-grid__item figcaption{color:var(--muted);justify-content:space-between;gap:8px;padding:10px 14px;font-size:13px;display:flex}.photo-grid__uploader{color:var(--green-dark);flex-shrink:0;font-weight:600}@media (width<=640px){.board-list__row{flex-direction:column;align-items:flex-start;gap:4px}.auth-card{padding:28px 24px}}.admin-table__wrap{border:1px solid var(--border);border-radius:var(--radius);overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;font-size:14px}.admin-table th,.admin-table td{text-align:left;white-space:nowrap;padding:14px 18px}.admin-table td input,.admin-table td select{font:inherit;border:1px solid var(--border);background:#fff;border-radius:6px;width:100%;min-width:90px;padding:6px 8px;font-size:13px}.admin-table thead{background:var(--bg-soft)}.admin-table th{color:var(--muted);font-size:12.5px;font-weight:700}.admin-table tbody tr{border-top:1px solid var(--border)}.admin-table__actions{gap:14px;display:flex}.admin-table__actions .link-btn:disabled{opacity:.35;cursor:not-allowed}.admin-badge{color:var(--blue-dark);background:var(--blue-light);border-radius:999px;margin-left:8px;padding:2px 10px;font-size:11px;font-weight:700;display:inline-block}.status-badge{border-radius:999px;padding:4px 12px;font-size:12.5px;font-weight:700;display:inline-block}.board-editor{border:1px solid var(--border);background:#fff;border-radius:10px;overflow:hidden}.board-editor__toolbar{border-bottom:1px solid var(--border);background:var(--bg-soft);flex-wrap:wrap;align-items:center;gap:6px;padding:8px 10px;display:flex}.board-editor__toolbar button{min-width:32px;height:32px;color:var(--ink);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;padding:0 8px;font-size:13px}.board-editor__toolbar button:hover{border-color:var(--border);background:#fff}.board-editor__toolbar button.is-active{background:var(--blue-light);border-color:var(--blue);color:var(--blue-dark)}.board-editor__divider{background:var(--border);width:1px;height:22px;margin:0 2px}.board-editor__colors{align-items:center;gap:6px;display:flex}.board-editor__color-swatch{border:1px solid #00000026;border-radius:50%;width:20px;min-width:20px;height:20px;padding:0}.board-editor__color-reset{color:var(--muted);font-size:12px}.board-editor__content{min-height:220px;color:var(--ink);padding:16px;line-height:1.8}.board-editor__content:focus{outline:none}.board-editor__content p{margin:0 0 12px}.board-editor__content ul,.board-editor__content ol{margin:0 0 12px;padding-left:22px}.board-editor__content img,.board-editor__image{border-radius:8px;max-width:100%;margin:8px 0}.board-editor__content p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:var(--muted);pointer-events:none;height:0}.admin-nav{border-bottom:1px solid var(--border);gap:8px;margin:20px 0 28px;display:flex}.admin-nav__tab{color:var(--muted);border-bottom:2px solid #0000;margin-bottom:-1px;padding:10px 4px;font-size:14px;font-weight:700}.admin-nav__tab+.admin-nav__tab{margin-left:14px}.admin-nav__tab.is-active{color:var(--blue-dark);border-bottom-color:var(--blue)}.admin-comment-list{flex-direction:column;gap:12px;margin:8px 0;padding:0;list-style:none;display:flex}.admin-comment-list li{border:1px solid var(--border);background:var(--bg-soft);border-radius:10px;padding:12px 14px}.admin-comment-list p{color:var(--ink);margin:6px 0 8px}.hours-toolbar{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:20px;display:flex}.hours-toolbar select{border:1px solid var(--border);height:40px;font:inherit;background:#fff;border-radius:10px;min-width:240px;padding:0 12px}.hours-toolbar__total{color:var(--green-dark);font-weight:700}.hours-form{background:var(--bg-soft);border-radius:12px;flex-wrap:wrap;gap:10px;margin-bottom:24px;padding:16px;display:flex}.hours-form input{font:inherit;border:1px solid var(--border);background:#fff;border-radius:8px;padding:10px 12px}.hours-form input[type=date]{flex:0 0 160px}.hours-form input[type=datetime-local]{flex:0 0 200px}.hours-form input[type=number]{flex:0 0 100px}.hours-form input[type=text]{flex:160px}.hours-form select{border:1px solid var(--border);height:40px;font:inherit;background:#fff;border-radius:8px;flex:0 0 200px;padding:0 10px}.hours-section-title{margin:32px 0 14px;font-size:18px}.hours-section-title:first-of-type{margin-top:0}.hours-form--bulk{align-items:flex-end}.hours-form--bulk .member-check-list,.hours-form--bulk .board-form__actions{flex:1 0 100%}.member-check-list{border:1px solid var(--border);background:#fff;border-radius:10px;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px 16px;max-height:260px;padding:14px;display:grid;overflow-y:auto}.member-check-list__item{cursor:pointer;align-items:center;gap:8px;font-size:14px;display:flex}.leave-summary{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-bottom:28px;display:grid}.leave-summary__card{background:var(--bg-soft);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:6px;padding:16px 18px;display:flex}.leave-summary__card span{color:var(--muted);font-size:13px}.leave-summary__card strong{color:var(--ink);font-size:22px}.status-badge{border-radius:999px;align-items:center;padding:4px 12px;font-size:12.5px;font-weight:700;display:inline-flex}.status-badge--pending{color:#a15c00;background:#fff3e0}.status-badge--approved{color:var(--green-dark);background:#e8f6ee}.status-badge--rejected{color:#c0392b;background:#fdecea}.status-badge__note{color:var(--muted);margin-top:4px;font-size:12.5px}.activity-item-list{flex-direction:column;gap:8px;max-width:480px;margin:24px 0 0;padding:0;list-style:none;display:flex}.activity-item-list li{border:1px solid var(--border);background:#fff;border-radius:10px;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.local-news__desc{color:var(--muted);margin:-12px 0 24px;font-size:14.5px}.local-news__search{border:1px solid var(--border);height:40px;font:inherit;background:#fff;border-radius:10px;flex:220px;max-width:320px;padding:0 14px}.empty-state{flex-direction:column;align-items:center;gap:8px;padding:32px 0;display:flex}.empty-state img{width:96px}.empty-state p{color:var(--muted);margin:0;font-size:14.5px}.auth-card__mascot{width:110px;margin:0 auto 12px}.support-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:32px;display:grid}.support-card{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;padding:24px}.support-card h3{margin-bottom:14px;font-size:17px}.support-card__placeholder{border:2px dashed var(--border);height:160px;color:var(--muted);text-align:center;background:var(--bg-soft);border-radius:14px;justify-content:center;align-items:center;font-size:14px;display:flex}.support-card__note{color:var(--muted);margin-top:12px;font-size:13.5px}.support-contact{background:var(--bg-soft);border-radius:var(--radius);text-align:center;padding:24px}.support-contact h3{margin-bottom:10px;font-size:17px}.support-contact a{color:var(--blue-dark);font-weight:700}@media (width<=720px){.support-grid{grid-template-columns:1fr}}
