
.mce-content-body {
  min-height: 100px;
  height: auto;
  padding: 15px;
  font-size: 16px;
  font-family: 'source-han-sans-korean',sans-serif;
  color: #282828;
}

.mce-content-body>:first-child {
  margin-top: 0;
}

.mce-content-body p, .mce-content-body div, .mce-content-body h1, .mce-content-body h2, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5, .mce-content-body h6 {
  line-height: 1.5em;
}
.mce-content-body h1 {
  font-size: 2em;
}
.mce-content-body h2 {
  font-size: 1.5em;
}
.mce-content-body h3 {
  font-size: 1.25em;
}
.mce-content-body h4 {
  font-size: 1em;
}
.mce-content-body p {
  margin-top: 0;
  margin-bottom: 0;
}

.mce-content-body img {
  max-width: 100%;
}

.mce-content-body{
  margin: 0 auto;
  text-align: inherit;
  max-width: 680px;
  padding: 50px 30px;
}

.mce-content-body img {
  width: 100%;
  border-radius: 15px;
}

.mce-content-body h1 {
  font-weight: lighter;
  color: #7F41B4 !important;
  display: inline;
  margin-right: .5rem;
}

.mce-content-body h2 {
  font-size: 32px !important;
  display: inline;
}

.mce-content-body p {
  font-size: 21px;
  margin: 10px auto;
}

/* 넘버링 */
.mce-content-body h2::before {
  content: "";
  display: inline;
  font-weight: 200;
  color: #7F41B4 !important;
  display: inline;
  margin-right: .5rem;
}

.mce-content-body h2:nth-of-type(1)::before {content: "1";}
.mce-content-body h2:nth-of-type(2)::before {content: "2";}
.mce-content-body h2:nth-of-type(3)::before {content: "3";}
.mce-content-body h2:nth-of-type(4)::before {content: "4";}
.mce-content-body h2:nth-of-type(5)::before {content: "5";}
.mce-content-body h2:nth-of-type(6)::before {content: "6";}
.mce-content-body h2:nth-of-type(7)::before {content: "7";}
.mce-content-body h2:nth-of-type(8)::before {content: "8";}
.mce-content-body h2:nth-of-type(9)::before {content: "9";}
.mce-content-body h2:nth-of-type(10)::before {content: "10";}



@media (max-width: 991px) {
  .mce-content-body {
    padding: 0;  /*1022 추가*/
  }

  .mce-content-body h2 {
    font-size: 24px !important;
  }

  .mce-content-body p {
    font-size: 18px;
    margin: 10px auto;
  }

}
