/* Common Footer Style Page */
#footer {
  height: 10rem;
  font-size: 1rem;
  background: var(--Secondary-900);
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 0.625rem;
  width: 100%;
  max-width: 1920px;
  padding: 2rem 12.5rem;
  margin: 0 auto;
}
.ft-menu {
  display: flex;
  gap: 1.875rem;
}
.ft-menu-text {
  color: var(--Secondary-200);
}
.ft-copyright {
  color: var(--Secondary-400);
}
.ft-social {
  display: flex;
  gap: 0.75rem;
}
.social-icon-img {
  width: 100%;
  height: 1.25rem;
}
