@media (min-width: 240px) and (max-width:768px) {
    #footer {
        padding: 30px 0 60px;
    }
    #footer .innersize {
        flex-direction: column;
        align-items: center;
        gap: 25px;
        padding-bottom: 35px;
    }
    .f_logo {
        width: 120px;
        height: 36px;
    }
    .f_texts {
        text-align: center;
    }
    .f_links {
        justify-content: center;
        margin-bottom: 15px;
    }
    .info {
        font-size: 12px;
        line-height: 1.1rem;
    }
    .copyright {
        padding: 20px;
        font-size: 11px;
        line-height: 1rem;
    }
}