footer {
    width: 100%;
    color: white;
    background-color: #282828;
}

footer a:hover {
    color: white;
}

footer .top {
    display: flex;
    text-align: left;
    justify-content: space-between;
    padding: 4vw 16%;

}

footer .top p {
    margin: 1vw;
}

footer .topLeft {
    display: flex;
    justify-content: space-between;
    width: 60%;
}

footer .topRight {
    position: relative;
    width: 30%;
}

footer .bottom {
    padding: 0 16%;
    text-align: left;
}

footer .bottom p {
    padding: 1vw;
}

footer .line {
    width: 1px;
    height: inherit;
    background-color: gray;
}

footer .button {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: gray;
    padding: 4px;
    margin-right: 1vw;
    position: relative;
}

footer .button:hover {
    cursor: pointer;
}

footer .button img {
    width: 100%;
    height: 100%;
}

footer .EWMBox {
    position: absolute;
    width: 400%;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

footer .EWMBox img {
    width: 100%;
    height: 100%;
}

footer .footListItem {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

footer .line2 {
    width: 100%;
    height: 1px;
    background-color: gray;
}

footer .bottom a {
    color: gray;
    margin: 0 1vw;
}

footer .bottom a:hover {
    color: white;
}