diff --git a/js/shop.js b/js/shop.js
index f1281f4c3..da9dbba88 100644
--- a/js/shop.js
+++ b/js/shop.js
@@ -480,7 +480,7 @@ function price_calculate()
}
});
- $("#sit_tot_price").empty().html("총 금액 : "+number_format(String(total))+"원");
+ $("#sit_tot_price").empty().html("총 금액 :"+number_format(String(total))+" 원");
$("#sit_tot_price").trigger("price_calculate", [total]);
}