/* 
 * 메뉴 2차 메뉴 폰트
 */

@font-face {
	font-family:JejuGothic;
	src: url('css/fonts/JejuGothic.eot'); /* IE9 호환성 보기 */
	src: url('fonts/JejuGothic.eot?iefix') format('eot'), /* IE6-IE8 */
	url('fonts/JejuGothic.woff') format('woff'), /* Modern Browsers */
	url('fonts/JejuGothic.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
	font-family:JejuMyeongjo;
	src: url('css/fonts/JejuMyeongjo.eot'); /* IE9 호환성 보기 */
	src: url('fonts/JejuMyeongjo.eot?iefix') format('eot'), /* IE6-IE8 */
	url('fonts/JejuMyeongjo.woff') format('woff'), /* Modern Browsers */
	url('fonts/JejuMyeongjo.ttf')  format('truetype'); /* Safari, Android, iOS */
}