

/*-- Nanum Barun Gothic Subset --*/

@font-face { /* normal */
    font-family: 'NanumBarunGothic';
    font-weight: 300;
    src: url(NanumBarunGothicLightSubset.eot);
    src: url(NanumBarunGothicLightSubset.eot?#iefix) format('embedded-opentype'),
         url(NanumBarunGothicLightSubset.woff2) format('woff2'),
         url(NanumBarunGothicLightSubset.woff) format('woff'),
         url(NanumBarunGothicLightSubset.ttf) format('truetype');
}
@font-face {
    font-family: 'NanumBarunGothic';
    font-weight: 400;
    src: url(NanumBarunGothicSubset.eot);
    src: url(NanumBarunGothicSubset.eot?#iefix) format('embedded-opentype'),
         url(NanumBarunGothicSubset.woff2) format('woff2'),
         url(NanumBarunGothicSubset.woff) format('woff'),
         url(NanumBarunGothicSubset.ttf) format('truetype');
}
@font-face { /* bold */
    font-family: 'NanumBarunGothic';
    font-weight: 700;
    src: url(NanumBarunGothicBoldSubset.eot);
    src: url(NanumBarunGothicBoldSubset.eot?#iefix) format('embedded-opentype'),
         url(NanumBarunGothicBoldSubset.woff2) format('woff2'),
         url(NanumBarunGothicBoldSubset.woff) format('woff'),
         url(NanumBarunGothicBoldSubset.ttf) format('truetype');
}


html, body { font-family:'NanumBarunGothic'; font-weight:400; }
h1, h2, h3, h4, h5, dt, strong, b { font-weight:700; }

/* PC View */
@media screen and ( min-device-width:1200px ) {

}
/* mobile View */
@media screen and ( max-device-width:1199px ) {

}