@font-face{
  font-family: 'nineplug';
  src: url('./fontello-0308/font/fontello.eot');
  src: url('./fontello-0308/font/fontello.eot') format('embedded-opentype'),
       url('./fontello-0308/font/fontello.woff') format('woff2'),
       url('./fontello-0308/font/fontello.woff') format('woff'),
       url('./fontello-0308/font/fontello.ttf') format('truetype'),
       url('./fontello-0308/font/fontello.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

html, body{
  margin:0;
  padding:0;
  width: 100%;
  height: 100%;
  font-family: 'Noto Sans Korean Regular';

  word-wrap: break-word;
  word-break: break-all;
}

#root{
  margin:0;
  padding:0;
  width: 100%;
  height: 100%;
  position: relative;
}

div,
button{
  outline: none;
}

.icon{
  font-family: 'nineplug';
}
/* #root>.mxv-logger>.modal>.modal-header>.modal-close:before{ content: '\e810'; } */
/* .icon.modal-close:before{ content: '\e80f'; } */

.icon.modal-close:before{ content: '\e830'; }
.icon.channel_left:before{ content: '\e82f'; }
.icon.channel_right:before{ content: '\e836'; }
.icon.video-prev:before{ content: '\e82f'; }
.icon.video-next:before{ content: '\e836'; }
.icon.icon-no-result:before,
.icon.search:before{ content: '\e83c'; }
.icon.icon-error-result:before{ content: '\e83d'; }
.icon.icon-select-down:before{ content: '\e82a'; }
.icon.icon-close:before{ content: '\e830'; }
.icon.prev:before{ content: '\e82f'; }
.icon.next:before{ content: '\e836'; }
.icon.video-open:before{ content: '\e823'; }
.icon.video-close:before{ content: '\e835'; }

.icon.user:before{ content: '\e821'; }
.icon.lock:before{ content: '\e81d'; }

.icon.arrow-right:before{ content: '\e82b'; }
.icon.arrow-left:before{ content: '\e82c'; }




