/* Noto Sans KR */
@font-face { 
	font-family:'Noto Sans KR'; 
	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 KR'; 
  font-style:normal; 
  font-weight:normal; 
  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 KR'; 
	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:'Noto Sans KR'; 
  font-style:normal; 
  font-weight:bold; 
  src: url('font/NotoSansKR-Bold.woff2') format('woff2'), 
        url('font/NotoSansKR-Bold.woff') format('woff'), 
        url('font/NotoSansKR-Bold.otf') format('opentype'); 
 } 

/* englsih */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	src: url('font/roboto-v20-latin-300.woff') format('woff');
}

@font-face {
	font-family:'Roboto';
	font-style: normal;
	font-weight:normal;
	src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
	src: url('font/roboto-v20-latin-regular.woff') format('woff'); 
}
@font-face {
	font-family:'Roboto';
	font-style: normal;
	font-weight:500;
	src: local('Roboto Medium'), local('Roboto-Medium'), url(http://fonts.gstatic.com/s/roboto/v18/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
	src: url('font/roboto-v20-latin-500.woff') format('woff'); /* Modern Browsers */
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  src: url('font/roboto-v20-latin-700.woff') format('woff'); /* Modern Browsers */
}

/* montserrat */
@font-face { 
	font-family:'mont'; 
	font-style:normal; 
	font-weight:300; 
	src: url('font/montserrat-v18-latin-regular.woff2') format('woff2'),/* Super Modern Browsers */
	url('font/montserrat-v18-latin-regular.woff') format('woff');/* Modern Browsers */
	url('font/montserrat-v18-latin-regular.ttf') format('truetype'); /* etc */
}
@font-face { 
  font-family:'mont'; 
  font-style:normal; 
  font-weight:normal; 
	src: url('font/montserrat-v18-latin-500.woff2') format('woff2'), 
	url('font/montserrat-v18-latin-500.woff') format('woff'); 
	url('font/montserrat-v18-latin-500.ttf') format('truetype'); /* etc */
 } 
@font-face { 
  font-family:'mont'; 
  font-style:normal; 
  font-weight:500; 
	src: url('font/montserrat-v18-latin-600.woff2') format('woff2'), 
	url('font/montserrat-v18-latin-600.woff') format('woff'); 
	url('font/montserrat-v18-latin-600.ttf') format('truetype'); /* etc */
 } 
@font-face { 
	font-family:'mont'; 
	font-style:normal; 
	font-weight:bold; 
	src: url('font/montserrat-v18-latin-700.woff2') format('woff2'), 
	url('font/montserrat-v18-latin-700.woff') format('woff'); 
	url('font/montserrat-v18-latin-700.ttf') format('truetype'); /* etc */
} 

