/* 언어별 font-family 지정 */
.ko {
	font-family:Dotum,'돋움','Nanum Gothic',NanumGothic,'나눔고딕','Malgun Gothic','맑은고딕','Apple SD Gothic Neo',Meiryo,sans-serif;
}

.jp {
	font-family:Meiryo,メイリオ,  'ＭＳ Ｐゴシック', 'MS PGothic', Dotum,sans-serif;
}

.en {
	font-family: Roboto, Arial,  helvetica, APPLE SD Gothic Neo, , Montserrat, sans-serif;
}

/* 언어별 body, table, input, textarea, select, button font-family 지정 */
.ko body,.ko table,.ko input,.ko textarea,.ko select,.ko button  {
	font-family:Dotum,'돋움','Nanum Gothic',NanumGothic,'나눔고딕','Malgun Gothic','맑은고딕','Apple SD Gothic Neo',Meiryo,sans-serif;
}

.jp body,.jp table,.jp input,.jp textarea,.jp select,.jp button  {
	font-family:Meiryo,メイリオ,  'ＭＳ Ｐゴシック', 'MS PGothic', Dotum,sans-serif;
}

.en body,.en table,.en input,.en textarea,.en select,.en button {
	font-family: Roboto, Arial,  helvetica, APPLE SD Gothic Neo, Montserrat, sans-serif;
}