@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 768px) and (max-width: 1259px) {
	/* 錨點 Start */
	#PFormM{
		width: 0px;
		height: 0px;
		position: absolute;
		margin-top: -50px;
	}	
	#ProPoint3{
		width: 0px;
		height: 0px;
		position: absolute;
		margin-top: -150px;
	}
	#ProPoint2{
		width: 0px;
		height: 0px;
		position: absolute;
		margin-top: -150px;
	}
	/* 錨點 End */
	/* Banner Start */
	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;	
		overflow: hidden;
		
	}	
	#BannerForm{
		max-width: 1024px;
		height: 100vh;
		margin: 0 auto;		
		padding-top: 100px;
	}
	#BannerLeft{
		width: 364px;
		height: 420px;
		background: #F5F5F5;
		padding: 50px;
		box-sizing: border-box;
		top:50%;
		margin-top: -150px;
		
		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% - 400px);
		height: 300px;
		float: right;
		text-align: center;
		
	}
	#BannerRightText{
		width: 100%px;
		height: 170px;
		line-height: 90px;
		font-size: 50pt;
		color: #FFF;
		font-weight: 300;	
		position:absolute;
		bottom: 175px;
		right: 50px;
	
		box-sizing: border-box;
		text-align: right;
		font-style: italic;
	
	}
	/* Banner End */
	/* 產品選單 Start*/
	#Products{
		width: 100%;
		padding-top: 80px;
		padding-bottom: 0px;
	}
	#ProductsForm{
		max-width: 1024px;
		margin: 0 auto;
		text-align: center;
		overflow: hidden;
		overflow-x: scroll;
		scrollbar-width: none;
	}
	.productsMenu{
		width: 300px;
		height: 170px;
		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: 1000px;
		height: 270px;
		border-bottom: 1px solid #a5a5a5;
		margin: 0 auto;
	}
	/* 產品選單 End*/
	/* 內容頁 Start*/
	
	.ProductDetail{
		width: 100%;
		max-width: 1024px;
		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: calc(50% - 10px);
		float: left;
	}
	.ProTLeftText1{
		width: 250px;
		font-size: 26px;
		font-weight: 600;
		color: #a1734a;
		letter-spacing: 7px;	
		padding-right: 30px;
		margin-bottom: 15px;
	}
	.ProTLeftText2{
		width: 380px;
		font-size: 15px;
		line-height: 30px;
		font-weight: 600;
	
		letter-spacing: 1px;		
	}
	.ProTRight{
		width: calc(50% - 10px);
		float: right;		
		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;
		margin-bottom: 10px;
		
		border-radius: 25px;
		
	}
	.ProTLeftText4{
		width: calc(100% - 200px);
		font-size: 15px;
		line-height: 32px;
		font-weight: 500;
		
		padding-left: 10px;
		box-sizing: border-box;
	}
	.Pro2TLeftText4{
		width: calc(100% - 150px);
		font-size: 15px;
		line-height: 30px;
		font-weight: 500;
	
		padding-left: 10px;
		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: 1024px;		
		background: #faf5f0;
		padding-top: 100px;
		margin: 0 auto;
	}
	.Pro2box{
		width: 100%;
		margin: 0 auto;
	}
	.Width1{
		width: 360px;
	}
	.Pro2TRight{
		width: 50%;
		float: right;
		box-sizing: border-box;
	}
	#ProForm1,#ProForm2,#ProForm3{
		display: none;
		overflow: hidden;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	#ProPoint2{
		width: 0px;
		height: 0px;
		position: absolute;
		margin-top: -200px;
	}
	/* Banner Start */
	article{
		padding-top: 100px;
	}
	/* Banner Start*/
	#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: 1024px;
		height: 100vh;
		margin: 0 auto;		
		padding-top: 100px;
		padding: 80px;
		box-sizing: border-box;
	}
	#BannerLeft{
		width: 260px;
		height: 300px;
		background: #F5F5F5;
		padding: 35px;
		box-sizing: border-box;
		top:50%;
		margin-top: -150px;

		position: absolute;
		
	}
	#BannerTitle{
		width: 100%;
		height: 55px;
		line-height: 15px;
		font-size: 18.5px;
		font-weight: bold;
		color: #646464;
		padding-left: 20px;
		border-left: 6px solid #a5a5a5;
		letter-spacing: 5px;
		margin-bottom: 40px;
		box-sizing: border-box;
		padding-top: 5px;
	}
	#BannerLeftText{
		width: 100%;
		line-height: 20px;
		font-size: 10.5px;
		color: #646464;
		font-weight: 600;
		letter-spacing: 4px;
		margin-bottom: 80px;
		background: #F5F5F5;
	}
	#BannerRight{
		width: calc(100% - 300px);		
		height: 150px !important;		
		top: 50%;
		padding-right:80px;
		text-align: center;
		position: absolute;
		right: 0px;
		bottom: 0px;
	}
	#BannerRightText{
		width:300px;
		height: 170px;
		line-height: 60px;
		font-size: 32pt;
		color: #FFF;
		font-weight: 300;	
		box-sizing: border-box;
		text-align: right;
		font-style: italic;
		position: static;
		float: right;
	
	}
	/* Banner End */
	/* 內容頁 Start*/
	
	.ProductDetail{
		width: 100%;
		max-width: 1024px;	
		padding-top: 50px;
		padding-left: 50px;
		padding-right: 50px;
		box-sizing: border-box;
		
		margin: 0 auto;
		
	}
	.ProTitle{
		width: 100%;
		padding-left: 50px;	
		padding-right: 50px;
		padding-top: 50px;
		box-sizing: border-box;
		
	}
	.ProTitleN{
		border-top: none !important;
	}
	.ProTitle:after{
		content: ".";
		visibility: hidden;
		display: block;
		height: 0;
	}
	.Pro2Title{
		width: 100%;
		padding-left: 50px;	
		padding-right: 50px;
		padding-top: 50px;
		box-sizing: border-box;

		
	}
	.ProTitle:after, .Pro2Title:after{
		content: ".";
		visibility: hidden;
		display: block;
		height: 0;
		clear: both; 
	}

	.ProTLeft{
		width: 50%;
		float: left;
	}
	.ProTLeftText1{
		width: 100px;
		font-size: 18.5px;
		font-weight: 600;
		color: #a1734a;
		letter-spacing: 5px;
		float: left;
		padding-right: 0px;
	}
	.ProTLeftText2{
		width: calc(100% - 115px);
		font-size: 10.67px;
		line-height: 20px;
		font-weight: 600;
		float: right;
		letter-spacing: 1px;		
	}
	.ProTRight{
		width: 50%;
		float: right;
		padding-left: 30px;
		box-sizing: border-box;
	}
	.ProTLeftText3{
		width: 97px;
		height: 29px;
		color: #FFF;
		background: #a5a5a5;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 11.4px;
		font-weight: bold;
		letter-spacing: 6px;
		float: left;
		border-radius: 25px;
		
	}
	.ProTLeftText4{
		width: calc(100% - 100px);
		font-size: 10.67px;
		line-height: 20px;
		font-weight: 500;
		float: left;
		padding-left: 20px;
		box-sizing: border-box;
	}
	.Pro2TLeftText4{
		width: calc(100% - 100px);
		font-size: 10.67px;
		line-height: 20px;
		font-weight: 500;
		float: left;
		padding-left: 20px;
		box-sizing: border-box;
	}
	.ProListForm{
		width: 100%;
		padding-top: 30px;
		padding-left: 35px;
		padding-right: 35px;
		box-sizing: border-box;
		margin-bottom: 50px;
	}
	.ProListForm:after{
		content: ".";
		visibility: hidden;
		display: block;
		height: 0;
		clear: both; 
	}
	.Pro2ListForm{
		width: 100%;
		padding-top: 30px;
		padding-left: 35px;
		padding-right: 35px;
		box-sizing: border-box;
		margin-bottom: 50px;
	}
	.Pro2ListForm:after{
		content: ".";
		visibility: hidden;
		display: block;
		height: 0;
		clear: both; 
	}
	.ProItem{
		width: 184px;
		float: left;
		margin: 10px;
		margin-bottom: 20px;
	}
	.ProItemImg{
		width: 100%;
	}
	.ProItemImg img{
		max-width: 100%;
	}
	.ProItemName{
		width: 100%;
		line-height: 25px;
		height:25px;
		text-align: center;
		font-weight: 600;
		font-size: 10px;
		letter-spacing: 2px;
		padding-top: 10px;
		
	}
	.Pro2{
		width: 100%;
		max-width: 1280px;		
		background: #faf5f0;
		padding-top: 10px;
		margin: 0 auto;
	}
	.Pro2box{
		width: 100%;
		margin: 0 auto;
	}
	
	.Pro2TRight{
		width: 50%;
		float: right;
		padding-left: 30px;
		box-sizing: border-box;
	}
	#ProForm1,#ProForm2,#ProForm3{
		display: none;
		overflow: hidden;
	}
	/* 產品選單 Start*/
	#Products{
		width: 100%;
		padding-top: 80px;
		padding-bottom: 0px;
	}
	#ProductsForm{
		max-width: 1024px;
		margin: 0px;
		text-align: center;
		overflow: hidden;
		overflow-x: scroll;
		scrollbar-width: none;
		
	}
	.productsMenu{
		width: 251px;
		height: 142px;
		display: inline-block;
		margin: 13px;
		cursor: pointer;
		opacity: 1;
		transition: all .5s;
	}
	#PMenu{
		width: 901px;
		height: 250px;
		
	}
	#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: 13px;
		font-weight: 500;
		letter-spacing: 3px;

		margin-top: 105px;
		color: #FFF;
		text-align: left;
		padding-left: 20px;
		cursor: pointer;	
	}	
	.ProductsMenu img{
		max-width: 100%;
	}
	.productsMenu:hover{
		opacity: 1;
		transition: all .5s;
	}

	/* 產品選單 End*/
	
}
