@page {
	size: A4;
	/* margin: 71pt 57pt 57pt 71pt; */

	@bottom-center {
		content: "— " counter(page) " —";
		font-family: "Batang", serif;
		font-size: 9pt;
	}
}

body {
	font-family: "Batang", "바탕", "Nanum Myeongjo", serif;
	font-size: 11.5pt;
	line-height: 1.85;
	color: #000;
	margin: 0;
	padding: 30pt;
	word-break: keep-all;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
}

@media print {
	section h2 {
		break-before: avoid;
	}
}

h2 {
	font-size: 13pt;
	font-weight: bold;
	margin: 24pt 0 8pt;
	padding-bottom: 2pt;
	border-bottom: 0.25pt solid #555;
}

article {
	margin: 0 0 8pt;
}

h1 {
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
	margin: 0 0 40pt;
	letter-spacing: 5pt;
}

h3 {
	font-size: 11.5pt;
	font-weight: bold;
	margin: 0;
	padding-left: 35pt;
	text-indent: -35pt;
}

p {
	font-size: 11.5pt;
	margin: 0 0 3pt;
	padding-left: 35pt;
	text-indent: 0;
	text-align: justify;
}

ol,
ul {
	list-style: none;
	font-size: 11pt;
	margin: 0 0 3pt 30pt;
	padding: 0;
}

ol ol {
	font-size: 10.5pt;
	margin: 0 0 0 24pt;
}

li {
	padding-left: 24pt;
	text-indent: -24pt;
	text-align: justify;
	margin-bottom: 0;
	line-height: 1.85;
}

address {
	font-size: 11pt;
	font-style: normal;
	line-height: 2.5;
	display: flex;
	flex-direction: column;
	align-items: center;
}

address p {
	font-size: 14pt;
	font-weight: normal;
}

.seal {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42pt;
	height: 42pt;
	margin-left: 8pt;
	vertical-align: middle;
}

.seal-text {
	position: relative;
	z-index: 1;
	font-size: 15pt;
	letter-spacing: 1pt;
}

.seal-image {
	position: absolute;
	inset: -3pt;
	width: calc(100% + 6pt);
	height: calc(100% + 6pt);
	object-fit: contain;
	z-index: 2;
	opacity: 0.92;
	mix-blend-mode: multiply;
	pointer-events: none;
}
