
body{
	font-family: arial,"Microsoft JhengHei","微軟正黑體",sans-serif !important;
}
a{
	font-family: arial,"Microsoft JhengHei","微軟正黑體",sans-serif !important;
}
.myVideo { 
    
    position: fixed; 
	right: 0; 
	bottom: 0;
	min-width: 100%; 
	min-height: 100%;
	width: 100%; 
	height: 100%;
	z-index: -100;
	 
}

.center img {
    width: 90px;
    height: 90px;
    margin: auto;    
    display: block;
}
.center h3 {
    margin: auto;    
    display: block;
	text-align:center;
}
.center h2 {
    margin: auto;    
    display: block;
	text-align:center;
}
.center p {
    margin: auto;    
    display: block;
	text-align:center;
}
label {
	display: inline-block;
	width: 5em;
}
.active{
	cursor:pointer;
	
}
.active:hover{
	padding:0 -20px 0 -20px;
	background-color:rgba(255,255,255,0.2);
}

.department-wrap .icon img{
	width:100px;
	height:100px;
}

.department-wrap h3 a{
	font-size:18px;
}
.section2_img img{
	width: 100px;
	height: 100px;
}
.section2_img:hover{
	background-color:#e3e3e3;
	color:#ffffff;
	cursor:pointer;
}
h2{
	font-size:44px;
	font-weight:700;
}
.overlay{
	background:none;
}

.tip_img_overlay {
  height: 100%;
  width: 100vw;
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.9);
  /* overflow-y: hidden; */
}

.tip_img_overlay-content {
  position: relative;
  top: 0;
  width: 100%;
  text-align: center;
  margin-top: 0px;
}

.tip_img_overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.tip_img_overlay a:hover, .tip_img_overlay a:focus {
	opacity:.5;
}

.tip_img_overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  z-index:10002;
}

.tip_img{
	/* display:none; */
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:98vw;
	height:100vh;
	text-align:center;
	z-index:10000;
}

.section1_border{
	border-bottom:1px rgb(62, 62, 62,.2) solid;
	border-right:1px rgb(62, 62, 62,.2) solid;
	
}
.section1_src h3{
	font-weight:1000;
	color:rgb(255, 255, 255,.8);
}
.hero-wrap .slider-text {
	height:0px;
	
}
/* 超大螢幕(1200~2000) */
@media (max-width: 2000px) { 
	.center img {
		width: 150px;
		height: 150px;
		margin: auto;    
		display: block;
	}
	.mb-4{
		font-size:26px;
	}
}
/* 超大螢幕(991~1200) */
@media (max-width: 1200px) { 
	.center img {
		width: 100px;
		height: 100px;
		margin: auto;    
		display: block;
	}
	.mb-4{
		font-size:24px;
	}
	.section1_src h3{
		font-weight:800;
		font-size:18px;
	}
}
/* 中手機版面(770~991) */
@media (max-width: 991.98px) {  
	.pt-5{
		padding-top: 0rem !important;
	}
	.slider-text h1 {
		font-size:20px;
	}
	.mb-4{
		font-size:14px;
	}
	.center img {
		width: 45px;
		height: 45px;
		margin: auto;    
		display: block;
	}
	.center h3 {
		font-size:20px;
	}
	.center h2 {
		font-size:20px;
	}
	.hero-wrap{
		height:500px;
	}
}
/*小手機版面 */
@media (max-width: 770px) {
	.hero-wrap{
		height:800px;
	}
	
	
}