/**
 This is for Google fonts to work on all browsers including ie
 I have uploaded the necessary fonts in WEbFont and this css is pointing to them
 Basically it should be just using 	<link href='//fonts.googleapis.com/earlyaccess/nanumgothic.css' rel='stylesheet' type='text/css'>
*/
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('WebFont/NanumGothic/nanum-gothic-v16-korean_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(※),
       url('WebFont/NanumGothic/nanum-gothic-v16-korean_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('WebFont/NanumGothic/nanum-gothic-v16-korean_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('WebFont/NanumGothic/nanum-gothic-v16-korean_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('WebFont/NanumGothic/nanum-gothic-v16-korean_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('WebFont/NanumGothic/nanum-gothic-v16-korean_latin-regular.svg#NanumGothic') format('svg'); /* Legacy iOS */
}

/** For browsers that do not support HTML5 TAG  ***********/
address, article, aside, figure, figcaption, details, footer, header, hgroup, menu, nav, section, summary {display:block;}
/***************************************************************************************/