/*
 * Font         : NotoSansKR, Grotta-Trial, JT-FONT
 * License      :
 * Subset Maker : Studio-jt (SUMI)
 * Version      : 1.0.0
 * description  :
 */


/* ************************************** *
 * NotoSansKR
 * ************************************** */  
  @font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 400;
    src: url('/resource/fonts/noto-sans-kr-v12-latin_korean/noto-sans-kr-v12-latin_korean-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('/resource/fonts/noto-sans-kr-v12-latin_korean/noto-sans-kr-v12-latin_korean-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }



/* ************************************** *
 * Grotta-Trial
 * ************************************** */
@font-face{
    font-family: 'Grotta-Trial';
    font-style: normal;
    font-weight: 300;
    src: local('※'),
         url('/resource/fonts/Grotta-Trial/Grotta-Trial-Light.otf') format('truetype');
}

@font-face{
    font-family: 'Grotta-Trial';
    font-style: normal;
    font-weight: 400;
    src: local('※'),
         url('/resource/fonts/Grotta-Trial/Grotta-Trial-Regular.otf') format('truetype');
}

@font-face{
    font-family: 'Grotta-Trial';
    font-style: normal;
    font-weight: 500;
    src: local('※'),
         url('/resource/fonts/Grotta-Trial/Grotta-Trial-Medium.otf') format('truetype');
}



/* ************************************** *
 * JT-FONT
 * ************************************** */
@font-face {
    font-family:'jt-font';
    font-style: normal;
    font-weight: normal;
    src: url(/resource/fonts/jt-font/fonts/jt-font.eot);
    src: local("?"),
         url(/resource/fonts/jt-font/fonts/jt-font.woff) format('woff');
}
