/**************************************************************************************
    ckeditor style - view, edit, write
**************************************************************************************/
.cke_editable {
    line-height: 1.8;
    word-break: keep-all;
    font-family: 'NanumSquareNeo', 'Nanum Gothic', 'Malgun Gothic', Dotum, Gulim, sans-serif;
    font-size: 15px;
}
.cke_editable ul {
    margin: 5px 0 5px 20px;
    padding: initial;
}
.section.board .cke_editable {
    text-align: left;
}
.cke_editable strong {
    font-weight: bold;
}
.cke_editable * {
    max-width: 1120px !important;
    font-family: 'NanumSquareNeo', 'Nanum Gothic', 'Malgun Gothic', Dotum, Gulim, sans-serif;
    line-height: 1.6;
    /*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;*/
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,.h2,.h3,h1,h2,h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small {
    font-size: 65%
}

.h4,.h5,.h6,h4,h5,h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-size: 75%
}

.h1,h1 {
    font-size: 36px
}

.h2,h2 {
    font-size: 30px
}

.h3,h3 {
    font-size: 24px
}

.h4,h4 {
    font-size: 18px
}

.h5,h5 {
    font-size: 14px
}

.h6,h6 {
    font-size: 12px
}

/*.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;*/
}
table.Table th,
table.Table td {
    border: 0;
}
.cke_editable table.tb-jeet td {
    padding: 5px;
    font-size: 14px;
    border: 0;
}
