.notice-box {
  background: #111827;
  color: #f9fafb;
  padding: 2rem;
  border-radius: 1.5rem;
  max-width: 700px;
  margin: auto;
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 1.7;
  font-size: 1rem;
}

.notice-box h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
}

.notice-box h3 {
  font-size: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  border-left: 5px solid #3b82f6;
  padding-left: 0.75rem;
  color: #facc15;
}

.notice-box ol {
  padding-left: 1.25rem;
}

.notice-box li {
  margin-bottom: 1rem;
}

.notice-box strong {
  color: #ffffff;
  font-weight: 700;
}

.notice-box u {
  text-decoration: underline;
  color: #f87171;
}