SELECT * FROM iccas_index_table
WHERE MATCH('@keyword "영문폰트" "이탤릭체"') AND nImageType in (11) AND emContentsState = 1 ORDER BY random_nScore DESC LIMIT 0,50 OPTION max_matches=50
BBB: MATCH('@keyword "영문폰트" "이탤릭체"') AND nImageType in (11) AND emContentsState = 1