body {
	background-image: url("../image/background_1/main_bg_n24.png");
	background-repeat: no-repeat;
	background-size: cover; 
	/*
	background-image: url("../image/background_1/main_bg_n24.png");
	background-repeat: no-repeat;
	*/
}

/*螢幕寬度小於1024px(laptop dimension) 或 大於1920px(2K dimension) 轉BGimage加regulation, 以免BGimage重複 (針對Tablet等mobile devices & 4K dimension)*/
@media screen and (max-width:1023px), (min-width:1920px) {	
	body {
	background-image: url("../image/background_1/main_bg_n24_2x.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	}

	/*
	table {
	padding-right: 100;
	}
	*/
}
/*
@media screen and (max-width:1023px), (min-width:1920px) {
	body {
	background-image: url("../image/background_1/main_bg_n24_2x.png");
	background-repeat: no-repeat;
	background-size: cover 100%;
	background-position: left top;
	}
}
*/