.tinymce * {
    all: unset; /* 모든 스타일 초기화 */
    all: revert; /* reset.css가 적용한 초기화 되돌리기 */
    box-sizing: border-box;
}

.tinymce {
    all: revert !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.4;
    margin: 1rem;
}

.tinymce strong,
.tinymce b {
    font-weight: bold !important;
}

.tinymce table {
    border-collapse: collapse;
}

.tinymce table:not([cellpadding]) th,
.tinymce table:not([cellpadding]) td {
    padding: 0.4rem;
}

.tinymce table[border]:not([border="0"]):not([style*="border-width"]) th,
.tinymce table[border]:not([border="0"]):not([style*="border-width"]) td {
    border-width: 1px;
}

.tinymce table[border]:not([border="0"]):not([style*="border-style"]) th,
.tinymce table[border]:not([border="0"]):not([style*="border-style"]) td {
    border-style: solid;
}

.tinymce table[border]:not([border="0"]):not([style*="border-color"]) th,
.tinymce table[border]:not([border="0"]):not([style*="border-color"]) td {
    border-color: #ccc;
}

.tinymce figure {
    display: table;
    margin: 1rem auto;
}

.tinymce figure figcaption {
    color: #999;
    display: block;
    margin-top: 0.25rem;
    text-align: center;
}

.tinymce hr {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0 0 0;
}

.tinymce code {
    background-color: #e8e8e8;
    border-radius: 3px;
    padding: 0.1rem 0.2rem;
}

.tinymce blockquote {
    border-left: 2px solid #ccc;
    margin-left: 1.5rem;
    padding-left: 1rem;
}
