@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/
.list_gray_light {
	/*width:100%;*/
}
.list_gray_light li .post_text{
	float: left;
	/*width: calc( 100% - 250px );*/
	padding: 20px;
}


.label_title h2{
	text-align: center;
	color: #9F003F;
	margin: 30px 0;
}
.canvas_post h3{
	font-weight: lighter;
	margin: 10px 0;
}

.label_combobox_year{
	border-left:5px solid #8EB100;
}
.list_gray_light ul {
    width: 1024px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.list_gray_light li {
	/*overflow: hidden;
	margin: 20px 0;
	width: 100%;
	box-shadow: 0px 0px 5px 2px #DDD;*/
	margin: 20px 0;
	box-shadow: 0 0 5px 2px #ddd;
	overflow: hidden;
	position: relative;
	float: left;
	width: 100%;
	padding: 16px 0;
	border-bottom: 1px solid #efefef;
}
.list_gray_light ul li:hover{
	background: none;
}
.list_gray_light a{
	display: flex;
}
.list_gray_light li .post_image{
	display: flex;
	flex-shrink:0;
	width: 226px;
	height: 226px;
	margin-right: 20px;
	align-self: center;
}
.list_gray_light li .post_image img{
	width: 100%;
	object-fit:cover;
}


.list_gray_light li .post_text h4{
	color: #000;
	display: none;
}
.list_gray_light li .post_text h3{
	color: #9F003F;
}
.list_gray_light li .post_text p{
	color: #606060;
}


/*.list_gray_light li .post_text .post_title{
	font-size: 2.2rem;
	font-weight: 400;
	margin: 4px 0;
	padding: 0 0 0px 0;
}
.list_gray_light li .post_text .post_content{
	overflow:hidden;
	display: -webkit-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.list_gray_light li .post_text .post_more{
	float: right;
	margin: 8px 0 0 0;
	color: #FF0031;
	cursor: pointer;
}*/



.events_album{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 300px 300px;
	gap:10px;
	margin-bottom: 50px;
}
.events_album img{
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.list_blue01_vert li .post_text{
	float: left;
	/*width: calc( 100% - 250px );*/
	padding: 20px;
}
.list_blue01_vert a{
	display: flex;
}
.list_blue01_vert li .post_image{
	display: flex;
	flex-shrink:0;
	width: 226px;
	height: 226px;
	margin-right: 20px;
	align-self: center;
}
.list_blue01_vert li .post_image img{
	width: 100%;
	object-fit:cover;
}

/*-------------------------------------------- 
	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) {
	.tab_box{
		width: 100%;
	}
	.content_image_ask img{
		width: 100%;
	}
	.post_list::after{
		height: 150px;
	}
	.label_combobox_year{
		margin: 0 50px;
	}
	.list_gray_light ul{
		width: 100%;
	}
	.list_gray_light ul {
		width: 90%;
	}

	.list_blue01_vert ul {
		width: 90%;
	}
}

/*iPad*/
@media screen and (max-width: 1023px) {
	.sec_1 .content_l_box{
		padding: 25px;
	}
	.label_combobox_year{
		margin: 0 25px;
	}

}
/*iPhone*/
@media screen and (max-width: 767px) {
	.sec_1 .content_r_box{
		flex:1;
		grid-area:2 / 1 / 3 / 2;
		text-align: center;
	}
	.content_image_ask img{
		width: 100%;
	}
	.label_combobox_year{
		margin:0 10px;
		padding: 10px;
	}
	.year_select{
		width: 100%;
		max-width: 100%;
	}
	.list_gray_light a{
		flex-direction:column;
	}
	.post_list::after{
		width: 767px;
		height: 100px;
	}
	.list_gray_light li .post_text{
		padding: 20px 10px;
	}
	.label_combobox_year{
		margin: 0 10px;
	}

	.list_blue01_vert a{
		flex-direction:column;
	}
	.list_blue01_vert li .post_text{
		padding: 20px 10px;
	}
}