@font-face {
  font-family: bmw_bold;
  src: url('/font/BMWTypeNextLatinTT-Bold.ttf');
}
#nav a{
	color: white;
	text-decoration: none;
}
form{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
form div{
	width: 80%;
}
form input{
	height: 52px;
	line-height: 52px;
	border:1px solid rgb(7,102,57);
	width: 100%;
	text-align: center;
	color:rgb(7,102,57);
}
form select{
	height: 52px;
	line-height: 52px;
	border:1px solid rgb(7,102,57);
	width: 100%;
	background: white;
	text-align: center;
	color:rgb(7,102,57);
}
body{
	max-width: 500px;
	margin: 0 auto;
	border-right:0px solid #dddddd;
	border-left:0px solid #dddddd;
	font-family:  bmw_light, 'Noto Sans TC', sans-serif;
	-webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  color: #ae8330;
}
header{
	background-image: url("/images/headerlogo.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 72px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right:18px;
	padding-left:18px;
}
.fimage{
	width: 100%;
	position: relative;
	
}
.sliderwrapper{
	display: flex;
	justify-content: space-between;	
}
.sliderimage{
	padding-bottom:184%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;	
	
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center center;
}
.sliderbutton{
	display: flex;
	align-items: center;
	justify-content: center;
}
.sliderbox{
	position: absolute;
	z-index: 0;
	top: 12px;
	width: 100%;
	text-align: center;
}
.contact{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-image:url("/images/green.png");
	padding-top:42px;
}
.contact>div{
	width: 85%;
	max-width: 400px;
	margin: 18px auto;
	text-align: center;
}
.redeemterms{
	width: 100%;
	margin: 0 auto;
	padding-top:24px;
	padding-bottom:24px;
	padding:0px 24px 24px 24px;
	color: rgba(250,250,250,0.7);
	background: rgb(7,102,57);
	font-size:12px;
	line-height: 28px;
}
.termsrow{
	display: flex;
	margin:0px auto;
}
.termsrow .point{
	width: 5%;
}
.termsrow .content{
	width: 95%
}
.formterms{
	color:rgb(7,102,57);
	line-height: 20px;
	font-size: 13px;
	text-align: center;
	width: 90%;
	margin: 0px auto;
	margin-bottom: 24px;

}
.reg_button{
	background: rgb(7,102,57);
	width: 200px;
	line-height: 52px;
	text-align: center;
	color: white;
	margin-bottom: 18px;
}
form>div{
	margin: 12px auto;
}
.telrow{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.regioncode{
	width: 30%;
}
.telno{
	width: 65%;
}
.limitedbutton{
	position: absolute;
	width: 42%;
	top:12%;
	right: 7%;
}
.slider2 .lSPager a{
	width: 9px!important;
	height: 9px!important;
	background-color: rgb(162, 177, 165)!important;	
	border:2px solid rgb(162, 177, 165)!important;
}
.slider2 li.active a {
	background-color: rgb(7,102,51)!important;	
	border:2px solid rgb(7,102,51)!important;	
}
#nav{
	background: rgb(7,102,57);
	padding:24px;
	position: absolute;
	width: 100%;
	color: white;
	line-height: 52px;
	font-size:20px;
	text-align: center;
	z-index: 99;
	display: none;
}
.inforow{
	display: flex;
	margin: 12px 0px 12px 0px;
}
.clientinfo{
	border:2px solid white;
	padding:18px;	
	
	margin:0 auto;
	color:white;
}
.redeembutton{
	width: 50%;
	margin: 12px auto;
	border-radius: 4px;
	text-align: center;
	line-height: 58px;
	background-color:rgb(128,170,122);
	color: white;
}
@media (min-width: 600px) {

	
}
@media (min-width: 900px){

}


@media (min-width: 1200px){

}