
/* body, html {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#__next {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */
html body{
  background-color: white;
}
.my-sun-editor .sun-editor-editable, 
.sun-editor-editable.sun-editor-viewer, 
.se-wrapper-inner {
  /* border-radius: 16px; */
  /* border: 1px solid #dadada ; */
  font-family: 'nanumg';
  font-size: inherit;
}
.my-sun-editor img{ max-width: 100%;}
.my-sun-editor .sun-editor { border: none }
