
html,body, * { font-family: Arial, Helvetica, sans-serif !important; }
.uk-navbar-container { background: #fff; border-bottom: 1px solid #e5e7eb; }
.uk-section-muted { background: #f8fbff; }
.uk-logo { font-weight: 700; }
.hero-overlay { background: rgba(0,0,0,.35); }
.hero-title, .hero-lead { color:#fff; text-shadow: 0 1px 2px rgba(0,0,0,.3); }
.badge { display:inline-block; padding:4px 10px; border-radius:999px; background:rgba(255,255,255,.2); color:#fff; border:1px solid rgba(255,255,255,.4); margin-right:6px; }
.footer { border-top:1px solid #e5e7eb; color:#6b7280; }
.table th, .table td { vertical-align: top; }

/* Sponsor logos smaller and uniform */
.sponsor {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;       /* 원하는 높이로 줄임 */
}
.sponsor img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
