@font-face {
  font-family: NanumSquareR;
  font-weight: normal;
  src: url('../fonts/NanumSquareOTFRegular.woff') format('woff'), url('../fonts/NanumSquareOTFRegular.otf') format('opentype');
}
@font-face {
  font-family: NanumSquareB;
  src: url('../fonts/NanumSquareOTFBold.woff') format('woff'), url('../fonts/NanumSquareOTFBold.otf') format('opentype');
}
@font-face {
  font-family: NanumSquareEB;
  src: url('../fonts/NanumSquareOTFExtraBold.woff') format('woff'), url('../fonts/NanumSquareOTFExtraBold.otf') format('opentype');
}
.summernote-content {
  word-wrap: break-word;
}
.summernote-content blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
.summernote-content b,
.summernote-content strong {
  font-weight: 700;
}
.summernote-content a {
  color: #175cb6;
}
.summernote-content a:hover {
  color: #4B8FE8;
}
.summernote-content pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
