@charset "UTF-8";

.ezeditor {clear:both;overflow:hidden;width:calc(100% - 2px);height:370px;border:1px solid #ddd;border-radius:5px;}
.ezeditor .toolbar {clear:both;overflow:hidden;text-align:left;background:#f5f5f5;border-bottom:1px solid #ddd;padding:5px;}
.ezeditor .toolbar .group {float:left;height:32px;overflow:hidden;margin:0 5px;}
.ezeditor .toolbar button {height:30px;text-align:center;background:#FFF;border:1px solid #ddd;border-right:0;padding:4px 10px 8px 10px;line-height:20px;}
.ezeditor .toolbar button.over {color:#333;background:#ebebeb;}
.ezeditor .toolbar button:hover {color:#333;background:#ebebeb;}
.ezeditor .toolbar button:click {color:#333;background:#ebebeb;box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);}
.ezeditor .toolbar button:first-child {border-top-left-radius:5px;border-bottom-left-radius:5px;}
.ezeditor .toolbar button:last-child {border-top-right-radius:5px;border-bottom-right-radius:5px;border-right:1px solid #ddd;}
.ezeditor .toolbar button[name="bold"] {font-weight:bold;}
.ezeditor .toolbar button[name="italic"] {font-style:italic;}
.ezeditor .toolbar button[name="underline"] {text-decoration:underline;}
.ezeditor .editzone {clear:both;overflow:hidden;background:#FFFFFF;}
.ezeditor .editzone .editor {clear:both;overflow:auto;width:calc(100% - 28px);height:calc(100% - 28px);padding:14px;line-height:16px;font-size:9pt;}
.ezeditor .editzone .editor .content {clear:both;overflow:hidden;border:1px dotted #ddd;}
.ezeditor .editzone .editor .content .keyword {display:inline-block;}
.ezeditor .editzone .editor .content .keyword::after {content:"/";}
.ezeditor .editzone .editor .content .keyword:last-of-type::after {content:"";}
.ezeditor .editzone .editor .content label {display:inline-block;}
.ezeditor .editzone .editor .content span {display:inline-block;color:#888;word-wrap: break-word;}
.ezeditor .editzone .editor .content span[data-points="0"] {display:none;}
.ezeditor .editzone .editor .content span::before {content:'(';color:#888;}
.ezeditor .editzone .editor .content span::after {content:'점)';color:#888;}
.ezeditor .editzone textarea {display:none;width:calc(100% - 2px);height:calc(100% - 2px);background:#000;color:#FFF;line-height:16px;font-size:9pt;}
.ezeditor .statusbar {clear:both;overflow:hidden;height:9px;background:#f5f5f5;border-top:1px solid #ddd;cursor: ns-resize;}
.ezeditor .statusbar > div {width: 20px;margin: 1px auto;border-top: 1px solid rgba(0,0,0,.2);cursor: ns-resize;}