@charset "UTF-8";
.editor-content {
  font-size: 16px;
  line-height: 1.8;
  color: #222;
}

/* 제목 */
.editor-content h1 {
  font-size: 32px;
  margin: 24px 0 14px;
}

.editor-content h2 {
  font-size: 26px;
  margin: 22px 0 12px;
}

.editor-content h3 {
  font-size: 22px;
  margin: 20px 0 10px;
}

.editor-content h4 {
  font-size: 18px;
  margin: 18px 0 8px;
}

/* 문단 */
.editor-content p {
  margin: 10px 0;
}

/* 리스트 */
.editor-content ul {
  padding-left: 20px;
}

.editor-content li {
  margin: 6px 0;
}

/* 이미지 */
.editor-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* 링크 */
.editor-content a {
  color: #2563eb;
  text-decoration: none;
}

.editor-content a:hover {
  text-decoration: underline;
}

/* blockquote */
.editor-content blockquote {
  border-left: 4px solid #ddd;
  padding-left: 14px;
  color: #666;
  margin: 14px 0;
}

/* code */
.editor-content code {
  background: #f1f1f1;
  padding: 3px 6px;
  border-radius: 4px;
}

/* table */
.editor-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
}

.editor-content table td,
.editor-content table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.editor-content table {
  width: 100%;
}

.editor-content table th {
  background: #f8fafc;
}/*# sourceMappingURL=content.css.map */