<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 나눔고딕 */
@font-face {
    font-family: "Nanum Gothic";
    font-style: normal;
    font-weight: 400;
    src: url(fonts/NanumGothic-Regular.eot);
    src: local('Nanum Gothic'),
		 local('NanumGothic'),
		 url(fonts/NanumGothic-Regular.eot?#iefix) format("embedded-opentype"),
         url(fonts/NanumGothic-Regular.woff) format("woff"),
		 url(fonts/NanumGothic-Regular.woff2) format('woff2'),
         url(fonts/NanumGothic-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "Nanum Gothic";
    font-style: normal;
    font-weight: 700;
    src: url(fonts/NanumGothic-Bold.eot);
    src: local('Nanum Gothic Bold'),
		 local('NanumGothicBold'),
		 url(fonts/NanumGothic-Bold.eot?#iefix) format("embedded-opentype"),
         url(fonts/NanumGothic-Bold.woff) format("woff"),
		 url(fonts/NanumGothic-Bold.woff2) format('woff2'),
         url(fonts/NanumGothic-Bold.ttf) format("truetype");
}

/* 나눔 바른 고딕 */
@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/NanumBarunGothic.eot);
  src: local('Nanum Barun Gothic'),
       local('NanumBarunGothic'),
       url(fonts/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
       url(fonts/NanumBarunGothic.woff2) format('woff2'),
       url(fonts/NanumBarunGothic.woff) format('woff'),
       url(fonts/NanumBarunGothic.ttf) format('truetype');
}

/* 나눔 스퀘어 */
@font-face {
 font-family: 'Nanum Square';
 font-weight: 400;
 src: url(NanumSquareR.eot);
 src: local('Nanum Square'),
      local('Nanum Square'),
	  url(fonts/NanumSquareR.eot?#iefix) format('embedded-opentype'),
      url(fonts/NanumSquareR.woff) format('woff'),
      url(fonts/NanumSquareR.ttf) format('truetype');
}
@font-face {
 font-family: 'Nanum Square';
 font-weight: 700;
 src: url(NanumSquareB.eot);
 src: local('Nanum Square'),
      local('Nanum Square'),
	  url(fonts/NanumSquareB.eot?#iefix) format('embedded-opentype'),
      url(fonts/NanumSquareB.woff) format('woff'),
      url(fonts/NanumSquareB.ttf) format('truetype');
}
@font-face {
 font-family: 'Nanum Square';
 font-weight: 800;
 src: url(NanumSquareEB.eot);
 src: local('Nanum Barun Gothic Extra Bold'),
      local('NanumBarunGothicExtraBold'),
	  url(fonts/NanumSquareEB.eot?#iefix) format('embedded-opentype'),
      url(fonts/NanumSquareEB.woff) format('woff'),
      url(fonts/NanumSquareEB.ttf) format('truetype');
}


@font-face {
    font-family: 'GmarketSans';
    font-style: normal;
    font-weight: 300;
    src: local('GmarketSansLight'), local('GmarketSansLight'),
        url(/sh/fonts/GmarketSansLight.eot),
        url(/sh/fonts/GmarketSansLight.woff2) format('woff2'),
        url(/sh/fonts/GmarketSansLight.woff) format('woff'),
        url(/sh/fonts/GmarketSansLight.ttf) format('truetype'),
        url(/sh/fonts/GmarketSansLight.otf) format('opentype'),
        url(/sh/fonts/GmarketSansLight.svg) format('svg');
        unicode-range: U+0-10FFFF;
}


@font-face {
    font-family: 'GmarketSans';
    font-style: normal;
    font-weight: 400;
    src: local('GmarketSansMedium'), local('GmarketSansMedium'),
        url(/sh/fonts/GmarketSansMedium.woff2) format('woff2'),
        url(/sh/fonts/GmarketSansMedium.woff) format('woff'),
        url(/sh/fonts/fonts/GmarketSansMedium.ttf) format('truetype'),
        url(/sh/fonts/GmarketSansMedium.otf) format('opentype'),
        url(/sh/fonts/GmarketSansMedium.svg) format('svg');
        unicode-range: U+0-10FFFF;
}

@font-face {
    font-family: 'GmarketSans';
    font-style: normal;
    font-weight: 600;
    src: local('GmarketSansBold'), local('GmarketSansBold'),
        url(/sh/fonts//GmarketSansBold.woff2) format('woff2'),
        url(/sh/fonts/GmarketSansBold.woff) format('woff'),
        url(/sh/fonts/GmarketSansBold.ttf) format('truetype'),
        url(/sh/fonts/GmarketSansBold.otf) format('opentype'),
        url(/sh/fonts/GmarketSansBold.svg) format('svg');
        unicode-range: U+0-10FFFF;
}</pre></body></html>