@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");
/* 서버에 직접 폰트 설치하는 경우 (Naver)
@font-face {
    font-family:'NanumGothic';
    src: url('./NanumGothic.eot');
    src: url('./NanumGothic.eot?#iefix') format('embedded-opentype'),
         url('./NanumGothic.woff') format('woff'),
         url('./NanumGothic.ttf') format('truetype');
         url('./NanumGothic.svg#NanumGothic') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
body, h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, .new_win .win_ul a, td, .c1, .ct, .small {
  font-family: 'Nanum Gothic';
}
