/*footer*/
footer{
	position: relative;
	display: block;
	z-index: 2;
	width: 100%;
	background-color: #272727;
	padding: 2% 3%;
	text-align: center;
}
footer p{
	font-family: 'Noto Sans TC', sans-serif;
	color: #fff;
	font-size: 1.1rem;
	margin-bottom: 0.2%;
}
footer p:last-child{
	margin-bottom: 0;
}