
.mce-content-body {
  color: #212121;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  line-height: 1.4;
}
.mce-content-body * {
  line-height: 1.4;
}
.mce-content-body main {
  display: block;
}
.mce-content-body h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.mce-content-body hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.mce-content-body pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
.mce-content-body a {
  background-color: transparent;
}
.mce-content-body abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
.mce-content-body b,
.mce-content-body strong {
  font-weight: bolder;
}
.mce-content-body code,
.mce-content-body kbd,
.mce-content-body samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.mce-content-body small {
  font-size: 80%;
}
.mce-content-body sub,
.mce-content-body sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.mce-content-body sub {
  bottom: -0.25em;
}
.mce-content-body sup {
  top: -0.5em;
}
.mce-content-body img {
  border-style: none;
}
.mce-content-body button,
.mce-content-body input,
.mce-content-body optgroup,
.mce-content-body select,
.mce-content-body textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.mce-content-body button,
.mce-content-body input {
  overflow: visible;
}
.mce-content-body button,
.mce-content-body select {
  text-transform: none;
}
.mce-content-body button,
.mce-content-body [type=button],
.mce-content-body [type=reset],
.mce-content-body [type=submit] {
  -webkit-appearance: button;
}
.mce-content-body button::-moz-focus-inner,
.mce-content-body [type=button]::-moz-focus-inner,
.mce-content-body [type=reset]::-moz-focus-inner,
.mce-content-body [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.mce-content-body button:-moz-focusring,
.mce-content-body [type=button]:-moz-focusring,
.mce-content-body [type=reset]:-moz-focusring,
.mce-content-body [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.mce-content-body fieldset {
  padding: 0.35em 0.75em 0.625em;
}
.mce-content-body legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
.mce-content-body progress {
  vertical-align: baseline;
}
.mce-content-body textarea {
  overflow: auto;
}
.mce-content-body [type=checkbox],
.mce-content-body [type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.mce-content-body [type=number]::-webkit-inner-spin-button,
.mce-content-body [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.mce-content-body [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.mce-content-body [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.mce-content-body ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.mce-content-body details {
  display: block;
}
.mce-content-body summary {
  display: list-item;
}
.mce-content-body template {
  display: none;
}
.mce-content-body [hidden] {
  display: none;
}
.mce-content-body img {
  max-width: 100%;
  height: auto;
}
.mce-content-body .mce-image-shadow img {
  display: block;
  max-width: 100%;
  width: 100%;
  margin: 0 auto 40px;
  box-shadow: 0 20px 15px 7px rgba(0, 0, 0, 0.25);
}
.mce-content-body .mce-image-row {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}
.mce-content-body .mce-image-row img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: contain;
  object-position: center;
}
.mce-content-body .mce-image-row-1 {
  margin: 20px 0;
}
.mce-content-body .mce-image-row-1 img {
  display: block;
  max-width: 500px;
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
}
.mce-content-body .mce-image-row-2 {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}
.mce-content-body .mce-image-row-2 > div {
  width: 50%;
  background-color: #dedede;
}
.mce-content-body .mce-image-row-2 img {
  display: block;
  max-width: 100%;
  width: 100%;
  max-height: 300px;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.mce-content-body .mce-image-row-3 {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}
.mce-content-body .mce-image-row-3 > div {
  width: 33.3333%;
  background-color: #dedede;
}
.mce-content-body .mce-image-row-3 img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 300px;
  object-fit: contain;
  object-position: center;
}
.mce-content-body .mce-image-row-4 {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}
.mce-content-body .mce-image-row-4 > div {
  width: 25%;
  background-color: #dedede;
}
.mce-content-body .mce-image-row-4 img {
  display: block;
  max-width: 100%;
  width: 100%;
  max-height: 500px;
  object-fit: contain;
  object-position: center;
}
.mce-content-body figure {
  display: flex;
  justify-content: center;
  margin: 20px auto;
  flex-direction: column;
  align-items: center;
}
.mce-content-body figure img {
  margin: 0 auto;
}
.mce-content-body figure figcaption {
  font-weight: bold;
  background-color: #fff;
  padding: 10px 30px;
  margin-top: 5px;
  border: 1px solid #dedede;
}
.mce-content-body .max-width-500 {
  max-width: 500px !important;
  margin: 0 auto;
}
.mce-content-body .mce-maintitle {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}
.mce-content-body .mce-subtitle {
  font-size: 24px;
  font-weight: 800;
  padding-bottom: 20px;
  margin-top: 60px;
  margin-bottom: 20px;
  border-bottom: 2px solid #212121;
}
.mce-content-body .mce-heading5 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
}
.mce-content-body .mce-paragraph {
  line-height: 1.8;
  margin: 20px 0;
}
.mce-content-body .mce-flex-row {
  display: flex;
}
.mce-content-body .mce-flex-row .mce-label {
  width: 130px;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
}
.mce-content-body .mce-flex-row .mce-value {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
  line-height: 1.4;
}
.mce-content-body .mce-content-box {
  background-color: #f4f5fb;
  padding: 25px 20px;
}
.mce-content-body .mce-content-box .mce-content-title {
  color: #374796;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 1240px) {
  .mce-content-body {
    font-size: 14px;
  }
  .mce-content-body .mce-subtitle {
    font-size: 20px;
  }
  .mce-content-body .mce-flex-row .mce-label {
    width: 100px;
    font-size: 16px;
  }
  .mce-content-body .mce-flex-row .mce-value {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .mce-content-body {
    font-size: 13px;
  }
  .mce-content-body .mce-flex-row .mce-label {
    width: 80px;
    font-size: 14px;
  }
  .mce-content-body .mce-flex-row .mce-value {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .mce-content-body .mce-flex-row .mce-subtitle {
    font-size: 16px;
  }
  .mce-content-body .mce-flex-row .mce-flex-row .mce-label {
    width: 70px;
  }
  .mce-content-body .mce-content-body .mce-image-row-3 {
    display: block;
  }
  .mce-content-body .mce-content-body .mce-image-row-3 > div {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}


