.font-nand {
	font-family: 'IBM Plex Sans JP', 'Nanum Myeongjo', sans-serif;
}
.mce-content-body {
	background-color: #1b2234 !important;
	padding: 8px !important;
}
.mce-content-body * {
	line-height: 2;
	color: #cbd5e1 !important;
	font-size: 16px;
	font-family: 'IBM Plex Sans JP', 'Nanum Myeongjo', sans-serif !important;
	margin: 0 !important;
}
.mce-content-body table,
.nand-contents table,
.mce-content-body table th,
.nand-contents table th,
.mce-content-body table td,
.nand-contents table td {
	border: #454e5c 1px solid;
}


.mce-content-body table tr:nth-child(even) {
	background-color: transparent !important;
}
@media (min-width: 721px) {
	.mce-content-body img {
		max-width: 80%;
		max-height: 100%;
	}
}
@media (max-width: 720px) {
	.mce-content-body img {
		width: 100%;
		height: 100%;
	}
}