@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/
.canvas_post p{
	color: #5B565A;
	font-size: 1.8rem;
	line-height: 2;
}
section img{
	max-width: 100%;
}
.enterprise_commit .title_1 h2:before{
	color: #00518C;
	font-weight:bold;
	/*content: "▎";*/
	content: "▏";
	margin-right: -16px;
}
.enterprise_commit .title_1 h2{
	color: #00518C;
	font-weight:bold;
}
.enterprise_commit .title_2 h2:before{
	color: #00A4B7;
	font-weight:bold;
	/*content: "▎";*/
	content: "▏";
	margin-right: -16px;
}
.enterprise_commit h4{
	color: #007AC6;
	text-align: center;
	margin-top: 40px;
}
.enterprise_commit .title_2 h2{
	color: #00A4B7;
	font-weight:bold;
}
/*
.enterprise_commit .text{
	flex	:1.2;
}
.enterprise_commit .min div:nth-child(2){
	flex:0.6;
}
.enterprise_commit .min .text p::first-letter{
	font-size:6rem;
	float: left;
	line-height: .7;
	margin: .2em;
}*/
.enterprise_commit .min{
	margin-top: 40px;
	/*display: flex;*/
}
.enterprise_commit .min .director {
	border-radius: 20px;
}
.enterprise_commit .content .images{
	margin-top: 20px;
}
.enterprise_commit .min .images img{
	width: 200px;
	float: right;
	margin-top: 30px;
}

.enterprise_commit .content{
	margin-top: 100px;
}


.enterprise_commit .csr_list{
	display: flex;
	list-style: none;
	text-align: center;
	padding: 0;
}
.enterprise_commit .csr_list li{
	margin: 10px;
}
.enterprise_commit .csr_list li img {
	margin: 0 0 8px 0;
	box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.6);
}

.enterprise_commit .content .images{
	margin-top: 30px;
}
.enterprise_commit .content .text{
	margin-top: 40px;
}
.enterprise_commit .content .images h4{
	color: #00A4B7;
	text-align:center;
	margin-top: 40px;
}
.enterprise_commit .content .images img:nth-child(2){
	margin-top: 40px;
}
.enterprise_commit .content .images img{
	margin-top: 60px;
}
.enterprise_commit .content .images h5{
	text-align: center;
	font-weight: 600;
}
/*-------------------------------------------- 
	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: 1279px) {

	}


	/*iPad*/
	@media screen and (max-width: 1023px) {

	}

	/*iPhoe*/
	@media screen and (max-width: 767px) {
		.enterprise_commit .csr_list{
			flex-direction:column;
		}
		.canvas_post img{
			width: 100%;
		}
	}
