diff --git a/front/.env.sample b/frontend/.env.sample similarity index 100% rename from front/.env.sample rename to frontend/.env.sample diff --git a/front/.gitignore b/frontend/.gitignore similarity index 100% rename from front/.gitignore rename to frontend/.gitignore diff --git a/front/README.md b/frontend/README.md similarity index 100% rename from front/README.md rename to frontend/README.md diff --git a/front/eslint.config.js b/frontend/eslint.config.js similarity index 100% rename from front/eslint.config.js rename to frontend/eslint.config.js diff --git a/front/index.html b/frontend/index.html similarity index 100% rename from front/index.html rename to frontend/index.html diff --git a/front/package-lock.json b/frontend/package-lock.json similarity index 100% rename from front/package-lock.json rename to frontend/package-lock.json diff --git a/front/package.json b/frontend/package.json similarity index 100% rename from front/package.json rename to frontend/package.json diff --git a/front/public/favicon.svg b/frontend/public/favicon.svg similarity index 100% rename from front/public/favicon.svg rename to frontend/public/favicon.svg diff --git a/front/public/icons.svg b/frontend/public/icons.svg similarity index 100% rename from front/public/icons.svg rename to frontend/public/icons.svg diff --git a/front/src/App.tsx b/frontend/src/App.tsx similarity index 100% rename from front/src/App.tsx rename to frontend/src/App.tsx diff --git a/front/src/assets/imarketkorea-logo-white.png b/frontend/src/assets/imarketkorea-logo-white.png similarity index 100% rename from front/src/assets/imarketkorea-logo-white.png rename to frontend/src/assets/imarketkorea-logo-white.png diff --git a/front/src/assets/imarketkorea-logo.png b/frontend/src/assets/imarketkorea-logo.png similarity index 100% rename from front/src/assets/imarketkorea-logo.png rename to frontend/src/assets/imarketkorea-logo.png diff --git a/front/src/components/Button.tsx b/frontend/src/components/Button.tsx similarity index 100% rename from front/src/components/Button.tsx rename to frontend/src/components/Button.tsx diff --git a/front/src/components/Input.tsx b/frontend/src/components/Input.tsx similarity index 100% rename from front/src/components/Input.tsx rename to frontend/src/components/Input.tsx diff --git a/front/src/components/Logo.tsx b/frontend/src/components/Logo.tsx similarity index 100% rename from front/src/components/Logo.tsx rename to frontend/src/components/Logo.tsx diff --git a/front/src/components/index.ts b/frontend/src/components/index.ts similarity index 100% rename from front/src/components/index.ts rename to frontend/src/components/index.ts diff --git a/front/src/core/provider.tsx b/frontend/src/core/provider.tsx similarity index 100% rename from front/src/core/provider.tsx rename to frontend/src/core/provider.tsx diff --git a/front/src/features/auth/components/LoginForm.tsx b/frontend/src/features/auth/components/LoginForm.tsx similarity index 100% rename from front/src/features/auth/components/LoginForm.tsx rename to frontend/src/features/auth/components/LoginForm.tsx diff --git a/front/src/features/auth/components/SidebarFooter.tsx b/frontend/src/features/auth/components/SidebarFooter.tsx similarity index 100% rename from front/src/features/auth/components/SidebarFooter.tsx rename to frontend/src/features/auth/components/SidebarFooter.tsx diff --git a/front/src/features/auth/hooks/useLogin.ts b/frontend/src/features/auth/hooks/useLogin.ts similarity index 100% rename from front/src/features/auth/hooks/useLogin.ts rename to frontend/src/features/auth/hooks/useLogin.ts diff --git a/front/src/features/auth/hooks/useLoginMutation.ts b/frontend/src/features/auth/hooks/useLoginMutation.ts similarity index 100% rename from front/src/features/auth/hooks/useLoginMutation.ts rename to frontend/src/features/auth/hooks/useLoginMutation.ts diff --git a/front/src/features/auth/index.ts b/frontend/src/features/auth/index.ts similarity index 100% rename from front/src/features/auth/index.ts rename to frontend/src/features/auth/index.ts diff --git a/front/src/features/chat/components/ChatMessage.tsx b/frontend/src/features/chat/components/ChatMessage.tsx similarity index 100% rename from front/src/features/chat/components/ChatMessage.tsx rename to frontend/src/features/chat/components/ChatMessage.tsx diff --git a/front/src/features/chat/components/ChatSection.tsx b/frontend/src/features/chat/components/ChatSection.tsx similarity index 100% rename from front/src/features/chat/components/ChatSection.tsx rename to frontend/src/features/chat/components/ChatSection.tsx diff --git a/front/src/features/chat/components/ItemImage.tsx b/frontend/src/features/chat/components/ItemImage.tsx similarity index 100% rename from front/src/features/chat/components/ItemImage.tsx rename to frontend/src/features/chat/components/ItemImage.tsx diff --git a/front/src/features/chat/components/ItemSection.tsx b/frontend/src/features/chat/components/ItemSection.tsx similarity index 100% rename from front/src/features/chat/components/ItemSection.tsx rename to frontend/src/features/chat/components/ItemSection.tsx diff --git a/front/src/features/chat/components/RemainingTime.tsx b/frontend/src/features/chat/components/RemainingTime.tsx similarity index 100% rename from front/src/features/chat/components/RemainingTime.tsx rename to frontend/src/features/chat/components/RemainingTime.tsx diff --git a/front/src/features/chat/components/UserButton.tsx b/frontend/src/features/chat/components/UserButton.tsx similarity index 100% rename from front/src/features/chat/components/UserButton.tsx rename to frontend/src/features/chat/components/UserButton.tsx diff --git a/front/src/features/chat/components/menu/Contact.tsx b/frontend/src/features/chat/components/menu/Contact.tsx similarity index 100% rename from front/src/features/chat/components/menu/Contact.tsx rename to frontend/src/features/chat/components/menu/Contact.tsx diff --git a/front/src/features/chat/components/menu/Guide.tsx b/frontend/src/features/chat/components/menu/Guide.tsx similarity index 100% rename from front/src/features/chat/components/menu/Guide.tsx rename to frontend/src/features/chat/components/menu/Guide.tsx diff --git a/front/src/features/chat/components/menu/MDInformation.tsx b/frontend/src/features/chat/components/menu/MDInformation.tsx similarity index 100% rename from front/src/features/chat/components/menu/MDInformation.tsx rename to frontend/src/features/chat/components/menu/MDInformation.tsx diff --git a/front/src/features/chat/components/menu/MenuSection.tsx b/frontend/src/features/chat/components/menu/MenuSection.tsx similarity index 100% rename from front/src/features/chat/components/menu/MenuSection.tsx rename to frontend/src/features/chat/components/menu/MenuSection.tsx diff --git a/front/src/features/chat/components/menu/NegoStep.tsx b/frontend/src/features/chat/components/menu/NegoStep.tsx similarity index 100% rename from front/src/features/chat/components/menu/NegoStep.tsx rename to frontend/src/features/chat/components/menu/NegoStep.tsx diff --git a/front/src/features/chat/components/templates/BidSummary.tsx b/frontend/src/features/chat/components/templates/BidSummary.tsx similarity index 100% rename from front/src/features/chat/components/templates/BidSummary.tsx rename to frontend/src/features/chat/components/templates/BidSummary.tsx diff --git a/front/src/features/chat/components/templates/Indicator.tsx b/frontend/src/features/chat/components/templates/Indicator.tsx similarity index 100% rename from front/src/features/chat/components/templates/Indicator.tsx rename to frontend/src/features/chat/components/templates/Indicator.tsx diff --git a/front/src/features/chat/components/templates/OtherReason.tsx b/frontend/src/features/chat/components/templates/OtherReason.tsx similarity index 100% rename from front/src/features/chat/components/templates/OtherReason.tsx rename to frontend/src/features/chat/components/templates/OtherReason.tsx diff --git a/front/src/features/chat/components/templates/RejectCM.tsx b/frontend/src/features/chat/components/templates/RejectCM.tsx similarity index 100% rename from front/src/features/chat/components/templates/RejectCM.tsx rename to frontend/src/features/chat/components/templates/RejectCM.tsx diff --git a/front/src/features/chat/components/templates/RejectRSP.tsx b/frontend/src/features/chat/components/templates/RejectRSP.tsx similarity index 100% rename from front/src/features/chat/components/templates/RejectRSP.tsx rename to frontend/src/features/chat/components/templates/RejectRSP.tsx diff --git a/front/src/features/chat/components/templates/Summary.tsx b/frontend/src/features/chat/components/templates/Summary.tsx similarity index 100% rename from front/src/features/chat/components/templates/Summary.tsx rename to frontend/src/features/chat/components/templates/Summary.tsx diff --git a/front/src/features/chat/components/templates/rejectControls.tsx b/frontend/src/features/chat/components/templates/rejectControls.tsx similarity index 100% rename from front/src/features/chat/components/templates/rejectControls.tsx rename to frontend/src/features/chat/components/templates/rejectControls.tsx diff --git a/front/src/features/chat/components/userInputs.tsx b/frontend/src/features/chat/components/userInputs.tsx similarity index 100% rename from front/src/features/chat/components/userInputs.tsx rename to frontend/src/features/chat/components/userInputs.tsx diff --git a/front/src/features/chat/containers/ChatContainer.tsx b/frontend/src/features/chat/containers/ChatContainer.tsx similarity index 100% rename from front/src/features/chat/containers/ChatContainer.tsx rename to frontend/src/features/chat/containers/ChatContainer.tsx diff --git a/front/src/features/chat/hooks/useChatInit.ts b/frontend/src/features/chat/hooks/useChatInit.ts similarity index 100% rename from front/src/features/chat/hooks/useChatInit.ts rename to frontend/src/features/chat/hooks/useChatInit.ts diff --git a/front/src/features/chat/index.ts b/frontend/src/features/chat/index.ts similarity index 100% rename from front/src/features/chat/index.ts rename to frontend/src/features/chat/index.ts diff --git a/front/src/features/chat/lib/koreanNumber.ts b/frontend/src/features/chat/lib/koreanNumber.ts similarity index 100% rename from front/src/features/chat/lib/koreanNumber.ts rename to frontend/src/features/chat/lib/koreanNumber.ts diff --git a/front/src/features/chat/lib/rejectForm.ts b/frontend/src/features/chat/lib/rejectForm.ts similarity index 100% rename from front/src/features/chat/lib/rejectForm.ts rename to frontend/src/features/chat/lib/rejectForm.ts diff --git a/front/src/features/chat/lib/remainingTime.ts b/frontend/src/features/chat/lib/remainingTime.ts similarity index 100% rename from front/src/features/chat/lib/remainingTime.ts rename to frontend/src/features/chat/lib/remainingTime.ts diff --git a/front/src/features/chat/lib/userButtonConfig.ts b/frontend/src/features/chat/lib/userButtonConfig.ts similarity index 100% rename from front/src/features/chat/lib/userButtonConfig.ts rename to frontend/src/features/chat/lib/userButtonConfig.ts diff --git a/front/src/features/chat/mocks/mockChatInit.ts b/frontend/src/features/chat/mocks/mockChatInit.ts similarity index 100% rename from front/src/features/chat/mocks/mockChatInit.ts rename to frontend/src/features/chat/mocks/mockChatInit.ts diff --git a/front/src/features/chat/mocks/mockMessages.ts b/frontend/src/features/chat/mocks/mockMessages.ts similarity index 100% rename from front/src/features/chat/mocks/mockMessages.ts rename to frontend/src/features/chat/mocks/mockMessages.ts diff --git a/front/src/features/chat/stores/useChatInitStore.ts b/frontend/src/features/chat/stores/useChatInitStore.ts similarity index 100% rename from front/src/features/chat/stores/useChatInitStore.ts rename to frontend/src/features/chat/stores/useChatInitStore.ts diff --git a/front/src/features/chat/stores/useChatStore.ts b/frontend/src/features/chat/stores/useChatStore.ts similarity index 100% rename from front/src/features/chat/stores/useChatStore.ts rename to frontend/src/features/chat/stores/useChatStore.ts diff --git a/front/src/features/chat/types.ts b/frontend/src/features/chat/types.ts similarity index 100% rename from front/src/features/chat/types.ts rename to frontend/src/features/chat/types.ts diff --git a/front/src/features/list/components/ActionSection.tsx b/frontend/src/features/list/components/ActionSection.tsx similarity index 100% rename from front/src/features/list/components/ActionSection.tsx rename to frontend/src/features/list/components/ActionSection.tsx diff --git a/front/src/features/list/components/FilterGroup.tsx b/frontend/src/features/list/components/FilterGroup.tsx similarity index 100% rename from front/src/features/list/components/FilterGroup.tsx rename to frontend/src/features/list/components/FilterGroup.tsx diff --git a/front/src/features/list/components/Pagination.tsx b/frontend/src/features/list/components/Pagination.tsx similarity index 100% rename from front/src/features/list/components/Pagination.tsx rename to frontend/src/features/list/components/Pagination.tsx diff --git a/front/src/features/list/components/TableSection.tsx b/frontend/src/features/list/components/TableSection.tsx similarity index 100% rename from front/src/features/list/components/TableSection.tsx rename to frontend/src/features/list/components/TableSection.tsx diff --git a/front/src/features/list/components/paginationIcons.tsx b/frontend/src/features/list/components/paginationIcons.tsx similarity index 100% rename from front/src/features/list/components/paginationIcons.tsx rename to frontend/src/features/list/components/paginationIcons.tsx diff --git a/front/src/features/list/components/tableColumns.tsx b/frontend/src/features/list/components/tableColumns.tsx similarity index 100% rename from front/src/features/list/components/tableColumns.tsx rename to frontend/src/features/list/components/tableColumns.tsx diff --git a/front/src/features/list/containers/ContentContainer.tsx b/frontend/src/features/list/containers/ContentContainer.tsx similarity index 100% rename from front/src/features/list/containers/ContentContainer.tsx rename to frontend/src/features/list/containers/ContentContainer.tsx diff --git a/front/src/features/list/containers/FilterContainer.tsx b/frontend/src/features/list/containers/FilterContainer.tsx similarity index 100% rename from front/src/features/list/containers/FilterContainer.tsx rename to frontend/src/features/list/containers/FilterContainer.tsx diff --git a/front/src/features/list/filterOptions.ts b/frontend/src/features/list/filterOptions.ts similarity index 100% rename from front/src/features/list/filterOptions.ts rename to frontend/src/features/list/filterOptions.ts diff --git a/front/src/features/list/hooks/useList.ts b/frontend/src/features/list/hooks/useList.ts similarity index 100% rename from front/src/features/list/hooks/useList.ts rename to frontend/src/features/list/hooks/useList.ts diff --git a/front/src/features/list/index.ts b/frontend/src/features/list/index.ts similarity index 100% rename from front/src/features/list/index.ts rename to frontend/src/features/list/index.ts diff --git a/front/src/features/list/lib/datetime.ts b/frontend/src/features/list/lib/datetime.ts similarity index 100% rename from front/src/features/list/lib/datetime.ts rename to frontend/src/features/list/lib/datetime.ts diff --git a/front/src/features/list/lib/pagination.ts b/frontend/src/features/list/lib/pagination.ts similarity index 100% rename from front/src/features/list/lib/pagination.ts rename to frontend/src/features/list/lib/pagination.ts diff --git a/front/src/features/list/mocks/mockItems.ts b/frontend/src/features/list/mocks/mockItems.ts similarity index 100% rename from front/src/features/list/mocks/mockItems.ts rename to frontend/src/features/list/mocks/mockItems.ts diff --git a/front/src/features/list/stores/useListStore.ts b/frontend/src/features/list/stores/useListStore.ts similarity index 100% rename from front/src/features/list/stores/useListStore.ts rename to frontend/src/features/list/stores/useListStore.ts diff --git a/front/src/features/list/types.ts b/frontend/src/features/list/types.ts similarity index 100% rename from front/src/features/list/types.ts rename to frontend/src/features/list/types.ts diff --git a/front/src/index.css b/frontend/src/index.css similarity index 100% rename from front/src/index.css rename to frontend/src/index.css diff --git a/front/src/layouts/MainHeaderBar.tsx b/frontend/src/layouts/MainHeaderBar.tsx similarity index 100% rename from front/src/layouts/MainHeaderBar.tsx rename to frontend/src/layouts/MainHeaderBar.tsx diff --git a/front/src/layouts/MainLayout.tsx b/frontend/src/layouts/MainLayout.tsx similarity index 100% rename from front/src/layouts/MainLayout.tsx rename to frontend/src/layouts/MainLayout.tsx diff --git a/front/src/layouts/index.ts b/frontend/src/layouts/index.ts similarity index 100% rename from front/src/layouts/index.ts rename to frontend/src/layouts/index.ts diff --git a/front/src/lib/cn.ts b/frontend/src/lib/cn.ts similarity index 100% rename from front/src/lib/cn.ts rename to frontend/src/lib/cn.ts diff --git a/front/src/lib/index.ts b/frontend/src/lib/index.ts similarity index 100% rename from front/src/lib/index.ts rename to frontend/src/lib/index.ts diff --git a/front/src/lib/interactive.ts b/frontend/src/lib/interactive.ts similarity index 100% rename from front/src/lib/interactive.ts rename to frontend/src/lib/interactive.ts diff --git a/front/src/main.tsx b/frontend/src/main.tsx similarity index 100% rename from front/src/main.tsx rename to frontend/src/main.tsx diff --git a/front/src/pages/ChatPage.tsx b/frontend/src/pages/ChatPage.tsx similarity index 100% rename from front/src/pages/ChatPage.tsx rename to frontend/src/pages/ChatPage.tsx diff --git a/front/src/pages/ListPage.tsx b/frontend/src/pages/ListPage.tsx similarity index 100% rename from front/src/pages/ListPage.tsx rename to frontend/src/pages/ListPage.tsx diff --git a/front/src/pages/LoginPage.tsx b/frontend/src/pages/LoginPage.tsx similarity index 100% rename from front/src/pages/LoginPage.tsx rename to frontend/src/pages/LoginPage.tsx diff --git a/front/src/vite-env.d.ts b/frontend/src/vite-env.d.ts similarity index 100% rename from front/src/vite-env.d.ts rename to frontend/src/vite-env.d.ts diff --git a/front/tsconfig.app.json b/frontend/tsconfig.app.json similarity index 100% rename from front/tsconfig.app.json rename to frontend/tsconfig.app.json diff --git a/front/tsconfig.json b/frontend/tsconfig.json similarity index 100% rename from front/tsconfig.json rename to frontend/tsconfig.json diff --git a/front/tsconfig.node.json b/frontend/tsconfig.node.json similarity index 100% rename from front/tsconfig.node.json rename to frontend/tsconfig.node.json diff --git a/front/vite.config.ts b/frontend/vite.config.ts similarity index 100% rename from front/vite.config.ts rename to frontend/vite.config.ts