@charset "utf-8";
/*
 * Font         : NotoSansKR, Binggrae, jt_font
 * License      :
 * Subset Maker : Studio-jt (KMS)
 * Version      : 1.0.0
 * description  :
 */



/* ************************************** *
 * NotoSansKR
 * 참고) 포토샵 Medium 굵기는 웹 폰트 Regular와 매칭됩니다.
 * 참고) 포토샵 Bold 굵기는 웹 폰트 Medium과 매칭됩니다.
 * ************************************** */
@font-face {
    font-family:'NotoSansKR';
    font-style: normal;
    font-weight: 400;
    src: url('/font/NotoSansCJKkr_Regular.eot');
    src: local("?"),
         url('/font/NotoSansCJKkr_Regular.woff') format('woff'),
         url('/font/NotoSansCJKkr_Regular.otf') format('opentype');
}

@font-face {
    font-family:'NotoSansKR';
    font-style: normal;
    font-weight: 500;
    src: url('/font/NotoSansCJKkr_Medium.eot');
    src: local("?"),
         url('/font/NotoSansCJKkr_Medium.woff') format('woff'),
         url('/font/NotoSansCJKkr_Medium.otf') format('opentype');
}

@font-face {
    font-family:'NotoSansKR';
    font-style: normal;
    font-weight: 600;
    src: url('/font/NotoSansCJKkr_Bold.eot');
    src: local("?"),
         url('/font/NotoSansCJKkr_Bold.woff') format('woff'),
         url('/font/NotoSansCJKkr_Bold.otf') format('opentype');
}



/* ************************************** *
 * Binggrae
 * ************************************** */
@font-face {
    font-family:'Binggrae';
    font-style: normal;
    font-weight: 600;
    src: local("?"),
         url('/font/Binggrae_Bold.woff') format('woff');
}


/* CSS 추가 시작 */
/* ************************************** *
 * NanumSquare
 * ************************************** */
@font-face {
 font-family: 'NanumSquare';
 font-weight: 400;
 src: url('/font/NanumSquareR.eot');
 src: url('/font/NanumSquareR.eot?#iefix') format('embedded-opentype'),
      url('/font/NanumSquareR.woff') format('woff');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 600;
 src: url('/font/NanumSquareB.eot');
 src: url('/font/NanumSquareB.eot?#iefix') format('embedded-opentype'),
      url('/font/NanumSquareB.woff') format('woff');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 700;
 src: url('/font/NanumSquareEB.eot');
 src: url('/font/NanumSquareEB.eot?#iefix') format('embedded-opentype'),
      url('/font/NanumSquareEB.woff') format('woff');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 300;
 src: url('/font/NanumSquareL.eot');
 src: url('/font/NanumSquareL.eot?#iefix') format('embedded-opentype'),
      url('/font/NanumSquareL.woff') format('woff');
}
/* CSS 추가 끝 */

/* ************************************** *
 * JT FONT
 * ************************************** */
@font-face {
    font-family:'jt_font';
    font-style: normal;
    font-weight: normal;
    src: url(/font/jt_font.eot);
    src: local("?"),
         url(/font/jt_font.woff) format('woff');
}
