@charset "UTF-8";

/**************************************************************************************
    ckeditor style - view, edit, write
**************************************************************************************/
.cke_editable {
    /*line-height: 1.8;*/
    word-break: keep-all;
    font-family: 'Noto Sans KR', Arial, 'NanumSquare', 'NanumSquareNeo', '맑은 고딕', 'Malgun Gothic', 'Nanum Gothic', Dotum, Gulim, sans-serif;
    font-size: 17px;
    margin:20px;
    background-color: #fff;
    word-break: break-all;
}
.section.board .cke_editable {
    text-align: left;
}
.cke_editable strong {
    font-weight: bold;
}
.cke_editable * {
    max-width: 1200px !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 {
    margin: 0;
    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;*/
}
.cke_editable p {
    margin: 0;
}
/*html input[type="button"]{*/
/*    font-size: 15px;*/
/*    padding:10px 16px;*/
/*    margin-left:10px;*/
/*    background-color: #ED6B6E;*/
/*    border: #e82e39;*/
/*    color:#FFF;*/
/*}*/
.board .section .table tbody td #fileList{
    margin-bottom: 10px;
}
