@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

/* FONT */
@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 200;
  src: local('Nanum Barun Gothic UltraLight'), local('Nanum Barun Gothic-UltraLight'), local('NanumBarunGothic UltraLight');
  src: url("/resource/fonts/NanumBarunGothicUltraLight.eot");
  src: url("/resource/fonts/NanumBarunGothicUltraLight.eot?#iefix") format('embedded-opentype'),
       url("/resource/fonts/NanumBarunGothicUltraLight.woff") format('woff'),
       url("/resource/fonts/NanumBarunGothicUltraLight.ttf") format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 300;
  src: local('Nanum Barun Gothic Light'), local('Nanum Barun Gothic-Light'), local('NanumBarunGothic Light');
  src: url("/resource/fonts/NanumBarunGothicLight.eot");
  src: url("/resource/fonts/NanumBarunGothicLight.eot?#iefix") format('embedded-opentype'),
       url("/resource/fonts/NanumBarunGothicLight.woff") format('woff'),
       url("/resource/fonts/NanumBarunGothicLight.ttf") format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 400;
  src: local('Nanum Barun Gothic Regular'), local('Nanum Barun Gothic-Regular'), local('NanumBarunGothic Regular');
  src: url("/resource/fonts/NanumBarunGothic.eot");
  src: url("/resource/fonts/NanumBarunGothic.eot?#iefix") format('embedded-opentype'),
       url("/resource/fonts/NanumBarunGothic.woff") format('woff'),
       url("/resource/fonts/NanumBarunGothic.ttf") format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 700;
  src: local('Nanum Barun Gothic Bold'), local('Nanum Barun Gothic-Bold'), local('NanumBarunGothic Bold');
  src: url("/resource/fonts/NanumBarunGothicBold.eot");
  src: url("/resource/fonts/NanumBarunGothicBold.eot?#iefix") format('embedded-opentype'),
       url("/resource/fonts/NanumBarunGothicBold.woff") format('woff'),
       url("/resource/fonts/NanumBarunGothicBold.ttf") format('truetype');
  font-display: swap;
}

@font-face {
    font-family: 'GmarketSans';
    font-weight: 300;
    font-style: normal;
    src: url('/resource/fonts/GmarketSansLight.eot');
    src: url('/resource/fonts/GmarketSansLight.eot?#iefix') format('embedded-opentype'),
         url('/resource/fonts/GmarketSansLight.woff2') format('woff2'),
         url('/resource/fonts/GmarketSansLight.woff') format('woff'),
         url('/resource/fonts/GmarketSansLight.ttf') format("truetype");
    font-display: swap;
} 
@font-face {
    font-family: 'GmarketSans';
    font-weight: 500;
    font-style: normal;
    src: url('/resource/fonts/GmarketSansMedium.eot');
    src: url('/resource/fonts/GmarketSansMedium.eot?#iefix') format('embedded-opentype'),
         url('/resource/fonts/GmarketSansMedium.woff2') format('woff2'),
         url('/resource/fonts/GmarketSansMedium.woff') format('woff'),
         url('/resource/fonts/GmarketSansMedium.ttf') format("truetype");
    font-display: swap;
} 
@font-face {
    font-family: 'GmarketSans';
    font-weight: 700;
    font-style: normal;
    src: url('/resource/fonts/GmarketSansBold.eot');
    src: url('/resource/fonts/GmarketSansBold.eot?#iefix') format('embedded-opentype'),
         url('/resource/fonts/GmarketSansBold.woff2') format('woff2'),
         url('/resource/fonts/GmarketSansBold.woff') format('woff'),
         url('/resource/fonts/GmarketSansBold.ttf') format("truetype");
    font-display: swap;
} 