html{
	scroll-behavior: smooth;
}
body {
	font-family: "微軟正黑體", sans-serif;
	letter-spacing: 1px;
	font-weight: 500;
	overflow-x: hidden;
}

.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}

.text-light-blue {
	color: #a1b3b6;
}

.text-justify {
	text-align: justify;
}

.border-gray {
	border-color: #616161 !important;
}

.colon::after {
	content: "："
}
.dot::after {
	content: "."
}
.fs-18 {
	font-size: 1.125rem;
}

.fs-14 {
	font-size: 0.875rem;
}

.ls-4 {
	letter-spacing: 4px !important;
	margin-right:-4px
}

.logo {
	bottom: 0;
	left: 0;
	max-width: 350px;
}

.bg-dark-gray {
	background-color: #1a1a1a;
}

.social-link a,
.social-link a:hover,
.social-link a:active {
	color: transparent;
}

footer {
	background-image: url(../images/footer-bg.png);
	background-position: center bottom;
}
.order-icon{
	width: 30px;
}
.social-link a:hover,
.social-link a:active{
	color: transparent !important;
}