diff --git a/src/pages/lotto/Functions.jsx b/src/pages/lotto/Functions.jsx
index 9fd5608..53560d2 100644
--- a/src/pages/lotto/Functions.jsx
+++ b/src/pages/lotto/Functions.jsx
@@ -7,7 +7,7 @@ import SwipeableView from '../../components/SwipeableView';
const TABS = [
{ id: 'briefing', label: '๐ ์ด๋ฒ ์ฃผ ๋ธ๋ฆฌํ' },
- { id: 'analysis', label: '๐ ๋ถ์ยทํต๊ณ' },
+ { id: 'analysis', label: '๐ ์๋ฃ์ค / Deep Dive' },
{ id: 'purchase', label: '๐ฐ ๊ตฌ๋งคยท์ฑ๊ณผ' },
];
diff --git a/src/pages/lotto/Lotto.css b/src/pages/lotto/Lotto.css
index cdb6d45..4c86bd9 100644
--- a/src/pages/lotto/Lotto.css
+++ b/src/pages/lotto/Lotto.css
@@ -1526,3 +1526,8 @@
font-size: 13px;
}
}
+
+.lotto-section-fold { margin-bottom: 14px; }
+.lotto-section-fold > summary { cursor: pointer; padding: 12px 16px; background: rgba(255,255,255,0.03);
+ border-radius: 10px; font-weight: 600; font-size: 14px; opacity: 0.85; }
+.lotto-section-fold[open] > summary { margin-bottom: 12px; opacity: 1; }
diff --git a/src/pages/lotto/tabs/AnalysisTab.jsx b/src/pages/lotto/tabs/AnalysisTab.jsx
index ed98fde..3ef0d5e 100644
--- a/src/pages/lotto/tabs/AnalysisTab.jsx
+++ b/src/pages/lotto/tabs/AnalysisTab.jsx
@@ -40,18 +40,21 @@ export default function AnalysisTab() {
์ข
ํฉ ์ถ๋ก ์ถ์ฒ
+
์ต์ ํ์ฐจ ๋ฐ์ดํฐ๊ฐ ์์ต๋๋ค.
)} + - {/* Simulation Picks */} + {/* Simulation Picks */} +Analysis
@@ -237,9 +248,12 @@ export default function AnalysisTab() { )} + {/* ์ ์ฒด ๋ฒํธ ๋ถํฌ */} -Distribution
@@ -263,12 +277,18 @@ export default function AnalysisTab() {ํต๊ณ ๋ฐ์ดํฐ๋ฅผ ๋ถ๋ฌ์ค์ง ๋ชปํ์ต๋๋ค.
)} + {/* ๋ด ๋ฒํธ ํจํด */} -Manual Recommendation
@@ -365,9 +385,12 @@ export default function AnalysisTab() {์์ง ์ถ์ฒ ๊ฒฐ๊ณผ๊ฐ ์์ต๋๋ค.
)} + {/* ์ถ์ฒ ํ์คํ ๋ฆฌ */} -History
@@ -423,6 +446,7 @@ export default function AnalysisTab() {