@charset "utf-8";
/* CSS Document */
body, html{
	margin: 0px;
	padding: 0px;	
	font-family: "微軟正黑體";
	font-size: 12px;

}
*{
	outline: none;
}
header{
	width: 100%;
	height: 100px;
	top: -90px;
	background: #fff;	
}
.HeaderFixed {
 	z-index: 10;          
  	position: fixed;      
  	top: 0;
  	min-width: 100%;
  	opacity: 0.90;
  	border-bottom: 1px solid #CCC;
	box-shadow: 0px 3px 7px #CCC;
  	transition: all .5s ease-out; 	
}
#Logo{
	width: 200px;
	height: 100px;
	padding-top: 25px;
	float: left;
}
#Logo img{
	width: 200px;
}
#TopRight{
	width: calc(100% - 210px);
	height: 100px;
	float: right;
}
#Lang{
	width: 100%;
	height: 40px;
	float: right;	
	text-align: right;	
	padding-top: 15px;		
}
.LangMenu{
	padding: 2px;
	border: 1px solid #aaa;
	font-size: 12px;
	float: right;
	text-align: center;
	color: #AAA;
	cursor: pointer;	
	transition: all 0.2s ease-in ;
}
.LangMenu:hover{
	background: #AAA;
	color: #FFF;
	transition: all 0.2s ease-in ;
}
.LangTW{	
	width: 40px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.LangEN{	
	width: 50px;
	border-left: none;
	border-right: none;
}
.LangJP{	
	width: 52px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.ActionMenu{
		color: rgba(28,123,212,1.00);
		font-weight: bold;
		text-shadow: 2px 2px 2px #AAA;
	}
#Menu{
	width: 100%;
	height: 50px;
	float: right;
	text-align: right;
	font-size: 16px;
	padding-top: 15px;
}
#Menu ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#Menu ul li{
	width: 130px;
	height: 30px;
	line-height: 30px;
	float: right;		
	text-align: center;	
	cursor: pointer;
	background: url("/Templates/Images/Web/MenuRightLine.png") right center no-repeat;
	transition: all 0.2s ease-in;
}
#Menu ul li:hover{
	color: #4785F3;
	line-height: 15px;
	transition: all 0.2s ease-in;
}
.NoBorderRight{
	background: none !important;
}
#BannerTitle{
	width: 300px;
	height: 50px;
	text-align: center;
	position: absolute;
	z-index: 1000;
	font-size: 40px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 2px 2px 5px #666;
	top: 30%;
	left: 50%;
	margin-top: -25px;
	margin-left: -150px;
}
#BannerForm{
	width: 100%;
	height: calc(100vh - 100px);
	overflow: hidden;

}	
#banner{
	width: 100%;
	height: calc(100vh - 100px);

}
#BannerForm ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#BannerForm ul li{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

/*--scrollDown--*/
.scrollDown {
	width: 20px;
	height: 100px;
	text-align: center;
  	position: absolute;
  	z-index: 150;
  	bottom: 160px;
  	left: 50%;
  	cursor: pointer;
}
.arrow{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.arrow span{
	display: block;
	width: 20px;
	height: 20px;
	border-bottom: 5px solid #06A8FF;
	border-right: 5px solid #06A8FF;
	transform: rotate(45deg);
	margin: -10px;
	animation: animate 2s infinite;
}
.arrow span:nth-child(2){
	animation-delay: -0.2s;
}
.arrow span:nth-child(3){
	animation-delay: -0.4s;
}

/* Article */
article{
	width: 100%;
	padding: 0px;

}

/* Footer */
footer{
	width: 100%;
	min-height: 100px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: rgba(255,214,214,1.00);
	color: #333;
	font-size: 16px;
}
#FooterLogo{
	width: 250px;
	height: 70px;
	float: left;
}
.TitleName{
	width: 100%;
	height: 120px;	
	padding-top:50px;

	margin-bottom: 20px;
	text-align: center;	
	background: url("/Templates/Images/Web/TitleLine.png") center bottom no-repeat;
}
.TitleNameText1{
	height: 40px;
	font-size: 20px;
	letter-spacing: 10px;
	text-align: center;
	font-weight: bolder;
	color: #50AEF3;
}
.TitleNameText2{
	font-size: 16px;
	letter-spacing: 10px;
	color: #134F8E;
}
#Content{
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-size: 16px;

}

@keyframes animate {
0%{
	opacity: 0;
	transform: rotate(45deg) translate(-20px,-20px);
}
50%{
	opacity: 1;
}
100%{
	opacity: 0;
	transform: rotate(45deg) translate(20px,20px);
}
}

@media only screen and (min-width: 992px)	{
	#MobMenu{
		display: none;
	}
	#MenuIcon{
		display: none;
	}
}
@media only screen and (max-width: 991px) {
	header{
		width: 100%;
		height: 60px;
		padding: 0px;	
		top: 0px;
		position: fixed;
		z-index: 200000;
		border-bottom: 1px solid #CCC;
		box-shadow: 0px 3px 7px #CCC;
	}
	header .container, header .container .row{	
		padding: 0px;
		margin: 0px;
		
	}
	#TopRight{
		display: none;
	}
	#Logo{
		width: 150px;
		height: 60px;
		padding-top: 10px;
		float: left;
		margin-left: 10px;
	}
	#Menu{
		width: 250px;
		height: 100%;
		
	}
	#MenuIcon{
		width: 60px;
		height: 60px;
		float: left;
		display:flex;
		align-items: center;
		justify-content: center;
		background: rgba(67,183,248,1.00);	
		color: #FFF;
		cursor: pointer;
		
	}
	#MobMenu{
		width: 200px;
		height: calc(100vh - 60px);
		margin-left: -200px;
		background: rgba(67,183,248,0.90);	
		position: absolute;
		z-index: 1000;
		margin-top: 60px;
		padding: 10px;
		box-sizing: border-box;
		font-size: 16px;
		color: #FFF;
	}
	#MobLang{
		width: 100%;
		height: 40px;
		border: 1px solid #FFF;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;		
	}
	#BtnDown{
		width: 20px;
		height: 40px;
		line-height: 40px;
		position: absolute;
		box-sizing: border-box;
		margin-left:80px;
	
	}
	#MobLangMenuForm{
		width: calc(100% - 20px);
		height: 95px;
		display: none;
		padding-top: 10px;
		padding-bottom: 10px;
		box-sizing: border-box;
		background: rgba(67,183,248,0.80);	
		position: absolute;
	}
	.MobLangMenu{
		width: 100%;
		height: 25px;
		line-height: 25px;
		text-align: center;
		cursor: pointer;
	}
	.MobMenuItem{
		width: 100%;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		text-align: center;
		border-bottom: 1px solid rgba(207,236,255,0.30);
		cursor: pointer;
	}
	#BannerForm{	
		height: auto;
		overflow: hidden;
	}	
	#BannerTitle{
		display: none;
	}
	.scrollDown{
		display: none;
	}
	#Content{
		padding: 10px;
	}
	#FooterLogo{
		display: none;
	}
	#FooterLogo, #FooterText{
		width: 100%;
		float: none;
	
	}
}
#LinkIcon{
        width: 180px;
        height: 60px;
        padding-top: 5px;
        padding-left: 10px;
        border-radius: 30px 0 0 30px;
        background: rgba(253,183,255,0.55);
        position: fixed;
        right: 0px;
        bottom: 30px;         
    }