/* Editor Style CSS */

:root .mce-content-body {
	--primary-color: #e1bdbd;
	--primary-color-rgb: 225, 189, 189;
	--font-color: #333333;
	--black-color: #000000;
	--black-color-rgb: 0, 0, 0;
	--white-color: #ffffff;
	--white-color-rgb: 255, 255, 255;
	--primary-font: 'Didact Gothic', sans-serif;
	--secondary-font: 'Nanum Myeongjo', serif;
}

body.mce-content-body {
	color: var(--font-color);
	font-family: var(--primary-font);
	font-size: 18px;
	line-height: 1.75;
	font-weight: 400;
}

.mce-content-body hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

.mce-content-body ul, 
.mce-content-body ol {
	margin: 0 0 1.5em 0;
}

.mce-content-body ul {
	list-style: disc;
}

.mce-content-body ol {
	list-style: decimal;
}

.mce-content-body ul li, 
.mce-content-body ol li {
    margin-bottom: 1em;
}

.mce-content-body li > ul,
.mce-content-body li > ol {
	margin-top: 1em;
	margin-bottom: 0;
	margin-left: 0;
}

.mce-content-body dt {
	font-weight: bold;
}

.mce-content-body dd {
	margin: 0 1.5em 1.5em;
}

.mce-content-body a {
	text-decoration: none;
	color: var(--primary-color);
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}

.mce-content-body a:focus {
	outline: thin dotted;
}

.mce-content-body a:hover, 
.mce-content-body a:active {
	outline: 0;
}

.mce-content-body a:hover {
	text-decoration: underline;
	color: var(--primary-color);
}

.mce-content-body .blockquote-highlight {
    background: var(--secondary-color);
    display: inline-block;
    padding: 45px;
    color: var(--white-color);
    font-family: var(--secondary-font);
    font-size: 1.11em;
    line-height: 2.1;
}

.mce-content-body .highlight {
    background: rgba(var(--primary-color-rgb), 0.3);
    display: inline;
    font-family: var(--primary-font);
    font-size: 1.06em;
    letter-spacing: 0.1px;
    line-height: 1.84;
    padding: 0 7px;
}

.mce-content-body h1, 
.mce-content-body h2, 
.mce-content-body h3, 
.mce-content-body h4, 
.mce-content-body h5, 
.mce-content-body h6 {
    clear: both;
    font-family: var(--secondary-font);
}

.mce-content-body h1 {
	font-size: 2.72em;
	line-height: 1.49;
}

.mce-content-body h2 {
	font-size: 2.17em;
	line-height: 1.26;
}

.mce-content-body h3 {
	font-size: 1.72em;
	line-height: 1.26;
	margin: 0.65em 0;
}

.mce-content-body h4 {
	font-size: 1.39em;
	line-height: 1.24;
	margin: 0.65em 0;
}

.mce-content-body h5 {
	font-size: 1.11em;
	line-height: 1.25;
	margin: 1em 0;
}

.mce-content-body h6 {
	font-size: 0.8888em;
	line-height: 1.25;
	margin: 1em 0;
}

.mce-content-body p {
	margin-bottom: 1.5em;
}

.mce-content-body dfn, 
.mce-content-body cite, 
.mce-content-body em, 
.mce-content-body i {
	font-style: italic;
}

.mce-content-body blockquote, 
.mce-content-body q {
	display: block;
	margin: 1em 0;
	font-size: 1.22em;
	line-height: 1.75em;
	padding-left: 25px;
	border-left: 2px solid var(--primary-color);
	font-family: var(--secondary-font);
	font-weight: 400;
}

.mce-content-body q {
	border-left-width: 1px;
}

.mce-content-body p blockquote, 
.mce-content-body p q {
	float: left;
	max-width: 300px;
	margin-top: 0;
	padding-right: 30px;
	margin-bottom: 10px;
}

.mce-content-body blockquote cite {
	display: block;
	font-size: 0.82em;
	font-style: normal;
	color: #999;
	font-weight: 400;
	line-height: 1.11em;
	margin-top: 15px;
}

.mce-content-body address {
	margin: 0 0 1.5em;
}

.mce-content-body pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

.mce-content-body code, 
.mce-content-body kbd, 
.mce-content-body tt, 
.mce-content-body var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

.mce-content-body abbr, 
.mce-content-body acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

.mce-content-body mark, 
.mce-content-body ins {
	background: #fff9c0;
	text-decoration: none;
}

.mce-content-body big {
	font-size: 125%;
}

.mce-content-body table {
	margin: 0 0 1.5em;
	width: 100%;
	border-radius: 0;
	font-size: 1em;
	text-align: left;
    border-collapse: collapse;
}
.mce-content-body table tr th {
	font-weight: 700;
	color: #111;
	padding: 10px 15px;
    border: none;
    border-bottom: 2px solid #EBEBEB;
}
.mce-content-body table tr td {
	color: #343434;
    padding: 10px 15px;
    border: none;
}
.mce-content-body table tbody tr:nth-child(odd) {
	background: rgba(var(--black-color-rgb),0.035);
}

.mce-content-body .wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.mce-content-body .wp-caption:not(.aligncenter) {
	margin-top: 0;
	margin-bottom: 0;
}

.mce-content-body .wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.mce-content-body .wp-caption .wp-caption-dd {
	margin: 0.8075em 0 0 0;
	font-size: 0.7778em;
	color: #999;
}

.mce-content-body .wp-caption-dd {
	text-align: center;
}

.mce-content-body ul.blocks-gallery-grid {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.mce-content-body .blocks-gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 5px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mce-content-body .columns-2 .blocks-gallery-item {
	max-width: 50%;
}

.mce-content-body .columns-3 .blocks-gallery-item {
	max-width: 33.33%;
}

.mce-content-body .columns-4 .blocks-gallery-item {
	max-width: 25%;
}

.mce-content-body .columns-5 .blocks-gallery-item {
	max-width: 20%;
}

.mce-content-body .columns-6 .blocks-gallery-item {
	max-width: 16.66%;
}

.mce-content-body .columns-7 .blocks-gallery-item {
	max-width: 14.28%;
}

.mce-content-body .columns-8 .blocks-gallery-item {
	max-width: 12.5%;
}

.mce-content-body .columns-9 .blocks-gallery-item {
	max-width: 11.11%;
}

.mce-content-body .blocks-gallery-item figure {
    margin: 0;
    padding: 0;
}