@charset "utf-8";
/* CSS Document */

a{
  text-decoration:none;
}

	
#mainMune{
	position:fixed;
	height:50px;
	width:100%;
	z-index:1;
	background-image:url(../image/logo.png);
	background-repeat:no-repeat;
	background-position:1% 10%;
	background-size:contain;
	background-color:#090909;
	display:none;
	overflow:visible;
	}
	

.sebtn{
	margin-left:120px;
	margin-top:5px;
	}
	
.sebtn>li{
	float:left;
	margin-right:5px;
	cursor:pointer;
	text-align:center;
	width:110px;
	padding:5px;
	background-image:url(../image/point_1.png);
	background-repeat:no-repeat;
	background-size:contain;  
/*	border: 1px dotted gray;*/
	}

.newLi>a{
	margin: 0.1em 0 0.1em 0;
	font-size: 18px;
    font-family: "Open Sans",Arial,Helvetica,"Microsoft JhengHei","Apple LiGothic Medium",sans-serif;
    font-weight: normal;
    word-wrap: break-word;
	text-align: left;
	letter-spacing: 0;
	color:#FFF;
}

.sebtn li a:hover{
   color:#edd0ad;
 }
 
/*========================================================Top按鈕*/ 
 #TopBox{
	position:fixed;
	width:32px;
	height:32px;
	background:#ffffff;
	border: solid 1px #c3c3c3;
	z-index:100;
    bottom:10px;
	right:20px;
	display:none;
	}
			
#TopBox>img{
	background-repeat:no-repeat;
	background-position:50% 50%; 
	}
	
#TopBox:hover{
	background:#dadada;
	}
 
/*========================================================page1*/
#page1{/*黑色背景*/
	background-color:#0a0809;
	}		
#page1-p1{
	background-image:url(image/A1.jpg);
	background-repeat:no-repeat;
	background-position:center;
	}	
#page1-p2-WSpace{
	display:block;
	height:50px;
	width:auto;
	}
 
/*========================================================page2+*/ 
.foneSize ,.item>img{/*共用圖置中*/
    display: block;
    max-width:100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
	}

#page2,#page3,#page4,#page5,#page6,#page7{
	display: block;
	width:100%;
	height:100%;
	border-bottom-color:#CCC;
	}
	
.pages-P2Type,{
	box-sizing: border-box;
	padding:15px;
	}	
		
#page2-pic,#page3-pic,#page4-pic,#page5-pic,#page6-pic,#page7-pic{	
    max-width:800px;
	height:auto;
    margin-right: auto;
    margin-left: auto;
	box-sizing: border-box;
	padding:10px;
	/*background:#f3f3f3;*/
	/*border:solid 1px  #e2e2e2;*/
}

.pages-p2BG{/*字框後底圖*/
	max-width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	box-sizing: border-box;
	padding:10px;
	/*background-color:#faf8f8;*/
	margin-top:-1px;
	/*border:solid 1px  #dadada;*/
	}

.pages-P3TypeWhite{/*字框後底圖內縮*/
	margin-left:auto;
	margin-right:auto;
	/*background-color:#FFFFFF;*/
	}
	
#page3,#page5,#page7{
	background-color:#e6e6e6;
	}
	
/*========================================================文字區+*/ 
.allTextMain{/*主標文字*/
	font-size:40px;
	text-align:center;
	width:100%;
	height:40px;
	letter-spacing:10px;
	color:#484848;
	font-family:"華康粗明體";
}

.gold1{/*副主標文字*/
	box-sizing: border-box;
	padding:10px;
	max-width:800px;
	height:50px;
    margin-right: auto;
    margin-left: auto;
}
.gold2{/*副主標文字*/
	height:30px;
	width:100%;
	background-color:#0a0809;	
	display: table;
	}
	
.goldBox{/*副主標文字*/
	font-size:22px;
	letter-spacing: 3px;
	font-family:"華康中明體(P)";	
    display: table-cell;
    vertical-align: middle;
	text-align:center;
	color:#FFF;	
	}	


.allTextSE{/*副標文字*/
    box-sizing: border-box;
	font-size:24px;
	text-align:left;
	width:100%;
	margin-left:5px;
	letter-spacing: 3px;
	font-family:"華康粗明體";
	font-weight:300;
	padding:7px;
	color: #484848;
}


.allTextTypeEx{/*文字通用內文*/
    box-sizing: border-box;
	margin: 0.1em 0 0.1em 0;
	font-size: 18px;
    font-family: "Open Sans",Arial,Helvetica,"Microsoft JhengHei","Apple LiGothic Medium",sans-serif;
    font-weight: normal;
    word-wrap: break-word;
    line-height: 35px;
	text-align: left;
	letter-spacing: 0;
	padding:12px;
	letter-spacing: 1px;
	text-align: justify;
	}
	
/*========================================================留白*/ 	
.WhiteSpace{/*留白*/
	height:20px;	
	}
.WhiteSpace2{/*留白*/
	height:100px;
	max-width:800px;
	}	
.WhiteSpace3{/*留白+NEXT*/
	max-width:800px;
	height:auto;
	}
.nextBtn{/*NEXT*/
	display:block;
	margin-left:auto;
	margin-right:auto;
	height:45px;
	width:auto;
	}	
/*========================================================改變尺寸*/ 	
@media screen and (min-width: 600px) and (max-width: 1000px) {
   .allTextMain{/*主標文字*/
     font-size:35px;
	 letter-spacing: 7px;
     }
	 
   .goldBox{/*副主標文字*/
	font-size:18px;
	letter-spacing: 2px;
	}	 
	 
   .allTextSE{/*副標文字*/
     font-size:22px;
	 letter-spacing: 1px;
	 margin-left:15px;
   }	 
	
   .allTextTypeEx {/*內文*/
      font-size: 16px;
	  margin-left:10px;
	  line-height: 20px;
    }
	
   .WhiteSpace{/*留白*/
	height:30px;
	}
   .WhiteSpace2{/*留白*/
	height:60px;
	}
	

	
}

@media screen and (min-width: 10px) and (max-width: 599px)  {
   .allTextMain {/*主標文字*/
     font-size:28px;
	 letter-spacing: 9px;
    }

   .goldBox{/*副主標文字*/
	font-size:17px;
	letter-spacing: 2px;
	}	
	
   .allTextSE{/*副標文字*/
     font-size:18px;
	 letter-spacing: 1px;
	 margin-left:15px;
    }
		
    .allTextTypeEx {/*內文*/
      font-size: 14px;
	  margin-left:10px;
	  line-height: 20px;
    }
	
   .WhiteSpace{/*留白*/
	  height:20px;	
	}
   .WhiteSpace2{/*留白*/
	  height:30px;	
	}		
}
	
/*========================================================地圖單元+*/  
.maps-p2{
	box-sizing: border-box;
	max-width:800px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	padding:20px;
	}
	
.maps-p3{
	box-sizing: border-box;
	padding:10px;
	background-color:#FFF;
	}
.maps-p3>img{
	border: solid 1px #c3c3c3;   
	}
@charset "utf-8";
/* CSS Document */

	

/*========================================================foot+*/ 
 #foot{
	height:600px;
	width:100%;
	background-color:#0a0809;
	top:
		}		
#footCtrl{
	text-align:center;
	padding:20px;
	}	
	
#footCtrl>div{
	margin-top:25px;
	float:inherit;
	cursor:pointer;
	}
.exWord{
	font-size:16px;
	color:#FFF;
	font-family:"華康中黑體(P)-UN";
	z-index:3;
	margin-top:15px;
	}
	
.footToll>img{
	height:100px;
	width:100px;
	}
	