body{
	margin: 0px;
	padding: 0px;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, '微軟正黑體', sans-serif;
	font-size: 1em;
	background: transparent;
	overflow-x: hidden;
	font-weight: 100 !important;
}

@font-face {
	font-family: 'Avenir';
	src: url('../font/Avenir.ttf');
}

input[type="button"]:active {
	outline: none;
	border: none;
}

*:focus {
	outline:0 !important;
}

a:hover{
	text-decoration: none !important;
}

p{
	text-align: justify;
}

.clear{
	clear: both;
}

.lazyLoad{
	position: relative;
	top:50px;
	opacity: 0;
	transition: .3s;
}

.lazyLoad.show{
	top:0px;
	opacity: 1;
}

.parallax-window {
	background: transparent;
}

.wrapper{
	width: calc( 100% - 50px);
	max-width: 960px;
	margin:0 auto;
}






#header{
	position: fixed;
	top:0;
	left:0;
	width: calc( 100% - 50px );
	padding: 25px;
	z-index: 99999999999;
	transition: .3s;
}

#logo{
	float: left;
	filter: brightness(100%);
	transition: .3s;
}

#headerLine{
	float: left;
	border-bottom: #fff 1px solid;
	padding: 5px;
	margin:0 20px;
	transition: .3s;
}

.today{
	font-family: 'Avenir';
	float: right;
	color: #fff;
	letter-spacing: 2px;
	transition: .3s;
}

#logoText{
	float: left;
	filter: brightness(100%);
}

#mainMenu{
	float: right;
}

#mainMenu li{
	float: left;
}

#mainMenu li img{
	width: 35px;
	margin-left: 10px;
	filter: brightness(100%);
	transition: .3s;
}





.title{
	width: 100%;
	margin-bottom: 25px;
}

.title01{
	border-bottom:#889cbc 1px solid;
	font-size: 16px;
	line-height: 25px;
	text-align: right;
}

.title03{
	position: relative;
	font-size: 16px;
	line-height: 25px;
}

.titleEn{
	font-family: 'Avenir';
	color: #889cbc;
}

.title01 .titleEn{
	position: relative;
	top:-2px;
	float: left;
	font-size: 35px;
}

.title02 .titleEn{
	display: inline-block;
	color: #fff;
	font-size: 30px;
}

.title03 .titleEn{
	position: relative;
	top:2px;
	display: inline-block;
	font-size: 55px;
	margin-right: 10px;
}






#submission{
	width: 100%;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.submitText{
	display: inline-block;
	width: 500px;
	font-size: 16px;
	text-align: center;
	color: #fff;
}


.submitText .titleEn{
	display: block;
}

.submitBtn{
	display: inline-block;
	font-size: 16px;
	line-height: 35px;
	padding:0 25px;
	background:rgba(255,255,255,0.85);
	transition: .2s;
	color: #000;
}

.submitBtn:hover{
	background:rgba(255,255,255,1);
	transition: 1s;
}

#footerInfo{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 0;
	background: #fff;

}

#footerInfo p{
	width: calc( 90% - 100px);
	max-width: 858px;
	border:#000 1px solid;
	padding: 25px 50px;
	font-size: 16px;
}

#footer{
	background:#3e4349;
	padding: 50px 0;
	text-align: center;
}

.footerList{
	width: 100%;
	border-bottom:#fff 1px solid;
}

.footerList li{
	display: inline-block;
	margin:15px;
	font-size: 16px;
	color: #fff;
}

.footerList li img{
	width: 35px;
}

#copyright{
	padding: 15px 0;
	font-size: 12px;
	letter-spacing: 2px;
	color: #fff;
}


#BgMenu{
	position: fixed;
	top:0px;
	right: -250px;
	height: calc( 100% - 50px);
	padding: 25px;
	background: #212223;
	z-index: 9999999999;
	transition: .3s;
}

#BgMenu li{
	width: 200px;
	margin-bottom: 15px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: right;
}

#BgMenu li img{
	width: 35px;
}

#BgMenu li input{
	width: calc( 100% - 60px);
	padding: 5px 10px;
	font-size: 13px;
	line-height: 20px;
	border: 0;
}


#BgMenu li#searchList{
	border-radius: 10px;
	background:#fff url('../images/search.png') center left no-repeat;
	background-size: contain;
}

#searchList{
	overflow: hidden;
}

#BgMenu.change{
	height: calc( 100% - 20px);
	padding: 10px 25px;
}

.RWDlink{
	display: none;
}

#open, #close{
	cursor: pointer;
}

#goTop{
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 25px;
	height: 25px;
	transition: .3s;
}

@media screen and (min-width: 1200px){
	.wrapper{
		max-width: 1136px;
	}

	#footerInfo p{
		width: 984px;
		padding: 50px 75px;
	}
}

@media screen and (max-width: 979px) {

	body{
		font-weight: 500 !important;
	}

	#header{
		position: absolute;
		height: auto;
		width: calc( 100% - 20px );
		padding: 10px;
	}

	#logo{
		width: 120px !important;
	}

	#logoText{
		float: none;
	}

	#headerLine{
		position: absolute;
		width: calc( 100% - 10px) !important;
		top:0;
		left: 0;
		margin:0;
		text-align: center;
	}

	#headerLine .today{
		display: none;
	}

	#mainMenu li img{
		width: 30px;
	}

	.title01 .titleEn{
		top:0;
		font-size: 25px;
	}


	.title02 .titleEn{
		font-size: 20px;
	}

	.title03 .titleEn{
		font-size: 30px;
	}


	#footerInfo{
		padding: 25px 0;
	}

	#footerInfo p{
		width: calc( 90% - 100px);
		padding: 25px;
	}

	#footer{
		padding: 25px 0;
	}


	.footerList li{;
		margin:5px;
		font-size: 12px;
	}


	#BgMenu{
		right: -100%;
		width: 100%;
		padding: 25px 0;
		transition: .3s;
		text-align: center;
	}

	#BgMenu li{
		width: 100%;
		text-align: center;
		font-size: 20px;
	}

	#BgMenu li input, #BgMenu li button{
		float: none;
		display: inline-block;
		margin-right: 0;
	}

	#BgMenu li.RWDlink{
		display: inline-block;
		width: 35px;
		margin: 50px 10px 10px;
	}


}

@media screen and (max-width: 767px) {


}

@media screen and (max-width: 480px) {


}

@media screen and (max-device-width: 480px) {
	
}







