/*web font*/
@font-face {
  font-family: 'noto-light';
  font-style: normal;
  font-weight: 100;
  src: url('/fonts/notokr/notokr-light.eot');
  src: url('/fonts/notokr-light.eot?#iefix') format('embedded-opentype'),
       url('/fonts/notokr-light.woff2') format('woff2'),
       url('/fonts/notokr-light.woff') format('woff');
}
@font-face{
    font-family:'noto-r';
    src:url('/fonts/notokr-regular.eot');
    src:url('/fonts/notokr-regular.eot?#iefix') format('embedded-opentype'),url('/fonts/notokr-regular.woff') format('woff'),url('/fonts/notokr-regular.ttf') format('truetype'),url('/fonts/notokr-regular.svg#notokr-regular') format('svg');
    font-weight:normal;font-style:normal;
}
@font-face{
    font-family:'noto-m';
    src:url('/fonts/notokr-medium.eot');
    src:url('/fonts/notokr-medium.eot?#iefix') format('embedded-opentype'),url('/fonts/notokr-medium.woff') format('woff'),url('/fonts/notokr-medium.ttf') format('truetype'),url('/fonts/notokr-medium.svg#notokr-medium') format('svg');
    font-weight:normal;font-style:normal;
}
@font-face{
    font-family:'noto-b';
    src:url('/fonts/notokr-bold.eot');
    src:url('/fonts/notokr-bold.eot?#iefix') format('embedded-opentype'),url('/fonts/notokr-bold.woff') format('woff'),url('/fonts/notokr-bold.ttf') format('truetype'),url('/fonts/notokr-bold.svg#notokr-bold') format('svg');
    font-weight:normal;font-style:normal;
}

/*폰트두께*/
.noto-light{
    font-family: 'noto-light';
}
.noto-r {
    font-family: 'noto-r';
}

.noto-m {
    font-family: 'noto-m';
}

.noto-b {
    font-family: 'noto-b';
}
