/*CK editor 커스텀 설정*/

/*관리자 편집모드*/
.ck.ck-editor__editable {
    min-height: 500px;
}

/*view 모드*/
.ck.ck-content {
    /*min-height:300px;*/
    /*padding: 15px;*/
    font-family: "Apple SD Gothic Neo", "Malgun Gothic","맑은 고딕","돋움",Dotum,Arial,sans-serif;
}


.ck.ck-content ul {list-style:initial; padding:revert;}
.ck.ck-content p {margin-bottom: 0;}
.ck.ck-content img {max-width: 100%;}


/*.ck.ck-content h1, .ck.ck-button.ck-heading_heading1 {font-size: 2.25rem; font-weight: 200;}*/

.ck.ck-content h2, .ck.ck-button.ck-heading_heading2 {margin-bottom:0;font-size: 2rem; font-weight: 200;}
.ck.ck-content h3, .ck.ck-button.ck-heading_heading3 {margin-bottom:0;font-size: 1.75rem; font-weight: 200;}
.ck.ck-content h4, .ck.ck-button.ck-heading_heading4 {margin-bottom:0;font-size: 1.5rem;}
.ck.ck-content h5, .ck.ck-button.ck-heading_heading5 {margin-bottom:0;font-size: 1.25rem;}
.ck.ck-content h6, .ck.ck-button.ck-heading_heading6 {margin-bottom:0;font-size: 1rem; font-weight: bolder;}

.ck.ck-editor__editable_inline>:first-child {margin-top: 0.5rem;}

.ck-content .image {text-align: center;clear: both;margin: 0 auto;display: block;}

/*table*/

.ck-content .table {
    margin: 1em auto;
    display: table;
    width: initial;
}
.ck-content .table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    /*border: 1px double #b3b3b3;*/
    border: initial;
}
.ck-content .table table td, .ck-content .table table th {
    min-width: 2em;
    padding: .4em;
    /*border: 1px solid #bfbfbf;*/
    border: initial;
}

