footer {
    padding: 1vw;
    height: 100%;
    display: flex;
    justify-content: space-around;
    background: #e7e7e7;
    line-height: 30px;
}

#footerItemTel, #footerItemInfo, #footerPolicy, #footerAgreement {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(14px, 1.5vw, 60px);
}

#policy, #agreement {
  text-decoration: none;
  color: black;
}