@charset "UTF-8";

/* 로딩 이미지    */
#menuLoading-mask{position: fixed;z-index: 10000;display: none;top:0px;left:0px;right:0px;bottom:0;width:100%;height:100%;background-color:rgba(255, 255, 255, 0.8);}
#menuLoading-img {position: fixed;z-index: 10001;top:50%;left:50%;margin:-50px 0 0 -50px;display:block;width: 80px;height: 80px;border: 6px solid #bbbbbb;border-radius: 50%;border-top-color: #fff;animation: spin 1s ease-in-out infinite;-webkit-animation: spin 1s ease-in-out infinite;}
  
@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}


/* 에디터 폰트 리셋 */
.editorCont {font-size:12px;line-height:1.5;font-family:'돋움',Dotum,AppleGothic,Sans-serif;color:#666;word-wrap:break-word;letter-spacing:normal;}
.editorCont p {margin:0;padding:0;}
.editorCont *:not(font) {letter-spacing:inherit;font-size:inherit;font-family:inherit;line-height:inherit;}
.editorCont * font {letter-spacing:inherit;font-size:inherit;line-height:inherit;}
.editorCont b,
.editorCont b * {font-weight:bold;}
.editorCont img,
.editorCont table {max-width:100%;}