@charset "utf-8";
@import url('//fonts.googleapis.com/css?family=Raleway:700,400');
@import url('//fonts.googleapis.com/css?family=Open+Sans');

/* NanumBarunGothic Font */
/* NanumBarunGothic 기본 폰트 */
@font-face{
font-family: "NanumBarunGothic";
src: url('/font/NanumBarunGothic.eot')format('eot');
src: url('/font/NanumBarunGothic.woff') format('woff');
}
/* NanumBarunGothic 굵은 폰트 */
@font-face{
font-family: "NanumBarunGothicBold";
src: url('/font/NanumBarunGothicBold.eot')format('eot');
src: url('/font/NanumBarunGothicBold.woff') format('woff');
}


/* NanumBarunGothic 기본 폰트 */
@font-face{
font-family: "NanumGothic";
src: url('/font/NanumGothic.eot')format('eot');
src: url('/font/NanumGothic.woff') format('woff');
}
/* NanumBarunGothic 굵은 폰트 */
@font-face{
font-family: "NanumGothic-Bold";
src: url('/font/NanumGothic-Bold.eot')format('eot');
src: url('/font/NanumGothic-Bold.woff') format('woff');
}

*{ -webkit-font-smoothing: subpixel-antialiased;}
