﻿@charset "UTF-8";
/*
Author: jinwook
Date:
Project:
*/
/* http://meyerweb.com/eric/tools/css/reset/
 v2.0 | 20110126
 License: none (public domain)
*/
#container {
    width: 1000px;
    margin: 20px auto;
}

.ck-editor__editable[role="textbox"] {
    /* editing area */
    min-height: 200px;
    /*height: 1500px;*/
    font-size: 15px;
    margin-top: 3px;
}

.ck-editor__editable p {
    margin-top: 10px;
    line-height: 2;
}

.ck-editor__editable h1 ,h2, h3,h4 {
    line-height: 2;
}

.ck-content .image {
    /* block images */
    max-width: 50%;
    margin: 20px auto;
}

.ck-content .figure {
    /* block images */
    margin-text-outline: 5px ;
}

.ck-toolbar,.ck.ck-editor__editable_inline {
    border: none !important
}