section.footer{height: unset !important ; max-width: unset !important; padding: unset !important;}
footer{}
footer .wrap{height: unset !important ; max-width: unset !important; padding: unset !important;}

footer .top{background-color: #F4F3F8;}
footer .top .top-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    font-size: 16px;
    max-width: 1340px;
    margin: 0 auto;
    padding: 40px 16px;
}
footer .top .top-inner .logo{
    max-width: 60px;
    height: auto;
}
footer .top .top-inner .logo img{
    filter: grayscale(100%);
    width: 100%;
}
footer .top .top-inner .txt{
    gap: unset;
}
footer .top .top-inner .txt .txt-top a{
    font-weight: bold;
}
footer .top .top-inner .txt .txt-top{
    display: flex;
    gap: 16px;
    padding-bottom: 16px;
}
footer .top .top-inner .txt .txt-top .el{}
footer .top .top-inner .txt .txt-btm{
    display: flex;
    font-size: 13px;
    flex-direction: column;
    gap: 8px;
}
footer .top .top-inner .txt .txt-btm .el{}

footer .btm{
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #35318F;
}
footer .btm p{
    text-align: center;
    padding: 8px 0;
    color: #fff;
    font-weight: lighter;
    font-size: 12px;
}
@media(min-width:1200px){

    footer .top .top-inner .logo{
        max-width: max-content;
        height: auto;
    }
    footer .top .top-inner {
        display: flex;
        flex-direction: row;
        gap: 44px;
        justify-content: unset;
        align-items: center;
        font-size: 16px;
        max-width: 1340px;
        margin: 0 auto;
        padding: 80px 16px;
    }
    footer .top .top-inner .txt .txt-top{
        display: flex;
        gap: 16px;
        font-weight: bold;
        padding-bottom: 16px;
    }
    footer .top .top-inner .txt .txt-top .el{}
    footer .top .top-inner .txt .txt-btm{
        flex-direction: row;
        gap: 16px;
        font-size: 16px;
    }
    footer .btm p{
        padding: 16px 0;
        font-size: 16px;
    }
}