@charset "utf-8";

/* 나눔고딕 (font-family: NanumGothic) */
@import url('https://fonts.googleapis.com/earlyaccess/nanumgothic.css');

/* 본고딕 (font-family: "Noto Sans KR") */
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

/* Roboto (font-family: "Roboto") */
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700);

/* 엘리스 디지털 배움체 ( font-family: "Elice Digital Baeum")*/
@import url("https://font.elice.io/css?family=Elice+Digital+Baeum");


/* 나눔바른고딕 */
@font-face {
 font-family: 'NanumBarunGothic';
 src: url(../webfont/NanumBarunGothic/NanumBarunGothicWeb.eot);
 src: url(../webfont/NanumBarunGothic/NanumBarunGothicWeb.eot?#iefix) format('embedded-opentype'),
      url(../webfont/NanumBarunGothic/NanumBarunGothicWeb.woff) format('woff'),
      url(../webfont/NanumBarunGothic/NanumBarunGothicWeb.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumBarunGothicBold';
 src: url(../webfont/NanumBarunGothic/NanumBarunGothicWebBold.eot);
 src: url(../webfont/NanumBarunGothic/NanumBarunGothicWebBold.eot?#iefix) format('embedded-opentype'),
      url(../webfont/NanumBarunGothic/NanumBarunGothicWebBold.woff) format('woff'),
      url(../webfont/NanumBarunGothic/NanumBarunGothicWebBold.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumBareunGothicLight';
 src: url(../webfont/NanumBarunGothicL/NanumBarunGothicWebLight.eot);
 src: url(../webfont/NanumBarunGothicL/NanumBarunGothicWebLight.eot?#iefix) format('embedded-opentype'),
      url(../webfont/NanumBarunGothicL/NanumBarunGothicWebLight.woff) format('woff'),
      url(../webfont/NanumBarunGothicL/NanumBarunGothicWebLight.ttf) format('truetype');
}

/* 나눔스퀘어 */

@font-face {
  font-family:'Nanum Square';
  font-style: normal;
  font-weight: 400;
  src: url(../webfont/NanumSquareR.eot);
  src: local('Nanum Square Regular'),
       local('NanumSquareR'),
       url(../webfont/NanumSquareR.eot?#iefix) format('embedded-opentype'),
       url(../webfont/NanumSquare/NanumSquareR.woff2) format('woff2'),
       url(../webfont/NanumSquare/NanumSquareR.woff) format('woff'),
       url(../webfont/font/NanumSquareR.ttf) format('truetype');
}

@font-face {
  font-family:'Nanum Square Bold';
  font-style: bold;
  font-weight: 700;
  src: url(../webfont/NanumSquareB.eot);
  src: local('Nanum Square Bold'),
       local('NanumSquareB'),
       url(../webfont/NanumSquareB.eot?#iefix) format('embedded-opentype'),
       url(../webfont/NanumSquare/NanumSquareB.woff2) format('woff2'),
       url(../webfont/NanumSquareB.woff) format('woff'),
       url(../webfont/NanumSquareB.ttf) format('truetype');
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}