﻿@charset "UTF-8";


/*나눔고딕*/
@font-face {
  font-family: 'NanumGothic';
  src: url('../fonts/NanumGothic.eot');
  src: url('../fonts/NanumGothic.woff2') format('woff2'),
       url('../fonts/NanumGothic.woff') format('woff'),
       url('../fonts/NanumGothic.ttf') format('truetype'),
       url('../fonts/NanumGothic.eot?#iefix') format('embedded-opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'NanumGothic';
  src: url('../fonts/NanumGothicBold.eot');
  src: url('../fonts/NanumGothicBold.woff2') format('woff2'),
       url('../fonts/NanumGothicBold.woff') format('woff'),
       url('../fonts/NanumGothicBold.ttf') format('truetype'),
       url('../fonts/NanumGothicBold.eot?#iefix') format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'NanumGothic';
  src: url('../fonts/NanumGothicExtraBold.eot');
  src: url('../fonts/NanumGothicExtraBold.woff2') format('woff2'),
       url('../fonts/NanumGothicExtraBold.woff') format('woff'),
       url('../fonts/NanumGothicExtraBold.ttf') format('truetype'),
       url('../fonts/NanumGothicExtraBold.eot?#iefix') format('embedded-opentype');
  font-weight: 600;
  font-style: normal;
}


/* 나눔스퀘어 */
@font-face{
  font-family:'NanumS';
  font-weight: 400;
  src:url("../fonts/NanumSquareR.eot");
  src:url("../fonts/NanumSquareR.eot?#iefix") format('embedded-opentype'),
  url("../fonts/NanumSquareR.woff") format('woff');
}
@font-face{
  font-family:'NanumS';
  font-weight: 600;
  src:url("../fonts/NanumSquareB.eot");
  src:url("../fonts/NanumSquareB.eot?#iefix") format('embedded-opentype'),
  url("../fonts/NanumSquareB.woff") format('woff');
}


/*
 * Iropke Batang (Korean)
 * http://font.iropke.com/batang/
 */
@font-face {
  font-family: 'Iropke Batang';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/IropkeBatangM.eot);
  src: url(../fonts/IropkeBatangM.eot?#iefix) format('embedded-opentype'),
       url(../fonts/IropkeBatangM.woff) format('woff'),
       url(../fonts/IropkeBatangM.ttf) format('truetype');
}