﻿@charset "utf-8";

@font-face {
    font-family: "Nanum Gothic";
    font-style: normal;
    font-weight: 400;
	src: url("http://kostat.go.kr/portal/eng/css_eng/font/NanumGothic-Regular.eot");
    src: url("http://kostat.go.kr/portal/eng/css_eng/font/NanumGothic-Regular.eot?#iefix") format("embedded-opentype"), 
   		 url("http://kostat.go.kr/portal/eng/css_eng/font/NanumGothic-Regular.woff2") format("woff2"), 
    	 url("http://kostat.go.kr/portal/eng/css_eng/font/NanumGothic-Regular.woff") format("woff"), 
    	 url("http://kostat.go.kr/portal/eng/css_eng/font/NanumGothic-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Nanum Gothic";
    font-style: normal;
    font-weight: 700;
	src: url("http://kostat.go.kr/portal/eng/css_eng/font/NanumGothic-Bold.eot");
    src: url("http://kostat.go.kr/portal/eng/css_eng/font/NanumGothic-Bold.eot?#iefix") format("embedded-opentype"), 
   		 url("http://kostat.go.kr/portal/eng/css_eng/font/NanumGothic-Bold.woff2") format("woff2"), 
    	 url("http://kostat.go.kr/portal/eng/css_eng/font/NanumGothic-Bold.woff") format("woff"), 
    	 url("http://kostat.go.kr/portal/eng/css_eng/font/NanumGothic-Bold.ttf") format("truetype");
}

