html{
	overflow-x: hidden;
}
body{
	min-width: 1630px;
	overflow-x: hidden;
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: lighter;
}
button{
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
}
a{
	text-decoration: none;
}

/*-----------pop-----------*/
.blackLayer{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(255,255,255,0.5);
	z-index: 1000;
	display: none;
}

@media screen and (max-width: 1630px) {
	html{
		overflow-x: scroll;
	}
    body{
	    min-width: 100%;
    }
}

