@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/
.list_gray_light{
	width: 1024px;
	margin:auto;
}
.canvas_post h2{
	color: #8EB100;
	text-align: center;
	margin-bottom: 80px;
}
.canvas_post h3{
	color: #8E204D;
	margin-top: 30px;
	margin-bottom:30px;
}
.canvas_post h4{
	margin-top: 15px;
	margin-bottom:15px;
}
.canvas_post h4{
	margin-top: 10px;
	margin-bottom:10px;
}
.home_about{
	list-style: none;
	padding: 0;
	display: flex;
	justify-content:space-evenly;
	gap:10px;
}
/*-------------------------------------------- 
	Media Queries 
---------------------------------------------*/
/* Portrait and Landscape */
/*@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}*/

/*iPad Pro*/
@media screen and (max-width: 1279px) {
	.list_gray_light{
		width: 100%;
	}
}

/*iPad*/
@media screen and (max-width: 1023px) {
}
/*iPhone*/
@media screen and (max-width: 767px) {
	.home_about{
	flex-wrap:wrap;
	}
}