I've modified each layers within entities.lua as like this
layers = {
{
filename = "__base__/graphics/entity/electric-furnace/electric-furnace-base.png",
priority = "high",
width = 129,
height = 100,
frame_count = 1,
shift = {0.421875*0.66, 0*0.66}, -- modi : mul 0.66
scale = 0.66, -- modi: append this line
hr_version = {
filename = "__base__/graphics/entity/electric-furnace/hr-electric-furnace.png",
priority = "high",
width = 239,
height = 219,
frame_count = 1,
shift = util.by_pixel(0.75*0.66, 5.75*0.66), -- modi : mul 0.66
scale = 0.5*0.66 -- modi : mul 0.66
}
},
It worked well.