@charset "utf-8";

/*
* vw 단위 사용법
* 80px => calc(80 * var(--vw));
*/

.imc__img {
    padding-top: calc(52 * var(--vw));
}