diff --git a/src/TaxBaik.Portal.Client/Components/Portal/App.razor b/src/TaxBaik.Portal.Client/Components/Portal/App.razor
index d1bf472..ccfabff 100644
--- a/src/TaxBaik.Portal.Client/Components/Portal/App.razor
+++ b/src/TaxBaik.Portal.Client/Components/Portal/App.razor
@@ -4,157 +4,20 @@
- 백원숙 세무회계 - 관리자
-
+ TaxBaik - 고객 포탈
+
-
-
+
-
-
-
- 연결 재설정 중...
- 새로운 버전으로 업데이트되었습니다.
- 자동으로 페이지를 새로고침합니다. 잠시만 기다려주세요.
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-@code {
- private bool isDarkMode = false;
- private MudTheme mudTheme = new()
- {
- Palette = new PaletteLight()
- {
- Primary = "#1976D2",
- PrimaryContrastText = "#FFFFFF",
- Secondary = "#2D9F7E",
- SecondaryContrastText = "#FFFFFF",
- Tertiary = "#FF8A50",
- TertiaryContrastText = "#FFFFFF",
- Surface = "#F5F7FA",
- Background = "#FFFFFF",
- BackgroundGrey = "#F8F9FB",
- DrawerBackground = "#FFFFFF",
- DrawerText = "#424242",
- AppbarBackground = "#FFFFFF",
- AppbarText = "#424242",
- TextPrimary = "#1A1A1A",
- TextSecondary = "#64748B",
- TextDisabled = "#94A3B8",
- ActionDefault = "#1976D2",
- ActionDisabled = "#BDBDBD",
- Divider = "#E2E8F0",
- DividerLight = "#F1F5F9",
- Error = "#DC2626",
- ErrorContrastText = "#FFFFFF",
- Warning = "#F59E0B",
- WarningContrastText = "#FFFFFF",
- Info = "#06B6D4",
- InfoContrastText = "#FFFFFF",
- Success = "#16A34A",
- SuccessContrastText = "#FFFFFF",
- },
- LayoutProperties = new LayoutProperties()
- {
- DefaultBorderRadius = "6px"
- },
- Typography = new Typography()
- {
- Default = new Default()
- {
- FontSize = ".8125rem",
- FontWeight = 400,
- LineHeight = 1.5
- },
- H1 = new H1()
- {
- FontSize = "1.75rem",
- FontWeight = 600,
- LineHeight = 1.2
- },
- H2 = new H2()
- {
- FontSize = "1.5rem",
- FontWeight = 600,
- LineHeight = 1.3
- },
- H3 = new H3()
- {
- FontSize = "1.25rem",
- FontWeight = 600,
- LineHeight = 1.3
- },
- H4 = new H4()
- {
- FontSize = "1.1rem",
- FontWeight = 600,
- LineHeight = 1.4
- },
- H5 = new H5()
- {
- FontSize = "0.95rem",
- FontWeight = 500,
- LineHeight = 1.4
- },
- H6 = new H6()
- {
- FontSize = "0.85rem",
- FontWeight = 500,
- LineHeight = 1.5
- }
- }
- };
-}
diff --git a/src/TaxBaik.Web/TaxBaik.Web.csproj b/src/TaxBaik.Web/TaxBaik.Web.csproj
index 606a5de..f296021 100644
--- a/src/TaxBaik.Web/TaxBaik.Web.csproj
+++ b/src/TaxBaik.Web/TaxBaik.Web.csproj
@@ -4,7 +4,6 @@
-