/*
 * Font         : NotoSansCJKkr-hinted, Gotham
 * License      :
 * Subset Maker : Studio-jt (KMS)
 * Version      : 1.0.0
 * description  :
 */



/* ************************************** *
 * NotoSansKR
 * 참고) 본문의 포토샵 Medium 굵기는 웹 폰트 Regular와 매칭됩니다.
 * ************************************** */
@font-face {
    font-family:'NotoSansKR';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/NotoSansCJKkr-hinted/NotoSansCJKkr-Light.eot');
    src: local("?"),
         url('../fonts/NotoSansCJKkr-hinted/NotoSansCJKkr-Light.woff') format('woff'),
         url('../fonts/NotoSansCJKkr-hinted/NotoSansCJKkr-Light.otf') format('opentype');
}

@font-face {
    font-family:'NotoSansKR';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/NotoSansCJKkr-hinted/NotoSansCJKkr-Regular.eot');
    src: local("?"),
         url('../fonts/NotoSansCJKkr-hinted/NotoSansCJKkr-Regular.woff') format('woff'),
         url('../fonts/NotoSansCJKkr-hinted/NotoSansCJKkr-Regular.otf') format('opentype');
}

@font-face {
    font-family:'NotoSansKR';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/NotoSansCJKkr-hinted/NotoSansCJKkr-Medium.eot');
    src: local("?"),
         url('../fonts/NotoSansCJKkr-hinted/NotoSansCJKkr-Medium.woff') format('woff'),
         url('../fonts/NotoSansCJKkr-hinted/NotoSansCJKkr-Medium.ttf') format('truetype');
}

@font-face {
    font-family:'NotoSansKR';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/NotoSansCJKkr-hinted/NotoSansCJKkr-Bold.eot');
    src: local("?"),
         url('../fonts/NotoSansCJKkr-hinted/NotoSansCJKkr-Bold.woff') format('woff'),
         url('../fonts/NotoSansCJKkr-hinted/NotoSansCJKkr-Bold.otf') format('opentype');
}



/* ************************************** *
 * Gotham
 * ************************************** */
@font-face{
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Gotham/GothamLight.eot');
    src: local('※'),
         url('../fonts/Gotham/GothamLight.woff') format('woff'),
         url('../fonts/Gotham/GothamLight.otf') format('opentype');
}

@font-face{
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Gotham/GothamMedium.eot');
    src: local('※'),
         url('../fonts/Gotham/GothamMedium.woff') format('woff'),
         url('../fonts/Gotham/GothamMedium.otf') format('opentype');
}

@font-face{
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/Gotham/GothamBold.eot');
    src: local('※'),
         url('../fonts/Gotham/GothamBold.woff') format('woff'),
         url('../fonts/Gotham/GothamBold.otf') format('opentype');
}



/* ************************************** *
 * JT-FONT
 * ************************************** */
@font-face {
    font-family:'jt-font';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/jt-font/jt-font.eot');
    src: local("?"),
         url('../fonts/jt-font/jt-font.woff') format('woff');
}



/* ************************************** *
 * FontAwesome
 * ************************************** */
 @font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
 