#banner ul{
	position:absolute;
	top:0;
	left:0;	
	height:100%;
	overflow:auto;
}
#banner h1.headline{
	font-size:25px;
	font-weight:normal;
}
.imgSlider{
	float:left;
	position:relative;/*屬性跟absolute一樣 好好利用*/
	width:100%;
	height:100%;
	top:0;	
	overflow:hidden !important; 
	cursor: -webkit-grab; cursor: -moz-grab;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	transition:all 0s;
}
#container {
	width: 100%;
	height: 100%;
	background-image: url(../img/white_point.png);
	background-repeat: repeat;
	float: right;
	margin: 0;
	padding: 0;
	position: absolute;
	right: -1px;
	top: 0;
	z-index: 40;
	overflow: hidden;
	color: #000;
	font-family: "微軟正黑體", 'Source Sans Pro', arial, sans-serif !important;
}

#mainContainer {
	position: absolute;
	top: 0;
	bottom: 0;
	overflow: hidden;
	width: 100%;
}

#txtSection {
padding: 0.3em 2em 2.5em;
}
#txtBtnSection {
margin-top: 2em;
display: block;
overflow: auto;
}
#txtBtnSection .cBtn {
float: left;
margin-right: 7px;/*1em*/
}
.cBtnSign {
line-height: 76px;
font-size: 28px ;
}
.icon-bow-light-left:before {
   content: "‹";
}
#txtSection h1 {
font-size: 3.3em;
font-weight: 300;
text-transform: uppercase;
margin: 0.5em 0;
line-height: 1.2;
}
#txtSection h2 {
font-weight: 300;
font-size: 1.5em;
color: #000;
text-transform: uppercase;
vertical-align: middle;
margin: 0em;
margin: 0.5em 0;
margin-left: 0.1em;
line-height: 1.5;
}
#txtSection p {
margin-top: 3em;
font-size: 1.4em;
line-height: 1.7;
}
/*Queena後來加的*/
#sec_mask {
            display:none;
            background-color: rgba(0,0,0,0.7);
			/* For IE 5.5 - 7*/
/*			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);*/
			/* For IE 8*/
/*			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000)";*/


			background:url('../img/black_point.png') 0 0 repeat;

            
            position:fixed;
            top:0;
            width:100%;
            height:100%;
            z-index:800;
}
#sec_social {
            display:none;
            padding: 0;
            margin: 0;
            width: 350px;
            height: 100px;
            position: fixed;
/*            background-color: #fff;
            border: 1px solid black;
            -moz-border-radius: 0.2em;
            -webkit-border-radius: 0.2em;
            -khtml-border-radius: 0.2em;
            border-radius: 0.2em;
*/
            overflow: hiddens;
            top:0;
            z-index:801;
            top: 50%;
            left: 50%;
            margin-top: -50px;
            margin-left: -150px;
        }
		
.fb{font-size:1.5em;line-height:1.2;}
.twitter{font-size:1.5em; line-height:1.3;padding-left:4px;}
.googlePlus{font-size:1.4em;line-height:1.4;padding-left:5px;}	
.bannerTextBlock{  position:relative;z-index:50;top:80%;left:2%; color:#FFF; width: 35%; height: 100%;}
.bannerTextBlock_ab{  position:relative;z-index:50;top:20%;left:58%; color:#FFF; width: 35%; height: 100%; text-align:right;}
.bannerTextBlock_ab h1{ color:#B2920F; padding-bottom:200px;}
.ab_text{color:#000; font-size:22px;line-height: 1.7;text-align: left;}

.shareBtn {
  border-top: 1px solid #FFF;
  padding: 0.5em 0 0 0;
  text-transform: uppercase;
  margin-top: 0.5em;
  font-weight: 400;
}

.shareBtn a {
  color: #FFF;
  /* border: 1px solid #000; */
  border-color: #FFF;
  padding: 0em 0.7em 0 0;
  display: inline-block;
  /* background: #000; */
}
/*for表格用*/
.tb01 {
	font-size: 1.4em;
	border: 1px solid #333;
}
.tb01 td {
	border: 1px solid #333;
	text-align: center;
	padding: 5px 5px;
}
@media screen and (max-width: 1000px) {
#container {
background: #eee;
}
#mainContainer {
	padding-top: 0;
}
/*Queena後來加的*/
.bannerTextBlock{  position:relative;z-index:50;top:75%;left:2%; color:#FFF; width: 75%; height: 30%;}
.bannerTextBlock_ab h1{ padding-bottom:50px; line-height:2;}
.ab_text{font-size:12px;line-height: 1.5;}
}
@media screen and (max-width: 600px) {
#banner h1{
	font-size:21px;
}
#banner h1.headline{
	font-size:17.5px;
}
#txtSection h1 {
	font-size: 2.15em;
}
#txtSection h2 {
	font-size: 1.5em;
}
#container {
position: relative;
width: 100%;
height: auto;
clear: both;
top: 0;
}
#mainContainer {
position: relative;
}
#txtSection{
	/*height:935px;*/
}
.cBtnSign {
	line-height: 58px;
	font-size: 16px;
}
/*Queena後來加的*/
.bannerTextBlock_ab h1{ padding-bottom:50px; line-height:2;}
.ab_text{font-size:12px;line-height: 1.5;}
}
