@charset "UTF-8";
/* 에디터 Override */
.editor {
  background: transparent;
  margin: 0;
  font-size: 15px;
  color: #333;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  word-break: keep-all;
}
.editor span, .editor b, .editor p, .editor em, .editor strong, .editor div {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.editor p {
  font-size: 15px;
  color: #333;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  word-break: keep-all;
}
.editor ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1em;
  margin-left: 0;
}
.editor ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 1em;
  margin: 0 1em;
}
.editor ol li {
  display: list-item;
}
.editor span {
  display: inline;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
.editor em {
  font-style: italic;
}
.editor b, .editor strong {
  font-weight: 600;
  font-size: inherit;
  font-style: inherit;
}
.editor img {
  max-width: 100% !important;
}
.editor table {
  margin: inherit;
  padding: inherit;
  border: inherit 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: inherit;
  background-image: inherit;
  border-color: inherit;
  width: 100%;
}
.editor table tr {
  border-bottom: 1px solid #e0e0e0;
}
.editor table tr:last-child {
  border-bottom: 0;
}
.editor table tr td {
  padding: 6px 8px !important;
}
.editor table tr td + td {
  border-left: 1px solid #e0e0e0;
}
.editor div, .editor img {
  max-width: 100% !important;
}

.editor_content {
  background: transparent;
  min-height: 350px;
  padding: 10px;
  margin: 0;
  color: #666;
  word-wrap: break-word;
  word-break: break-all;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.editor_content span, .editor_content b, .editor_content p, .editor_content em, .editor_content strong, .editor_content div {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.editor_content p {
  margin: 0;
  padding: 0;
  font-family: inherit, sans-serif;
  font-weight: 400;
}
.editor_content ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1em;
  margin-left: 0;
}
.editor_content ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 1em;
  margin-left: 0;
}
.editor_content span {
  display: inline;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
.editor_content em {
  font-style: italic;
}
.editor_content b, .editor_content strong {
  font-weight: 600;
  font-size: inherit;
  font-style: inherit;
}
.editor_content img {
  max-width: 100% !important;
}
.editor_content table {
  margin: inherit;
  padding: inherit;
  border: inherit;
  border-collapse: collapse;
  border-spacing: inherit;
  background-image: inherit;
  border-color: inherit;
  width: 100%;
}
.editor_content div, .editor_content img {
  max-width: 100% !important;
}

/*비메오 동영상*/
.iframe_wrap {
  text-align: center;
}

/*비메오 동영상*//*# sourceMappingURL=editor.css.map */