/**************************************************************************************
    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 img {
    vertical-align: initial;
}
.cke_editable * {
    max-width: 820px;
    /*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: 5px;
    font-size: 14px;
    line-height: 1.6;
    border: 1px solid #ccc;
    background-color: #fff;
}
.cke_editable table.tb-jeet td {
    /*padding: 5px;*/
    font-size: 14px;
    border: 0;
}
.cke_editable .text-center {
    text-align: initial !important;
}
.cke_editable .mg-b20 {
    margin: initial !important;
}
