body{
	margin: 0px;
	padding: 0px;
	font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
	color: #333;
	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;
}

.wrapper_area {
	width: 100%;
	overflow: hidden;
}

.wrapper {
	width: 100%;
	max-width: 1000px;
	padding: 0 25px;
	margin: 0 auto;
}

.title {
	font-size: 25px;
	padding-left: 50px;
	background: url('../images/title.png') top left no-repeat;
	background-size: 35px;
	margin-bottom: 25px;
	border-bottom: #e4e4e4 1px solid;
	padding-bottom: 10px;
}

.title span {
	font-size: 16px;
	margin-left: 15px;
}






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

}

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

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

}

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

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







