body {
	font-family: "Noto Sans TC", sans-serif;
	margin: 0;
	font-size: 1.125rem;
	color: #222;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

h1 {
	margin: 0;
	color: #d8b64a;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.3rem;
}

h2 {
	margin: 0;
	color: #fff;
	font-weight: 700;
	font-size: 2rem;
	line-height: 3rem;
	text-transform: uppercase;
}

h2 span {
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 27px;
	display: block;
}

h3 {
	color: #fff;
	text-align: center;
	font-weight: 700;
	margin-top: 52px;
}

h4 {
	font-weight: 700;
	font-size: 1.125rem;
}

h5 {
	font-weight: 700;
	font-size: 1.5rem;
	margin: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

div.online {
	width: 80px;
	height: 80px;
	background-color: rgba(173, 71, 48, 1);
	border-radius: 50%;
	position: fixed;
	bottom: 40px;
	right: 20px;
}

div.online a {
	width: 83px;
	color: #fff;
	font-size: 1.125rem;
	display: block;
	line-height: 12px;
	text-align: center;
	letter-spacing: 0.25rem;
	margin: auto;
}
div.en.online  {
	display: flex;
	align-items: center;
	justify-content: center;
	a{
		font-size: 14px;
		letter-spacing: normal;
		display: flex;
		line-height: 16px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	p {
		margin: 0;
	}
}

.opening {
	position: fixed;
	z-index: 10000;
	background-color: #222;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.opening img {
	width: 140px;
}


.hoverscale {
	transition: all 0.3s;
}

.hoverscale:hover {
	transform: scale(1.05);
	transition: all 0.3s;
}

/* footer */

footer {
	border-top: 1px solid #d0d0d0;
	padding: 20px 0;
	text-align: center;
	font-size: 0.875rem;
	background-color: #f3f3f3;
}