.web-footer{
    display: block;
    margin: 0 auto;
    color: var(--sg-colorlight);
    background: var(--sg-color-brand);
}
.web-footer .web-footer-box{
    align-items: inherit;
    padding-top: 1.5rem;
}
.web-footer .web-footer-box ul{
    width: calc(25% - 0.8rem);
}
.web-footer .web-footer-box,
.web-footer .created-box{
    max-width: 1317px;
    margin: 0 auto;
}
.web-footer h2{
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: left;
    height: 45px;
}
.web-footer ul a{
    font-size: 0.9rem;
    color: var(--sg-colorlight);
    padding: 0.3rem 0rem;
}
.web-footer .web-footer-box ul.about .logo{
    padding-bottom: 1rem;
}
.web-footer .web-footer-box ul.about .logo a{
    padding: 0.5rem;
    margin: 0rem;
    border-radius: 0.3rem;
    display: block;
    max-width: 200px;
    background: var(--sg-colorlight);
}
.web-footer .web-footer-box ul.about p{
    line-height: 1.6;
}
.web-footer .web-footer-box ul.download .follow-list a{
    background: var(--sg-bglight);
    margin-right: 0.3rem;
}
.web-footer .web-footer-box ul.download .follow-list a path{
    stroke: var(--sg-color-brand);
}
.web-footer .web-footer-box ul.download .download-list a{
    max-width: 100px;
    margin: 0rem;
    margin-right: 0.8rem;
}
.web-footer .created-box{
    padding: 2rem 0rem;
}
.web-footer .created-box blockquote p{
    font-size: 0.8rem;
}
@media only screen and (max-width: 1317px) {
    .web-footer .web-footer-box{
        margin: 0rem 0.5rem;
    }
    .web-footer .created-box{
        margin: 0rem 0.5rem;
    }
}
@media only screen and (max-width: 800px){
    .web-footer .web-footer-box{
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        display: grid;
        gap: 0.8rem;
    }
    .web-footer .web-footer-box ul{
        width: 100%;
    }
} 
@media only screen and (max-width: 650px){
    .web-footer .web-footer-box{
        margin: 0rem 0.8rem;
    }
    .web-footer .created-box{
        margin: 0rem 0.8rem;
    }
}