{"version":3,"file":"static/chunks/pages/404-384bad5518b622eb.js","mappings":"oFACA,CAAAA,OAAAC,QAAA,CAAAD,OAAAC,QAAA,MAAAC,IAAA,EACA,OACA,WACA,OAAeC,EAAQ,IACvB,EACA,kHCsBA,IAAMC,EAAYC,CAAAA,EAAAA,EAAAA,CAAAA,EAAMA,MAAAA,2IASlBC,EAAoBD,CAAAA,EAAAA,EAAAA,CAAAA,EAAOE,EAAAA,EAAQA,CAAAA,mDClBzC,IAAMC,EAAkBH,CAAAA,EAAAA,EAAAA,CAAAA,EDPxB,SAAeI,CAA2D,CAAE,IAA7D,CAAEC,SAAAA,CAAAA,CAAUC,WAAAA,CAAAA,CAAYC,WAAAA,CAAAA,CAAYC,UAAAA,CAAAA,CAAuB,CAA3DJ,EACb,MACE,GAAAK,EAAAC,EAAA,EAACX,EAAAA,CAAUS,UAAWA,YACpB,GAAAC,EAAAE,EAAA,EAACC,EAAAA,EAAIA,CAAAA,CAACC,IAAI,aAAaC,IAAI,QAAQC,MAAO,GAAIC,OAAQ,KACrDX,EACAE,GAAcD,GACb,GAAAG,EAAAE,EAAA,EAACV,EAAAA,CAAkBgB,KAAMV,WACvB,GAAAE,EAAAE,EAAA,EAACO,EAAAA,EAAWA,CAAAA,CAACC,WAAYC,EAAAA,EAAAA,CAAAA,OAA0B,UAChDd,QAMb,ECPoCe,0DACGC,EAAAA,EAAaA,CAAAA,8EAYpD,IAAAC,EA5BA,UAAwB,CACtB,MACE,GAAAd,EAAAC,EAAA,EAACP,EAAAA,CAAgBG,WAAW,YAAYC,WAAW,cACjD,GAAAE,EAAAE,EAAA,EAACa,MAAAA,CAAIhB,UAAU,mBAAU,UACzB,GAAAC,EAAAC,EAAA,EAACc,MAAAA,CAAIhB,UAAU,0BAAgB,wBAE7B,GAAAC,EAAAE,EAAA,EAACc,KAAAA,CAAAA,GAAK,yBAEN,GAAAhB,EAAAE,EAAA,EAACc,KAAAA,CAAAA,GAAK,kBAKd","sources":["webpack://_N_E/","webpack://_N_E/./components/common/Error.tsx","webpack://_N_E/./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 styled from \"@emotion/styled\";\nimport { ReactNode } from \"react\";\n\nimport { Icon, NextLink, LargeButton, LARGEL_BUTTON_TYPE } from \"goi_common\";\n\ninterface ErrorProps {\n children: ReactNode;\n buttonText?: string;\n buttonHref?: string;\n className?: string;\n}\n\nfunction Error({ children, buttonText, buttonHref, className }: ErrorProps) {\n return (\n \n \n {children}\n {buttonHref && buttonText && (\n \n \n {buttonText}\n \n \n )}\n \n );\n}\n\nconst ErrorRoot = styled.div`\n display: flex;\n flex-direction: column;\n align-items: center;\n width: 100%;\n padding: 60px 20px 80px;\n background: var(--gray50);\n`;\n\nconst FullWidthNextLink = styled(NextLink)`\n width: 100%;\n`;\n\nexport default Error;\n","import styled from \"@emotion/styled\";\nimport Error from \"@/components/common/Error\";\nimport { HEADER_HEIGHT } from \"@/constants/components\";\n\nfunction NotFoundPage() {\n return (\n \n
죄송합니다
\n
\n 찾을 수 없는 페이지를 요청하셨습니다.\n
\n 요청하신 페이지의 주소가 변경, 삭제되어\n
\n 찾을 수 없습니다.\n
\n
\n );\n}\n\nconst FullHeightError = styled(Error)`\n min-height: calc(var(--vh) * 100 - ${HEADER_HEIGHT}px);\n\n .title {\n padding-top: 32px;\n }\n\n .body2 {\n padding: 8px 0 80px;\n text-align: center;\n }\n`;\n\nexport default NotFoundPage;\n"],"names":["window","__NEXT_P","push","__webpack_require__","ErrorRoot","styled","FullWidthNextLink","NextLink","FullHeightError","param","children","buttonText","buttonHref","className","emotion_react_jsx_runtime_browser_esm","BX","tZ","Icon","src","alt","width","height","href","LargeButton","buttonType","LARGEL_BUTTON_TYPE","Error","HEADER_HEIGHT","_404","div","br"],"sourceRoot":""}