@media print {
body {
	font-size: 8px;
	-webkit-print-color-adjust:exact;
	background-color: #fff !important;
}
#updown, #on-list, .read-flag, #list-flag, #setting, footer, header {
	display: none;
}
.fxl {
	font-size: 20px !important;
}
.fs {
	font-size: 9px !important;
}
.fl {
	font-size: 14px !important;
}
.f2s {
	font-size: 11px !important;
}
.mbm {
	margin-bottom: 6px;
}
.cont {
	width: 100%;
	padding: 0 !important;
	border: none;
	margin-top: -4px;
}
.post {
	width: 96%;
	border: none;
}
.post-body h2 {
	color: #232323;
}
.post-head {
	width: 97%;
	margin: 0;
	margin-bottom: 40px;
	margin-top: 20px;
}
#print-logo {
	display: block;
	width: 52px;
	position: absolute;
	left: 2%;
	top: 0;
}
.post-body {
	width: 100%;
	border: none;
	column-width: 36%;
	column-count: 2;
	column-gap: 5%;
}
.post-head h3.title, .post-body h3.title {
	line-height: 1 !important;
}
.post-body a em::after {
	display: none;
}
.post-head .print-info {
	display: block;
	text-align: center;
}
.post-head h3.mb3s {
	margin-bottom: 0px;
}
.print-info h3 {
	display: inline-block;
	margin: 0 6px;
	font-size: 10px;
}
.print-info span {
	display: inline-block;
	margin-right: 4px;
}
#post-info {
	display: none;
}
#note {
	display: block;
	position: static;
}
.post-body .wp-block-pullquote p {
	padding-left: 10px;
	margin-left: 0px;
	margin-bottom: 8px;
	color: #676767;
}
.post p {
	margin: 0;
	text-indent: 24px;
}
.post-body .wp-block-image figcaption {
	margin-top: 4px;
}
.post ul li,
.f2m,
.post p, 
.post blockquote p,
.post p strong {
	line-height: 1.6 !important;
	color: #000;
	font-size: 9pt !important;
}
#onlyprint {
	display: block;
	margin-top: 40px;
}
#onlyprint p {
	font-size: 6pt !important;
	text-indent: 0;
	padding-left: 4pt;
	color: #333 !important;
	position: relative;
	letter-spacing: -0.04em;
	font-family:
		'Arvo',
		'Noto Serif KR',
		serif;
}
#onlyprint p::before {
	content: "*";
	color: #333 !important;
	position: absolute;
	top: 2pt;
	left: -2pt;
}
}
