body{
	margin: 0px;
	padding: 0px;
	font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

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

* {
	box-sizing: border-box;
}
 
*:focus {
	outline: 0 !important;
}

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

p {
}

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

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


.parallax-window {
	background: transparent;
}




#wrapper {
	width: 100%;
	overflow: hidden;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 359px;
	margin-bottom: -324px; 
	z-index: 999999999999;
}

.footer iframe {
	height: 314px;
}




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

}

@media screen and (max-width: 979px) {
	.footer iframe {
		height: 485px;
	}
}

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

}

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

}

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







