:root {
	--default_wd: 1500px;
	--max_top_bg: 1300px;
	--max_wd: 1300px;
	--max_wd2: 1000px;
	--hd_size: 80px;
	--hd_pd: 100px;
	--bg_top_space: 320px;
	--bon: Noto Sans KR, sans-serif;
	--neo: NanumSquareNeo;
	--bar: NanumBarunGothic, sans-serif;
	--GL: GmSansL;
	--GM: GmSansM;
	--GB: GmSansB;
	--sym_color:#0090fb;
	--max_step_wd: 1000px;
	--rdo_bg_off: #e9e9e9;
	--rdo_bg_on: #0093db;
	--rdo_color_off: #777;
	--rdo_color_on: #fff;
	--btn_bg_off: #0e60b5;
	--btn_bg_on: #0093db;
	--btn_color_off: #fff;
	--btn_color_on: #fff;
	--sta_ready: #ffb76b;
	--sta_ing: #77c551;
	--sta_stop: #43b8ff;
	--sta_end: #555;
	--topmenu-color: transparent;
	--in_bg_color: #fff;
	--bottom_padding: 590px;
	--nav_sel_line: #f4f4f4;
	--main-color-dark: #249700;
	--main-color_____back: #2bb300;
	--main-color-dark_____back: #249700;
	--main-color-tree: #333;
	--main-color-tree_point: #000;
	--main-color-tree-side: #474747;
	--bg_dark: rgba(0.0.0.0.4);
	--pop_head: #f5f3f3;
	--tree_line: rgba(255,255,255,0.07);
	--tree_line_on: rgba(255,255,255,0.15);
	--tree_pos1: 73px;
	--tree_pos2: 35px;
	--chk_bg: #999;
	--chk_bg_on: #0090fb;
}

@media screen and (max-width: 1160px) {
	:root {
		--default_wd: 100%;
		--bottom_padding: 270px;
		--nav_sel_line: #eee;
	}
}

@media screen and (max-width: 900px) {
	:root {
		--bottom_padding: 420px;
	}
}

@media screen and (max-width: 650px) {
	:root {
		--hd_size: 55px;
		--bottom_padding: 350px;
	}
}
