body{
	margin: 0px;
	padding: 0px;
	font-family: '微軟正黑體', 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;
}


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

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


.parallax-window {
	background: transparent;
}

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

.footer iframe {
	height: 314px;
}




.wrapperArea {
	width: 100%;
}

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

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

.border_radius {
	background: #f7f5f5;
	border-radius: 10px;
	box-shadow: 3px 7px 15px rgba(0,0,0,.25); 
}


@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) {
	
}







