:root{
    --bg-color : #000000;
    --main-color :  #000000;
    --sub-color : #000000;
    --main-img : ;
    --succ-color : #00BB13;
    
    /* PC body */
    --bg-color-pc-r1: ;
    --bg-img-pc-r1: ;
    --bg-color-pc-r2: ;
    --bg-img-pc-r2: ;
    --bg-color-pc-r3: var(--bg-color-pc-r1) ;
    --bg-img-pc-r3: var(--bg-img-pc-r1) ;

    /* text */
    --text-main: #FFFFFF;
    --text-sub: #FFFFFF;

    /* btn */
    --main-btn: ;
    --submit-btn: ;

    /* pop up bg */
    --pop-up-bg-img: linear-gradient(180deg, #303030, #131313);
    --pop-up-bg-layer: rgba(0, 0, 0, 0.6);

    /* header */
    --header-bg-color: var(--main-color);
    --header-bg-img: ;
    --header-position-logo: ;
    --header-language-icon: var(--main-color);

    /* marqueen */
    --marqueen-bg-color: var(--main-color);
    --marqueen-bg-img: ;
    --marqueen-box-shadow: var(--sub-color);
    --text-marquee: var(--main-color);

    /* jackpot text color */
    --jackpot-pool-text-1: #FFE3C2;
    --jackpot-pool-text-2: #FEEFA8;
    --jackpot-pool-text-3: #FAB260;

    /* live transition */
    /* live 1 */
    --live1-box-shadow: var(--sub-color);
    --live1-box-border: var(--sub-color);
    --live1-bg-color: var(--main-color);
    --live1-bg-img: ;
    --text-live1-title: var(--text-sub);
    --live1-top-up-bg-color: var(--succ-color) ;
    --live1-top-up-bg-img: ;
    --text-live1-topup: var(--text-main);
    --live1-win-bg-color: var(--sub-color);
    --live1-win-bg-img: ;
    --text-live1-win: var(--main-text);
    --text-live1-user: var(--main-text);
    --text-live1-price: var(--text-live1-title);
    /* live 2 */
    --live2row-bg-color: ;
    --live2row-bg-color: ;
    --text-live2-user: var(--text-main);
    --text-live2-gtype: var(--text-sub);
    --text-live2-price-mega: var(--text-live2-gtype);
    --text-live2-price: var(--text-live2-user);

    /* date time */
    /* dt1 */
    --text-dt-1: var(--text-sub);
    --dt1-bg-color: ;
    --dt1-bg-img: ;
    --dt1-position: center;
    /* dt2 */
    --text-dt2-text: var(--text-main);
    --text-dt2-time: var(--text-dt2-text);
    --text-dt2-weekday: var(--text-dt2-text);
    --text-dt2-day: var(--text-dt2-text);
    --text-dt2-month: var(--text-dt2-text);
    --dt2-box-shadow: var(--sub-color);
    --dt2-box-border: var(--sub-color);
    --dt2-bg-color: ;
    --dt2-bg-img: ;
    --dt2-time-bg-color: var(--sub-color);
    --dt2-time-bg-img: ;
    --dt2-dt-position: row;
    /* dt3 */
    --text-dt3-text: var(--text-main);
    --text-dt3-time: var(--text-dt3-text);
    --text-dt3-date: var(--text-dt3-text);

    /* login bar */
    /* lb1 */
    --lb1-box-shadow: var(--sub-color);
    --lb1-box-border: var(--sub-color);
    --lb1-bg-color: ;
    --lb1-bg-img: ;
    --lb1-inner-position: column;
    --lb1-content-position: row;
    --text-lb1-main: var(--text-main);
    --text-lb1-balance: var(--text-sub);
    /* lb2 */
    --lb2-box-shadow: var(--sub-color);
    --lb2-box-border: var(--sub-color);
    --lb2-bg-color: ;
    --lb2-bg-img: ;
    --lb2-position: column;
    --lb2-content-position: column;
    --text-lb2-balance: var(--text-main);
    --text-lb2-currency: var(--text-lb2-amount);
    --text-lb2-amount: var(--text-sub);

    /* footer */
    --footer-bg-color: var(--sub-color);
    --footer-bg-img: ;

    /* game option */
    --game-cs-num : 3 ;
    --game-gs-num : 3 ;

    /* promo */
    --text-pm1-title: var(--text-main);
    --text-pm1-sub-title: var(--text-sub);
    --promo-list-num: 4;

    /* qna */
    --qna-bg: var(--main-color);
}
