@charset "utf-8";
.content{
	margin: 0 auto;
	width: 100%;
	/*margin-top: -22px;*/
}

/*about*/
.content .about{
	margin: 0 auto;
	max-width: 100%;
	max-width: 1110px;
}
.aboutwrap{
	width: 80%;
    position: relative;
    margin: 3% auto;
}
.content .about_title{
	font-family:brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
	font-size: 25px;
	color: #000;
	font-style: 600;
	padding: 0 40px; 
}
.content .about_text{
	padding-top: 10px;
	font-family:brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
	font-size: 15px;
	color: #000;
	line-height: 30px;
	padding: 10px 40px 0px;
	text-align: justify;
}
.about_line{
	width: 75%;
    height: 1px;
    background-color: #000;
	margin: 0 auto;
	max-width: 1100px;
	display: none;
}
.aboutpic{
	display: inline-block;
	position: relative;
}
.aboutpic img{
	width: 600px;
}
.content .productwrap{
	margin: 0 auto;
	max-width: 100%;
	max-width: 1110px;
}
.content .product_title{
	font-family:brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
	font-size: 3rem;
	color: #000;
	margin-left: 50px;
	font-weight: bolder;
}
.content .product_text{
	display: inline-block;
	position: relative;
	margin-top: 20px;
}
.content .product_text ul{
	list-style-type: disc;
	font-size: 15px;
}
.content .product_text li{
    /*width: 500px;*/
	font-family: brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
	font-size: 15px;
	line-height: 30px;
	color: #333333;
	padding-left: 10px;
	margin-left: 70px;
	list-style-type: disc;
}
/*collaboration*/
.copperation-text {
    font-family: brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
    font-size: 2rem;
    color: #333;
    text-align: center;
    margin: 3.5% 0;
    line-height: 4rem;
    letter-spacing: 1.5px;
}

@media screen and (max-width: 1250px) {
	.content .about {
	    width: 600px;
	}
	.aboutpic{
		margin-top: 180px;
	}
	.content .productwrap {
	    width: 600px;
	    margin-top: -180px;
	}
	.content .product_title{
		margin-top: -80px;
	}
	.content .product_text {
	    margin-bottom: 150px;
	}
}
@media screen and (max-width: 650px) {
	.content {
		margin-top: 0px;
	}
	.content .about {
    	width: 100%;
    }
    .aboutwrap{
		width: 100%;
		top: 0px;
		margin: 0 auto;
    }
	.aboutpic img{
		width: 350px;
    }
	.content .productwrap {
	    width: 100%;
	    margin-top: 0px;
	}
	.content .product_title{
		margin-left: 30px;
		margin-top: 0px;
	}
	.content .product_text {
	    margin-bottom: 150px;
	}
	.content .product_text li{
    width: 300px;
	margin-left: 50px;
	}
	.about_line {
		width: 85%;
		margin: 3% auto;
	}
	/*collaboration*/
	.copperation-text {
		font-family: brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
		font-size: 15px;
		color: #333;
		text-align: center;
		margin: 3% 0;
		line-height: 25px;
	}

}

