/*base font가 변경이되면 base.css에서 같은 font-family 전부 변경해야한다
  같은것으로통일해둔다
  nxbase_en,Muli,OpenSans
  nxbase_ko
*/

/*
@font-face {
    font-family:'nxbase_en';'OpenSans'
    font-style: normal;
    font-weight: 400;
    src:url('../fonts/en/OpenSans/OpenSans-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Noto-Sans-ko';
    font-style: normal;
    font-weight: 400;
    src:url('../fonts/ko/NotoSans/NotoKR-Regular/notokr-regular.woff') format('woff'); 
}
*/
@font-face {
    font-family: 'nxbase_en';
    font-style: normal;
    font-weight: normal;
    src:url('../fonts/en/Muli/Muli-Regular.woff') format('woff')
	     ,url('../fonts/en/Muli/Muli-Regular.eot')
		 ,url('../fonts/en/Muli/Muli-Regular.eot?#iefix') format('embedded-opentype')
	;
}
@font-face {
    font-family: 'nxbase_ko';
    font-style: normal;
    font-weight: normal;
    src:url('../fonts/ko/HANDotum/HANDotum.woff') format('woff')
		 ,url('../fonts/ko/HANDotum/HANDotum.eot')
		 ,url('../fonts/ko/HANDotum/HANDotum.eot?#iefix') format('embedded-opentype')
	; 
}