.editor p {
  color: #333 !important;
  font-weight: 300;
  font-family: "Pretendard";
  font-size: 20px;
  line-height: 1.6;
  white-space: normal;
}

.editor p:after {
  content: "";
  display: block;
  clear: both;
}

.editor p * {
  color: #333 !important;
}

.editor .ql-align-center {
  text-align: center;
}

.editor .ql-align-right {
  text-align: right;
}

.editor .ql-align-justify {
  text-align: justify;
  text-justify: inter-word;
}

.editor h1 {
  font-size: 40px;
  line-height: 1.3;
  padding-bottom: 20px;
  padding-top: 50px;
  white-space: normal;
}

.editor h2 {
  font-size: 28px;
  padding-bottom: 10px;
  padding-top: 30px;
}

.editor p>strong {
  font-weight: 700;
}

.editor img {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px !important;
}

.editor .editor_thumb_group {
  text-align: center;
}

.editor .editor_thumb_group img {
  width: 90%;
  font-size: 0;
  line-height: 0;
  margin-bottom: 0px !important;
}

.editor a {
  color: #0075E2 !important;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .editor p {
    font-size: 16px;
    line-height: 1.7;
  }

  .editor h1 {
    font-size: 30px;
    padding-bottom: 10px;
    padding-top: 30px;
  }

  .editor h2 {
    font-size: 22px;
    padding-bottom: 7px;
    padding-top: 25px;
  }
}