@charset "utf-8";
body{
  /* background-image: url(../images/a_background.jpg);*/
  background-repeat:no-repeat;
  background-position:initial initial;
  -webkit-background-size:1920px 1500px; 
  -webkit-transition:all 0.1s linear;
  color:#444444;
  font-family:brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
  font-size:100%;
  transition:all 0.1s linear;
  height: 100%;
}
.content-banner{
	width: 100%;
	background-image: url(../images/b_product_r1_c1.png);
	z-index:-1;
}
.content-title{
	height: 90px; 
	margin: 0 auto;
	padding-top: 70px;
	font-family: brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
	font-size: 23px;
	text-align: center;
	color: #000000;
}
.content-wrapper{
	width: 700px;
	margin: 0 auto;
	margin-top: 50px;
}
.content-subtitle{
	font-family:brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
	font-size: 20px;
	color: #000000;
	margin-bottom: 18px;
}
.content-subtext{
	font-family:brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
	font-size: 18px;
	color: #A5A5A5;
	margin-bottom: 18px;
}
.content-text{
	font-family:brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 25px;
	margin-bottom: 25px;
}
.content-text ul{
	font-family:brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 25px;
	margin-bottom: 25px;
	list-style: disc;
}
.content-text ul li{
	font-family:brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 25px;
	list-style: disc;
	margin-left: 18px;
}