diff --git a/resources/views/partials/sidebar-static.blade.php b/resources/views/partials/sidebar-static.blade.php
index 4c097e41..e4716e84 100644
--- a/resources/views/partials/sidebar-static.blade.php
+++ b/resources/views/partials/sidebar-static.blade.php
@@ -397,13 +397,9 @@ class="flex items-center gap-2 pr-3 py-2 rounded-lg text-sm text-gray-700 hover:
-
+
-
-
-
-
@@ -459,13 +455,9 @@ class="flex items-center gap-2 pr-3 py-2 rounded-lg text-sm text-gray-700 hover:
-
+
- - 세무 전략
- 노무 전략
- - 채권추심 전략
-
- - MRP 해외사례
- 상담용 챗봇 전략
- 사내 지식 검색 시스템
- 챗봇 솔루션 비교 분석
diff --git a/routes/web.php b/routes/web.php
index 11bc1aeb..ac51433e 100644
--- a/routes/web.php
+++ b/routes/web.php
@@ -448,10 +448,7 @@
Route::prefix('lab')->name('lab.')->group(function () {
// S. 전략 (Strategy)
Route::prefix('strategy')->name('strategy.')->group(function () {
- Route::get('/tax', [StrategyController::class, 'tax'])->name('tax');
Route::get('/labor', [StrategyController::class, 'labor'])->name('labor');
- Route::get('/debt', [StrategyController::class, 'debt'])->name('debt');
- Route::get('/mrp-overseas', [StrategyController::class, 'mrpOverseas'])->name('mrp-overseas');
Route::get('/chatbot', [StrategyController::class, 'chatbot'])->name('chatbot');
Route::get('/knowledge-search', [StrategyController::class, 'knowledgeSearch'])->name('knowledge-search');
Route::get('/chatbot-compare', [StrategyController::class, 'chatbotCompare'])->name('chatbot-compare');