@charset "utf-8";

/* 
	100 : Thin
	200 : Extra Light (Ultra Light)
	300 : Light
	400 : Regular
	500 : Medium
	600 : Semi Bold (Demi Bold)
	700 : Bold
	800 : Extra Bold (Ultra Bold)
	900 : Black (Heavy)
*/

@font-face {
	font-family: NanumGothic;
	font-style: normal;
    font-weight: 400;
	src: url('/ko/asset/common/font/NanumGothic400.woff') format('woff');
}

@font-face {
	font-family: NanumGothic;
	font-style: normal;
    font-weight: 700;
	src: url('/ko/asset/common/font/NanumGothic700.woff') format('woff');
}