@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 .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 .main_blue_btn{
	margin: 10px 0;
}

.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_form {
	padding: 60px 0;
	margin: 0;
}
/*-------------------------------------------- 
	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) {
	
}
