@charset "utf-8";
/* CSS Document */
:root {
		--MaxWidth: 450px;
	}
	a{
		text-decoration: none;
	}
body,html{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: brisbane, "Noto Sans TC", sans-serif;
}
#FooterCopyright a{
		text-decoration: none;
		color: #FFF;
	}
@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: 1760px;
		height: 150px;
		margin: 0 auto;
		padding-top: 26px;
		padding-left: 80px;
		padding-right: 80px;
		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: 1760px;
		height: 500px;
		margin: 0 auto;
		padding-left: 80px;
		right: 80px;
		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*/
}
@media screen and (min-width: 1260px) and (max-width: 1440px) {
	.ShowMobile{
		display: none;
	}

	
	header{
		width: 100%;
		height: 100px;
		position: fixed;
		z-index: 1000;
		transition: all .3s;
		background: #a5a5a5;
	}
	#HeaderForm{
		max-width: 1256px;
		height: 150px;
		margin: 0 auto;
		padding-top: 10px;
		box-sizing: border-box;
		padding-left: 80px;
		padding-right: 80px;
		
	}
	#Logo{
		width: 157px;
		height: 45px;
		float: left;
		background: url("/Assets/Web/Images/LogoNb.png") no-repeat;		
		margin-top: 15px;
		
	}
	#Menu{		
		float: right;
		padding-top: 5px;
	}
	#Menu ul{
		list-style: none;
	}
	#Menu ul li{
		width: 150px;
		height: 40px;
		float: left;
	}
	#Menu ul li a{
		color: #FFF;
		text-decoration: none;
	}
	.MenuC{
		height: 25px;
		font-size: 14px;
		font-weight: bold;
		font-weight: 600;
		font-style: normal;

		letter-spacing: 1px;

	}
	.MenuE{
		font-size: 12px;
		
		font-weight: 400;
		font-style: normal;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	/* Footer Start*/
	#ToTop{
		width: 40px;
		height: 100px;
		position: fixed;
		right: 30px;
		bottom: 70px;
		z-index: 1000;
		text-align: center;
		display: none;
	}
	#BtnLine{
		width: 40px;
		height: 40px;		
		background: url("/Assets/Web/Images/Line.png") no-repeat;
		background-size: contain;
		cursor: pointer;
		margin-bottom: 30px;
		
	}
	#BtnToTop{
		width: 40px;
		height: 12px;
		background: url("/Assets/Web/Images/ToTop.png") no-repeat center center;
		background-size: contain;
		cursor: pointer;
	}
	Footer{
		width: 100%;
		height: 350px;
		background: #a5a5a5;
		padding-left: 150px;
		padding-right: 150px;
		box-sizing: border-box;
	}
	#FooterForm{
		max-width: 1440px;
		height: 350px;
		margin: 0 auto;		
		box-sizing: border-box;
	}
	#FooterLogo{
		width: 157px;
		height: 260px;
		float: left;
		background: url("/Assets/Web/Images/LogoNb.png") no-repeat;
		margin-top: 80px;
	}
	#FooterText{
		width: 595px;
		height: 135px;
		float: right;		
		margin-top: 90px;
		border-bottom: 1px solid #FFF;
		padding-bottom: 50px;
		margin-right: 100px;
		box-sizing: border-box;
	}
	#FooterText1{
		width: 300px;
		line-height: 36px;
		font-size: 16px;
		
		font-weight: bold;
		font-style: normal;
		color: #FFF;
		letter-spacing: 2px;
		float: left;
	}
	#FooterTC{
		font-size: 16px;
		font-weight: 400 !important;;
	}
	#FooterText2{
		width: 290px;
		line-height: 36px;
		font-size: 16px;
		
		font-weight: 700;
		font-style: normal;
		color: #FFF;
		letter-spacing: 3px;
		float: right;
	}
	#FooterCopyright{
		width: 595px;
		font-size: 12px;
		
		font-weight: 300;
		font-style: normal;
		color: #FFF;	
		float: right;
		margin-right: 100px;
		margin-top: 30px;
		box-sizing: border-box;
	}
	/* Footer End*/
}
@media screen  and (max-width: 767px) {
	html,body{
		width: 100%;
		height: 100%;
		padding: 0px;
		margin: 0px;
		font-family:"vista-sans", "Noto Sans TC", sans-serif;
		font-weight:200;
		letter-spacing: 1px;
	}
	.ShowWeb{
		display: none;
	}
	/* Menu Start*/
		


	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;
		
	}
	#MenuClose{
		width: calc(100% - 240px);
		height: calc(100vh - 60px);
		position: absolute;
		right: 0px;
		top: 0px;
	}
	#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: 100%;
		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;			
	}
	
	.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;
	}
	/* Menu End*/
	/* Footer Start*/
	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;
		
	}
	/* Footer End*/
	#ToTop{
		width: 40px;
		height: 100px;
		position: fixed;
		right: 30px;
		bottom: 70px;
		z-index: 1000;
		text-align: center;
		display: none;
		
	}
	#BtnLine{
		width: 40px;
		height: 40px;		
		background: url("/Assets/Web/Images/Line.png") no-repeat;
		background-size: contain;
		cursor: pointer;
		margin-bottom: 30px;
		
	}
	#BtnToTop{
		width: 40px;
		height: 12px;
		background: url("/Assets/Web/Images/ToTop.png") no-repeat center center;
		background-size: contain;
		cursor: pointer;
	}
}
@media screen and (min-width: 768px) and (max-width:1259px) {
	.ShowMobile{
		display: none;
	}
	header{
		width: 100%;
		height: 100px;
		position: fixed;
		z-index: 1000;
		background: #a5a5a5;
	}
	#HeaderForm{
		max-width: 1024px;
		padding-left: 80px;
		padding-right: 80px;
		height: 100px;
		margin: 0 auto;
		padding-top: 10px;
		box-sizing: border-box;
		
	
		
	}
	#Logo{
		width: 157px;
		height: 45px;
		float: left;
		background: url("/Assets/Web/Images/LogoNb.png") no-repeat;		
		margin-top: 15px;
		
	}
	#Menu{		
		float: right;
		padding-top: 5px;
		padding-left: 0px;
	}
	#Menu ul{
		list-style: none;
	}
	#Menu ul li{
		width: 80px;
		height: 40px;
		float: left;
		text-align: left;
		margin-left: 70px;
	}
	#Menu ul li a{
		color: #FFF;
		text-decoration: none;
	}
	.MenuC{
		height: 25px;
		font-size: 14px;
		font-weight: bold;
		font-weight: 600;
		font-style: normal;

		letter-spacing: 1px;

	}
	.MenuE{
		font-size: 12px;
		
		font-weight: 400;
		font-style: normal;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	/* Footer Start*/
		#ToTop{
		width: 40px;
		height: 100px;
		position: fixed;
		right: 30px;
		bottom: 70px;
		z-index: 1000;
		text-align: center;
		display: none;
	}
	#BtnLine{
		width: 40px;
		height: 40px;		
		background: url("/Assets/Web/Images/Line.png") no-repeat;
		background-size: contain;
		cursor: pointer;
		margin-bottom: 30px;
		
	}
	#BtnToTop{
		width: 40px;
		height: 12px;
		background: url("/Assets/Web/Images/ToTop.png") no-repeat center center;
		background-size: contain;
		cursor: pointer;
	}
	Footer{
		width: 100%;
		height: 350px;
		background: #a5a5a5;
	}
	#FooterForm{
		max-width: 1024px;
		height: 350px;
		margin: 0 auto;
		padding-left: 80px;
		
		box-sizing: border-box;
	}
	#FooterLogo{
		width: 157px;
		height: 260px;
		float: left;
		background: url("/Assets/Web/Images/LogoNb.png") no-repeat;
		margin-top: 80px;
	}
	#FooterText{
		width: 595px;
		height: 175px;
		float: left;		
		margin-top: 80px;
		border-bottom: 1px solid #FFF;
		padding-bottom: 70px;
		margin-left: 100px;
		box-sizing: border-box;
	}
	#FooterText1{
		width: 250px;
		line-height: 36px;
		font-size: 16px;
		
		font-weight: bold;
		font-style: normal;
		color: #FFF;
		letter-spacing: 3px;
		float: left;
	}
	#FooterTC{
		font-size: 16px;
		font-weight: 400 !important;;
	}
	#FooterText2{
		width: 290px;
		line-height: 36px;
		font-size: 16px;
		
		font-weight: 700;
		font-style: normal;
		color: #FFF;
		letter-spacing: 3px;
		float: right;
	}
	#FooterCopyright{
		width: 595px;
		font-size: 12px;
		
		font-weight: 300;
		font-style: normal;
		color: #FFF;	
		float: left;
		margin-left: 100px;
		margin-top: 30px;
		box-sizing: border-box;
	}
	/* Footer End*/
	
}

