footer {
  height: 4.375rem;
  background-color: white;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-top: 1px solid var(--테두리선);
}
