@charset "utf-8";
/*==============================================

    ----------------------------------------------------------------
	* Date       :	2018.12.10
	* Modify		 :
	* Name		   :	font.css
	----------------------------------------------------------------

	- Description -

	100	:	Thin
	200	:	Extra Light (Ultra Light)
	300	:	Light
	350	:	Demi-Light
	400	:	Regular
	500	:	Medium
	600	:	Semi Bold (Demi Bold)
	700	:	Bold
	800	:	Extra Bold (Ultra Bold)
	900	:	Black (Heavy)

==============================================*/
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 100;
    src: url('../font/NotoSansKR-Thin.woff') format('woff');
         
}
  
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../font/NotoSansKR-Light.woff') format('woff');
       
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../font/NotoSansKR-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../font/NotoSansKR-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../font/NotoSansKR-Bold.woff') format('woff');
}

  @font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 900;
    src: url('../font/NotoSansKR-Black.woff') format('woff');
}