/* 
* Font face : MalgunGothic 
*/
@font-face {
    font-family: 'MalgunGothic';
    src: url('Malgun-Gothic.eot');
    src: url('Malgun-Gothic.eot?#iefix') format('embedded-opentype'),
         url('Malgun-Gothic.woff') format('woff'),
         url('Malgun-Gothic.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'MalgunGothic';
    src: url('Malgun-Gothic-Bold.eot');
    src: url('Malgun-Gothic-Bold.eot?#iefix') format('embedded-opentype'),
         url('Malgun-Gothic-Bold.woff') format('woff'),
         url('Malgun-Gothic-Bold.ttf') format('truetype');
    font-weight: bold;
}