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

/*-------------------------------------------- 
	內頁
---------------------------------------------*/
.canvas_post p{
	color: #5B565A;
	font-size: 1.8rem;
	line-height: 2;
}
section img{
	width: 100%;
}


.company_governance{
}

.company_governance .title{
	margin-top: 100px;
}

.company_governance .content .text{
	margin-top: 40px;
}
.company_governance .content .images{
	margin-top: 40px;
}
.company_governance h2 ,.company_governance h3{
	color: #007AC6;
	font-weight: bold;
}
.company_governance h2:before ,.company_governance h3:before{
	color: #007AC6;
	font-weight: bold;
	/*content: "▎";*/
	content: "▏";
	margin-right: -16px;
}
.company_governance div > ul{
	display: flex;
	padding: 0;
}
.company_governance div > ul > li{
	flex:1;
	margin:20px;
}
.company_governance div ul li ul{
	padding-left: 20px;
	list-style-type: disc;
}




/*-------------------------------------------- 
	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) {
	
}
