<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    CKEditor 5 �먮뵒�곗� �몄텧 �섏씠吏� �ㅽ��쇰쭅
*/

/* �먮뵒�곗� �몄텧 �섏씠吏� 怨듯넻 �곸슜 */
.ck.ck-content {
    font-family: 'Gowun Dodum', sans-serif;
    color:#444;
    padding: 1rem;
    font-size: 1.1rem;
}

.ck.ck-content h1, .ck.ck-content h2, .ck.ck-content h3, .ck.ck-content h4, .ck.ck-content h5, .ck.ck-content h6,
#story h1, #story h2, #story h3, #story h4, #story h5, #story h6 {
    margin: 1rem 0 1rem 0;
    font-weight: bolder;
}
.ck.ck-content p,
#story p {
    margin: 1.2rem 0 1.2rem 0;
    padding: 0;
    line-height: 1.7em;
}
.ck.ck-content blockquote,
#story blockquote {
    text-align: center;
    background: url(images/quote.png) no-repeat 50% 0;
    padding: 50px 1rem 0 1rem;
    margin: 1rem 0 1rem 0;
    border: 0 none;
    font-style: italic;
}
.ck.ck-content blockquote p,
#story blockquote p {
    font-size: 1.6rem;
    color: #333;
    line-height: 1.3em;
}
.ck.ck-content figure,
#story figure {
    margin: 1.1rem 0 1.1rem 0;
    padding: 0;
    display: inline-block;
}
.ck.ck-content figure img,
#story figure img {
    max-width: 100%;
    height: auto;
    margin: 0;
}
.ck.ck-content figure:has(img),
#story figure:has(img) {
    text-align: center;
}

.ck.ck-content figure&gt;table,
#story figure&gt;table {
    border: 2px solid #52a167;
    border-left: 0;
    border-right: 0;
    max-width: 100%;
    display: inline-block;
}
.ck.ck-content figure table td,
#story figure table td {
    padding: .8rem;
    word-break: break-all;
    color: gray;
}
.ck.ck-content figure table th,
#story figure table th {
    background-color: #e6ffed;
    padding: .3rem .5rem .3rem .5rem;
    word-break: break-all;
    color: #144222;
}
#story figure table tr:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
}

.ck.ck-content figure table p,
#story figure table p {
    margin: 0;
}

/* �몄텧 �섏씠吏� �꾩슜 */
#story {
    padding: 0;
    font-size: 1.3rem;
    font-family: 'Gowun Dodum', sans-serif;
    color:#444;
}
#story p, #story h1, #story h2, #story h3, #story h4, #story h5, #story h6, #story figure table, #story figure ul, #story figure ol {
    margin-left: 1rem;
    margin-right: 1rem;
}

/* �먮뵒�� �섎떒 濡쒓퀬 �④� */
.ck.ck-powered-by {
    display: none;
}</pre></body></html>