@charset "utf-8";

@font-face{
	font-family:'NanumBarunGothic';
	src:url('/font/NanumBarunGothic.eot')format('opentype'),
	url('/font/NanumBarunGothic.woff') format('woff'),
	url('/font/NanumBarunGothic.ttf') format('truetype');
}
@font-face{
	font-family:'NanumBarunGothicLight';
	src:url('/font/NanumBarunGothicLight.eot')format('opentype'),
	url('/font/NanumBarunGothicLight.woff') format('woff'),
	url('/font/NanumBarunGothicLight.ttf')format('truetype'); 
}

@font-face{
	font-family:'NanumSquareR';
	src:url('/font/NanumSquareR.eot') format('opentype'),
	url('/font/NanumSquareR.woff') format('woff'),
	url('/font/NanumSquareR.ttf') format('truetype');	
}

	
@font-face{
	font-family:'NanumBarunGothic';
	src:url('../font/NanumBarunGothic.eot')format('opentype'),
	url('../font/NanumBarunGothic.woff') format('woff'),
	url('../font/NanumBarunGothic.ttf') format('truetype');
}
@font-face{
	font-family:'NanumBarunGothicLight';
	src:url('../font/NanumBarunGothicLight.eot')format('opentype'),
	url('../font/NanumBarunGothicLight.woff') format('woff'),
	url('../font/NanumBarunGothicLight.ttf')format('truetype'); 
}

@font-face{
	font-family:'NanumSquareR';
	src:url('../font/NanumSquareR.eot') format('opentype'),
	url('../font/NanumSquareR.woff') format('woff'),
	url('../font/NanumSquareR.ttf') format('truetype');	
}

body{
	font-family: 'NanumBarunGothic', 'NanumBarunGothicLight', 'NanumSquareR';
}

h1,top_ment{
	font-family:'NanumSquareR';
	letter-spacing: -2pt;
}

h3{
	font-family:'NanumBarunGothic';

}
ul,li,a{
	font-family:'NanumBarunGothic';
}
h2,p{
	font-family:'NanumBarunGothicLight';
}