@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Verdana, 'Microsoft JhengHei', '微軟正黑體', sans-serif, Arial;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom;
}
.brown1{
    color: #6a3906;
}
.blue1{
    color: #0077C3;
}
.red1{
    color: #B8375B;
}
.clearboth{clear: both;}
.container {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
.header{
	height: 80px;
	width: 100%;
	background-image: url(../images/h1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
.content2{
	padding: 0px;
	width: 100%;
	background-image: url(../images/kv1bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 843px;
	margin: 0px;
	overflow: hidden;
	}
.kv2{
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
    display: block;
}	
.kv2m{
    display: none;
}
.w1a{
	height: auto;
	width: 558px;
	position: absolute;
	z-index: 8;
	top: 78px;
	right: 22px;
	}
.w1_mov{
	height: auto;
	width: 558px;
	position: relative;/* 代替w1 relative初始位置 */
	z-index: 12;
    overflow: hidden; /* 確保光束在容器範圍內移動 */
  display: inline-block; /* 讓容器大小貼合圖片 */
 /* 標準語法 (Firefox 與現代瀏覽器支持) */
  mask: url(../images/w1bg.png) 0 0 / 100% no-repeat;
  
  /* Webkit 前綴 (Chrome, Safari, Edge 目前仍主要以此為主) */
  -webkit-mask: url(../images/w1bg.png) 0 0 / 100% no-repeat;
	}
.w1_mov img {
  display: block;
  width: 100%;
}
.w1_mov::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%; /* 初始位置在左側外 */
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg); /* 傾斜光束 */
  animation: sweep 4s infinite; /* 循環動畫 */
}
/* 定義電腦版掃光動畫 */
@keyframes sweep {
  from { left: -100%; }
  to { left: 150%; }
}
.w1{
	height: auto;
	width: 558px;
	position: absolute;
	z-index: 7;
	top: 0px;
	left: 0px;
	}
.w1b{
	height: auto;
	width: 558px;
	position: absolute;
	z-index: 7;
	top: 0px;
	left: 0px;
	}
.w1c{
	height: auto;
	width: 558px;
	position: absolute;
	z-index: 8;
	top: 0px;
	left: 0px;
	}
.w2{
	height: auto;
	width: 291px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;	
	z-index: 11;
	}	
.c6n_banner{
	position: relative;
	height: auto;
	width: 100%;
	padding-top: 10px;
    padding-bottom: 0px;
	margin: 0px;
}
.box6n_img{
	height: auto;
	width: 163px;
    float: left;
    padding-right: 13px;
}
.box6n_box{
	height: auto;
	width: 600px;
	padding-left: 0px;
    float: left;
}
.box6n_box h2{
	color: #000000;
	font-size: 25px;
	line-height: 35px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.box6n_box h3{
	color: #000000;
	font-size: 26px;
	line-height: 36px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.box6n_box h4{
	color: #000000;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.wtxtbox{
	display: block;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
	z-index: 7;
	height: auto;
	padding-top: 85px;
	padding-right: 0px;
	padding-bottom: 38px;
	padding-left: 0px;
    border-bottom: 1px solid #231815;
    
}
.wtxtbox2{
	display: block;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: 7;
	height: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;      
}
.txt25{
	font-size: 25px;
	line-height: 35px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
    text-align: left;
}
.txt28{
	font-size: 28px;
	line-height: 48px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
    text-align: left;
}
.txt34{
	font-size: 34px;
	line-height: 48px;
	color: #F15A24;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}
.txt36{
	font-size: 36px;
	line-height: 48px;
	color: #42210B;
	font-weight: bolder;
	margin: 0px;
	padding-top: 15px;
    padding-bottom: 0px;
    text-align: center;
    width: 100%;
}
.txt18{
	font-size: 18px;
	line-height: 45px;
	color: #FFF;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}	
.w4{
	height: auto;
	width: 100%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	}	
.w4 ul {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.w4 li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
.w4 li img{
	margin-right: 0px;
	margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
	
}	
.wbtn{
	display: block;
	text-align: center;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 36px;
	margin-bottom: 36px;
	padding: 0px;
}
.tab1{
    display: block;
    height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 50px;
	padding: 0px;
}
.tab1m{
    display: none;
}
.content3{
	width: 100%;
	height: auto;
	margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
	overflow: hidden;
    background-color: #FFFFFF;
	}
.kv3{
	height: auto;
	width: 877px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
    display: block;
}
.footer {
	padding: 1.75rem 1.25rem;
	background-color: #005193;
	color: #fff;
	text-align: center;
	font-size: .875rem;
	letter-spacing: .05em
}
@media (min-width:1024px) {
	.footer {
		padding-top: 2.8125rem;
		padding-bottom: 2.8125rem;
		font-size: 1rem
	}

}
p {
	margin: 0
}

.d-lg-inline-block {
		display: inline-block !important
	}
.footer-info span {
	display: block
}
.footer-info span a{
	color: #ffffff;
	text-decoration: underline
}
.m-show {
	display: none;
}
#m1con{
	height: auto;
	width: 100%;
	background-color: #f2eee8;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
}
#m1{
	font-size: 16px;
	color: #333;
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 20px;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: normal;
	text-align: justify;
text-justify: distribute;

}
#m1t {
	font-size: 22px;
	color: #FFFFFF;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	line-height: 40px;
	font-weight: bold;
	display: block;
	background-color: #0076ba;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#m1 ol{
	margin: 0px;
	height: auto;
	width: 97%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
}
#m1 ol li{
	margin: 0px;
	padding: 0px;
}

.c2_t3box{
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 6px;
	padding-top: 6px;
}		
.c2_title3{
	height: auto;
	width: 115px;
	float: left;
	padding-bottom: 0px;
	padding-top: 0px;
}
.c2_text23{
	font-size: 24px;
	line-height: 39px;
	font-weight: bolder;
	padding-bottom: 0px;
	padding-top: 0px;
	float: left;
	padding-left: 10px;
}

@media (min-width:1024px) {
	.footer-info span {
		display: inline-block
	}

}

@media only screen and (min-width:768px) and (max-width:979px){
.d-none {
	display: none !important;
}
.m-show {
	display: block;
}
.container {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
.header{
	height: 59px;
	width: 100%;
	background-image: url(../images/h1m.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
.content2{
	padding: 0px;
	width: 100%;
	background-image: url(../images/kv1bgm.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
    background-size: 100% auto;
	height: auto;
	margin: 0px;
	overflow: hidden;
    position: relative;
	}
.kv2m{
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    display: block;
}    
.kv2{
	display: none;
}    	
.w1am img,.w2m img,.wbtn img{
	height: auto;
	width: 100%;
	}
.w1am{
	height: auto;
	width: 90%;
	display: block;
	position: relative;
	z-index: 10;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80%;
    margin-top: 30%;
    padding-top: 0%;
    padding-bottom: 0%;
	}
.w1_movm{
	height: auto;
	width: 100%;
	position: relative;/* 代替w1 relative初始位置 */
	z-index: 12;
    overflow: hidden; /* 確保光束在容器範圍內移動 */
  display: inline-block; /* 讓容器大小貼合圖片 */
 /* 標準語法 (Firefox 與現代瀏覽器支持) */
  mask: url(../images/w1bgm.png) 0 0 / 100% no-repeat;
  
  /* Webkit 前綴 (Chrome, Safari, Edge 目前仍主要以此為主) */
  -webkit-mask: url(../images/w1bgm.png) 0 0 / 100% no-repeat;
	}
.w1_movm img {
  display: block;
  width: 100%;
}
.w1_movm::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%; /* 初始位置在左側外 */
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg); /* 傾斜光束 */
  animation: sweep 4s infinite; /* 循環動畫 */
}    
.w1m{
	height: auto;
	width: 100%;
	position: absolute;
	z-index: 7;
	top: 0px;
	left: 0px;
	}
.w1bm{
	height: auto;
	width: 100%;
	position: absolute;
	z-index: 7;
	top: 0px;
	left: 0px;
	}
.w1cm{
	height: auto;
	width: 100%;
	position: absolute;
	z-index: 8;
	top: 0px;
	left: 0px;
	}    
.w2m{
	height: auto;
	width: 30%;
	display: block;
	position: absolute;
	top: 0px;
	left: 4%;	
	z-index: 12;
	}   
.c6n_banner{
	position: relative;
	height: auto;
	width: 100%;
	padding-top: 20px;
    padding-bottom: 0px;
	margin: 0px;
}
.box6n_img img{
	height: auto;
	width: 100%;
}    
.box6n_img{
	height: auto;
	width: 30%;
    float: none;
    padding-bottom: 10px;    
}
.box6n_box{
	height: auto;
	width: 100%;
	padding-left: 0px;
    float: none;
}
.box6n_box h2{
	font-size: 18px;
	line-height: 28px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.box6n_box h3{
	font-size: 24px;
	line-height: 34px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}    
.box6n_box h4{
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
    width: 100%;
    height: auto;
}       
.wtxtbox{
	display: block;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: 7;
	height: auto;
	padding-top: 5%;
	padding-right: 0px;
	padding-bottom: 5%;
	padding-left: 0px;
}
.wtxtbox2{
	display: block;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: 7;
	height: auto;
	padding-top: 5%;
	padding-right: 0px;
	padding-bottom: 5%;
	padding-left: 0px;
}    
.txt25{
	font-size: 18px;
	line-height: 28px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
    text-align: left;
}    
.txt28{
	font-size: 18px;
	line-height: 40px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
    text-align: justify;
text-justify: distribute; 
}
.txt34{
	font-size: 26px;
	line-height: 40px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}
.txt36{
	font-size: 26px;
	line-height: 48px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 15px;
    padding-bottom: 0px;
    text-align: center;
    width: 100%;
}    
.txt18{
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}		
.w4{
	height: auto;
	width: 100%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	z-index: 8;
	}	
.w4 ul {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.w4 li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
.w4 li img{
	margin-right: 0px;
	margin-left: 0px;
	height: auto;
	width: 80%;
	padding-top: 2%;
	padding-bottom: 2%;
}	
.wbtn{
	display: block;
	text-align: center;
	height: auto;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10%;
	margin-bottom: 40%;
	padding: 0px;
}
.content3{
	width: 100%;
	height: auto;
	margin: 0px;
    padding-top: 0px;
    padding-bottom: 0%;
	overflow: hidden;
	}
.kv3{
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
    display: block;
}  
.tab1m img{
    height: auto;
	width: 100%;
}    
.tab1m{
    display: block;
    height: auto;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	padding: 0px;
}
.tab1{
    display: none;
}    
#m1con{
	height: auto;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
}
#m1{
	font-size: 16px;
	color: #333;
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 20px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	text-align: justify;
text-justify: distribute;

}
#m1t {
	font-size: 20px;
	color: #FFFFFF;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	line-height: 40px;
	font-weight: bold;
	display: block;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#m1 ol{
	margin: 0px;
	height: auto;
	width: 95%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5%;
}
#m1 ol li{
	margin: 0px;
	padding: 0px;
}  
.c2_t3box{
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	padding-top: 6px;
}	
.c2_title3 img{
	height: auto;
	width: 100%;
}    
.c2_title3{
	height: auto;
	width: 80px;
	float: none;
	padding-bottom: 10px;
	padding-top: 0px;
}
.c2_text23{
	font-size: 18px;
	line-height: 28px;
	font-weight: bolder;
	padding-bottom: 0px;
	padding-top: 0px;
	float: none;
	padding-left: 0px;
}    

}
@media only screen and (min-width:480px) and (max-width:767px){	
.d-none {
	display: none !important;
}
.m-show {
	display: block;
}
.container {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
.header{
	height: 59px;
	width: 100%;
	background-image: url(../images/h1m.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
.content2{
	padding: 0px;
	width: 100%;
	background-image: url(../images/kv1bgm.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
    background-size: 100% auto;
	height: auto;
	margin: 0px;
	overflow: hidden;
    position: relative;
	}
.kv2m{
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    display: block;
}    
.kv2{
	display: none;
}    	
.w1am img,.w2m img,.wbtn img{
	height: auto;
	width: 100%;
	}
.w1am{
	height: auto;
	width: 90%;
	display: block;
	position: relative;
	z-index: 10;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80%;
    margin-top: 30%;
    padding-top: 0%;
    padding-bottom: 0%;
	}
.w1_movm{
	height: auto;
	width: 100%;
	position: relative;/* 代替w1 relative初始位置 */
	z-index: 12;
    overflow: hidden; /* 確保光束在容器範圍內移動 */
  display: inline-block; /* 讓容器大小貼合圖片 */
 /* 標準語法 (Firefox 與現代瀏覽器支持) */
  mask: url(../images/w1bgm.png) 0 0 / 100% no-repeat;
  
  /* Webkit 前綴 (Chrome, Safari, Edge 目前仍主要以此為主) */
  -webkit-mask: url(../images/w1bgm.png) 0 0 / 100% no-repeat;
	}
.w1_movm img {
  display: block;
  width: 100%;
}
.w1_movm::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%; /* 初始位置在左側外 */
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg); /* 傾斜光束 */
  animation: sweep 4s infinite; /* 循環動畫 */
}    
.w1m{
	height: auto;
	width: 100%;
	position: absolute;
	z-index: 7;
	top: 0px;
	left: 0px;
	}
.w1bm{
	height: auto;
	width: 100%;
	position: absolute;
	z-index: 7;
	top: 0px;
	left: 0px;
	}
.w1cm{
	height: auto;
	width: 100%;
	position: absolute;
	z-index: 8;
	top: 0px;
	left: 0px;
	}    
.w2m{
	height: auto;
	width: 30%;
	display: block;
	position: absolute;
	top: 0px;
	left: 4%;	
	z-index: 12;
	}   
.c6n_banner{
	position: relative;
	height: auto;
	width: 100%;
	padding-top: 20px;
    padding-bottom: 0px;
	margin: 0px;
}
.box6n_img img{
	height: auto;
	width: 100%;
}    
.box6n_img{
	height: auto;
	width: 50%;
    float: none;
    padding-bottom: 10px;    
}
.box6n_box{
	height: auto;
	width: 100%;
	padding-left: 0px;
    float: none;
}
.box6n_box h2{
	font-size: 18px;
	line-height: 28px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.box6n_box h3{
	font-size: 24px;
	line-height: 34px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}    
.box6n_box h4{
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
    width: 100%;
    height: auto;
}       
.wtxtbox{
	display: block;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: 7;
	height: auto;
	padding-top: 5%;
	padding-right: 0px;
	padding-bottom: 5%;
	padding-left: 0px;
}
.wtxtbox2{
	display: block;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: 7;
	height: auto;
	padding-top: 5%;
	padding-right: 0px;
	padding-bottom: 5%;
	padding-left: 0px;
}    
.txt25{
	font-size: 18px;
	line-height: 28px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
    text-align: left;
}    
.txt28{
	font-size: 18px;
	line-height: 40px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
    text-align: justify;
text-justify: distribute; 
}
.txt34{
	font-size: 26px;
	line-height: 40px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}
.txt36{
	font-size: 26px;
	line-height: 48px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 15px;
    padding-bottom: 0px;
    text-align: center;
    width: 100%;
}    
.txt18{
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}		
.w4{
	height: auto;
	width: 100%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	z-index: 8;
	}	
.w4 ul {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.w4 li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
.w4 li img{
	margin-right: 0px;
	margin-left: 0px;
	height: auto;
	width: 80%;
	padding-top: 2%;
	padding-bottom: 2%;
}	
.wbtn{
	display: block;
	text-align: center;
	height: auto;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10%;
	margin-bottom: 40%;
	padding: 0px;
}
.content3{
	width: 100%;
	height: auto;
	margin: 0px;
    padding-top: 0px;
    padding-bottom: 0%;
	overflow: hidden;
	}
.kv3{
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
    display: block;
}  
.tab1m img{
    height: auto;
	width: 100%;
}    
.tab1m{
    display: block;
    height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	padding: 0px;
}
.tab1{
    display: none;
}    
#m1con{
	height: auto;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
}
#m1{
	font-size: 16px;
	color: #333;
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 20px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	text-align: justify;
text-justify: distribute;

}
#m1t {
	font-size: 20px;
	color: #FFFFFF;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	line-height: 40px;
	font-weight: bold;
	display: block;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#m1 ol{
	margin: 0px;
	height: auto;
	width: 95%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5%;
}
#m1 ol li{
	margin: 0px;
	padding: 0px;
}  
.c2_t3box{
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	padding-top: 6px;
}	
.c2_title3 img{
	height: auto;
	width: 100%;
}    
.c2_title3{
	height: auto;
	width: 80px;
	float: none;
	padding-bottom: 10px;
	padding-top: 0px;
}
.c2_text23{
	font-size: 18px;
	line-height: 28px;
	font-weight: bolder;
	padding-bottom: 0px;
	padding-top: 0px;
	float: none;
	padding-left: 0px;
}    

}	
@media only screen and (max-width:479px){
.d-none {
	display: none !important;
}
.m-show {
	display: block;
}
.container {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
.header{
	height: 59px;
	width: 100%;
	background-image: url(../images/h1m.jpg);
	background-repeat: no-repeat;
	background-position: left top;
    
    z-index: 13;
	}
.content2{
	padding: 0px;
	width: 100%;
	background-image: url(../images/kv1bgm.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
    background-size: 100% auto;
	height: auto;
	margin: 0px;
	overflow: hidden;
    position: relative;
	}
.kv2m{
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    display: block;
}    
.kv2{
	display: none;
}    	
.w1am img,.w2m img,.wbtn img{
	height: auto;
	width: 100%;
	}
.w1am{
	height: auto;
	width: 90%;
	display: block;
	position: relative;
	z-index: 10;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80%;
    margin-top: 30%;
    padding-top: 0%;
    padding-bottom: 0%;
	}
.w1_movm{
	height: auto;
	width: 100%;
	position: relative;/* 代替w1 relative初始位置 */
	z-index: 12;
    overflow: hidden; /* 確保光束在容器範圍內移動 */
  display: inline-block; /* 讓容器大小貼合圖片 */
 /* 標準語法 (Firefox 與現代瀏覽器支持) */
  mask: url(../images/w1bgm.png) 0 0 / 100% no-repeat;
  
  /* Webkit 前綴 (Chrome, Safari, Edge 目前仍主要以此為主) */
  -webkit-mask: url(../images/w1bgm.png) 0 0 / 100% no-repeat;
	}
.w1_movm img {
  display: block;
  width: 100%;
}
.w1_movm::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%; /* 初始位置在左側外 */
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg); /* 傾斜光束 */
  animation: sweep 4s infinite; /* 循環動畫 */
}    
.w1m{
	height: auto;
	width: 100%;
	position: absolute;
	z-index: 7;
	top: 0px;
	left: 0px;
	}
.w1bm{
	height: auto;
	width: 100%;
	position: absolute;
	z-index: 7;
	top: 0px;
	left: 0px;
	}
.w1cm{
	height: auto;
	width: 100%;
	position: absolute;
	z-index: 8;
	top: 0px;
	left: 0px;
	}    
.w2m{
	height: auto;
	width: 30%;
	display: block;
	position: absolute;
	top: 0px;
	left: 4%;	
	z-index: 12;
	}   
.c6n_banner{
	position: relative;
	height: auto;
	width: 100%;
	padding-top: 20px;
    padding-bottom: 0px;
	margin: 0px;
}
.box6n_img img{
	height: auto;
	width: 100%;
}    
.box6n_img{
	height: auto;
	width: 50%;
    float: none;
    padding-bottom: 10px;    
}
.box6n_box{
	height: auto;
	width: 100%;
	padding-left: 0px;
    float: none;
}
.box6n_box h2{
	font-size: 18px;
	line-height: 28px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.box6n_box h3{
	font-size: 24px;
	line-height: 34px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}    
.box6n_box h4{
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
    width: 100%;
    height: auto;
}       
.wtxtbox{
	display: block;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: 7;
	height: auto;
	padding-top: 5%;
	padding-right: 0px;
	padding-bottom: 5%;
	padding-left: 0px;
}
.wtxtbox2{
	display: block;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: 7;
	height: auto;
	padding-top: 5%;
	padding-right: 0px;
	padding-bottom: 5%;
	padding-left: 0px;
}    
.txt25{
	font-size: 18px;
	line-height: 28px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
    text-align: left;
}    
.txt28{
	font-size: 18px;
	line-height: 40px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
    text-align: justify;
text-justify: distribute; 
}
.txt34{
	font-size: 26px;
	line-height: 40px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}
.txt36{
	font-size: 26px;
	line-height: 48px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 15px;
    padding-bottom: 0px;
    text-align: center;
    width: 100%;
}    
.txt18{
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}		
.w4{
	height: auto;
	width: 100%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	z-index: 8;
	}	
.w4 ul {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.w4 li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
.w4 li img{
	margin-right: 0px;
	margin-left: 0px;
	height: auto;
	width: 80%;
	padding-top: 2%;
	padding-bottom: 2%;
}	
.wbtn{
	display: block;
	text-align: center;
	height: auto;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10%;
	margin-bottom: 40%;
	padding: 0px;
}
.content3{
	width: 100%;
	height: auto;
	margin: 0px;
    padding-top: 0px;
    padding-bottom: 0%;
	overflow: hidden;
	}
.kv3{
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
    display: block;
}  
.tab1m img{
    height: auto;
	width: 100%;
}    
.tab1m{
    display: block;
    height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	padding: 0px;
}
.tab1{
    display: none;
}    
#m1con{
	height: auto;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
}
#m1{
	font-size: 16px;
	color: #333;
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 20px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	text-align: justify;
text-justify: distribute;

}
#m1t {
	font-size: 20px;
	color: #FFFFFF;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	line-height: 40px;
	font-weight: bold;
	display: block;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#m1 ol{
	margin: 0px;
	height: auto;
	width: 95%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5%;
}
#m1 ol li{
	margin: 0px;
	padding: 0px;
}  
.c2_t3box{
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	padding-top: 6px;
}	
.c2_title3 img{
	height: auto;
	width: 100%;
}    
.c2_title3{
	height: auto;
	width: 80px;
	float: none;
	padding-bottom: 10px;
	padding-top: 0px;
}
.c2_text23{
	font-size: 18px;
	line-height: 28px;
	font-weight: bolder;
	padding-bottom: 0px;
	padding-top: 0px;
	float: none;
	padding-left: 0px;
}    
    
    
}
