/* nanum-gothic-regular - korean_latin */
@font-face {
    font-family: 'Nanum Square';
    font-style: normal;
    font-weight: 400;
    src: local('NanumSquare'),
         url('NanumSquareR.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* nanum-gothic-800 - korean_latin */
  @font-face {
    font-family: 'Nanum Square';
    font-style: normal;
    font-weight: 800;
    src: local('NanumSquare ExtraBold'), local('NanumSquare-ExtraBold'),
         url('NanumSquareEB.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* nanum-gothic-700 - korean_latin */
  @font-face {
    font-family: 'Nanum Square';
    font-style: normal;
    font-weight: 700;
    src: local('NanumSquare Bold'), local('NanumSquare-Bold'),
         url('NanumSquareB.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* nanum-gothic-700 - korean_latin */
  @font-face {
    font-family: 'Nanum Square';
    font-style: normal;
    font-weight: 200;
    src: local('NanumSquare Light'), local('NanumSquare-Light'),
         url('NanumSquareL.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }