@charset "euc-kr";
/*
@font-face {
  font-family: 'roboto';
  src: url('Roboto-Light-webfont.eot');
  src: url('Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
       url('Roboto-Light-webfont.woff') format('woff'),
       url('Roboto-Light-webfont.ttf') format('truetype'),
       url('Roboto-Light-webfont.svg#robotolight') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}
@font-face {
  font-family: 'roboto-Regular';
  src: url('Roboto-Regular-webfont.eot');
  src: url('Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('Roboto-Regular-webfont.woff') format('woff'),
       url('Roboto-Regular-webfont.ttf') format('truetype'),
       url('Roboto-Regular-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}
@font-face {
  font-family: 'roboto-Medium';
  src: url('Roboto-Medium-webfont.eot');
  src: url('Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
       url('Roboto-Medium-webfont.woff') format('woff'),
       url('Roboto-Medium-webfont.ttf') format('truetype'),
       url('Roboto-Medium-webfont.svg#robotomedium') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}
*/

@font-face {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-display:swap;
  font-weight: 400;
  src: url("notokr-light.eot?#iefix") format('embedded-opentype'),
  	   url("notokr-light.woff2") format('woff2'), 
       url("NotoSansKR-Light.woff") format('woff'),
       url("notokr-light.woff") format('woff'),
       url("notokr-light.svg") format('svg');
}


/*
@font-face {
  font-family: 'NotoSansKR-Regular';
  font-style: normal;
  font-display:swap;
  src: url("notokr-regular.eot?#iefix") format('embedded-opentype'),
  	   url("notokr-regular.woff2") format('woff2'), 
       url("NotoSansKR-Regular.woff") format('woff'),
       url("notokr-regular.woff") format('woff'),
       url("notokr-regular.svg") format('svg');       
}


@font-face {
  font-family: 'NotoSansKR-bold';
  font-style: normal;
  font-display:swap;
  src: 
       url("notokr-bold.eot?#iefix") format('embedded-opentype'),
  	   url("notokr-bold.woff2") format('woff2'), 
       url("NotoSansKR-Bold.woff") format('woff'),
       url("notokr-bold.woff") format('woff'),
       url("notokr-bold.svg") format('svg');       
}
*/