@charset "utf-8";
/* CSS Document */

/* 실제 적용시 사용하지 않는 폰트는 주석처리를 해야 로딩시간을 절약할 수 있습니다 */

/* 나눔고딕 */
@font-face{
font-family:"nGothic";
font-family:"나눔고딕";
src:url("/css/devFont/devGothic.eot");
src:local(※), url("/css/devFont/devGothic.woff") format("woff");
}

/* 나눔고딕 라이트 */
@font-face{
font-family:"nGothicLight";
font-family:"나눔고딕라이트";
src:url("/css/devFont/devGothicLight.eot");
src:local(※), url("/css/devFont/devGothicLight.woff") format("woff");
}

/* 나눔고딕 볼드 */
@font-face{
font-family:"nGothicBold";
font-family:"나눔고딕볼드";
src:url("/css/devFont/devGothicBold.eot");
src:local(※), url("/css/devFont/devGothicBold.woff") format("woff");
}

/* 나눔고딕 강한볼드 */
@font-face{
font-family:"nGothicExtraBold";
font-family:"나눔고딕강한볼드";
src:url("/css/devFont/devGothicExtraBold.eot");
src:local(※), url("/css/devFont/devGothicExtraBold.woff") format("woff");
}

/* 나눔바른고딕 */
@font-face{
font-family:"bGothic";
font-family:"바른고딕";
src:url("/css/devFont/devBarunGothic.eot");
src:local(※), url("/css/devFont/devBarunGothic.woff") format("woff");
}

/* 나눔바른고딕 울트라라이트 */
@font-face{
font-family:"bGothicUltraLight";
font-family:"바른고딕울트라라이트";
src:url("/css/devFont/devBarunGothicUltraLight.eot");
src:local(※), url("/css/devFont/devBarunGothicUltraLight.woff") format("woff");
}

/* 나눔바른고딕 라이트 */
@font-face{
font-family:"bGothicLight";
font-family:"바른고딕라이트";
src:url("/css/devFont/devBarunGothicLight.eot");
src:local(※), url("/css/devFont/devBarunGothicLight.woff") format("woff");
}

/* 나눔바른고딕 볼드 */
@font-face{
font-family:"bGothicBold";
font-family:"바른고딕볼드";
src:url("/css/devFont/devBarunGothicBold.eot");
src:local(※), url("/css/devFont/devBarunGothicBold.woff") format("woff");
}

/* 나눔명조 */
@font-face{
font-family:"nMyeongjo";
font-family:"나눔명조";
src:url("/css/devFont/devMyeongjo.eot");
src:local(※), url("/css/devFont/devMyeongjo.woff") format("woff");
}

/* 나눔명조 볼드 */
@font-face{
font-family:"nMyeongjoBold";
font-family:"나눔명조볼드";
src:url("/css/devFont/devMyeongjoBold.eot");
src:local(※), url("/css/devFont/devMyeongjoBold.woff") format("woff");
}

/* 나눔명조 강한볼드 */
@font-face{
font-family:"nMyeongjoExtraBold";
font-family:"나눔명조강한볼드";
src:url("/css/devFont/devMyeongjoExtraBold.eot");
src:local(※), url("/css/devFont/devMyeongjoExtraBold.woff") format("woff");
}

/* 나눔펜 */
@font-face{
font-family:"nPen";
font-family:"나눔펜";
src:url("/css/devFont/devPen.eot");
src:local(※), url("/css/devFont/devPen.woff") format("woff");
}

/* 나눔브러쉬 */
@font-face{
font-family:"nBrush";
font-family:"나눔브러쉬";
src:url("/css/devFont/devBrush.eot");
src:local(※), url("/css/devFont/devBrush.woff") format("woff");
}