/* CSS 공통 변수 */
:root {
    --pc-width: 1920px;
    --container-width: 1824px;
    --padding-side: 48px;
    --content-width: 1390px;
} 