.main-footer {
  background-color: #fff;
  padding-bottom: 64px;
}

.footer-contents {
  max-width: 1160px;
  margin: 0 auto;
}

.footer-menu {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.main-footer .footer-menu ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-footer .footer-menu li {
  white-space: nowrap;
}

/* SNS 링크 */
.footer-sns {
  display: flex;
  gap: 12px;
}

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

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

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

.footer-about {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}

.foot-about-title {
  font-size: 13px;
  font-weight: 700;
  color: #5C5C5C;
}

.footer-about p {
  margin: 0;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  color: #5C5C5C;
}

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

.foot-about-top,
.foot-about-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 13px;
  gap: 5px;
  line-height: 1.5;
}

.footer-about-divider {
  color: #5C5C5C;
}

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

