diff --git a/src/main/webapp/resources/3rd-party/paintweb/interfaces/default/layout.xhtml b/src/main/webapp/resources/3rd-party/paintweb/interfaces/default/layout.xhtml
index 9e181224..cba7738b 100644
--- a/src/main/webapp/resources/3rd-party/paintweb/interfaces/default/layout.xhtml
+++ b/src/main/webapp/resources/3rd-party/paintweb/interfaces/default/layout.xhtml
@@ -28,7 +28,7 @@
Selection
- Hand
+
diff --git a/src/main/webapp/resources/3rd-party/paintweb/interfaces/default/script.js b/src/main/webapp/resources/3rd-party/paintweb/interfaces/default/script.js
index 26796ba4..8c897753 100644
--- a/src/main/webapp/resources/3rd-party/paintweb/interfaces/default/script.js
+++ b/src/main/webapp/resources/3rd-party/paintweb/interfaces/default/script.js
@@ -146,7 +146,7 @@ pwlib.gui = function (app) {
lineTab: true,
shapeType: true,
lineWidth: true,
- lineWidthLabel: lang.inputs.borderWidth,
+ lineWidthLabel: null,
lineJoin: true
},
polygon: {
diff --git a/src/main/webapp/resources/3rd-party/paintweb/paintweb-config.json b/src/main/webapp/resources/3rd-party/paintweb/paintweb-config.json
index 789a30b7..334d5eeb 100644
--- a/src/main/webapp/resources/3rd-party/paintweb/paintweb-config.json
+++ b/src/main/webapp/resources/3rd-party/paintweb/paintweb-config.json
@@ -214,7 +214,7 @@
*/
/*FIXME: 항목수정*/
/*"tools": ["bcurve", "cbucket", "cpicker", "ellipse", "eraser", "hand", "insertimg", "line", "pencil", "polygon", "rectangle", "selection", "text"],*/
- "tools": ["hand", "rectangle", "selection"],
+ "tools": ["rectangle", "selection"],
/**