@charset "utf-8";

/* 메인(index) 콘텐츠 섹션 공통 상하·좌우 여백 (메인 배너 제외) */
:root {
    --index-section-pt: 80px;
    --index-section-pb: 80px;
    --index-section-px: 24px;
}

@media (max-width: 1024px) {
    :root {
        --index-section-px: 20px;
    }
}
