@charset "utf-8";

/*
 * Font         : NotoSansKR, Titillium, 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: 100;
    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: 300;
    src: url('../fonts/NotoSansCJKkr-hinted/NotoSansCJKkr-DemiLight.eot');
    src: local("?"),
         url('../fonts/NotoSansCJKkr-hinted/NotoSansCJKkr-DemiLight.woff') format('woff'),
         url('../fonts/NotoSansCJKkr-hinted/NotoSansCJKkr-DemiLight.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: 600;
    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.otf') format('opentype');
}

@font-face {
    font-family:'NotoSansKR';
    font-style: normal;
    font-weight: 700;
    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: 100;
     src: url('../fonts/Gotham/GothamExLight.eot');
     src: local('※'),
          url('../fonts/Gotham/GothamExLight.woff') format('woff'),
          url('../fonts/Gotham/GothamExLight.otf') format('opentype');
 }
@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/GothamBook.eot');
    src: local('※'),
        url('../fonts/Gotham/GothamBook.woff') format('woff'),
        url('../fonts/Gotham/GothamBook.otf') format('opentype');
}
@font-face{
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 500;
    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/Gotham-Bold.eot');
    src: local('※'),
         url('../fonts/Gotham/Gotham-Bold.woff') format('woff'),
         url('../fonts/Gotham/Gotham-Bold.otf') format('opentype');
}


/* ************************************** *
 * JT-FONT
 * ************************************** */
@font-face {
    font-family:'jt-font';
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/jt-font/fonts/jt-font.eot);
    src: local("?"),
         url(../fonts/jt-font/fonts/jt-font.woff) format('woff');
}
