.site-footer{
  border-top: 1px solid var(--line);
  padding: 18px 0;
}
.footer-inner{
  display:flex;
  justify-content:space-between;
  gap:10px;
  flex-wrap:wrap;
}
.site-footer .footer-inner{
  display:flex;
  flex-direction:column;
  gap:10px;
  padding:18px 0;
}

.site-footer .footer-top{
  display:flex;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}

.site-footer .footer-links a{
  text-decoration:none;
}

.site-footer .footer-links .sep{
  opacity:.5;
  margin:0 6px;
}

.site-footer .footer-note{
  line-height:1.5;
}
