/* FontAwesome 지우지마세요.
-------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/html/fonts/fontawesome-webfont.eot');
  src: url('/html/fonts/fontawesome-webfont.eot') format('embedded-opentype'), 
		  url('/html/fonts/fontawesome-webfont.woff2') format('woff2'), 
		  url('/html/fonts/fontawesome-webfont.woff') format('woff'), 
		  url('/html/fonts/fontawesome-webfont.ttf') format('truetype'), 
		  url('/html/fonts/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Noto Sans KR
-------------------------------------------------------------------------------------------------- */
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: local('Noto Sans Thin'), local('NotoSans-Thin'),
    url(/html/fonts/NotoSansKR-Thin.eot),
    url(/html/fonts/NotoSansKR-Thin.eot?#iefix) format('embedded-opentype'),
    url(/html/fonts/NotoSansKR-Thin.woff) format('woff'),
    url(/html/fonts/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: local('Noto Sans Light'), local('NotoSans-Light'),
    url(/html/fonts/NotoSansKR-Light.eot),
    url(/html/fonts/NotoSansKR-Light.eot?#iefix) format('embedded-opentype'),
    url(/html/fonts/NotoSansKR-Light.woff) format('woff'),
    url(/html/fonts/NotoSansKR-Light.otf;) format('opentype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 350;
    src: local('Noto Sans DemiLight'), local('NotoSans-DemiLight'),
    url(/html/fonts/NotoSansKR-DemiLight.eot),
    url(/html/fonts/NotoSansKR-DemiLight.eot?#iefix) format('embedded-opentype'),
    url(/html/fonts/NotoSansKR-DemiLight.woff) format('woff'),
    url(/html/fonts/NotoSansKR-DemiLight.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: local('Noto Sans Regular'), local('NotoSans-Regular'),
    url(/html/fonts/NotoSansKR-Regular.eot),
    url(/html/fonts/NotoSansKR-Regular.eot?#iefix) format('embedded-opentype'),
    url(/html/fonts/NotoSansKR-Regular.woff) format('woff'),
    url(/html/fonts/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: local('Noto Sans Medium'), local('NotoSans-Medium'),
    url(/html/fonts/NotoSansKR-Medium.eot),
    url(/html/fonts/NotoSansKR-Medium.eot?#iefix) format('embedded-opentype'),
    url(/html/fonts/NotoSansKR-Medium.woff) format('woff'),
    url(/html/fonts/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: local('Noto Sans Bold'), local('NotoSans-Bold'),
    url(/html/fonts/NotoSansKR-Bold.eot),
    url(/html/fonts/NotoSansKR-Bold.eot?#iefix) format('embedded-opentype'),
    url(/html/fonts/NotoSansKR-Bold.woff) format('woff'),
    url(/html/fonts/NotoSansKR-Bold.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: local('Noto Sans Black'), local('NotoSans-Black'),
    url(/html/fonts/NotoSansKR-Black.eot),
    url(/html/fonts/NotoSansKR-Black.eot?#iefix) format('embedded-opentype'),
    url(/html/fonts/NotoSansKR-Black.woff) format('woff'),
    url(/html/fonts/NotoSansKR-Black.otf) format('opentype');
}

/* NanumSquare
-------------------------------------------------------------------------------------------------- */
@font-face {
 font-family: 'NanumSquare';
 font-weight: 400;
 src: url(/html/fonts/NanumSquareR.eot);
 src: url(/html/fonts/NanumSquareR.eot?#iefix) format('embedded-opentype'),
      url(/html/fonts/NanumSquareR.woff) format('woff'),
      url(/html/fonts/NanumSquareR.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 700;
 src: url(/html/fonts/NanumSquareB.eot);
 src: url(/html/fonts/NanumSquareB.eot?#iefix) format('embedded-opentype'),
      url(/html/fonts/NanumSquareB.woff) format('woff'),
      url(/html/fonts/NanumSquareB.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 800;
 src: url(/html/fonts/NanumSquareEB.eot);
 src: url(NanumSquareEB.eot?#iefix) format('embedded-opentype'),
      url(/html/fonts/NanumSquareEB.woff) format('woff'),
      url(/html/fonts/NanumSquareEB.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 300;
 src: url(/html/fonts/NanumSquareL.eot);
 src: url(/html/fonts/NanumSquareL.eot?#iefix) format('embedded-opentype'),
      url(/html/fonts/NanumSquareL.woff) format('woff'),
      url(/html/fonts/NanumSquareL.ttf) format('truetype');
}