diff --git a/src/app/canvas/page.jsx b/src/app/canvas/page.jsx
index 0728bab..66d0392 100644
--- a/src/app/canvas/page.jsx
+++ b/src/app/canvas/page.jsx
@@ -92,7 +92,7 @@ export default function CanvasPage() {
{/* */}
{/* 외벽선 편집 및 오프셋 */}
- {/* */}
+
{/* 보조선 사이즈, 이동, 복사 */}
{/* */}
@@ -109,7 +109,7 @@ export default function CanvasPage() {
{/* */}
{/* 면형상 배치 */}
- {/* */}
+
{/* 오브젝트 배치*/}
{/* */}
@@ -129,10 +129,10 @@ export default function CanvasPage() {
{/* */}
{/* 지붕모듈선택 */}
-
+ {/* */}
{/* 육지붕모듈 선택 */}
-
+ {/* */}
diff --git a/src/components/canvas/modal/outerwalloffset/OffsetTab02.jsx b/src/components/canvas/modal/outerwalloffset/OffsetTab02.jsx
index 05f6321..ad10e0a 100644
--- a/src/components/canvas/modal/outerwalloffset/OffsetTab02.jsx
+++ b/src/components/canvas/modal/outerwalloffset/OffsetTab02.jsx
@@ -6,37 +6,31 @@ export default function OffsetTab02(){
オフセットしたい外壁を選択してください。
-
-
-
-
-
-
-
-
- 長さ
-
-
-
-
-
-
-
mm
+
+
+
+ 長さ
+
+
-
-
- 方向 (矢印)
-
-
-
+
+
+ 方向 (矢印)
+
+
diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss
index 7d91664..361f7b9 100644
--- a/src/styles/_modal.scss
+++ b/src/styles/_modal.scss
@@ -836,17 +836,14 @@ $alert-color: #101010;
padding: 8px;
transition: all .15s ease-in-out;
.shape-box{
+ display: flex;
+ justify-content: center;
+ align-items: center;
position: relative;
width: 100%;
height: 100%;
background-color: #313131;
border-radius: 2px;
- img{
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
}
&.act,
&:hover{