@font-face {
  font-family: 'nanum-barun-gothic-bold';
  src: url('/fonts/nanumbarungothicbold.eot');
  src: url('/fonts/nanumbarungothicbold.eot?#iefix') format('embedded-opentype'), url('/fonts/nanumbarungothicbold.woff') format('woff'), url('/fonts/nanumbarungothicbold.ttf') format('truetype'), url('/fonts/nanumbarungothicbold.svg#nanum-barun-gothic-bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'nanum-barun-gothic';
  src: url('/fonts/nanumbarungothicregular.eot');
  src: url('/fonts/nanumbarungothicregular.eot?#iefix') format('embedded-opentype'), url('/fonts/nanumbarungothicregular.woff') format('woff'), url('/fonts/nanumbarungothicregular.ttf') format('truetype'), url('/fonts/nanumbarungothicregular.svg#nanum-barun-gothic-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Black";
  src: url("/fonts/Roboto-Black.eot?") format("eot"), url("/fonts/Roboto-Black.woff") format("woff"), url("/fonts/Roboto-Black.ttf") format("truetype"), url("/fonts/Roboto-Black.svg#Roboto-Black") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: "NotoSansKR";
    src: url('/fonts/NotoSansKR-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "NotoSansKR-Medium";
    src: url('/fonts/NotoSansKR-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "NotoSansKR-Bold";
    src: url('/fonts/NotoSansKR-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

html {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  font-family: 'nanum-barun-gothic', sans-serif;
  font-size: 0.9em !important;
}
