@charset "utf-8";

/* ============================================================
   COLOR.CSS  —  전역 컬러 변수
   Primary  : #F4A238  (오렌지)
   Secondary: #7D85FF  (퍼플블루)
   ============================================================ */

:root {

    /* ===== Brand ===== */
    --primary          : #E84519;
    --disapear:#8C8C8C;
    --banner-color: #FFDD55;
    --explan:#777777;
    --breadcrumb: #666666;
    --aticle-title:#222222;
    --sub-title:#555555;
    --title: #333333;
    --desc:#929292;
    --placehold:#959595;
    --white: #fff;
    --black: #000;


    --footer-background: #2D343F;

    /* ===== Transition ===== */
    --transition       : 0.2s ease;
    --transition-slow  : 0.35s ease;

    /* ===== Z-index ===== */
    --z-header         : 999;
    --z-dropdown       : 100;
    --z-modal          : 1000;
    --z-toast          : 1100;
}