@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 1260px) and (max-width: 1440px) {
		/* 錨點 Start */
	#PFormM{
		width: 0px;
		height: 0px;
		position: absolute;
		margin-top: -90px;
	}	
	#ProPoint3{
		width: 0px;
		height: 0px;
		position: absolute;
		margin-top: -200px;
	}
	#ProPoint2{
		width: 0px;
		height: 0px;
		position: absolute;
		margin-top: -200px;
	}
	/* 錨點 End */
	article{
		padding-top: 100px;
	}
	#Banner{
		width: 100%;
		height: calc(100vh - 100px);		
		background: url("/Assets/Web/Images/Product/bannerBg.jpg") no-repeat top center;
		background-size: cover;	
		
	}	
	#BannerForm{
		max-width: 1256px;
		height: 600px;
		margin: 0 auto;		
		padding-top: 100px;
	}
	#BannerLeft{
		width: 364px;
		height: 420px;
		background: #F5F5F5;
		padding: 50px;
		box-sizing: border-box;
		top:50%;
		margin-top: -150px;
		left: 140px;
		position: absolute;
		
	}
	#BannerTitle{
		width: 100%;
		height: 75px;
		line-height: 20px;
		font-size: 26px;
		font-weight: bold;
		color: #646464;
		padding-left: 30px;
		border-left: 6px solid #a5a5a5;
		letter-spacing: 5px;
		margin-bottom: 60px;
		box-sizing: border-box;
		padding-top: 5px;
	}
	#BannerLeftText{
		width: 100%;
		line-height: 30px;
		font-size: 15px;
		color: #646464;
		font-weight: 600;
		letter-spacing: 5px;
		margin-bottom: 80px;
		background: #F5F5F5;
	}
	#BannerRight{
		width: calc(100% - 500px);
		height: calc(100vh - 100px);
		float: right;
		text-align: center;
	}
	#BannerRightText{
		width: 600px;
		height: 170px;
		line-height: 90px;
		font-size: 50pt;
		color: #FFF;
		font-weight: 300;	
		position:absolute;
		bottom: 175px;
		margin-right: 200px;
		box-sizing: border-box;
		text-align: right;
		font-style: italic;
	
	}
	/* Banner End */
	/* 產品選單 Start*/
	#Products{
		width: 100%;
		padding-top: 120px;
		padding-bottom: 0px;
	}
	#ProductsForm{
		max-width: 1256px;
		margin: 0 auto;
		text-align: center;
		overflow: hidden;
		overflow-x: scroll;
		scrollbar-width: none;
	}
	.productsMenu{
		width: 353px;
		height: 200px;
		display: inline-block;
		margin: 13px;
		cursor: pointer;
		opacity: 1;
		transition: all .5s;
	}
	#PMenu1{
		background-image: url("/Assets/Web/Images/Product/BUTTOM_W_01.jpg");
		background-size: cover;
	}
	#PMenu2{
		background-image: url("/Assets/Web/Images/Product/BUTTOM_W_02.jpg");
		background-size: cover;
	}
	#PMenu3{
		background-image: url("/Assets/Web/Images/Product/BUTTOM_W_03.jpg");
		background-size: cover;
	}
	.MenuAct{
		opacity: 0.6;
	}
	.PMenuName{		
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 6px;
		margin-top: 140px;
		color: #FFF;
		text-align: left;
		padding-left: 25px;
		cursor: pointer;
	
	}
	
	.ProductsMenu img{
		max-width: 100%;
	}
	.productsMenu:hover{
		opacity: 1;
		transition: all .5s;
	}
	#PMenu{
		width: 1145px;
		height: 300px;
		border-bottom: 1px solid #a5a5a5;
		margin: 0 auto;
	}
	/* 產品選單 End*/
	/* 內容頁 Start*/
	
	.ProductDetail{
		width: 100%;
		max-width: 1256px;
		padding-top: 100px;
		margin: 0 auto;
	}
	.ProTitle{
		width: 100%;
		padding-left: 60px;	
		padding-right: 50px;
		box-sizing: border-box;
		
	}
	.Pro2Title{
		width: 100%;
		padding-left: 100px;	
		padding-right: 50px;
		box-sizing: border-box;
		
	}
	.ProTitle:after, .Pro2Title:after{
		content: ".";
		visibility: hidden;
		display: block;
		height: 0;
		clear: both; 
	}

	.ProTLeft{
		width: 50%;
		float: left;
	}
	.ProTLeft:after{
		content: ".";
		visibility: hidden;
		display: block;
		height: 0;
		clear: both; 
	}
	.ProTLeftText1{
		width: 150px;
		font-size: 26px;
		font-weight: 600;
		color: #a1734a;
		letter-spacing: 7px;
		float: left;
		padding-right: 30px;
	}
	.ProTLeftText2{
		width: 380px;
		font-size: 15px;
		line-height: 30px;
		font-weight: 600;
		float: left;
		letter-spacing: 1px;		
	}
	.ProTRight{
		width: 50%;
		float: right;
		padding-left: 80px;
		box-sizing: border-box;
	}
	.ProTLeftText3{
		width: 135px;
		height: 40px;
		color: #FFF;
		background: #a5a5a5;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 6px;
		float: left;
		border-radius: 25px;
		
	}
	.ProTLeftText4{
		width: calc(100% - 200px);
		font-size: 15px;
		line-height: 32px;
		font-weight: 500;
		float: left;
		padding-left: 40px;
		box-sizing: border-box;
	}
	.Pro2TLeftText4{
		width: calc(100% - 150px);
		font-size: 15px;
		line-height: 30px;
		font-weight: 500;
		float: left;
		padding-left: 40px;
		box-sizing: border-box;
	}
	.ProListForm{
		width: 100%;
		padding-top: 50px;
		padding-left: 50px;
		padding-right: 50px;
		box-sizing: border-box;
		margin-bottom: 100px;
	}
	.ProListForm:after{
		content: ".";
		visibility: hidden;
		display: block;
		height: 0;
		clear: both; 
	}
	.Pro2ListForm{
		width: 100%;
		padding-top: 40px;
		padding-left: 85px;
		padding-right: 10px;
		box-sizing: border-box;
		margin-bottom: 100px;
		padding-bottom: 80px;
	}
	.Pro2ListForm:after{
		content: ".";
		visibility: hidden;
		display: block;
		height: 0;
		clear: both; 
	}
	.ProItem{
		width: 257px;
		float: left;
		margin: 15px;
		margin-bottom: 20px;
	}
	.ProItemImg{
		width: 100%;
	}
	.ProItemImg img{
		max-width: 100%;
	}
	.ProItemName{
		width: 100%;
		line-height: 30px;
		height: 30px;
		text-align: center;
		font-weight: 600;
		font-size: 15px;
		letter-spacing: 2px;
		padding-top: 20px;
		
	}
	.Pro2{
		width: 100%;
		max-width: 1256px;	
		background: #faf5f0;
		padding-top: 100px;
		margin: 0 auto;
	}
	.Pro2box{
		width: 100%;
		margin: 0 auto;
	}
	.Width1{
		width: 360px;
	}
	.Pro2TRight{
		width: 50%;
		float: right;
		padding-left: 75px;
		box-sizing: border-box;
	}

	#ProForm1,#ProForm2,#ProForm3{
		display: none;
		overflow: hidden;
	}
}
