/*==========自訂頁面=========*/

#about h3{
	text-align: center;	
color: #D82920;	

	}
	
#about strong{
font-size: 110%;
color: #FD0202;	
}

#about h4{
	text-align: center;	
	color: #CA3716  !important;
	}
	
	
#about h5{
	text-align: center;	
	color: #E52578  !important;
	}
	
#about h6{
	text-align: center;	
	color: #007CB2  !important;
	}
	


#about .table{
margin: 1.875rem 0rem;
}
 
#about .alert{
font-size: 120%;
}
 
#xo-content .formatbox  #about_title_h3{
	position: relative;
	background: #BC004E  url(../../img/frame/) no-repeat left top;

color: #FFFFFF;	
	margin-bottom: 1.875rem !important;
font-size: 135%;
padding: 0.3125rem 0rem;
font-weight: 550;
clip-path: polygon(1% 0, 99% 0, 100% 50%, 99% 100%, 1% 100%, 0 50%);

}



#xo-content .formatbox  #about_title_h3 #about_title{
	background: #FFFFFF  url(../../img/frame/) no-repeat left top;
	color: #BC004E;
	padding: 0rem 2.1875rem;
clip-path: polygon(3% 0, 97% 0, 100% 50%, 97% 100%, 3% 100%, 0 50%);

}


#about h3::before {
	content: '';
	position: absolute;
	height: 65%;
	background: #FFFFFF  url(../../img/frame/) no-repeat left top;
	width: 0.625rem;
	left: 0.75rem;
	top: 0.5625rem;
transform:rotate(0deg);

clip-path: polygon(100% 50%, 0 100%, 0 0);

}
#about h3::after{
	content: '';
	position: absolute;
	height: 65%;
	background: #FFFFFF  url(../../img/frame/) no-repeat left top;
	width: 0.625rem;
	right: 0.75rem;
	top: 0.5625rem;
clip-path: polygon(0 50%, 100% 100%, 100% 0);


}
 
 #about {
 	position: relative;
 	padding: 0rem 0.625rem; 
 }
 


#about  .style_01{
font-weight: 550;
color: #007F79;
font-size: 120%;
}
#about  .style_02{
font-weight: 550;
color: #2D59B7;
font-size: 120%;
}

#about  .style_03{
font-weight: 550;
color: #BA7941;
font-size: 120%;
}
#about  .style_04{
font-weight: 550;
color: #A8002C;
font-size: 120%;
}

#about  .style_05{
font-weight: 550;
color: #7612CB;
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: 1.875rem 0rem !important;
}
#about  #img_box{
margin: 1.25rem 0rem !important;
}

*/
#about  p{
text-indent: 2em; 
color: #141414;
}
 #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: 0.3125rem solid #BC004E;
  padding: 0rem;
   border-radius: 0.625rem;
}

/*
 #about #img_box:hover img:not(.page4 #about .img_box_l:hover img){
  transform: scale(1.5, 1.5);
}*/


/*==========頁籤================*/
#about #tabs  ul li {
    display: list-item;
    list-style: none;
    margin: 0rem 0rem 0rem 0rem;
}


#about #tabs  ul {
     margin: 0rem 0rem 0rem 0rem; 
     list-style-type: decimal; 
}

 #about  #foot_box{
 	position: relative;
 	margin: 1.875rem 0rem 0rem 0rem;
 	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;
}
#about h4{
	text-align: center;	
	color: #420093  !important;
	background: #F0E5FF url("") no-repeat center top;
	padding: 0.1875rem 0rem;	
	}


/*=========品德教育簡介==============*/
.page1 #about .img_box_l{
width: 100%;
border: 0.0625rem solid #ADADAD;
margin: 0.625rem 0rem 1.5625rem 0rem;
overflow: hidden;
  padding: 0.625rem;
  border-radius: 0.625rem;
}

.page1 #about .img_box_l img{
display: block;
  border-radius: 0.625rem;
}

.page1 #about dt{
color: #2D6D00;
font-weight: 550;
}

.page1 #about  .row{
margin: 1.875rem 0rem !important;
}

.page1 #about  .row .col-sm-6{
	text-align: center;	
	padding: 0.625rem 1.5625rem;
	color: #0075B5;
	font-weight: 550;
	font-size: 120%;
}

.page1 #about  #conrent_02{
margin: 1.875rem 0rem;
}

/*============動畫=================*/

.animationtrue   #about #conrent_01{
	position: relative;
	animation-duration: 2s;
	animation-name: conrent_01;	
		opacity: 1;
} 


.animationtrue   #about .conrent_each {
	position: relative;
	animation-duration: 1.5s;
	opacity: 0;
}


@keyframes aboutcenter {
	from {
		top: 9.375rem;
		opacity: 0;
	}

	to {
		top: 0rem;
		opacity: 1;
	}
}


@keyframes conrent_01 {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}