body{
	background-color: #fff;
}

.sitemap{
	padding: 1.875em;
}

.sitemaptitle{
	line-height: 14.75em;
    font-size: 1.625em;
	color: #9a815c;
	font-weight: 800;
}

@media screen and (max-width: 30em){
.sitemaptitle{
	line-height: 14.75em;
}
}

.mt-20{
	margin-top: 1.25em;
}

#title-spacer{
	background-image: url("/storage/img/LH-home-bg-modify.jpg");
	height: 15em;
	padding-top: 5.625em;
}
@media screen and (max-width: 85.375em){ #title-spacer {background-image:url("/storage/img/header_title_1366.jpg") !important;} }
@media screen and (max-width: 48em){ #title-spacer {background-image:url("/storage/img/header_title_768.jpg") !important;} }
@media screen and (max-width: 30em){ #title-spacer {background-image:url("/storage/img/header_title_480.jpg") !important;} }

.genric-btn.circle {
		border-radius: 1.25em;
	}

	.go-feature-btn {
		border: 0.0625em solid #3F4391;
	}

	.genric-btn {
		display: inline-block;
		outline: none;
		line-height: 2.5em;
		padding: 0 1.875em;
		font-size: .8em;
		text-align: center;
		text-decoration: none;
		font-weight: 500;
		cursor: pointer;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.genric-btn.gray-border {
	  /* width: 100%; */
	  display: block;
	  color: #fff;
	  background: #9a815c;
	  border: 0.0625em solid #9a815c;
	  margin-bottom: 1.25em;
	  border-radius: 1.25em;
	}

	.genric-btn.gray-border:hover {
		color: #9a815c;
		background: #fff;
		border: 0.0625em solid #9a815c;
	}
	.single-feature:hover {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.custom_div_style_1 {
		font-weight: 600;
	}

	/* 無障礙修正：讓指向首頁的 span 元素顏色與 a 連結一致 */
	#content-spacer .custom_div_style_1 ul li a {
		color: #9a815c; /* 預設連結顏色 */
		text-decoration: none;
	}
	
	#content-spacer .custom_div_style_1 ul li a:hover {
		text-decoration: underline;
	}
	
	/* span 元素使用與 a 連結相同的顏色 */
	#content-spacer .custom_div_style_1 ul li span {
		color: #9a815c; /* 與 a 連結相同的顏色 */
		text-decoration: none;
		cursor: default;
	}
