﻿@charset "utf-8";

/* 나눔고딕 */

@font-face {
  font-family: 'NanumGothic';
  font-style: normal;
  font-weight: 400;
  src: url(../font/NanumGothicLight.eot);
  src: url(../font/NanumGothicLight.eot?#iefix) format('embedded-opentype'),
       url(../font/NanumGothicLight.woff2) format('woff2'),
       url(../font/NanumGothicLight.ttf) format('truetype');
}

@font-face {
  font-family: 'NanumGothic';
  font-style: normal;
  font-weight: 500;
  src: url(../font/NanumGothic.eot);
  src: url(../font/NanumGothic.eot?#iefix) format('embedded-opentype'),
       url(../font/NanumGothic.woff2) format('woff2'),
       url(../font/NanumGothic.ttf) format('truetype');
}


@font-face {
  font-family: 'NanumGothic';
  font-style: normal;
  font-weight: 600;
  src: url(../font/NanumGothicBold.eot);
  src: url(../font/NanumGothicBold.eot?#iefix) format('embedded-opentype'),
       url(../font/NanumGothicBold.woff2) format('woff2'),
       url(../font/NanumGothicBold.ttf) format('truetype');
}

@font-face {
  font-family: 'NanumGothic';
  font-style: normal;
  font-weight: 700;
  src: url(../font/NanumGothicExtraBold.eot);
  src: url(../font/NanumGothicExtraBold.eot?#iefix) format('embedded-opentype'),
       url(../font/NanumGothicExtraBold.woff2) format('woff2'),
       url(../fontNanumGothicExtraBold.ttf) format('truetype');
}



 
/* 지마켓산스 */
@font-face {
    font-family: 'GmarketSans';
    font-style: normal;
    font-weight: 400;
    src: local('GmarketSansLight'), local('GmarketSansLight'), local('GmarketSansLight');
    src: url(../font/GmarketSansLight.eot);
    src: url(../font/GmarketSansLight.eot?#iefix) format('embedded-opentype'),
    url(../font/GmarketSansLight.woff2) format('woff2'),
    url(../font/GmarketSansLight.otf) format('truetype');
}

@font-face {
    font-family: 'GmarketSans';
    font-style: normal;
    font-weight: 500;
    src: local('GmarketSansMedium'), local('GmarketSansMedium'), local('GmarketSansMedium');
    src: url(../font/GmarketSansMedium.eot);
    src: url(../font/GmarketSansMedium.eot?#iefix) format('embedded-opentype'),
    url(../font/GmarketSansMedium.woff2) format('woff2'),
    url(../font/GmarketSansMedium.otf) format('truetype');
}

@font-face {
    font-family: 'GmarketSans';
    font-style: normal;
    font-weight: 600;
    src: local('GmarketSansBold'), local('GmarketSansBold'), local('GmarketSansBold');
    src: url(../font/GmarketSansBold.eot);
    src: url(../font/GmarketSansBold.eot?#iefix) format('embedded-opentype'),
    url(../font/GmarketSansBold.woff2) format('woff2'),
    url(../font/GmarketSansBold.otf) format('truetype');
}
