@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/

.list_gray_light ul{
	display: grid;
	 grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	 row-gap:30px;
	 justify-items:center;
	 padding:0;
	 list-style-type: none; 
}
.list_gray_light li {
	width: 260px;
}
.post_image{
	height: 260px;
}
.post_image img{
	width: 100%;
	height: 100%;
	 object-fit: cover;
	border-radius: 20px;
}
.list_gray_light ul li h3{
	color: #873E6B;
}
.list_gray_light ul li h4{
	color: #777;
}
.mask{
}
/*-------------------------------------------- 
	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) {
}*/

@media screen and (max-width: 999px) {

}
@media screen and (max-width: 1023px) {
	.group_box figure{
		padding: 24px 10px;
		margin: 7px;
	}
	.s1 , .s2{
		text-align: center;
	}
	.group_box .slide_box{
		width: 548px;
		margin: auto;
	}
}

/*iPhoe*/
@media screen and (max-width: 767px) {
	.organization_content{
		flex-direction:column;
		align-items:center;
	}
	.canvas_post figure{
		margin: 20px 0;
	}
	.organization_content .content_post{
		order:1;
		margin: 20px 0
	}
	.group_box .slide_box{
		justify-content:center;
		width: 100%;
	}
}
