@charset "utf-8";

/* 
 * Nanum Gothic (Korean) http://hangeul.naver.com
 */


html,
body,
input,
mark,
textarea,
button,
select
{
	font-family: 'NanumGothic', dotum,"돋움",Verdana,Geneva,sans-serif;
	font-size: 100%;
}
strong {
	font-family: 'NanumGothic_B';
	font-weight: normal;
}

@font-face {
  font-family: 'NanumGothic_light';
  font-style: normal;
  src: local('Nanum Gothic UltraLight'), local('Nanum Gothic-UltraLight'), local('NanumGothic UltraLight');
  src: url(css/font/NanumGothicUltraLight.eot);
  src: url(css/font/NanumGothicUltraLight.eot?#iefix) format('embedded-opentype'),
       url(css/font/NanumGothicUltraLight.woff) format('woff'),
       url(css/font/NanumGothicUltraLight.ttf) format('truetype');
  
}

@font-face {
  font-family: 'NanumGothic';
  font-weight: 400;
  src: local('Nanum Gothic Regular'), local('Nanum Gothic-Regular'), local('NanumGothic Regular');
  src: url(css/font/NanumGothic.eot);
  src: url(css/font/NanumGothic.eot?#iefix) format('embedded-opentype'),
       url(css/font/NanumGothic.woff) format('woff'),
       url(css/font/NanumGothic.ttf) format('truetype');

}

@font-face {
  font-family: 'NanumGothic_B';
  font-style: normal;
  src: local('Nanum Gothic Bold'), local('Nanum Gothic-Bold'), local('NanumGothic Bold');
  src: url(css/font/NanumGothicBold.eot);
  src: url(css/font/NanumGothicBold.eot?#iefix) format('embedded-opentype'),
       url(css/font/NanumGothicBold.woff) format('woff'),
       url(css/font/NanumGothicBold.ttf) format('truetype');
}
