diff --git a/src/common/common.js b/src/common/common.js
index ae00ec78..91a9583a 100644
--- a/src/common/common.js
+++ b/src/common/common.js
@@ -11,6 +11,7 @@ export const Mode = {
FILL_CELLS: 'fillCells', //태양광셀 모드
CELL_POWERCON: 'cellPowercon', //파워콘
DRAW_HELP_LINE: 'drawHelpLine', // 보조선 그리기 모드 지붕 존재해야함
+ ADSORPTION_POINT: 'adsorptionPoint', //흡착점 모드
DEFAULT: 'default',
}
diff --git a/src/components/Roof2.jsx b/src/components/Roof2.jsx
index e3d24216..794c0265 100644
--- a/src/components/Roof2.jsx
+++ b/src/components/Roof2.jsx
@@ -632,6 +632,13 @@ export default function Roof2(props) {
+