{
  "version": "1.0.0",
  "lastUpdated": "2026-03-24",
  "brands": {
    "insurance": {
      "name": "서울대보험쌤",
      "colors": {
        "primary": "#1B2A4A",
        "secondary": "#C9A84C",
        "accent": "#E8D5A3",
        "background": "#FFFFFF",
        "backgroundDark": "#0D1B2A",
        "text": "#1A1A1A",
        "textLight": "#FFFFFF",
        "gradient": ["#1B2A4A", "#2C4A7C"]
      },
      "fonts": {
        "heading": "Pretendard Bold",
        "subheading": "Pretendard SemiBold",
        "body": "Pretendard Regular",
        "accent": "Noto Sans KR Bold"
      },
      "logo": {
        "path": "assets/logos/insurance-logo.png",
        "width": 120,
        "height": 40
      },
      "style": {
        "borderRadius": "8px",
        "shadowLevel": "medium",
        "imageFilter": "none",
        "tone": "premium-corporate"
      }
    },
    "pension": {
      "name": "서울대연금쌤",
      "colors": {
        "primary": "#2D5A3D",
        "secondary": "#8BC34A",
        "accent": "#C5E1A5",
        "background": "#FFFFFF",
        "backgroundDark": "#1B3A2A",
        "text": "#1A1A1A",
        "textLight": "#FFFFFF",
        "gradient": ["#2D5A3D", "#4CAF50"]
      },
      "fonts": {
        "heading": "Pretendard Bold",
        "subheading": "Pretendard SemiBold",
        "body": "Pretendard Regular",
        "accent": "Noto Sans KR Bold"
      },
      "logo": {
        "path": "assets/logos/pension-logo.png",
        "width": 120,
        "height": 40
      },
      "style": {
        "borderRadius": "12px",
        "shadowLevel": "light",
        "imageFilter": "warm",
        "tone": "trustworthy-warm"
      }
    },
    "default": {
      "name": "기본 브랜드",
      "colors": {
        "primary": "#333333",
        "secondary": "#666666",
        "accent": "#007AFF",
        "background": "#FFFFFF",
        "backgroundDark": "#1A1A1A",
        "text": "#1A1A1A",
        "textLight": "#FFFFFF",
        "gradient": ["#333333", "#666666"]
      },
      "fonts": {
        "heading": "Pretendard Bold",
        "subheading": "Pretendard SemiBold",
        "body": "Pretendard Regular",
        "accent": "Noto Sans KR Medium"
      },
      "logo": {
        "path": "assets/logos/default-logo.png",
        "width": 120,
        "height": 40
      },
      "style": {
        "borderRadius": "4px",
        "shadowLevel": "none",
        "imageFilter": "none",
        "tone": "neutral"
      }
    }
  },
  "shared": {
    "sizes": {
      "meta_ad_square": {"width": 1080, "height": 1080},
      "meta_ad_story": {"width": 1080, "height": 1920},
      "meta_ad_landscape": {"width": 1200, "height": 628},
      "card_news": {"width": 1080, "height": 1080},
      "banner": {"width": 1200, "height": 400}
    },
    "spacing": {
      "xs": "4px",
      "sm": "8px",
      "md": "16px",
      "lg": "24px",
      "xl": "32px",
      "xxl": "48px"
    },
    "typography": {
      "headingSize": "48px",
      "subheadingSize": "32px",
      "bodySize": "24px",
      "captionSize": "18px",
      "ctaSize": "28px"
    },
    "effects": {
      "shadows": {
        "none": "none",
        "light": "0 2px 8px rgba(0,0,0,0.1)",
        "medium": "0 4px 16px rgba(0,0,0,0.15)",
        "heavy": "0 8px 32px rgba(0,0,0,0.25)"
      },
      "overlays": {
        "dark": "rgba(0,0,0,0.5)",
        "light": "rgba(255,255,255,0.3)",
        "gradient": "linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.7) 100%)"
      }
    },
    "blog": {
      "typography": {
        "titleSize": "28px",
        "subtitleSize": "20px",
        "bodySize": "14px",
        "lineHeight": 1.6
      },
      "spacing": {
        "padding": "32px",
        "elementGap": "16px"
      },
      "maxItems": {
        "comparison": 8,
        "checklist": 10,
        "process_flow": 6,
        "chart": 8,
        "infographic": 6
      },
      "colors": {
        "background": "linear-gradient(135deg, #0a0a1a 0%, #0d1b3e 50%, #0a0a1a 100%)",
        "titleColor": "#ffffff",
        "bodyColor": "#ffffff",
        "accentPrimary": "#C8A96E",
        "accentSecondary": "#4f8ef7",
        "checkGreen": "#22c55e",
        "cardBg": "rgba(255,255,255,0.05)"
      }
    }
  }
}
