body{
	background-color: #f6f4ee;
	padding: 5.56vh 0 10vh;
}
#header{
	margin-bottom: 4.27%;
}
#header .inner{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: space-between;
	-moz-flex-direction: row;
	-moz-flex-wrap: wrap;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: space-between;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: space-between;
	-o-flex-direction: row;
	-o-flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
#header .back{
	vertical-align: middle;
}


.sec1{
	margin-bottom: 8.65%;
}
.sec1 .inner{
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-display: flex;
	-moz-align-items: flex-start;
	-moz-justify-content: space-between;
	-moz-flex-direction: row;
	-moz-flex-wrap: wrap;
	-ms-display: flex;
	-ms-align-items: flex-start;
	-ms-justify-content: space-between;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	-o-display: flex;
	-o-align-items: flex-start;
	-o-justify-content: space-between;
	-o-flex-direction: row;
	-o-flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.sec1 .img-box{
	width: 50%;
	position: relative;
}
.sec1 .img-box img{
	width: 100%;
}
.sec1 .img-box img.absolute{
	position: absolute;
	left: 13.333%;
	top: 16%;
}
.sec1 .text-box{
	width: 39.4%;
}
.sec1 .text-box .part1{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: space-between;
	-moz-flex-direction: row;
	-moz-flex-wrap: wrap;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: space-between;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: space-between;
	-o-flex-direction: row;
	-o-flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 5.6%;
}
.sec1 .text-box .part1 h5{
	font-size: 28px;
	color: #424241;
	font-weight: bold;
}
.sec1 .text-box .part1 h5 img{
	width: auto;
	height: 0.86em;
	margin-right: 0.64em;
	vertical-align: middle;
}
.sec1 .text-box .part1 h5 span{
	vertical-align: middle;
}
.sec1 .text-box .part1 select{
	font-size: 18px;
	color: #000;
	background-color: #fff;
	border-radius: 0.56em;
	height: 2.8em;
	line-height: 2.8em;
	padding: 0 1.2em;
	width: 14.333em;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-repeat: no-repeat;
	background-position: right 1.4em center;
	background-image: url(../images/productdetail1_sec1_tri.png);
	background-size: 0.666em auto;
}
.sec1 .text-box .part2{
	border-top: 1px solid #deead6;
	padding-top: 7.9%;
}
.sec1 .text-box .part2 td{
	font-size: 28px;
	color: #000;
	font-weight: bold;
	padding-bottom: 1em;
}
.sec1 .text-box .part2 tr:last-child td{
	padding-bottom: 0;	
}
.sec1 .text-box .part2 img{
	width: auto;
	height: 0.86em;
	margin-right: 0.64em;
}
.sec1 .text-box .part2 p{
	font-size: 0.7em;
	color: #000;
	line-height: 1.73;
	font-weight: normal;
}

.sec2 table{
	font-size: 16px;
	color: #333;
	width: 100%;
}
.sec2 th{
	color: #f6f4ee;
	text-align: center;
	font-size: 1.875em;
	background-color: #444;
	height: 2.76em;
}
.sec2 td{
	border-bottom: 1px solid rgba(90,90,88,0.3);
	padding: 1.375em 0;
	line-height: 1.5;
}
.sec2 td:first-child{
	width: 56.66%;
	padding-left: 15.833%;
}
.sec2 tr:first-child td{
	border-bottom: 0 none;
	padding: 1em 0;
	background-color: #e1e0dd;
	font-size: 1.5em;
}

@media only screen and (max-width:1500px){
	.sec1 .text-box .part1 h5{
		font-size: 22px;
	}
	.sec1 .text-box .part1 select{
		font-size: 16px;
	}
	.sec1 .text-box .part2 td{
		font-size: 22px;
	}
	.sec2 table{
		font-size: 14px;
	}

}
@media only screen and (max-width:1366px){
	.sec1 .img-box{
		width: 40%;
	}
	.sec1 .text-box{
		width: 50%;
	}
}
@media only screen and (max-width:1024px){
	body{
		padding: 2rem 0 4rem;
	}
	#header{
		margin-bottom: 1.5rem;
	}
	#header .logo{
		height: 2.375rem;
	}
	#header .back{
		height: 2rem;
	}

	.sec1{
		margin-bottom: 2rem;
	}
	.sec1 .inner{
		-webkit-display: block;
		-moz-display: block;
		-ms-display: block;
		-o-display: block;
		display: block;
	}
	.sec1 .img-box{
		width: 88%;
		margin-bottom: 3rem;
	}
	.sec1 .text-box{
		width: 100%;
	}
	.sec1 .text-box .part1{
		margin-bottom: 1rem;
	}
	.sec1 .text-box .part1 h5{
		font-size: 1rem;
	}
	.sec1 .text-box .part1 select{
		font-size: 0.6875rem;
		width: 12.4em;
	}
	.sec1 .text-box .part2{
		padding-top: 1rem;
	}
	.sec1 .text-box .part2 td{
		font-size: 1rem;
	}

	.sec2 table{
		font-size: 0.625rem;
	}
	.sec2 td:first-child{
		width: 40%;
		padding-left: 10%;
	}
}