/* 랜딩·사용 페이지 공용 푸터 스타일 (템플릿: templates/core/_site_footer.html)
   landing.css / main.css 어느 쪽과 함께 로드돼도 동일하게 보이도록 자체 완결형으로 작성한다. */
.site-footer {
  background: #14181f;
  color: #aeb6c4;
  padding: 44px 0;
  font-size: 14px;
  line-height: 1.65;
  font-family: "Pretendard Variable", Pretendard, "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif;
  text-align: left;
}

.site-footer-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}

.site-footer-col {
  float: none;
}

.site-footer strong {
  color: #fff;
  font-size: 15px;
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}

.site-footer-pick {
  color: #008acb;
}

.site-footer a {
  color: #aeb6c4;
  text-decoration: none;
}

.site-footer a:hover {
  color: #fff;
}

.site-footer-copy {
  font-size: 12.5px;
  color: #6b7484;
  margin: 6px 0 0;
}
