@charset "UTF-8";
/* 고도 */
@font-face {
	font-family: 'Godo';
	font-style: normal;
	font-weight: 400;
	src: local('Godo'),
		url('../font/godo/GodoB.woff2') format('woff2'),
		url('../font/godo/GodoB.woff') format('woff'),
	   	url('../font/godo/GodoB.otf') format('opentype'),
       	url('../font/godo/GodoB.ttf') format('truetype');
}
@font-face {
	font-family: 'GodoM';
	font-style: normal;
	font-weight: 400;
	src: local('Godo'),
		url('../font/godo/GodoM.woff2') format('woff2'),
		url('../font/godo/GodoM.woff') format('woff'),
	   	url('../font/godo/GodoM.otf') format('opentype'),
       	url('../font/godo/GodoM.ttf') format('truetype');
}
 
.godo {font-family: 'Godo';}
