* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body,
html {
	height: 100%;
	font-family: 'Noto Serif SC', serif;

}


.background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('/_upload/tpl/02/10/528/template528/images/1/2.png') no-repeat center center / cover;
	background-attachment: fixed;
	filter: brightness(1.05) saturate(0.85);
	z-index: -1;
	opacity: 0.32;
}

.container {
	position: relative;
	min-height: 100vh;
	padding: 40px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column-reverse;
	z-index: 0;
}

.content-box {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.90);
	border-radius: 16px;
	box-shadow: 0 15px 40px rgba(26, 60, 52, 0.12);
	padding: 50px 40px;
	overflow: hidden;
}



.title {
font-family: 'Zhi Mang Xing', cursive;
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    color: #1a3c34;
    text-align: center;
    margin-bottom: 2rem;
    letter-spacing: 1.5rem;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.08);
    margin-top: 2.5rem;
}

.subtitle {
	text-align: center;
	font-size: 1.25rem;
	color: #2c3e50;
	margin-bottom: 40px;
}


.donor-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.1rem;
	color: #2c3e50;
}

.donor-table th,
.donor-table td {
	padding: 16px 12px;
	text-align: center;
	border-bottom: 1px solid #d0d7d0;
	white-space: nowrap;
	line-height: 1.75;
}

.donor-table th {
	background: #e8f0eb;
	font-weight: 700;
	color: #1a3c34;
}

.donor-table tr:hover {
	background: rgba(232, 240, 235, 0.6);
}


@media (max-width: 768px) {
	.content-box {
		width: 100vw;
		max-width: 100vw;
		margin: 0;
		border-radius: 0;
		padding: 35px 10px;
	}

	.donor-table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;

		-webkit-overflow-scrolling: touch;
	}

	.title {
		font-size: 2.4rem;
	}
}



.article h1.arti_title {
	display: none;
}

.col_metas .col_title h2 {
	display: none;
}



.content-box::-webkit-scrollbar {
	width: 6px;
}

.content-box::-webkit-scrollbar-thumb {
	background: #8ab8a0;
	border-radius: 3px;
}

.container div#wp_column_article {
    display: none;
}