{"version":3,"file":"static/chunks/pages/404-f4b21320d4a0878e.js","mappings":"AACA","sources":["webpack://_N_E/?9cea","webpack://_N_E/./src/pages/404.tsx","webpack://_N_E/"],"sourcesContent":["\n (window.__NEXT_P = window.__NEXT_P || []).push([\n \"/404\",\n function () {\n return require(\"private-next-pages/404.tsx\");\n }\n ]);\n if(module.hot) {\n module.hot.dispose(function () {\n window.__NEXT_P.push([\"/404\"])\n });\n }\n ","import { _ as _tagged_template_literal } from \"@swc/helpers/_/_tagged_template_literal\";\nfunction _templateObject() {\n const data = _tagged_template_literal([\n \"\\n display: flex;\\n align-items: center;\\n justify-content: center;\\n min-height: calc(100vh - 440px);\\n padding: 36px 0;\\n\\n .inner {\\n text-align: center;\\n padding: 0 16px;\\n\\n img {\\n max-width: 90%;\\n }\\n\\n .text {\\n font-size: 14px;\\n color: \",\n \";\\n line-height: 1.5;\\n margin: 0;\\n }\\n\\n .ant-btn {\\n width: 100%;\\n max-width: 384px;\\n height: 48px;\\n margin-top: 24px;\\n\\n span {\\n font-size: 16px;\\n font-weight: bold;\\n color: #fff;\\n }\\n }\\n }\\n\"\n ]);\n _templateObject = function() {\n return data;\n };\n return data;\n}\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport styled from \"styled-components\";\nimport Image from \"next/image\";\nimport { themeGet } from \"@styled-system/theme-get\";\nimport { Button } from \"antd\";\nimport React from \"react\";\nimport { HOME_PAGE } from \"@/settings/constant\";\nimport Link from \"next/link\";\nexport default function Custom404() {\n return /*#__PURE__*/ _jsx(CustomErrorWrapper, {\n children: /*#__PURE__*/ _jsxs(\"div\", {\n className: \"inner\",\n children: [\n /*#__PURE__*/ _jsx(Image, {\n src: \"/static/assets/error_404.png\",\n alt: \"에러\",\n width: 792,\n height: 564\n }),\n /*#__PURE__*/ _jsxs(\"p\", {\n className: \"text\",\n children: [\n \"안타깝게도, 페이지를 잃어버렸어요. \",\n /*#__PURE__*/ _jsx(\"br\", {}),\n \"페이지가 없거나 오류가 발생한 것 같아요.\"\n ]\n }),\n /*#__PURE__*/ _jsx(Link, {\n href: \"\".concat(HOME_PAGE),\n passHref: true,\n children: /*#__PURE__*/ _jsx(Button, {\n type: \"primary\",\n children: \"일단 홈으로 모실게요.\"\n })\n })\n ]\n })\n });\n}\nexport const CustomErrorWrapper = styled.div.withConfig({\n componentId: \"sc-899ec656-0\"\n})(_templateObject(), themeGet(\"text.0\", \"#1B1B29\"));\n"],"names":[],"sourceRoot":""}