
@media all and (min-width:768px) {

	@font-face {
		font-family: 'Noto Sans KR';
		font-style: normal;
		font-weight: 400;
		src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
		}

	@font-face {
		font-family: 'Noto Sans KR';
		font-style: normal;
		font-weight: 500;
		src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
	}

	@font-face {
		font-family: 'Noto Sans KR';
		font-style: normal;
		font-weight: 700;
		src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
	}
}


@media all and (max-width:767px) {
	@font-face {
	   font-family: 'Noto Sans KR';
	   font-style: normal;
	   font-weight: 400;
	   src: local('Noto Sans KR'),
			url('../font/NotoSansKR-Regular.woff2') format('woff2'),
			url('../font/NotoSansKR-Regular.woff') format('woff'),
			url('../font/NotoSansKR-Regular.ttf') format('truetype'),
			url('../fonts/NotoSansKR-Regular.svg#NotoSansKR') format('svg'); 
			font-display: swap;
	 }
	@font-face {
	   font-family: 'Noto Sans KR';
	   font-style: normal;
	   font-weight: 500;
	   src: local('Noto Sans KR'),
			url('../font/NotoSansKR-Medium.woff2') format('woff2'),
			url('../font/NotoSansKR-Medium.woff') format('woff'),
			url('../font/NotoSansKR-Medium.ttf') format('truetype'),
			url('../fonts/NotoSansKR-Medium.svg#NotoSansKR') format('svg'); 
			font-display: swap;
	 }
	@font-face {
	   font-family: 'Noto Sans KR';
	   font-style: normal;
	   font-weight: 700;
	   src: local('Noto Sans KR'),
			url('../font/NotoSansKR-Bold.woff2') format('woff2'),
			url('../font/NotoSansKR-Bold.woff') format('woff'),
			url('../font/NotoSansKR-Bold.ttf') format('truetype'),
			url('../fonts/NotoSansKR-Bold.svg#NotoSansKR') format('svg'); 
			font-display: swap;
	 }
	@font-face {
	   font-family: 'Noto Sans KR';
	   font-style: normal;
	   font-weight: 900;
	   src: local('Noto Sans KR'),
			url('../font/NotoSansKR-Black.woff2') format('woff2'),
			url('../font/NotoSansKR-Black.woff') format('woff'),
			url('../font/NotoSansKR-Black.ttf') format('truetype'),
			url('../fonts/NotoSansNotoSansKR-Black.svg#NotoSansKR') format('svg'); 
			font-display: swap;
	 } 

	@font-face {
	  font-family:'Open Sans';
	  font-style: normal;
	  font-weight: 400;
	  src: url('../font/Open_Sans/OpenSans-Regular.eot');
	  src: url('../font/Open_Sans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
		   url('../font/Open_Sans/OpenSans-Regular.woff2') format('woff2'),
		   url('../font/Open_Sans/OpenSans-Regular.woff') format('woff'),
		   url('../font/Open_Sans/OpenSans-Regular.ttf') format('truetype');
	}

}
