@charset "utf-8";

.jodit .jodit-workplace .jodit-wysiwyg,
.jodit .jodit-workplace .jodit-wysiwyg_iframe,
.jodit-container .jodit-workplace .jodit-wysiwyg,
.jodit-container .jodit-workplace .jodit-wysiwyg_iframe {
    max-width:980px;
    padding: 80px 65px !important;
    margin:5% auto !important;
    background:#fff;
    /* min-height: 500px !important; */
    font-size: 16px !important;
    line-height: 150%;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    box-shadow: 0 0 5px rgb(0 0 0 / 20%)
}

.jodit-container:not(.jodit_inline) .jodit-workplace {
    background:#eee;
}

.jodit-source, .jodit-source .jodit-source__mirror-fake {
    /* min-height: 500px !important; */
}

/* 글쓰기 단락 */
.jodit-wysiwyg p {
    padding:10px 0;
    text-align: justify;
}

.jodit-wysiwyg table tr td {
    font-size: 16px !important;
}

.jodit-wysiwyg ul,
.jodit-wysiwyg dl,
.jodit-wysiwyg dt,
.jodit-wysiwyg dd {
    list-style: unset;
    margin: 0 !important;
    padding: 0 0 0 40px !important;
}

.jodit-wysiwyg .joditBox {
    width:100%;
    border:1px solid #ccc;
    padding:20px;
    background:#eee;
}

.jodit-wysiwyg blockquote {
    overflow: hidden !important;
    padding-right: 1em !important;
    padding-left: 0.85em !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-style: italic !important;
    border-left: solid 5px hsl(0, 0%, 80%) !important;
    font-size: 1.2rem !important;
    line-height: 130% !important;
}

.jodit-wysiwyg pre {
    background: hsla(0,0%,78%,.3);
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    color: #353535;
    direction: ltr;
    font-style: normal;
    min-width: 200px;
    padding: 1em;
    tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    overflow-x: auto;
}

.jodit-wysiwyg figure.image {
    clear: both;
    display: table;
    margin: 0.9em auto;
    min-width: 50px;
    text-align: center;
}

.jodit-wysiwyg figcaption {
    background:#eee;
    color:#333;
    text-align: center;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:10px;
}

/* 특정아이콘 숨김 */
.jodit-toolbar__box .jodit-toolbar-button_file,
.jodit-toolbar__box .jodit-toolbar-button_video {
    display:none;
}

#imageEditor { position: fixed; width:100%; height:100vh; top:0; left:0; background:#fff; z-index:100; }
#ifmImageEditor { border:0px; }