.site-footer {
  width: 100%;
  background: #000;
  padding: 30px 20px;
  text-align: center;
  color: #fff;
}

.site-footer .footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.site-footer .footer-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #ffd700; /* 노란색 강조 */
  margin-bottom: 10px;
}

.site-footer a {
  color: #ffd700;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.site-footer small {
  display: block;
  margin-top: 15px;
  font-size: 0.85rem;
  color: #aaa;
}
