@charset "utf-8";
/*----- overview -----*/
/*--- milestone ---*/
/*.page_main_title.milestont_type{
	padding-top: 30px;
}*/
.milestone_up_text{
	/*margin-bottom: 55px;*/
	margin-bottom: 15px;
}
.milestone_open_title{
	padding: 13px 45px 13px 0;
	padding-top: 6px;
	padding-bottom: 6px;
	/*font-size: 36px;*/
	font-size: 18px;
	/*line-height: 1.5em;*/
	line-height: 30px;
	color: #e98121;
	position: relative;
	border-bottom: 1px solid #eceff1;
	cursor: pointer;
}
.milestone_open_title.first_type{
	border-top: 1px solid #eceff1;
}
.milestone_open_content{
	padding: 35px 0 20px 0;
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eceff1;
	display: none;
}
/*close btn*/
.milestone_close_btn{
	position: absolute;
	/*width: 24px;
	height: 24px;*/
	width: 18px;
	height: 18px;
	right: 20px;
	/*top: 28px;*/
	top: 11px;
}
.milestone_close_btn span{
	/*width: 24px;*/
	width: 18px;
	height: 2px;
	background: #d06e13;
	position: absolute;
	left: 0px;
	/*top: 12px;*/
	top: 9px;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
.milestone_close_btn span:last-child{
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}
.milestone_close_btn.open span:first-child{
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.milestone_close_btn.open span:last-child{
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}

/*樹狀年份*/
.milestone_tree_list{
  	width: 100%;
  	position: relative;
}
.milestone_tree_list:before{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	height: -webkit-calc(100% - 35px);
	height: -moz-calc(100% - 35px);
	height: calc(100% - 35px);
	background: #eceff1;
	position: absolute;
	top: 8px;
	left: 205px;
}
.milestone_tree_list li{
  	position: relative;
  	/*padding-bottom: 15px;*/
  	padding-bottom: 5px;
}
.milestone_tree_list li:before{
    content: '';
  	display: block;
  	width: 8px;
  	height: 8px;
  	background: #e98121;
  	border-radius: 50%;
  	position: absolute;
  	top: 8px;
  	left: 201px;
}
.milestone_tree_list .milestone_tree_left{
	float: left;
	width: 200px;
	padding-right: 15px;
}
.milestone_tree_list .milestone_tree_right{
	float: right;
	width: -webkit-calc(100% - 205px);
	width: -moz-calc(100% - 205px);
	width: calc(100% - 205px);
	padding-left: 30px;
	position: relative;
}
.milestone_tree_list li:last-child .milestone_tree_right:before{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	height: -webkit-calc(100% - 16px);
	height: -moz-calc(100% - 16px);
	height: calc(100% - 16px);
	position: absolute;
	left: 0;
	top: 16px;
	background: #fff;
}
.milestone_tree_left_table{
	margin-left: auto;
}
.milestone_tree_left_table td{
	padding-left: 15px;
}
@media screen and (max-width: 768px){
	.milestone_open_content{
		padding-top: 42px;
	}
	/*樹狀年份*/
	.milestone_tree_list:before{
		left: 75px;
	}
	.milestone_tree_list li:before{
	  	left: 71px;
	}
	.milestone_tree_list .milestone_tree_left{
		width: 70px;
	}
	.milestone_tree_list .milestone_tree_right{
		width: -webkit-calc(100% - 75px);
		width: -moz-calc(100% - 75px);
		width: calc(100% - 75px);
	}
	.milestone_tree_list .milestone_tree_right{
		padding-bottom: 36px;
	}	
	.milestone_tree_list li:last-child .milestone_tree_right{
		padding-bottom: 0;
	}
	.milestone_tree_left_table td{
		padding-left: 0;
		text-align: right;
	}
	.has_year .milestone_tree_left_table th{
		margin-top: -24px;
		text-align: right;
		font-weight: bold;
	}
}

/*----- governance -----*/
/*--- executives ---*/
/*green title*/
.about_gov_green_title{
	font-size: 20px;
	line-height: 30px;
	/*padding: 10px 15px;*/
	padding: 8px 15px;
	background: #939b4f;
	color: #fff;
	/*margin-top: 50px;*/
	margin-top: 15px;
}
/*開合項目*/
.executives_list .milestone_open_title{
	/*font-size: 20px;*/
	font-size: 18px;
	line-height: 30px;
	color: #000;
	/*padding-top: 15px;
	padding-bottom: 15px;*/
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
}
.executives_list .milestone_close_btn{
	/*top: 21px;*/
	top: 15px;
	width: 18px;
	height: 18px;
}
.executives_list .milestone_close_btn span{
	top: 5px;
	width: 18px;
	height: 2px;
}
.executives_list .milestone_open_content{
	background: #eceff1;
	/*padding: 35px 50px;*/
	padding: 0;
}
/*table*/
.about_gov_table{
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #fff;
}
.about_gov_table:last-child{
	border-bottom: 0;
}
.about_gov_table th{
	font-size: 20px;
	line-height: 30px;
	width: 250px;
	vertical-align: middle;
	text-align: left;
	/*padding-right: 20px;*/
	padding: 35px 20px 35px 50px;
}
.about_gov_table td{
	padding: 35px 50px 35px 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
@media screen and (max-width: 768px){
	.about_gov_table th{
		width: 100%;
		/*padding: 0 0 30px 0;*/
		padding-right: 30px;
		padding-left: 30px;
	}
	.about_gov_table td{
		padding-top: 0;
		padding-right: 30px;
		padding-left: 30px;
	}
}

/*----- certificate -----*/
.milestone_open_content.certificate_type{
	/*padding: 40px;*/
	padding: 15px 40px;
}
/*@media screen and (max-width: 768px){
	.milestone_open_content.certificate_type{
		padding: 30px;
	}
}*/

