/*web font*/
  @font-face {
  	font-family: 'noto-light';
  	font-style: normal;
  	font-weight: 100;
  	src: url('/css/font/notokr/notokr-light.eot');
  	src: url('/css/font/notokr-light.eot?#iefix') format('embedded-opentype'),
  		 url('/css/font/notokr-light.woff2') format('woff2'),
  		 url('/css/font/notokr-light.woff') format('woff');
  }

  @font-face {
  	font-family: 'noto-r';
  	font-style: normal;
  	font-weight: 300;
  	src: url('/css/font/notokr/notokr-regular.eot');
  	src: url('/css/font/notokr-regular.eot?#iefix') format('embedded-opentype'),
  		 url('/css/font/notokr-regular.woff2') format('woff2'),
  		 url('/css/font/notokr-regular.woff') format('woff');
  }

  @font-face {
  	font-family: 'noto-m';
  	font-style: normal;
  	font-weight: 500;
  	src: url('/css/font/notokr/notokr-medium.eot');
  	src: url('/css/font/notokr-medium.eot?#iefix') format('embedded-opentype'),
  		 url('/css/font/notokr-medium.woff2') format('woff2'),
  		 url('/css/font/notokr-medium.woff') format('woff');
  }

  @font-face {
  	font-family: 'noto-b';
  	font-style: normal;
  	font-weight: 700;
  	src: url('/css/font/notokr/notokr-bold.eot');
  	src: url('/css/font/notokr-bold.eot?#iefix') format('embedded-opentype'),
  		 url('/css/font/notokr-bold.woff2') format('woff2'),
  		 url('/css/font/notokr-bold.woff') format('woff');
  }
@font-face {
   font-family: 'noto-black';
   font-style: normal;
   font-weight: 900;
	src:url('/css/font/NotoSansKR-Black.eot');
    src:url('/css/font/NotoSansKR-Black.eot?#iefix') format('embedded-opentype'),url('/css/font/NotoSansKR-Black.woff') format('woff'),url('/css/font/NotoSansKR-Black.ttf') format('truetype'),url('/css/font/NotoSansKR-Black.eot.svg#NotoSansKR-Black') 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';
}

.noto-black {
    font-family: 'noto-black';
}