/*== ====================  產品系列展示區 ======================== ==*/

#PRODUCTS .MACHINE h1 {
	display:block;
	text-indent:-9999px;
	height:550px;
	background-image:url("../images/5axis_AMU01.jpg");
}

#PRODUCTS .MACHINE h1.OPEN {
	background-image:url("../images/AMU260_01.jpg");
}

#PRODUCTS .MACHINE .SS{
	position:absolute;
	right:50px;
	top: 440px;
	width: 390px;
	height: 60px;
}

/*== =======================   特性介紹  ============================ ==*/
#PRODUCTS h2 {
	font-size:1.5em;
	font-weight:bold;
}

.MACHINE_Right, .MACHINE_Left {
	display: flex;
	align-items: center;
	position: relative;
}

	.MACHINE_Right {
		justify-content: flex-end;
	}

	.MACHINE_Left {
		justify-content: flex-start;
	}

.MACHINE_Right h1, .MACHINE_Left h1{
	display:block;
	text-indent:-9999px;
}

.MACHINE_Right .FEA {
	width: 500px;
	margin-right: 40px;
}

.MACHINE_Left .FEA {
	width: 500px;
	margin-left: 40px;
}

.MACHINE_Right .FEA li, .MACHINE_Left .FEA li {
	padding-left: 15px;
	text-indent: -15px;
}

.FEA li.nopadding {
	padding-left: 0;
	text-indent: 0;
}

.MACHINE_F1 {
	height: 550px;
	background-image:url("../images/5axis_AMU02.jpg");
}

.MACHINE_F2 {
	height: 740px;
	background:url("../images/5axis_AMU03.jpg") no-repeat;
}

.MACHINE_F3 {
	height:450px;
	background:url("../images/5axis_AMU04.jpg") no-repeat;
}

.MACHINE_F3 .FEA {
	width: 330px;
}

.MACHINE_F4 {
	height:550px;
	background:url("../images/5axis_AMU05.jpg") no-repeat;
}

.MACHINE_F4 .FEA{
	width: 400px;
}

.MACHINE_F5 {
	height: 580px;
	background:url("../images/5axis_AMU06.jpg") no-repeat;
}

.MACHINE_F5 .FEA{
	width: 520px;
}

.textBig {
	font-weight: bold;
	font-size: 18px;
}

.MACHINE_F6 {
	height: 390px;
	background:url("../images/5axis_AMU07.jpg") no-repeat;
}

.MACHINE_F6 .FEA{
	width: 400px;
}

#PRODUCTS .MACHINE_F11{
	position:relative;
	height:60px;
}

#PRODUCTS .MACHINE_F11 .S1{
	position:absolute;
	left:677px;
	top: 10px;
}

/*== =======================   SPC  ============================ ==*/
#MACHINE_SPC h1{
	color:#FF6600;
	line-height:1.7;
	font-size:18px;
	padding-left:10px;
}

#MACHINE_SPC p{
	font-size:13px;
	height:25px;
	line-height:25px;
	padding-left:10px;
}

#MACHINE_SPC .twoRows p {
	height:100%;
	line-height: 1.2;
	padding-top: 8px;
	padding-bottom: 8px;
}

#MACHINE_SPC .ST h5 {
	padding-left: 0;
}

#MACHINE_SPC #OPT{
	height:180px;
}

#MACHINE_SPC #OPT p {
	height: auto;
	line-height: 1.4;
	padding-left: 12px;
	text-indent: -12px;
	margin: 6px 0;
}
#MACHINE_SPC #OPT p span {
	padding-left: 12px;
	margin: 4px 0;
	display: block;
}

#MACHINE_SPC .ST {
	width:370px;
	float:left;
	margin: 10px 40px 15px 20px;
}
