footer {
  display: flex;
  background-color: #252B41;
  flex-direction: row;
  height: 50px;
  width: 100cqw;
  overflow: hidden;
}
footer #logoFooter {
  height: 48px;
  align-content: center;
}
footer #logoFooter img {
  max-height: 48px;
  max-width: 25vw;
  margin-left: 1.2em;
}
footer #copyrightSK {
  display: flex;
  height: 48px;
  flex-grow: 1;
  font-size: clamp(0.5em, 2.2vw, 1.2em);
  align-items: center;
  align-content: center;
  text-align: center;
  justify-content: center;
}
footer #copyrightSK p {
  margin: 0;
  padding: 0;
}
footer .footerMenu {
  margin: 0;
  padding: 0;
  display: flex;
  padding-right: 1.2em;
  justify-content: center;
  height: 48px;
  align-items: center;
  align-content: center;
  font-size: clamp(0.6em, 2.2vw, 1.2em);
}
footer .footerMenu a {
  margin: 0;
  padding: 0;
  align-items: center;
  align-content: center;
  padding-right: 12px;
  height: 48px;
  justify-content: center;
}