.main-footer {
  background-color: #fff;
  padding: 20px 16px 40px 16px;
}

.footer-contents {
  width: 100%;
  margin: 0 auto;
}

.footer-menu {
  margin-bottom: 24px;
  display: block;
}

.main-footer .footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
}

.main-footer .footer-menu li {
  padding: 4px 0;
}

.main-footer .footer-menu li a {
  font-size: 12px;
  color: #5C5C5C;
  padding: 8px 0;
}

/* SNS 링크 */
.footer-sns {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 0 auto;
  padding-top: 8px;
}

.footer-sns a {
  display: inline-block;
}

.footer-sns img {
  width: 48px;
  height: 48px;
}

.footer-sns a:hover {
  opacity: 0.8;
}

/* 한빛 정보 */
.footer-about {
  text-align: center;
  margin-top: 24px;
}

.company-info span, p {
  font-size: 13px;
  max-width: 600px;
  margin: 0 auto;
  color: #5C5C5C;
}

.company-info .company-title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #5C5C5C;
  margin-bottom: 12px;
}


.info-row {
  line-height: 1.2;
  margin: 4px auto;
}

.info-row .divider {
  margin: 0 2px;
  color: #CCCCCC;
  background: none;
}

.new-copyright {
  text-align: center;
  font-size: 13px;
  color: #5C5C5C;
  margin: 16px 0;
}

/* 개인정보처리방침과 고객센터 링크 강조 */
.main-footer .footer-menu li:nth-child(3) a,
.main-footer .footer-menu li:nth-child(5) a {
  font-weight: 700;
  text-decoration: underline;
}
