@font-face{
    font-family:'malgun';
    src: url(../font/SCDreamRegular.woff) format('woff'),
         url(../font/SCDreamRegular.oft) format('opentype');
    }
@font-face{
    font-family:'malgunB';
    src: url(../font/SCDreamMedium.woff) format('woff'),
            url(../font/SCDreamMedium.otf) format('opentype');
    }
/* @font-face{ */
/*     font-family:'helveB'; */
/*     src:    url(../font/Helvetica-Bold-Font.woff) format('woff'), */
/*             url(../font/Helvetica-Bold-Font.ttf) format('truetype'); */
/*     } */
/* @font-face{ */
/*     font-family:'helve'; */
/*     src:    url(../font/Helvetica.woff) format('woff'), */
/*             url(../font/Helvetica.ttf) format('truetype'); */
/*     } */
    

body {    
    font-family: 'malgun';
    font-weight: normal;
    font-style: normal;
}