/**************************************************************************************
    ckeditor style - view, edit, write
**************************************************************************************/
.cke_editable {
    line-height: 1.8;
    word-break: keep-all;
    font-family: "맑은 고딕", "Malgun Gothic", "Nanum Gothic", Dotum, Gulim, sans-serif;
    font-size: 15px;
}
.section.board .cke_editable {
    text-align: left;
}
.cke_editable strong {
    font-weight: bold;
}
.cke_editable * {
    max-width: 820px !important;
    font-family: "맑은 고딕", "Malgun Gothic", "Nanum Gothic", Dotum, Gulim, sans-serif;
    line-height: 1.8;
    word-break: break-all;
    /*word-break: keep-all;*/
}
.cke_editable.notice-contents * { /* 메인팝업 */
    max-width: 100% !important;
    height: auto !important;
}
.cke_editable.mail-content * { /* 메일링 */
    /*max-width: 100% !important;*/
    /*height: auto !important;*/
}
.cke_editable h1 {
    font-size: 2em;
    font-weight: 500;
}
.cke_editable h2 {
    font-size: 1.5em;
    font-weight: 500;
}
.cke_editable h3 {
    font-size: 1.17em;
    font-weight: 500;
}
.cke_editable h4 {
    font-size: 1em;
    font-weight: 500;
}
.cke_editable h5 {
    font-size: .83em;
    font-weight: 500;
}
.cke_editable h6 {
    font-size: .67em;
    font-weight: 500;
}
.cke_editable table {
    border-collapse: collapse;
}
.cke_editable table th {
    /*padding: 8px;*/
    /*font-size: 14px;*/
    /*border: 1px solid #ccc;*/
    /*background-color: #f7f7f7;*/
}
.cke_editable table td {
    /*padding: 8px;*/
    /*font-size: 14px;*/
    /*border: 1px solid #ccc;*/
    /*background-color: #fff;*/
}
