.footer {
  width: 100%;
  background-color: #1a1a1a; /* 사진 속 진회색 배경 */
  padding: 40px 0; /* 상하 여백을 살짝 줄임 */
  color: #ffffff;
  text-align: center;
  font-family: 'Pretendard', sans-serif;
  border-top: 1px solid #333333;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
}

.social-links {
  margin-bottom: 20px; /* 아이콘 아래 간격 살짝 축소 */
}

.social-links a {
  color: #ffffff;
  font-size: 20px;
}

/* 줄 간격 핵심 수정 부분 */
.info {
  line-height: 1.8; /* 기존 2에서 1.5로 축소 (글자 높이 조절) */
  font-size: 13px;
}

.info p {
  margin: 2px 0; /* 문단 위아래 여백을 2px로 최소화 (줄 사이 간격 체감 감소) */
}

.company-name {
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: px; /* 제목과 본문 사이 간격 */
}

.hosting {
  margin-top: 4px;
  font-size: 11px;
}

.footer-nav {
  margin-top: 25px; /* 정보 영역과 하단 메뉴 사이 간격 */
  margin-bottom: 25px;
}

.footer-nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  margin: 0 12px;
}

.footer-nav a:hover {
  color: #ffffff;
}