@media (max-width: 767px) and (min-width: 320px) {  /*모바일 반응형*/

    footer p {
        margin-top: 0;
        scale: 0.75;
        width: 100%;
        height: auto;
        justify-self: center;
    }

    footer img {
        display: inline-block;
        scale: 1.6;
    }

    .un_scale {
        scale: 0.5;
        justify-content: center;
        justify-self: center;
    }

    .un_scale_0 {
        scale: 0.6;
        justify-content: center;
        justify-self: center;
    }

    .un_scale1 {
        scale: 0.7;
        justify-content: center;
        justify-self: center;
    }

    .un_scale2 {
        scale: 0.9;
        justify-content: center;
        justify-self: center;
    }
}