diff --git a/frontend/src/App.css b/frontend/src/App.css
index 231350f..de8a637 100644
--- a/frontend/src/App.css
+++ b/frontend/src/App.css
@@ -1881,6 +1881,11 @@
border-top-color: rgba(10, 10, 26, 0.96) !important;
}
+/* 중국어선 오버레이 마커 — 이벤트 차단 */
+.maplibregl-marker:has(.cn-fishing-no-events) {
+ pointer-events: none;
+}
+
.gl-popup .maplibregl-popup-close-button,
.event-popup .maplibregl-popup-close-button {
color: #aaa !important;
diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index f004236..b7fa6c5 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -253,15 +253,6 @@ function AuthenticatedApp({ user, onLogout }: AuthenticatedAppProps) {
{dashboardTab === 'korea' && (
-