/*==========自訂頁面=========*/

#about h3{
	text-align: center;	
color: #D82920;	

	}
	
#about strong{
font-size: 110%;
color: #FD0202;	
}

#about h4{
	text-align: center;	
	color: #418037  !important;
	}
	
	
#about h5{
	text-align: center;	
	color: #E52578  !important;
	}
	
#about h6{
	text-align: center;	
	color: #007CB2  !important;
	}
	


#about .table{
margin: 30px 0px;
}
 
#about .alert{
font-size: 120%;
}
 
#xo-content .formatbox  #about_title_h3{
	position: relative;
	background: #0D7162  url(../../img/frame/) no-repeat left top;

color: #FFFFFF;	
	margin-bottom: 30px !important;
font-size: 135%;
padding: 5px 0px;
font-weight: 550;
/*border-radius: 0px 0px  20px 20px;*/ /*左上 右上 右下  左下*/
clip-path: polygon(0 0, 100% 0, 100% 80%, 97% 100%, 3% 100%, 0 80%);
border-top: 8px solid #F5B73D;
}



#xo-content .formatbox  #about_title_h3 #about_title{
	background: #FFFFFF  url(../../img/frame/) no-repeat left top;
	color: #0D4E74;
	padding: 0px 35px;
border-radius: 0px  0px 20px 20px; 
}


#about h3::before {
	content: '';
	position: absolute;
	height: 55%;
	background: #FFFFFF  url(../../img/frame/) no-repeat left top;
	width: 15px;
	left: 12px;
	top: 10px;
clip-path: polygon(0 0, 100% 0, 100% 100%, 75% 100%, 0 79%);


}
#about h3::after{
	content: '';
	position: absolute;
	height: 55%;
	background: #FFFFFF  url(../../img/frame/) no-repeat left top;
	width: 15px;
	right: 12px;
	top: 10px;


clip-path: polygon(0 0, 100% 0, 100% 79%, 25% 100%, 0 100%);

}
 
 #about {
 	position: relative;
 	padding: 0px 10px; 
 }
 


#about  .style_01{
font-weight: 550;
color: #C24D83;
font-size: 120%;
}
#about  .style_02{
font-weight: 550;
color: #00468C;
font-size: 120%;
}

#about  .style_03{
font-weight: 550;
color: #BA7941;
font-size: 120%;
}
#about  .style_04{
font-weight: 550;
color: #0B9388;
font-size: 120%;
}

#about  .style_05{
font-weight: 550;
color: #6726A0;
font-size: 120%;
}

#about  .style_06{
font-weight: 550;
color: #D9271C;
font-size: 120%;
}


.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

/*
#about .thumbnail{
margin: 30px 0px !important;
}
#about  #img_box{
margin: 20px 0px !important;
}

*/
#about  p{
text-indent: 2em; 
color: #3F3F3F;
}
 #about #img_box{
  transition: all .25s ease .1s;

 }
 
 
  
 #about #img_box img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: all .55s ease .1s;
  

}


 #about #img_box:hover{
 border: 2px solid #0C6D5F; 
  padding: 0px;
}

 #about #img_box:hover img{
  transform: scale(1.5, 1.5);
}


/*==========頁籤================*/
#about #tabs  ul li {
    display: list-item;
    list-style: none;
    margin: 0px 0px 0px 0px;
}


#about #tabs  ul {
     margin: 0px 0px 0px 0px; 
     list-style-type: decimal; 
}

 #about  #foot_box{
 	position: relative;
 	margin: 30px 0px 0px 0px;
 	text-align: right;	
 	font-weight: 550;
 	font-size: 120%;
 }

 #about .ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 0.5em 0.2em;
    background: none;
}

 #about .ui-widget {
  	font-family: Microsoft JhengHei, Lucida Grande, Verdana, sans-serif;
    font-size: 1em;
}


/*=========緣起與計畫==============*/
.page1 #about .img_box_l{
width: 100%;
border: 1px solid #ADADAD;
margin: 10px 0px 25px 0px;
overflow: hidden;
  padding: 10px;
  border-radius: 10px;
}

.page1 #about .img_box_l img{
display: block;
  border-radius: 10px;
}



.page1 #about  b{
font-size: 110%;
}



.page1 #about ul li{
color: #00493E;
}



/*============動畫=================*/

.animationtrue   #about #conrent_01{
	position: relative;
	animation-duration: 1.5s;
	animation-name: aboutcenter;	
		opacity: 1;
} 


.animationtrue   #about .conrent_each {
	position: relative;
	animation-duration: 1.5s;
	opacity: 0;
}


@keyframes aboutcenter {
	from {
		top: 200px;
		opacity: 0;
	}

	to {
		top: 0px;
		opacity: 1;
	}
}