@charset "utf-8";

:root {
    --family-light: 'Malgun Gothic', '맑은 고딕', HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif;
    --family-regular: 'Malgun Gothic', '맑은 고딕', HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif;
    --family-medium: 'Malgun Gothic', '맑은 고딕', HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif;
    --family-bold: 'Malgun Gothic', '맑은 고딕', HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif;

    --weight-light: 300;
    --weight-regular: 400;
    --weight-medium: 500;
    --weight-bold: 700;

    --rgb-color1: 0, 0, 0;

    --color1: #000;
    --color2: #000;
    --adm-color: #388cf1;
    --p-btn: none;
    --layout-width: 1200px;
    --main-width: 1000px;
    --sst-height: 50px;

    --scrollbar-width: 5px;
    --scrollbar-color: #ccc;
    --scrollbar-hover-color: #999;

    --order-color1: #3682dc;
    --order-color2: #418dee;

    --cancel-color1: #e42664;
    --cancel-color2: #e93e76;

    --refund-color1: #ca1c1c;
    --refund-color2: #d84040;

    --exchange-color1: #4d32f1;
    --exchange-color2: #5941ee;

    --pc-c-color: #22ac38;
    --pc-c-bg: #eff9f1;

    --pc-e-color: #e60012;
    --pc-e-bg: #fef7f8;

    --pc-p-bg: #ffffe6;
}