@charset "utf-8";
/* CSS Document */
body,html{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: brisbane, "Noto Sans TC", sans-serif;
}
@media screen and (min-width: 1441px) {
	.ShowMobile{
		display: none;
	}

	/* Header Start */
	header{
		width: 100%;
		height: 150px;
		position: fixed;
		z-index: 1000;
		background: #a5a5a5;
	}
	#HeaderForm{
		max-width: 1700px;
		height: 150px;
		margin: 0 auto;
		padding-top: 26px;
		padding-left: 50px;
		padding-right: 50px;
		box-sizing: border-box;
	}
	#Logo{
		width: 209px;
		height: 60px;
		float: left;
		background: url("/Assets/Web/Images/Logo.png") no-repeat;
		margin-top: 17px;
	}
	#Menu{		
		float: right;
		padding-right: 80px;
		padding-top: 5px;
	}
	#Menu ul{
		list-style: none;
	}
	#Menu ul li{
		width: 205px;
		height: 50px;
		float: left;
	}
	#Menu ul li a{
		color: #FFF;
		text-decoration: none;
	}

	.MenuC{
		height: 34px;
		font-size: 18px;
		font-weight: bold;
		font-weight: 600;
		font-style: normal;

		letter-spacing: 1px;

	}
	.MenuE{
		font-size: 16px;
		
		font-weight: 400;
		font-style: normal;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	/* Header End*/
	/* Footer Start*/
	#ToTop{
		width: 60px;
		height: 100px;
		position: fixed;
		right: 50px;
		bottom: 150px;
		z-index: 1000;
		text-align: center;
		display: none;
	}
	#BtnLine{
		width: 60px;
		height: 60px;		
		background: url("/Assets/Web/Images/Line.png") no-repeat;
		cursor: pointer;
		margin-bottom: 50px;

	}
	#BtnToTop{
		width: 60px;
		height: 15px;
		background: url("/Assets/Web/Images/ToTop.png") no-repeat center center;
		cursor: pointer;
	}
	Footer{
		width: 100%;
		height: 500px;
		background: #a5a5a5;
	}
	#FooterForm{
		max-width: 1700px;
		height: 500px;
		margin: 0 auto;
		padding-left: 50px;
		right: 50px;
		box-sizing: border-box;
	}
	#FooterLogo{
		width: 209px;
		height: 260px;
		float: left;
		background: url("/Assets/Web/Images/Logo.png") no-repeat;
		margin-top: 100px;
	}
	#FooterText{
		width: 875px;
		height: 175px;
		float: right;		
		margin-top: 90px;
		border-bottom: 1px solid #FFF;
		padding-bottom: 70px;
		margin-right: 80px;
		box-sizing: border-box;
	}
	#FooterText1{
		width: 350px;
		line-height: 36px;
		font-size: 20px;
		font-weight: bold;
		font-style: normal;
		color: #FFF;
		letter-spacing: 3px;
		float: left;
	}
	#FooterTC{
		font-size: 18px;
		font-weight: 400 !important;;
	}
	#FooterText2{
		width: 360px;
		line-height: 36px;
		font-size: 20px;
		font-weight: 700;
		font-style: normal;
		color: #FFF;
		letter-spacing: 3px;
		float: right;
	}
	#FooterCopyright{
		width: 875px;
		font-size: 16px;
		font-weight: 300;
		font-style: normal;
		color: #FFF;	
		float: right;
		margin-top: 70px;
		margin-right: 80px;
		box-sizing: border-box;
	}
/* Footer End*/
}
