:root{
	--bg_base: white;
	--bg_basedark: #f1f1f1;
	--bg_white: white;
	--bg_black: #444444;
	--bg_blackcalm: #7b7b7b;
	--bg_blackdark: #1e2b37;
	--bg_silverdark: silver;
	--bg_silver: #e7e7e7;
	--bg_silvercalm: #f7f7f7;
	--bg_silversoft: #F6F7FA;
	--bg_blue: #0943fe;
	--bg_bluecalm: #C6E7FD;
	--bg_bluesoft: #E6ECFF;
	--bg_red: #fb4131;
	--bg_redcalm: #ffd4d0;
	--bg_green: #2ecc71;
	--bg_greencalm: #9aecbd;
	--bg_orange: #e67e22;
	--bg_orangecalm: #ffe9d5;
	--bg_yellow: #ffdf00;
	--bg_yellowcalm: #ffe99a;
	--bg_aplus: #e4eaf1;
	--bg_line: #e4eaf1;
	--bg_forshadow: #c2c2c2;
	
	--bg_checking: #fffde4;
	--bg_decline: #ffdede;
	--bg_draft: #e3deff;
	--bg_coming: #f7f7f7;
	--bg_available: #d5e8ff;
	
	--bg_novel: #20bf6b;
	--bg_comic: #0fb9b1;
	--bg_script: #fa8231;
	--bg_flash: #eb3b5a;
	--bg_short: #A47E3B;
	--bg_poetry: #7f8c8d;
	--bg_article: #6ab04c;
	--bg_artwork: #a55eea;
	--bg_cart: #d7a92a;
	--bg_market: #d7a92a;
	
	--text_black: #1e2b37;
	--text_white: white;
	--text_silver: #999999;
	--text_hl: #7A7384;
	--text_blue: #0943fe;
	--text_red: #fb4131;
	--text_orange: #e67e22;
	--text_green: #2ecc71;
	--text_link: #0943fe;
	
	--shadow: 0px 0px 12px -1px rgba(13, 35, 140, 0.13);
	--shadow_btn: #b0b1b3;
	--transition: all 0.2s ease;
}