.elementor-kit-44{--e-global-color-primary:#2D5A3D;--e-global-color-secondary:#C49A3C;--e-global-color-text:#1E2A22;--e-global-color-accent:#C49A3C;--e-global-color-24cb6440:#4054B2;--e-global-color-612a6427:#23A455;--e-global-color-5da9ef4f:#000;--e-global-color-6f6bd1a4:#FFF;--e-global-color-6ff3f7ee:#1A6C7A;--e-global-color-5ed84fb:#607060;--e-global-color-5d0f612:#2D5A3D;--e-global-color-4ef09e9:#3D7A52;--e-global-color-acde42c:#C49A3C;--e-global-color-8c885de:#DEBB6E;--e-global-color-a0c6d5f:#1E2A22;--e-global-color-87d6203:#607060;--e-global-color-9af4922:#F7F9F7;--e-global-typography-primary-font-family:"Noto Serif KR";--e-global-typography-primary-font-size:32px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.2px;--e-global-typography-secondary-font-family:"Noto Sans KR";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.6px;--e-global-typography-text-font-family:"Noto Sans KR";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-9af4922 );color:#1E2A22;font-family:"Noto Serif KR", Sans-serif;font-size:16px;line-height:1.6em;}.elementor-kit-44 e-page-transition{background-color:#FFBC7D;}.elementor-kit-44 button,.elementor-kit-44 input[type="button"],.elementor-kit-44 input[type="submit"],.elementor-kit-44 .elementor-button{border-style:solid;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1100px;}.e-con{--container-max-width:1100px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */:root {
  --spch-bg:           #F7F9F7;
  --spch-card:         #FFFFFF;
  --spch-accent:       #2D5A3D;
  --spch-accent-soft:  rgba(45,90,61,0.06);
  --spch-gold:         #C49A3C;
  --spch-gold-light:   #DEBB6E;
  --spch-text:         #1E2A22;
  --spch-muted:        #607060;
  --spch-border:       #D8E2DA;
  --spch-border-light: #E8EFE9;
}

/* ── 공통 카드 스타일 ── */
.spch-card {
  background: var(--spch-card);
  border-radius: 8px;
  border: 1px solid var(--spch-border);
  overflow: hidden;
  transition: box-shadow 0.2s;
}

/* ── 배지 ── */
.spch-badge { display:inline-block; padding:2px 8px; border-radius:4px; font-size:11px; font-weight:600; font-family:'Noto Sans KR',sans-serif; }
.spch-badge-공지 { background:#D1FAE5; color:#065F46; }
.spch-badge-봉사 { background:#DBEAFE; color:#1E40AF; }
.spch-badge-나눔 { background:#D1FAE5; color:#065F46; }
.spch-badge-모집 { background:#FEF3C7; color:#92400E; }

/* ── 반응형 ── */
@media (max-width: 768px) {
  .spch-desktop-nav { display: none !important; }
  .spch-hamburger   { display: block !important; }
}/* End custom CSS */