@charset "utf-8";
/*==============================================

    ----------------------------------------------------------------
	* Date		:	2018.01.19
	* Modify		:   
	* Name		:	font.css
	----------------------------------------------------------------
	
	- Description -
	
	100	:	Thin
	200	:	Extra Light (Ultra Light)
	300	:	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: 300;
  src: url('../font/NotoSansKR-Light.woff2') format('woff2'),
       url('../font/NotoSansKR-Light.woff') format('woff'),
       url('../font/NotoSansKR-Light.otf') format('opentype');
}

@font-face {
   font-family: 'Noto Sans';
   font-style: normal;
   font-weight: 400;
   src: url('../font/NotoSansKR-Regular.woff2') format('woff2'),
        url('../font/NotoSansKR-Regular.woff') format('woff'),
        url('../font/NotoSansKR-Regular.otf') format('opentype');
}

@font-face {
   font-family: 'Noto Sans';
   font-style: normal;
   font-weight: 500;
   src: url('../font/NotoSansKR-Medium.woff2') format('woff2'),
        url('../font/NotoSansKR-Medium.woff') format('woff'),
        url('../font/NotoSansKR-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'roboto';
    src: url('../font/Roboto-Light-webfont.eot');
    src: url('../font/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Roboto-Light-webfont.woff') format('woff'),
         url('../font/Roboto-Light-webfont.ttf') format('truetype'),
         url('../font/Roboto-Light-webfont.svg#robotomedium') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
  font-family: 'roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../font/Roboto-Regular-webfont.eot') format('eot'),
       url('../font/Roboto-Regular-webfont.woff') format('woff'),
       url('../font/Roboto-Regular-webfont.otf') format('opentype');
}

@font-face {
  font-family: 'roboto';
  font-style: normal;
  font-weight:500;
  src: url('../font/Roboto-Medium.eot');
  src: url('../font/Roboto-Medium.woff2') format('woff2'),
       url('../font/Roboto-Medium.woff') format('woff'),
       url('../font/Roboto-Medium.ttf') format('truetype'),
       url('../font/Roboto-Medium.svg#Roboto-Medium') format('svg'),
       url('../font/Roboto-Medium.eot?#iefix') format('embedded-opentype');
}

@font-face {
  font-family: 'roboto';
  font-style: normal;
  font-weight:700;
  src: url('../font/Roboto-Bold.eot');
  src: url('../font/Roboto-Bold.woff2') format('woff2'),
       url('../font/Roboto-Bold.woff') format('woff'),
       url('../font/Roboto-Bold.ttf') format('truetype'),
       url('../font/Roboto-Bold.svg#Roboto-Bold') format('svg'),
       url('../font/Roboto-Bold.eot?#iefix') format('embedded-opentype');
}

@font-face {
  font-family: 'Akrobat';
  font-style: normal;
  font-weight:800;
  src: url('../font/Akrobat-ExtraBold.eot');
  src: url('../font/Akrobat-ExtraBold.woff2') format('woff2'),
       url('../font/Akrobat-ExtraBold.woff') format('woff'),
       url('../font/Akrobat-ExtraBold.ttf') format('truetype'),
       url('../font/Akrobat-ExtraBold.svg#Akrobat-ExtraBold') format('svg'),
       url('../font/Akrobat-ExtraBold.eot?#iefix') format('embedded-opentype');
}

