@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 767px) {
	:root {
		--MaxWidth: 450px;
	}
		/* 錨點 Start */
	#PFormM{
		width: 0px;
		height: 0px;
		position: absolute;
		margin-top: -30px;
	}	
	#ProPoint3{
		width: 0px;
		height: 0px;
		position: absolute;
		margin-top: -50px;
	}
	/* 錨點 End */
	body,html{
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		font-family: brisbane, "Noto Sans TC", sans-serif;	
	}
	/* Banner Start */
	article{
		padding-top: 60px;
	}
	#Banner{
		width: 100%;
		height: 555px;
		background: url("/Assets/Web/Images/Product/bannerBg.jpg") no-repeat top center;
		background-size: cover;	
		margin-bottom: 250px;
		
	}	
	#BannerForm{
		width: calc(100% - 60px);
		max-width: var(--MaxWidth);
		margin: 0 auto;	
		box-sizing: border-box;
		
		
	}
	#BannerLeft{
		width: 100%;		
		background: #F5F5F5;
		padding: 30px;
		box-sizing: border-box;	

	}
	#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: 30px;
	}
	#BannerRightM{
		width: 100%;
		height: 100%;
		text-align: center;
		padding-top: 150px;
	}
	#BannerRightTextM{
		width: 100%;
		height: 230px;
		line-height: 60px;
		font-size: 40px;
		color: #FFF;
		font-weight: 300;	
		
	
		box-sizing: border-box;
		text-align: right;
		font-style: italic;
	
	}
	/* Banner End */
	/* Products Menu Start*/
	#Products{
		width: 100%;		
		box-sizing: border-box;
	}
	#ProductsForm{
		width: 100%;
		max-width: var(--MaxWidth);
		padding: 30px;
		padding-bottom: 0px;
		box-sizing: border-box;
		overflow: hidden;
		overflow-x: scroll;
		margin: 0 auto;
		scrollbar-width: none;
		
	}
	.productsMenu{
		width: 250px;
		height: 150px;
		display: inline-block;
		margin: 13px;
		cursor: pointer;
		
	}
	#PMenu{
		width: 811px;
		height: 210px;
		
	}
	#PMenu1{
		margin-left: 0px;
		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;
		margin-right: 0px;
	}
	.MenuAct{
		opacity: 0.6;
	}
	.PMenuName{		
		font-size: 22px;
		font-weight: 500;
		letter-spacing: 6px;
		margin-top: 100px;
		color: #FFF;
		text-align: left;
		padding-left: 25px;
		cursor: pointer;
	
	}
	.ProductsMenu img{
		max-width: 100%;
	}
	
	/* 內容頁 Start*/	
	.ProductDetail{
		width: 100%;
		max-width: var(--MaxWidth);
		padding-top: 10px;
		margin: 0 auto;
		padding-bottom: 70px;
	}
	#ProForm1,#ProForm2,#ProForm3{
		display: none;
	}
	.ProTitle{
		width: 100%;
		box-sizing: border-box;
		padding: 0px 30px 30px 30px;		
			
	}

	.ProTLeft{
		width: 100%;
		border-top: 1px solid #a5a5a5;	
		padding-bottom: 30px;
		padding-top: 50px;
		box-sizing: border-box;
	}
	.ProTLeftText1{
		width: 100%;
		font-size: 22px;
		font-weight: 600;
		color: #a1734a;
		letter-spacing: 7px;
		padding-bottom: 30px;

	}
	.ProTLeftText2{
		width: 100%;
		font-size: 14px;
		line-height: 30px;
		font-weight: 500;		
		letter-spacing: 1px;	
	}
	.ProTRight{
		width: 100%;	
		box-sizing: border-box;
	}
	.ProTLeftText3{
		width: 135px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		color: #FFF;
		background: #a5a5a5;
		font-weight: bold;
		margin-bottom: 25px;
		letter-spacing: 6px;
		border-radius: 20px;		
	}
	.ProTLeftText4{
		width: 100%;
		font-size: 14px;
		line-height: 30px;
		font-weight: 500;
		box-sizing: border-box;
	}
	.Pro2TLeftText4{
		width: 100%;
		font-size: 14px;
		line-height: 30px;
		font-weight: 500;
		box-sizing: border-box;
		padding-bottom: 30px;
	}
	.ProListForm{
		width: 100%;	
	}
	.ProItem{
		width: 100%;		
		margin-bottom: 30px;
	}
	.ProItemImg{
		width: 100%;
		text-align: center;
	}
	.ProItemImg img{
		max-width: 100%;
	
	}
	.ProItemName{
		width: 100%;
		line-height: 30px;
		height: 30px;
		text-align: center;
		font-weight: 600;
		font-size: 16px;
		letter-spacing: 2px;
		padding-top: 10px;
		
	}
	
	.Pro2{
		width: 100%;
		max-width: var(--MaxWidth);		
		background: #faf5f0;
		padding-top: 100px;
		margin: 0 auto;
		padding: 30px;
		box-sizing: border-box;
	}
	.NoBorder{
		border: none;
	}
}
