@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 767px) {
	:root {
		--MaxWidth: 450px;
	}
	.ShowWeb{
		display: none;
	}
	html,body{
		width: 100%;
		height: 100%;
		padding: 0px;
		margin: 0px;
		font-family: brisbane, "Noto Sans TC", sans-serif;
		font-weight:200;
		letter-spacing: 1px;
	}

	a{
		text-decoration: none;
	}

	header{
		width: 100%;
		height: 60px;
		background: #a5a5a5;
		box-sizing: border-box;
		padding-top: 15px;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 10000;
	}
	#Logo{
		width: 104px;
		height: 30px;
		background: url("/Assets/Web/Images/LogoM.png") no-repeat;
		background-size: cover;
		margin-left: 40px;		
		float: left;
	}
	#MenuIcon{
		width: 32px;
		height: 32px;
		float: right;
		padding-right: 30px;
		padding-top: 5px;
		text-align: right;
		transition: all 0.5s linear linear;
		cursor: pointer;	
	}
	#MenuLine1{
		width: 30px;
		height: 2px;	
		background: #FFF;
		transition: all 0.3s linear;
		
	}
	#MenuLine2{
		width: 20px;
		height: 2px;	
		margin-top: 6px;
		margin-left: 10px;
		background: #FFF;
		transition: all 0.3s linear;
	}
	#MenuLine3{
		width: 20px;
		height: 2px;	
		margin-top: 6px;
		margin-left: 10px;
		background: #FFF;
		transition: all 0.3s linear;
	}
	.MenuLine2Act{
		opacity: 0;
		transition: all 0.3s linear;
	}
	.MenuLine1Act{
		width: 32px !important;
		margin-top: 8px !important;
		margin-left: 0px !important;
		transform-origin: center;
		transform: rotate(-40deg);
		background: #FFF;
		transition: all 0.3s linear;
	}
	.MenuLine3Act{
		width: 32px !important;
		margin-top: -10px !important;
		margin-left: 0px !important;
		transform-origin: center;
		transform: rotate(40deg);
		background: #FFF;
	
		transition: all 0.3s linear;
		box-sizing: border-box;
		
	}
	#MenuM{
		width: 100%;
		height: 100vh;
		background: rgba(0,0,0,0.60);
		position: fixed;		
		top: 60px;
		left: 0px;
		box-sizing: border-box;	
		display: none;
		
		
	}
	#MenuM ul{
		width: 240px;
		height: calc(100vh - 60px);
		background: #69a3aa;
		padding: 40px 30px;;
		margin: 0px;
		list-style: none;
		box-sizing: border-box;
		margin-left: -240px;
	}
	#MenuM ul li{
		width: 100%;
		min-height: 60px;			
	}
	#MenuClose{
		width: calc(100% - 240px);
		height: calc(100vh - 60px);
		position: absolute;
		right: 0px;
		top: 0px;
	}
	.MenuName{
		width: 100%;
		height: 40px;	
		cursor: pointer;
	
	}
	
	.MenuC{
		font-size: 16px;
		float: left;
		color: #FFF;
		font-weight: 500;
		padding-left: 10px;
	}
	.MenuE{
		line-height: 24px;
		font-size: 14px;
		float: left;
		color: #FFF;
		font-weight: 500;
		padding-left: 10px;
	}
	.MenuChild{
		width: 100%;
		padding-bottom: 30px ;
		display: none;
		overflow: hidden;
		padding-left: 12px;
	
	}
	.MenuChildName{
		font-size: 14px;
		height: 30px;
		font-weight: 500;
		letter-spacing: 3px;
		color: #FFF;
		padding-left: 10px;
	}
	.MenuRightIcon{
		width: 13px;
		height: 18px;		
		float: left;
		text-align: left;
		padding-top: 3px;
	}
	.MenuRightIcon{
		transform: rotate(0deg);
		margin-top: 0px;
		transition: all 0.3s linear;
	}
	.MenuRightIconAct{
		transform: rotate(90deg);
		margin-top: 5px;
		transition: all 0.3s linear;
	}
	#Banner{
		width: 100%;
		height: 100vh;
		background: url("/Assets/Web/Images/IndexBannerNb.jpg") no-repeat center center;
		background-size: cover;
		overflow: hidden;
		padding-top: 50px;
		box-sizing: border-box;
	}
	#BannerForm{
		width: 100%;
		max-width: var(--MaxWidth);
		padding: 30px;
		box-sizing: border-box;
		margin: 0 auto;
		
			
	}
	#BannerText1{
		width: 100%;
		font-size: 17.5px;
		color: #FFF;
		font-weight: 500;
		line-height: 30px;
		letter-spacing: 5px;
		margin-bottom: 30px;
		padding-top: 30px;
		box-sizing: border-box;
		z-index: 100;
	}
	.BFont1{
		color: #92d1d5;
		font-weight: bold;
	}
	#BannerText2{
		width: 100%;
		font-size: 23.14px;
		color: #FFF;
		font-weight: bold;
		line-height: 35px;
		letter-spacing: 2px;
		box-sizing: border-box;
		z-index: 100;
	}
	#Copyright{
		display: none;
	}
	#BannerBottomBg{
		width: 277px;
		height: 182px;
		background: url("/Assets/Web/Images/BannerBottomBg.png") left bottom no-repeat;
		position: absolute;
		bottom: 0px;
		right: 0px;
	}
	#BannerLine{
		width: 138px;
		height: 82px;
		background: url("/Assets/Web/Images/VectorM.png") no-repeat;
		position: absolute;
		bottom: 50px;
		right: 70px;
		z-index: 100;
	}
	#About{
		width: 100%;
		padding: 50px 30px;
		box-sizing: border-box;	
	}
	#AboutForm{
		width: 100%;	
		max-width: var(--MaxWidth);
		height: 700px;
		background:url("/Assets/Web/Images/AboutMBg.png") no-repeat center bottom;
		background-size: cover;
		padding: 50px 30px;
		box-sizing: border-box;
		margin: 0 auto;
	}
	#AboutTitle{
		width: 100%;
		color: #FFF;
		font-size: 22px;
		font-weight: 700;
		letter-spacing: 5px;
		margin-bottom: 25px;
	}
	#AboutContent{
		width: 100%;
		color: #FFF;
		font-size: 14px;
		font-weight: 700;
		line-height: 28px;
		letter-spacing: 1.5px;
		margin-bottom: 30px;
	}
	#AboutMore{
		width: 125px;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 1.5px;
		float: right;		
		text-align: right;
		color: #FFF;
		background: url("/Assets/Web/Images/AboutMoreMBg.png") left no-repeat;
	}
	#Flexible{
		width: 100%;		
		background-color: #a5a5a5;
		background-image:url("/Assets/Web/Images/FlexibleMBg.jpg.png");
		background-size: auto;
		background-position: right top;
		background-repeat: no-repeat;
		padding-top: 310px;
		border-bottom: 1px solid #FFF;
		
	}
	#FlexibleForm{
		width: calc(100% - 60px);
		max-width: var(--MaxWidth);	
		padding: 30px;		
		margin: 0 auto;
	}
	#FlexibleTitle{
		width: 260px;
		font-size: 22px;
		font-weight: 700;
		color: #FFF;
		border-bottom: 1px solid #FFF;
		padding-bottom: 25px;
		letter-spacing: 5px;
	}
	#FlexibleText1{
		width: 100%;
		font-weight: 700;
		font-size: 20px;
		color: #FFF;
		font-style: italic;
		letter-spacing: 3px;
		padding-top: 25px;
	}
	#FlexibleText2{
		width: 260px;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 2px;
		line-height: 25px;
		color: #FFF;
		padding-top: 30px;
	}
	#FlexibleMore{
		width: 40px;
		height: 78px;
		margin-left: 280px;
		margin-top: -78px;
		
	}
	#FlexibleBtn{
		width: 40px;
		height: 78px;
		background: url("/Assets/Web/Images/FlexibleMorerM.png") no-repeat;
	}
	#IndexTextM{
		width: 100%;
		height: 160px;
		text-align: center;
		background-color: #92D1D5;
		color: #FFF;
		font-size: 11px;
		font-weight: 400;
		box-sizing: border-box;
		padding-top: 50px;
		line-height: 20px;
		letter-spacing: 1px;
		border-bottom: 1px solid #FFF;
	}
	#Products{
		width: 100%;
		height: 665px;
		background:#a5a5a5 url("/Assets/Web/Images/ProductsMBg.jpg") left top no-repeat;
		
	}
	#ProductsForm{
		width: 100%;
		max-width: var(--MaxWidth);	
		padding: 30px;	
		box-sizing: border-box;
		padding-top: 350px;
		margin: 0 auto;
		
	}
	#ProductsTitle{
		width: 260px;
		font-size: 22px;
		font-weight: 700;
		padding-bottom: 30px;
		letter-spacing: 5px;
		color: #FFF;
		border-bottom: 1px solid #FFF;		
	}
	#ProductsText1{
		width: 100%;
		font-weight: 700;
		font-size: 20px;
		color: #FFF;
		font-style: italic;
		letter-spacing: 3px;
		padding-top: 30px;
	}
	#ProductsText2{
		width: 260px;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 2px;
		line-height: 30px;
		color: #FFF;
		padding-top: 30px;
	}
	#ProductsMore{
		width: 40px;
		height: 78px;
		margin-left: 10px;
		margin-top: 195px;
		float: right;
	
		
	}
	#ProductsBtn{
		width: 40px;
		height: 78px;
		background: url("/Assets/Web/Images/FlexibleMorerM.png") no-repeat;
	}
	#Service{
		width: 100%;
		padding: 60px 30px 30px 30px;
		box-sizing: border-box;
	}
	#ServiceForm{
		width: 100%;
		max-width: var(--MaxWidth);
		margin: 0 auto;
	}
	#ServiceTitle{
		width: 100%;
		line-height: 30px;
		color: #a5a5a5;
		font-size: 22px;
		font-weight: 700;
		letter-spacing: 5px;
	}
	#ServiceTitleEn{
		padding-bottom: 10px;
	}
	#ServiceTitleTw{
		padding-bottom: 20px;
	}
	#ServiceSlick{
		width: 100%;
	}
	.ServiceList{
		width: 100%;
	}
	.ServiceImg{
		width: 100%;	
		max-width: var(--MaxWidth) !important;
		
	}
	.ServiceImg img{
		max-width: 100%;
	}
	.ServiceName{
		width: 150px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		border-radius: 25px;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 3px;
		margin: 0 auto;
		border: 1px solid #646464;	
		color: #646464;
		margin-top: 30px;
		margin-bottom: 30px;		
	}
	#Contact{
		width: 100%;
		padding: 30px;
		padding-top: 0px;
		padding-bottom: 60px;
		box-sizing: border-box;
		
	}
	#ContactForm{
		width: 100%;
		height: 600px;
		max-width: var(--MaxWidth);	
		background:#cab9a7 url("/Assets/Web/Images/ContactMBg.jpg") no-repeat top right;
		box-sizing: border-box;
		padding: 50px 30px;
		color: #FFF;
		margin: 0 auto;
	}
	#ContactTitle{
		width: 100%;
		height: 60px;
		font-size: 22px;
		font-weight: 700;
		letter-spacing: 5px;
	}
	#ContactContent{
		width: 100%;
		font-size: 14px;
		font-weight: 500;
		line-height: 30px;
		margin-bottom: 30px;
		letter-spacing: 1.5px;
	}
	#ContactMore{
		width: 120px;
		height: 45px;
		text-align: center;
		line-height: 45px;
		background: #FFF;
		font-size: 16px;
		font-weight: 500;
		color: #646464;
		letter-spacing: 3px;
	}
	Footer{
		width: 100%;
		padding: 50px 30px;
		box-sizing: border-box;
		color: #FFF;
		background: #a5a5a5;
	}
	#FooterForm{
		width: 100%;
		max-width: var(--MaxWidth);
		margin: 0 auto;
	}
	#FooterLogo{
		width: 139px;
		height: 40px;
		background: url("/Assets/Web/Images/Logo.png") no-repeat;	
		background-size: contain;
		margin-bottom: 50px;
	}
	#FooterText{
		width: 100%;
		padding-bottom: 40px;
		border-bottom: 1px solid #FFF;
	
	}
	#FooterText1{
		width: 100%;
		font-size: 16px;
		font-weight: 500;
		line-height: 30px;
		padding-bottom: 30px;
	}
	#FooterText2{
		width: 100%;
		font-size: 16px;
		font-weight: 500;
		line-height: 30px;
		
	
	}
	#FooterCopyright{
		width: 100%;
		line-height: 20px;
		font-size: 10px;
		font-weight: 300;
		padding-top: 40px;
		
	}
	#ToTop{
		width: 35px;
		height: 100px;
		position: fixed;
		right: 30px;
		bottom: 70px;
		z-index: 1000;
		text-align: center;
		display: none;
		
	}
	#BtnLine{
		width: 35px;
		height: 35px;		
		background: url("/Assets/Web/Images/Line.png") no-repeat;
		background-size: contain;
		cursor: pointer;
		margin-bottom: 30px;
		
	}
	#BtnToTop{
		width: 35px;
		height: 12px;
		background: url("/Assets/Web/Images/ToTop.png") no-repeat center center;
		background-size: contain;
		cursor: pointer;
	}
}