@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/
.list_gray_light{
	width: 1024px;
	margin:auto;
}
.subject{
	text-align: center;
}
.subject h2{
	color: #9F003F;
}
.subject h3{
	color: #8EB100;
}
.subject p{
	color: #5F5F5F;
	padding: 0 32px;
}

.canvas_post h2{
	color: #9F003F;
}
.canvas_post h3{
	font-weight: lighter;
	margin-bottom: 50px;
}
.list_gray_light ul{
	display: grid;
	grid-template-columns:repeat(auto-fit, minmax(300px, 300px));
	gap:30px;
	justify-content:center;
	list-style-type:none;
	padding: 0;
	margin:0;
	margin-top: 80px;
}
.post_image{
	/*width: 300px;*/
	height: 300px;
	margin:auto;
}
.post_image:before{
	width: 300px;
	height: 300px;
	margin:auto;
	position: absolute;
	content: "";
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+50,000000+100&0+50,1+100 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 50%,rgba(0,0,0,0.6) 100%); 
}
.post_image img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.post_image .text {

}
.post_image .text h3 {
	width: 270px;
	position: relative;
	bottom: 58px;
	margin:auto;
	color: #fff;
	line-height: 2.8rem;
}
.post_image .text h6{
	width: 270px;
	position: relative;
	top: -50px;
	margin:auto;
	color:#FFCF4F;
}
.post_image .text h6:hover{
	/*color:#9F003F;*/
}
/*-------------------------------------------- 
	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) {
}