@charset "utf-8"; 

/*
 * Hangeul Nanum Font
 */


@font-face {
  font-family: "NanumSquareRound";
  font-style: normal;
  font-weight: 400;
  src: local("NanumSquareRoundR"), /* computer */
    url("font/NanumSquareRoundR.eot"), /* IE9 Compat Modes */
    url("font/NanumSquareRoundR.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("font/NanumSquareRoundR.woff2") format("woff2"), /* Modern Browsers */    
    url("font/NanumSquareRoundR.woff") format("woff"), /* Modern Browsers */
    url("font/NanumSquareRoundR.ttf") format("truetype"); /* Safari, Android, iOS */
}

@font-face {
 font-family: 'NanumSquare';
 src: url("font/NanumSquareR.eot");
 src: url("font/NanumSquareR.eot?#iefix") format('embedded-opentype'),
      url("font/NanumSquareR.woff") format('woff'),
      url("font/NanumSquareR.ttf") format('truetype');
}