h2{
	text-align:center;
	font-family:'NotoSansTC-SemiBold';
	font-weight:600;
}

.text-box p{
	font-size:1.3rem;
	text-indent: 2.6rem;
	line-height:2.6rem;
}

.text-box li{
	font-size:1.3rem;
	line-height:2.6rem;
}

.about-bg{
	background-image: url(/Public/images/2025/about-bg.jpg);
	  background-attachment: fixed;
	  background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
}

.about-bg p{
	  text-align:justify;
}

.bigtext{
	font-size:1.5rem;
	font-family:'NotoSansTC-Medium';
	font-weight:500;
	color:#9d0b2d;
}
.bigtext-2{
	font-size:1.5rem;
	font-family:'NotoSansTC-Medium';
	font-weight:500;
	color:#0b4b7b;
}



.highline-1{
	background-color:#accff9;
	color:#000000;
}

.highline-2{
	background-color:#5ff8c1;
	color:#000000;
}

.highline-3{
	background-color:#fff264;
	color:#000000;
}

@media (max-width: 767.98px) {

.text-box p{
	font-size:1rem;
	text-indent: 2rem;
	line-height:1.8rem;
}

.text-box li{
	font-size:1rem;
	line-height:1.8rem;
}

.bigtext{
	font-size:1.2rem;
}
.bigtext-2{
	font-size:1.2rem;
}

}