#footer {
    display: none;
    position: relative;
    background-color: rgb(0, 0, 0);
    bottom: -1px;
    width: 100%;
    height: auto;
    padding: 15px 0;
}

.foo-logoBox {
    padding-top: 47px;
    padding-left: 100px;
}
.foo-logoBox img{
    width: 220px;
    height: 39px;
}
.foo-contentBox {
    padding-top: 54px;
    padding-left: 60px;
}

.foo-companyName {
    padding-bottom: 20px;
    font-size: 19px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
}

.foo-companyBottom {
    padding-top: 25px;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.502);
    line-height: 1.667;
    text-align: left;
}

.foo-companyInfo {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.502);
    line-height: 1.667;
    text-align: left;
}
