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

.post_list{
	color: #888;
}
.post_list .content_box{
	/*max-width: 900px;*/
	margin: 0 auto;
	display: grid;
	gap:4px;
	grid-template-columns:repeat(auto-fill , minmax(70px,1fr) );
	grid-auto-rows:100px;
}
.content_box .content_items{
	display: flex;
	position: relative;
	justify-content:center;
	/*box-sizing:border-box;*/
}

.content_box .content_items h5{
	position: absolute;
	align-self: center;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 700;
	/*text-shadow: black 0.2em 0.2em 0.2em;*/
	text-shadow: 0 0 0.6em #333, 0 0 0.6em #333, 0 0 0.6em #333;
}
.content_box .content_items h5 a{
	color: #fff;
}
.content_box .content_items:hover:before{
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	content:"";
	background: rgba(0,0,0,0.4);
}
.content_box img{
	width: 100%;
	   object-fit: cover; /* also try `contain` and `fill` */
}
.items_1 , .items_2 , .items_3,.items_4,.items_5,.items_6{
	grid-column:auto / span 4;
	grid-row:auto / span 2;
}
.items_7 , .items_8 , .items_9,.items_10{
	grid-column:auto / span 3;
	grid-row:auto / span 2;
}

.post_list p{
	max-width: 700px;
	margin: 0px auto;
	/*padding: 0 20px;*/
	color: #888;
	line-height: 2;
}
.post_list ul.content_list{
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}
.post_list ul.content_list li {
	float: left;
	width: 100%;
	max-width: 320px;
	min-height: 200px;
	margin: 14px 26px;
	text-align: justify;
}

.sec_1{
	width: 100%;
}
.sec_1 .content_image{
	text-align: center;
}

.csr_title2.csr_title2{
	margin: 60px 0 24px 0;
}

.sec_2 .content_box{
	padding: 0px 20px;
}
.sec_4 .content_box{
	padding: 0px 20px;
}

.green_box{
	display: none;
}
.quality_box{
	display: none;
}
.csr_org_box{
	display: none;
}
.charitable_box{
	display: none;
}
.ability_box{
	display: none;
}
.employee_box{
	display: none;
}
.supply_box{
	display: none;
}
.environmental_box{
	display: none;
}
.catagory_box {
    font-size: 14px;
    /* float: right; */
    margin: 0 0 0 20px;
    cursor: pointer;
}

/*-------------------------------------------- 
	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) {
	.post_list .content_box{
		grid-template-columns:repeat(auto-fill , minmax(50px,1fr) );
	}
	.items_1, .items_2, .items_3, .items_4, .items_5, .items_6{
		grid-column:auto / span 4;
	}
}

/*iPad*/
@media screen and (max-width: 1023px) {
	.post_list .content_box{
		grid-template-columns:repeat(auto-fill , minmax(56px,1fr) );
	}
}


/*iPhone*/
@media screen and (max-width: 767px) {
	.post_list .content_box{
		grid-template-columns:repeat(auto-fill , minmax(140px,1fr) );
		gap:10px;
	}
	.items_1, .items_2, .items_3, .items_4, .items_5, .items_6{
		grid-column:auto / span 4;
	}
	.items_7, .items_8, .items_9, .items_10{
		grid-column:auto / span 4;
	}
	.post_list ul.content_list li {
		/*float: left;*/
		width: auto;
		/*max-width: 320px;*/
		min-height: inherit;
		height: auto;
		margin: 0px 0px;
		/*text-align: justify;*/
	}

	.post_list h2{
		font-size: 2.4rem;
		/*margin: 0 0 24px 0;*/
		/*text-align: center;*/
	}

	.sec_1{
		margin: 0 0 80px 0
	}
}