@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: 0px;
	 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;
}
.mask{
	/*margin-top: 10px;*/
}
.list_gray_light ul h5{
	font-weight: bold;
	color: #000;
}
.list_gray_light ul h4{
	line-height: 24px;
	color: #873E6B;
}

.events_content{
	margin-top: 30px;
}

.events_img_content{
	display: grid;
	grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));
	gap:20px;
}

.images{
	display: flex;
	justify-content:space-evenly;
	gap:10px;
	margin-top: 10px;
}
.images img{
	width: 0;
	flex:1;
}


.content{
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	text-align: center;
}
.video h4{
	margin-top: 10px;
}


.flex{
	display: flex;
}
.flex img{
	width: 100%;
}
/*-------------------------------------------- 
	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%;
	}
	.images{
		flex-wrap:wrap;
	}
}
