@charset "UTF-8";
/* CSS Document */


/* 나눔스퀘어 */

@font-face {
 font-family: 'Nanum Square';
 font-weight: 400;
 src: url(../fonts/NanumSquare/NanumSquareR.eot);
 src: url(../fonts/NanumSquare/NanumSquareR.eot?#iefix) format('embedded-opentype'),
      url(../fonts/NanumSquare/NanumSquareR.woff) format('woff'),
      url(../fonts/NanumSquare/NanumSquareR.ttf) format('truetype');
}
@font-face {
 font-family: 'Nanum Square';
 font-weight: 700;
 src: url(../fonts/NanumSquare/NanumSquareB.eot);
 src: url(../fonts/NanumSquare/NanumSquareB.eot?#iefix) format('embedded-opentype'),
      url(../fonts/NanumSquare/NanumSquareB.woff) format('woff'),
      url(../fonts/NanumSquare/NanumSquareB.ttf) format('truetype');
}
@font-face {
 font-family: 'Nanum Square';
 font-weight: 800;
 src: url(../fonts/NanumSquare/NanumSquareEB.eot);
 src: url(../fonts/NanumSquare/NanumSquareEB.eot?#iefix) format('embedded-opentype'),
      url(../fonts/NanumSquare/NanumSquareEB.woff) format('woff'),
      url(../fonts/NanumSquare/NanumSquareEB.ttf) format('truetype');
}
@font-face {
 font-family: 'Nanum Square';
 font-weight: 300;
 src: url(../fonts/NanumSquare/NanumSquareL.eot);
 src: url(../fonts/NanumSquare/NanumSquareL.eot?#iefix) format('embedded-opentype'),
      url(../fonts/NanumSquare/NanumSquareL.woff) format('woff'),
      url(../fonts/NanumSquare/NanumSquareL.ttf) format('truetype');
}

/* 나눔고딕 */

@font-face {
    font-family: 'Nanum Gothic';
    font-weight: 400;
    src: url(../fonts/NanumGothic/NanumGothic.eot);
    src: url(../fonts/NanumGothic/NanumGothic.eot?#iefix) format('embedded-opentype'),
         url(../fonts/NanumGothic/NanumGothic.woff) format('woff'),
         url(../fonts/NanumGothic/NanumGothic.ttf) format('truetype');
   }
   @font-face {
    font-family: 'Nanum Gothic';
    font-weight: 700;
    src: url(../fonts/NanumGothic/NanumGothicExtraBold.eot);
    src: url(../fonts/NanumGothic/NanumGothicExtraBold.eot?#iefix) format('embedded-opentype'),
         url(../fonts/NanumGothic/NanumGothicExtraBold.woff) format('woff'),
         url(../fonts/NanumGothic/NanumGothicExtraBold.ttf) format('truetype');
   }


/* 나눔 명조 */

@font-face {
    font-family: 'Nanum Myeongjo';
    font-weight: 400;
    src: url(../fonts/NanumMyeongjo/NanumMyeongjo.eot);
    src: url(../fonts/NanumMyeongjo/NanumMyeongjo?#iefix) format('embedded-opentype'),
         url(../fonts/NanumMyeongjo/NanumMyeongjo.woff) format('woff'),
         url(../fonts/NanumMyeongjo/NanumMyeongjo.ttf) format('truetype');
   }
   @font-face {
    font-family: 'Nanum Myeongjo';
    font-weight: 700;
    src: url(../fonts/NanumMyeongjo/NanumMyeongjoExtraBold.eot);
    src: url(../fonts/NanumMyeongjo/NanumMyeongjoExtraBold.eot?#iefix) format('embedded-opentype'),
         url(../fonts/NanumMyeongjo/NanumMyeongjoExtraBold.woff) format('woff'),
         url(../fonts/NanumMyeongjo/NanumMyeongjoExtraBold.ttf) format('truetype');
   }


/*  노토 산스 */


@font-face {
    font-family: 'Noto Sans';
    font-weight: 400;
    src: url(../fonts/NotoSans/NotoSansKR-Regular.otf);
   }
   @font-face {
    font-family: 'Noto Sans';
    font-weight: 700;
    src: url(../fonts/NotoSans/NotoSansKR-Bold.otf);
   }
   @font-face {
    font-family: 'Noto Sans';
    font-weight: 800;
    src: url(../fonts/NotoSans/NotoSansKR-Black.otf);
    
   }
   @font-face {
    font-family: 'Noto Sans';
    font-weight: 300;
    src: url(../fonts/NotoSans/NotoSansKR-Light.otf);
   }