@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&subset=korean');


/* 나눔스퀘어 */
@font-face {
    font-family:'nsB', nsB;
    src: url('../fonts/nanumsquareb.eot');
    src: url('../fonts/nanumsquareb.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nanumsquareb.woff') format('woff'),
         url('../fonts/nanumsquareb.ttf') format('truetype'),
         url('../fonts/nanumsquareb.svg#nanumsquarebregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family:'nsR', nsr;
    src: url('../fonts/nanumsquarer.eot');
    src: url('../fonts/nanumsquarer.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nanumsquarer.woff') format('woff'),
         url('../fonts/nanumsquarer.ttf') format('truetype'),
         url('../fonts/nanumsquarer.svg#nanumsquarerregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* 나눔명조 */
@font-face {
  font-family:nmR /*'Nanum Myeongjo'*/;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NanumMyeongjo-Regular.eot');
  src: url('../fonts/NanumMyeongjo-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/NanumMyeongjo-Regular.woff') format('woff'), url('../fonts/NanumMyeongjo-Regular.ttf') format('truetype');
}
@font-face {
  font-family:nmB /*'Nanum Myeongjo'*/;
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/NanumMyeongjo-Bold.eot');
  src: url('../fonts/NanumMyeongjo-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/NanumMyeongjo-Bold.woff') format('woff'), url('../fonts/NanumMyeongjo-Bold.ttf') format('truetype');
}
@font-face {
  font-family:nmEB /*'Nanum Myeongjo'*/;
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/NanumMyeongjo-ExtraBold.eot');
  src: url('../fonts/NanumMyeongjo-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/NanumMyeongjo-ExtraBold.woff') format('woff'),  url('../fonts/NanumMyeongjo-ExtraBold.ttf') format('truetype');
}