﻿@charset "utf-8";

@font-face{
  font-family: 'NanumGothicWeb';
  font-style: normal;
  font-weight: normal;
  src: url('/include/font/NanumGothic.eot'); 
  src: local('※'), url('/include/font/NanumGothic.woff') format('woff'), url('/include/font/NanumGothic.ttf') format('truetype'); 
}

body {font:"Malgun Gothic", "맑은 고딕","NanumGothicWeb","나눔고딕",NanumGothic,"돋움",Dotum,Arial,Helvetica,sans-serif;}
* {font:"Malgun Gothic", "맑은 고딕","NanumGothicWeb","나눔고딕",NanumGothic,"돋움",Dotum,Arial,Helvetica,sans-serif;}
textarea {font-family:"Malgun Gothic", "맑은 고딕","NanumGothicWeb","나눔고딕",NanumGothic,"돋움",Dotum,Arial,Helvetica,sans-serif;}

