@charset "utf-8";
/* CSS Document */


/*----- 品管 -----*/
.contentTxt {
	line-height: 34px; 
}

.certificate {
	margin: 55px 0;
}

.quality {
	text-align: center;
}

.quality .col-sm-6 {
	padding: 30px;
}

.reduce {
	padding-bottom: 60px;
}




/*----- 市場 -----*/
.market {
	text-align: center;
	margin-bottom: 30px;
}

.market .marketList {
	padding-bottom: 45px;
}

.market h3 {
	font-size: 21px; 
	color: #d59914;
	font-weight: normal;
	margin-bottom: 20px;
}

.subtitle {
	font-size: 34px; 
	color: #4c3c32;
	font-weight: normal;
	margin-bottom: 50px;
	text-align: center;
	font-family: 'Philosopher', 微軟正黑體, 新細明體, sans-serif;
}



/*----- 聯絡我們 -----*/
.contactInfo {
	width: 46%;
	min-height: 560px;
	float: left;
	font-size: 17px;
	color: #5e5e5e;
	padding: 35px 38px;
	margin-top: 6px;
	line-height: 33px;
	background-color: #f3f3f3;
}

.contactInfo a {
	color: #5e5e5e;
	text-decoration: underline;
}

.contactInfo a:hover {
	text-decoration: none;
}

h3.companyName {
	font-size: 24px;
	color: #9e873e;
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 28px;
}

.contactTel,
.contactTxt {
	line-height: 36px;
}

.contactTel {
	margin: 8px 0;
}

.contactIcon {
	vertical-align: bottom;
	margin-right: 12px;
}

.contactForm {
	width: 47%;
	float: right;
}



/* 表單樣式 */

label {
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 7px;
}

label span {
	font-size: 14px;
	color: #ec060b;
	margin-left: 4px;
}

.codeInput {
	width: 40%;
	margin-right: 15px;
	display: inline-block;
}

.input {
	background-color: #fafafa;
}

.checkbox {
	padding-left: 30px;
}

.textarea {
	min-height: 130px;
	background-color: #fafafa;
}

.submitBtn {
	padding: 20px 0 0 0;
	float: right;
}

.submit {
	font-size: 18px; 
	color: #fff;
	padding: 12px 60px;
	background-color: #666;
	border-radius: 6px;
	text-align: center;
	border: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.submit:hover, 
.submit:focus {
	background-color: #d7ad42;
}





@media (max-width: 1199px){

/*----- 公司介紹 -----*/



}



@media (max-width: 991px){

/*----- 品管 -----*/
.quality .col-sm-6 {
	padding: 20px;
}


	
}


@media (max-width: 767px){

/*----- 品管 -----*/
.quality .col-sm-6 {
	padding: 20px 0 30px;
}


/*----- 聯絡我們 -----*/
.contactInfo {
	width: 100%;
	min-height: auto;
	float: none;
	margin-bottom: 40px;
}

.contactForm {
	width: 100%;
	float: none;
}




}


@media (max-width: 480px){

/*----- 市場 -----*/
.market {
	margin-bottom: 20px;
}

.market .marketList {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}



}


@media (max-width: 360px){

/*----- 聯絡我們 -----*/
.contactInfo {
	padding: 25px 27px;
}



}

