@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
b { 
    font-weight: bold !important;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
a {
    text-decoration: none;
}
a img{
  outline: none;
}
a:focus, input:focus, button:focus{
  outline: none;
}
body{
	background:#E5E5E6;
	/*font-family: Arial,".蘋方-繁", "微軟正黑體", "繁黑體", 'Microsoft JhengHei', 'Microsoft YaHei', 'Heiti TC', 'LiHei Pro', sans-serif, "新細明體", PMingLiU;*/
	font-family: 'Noto Serif TC', sans-serif;
	}

.goTop{
	position:absolute;
	z-index:100;
	width:50px;
	height:50px;
	display:none;
  top:-50px;
  left:10px;
	}
/*.goTop:hover{
 opacity:0.8;
	}	*/
.goTop img{
	width:100%;
	}
#WRAPER{
	float: left;
	width: 100%;
	text-align:center;
	}


#m_frame{
	display: inline-block;
	width:680px;
	position:relative;
	z-index:3;
	text-align:center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0px 73px 0px;
	}	

	

#HEADER{
	width:680px;
	height: 50px;
	background:#000000; 
  position: fixed;
  z-index: 12;
  top:0px;
  left: 50%;
  margin-left: -340px;
-webkit-box-shadow: 0px 2px 5px 0px rgba(250,250,250,0.6);
-moz-box-shadow: 0px 2px 5px 0px rgba(250,250,250,0.6);
box-shadow: 0px 2px 5px 0px rgba(250,250,250,0.6);
	}




.top_pattern{
	float: left;
	position: relative;
	z-index: 2;
	width: 100%;
}



.NAV_btn_wrap{
	display:  none;
	position:absolute;
	width:60px;
	top:15px;
	right:5px;
    z-index:20;
	}	


#logo{
	float: left;
	position: relative;
	z-index: 16;
	height: 41px;
	margin:5px 0px 0px 15px;
	
}

#head_call{
	height: 36px;
	position: absolute;
	z-index: 15;
	top:9px;
	right: 270px;
}

#NAV{
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 60px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	text-align: center;
}



#nav-icon3{
  width: 30px;
  height: 45px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  background: #ffffff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}



#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(2){
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}
#nav-icon3.open span{
	background: #ffffff;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}




#nav{
	display: table;
	text-align: center;
	width: 680px;
	height: 50px;
	position: fixed;
	z-index: 14;
	top: 0%;
	left: 50%;
	margin-left: -340px;
	overflow: hidden;
	-moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

#nav.reveal{
	top:0%;
}


#nav .ct{
	display: inline-block;
	position: relative;
	z-index: 1;
	vertical-align: middle;
	text-align: right;
	width: 100%;
	height: 50px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
}


#nav .bg{
	display: none;
	position: absolute;
	z-index: 0;
	top:50px;
	left: 0px;
	background:#000000;
	opacity: .83; 
	width: 100%;
	height: 100%;
}

#nav a {
	position: relative;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	width: auto;
	height: 23px;
	z-index: 2;
	margin-top: 14px;
	margin-bottom: 10px;
	margin-right: 10px;
}

#nav a img{
	display: inline-block;
	height: 23px;
}


#nav a:last-child {
	margin-right: 10px;
}


#content{
	float: left;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:0px 8px 0px 8px;
    background:#E5E5E6; 
}


.sec{
	float: left;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 0px 0px 0px;
}

.sec_info_img{
	float: left;
	width: 100%;
}


.info_sec{
	float: left;
	width: 100%;
	position: relative;
	margin-top: 50px;
	text-align: center;
}


.info_sec .fill_bg{
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
}


.lobby_img{
	display: inline-block;
	width: 80%;
	position: relative;
	z-index: 1;
	margin-top: 47px;
}

.form_wrap{
	display: inline-block;
	width: 270px;
	text-align: center;
	margin-top: 11px;
	position: relative;
	z-index: 1;
}

.field{
	display: inline-block;
	width: 100%;
	height: 30px;
	margin-top: 12px;
	background:#ffffff;
	border-radius: 5px; 
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 10px 0px 10px;
}


.field input{
	display: inline-block;
	width: 100%;
	height: 30px;
	background:none;
	border:none;
	color:  
}

.warning_img{
	display: inline-block;
	width: 250px;
	margin-top: 12px;
}

.terms_box{
	display: inline-block;
	width: 100%;
	margin-top: 12px;
	text-align: left;
}

.terms_box input{
	display: inline-block;
	vertical-align: top;
}


.terms_box .terms_img{
	display: inline-block;
	vertical-align: top;
	width: 236px;
}

.submit_btn{
	display: inline-block;
	vertical-align: middle;
	width: 116px;
	height: 31px;
	background: url(../images/submit.png);
	background-repeat: no-repeat;
	background-size: 116px 31px;
	background-color: none !important;
	border:none; 
	margin-top: 20px;
}



.more_info{
	display: inline-block;
	vertical-align: middle;
	width: 116px;
	height: 31px;
	background-image: url(../images/more.png);
	background-repeat: no-repeat;
	background-size: 116px 31px;
	background-color: none !important;
	border:none; 

	margin-top: 20px;
}


.ft_txt{
	display: inline-block;
	position: relative;
	z-index: 1;
	width: 90%;
	margin-top: 30px;
	margin-bottom: 10px;: 
}


#FOOTER{
	width:680px;
	height: 73px;
	background:#FFF001; 
  position: fixed;
  z-index: 10;
  bottom:0px;
  left: 50%;
  margin-left: -340px;
	}


.menu_btn{
	float: left;
	width: 25%;
	height: 73px;
	text-align: center;
}

.menu_btn img{
	display: inline-block;
	height: 47px;
	margin-top: 13px;
}






@media screen and (max-width: 680px) {


#logo{
	float: left;
	z-index: 2;
	height: 30px;
	margin:10px 0px 0px 15px;
	
}

.NAV_btn_wrap{
	display:  block;
	position:absolute;
	width:60px;
	top:15px;
	right:5px;
    z-index:20;
	}	



#nav{
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 11;
	top:-100%;
	left: 0%;
	margin-left:0px;
	overflow: hidden;
	-moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}



#nav.reveal{
	top:0%;
}


#nav .ct{
	display: table-cell;
	position: relative;
	z-index: 1;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0px 73px 0px;
}


#nav .bg{
	display: block;
	position: absolute;
	z-index: 0;
	top:50px;
	left: 0px;
	background:#000000;
	opacity: .83; 
	width: 100%;
	height: 100%;
}

#nav a {
	position: relative;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	width: 100%;
	height: 30px;
	z-index: 2;
	margin-top: 10px;
	margin-bottom: 10px;
}

#nav a img{
	display: inline-block;
	height: 23px;
}


#nav a:last-child {
	margin-right: 0px;
}


#head_call{
	height: 36px;
	position: absolute;
	z-index: 15;
	top:9px;
	right: 60px;
}

#m_frame{
	display: inline-block;
	width:100%;
	position:relative;
	z-index:3;
	text-align:center;
	}	

	

#HEADER{
	width:100%;
	height: 50px;
	background:#000000; 
  position: fixed;
  z-index: 12;
  top:0px;
  left: 0%;
  margin-left: 0px;
	}



#FOOTER{
	width:100%;
	height: 73px;
	background:#FFF001; 
  position: fixed;
  z-index: 10;
  bottom:0px;
  left: 0%;
  margin-left: 0px;
	}




}