@media screen and (min-width: 768px) and (max-width:1023px) {
	#Menu ul li{
		width: 100px !important;
		height: 40px;
		float: left;
		margin-left: 0px !important;
	}
	.MenuC{
		height: 25px;
		font-size: 14px;
		font-weight: bold;
		font-weight: 600;
		font-style: normal;

		letter-spacing: 1px;

	}
	.MenuE{
		font-size: 12px;
		
		font-weight: 400;
		font-style: normal;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
		
	/* Footer Start*/
	Footer{
		width: 100%;
		height:250px;
		background: #a5a5a5;
		padding: 0px 80px;
		box-sizing: border-box;
	}
	#FooterForm{
		max-width: 1024px;
		height: 150px;
		margin: 0 auto;
		padding-left: 0px;		
		box-sizing: border-box;
	}
	#FooterLogo{
		width: 157px;
		height: 100px;
		float: left;
		background: url("/Assets/Web/Images/LogoNb.png") no-repeat;
		margin-top: 50px;
	}
	#FooterText{
		width: calc(100% - 200px);
		max-width: 500px;
		height: auto;
		float: right;		
		margin-top: 50px;
		border-bottom: 1px solid #FFF;
		padding-bottom: 30px;
		margin-left: 0px;
		box-sizing: border-box;
	}
	#FooterText1{
		width: 200px;
		line-height: 25px;
		font-size: 14px;
		
		font-weight: bold;
		font-style: normal;
		color: #FFF;
		letter-spacing: 1px;
		float: left;
	}
	#FooterTC{
		font-size: 12px;
		font-weight: 400 !important;;
	}
	#FooterText2{
		width: 200px;
		line-height: 25px;
		font-size: 12px;
		
		font-weight: 700;
		font-style: normal;
		color: #FFF;
		letter-spacing: 1px;
		float: right;
	}
	#FooterCopyright{
		width: calc(100% - 200px);
		font-size: 9px;
		max-width: 500px;
		font-weight: 300;
		font-style: normal;
		color: #FFF;	
		float: right;
		margin-left: 10px;
		margin-top: 20px;
		box-sizing: border-box;
	}
	/* Footer End*/
	#ToTop{
		width: 29px;
		height: 100px;
		position: fixed;
		right: 15px;
		bottom: 70px;
		z-index: 1000;
		text-align: center;
		display: none;
		
	}
	#BtnLine{
		width: 29px;
		height: 29px;		
		background: url("/Assets/Web/Images/Line.png") no-repeat;
		background-size: contain;
		cursor: pointer;
		margin-bottom: 20px;
		
	}
	#BtnToTop{
		width: 29px;
		height: 12px;
		background: url("/Assets/Web/Images/ToTop.png") no-repeat center center;
		background-size: contain;
		cursor: pointer;
	}
}
