/* Font */
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic|Roboto|Open+Sans&display=swap');

@font-face{
	font-family:"Open Sans";
	src:url('../font/opensans-regular.eot');
	src:url('../font/opensans-regular.eot?#iefix') format('embedded-opentype'),
	url('../font/opensans-regular.woff') format('woff'),
	url('../font/opensans-regular.ttf') format('truetype');
	url('../font/opensans-regular.svg#opensans-regular') format('svg')
	src:local(※), url('../font/opensans-regular.woff') format('woff');
}
@font-face{
	font-family:"Roboto";
	src:url('../font/roboto-regular.eot');
	src:url('../font/roboto-regular.eot?#iefix') format('embedded-opentype'),
	url('../font/roboto-regular.woff') format('woff'),
	url('../font/roboto-regular.ttf') format('truetype');
	url('../font/roboto-regular.svg#roboto-regular') format('svg')
	src:local(※), url('../font/roboto-regular.woff') format('woff');
}
@font-face{
	font-family:"Nanum Gothic";
	src:url('../font/nanumgothic-regular.eot');
	src:url('../font/nanumgothic-regular.eot?#iefix') format('embedded-opentype'),
	url('../font/nanumgothic-regular.woff') format('woff'),
	url('../font/nanumgothic-regular.ttf') format('truetype');
	url('../font/nanumgothic-regular.svg#nanumgothic-regular') format('svg')
	src:local(※), url('../font/nanumgothic-regular.woff') format('woff');
}
@font-face{
	font-family:"Nanum Barun Gothic";
	src:url('../font/nanumbarungothic-regular.eot');
	src:url('../font/nanumbarungothic-regular.eot?#iefix') format('embedded-opentype'),
	url('../font/nanumbarungothic-regular.woff') format('woff'),
	url('../font/nanumbarungothic-regular.ttf') format('truetype');
	url('../font/nanumbarungothic-regular.svg#nanumbarungothic-regular') format('svg')
	src:local(※), url('../font/nanumbarungothic-regular.woff') format('woff');
}
/* //Font */