From ab4112e8dd1daf542f2c2a549b726cf9b1723a72 Mon Sep 17 00:00:00 2001 From: yerroong Date: Tue, 25 Nov 2025 17:24:12 +0900 Subject: [PATCH 01/18] =?UTF-8?q?refactor:non-used=20=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EC=A7=80=EB=8F=84=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {src/components => non-used}/Map.tsx | 4 ++-- {src/utils => non-used}/geocode.ts | 0 tsconfig.app.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename {src/components => non-used}/Map.tsx (94%) rename {src/utils => non-used}/geocode.ts (100%) diff --git a/src/components/Map.tsx b/non-used/Map.tsx similarity index 94% rename from src/components/Map.tsx rename to non-used/Map.tsx index 2940fb1..2fda4e6 100644 --- a/src/components/Map.tsx +++ b/non-used/Map.tsx @@ -1,6 +1,6 @@ import { useEffect, useRef } from "react"; -import { HOSPITALS, type Hospital } from "../pages/LocationPage/hospitals"; -import { geocodeByRest } from "../utils/geocode"; +import { HOSPITALS, type Hospital } from "../src/pages/LocationPage/hospitals"; +import { geocodeByRest } from "./geocode"; interface MapProps { onSelectHospital?: (hospital: Hospital | null) => void; diff --git a/src/utils/geocode.ts b/non-used/geocode.ts similarity index 100% rename from src/utils/geocode.ts rename to non-used/geocode.ts diff --git a/tsconfig.app.json b/tsconfig.app.json index 9dd362f..4c600b4 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -27,5 +27,5 @@ "types": ["vite/client", "navermaps"], "typeRoots": ["./types", "./node_modules/@types"] }, - "include": ["src", "non-used/HelpPage", "non-used/FavoritePage", "non-used/MyPage", "non-used/SearchPage", "non-used/BookmarkPage", "non-used/LocationPage.tsx", "non-used/InfoTipPage", "non-used/LoginPage", "non-used/SignupPage", "non-used/TermsPage", "src/pages/SplashPage"] + "include": ["src", "non-used/HelpPage", "non-used/FavoritePage", "non-used/MyPage", "non-used/SearchPage", "non-used/BookmarkPage", "non-used/LocationPage.tsx", "non-used/InfoTipPage", "non-used/LoginPage", "non-used/SignupPage", "non-used/TermsPage", "src/pages/SplashPage", "non-used/Map.tsx", "non-used/navermaps", "non-used/navermaps", "non-used/geocode.ts"] } From 9ca8680bfdb5d860683297075976424adb35a4e7 Mon Sep 17 00:00:00 2001 From: yerroong Date: Tue, 25 Nov 2025 19:52:31 +0900 Subject: [PATCH 02/18] =?UTF-8?q?delete:=20=EC=97=85=EB=AC=B4=EC=83=81=20?= =?UTF-8?q?=EC=A7=88=EB=B3=91=20=EC=82=B0=EC=9E=AC=EB=B3=B4=ED=97=98=20?= =?UTF-8?q?=EC=A0=88=EC=B0=A8=20=EC=82=AC=EC=A7=84=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/Info/Process.svg | 10 ---------- src/pages/InfoPage/InfoProcessPage/InfoProcessPage.tsx | 6 ------ 2 files changed, 16 deletions(-) delete mode 100644 public/Info/Process.svg diff --git a/public/Info/Process.svg b/public/Info/Process.svg deleted file mode 100644 index 4276ee8..0000000 --- a/public/Info/Process.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/src/pages/InfoPage/InfoProcessPage/InfoProcessPage.tsx b/src/pages/InfoPage/InfoProcessPage/InfoProcessPage.tsx index 21e513e..69808f1 100644 --- a/src/pages/InfoPage/InfoProcessPage/InfoProcessPage.tsx +++ b/src/pages/InfoPage/InfoProcessPage/InfoProcessPage.tsx @@ -42,11 +42,6 @@ export default function InfoProcessPage() {

{t("second_step5")}

{t("second_step6")}

- {t("second_diff_step1")} {/* 업무상 질병 산재 보험 신청 절차 */}
@@ -79,7 +74,6 @@ export default function InfoProcessPage() {
-
From cfcc394f9a7d7ebdc569b348bee815b4a7f642f4 Mon Sep 17 00:00:00 2001 From: yerroong Date: Tue, 25 Nov 2025 20:59:52 +0900 Subject: [PATCH 03/18] =?UTF-8?q?Feat:=20=ED=99=88=20=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20=EB=A9=94=EC=9D=B8=20=EC=B9=B4=EB=93=9C=20=EA=B8=80?= =?UTF-8?q?=EC=9E=90=20=EA=B9=A8=EC=A7=90=20=ED=95=B4=EA=B2=B0=20=EB=B0=8F?= =?UTF-8?q?=20=EA=B5=AC=EC=A1=B0=20=EA=B0=9C=ED=8E=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/Home/ExSearch_logo.svg | 10 +++ public/Home/Feedback_logo.svg | 9 +++ public/Home/Guide_logo.svg | 12 ++++ public/Home/Home_ExSearch.svg | 25 ------- public/Home/Home_Feedback.svg | 24 ------- public/Home/Home_Guide.svg | 27 ------- public/Home/Home_HosSearch.svg | 31 -------- public/Home/HosSearch_logo.svg | 16 +++++ src/pages/HomePage/HomePage.css | 124 ++++++++++---------------------- src/pages/HomePage/HomePage.tsx | 31 ++++---- 10 files changed, 98 insertions(+), 211 deletions(-) create mode 100644 public/Home/ExSearch_logo.svg create mode 100644 public/Home/Feedback_logo.svg create mode 100644 public/Home/Guide_logo.svg delete mode 100644 public/Home/Home_ExSearch.svg delete mode 100644 public/Home/Home_Feedback.svg delete mode 100644 public/Home/Home_Guide.svg delete mode 100644 public/Home/Home_HosSearch.svg create mode 100644 public/Home/HosSearch_logo.svg diff --git a/public/Home/ExSearch_logo.svg b/public/Home/ExSearch_logo.svg new file mode 100644 index 0000000..8d9185e --- /dev/null +++ b/public/Home/ExSearch_logo.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/Home/Feedback_logo.svg b/public/Home/Feedback_logo.svg new file mode 100644 index 0000000..a5cc4c3 --- /dev/null +++ b/public/Home/Feedback_logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/Home/Guide_logo.svg b/public/Home/Guide_logo.svg new file mode 100644 index 0000000..7a13b83 --- /dev/null +++ b/public/Home/Guide_logo.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/public/Home/Home_ExSearch.svg b/public/Home/Home_ExSearch.svg deleted file mode 100644 index 4a63ae1..0000000 --- a/public/Home/Home_ExSearch.svg +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/Home/Home_Feedback.svg b/public/Home/Home_Feedback.svg deleted file mode 100644 index 36da326..0000000 --- a/public/Home/Home_Feedback.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/Home/Home_Guide.svg b/public/Home/Home_Guide.svg deleted file mode 100644 index 7f57152..0000000 --- a/public/Home/Home_Guide.svg +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/Home/Home_HosSearch.svg b/public/Home/Home_HosSearch.svg deleted file mode 100644 index af71dca..0000000 --- a/public/Home/Home_HosSearch.svg +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/Home/HosSearch_logo.svg b/public/Home/HosSearch_logo.svg new file mode 100644 index 0000000..7ed71ba --- /dev/null +++ b/public/Home/HosSearch_logo.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/src/pages/HomePage/HomePage.css b/src/pages/HomePage/HomePage.css index a668ff1..f06cd81 100644 --- a/src/pages/HomePage/HomePage.css +++ b/src/pages/HomePage/HomePage.css @@ -140,7 +140,7 @@ body { top: 240px; left: 0; right: 0; - bottom: 50px; /* BottomBar 높이 고려 */ + bottom: 50px; background: var(--bg); border-top-left-radius: 20px; border-top-right-radius: 20px; @@ -175,7 +175,7 @@ body { margin-bottom: 15px; } -/* ================= 이미지 카드 그룹 ================= */ +/* ================= 새로운 카드 그룹 ================= */ .photo-group { display: flex; flex-wrap: wrap; @@ -184,72 +184,60 @@ body { margin-top: 10px; } -.photo-item { +.new-card { position: relative; - width: 88%; - max-width: 600px; - height: auto; - border-radius: 12px; - overflow: hidden; + width: 346px; + min-height: 120px; + background: #ffffff; + border-radius: 16px; + box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08); + padding: 20px 24px; + display: flex; + justify-content: space-between; + align-items: center; cursor: pointer; + transition: transform 0.12s ease; + gap: 10px; } -.shadow-img { - width: 100%; - height: 100%; - border-radius: 12px; - object-fit: cover; - display: block; - box-shadow: none; - z-index: 1; +.new-card:hover { + transform: translateY(-2px); } -/* 이미지 위 텍스트 - 일반 카드 */ -.photo-item:not(.feedback) .photo-text { - position: absolute; - top: 30px; - left: 24px; - z-index: 2; +.card-text { + display: flex; + flex-direction: column; + flex: 1; + word-break: keep-all; + white-space: normal; } -.photo-item:not(.feedback) .photo-text .title { +.card-text .title { font-size: 20px; font-weight: 700; color: var(--ink); line-height: 1.3; } -.photo-item:not(.feedback) .photo-text .subtitle { - margin-top: 8px; - font-size: 11px; /* 🔹 작게 조정 */ +.card-text .subtitle { + margin-top: 6px; + font-size: 13px; font-weight: 500; color: var(--blue); } -.photo-text .title, -.photo-text .subtitle { - padding-right: 100px; - word-break: keep-all; - white-space: normal; /* 자동 줄바꿈 허용 */ -} - -/* 피드백 카드 중앙 정렬 */ -.photo-item.feedback .photo-text { - position: absolute; - top: 50%; - left: 24px; - transform: translateY(-50%); - text-align: left; -} - -.photo-item.feedback .photo-text .title { - font-size: 22px; - font-weight: 700; - color: var(--ink); +/* 오른쪽 아이콘 */ +.card-icon { + width: 60px; + height: auto; + object-fit: contain; } -.photo-item.feedback .photo-text .subtitle { - display: none; +/* 반응형 */ +@media (max-width: 420px) { + .new-card { + width: calc(100% - 40px); + } } .global { @@ -262,43 +250,3 @@ body { cursor: pointer; transition: transform 0.2s ease, color 0.2s ease; } - -/* ================= 반응형 ================= */ -@media (min-width: 480px) { - .photo-item { - max-width: 400px; - } - - .photo-item:not(.feedback) .photo-text .title { - font-size: 20px; - margin-top: 5px; - } - - .photo-item:not(.feedback) .photo-text .subtitle { - font-size: 13px; - } - - .photo-item.feedback .photo-text .title { - font-size: 22px; - } -} - -@media (min-width: 768px) { - .photo-item { - max-width: 500px; - } - - .photo-item:not(.feedback) .photo-text .title { - font-size: 22px; - margin-top: 15px; - } - - .photo-item:not(.feedback) .photo-text .subtitle { - font-size: 16px; - margin-top: 20px; - } - - .photo-item.feedback .photo-text .title { - font-size: 23px; - } -} diff --git a/src/pages/HomePage/HomePage.tsx b/src/pages/HomePage/HomePage.tsx index 9200515..1eaa92d 100644 --- a/src/pages/HomePage/HomePage.tsx +++ b/src/pages/HomePage/HomePage.tsx @@ -33,41 +33,40 @@ export default function App() {
-
navigate("/guide")}> - 산재 신청 가이드 -
+ +
navigate("/guide")}> +
{t('mainIndustry')}
{t('mainLookup')}
+ guide
-
navigate("/cases")}> - 사례 검색 -
+
navigate("/cases")}> +
{t('mainSearch')}
{t('mainExample')}
+ example
-
navigate("/list")}> - 의료기관 검색 -
+
navigate("/list")}> +
{t('mainHospital')}
{t('mainFindHospital')}
+ hospital
- -
window.open("https://forms.gle/B7AHzR2ZHYhriUDx9", "_blank")} - > - 피드백 하기 -
+ +
window.open("https://forms.gle/B7AHzR2ZHYhriUDx9", "_blank")}> +
{t('mainFeed')}
+ feedback
+
From 55404a2c4baa55275a222746de89359e38cc7f35 Mon Sep 17 00:00:00 2001 From: yerroong Date: Tue, 25 Nov 2025 21:02:58 +0900 Subject: [PATCH 04/18] =?UTF-8?q?Feat:=20=ED=99=88=20=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20=EC=B9=B4=EB=93=9C=20=EA=B8=80=EC=9E=90=20=EA=B9=A8?= =?UTF-8?q?=EC=A7=90=20=ED=95=B4=EA=B2=B0=20=EB=B0=8F=20=EA=B5=AC=EC=A1=B0?= =?UTF-8?q?=20=EA=B0=9C=ED=8E=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/Home/{ExSearch_logo.svg => ExSearch-logo.svg} | 0 public/Home/{Feedback_logo.svg => Feedback-logo.svg} | 0 public/Home/{Guide_logo.svg => Guide-logo.svg} | 0 public/Home/{HosSearch_logo.svg => HosSearch-logo.svg} | 0 src/pages/HomePage/HomePage.tsx | 8 ++++---- 5 files changed, 4 insertions(+), 4 deletions(-) rename public/Home/{ExSearch_logo.svg => ExSearch-logo.svg} (100%) rename public/Home/{Feedback_logo.svg => Feedback-logo.svg} (100%) rename public/Home/{Guide_logo.svg => Guide-logo.svg} (100%) rename public/Home/{HosSearch_logo.svg => HosSearch-logo.svg} (100%) diff --git a/public/Home/ExSearch_logo.svg b/public/Home/ExSearch-logo.svg similarity index 100% rename from public/Home/ExSearch_logo.svg rename to public/Home/ExSearch-logo.svg diff --git a/public/Home/Feedback_logo.svg b/public/Home/Feedback-logo.svg similarity index 100% rename from public/Home/Feedback_logo.svg rename to public/Home/Feedback-logo.svg diff --git a/public/Home/Guide_logo.svg b/public/Home/Guide-logo.svg similarity index 100% rename from public/Home/Guide_logo.svg rename to public/Home/Guide-logo.svg diff --git a/public/Home/HosSearch_logo.svg b/public/Home/HosSearch-logo.svg similarity index 100% rename from public/Home/HosSearch_logo.svg rename to public/Home/HosSearch-logo.svg diff --git a/src/pages/HomePage/HomePage.tsx b/src/pages/HomePage/HomePage.tsx index 1eaa92d..0286716 100644 --- a/src/pages/HomePage/HomePage.tsx +++ b/src/pages/HomePage/HomePage.tsx @@ -39,7 +39,7 @@ export default function App() {
{t('mainIndustry')}
{t('mainLookup')}
- guide + guide
navigate("/cases")}> @@ -47,7 +47,7 @@ export default function App() {
{t('mainSearch')}
{t('mainExample')}
- example + example
navigate("/list")}> @@ -55,14 +55,14 @@ export default function App() {
{t('mainHospital')}
{t('mainFindHospital')}
- hospital + hospital
window.open("https://forms.gle/B7AHzR2ZHYhriUDx9", "_blank")}>
{t('mainFeed')}
- feedback + feedback
From b7ab2eab0dd8fa2506a4e066fc14f801dacb135b Mon Sep 17 00:00:00 2001 From: yerroong Date: Tue, 25 Nov 2025 22:20:29 +0900 Subject: [PATCH 05/18] =?UTF-8?q?feat:=20:=20GuidePage=20=EA=B8=80?= =?UTF-8?q?=EC=9E=90=EA=B9=A8=EC=A7=90=20=EA=B0=9C=EC=84=A0=20/CSS=20?= =?UTF-8?q?=EA=B5=AC=EC=A1=B0=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/Guide/Guide-logo.svg | 15 +++ public/Guide/Information-logo.svg | 18 +++ src/pages/Comp-GuidePage/Comp-GuidePage.css | 141 +++++++++----------- src/pages/Comp-GuidePage/Comp-GuidePage.tsx | 71 ++++++---- 4 files changed, 138 insertions(+), 107 deletions(-) create mode 100644 public/Guide/Guide-logo.svg create mode 100644 public/Guide/Information-logo.svg diff --git a/public/Guide/Guide-logo.svg b/public/Guide/Guide-logo.svg new file mode 100644 index 0000000..8036197 --- /dev/null +++ b/public/Guide/Guide-logo.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/public/Guide/Information-logo.svg b/public/Guide/Information-logo.svg new file mode 100644 index 0000000..903023d --- /dev/null +++ b/public/Guide/Information-logo.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/src/pages/Comp-GuidePage/Comp-GuidePage.css b/src/pages/Comp-GuidePage/Comp-GuidePage.css index d66666c..a7829d8 100644 --- a/src/pages/Comp-GuidePage/Comp-GuidePage.css +++ b/src/pages/Comp-GuidePage/Comp-GuidePage.css @@ -3,12 +3,13 @@ background: #fafbfc; display: flex; flex-direction: column; - font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, - "Helvetica Neue", Arial, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", - sans-serif; + font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", + Roboto, "Helvetica Neue", Arial, "Apple SD Gothic Neo", "Noto Sans KR", + "Malgun Gothic", sans-serif; overflow-y: auto; } +/* 컨텐츠 */ .guide-content { flex: 1; display: flex; @@ -16,126 +17,108 @@ align-items: center; padding: 50px 20px 100px; box-sizing: border-box; - overflow-y: auto; - min-width: 260px; + min-width: 260px; } -/* ==카드 그룹== */ +/* 카드 그룹 */ .guide-photo-group { display: flex; flex-direction: column; align-items: center; - gap: 30px; + gap: 50px; width: 100%; max-width: 900px; } -/* ==개별 카드== */ +/* 개별 카드 */ .guide-photo-item { - position: relative; width: 95%; max-width: 600px; - border-radius: 12px; - overflow: hidden; cursor: pointer; - transition: transform 0.2s ease; + transition: transform 0.15s ease; } .guide-photo-item:hover { - transform: translateY(-3px); /* ✅ hover 시 위로 살짝 */ + transform: translateY(-3px); } -/* 이미지 */ -.guide-shadow-img { - width: 100%; - height: auto; - display: block; - object-fit: cover; - border: none; - box-shadow: none; - background: none; +/* 카드 배경 */ +.guide-card-bg { + background: #ffffff; + border-radius: 12px; + padding: 28px 24px; + position: relative; + box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1); +} + +/* 카드 1 */ +.guide-flex { + display: flex; + align-items: center; + justify-content: space-between; } -/* 텍스트 */ .guide-photo-text { - position: absolute; - top: 28px; - left: 24px; - right: 24px; - text-align: left; - z-index: 2; + display: flex; + flex-direction: column; + flex: 1; + word-break: keep-all; } -/* 제목 */ .guide-comp-title { font-size: 20px; font-weight: 700; - line-height: 1.3; color: #000; - margin-right: 10px; + line-height: 1.3; } -/* 서브타이틀 */ .guide-comp-subtitle { margin-top: 10px; - font-weight: 500; font-size: 12px; - line-height: 1.4; + font-weight: 500; color: #92939f; - text-align: left; - margin-right: 50px; /* 이모지겹침 방지 */ } -/* === 반응형 === */ -@media (max-width: 259px) { - .guide-comp-title { - font-size: 15px !important; - } - .guide-comp-subtitle { - font-size: 10px !important; - } +/* 카드 1 로고 */ +.guide-logo { + width: 70px; + flex-shrink: 0; + object-fit: contain; } -/* 260px 이상일 때 */ -@media (min-width: 260px) { - .guide-comp-title { - margin-top: 5px; - font-size: 15px; - } - .guide-comp-subtitle { - font-size: 10px; - } +/* 카드 2 */ +.bottom-logo-wrapper .guide-photo-text { + position: relative; + z-index: 2; /* 텍스트 위 */ } -/* 350px 이상일 때 */ -@media (min-width: 350px) { - .guide-comp-title { - margin-top: 10px; - font-size: 20px; - } - .guide-comp-subtitle { - font-size: 12px; - } +.guide-bottom-logo { + position: absolute; + width: 160px; + bottom: 15px; + right: 20px; + opacity: 0.7; /* 투명도 */ + z-index: 0; /* 로고 아래 */ + object-fit: contain; + pointer-events: none; } -/* 480px 이상 */ -@media (min-width: 480px) { - .guide-comp-title { - margin-top: 15px; - font-size: 22px; - } - .guide-comp-subtitle { - font-size: 13px; - } +/* 공통 오른쪽 화살표 */ +.guide-arrow { + position: absolute; + right: 10px; + top: 50%; + height: auto; + transform: translateY(-50%); + z-index: 3; } -/* 768px 이상 */ -@media (min-width: 768px) { - .guide-comp-title { - margin-top: 10px; - font-size: 23px; +/* 반응형 */ +@media (max-width: 350px) { + .guide-logo { + width: 55px; } - .guide-comp-subtitle { - font-size: 14px; + .guide-bottom-logo { + width: 130px; } } diff --git a/src/pages/Comp-GuidePage/Comp-GuidePage.tsx b/src/pages/Comp-GuidePage/Comp-GuidePage.tsx index 87c6e57..397711b 100644 --- a/src/pages/Comp-GuidePage/Comp-GuidePage.tsx +++ b/src/pages/Comp-GuidePage/Comp-GuidePage.tsx @@ -8,45 +8,60 @@ import { useLocalization } from "../../contexts/LocalizationContext"; export default function GuidePage() { const navigate = useNavigate(); const { t } = useLocalization(); + return (
-
+
- {/* 카드 1 */} -
navigate("/info")} - > - 산업재해 정보 가이드 -
-
{t("guideInfo")}
-
{t("guideIntroduce")}
+ + {/* 카드 1 — 텍스트 왼쪽 / 로고 오른쪽 */} +
navigate("/info")}> +
+
+
{t("guideInfo")}
+
{t("guideIntroduce")}
+
+ + Information Logo + + {/* 오른쪽 화살표 */} + arrow
- {/* 카드 2 */} -
navigate("/medicare")} - > - 최초 요양 급여 신청서 연습 -
-
{t("guidePractice")}
-
- {t("guidePreview")} + {/* 카드 2 — 로고는 아래 깔리고 글자 위로 겹침 가능 */} +
navigate("/medicare")}> +
+
+
{t("guidePractice")}
+
{t("guidePreview")}
+ + Guide Logo + + {/* 오른쪽 화살표 */} + arrow
+
From 16ba97f84f0ee78713c3913c3cd00ef29af2425b Mon Sep 17 00:00:00 2001 From: yerroong Date: Tue, 25 Nov 2025 22:43:31 +0900 Subject: [PATCH 06/18] =?UTF-8?q?chore:=20import=20=EA=B2=BD=EB=A1=9C=20?= =?UTF-8?q?=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- non-used/BookmarkPage/BookmarkPage.tsx | 2 +- non-used/LocationPage.tsx | 2 +- non-used/Map.tsx | 2 +- non-used/SearchPage/SearchPage.tsx | 2 +- src/App.tsx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/non-used/BookmarkPage/BookmarkPage.tsx b/non-used/BookmarkPage/BookmarkPage.tsx index 2340861..77297d5 100644 --- a/non-used/BookmarkPage/BookmarkPage.tsx +++ b/non-used/BookmarkPage/BookmarkPage.tsx @@ -1,7 +1,7 @@ import { useEffect, useMemo, useRef, useState } from "react"; import Header from "../../src/components/Header/Header"; import BottomBar from "../../src/components/BottomBar/BottomBar"; -import { HOSPITALS, type Hospital } from "../../src/pages/LocationPage/hospitals"; +import { HOSPITALS, type Hospital } from "../../src/pages/ListPage/hospitals"; import "./BookmarkPage.css"; type SortKey = "distance" | "alpha"; diff --git a/non-used/LocationPage.tsx b/non-used/LocationPage.tsx index d435e3d..0b30674 100644 --- a/non-used/LocationPage.tsx +++ b/non-used/LocationPage.tsx @@ -1,7 +1,7 @@ import { useEffect, useMemo, useRef, useState } from "react"; import Header from "../src/components/Header/Header"; import BottomBar from "../src/components/BottomBar/BottomBar"; -import { HOSPITALS, type Hospital, type Hours, type Day } from "../src/pages/LocationPage/hospitals"; +import { HOSPITALS, type Hospital, type Hours, type Day } from "../src/pages/ListPage/hospitals"; import { useLocation, useNavigate, useNavigationType } from "react-router-dom"; import "./LocationPage.css"; diff --git a/non-used/Map.tsx b/non-used/Map.tsx index 2fda4e6..8ae00d7 100644 --- a/non-used/Map.tsx +++ b/non-used/Map.tsx @@ -1,5 +1,5 @@ import { useEffect, useRef } from "react"; -import { HOSPITALS, type Hospital } from "../src/pages/LocationPage/hospitals"; +import { HOSPITALS, type Hospital } from "../src/pages/ListPage/hospitals"; import { geocodeByRest } from "./geocode"; interface MapProps { diff --git a/non-used/SearchPage/SearchPage.tsx b/non-used/SearchPage/SearchPage.tsx index 9d98781..66e9796 100644 --- a/non-used/SearchPage/SearchPage.tsx +++ b/non-used/SearchPage/SearchPage.tsx @@ -1,6 +1,6 @@ import { useEffect, useMemo, useState } from "react"; import { useLocation, useNavigate } from "react-router-dom"; -import { HOSPITALS } from "../../src/pages/LocationPage/hospitals"; +import { HOSPITALS } from "../../src/pages/ListPage/hospitals"; import "./SearchPage.css"; type HistoryItem = { id: string; term: string; ts: number }; diff --git a/src/App.tsx b/src/App.tsx index af8a10b..8938227 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -6,7 +6,7 @@ import HomePage from "./pages/HomePage/HomePage"; import CasePage from "./pages/CasePage/CasePage"; import CaseDetailPage from "./pages/CasePage/CaseDetailPage"; import GuidePage from "./pages/Comp-GuidePage/Comp-GuidePage"; -import ListPage from "./pages/LocationPage/ListPage" +import ListPage from "./pages/ListPage/ListPage" import InfoPage from "./pages/InfoPage/InfoPage"; import InfoCompPage from "./pages/InfoPage/InfoCompPage/InfoCompPage"; From 694a11336dda028dccce20cf6b98c2f5fb64c0c8 Mon Sep 17 00:00:00 2001 From: yerroong Date: Tue, 25 Nov 2025 22:43:50 +0900 Subject: [PATCH 07/18] =?UTF-8?q?chore:=20import=20=EA=B2=BD=EB=A1=9C=20?= =?UTF-8?q?=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/LocationPage/ListPage.css | 183 -- src/pages/LocationPage/ListPage.tsx | 308 --- src/pages/LocationPage/hospitals.ts | 3604 --------------------------- 3 files changed, 4095 deletions(-) delete mode 100644 src/pages/LocationPage/ListPage.css delete mode 100644 src/pages/LocationPage/ListPage.tsx delete mode 100644 src/pages/LocationPage/hospitals.ts diff --git a/src/pages/LocationPage/ListPage.css b/src/pages/LocationPage/ListPage.css deleted file mode 100644 index 28f6e2f..0000000 --- a/src/pages/LocationPage/ListPage.css +++ /dev/null @@ -1,183 +0,0 @@ -.list-page { - background: #ffffff; - min-height: 100vh; - display: flex; - flex-direction: column; -} - -/* 🔍 검색창 */ -.loc-searchbar { - padding: 10px 16px; - background: #fff; - border-bottom: 1px solid #dedede; -} -.loc-searchbar_input { - width: 100%; - padding: 10px 14px; - border: 1px solid #dedede; - border-radius: 12px; - font-size: 14px; - background: #f9f9f9; - outline: none; -} -.loc-searchbar_input:focus { - border-color: #0c8cff; - background: #fff; -} - -/* === 필터 바 === */ -.loc-filterbar.in-sheet { - display: flex; - gap: 12px; - padding-top: 20px; - padding-left: 25px; - background: #fff; -} - -.chip { - padding: 8px 12px; - font-size: 13px; - border-radius: 40px; - height: 25px; - border: 1px solid #dedede; - background: #fff; - color: #111; - cursor: pointer; -} - -.chip--active { - background: #def0ff; - color: #0c8cff; - border-color: #0c8cff; -} - -.chip--dropdown { - display: inline-flex; - align-items: center; - gap: 6px; -} - -.arrow-icon { - width: 8px; - height: 8px; - transition: transform 0.2s ease; -} - -.arrow-icon.rotated { - transform: rotate(180deg); -} - -/* === 옵션 그리드 === */ -.region-grid, -.dept-grid, -.hours-filter { - background: #fff; - padding: 12px 16px; - display: flex; - flex-wrap: wrap; - gap: 8px; - border-bottom: 1px solid #dedede; -} - -.region-chip, -.dept-chip, -.hours-chip { - padding: 8px 14px; - border: 1px solid #dedede; - border-radius: 16px; - font-size: 13px; - background: #f9f9f9; - cursor: pointer; - color: #333; - margin-left: 10px; - height: 30px; - line-height: 16px; -} - -.region-chip.on, -.dept-chip.on, -.hours-chip.on { - background: #0c8cff; - color: #fff; - border-color: #0c8cff; -} - -/* === 병원 카드 === */ -.hospital-list { - padding: 20px 16px; - flex: 1; - overflow-y: auto; -} - -.hospital-card { - width: 346px; - background: #fff; - border: 1px solid #dedede; - border-radius: 12px; - padding: 15px; - margin: 0 auto 15px auto; - box-sizing: border-box; - box-shadow: none; - cursor: pointer; - transition: all 0.2s ease; - display: flex; - flex-direction: column; -} - -.hospital-card:hover { - transform: translateY(-2px); -} - -.hospital-header { - display: flex; - justify-content: space-between; - align-items: center; -} - -.hospital-name { - font-weight: 700; - font-size: 15px; - color: #0c8cff; -} - -.hospital-dept { - color: #8c8c8c; - font-size: 14px; - margin-bottom: 2px; -} - -.hospital-info { - font-size: 13px; - color: #555; - line-height: 1.3; - margin-top: 1px; -} - -.phone { - margin-top: 4px; - font-weight: 500; -} - -.link-icon img { - width: 16px; - height: 16px; -} - -/* ✅ 영업 상태 색상 표시 */ -.status-open { - color: #16a34a; /* 초록색 */ - font-weight: 600; -} - -.status-closed { - color: #dc2626; /* 빨간색 */ - font-weight: 600; -} - -/* 결과 없을 때 */ -.no-result { - text-align: center; - color: #888; - font-size: 14px; - padding: 40px 0; -} diff --git a/src/pages/LocationPage/ListPage.tsx b/src/pages/LocationPage/ListPage.tsx deleted file mode 100644 index 46d2320..0000000 --- a/src/pages/LocationPage/ListPage.tsx +++ /dev/null @@ -1,308 +0,0 @@ -import { useState, useMemo } from "react"; -import Header from "../../components/Header/Header"; -import BottomBar from "../../components/BottomBar/BottomBar"; -import { HOSPITALS } from "./hospitals"; -import { useLocalization, type LocalizationKey } from "../../contexts/LocalizationContext"; -import "./ListPage.css"; - -// 요일별 영업시간 텍스트 생성 -function getWeeklyHoursText(hours: any, t: (key: LocalizationKey) => string): string { - if (!hours || !hours.byDay) return `(${t("noInfo")})`; - - const texts: string[] = []; - const sat = hours.byDay[6]; - const sun = hours.byDay[0]; - - // 토요일이 존재하고 18시 이전 종료 시 - if (sat) { - const cH = Number(sat.close.split(":")[0]); - if (cH < 18) texts.push(`${t("hospitalSaturday")} ${sat.close} ${t("hospitalEnd")}`); - } - - // 일요일 체크 - if (!sun) { - texts.push(t("hospitalEndSunday")); - } else { - const cH = Number(sat.close.split(":")[0]); - if (cH < 18) texts.push(`일요일 ${sun.close} ${t("hospitalEnd")}`); - } - - // 위 조건에 해당 없으면 오늘 기준 표시 - if (texts.length === 0) { - const today = new Date().getDay(); - const todayH = hours.byDay[today]; - if (!todayH) texts.push(`(${t("closed")})`); - else texts.push(`(${todayH.open}-${todayH.close})`); - } - - return texts.join(", "); -} - -// 현재 영업중 여부 판단 -function isOpenNow(hours: any): boolean { - if (!hours || !hours.byDay) return false; - - const now = new Date(); - const day = now.getDay(); - const todayHours = hours.byDay[day]; - - // 휴무(C 또는 null) - if (!todayHours) return false; - - const [oH, oM] = todayHours.open.split(":").map(Number); - const [cH, cM] = todayHours.close.split(":").map(Number); - const openMin = oH * 60 + oM; - const closeMin = cH * 60 + cM; - const currentMinutes = now.getHours() * 60 + now.getMinutes(); - - return currentMinutes >= openMin && currentMinutes < closeMin; -} - -// 오늘 요일 영업시간 텍스트 -function getTodayHours(hours: any, t: (key: LocalizationKey) => string): string { - if (!hours || !hours.byDay) return `(${t("noInfo")})`; - const day = new Date().getDay(); - const todayHours = hours.byDay[day]; - if (!todayHours) return `(${t("closed")})`; - return `(${todayHours.open}-${todayHours.close})`; -} - -export default function ListPage() { - const { t } = useLocalization(); - const [selectedId, setSelectedId] = useState(null); - const [mode, setMode] = useState<"list" | "region" | "dept" | "hours">("list"); - - const [regionFilter, setRegionFilter] = useState(null); - const [deptFilter, setDeptFilter] = useState(null); - const [hoursFilter, setHoursFilter] = useState<"open" | "closed" | null>(null); - - const [keyword, setKeyword] = useState(""); - const [showSearch, setShowSearch] = useState(false); - - const regionChipText = regionFilter || t("hospitalGu"); - const deptChipText = deptFilter ? t(deptFilter as LocalizationKey) : t("hospitalSubject"); - const hoursChipText = hoursFilter - ? hoursFilter === "open" - ? t("hospitalWork") - : t("hospitalWorkEnd") - : t("hospitalWorkTime"); - - const isRegionActive = !!regionFilter; - const isDeptActive = !!deptFilter; - const isHoursActive = !!hoursFilter; - - // === 필터링 로직 === - const filteredHospitals = useMemo(() => { - return HOSPITALS.filter((h) => { - let ok = true; - if (regionFilter && !h.address.includes(regionFilter)) ok = false; - if (deptFilter && !h.dept.includes(deptFilter)) ok = false; - if (hoursFilter === "open" && !isOpenNow(h.hours)) ok = false; - if (hoursFilter === "closed" && isOpenNow(h.hours)) ok = false; - if (keyword && !(h.name.includes(keyword) || h.address.includes(keyword))) ok = false; - return ok; - }); - }, [regionFilter, deptFilter, hoursFilter, keyword]); - - return ( -
-
setShowSearch((p) => !p)} - /> - - {/* 🔍 검색창 */} - {showSearch && ( -
- setKeyword(e.target.value)} - /> -
- )} - - {/* 필터바 */} -
- - - - - -
- - {/* 자치구 선택 */} - {mode === "region" && ( -
- {[ - { key: "중구", label: "hospitalJung" }, - { key: "미추홀구", label: "hospitalMichuhol" }, - { key: "부평구", label: "hospitalBupyeong" }, - { key: "남동구", label: "hospitalNamdong" }, - { key: "연수구", label: "hospitalYeonsu" }, - { key: "서구", label: "hospitalSeo" }, - { key: "계양구", label: "hospitalGyeyang" }, - ].map(({ key, label }) => ( - - ))} -
- )} - - {/* 진료과목 선택 */} - {mode === "dept" && ( -
- {[ - "hospitalInner", - "hospitalOr", - "hospitaExer", - "hospitalPsy", - "hospitaldent", - "hospitalKor", - "hospitlNursing", - "hospitlSpecial", - "hospitalGeneral", - "hospitalClinic", - "hospitalEtc", - ].map((d) => ( - - ))} -
- )} - - {/* 영업시간 선택 */} - {mode === "hours" && ( -
- - -
- )} - - {/* 병원 리스트 */} -
- {filteredHospitals.length > 0 ? ( - filteredHospitals.map((h) => { - const isSelected = selectedId === h.id; - const open = isOpenNow(h.hours); - const todayHours = getTodayHours(h.hours, t); - - return ( -
setSelectedId(h.id)} - > -
- {h.name} - - link - -
- -
{t(h.dept as LocalizationKey)}
-
-
- - {open ? t("hospitalWork") : t("hospitalWorkEnd")} - -  {todayHours} / {getWeeklyHoursText(h.hours, t)} -
-
{h.address}
-
☎ {h.phone}
-
-
- ); - }) - ) : ( -
{t("nocase")}
- )} -
- - -
- ); -} diff --git a/src/pages/LocationPage/hospitals.ts b/src/pages/LocationPage/hospitals.ts deleted file mode 100644 index 40a943f..0000000 --- a/src/pages/LocationPage/hospitals.ts +++ /dev/null @@ -1,3604 +0,0 @@ -// 요일: 0=일, 1=월, 2=화, 3=수, 4=목, 5=금, 6=토 -export type Day = 0 | 1 | 2 | 3 | 4 | 5 | 6; -export type DailyHour = { open: string; close: string } | null; -export type Hours = { byDay: Partial> }; - -export type Hospital = { - id: string; - name: string; - dept: string; // localization key - address: string; - phone: string; - zip: string; - hours: Hours; -}; - -// helpers -const R = (open: string, close: string): DailyHour => ({ open, close }); -const C: DailyHour = null; -const makeHours = (spec: Partial>): Hours => ({ byDay: spec }); - -export const HOSPITALS: Hospital[] = [ - { - id: "329", - name: "해피비뇨의학과의원", - dept: "hospitalEtc", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 계양구 봉오대로 657 (작전동)", - phone: "032-553-0777", - zip: "21047", - }, - { - id: "330", - name: "아인병원", - dept: "hospitalEtc", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 미추홀구 경인로 372 201동 (주안동, 포레나 미추홀)", - phone: "032-247-2000", - zip: "22148", - }, - { - id: "331", - name: "인천영상진단센터", - dept: "hospitalEtc", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","14:00"),0:C }), - address: "인천 남동구 인주대로623번길 63 (구월동)", - phone: "032-435-4090", - zip: "21556", - }, - { - id: "18", - name: "굿모닝가정의학과의원", - dept: "hospitalInner", - hours: makeHours({ 1:R("09:00","18:40"),2:R("09:00","18:40"),3:R("09:00","18:40"),4:R("09:00","18:40"),5:R("09:00","18:40"),6:R("09:00","13:00"),0:C }), - address: "인천 미추홀구 석정로 327 (도화동)", - phone: "032-866-7533", - zip: "22116", - }, - { - id: "1", - name: "인천제일의원", - dept: "hospitalInner", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","13:00"),0:C }), - address: "인천 부평구 일신로 8 (일신동)", - phone: "032-502-6002", - zip: "21419", - }, - { - id: "2", - name: "효성성모의원", - dept: "hospitalInner", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 계양구 마장로 549 (효성동)", - phone: "032-553-9991", - zip: "21104", - }, - { - id: "3", - name: "고려메디칼의원", - dept: "hospitalInner", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","13:00"),0:C }), - address: "인천 미추홀구 인하로 213 (주안동)", - phone: "032-876-5628", - zip: "22213", - }, - { - id: "4", - name: "인하의원", - dept: "hospitalInner", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","13:00"),0:C }), - address: "인천 남동구 인주대로 773 (구월동)", - phone: "032-468-7111", - zip: "21536", - }, - { - id: "5", - name: "서울메디컬의원", - dept: "hospitalInner", - hours: makeHours({ 1:R("09:30","18:00"),2:R("09:30","18:00"),3:R("09:30","18:00"),4:R("09:30","18:00"),5:R("09:30","18:00"),6:R("09:30","13:00"),0:C }), - address: "인천 계양구 계양대로 188 (계산동)", - phone: "032-556-8274", - zip: "21053", - }, - { - id: "6", - name: "연세삼성의원", - dept: "hospitalInner", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 부평구 원적로 311 (산곡동)", - phone: "032-521-8275", - zip: "21369", - }, - { - id: "7", - name: "삼성의원", - dept: "hospitalInner", - hours: makeHours({ 1:R("08:30","18:00"),2:R("08:30","18:00"),3:R("08:30","18:00"),4:R("08:30","18:00"),5:R("08:30","18:00"),6:R("08:30","15:00"),0:C }), - address: "인천 부평구 주부토로 112 (부평동)", - phone: "032-523-0093", - zip: "21355", - }, - { - id: "8", - name: "인천참사랑병원", - dept: "hospitalInner", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 서구 원창로240번길 9 (가정동)", - phone: "032-571-9111", - zip: "22783", - }, - { - id: "9", - name: "인천바오로병원", - dept: "hospitalInner", - hours: makeHours({ 1:R("09:30","18:00"),2:C,3:R("09:30","18:00"),4:R("09:30","18:00"),5:R("09:30","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 부평구 장제로 145 302호 (부평동)", - phone: "032-525-7080", - zip: "21360", - }, - { - id: "10", - name: "모아메디컬의원", - dept: "hospitalInner", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 미추홀구 인주대로 191 (용현동)", - phone: "032-876-3114", - zip: "22180", - }, - { - id: "11", - name: "모두병원", - dept: "hospitalInner", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","13:00"),0:C }), - address: "인천 남동구 논고개로 88 (논현동)", - phone: "032-430-0904", - zip: "21667", - }, - { - id: "12", - name: "에이스가정의원", - dept: "hospitalInner", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:00"),0:C }), - address: "인천 부평구 마장로242번길 5 (산곡동)", - phone: "032-507-2140", - zip: "21376", - }, - { - id: "13", - name: "영종삼성의원", - dept: "hospitalInner", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:30"),0:C }), - address: "인천광역시 중구 영종대로100 (운서동, 신성하우스빌5층,502호,503호)", - phone: "032-752-8275", - zip: "22371", - }, - { - id: "14", - name: "서창행복내과", - dept: "hospitalInner", - hours: makeHours({ 1:R("09:30","17:00"),2:R("09:30","17:00"),3:R("09:30","17:00"),4:R("09:30","12:00"),5:R("09:30","17:00"),6:R("09:30","12:00"),0:C }), - address: "인천 남동구 서창남순환로215번길 35 (서창동, 승민프라자) 502호", - phone: "032-710-7273", - zip: "21614", - }, - { - id: "15", - name: "동수성모의원", - dept: "hospitalInner", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 부평구 안남로 5 (부평동) 2,3,4,,8층", - phone: "032-518-5511", - zip: "21410", - }, - { - id: "16", - name: "서울100세의원", - dept: "hospitalInner", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 동구 송림로 80 (송림동, 송림센트럴타워) 2,3층", - phone: "032-772-1002", - zip: "22556", - }, - { - id: "17", - name: "한마음병원", - dept: "hospitalInner", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 계양구 계양대로 51 (작전동)", - phone: "032-553-0071", - zip: "21110", - }, - { - id: "19", - name: "인천제일의원", - dept: "hospitalInner", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","14:30"),0:C }), - address: "인천 미추홀구 경인로 32 (숭의동)", - phone: "032-883-6556", - zip: "22169", - }, - { - id: "20", - name: "누가의원", - dept: "hospitalInner", - hours: makeHours({ 1:R("09:00","18:30"),2:R("09:00","18:30"),3:C,4:R("09:00","18:30"),5:R("09:00","18:30"),6:R("09:00","13:00"),0:C }), - address: "인천 부평구 후정동로 21 2층 (삼산동)", - phone: "032-362-7582", - zip: "21318", - }, - { - id: "21", - name: "공감마취통증의학과", - dept: "hospitlSpecial", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 서구 완정로 172 (마전동) 3층 301, 302호", - phone: "032-710-7588", - zip: "22617", - }, - { - id: "22", - name: "수앤수성형외과의원", - dept: "hospitlSpecial", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 남동구 논고개로123번길 17 508-511호,513 (논현동)", - phone: "032-439-9119", - zip: "21653", - }, - { - id: "23", - name: "두리신경외과의원", - dept: "hospitlSpecial", - hours: makeHours({ 1:R("09:00","17:30"),2:R("09:00","17:30"),3:R("09:00","17:30"),4:R("09:00","17:30"),5:R("09:00","17:30"),6:R("09:30","13:00"),0:C }), - address: "인천 미추홀구 인하로 301 (주안동)", - phone: "032-438-6313", - zip: "22227", - }, - { - id: "24", - name: "김성철신경외과의원", - dept: "hospitlSpecial", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","14:00"),0:C }), - address: "인천 서구 가정로 287 (석남동)", - phone: "032-583-7582", - zip: "22785", - }, - { - id: "25", - name: "부평정형외과 신경외과의원", - dept: "hospitlSpecial", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 부평구 부평대로 66 (부평동)", - phone: "032-523-3787", - zip: "21390", - }, - { - id: "26", - name: "안창호신경외과의원", - dept: "hospitlSpecial", - hours: makeHours({ 1:R("09:00","19:30"),2:R("09:00","19:30"),3:R("09:00","19:30"),4:R("09:00","19:30"),5:R("09:00","19:30"),6:R("09:00","14:30"),0:C }), - address: "인천 계양구 경명대로 1138 (계산동)", - phone: "032-546-6870", - zip: "21056", - }, - { - id: "27", - name: "강화신경외과의원", - dept: "hospitlSpecial", - hours: makeHours({ 1:R("08:30","18:30"),2:R("08:30","18:30"),3:R("08:30","18:30"),4:R("08:30","18:30"),5:R("08:30","18:30"),6:R("08:30","16:00"),0:C }), - address: "인천 강화군 강화읍 중앙로 45 (강화신경외과)", - phone: "032-934-2774", - zip: "23037", - }, - { - id: "28", - name: "장수찬신경외과", - dept: "hospitlSpecial", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:00"),0:C }), - address: "인천 남동구 성말로13번길 15 3층 302호 (구월동)", - phone: "032-424-3114", - zip: "21573", - }, - { - id: "29", - name: "바른신경외과의원", - dept: "hospitlSpecial", - hours: makeHours({ 1:R("08:30","19:00"),2:R("08:30","19:00"),3:R("08:30","19:00"),4:R("08:30","14:00"),5:R("08:30","19:00"),6:R("08:30","14:00"),0:C }), - address: "인천 부평구 평천로 402 2,3,4층 (삼산동)", - phone: "032-523-7585", - zip: "21323", - }, - { - id: "30", - name: "홍도신경외과의원", - dept: "hospitlSpecial", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","13:00"),5:R("09:30","18:30"),6:R("09:30","13:00"),0:C }), - address: "인천 계양구 계양대로 55 (작전동)", - phone: "032-546-2000", - zip: "21110", - }, - { - id: "31", - name: "도화신경외과의원", - dept: "hospitlSpecial", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:00"),0:C }), - address: "인천 미추홀구 숙골로 59 (도화동, 지하1층,1층,3층,4층)", - phone: "032-888-4975", - zip: "22102", - }, - { - id: "32", - name: "김진욱신경외과", - dept: "hospitlSpecial", - hours: makeHours({ 1:R("08:30","19:00"),2:R("08:30","19:00"),3:R("08:30","19:00"),4:R("08:30","19:00"),5:R("08:30","19:00"),6:R("08:30","14:00"),0:C }), - address: "인천 연수구 독배로40번길 43 (옥련동, 신송빌딩)", - phone: "032-831-7800", - zip: "21949", - }, - { - id: "33", - name: "구월신경외과의원", - dept: "hospitlSpecial", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 남동구 남동대로 731 (구월동)", - phone: "032-437-3116", - zip: "21572", - }, - { - id: "34", - name: "부평닥터스신경외과의원", - dept: "hospitlSpecial", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 부평구 부흥로 351 2층 (부평동)", - phone: "032-506-3330", - zip: "21353", - }, - { - id: "35", - name: "학익바른신경외과의원", - dept: "hospitlSpecial", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 미추홀구 매소홀로 466 2,3층 (학익동)", - phone: "032-719-8507", - zip: "22223", - }, - { - id: "36", - name: "남동성모외과의원", - dept: "hospitlSpecial", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","13:00"),0:C }), - address: "인천 남동구 호구포로 788-16 (구월동)", - phone: "032-465-6342", - zip: "21534", - }, - { - id: "332", - name: "인천연합의원", - dept: "hospitlSpecial", - hours: makeHours({ 1:R("09:10","22:00"),2:R("09:10","22:00"),3:R("09:10","22:00"),4:R("09:10","22:00"),5:R("09:10","22:00"),6:C,0:C }), - address: "인천 서구 염곡로 329 (신현동)", - phone: "032-574-4843", - zip: "22781", - }, - { - id: "333", - name: "부개성누가의원", - dept: "hospitlSpecial", - hours: makeHours({ 1:R("09:00","18:30"),2:R("09:00","18:30"),3:R("09:00","18:30"),4:R("09:00","18:30"),5:R("09:00","18:30"),6:R("09:00","14:00"),0:C }), - address: "인천 부평구 길주남로 158 3층 (부개동)", - phone: "032-361-7772", - zip: "21348", - }, - { - id: "334", - name: "파티마의원", - dept: "hospitlSpecial", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("14:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:00"),0:C }), - address: "인천 남동구 만수로 7 (만수동)", - phone: "032-471-9944", - zip: "21524", - }, - { - id: "335", - name: "서울외과의원", - dept: "hospitlSpecial", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","14:00"),0:C }), - address: "인천 중구 운남로 169 2층 (운남동)", - phone: "032-746-7582", - zip: "22372", - }, - { - id: "336", - name: "우리외과", - dept: "hospitlSpecial", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("08:30","13:00"),0:C }), - address: "인천 연수구 먼우금로 194 304호 (연수동)", - phone: "032-814-9393", - zip: "21927", - }, - { - id: "337", - name: "부평정진의원", - dept: "hospitlSpecial", - hours: makeHours({ 1:R("09:00","18:30"),2:R("09:00","18:30"),3:R("09:00","18:30"),4:R("09:00","18:30"),5:R("09:00","18:30"),6:R("09:00","13:00"),0:C }), - address: "인천 부평구 마장로 383 (산곡동)", - phone: "032-506-5010", - zip: "21309", - }, - { - id: "338", - name: "두리가자의원", - dept: "hospitlSpecial", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:00"),0:C }), - address: "인천 서구 가정로 123 (가좌동)", - phone: "032-574-7500", - zip: "22835", - }, - { - id: "339", - name: "찬솔외과", - dept: "hospitlSpecial", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 남동구 논고개로 85 5층 503~505호 (논현동)", - phone: "032-715-8102", - zip: "21679", - }, - { - id: "340", - name: "정담외과의원", - dept: "hospitlSpecial", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천광역시 남동구 구월남로 153 (구월동, W 타워) 3층, 4층", - phone: "032-429-8553", - zip: "21555", - }, - { - id: "37", - name: "성모외과의원", - dept: "hospitlSpecial", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:30","13:30"),0:C }), - address: "인천 미추홀구 석정로 387 (주안동)", - phone: "032-866-9076", - zip: "22126", - }, - { - id: "38", - name: "새안의원", - dept: "hospitlSpecial", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:30","13:30"),0:C }), - address: "인천 미추홀구 인주대로 332 202, 203호 (주안동)", - phone: "032-864-1160", - zip: "22214", - }, - { - id: "39", - name: "이상권정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:30"),2:R("09:00","18:30"),3:R("09:00","18:30"),4:R("09:00","18:30"),5:R("09:00","18:30"),6:R("09:00","13:00"),0:C }), - address: "인천 남동구 백범로 374 (간석동, (간석동, 이상권정형외과의원))", - phone: "032-424-0061", - zip: "21510", - }, - { - id: "40", - name: "연세정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","13:00"),0:C }), - address: "인천 연수구 비류대로 194 (옥련동)", - phone: "032-834-7000", - zip: "21954", - }, - { - id: "41", - name: "서울정형외과의원(연수동)", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","13:00"),0:C }), - address: "인천 연수구 비류대로433번길 3 (연수동)", - phone: "032-821-7600", - zip: "21913", - }, - { - id: "42", - name: "위성정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:00"),0:C }), - address: "인천 남동구 남동대로 902-1 (간석동)", - phone: "032-429-3383", - zip: "21545", - }, - { - id: "43", - name: "세강정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:30","18:00"),2:R("09:30","18:00"),3:R("09:30","18:00"),4:R("09:30","18:00"),5:R("09:30","18:00"),6:R("09:30","13:00"),0:C }), - address: "인천 동구 화도진로 38-1 (송현동)", - phone: "032-766-3001", - zip: "22551", - }, - { - id: "44", - name: "금강정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:30","15:00"),0:C }), - address: "인천 중구 서해대로494번길 1 (유동)", - phone: "032-881-7541", - zip: "22326", - }, - { - id: "45", - name: "중앙메디칼의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 미추홀구 인주대로 282 (주안동)", - phone: "032-866-0800", - zip: "22213", - }, - { - id: "46", - name: "하나정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:30"),2:R("09:00","18:30"),3:R("09:00","18:30"),4:R("09:00","18:30"),5:R("09:00","18:30"),6:R("09:00","13:00"),0:C }), - address: "인천 계양구 계양대로 102 (작전동)", - phone: "032-542-5111", - zip: "21089", - }, - { - id: "47", - name: "세일정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:30"),2:R("09:00","18:30"),3:R("09:00","18:30"),4:R("09:00","18:30"),5:R("09:00","18:30"),6:C,0:C }), - address: "인천 서구 가정로 213 (석남동)", - phone: "032-575-2255", - zip: "22792", - }, - { - id: "48", - name: "자혜정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","14:00"),0:C }), - address: "인천 서구 서곶로 281 (심곡동)", - phone: "032-567-5570", - zip: "22727", - }, - { - id: "49", - name: "덕수정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:30","19:00"),2:R("09:30","19:00"),3:R("09:30","19:00"),4:R("09:30","19:00"),5:R("09:30","19:00"),6:R("09:30","13:00"),0:C }), - address: "인천 계양구 경명대로 1068 (계산동)", - phone: "032-551-7111", - zip: "21050", - }, - { - id: "50", - name: "성혜정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","14:00"),0:C }), - address: "인천 계양구 봉오대로 729 (작전동)", - phone: "032-551-4501", - zip: "21085", - }, - { - id: "51", - name: "한길정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:00"),0:C }), - address: "인천 서구 원적로 85 201 (가좌동)", - phone: "032-576-7582", - zip: "22809", - }, - { - id: "52", - name: "서구연세정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","13:00"),0:C }), - address: "인천 서구 가정로394번길 1 (가정동)", - phone: "032-582-7582", - zip: "22777", - }, - { - id: "53", - name: "부평한국정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:00"),0:C }), - address: "인천 부평구 장제로 205 (부평동, 대양빌딩)", - phone: "032-514-7582", - zip: "21356", - }, - { - id: "54", - name: "서인천현대정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 서구 탁옥로 45 (심곡동)", - phone: "032-561-7575", - zip: "22726", - }, - { - id: "55", - name: "세강정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:30","18:00"),2:R("09:30","18:00"),3:R("09:30","18:00"),4:R("09:30","18:00"),5:R("09:30","19800"),6:R("09:30","13:00"),0:C }), - address: "인천 부평구 마장로 396 (청천동)", - phone: "032-507-8833", - zip: "21312", - }, - { - id: "56", - name: "효성정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:30"),2:R("09:00","19:30"),3:R("09:00","19:30"),4:R("09:00","19:30"),5:R("09:00","19:30"),6:R("09:00","13:00"),0:C }), - address: "인천 계양구 안남로 548 (효성동)", - phone: "032-552-7582", - zip: "21097", - }, - { - id: "57", - name: "브니엘정형외과", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:30"),0:C }), - address: "인천 부평구 안남로 261 (산곡동)", - phone: "032-507-2341", - zip: "21362", - }, - { - id: "58", - name: "남부정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","13:00"),0:C }), - address: "인천 부평구 경인로 943 (부평동)", - phone: "032-511-2119", - zip: "21407", - }, - { - id: "59", - name: "전정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","16:00"),0:C }), - address: "인천 부평구 부평대로 144 (부평동)", - phone: "032-521-5119", - zip: "21358", - }, - { - id: "60", - name: "보람정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:30"),0:C }), - address: "인천 계양구 오조산로 3 3층 (작전동)", - phone: "032-554-1784", - zip: "21080", - }, - { - id: "61", - name: "산곡정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:00"),0:C }), - address: "인천 부평구 원적로 290 (산곡동)", - phone: "032-267-5600", - zip: "21371", - }, - { - id: "62", - name: "서린정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 남동구 백범로 204 (만수동)", - phone: "032-466-0464", - zip: "21520", - }, - { - id: "63", - name: "남동정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:00"),0:C }), - address: "인천 남동구 백범로 185 (만수동)", - phone: "032-465-6425", - zip: "21543", - }, - { - id: "64", - name: "연수메디칼정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:30"),2:R("09:00","18:30"),3:R("09:00","18:30"),4:R("14:00","18:30"),5:R("09:00","18:30"),6:R("09:00","14:00"),0:C }), - address: "인천 연수구 앵고개로 250 (동춘동)", - phone: "032-819-2345", - zip: "21972", - }, - { - id: "65", - name: "인하정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:30","21:00"),2:R("09:30","19:00"),3:R("09:30","19:00"),4:R("09:30","19:00"),5:R("09:30","19:00"),6:R("09:00","13:00"),0:C }), - address: "인천 연수구 독배로 41 인영프라자 4층 (옥련동)", - phone: "032-833-8275", - zip: "21957", - }, - { - id: "66", - name: "간석메디정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","14:00"),0:C }), - address: "인천 남동구 백범로 274 (간석동)", - phone: "032-429-3600", - zip: "21512", - }, - { - id: "67", - name: "굿모닝정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:00"),0:C }), - address: "인천 동구 송림로 76 (송림동)", - phone: "032-762-0971", - zip: "22556", - }, - { - id: "68", - name: "튼튼정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","16:00"),0:C }), - address: "인천 동구 수문통로 54-1 (송현동)", - phone: "032-772-3553", - zip: "22546", - }, - { - id: "69", - name: "정재운정형외과", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","20:00"),2:R("09:00","20:00"),3:R("09:00","20:00"),4:R("09:00","20:00"),5:R("09:00","20:00"),6:R("09:00","14:00"),0:C }), - address: "인천 서구 가정로 316 2층 (석남동)", - phone: "032-584-0300", - zip: "22784", - }, - { - id: "70", - name: "엄기영 정형외과 의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:30"),2:R("09:00","18:30"),3:R("09:00","18:30"),4:R("09:00","18:30"),5:R("09:00","18:30"),6:R("09:00","14:00"),0:C }), - address: "인천 서구 가정로 363 4층 (신현동)", - phone: "032-571-0053", - zip: "22782", - }, - { - id: "71", - name: "학익정형외과", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","16:00"),0:C }), - address: "인천 미추홀구 한나루로 379 (학익동)", - phone: "032-868-5200", - zip: "22202", - }, - { - id: "72", - name: "연세필정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","16:00"),0:C }), - address: "인천 부평구 동수천로 112 (부개동)", - phone: "032-529-7582", - zip: "21398", - }, - { - id: "73", - name: "연세정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","16:00"),0:C }), - address: "인천 부평구 경원대로 1409 2층 (부평동, 반석빌딩)", - phone: "032-524-7111", - zip: "21395", - }, - { - id: "74", - name: "박도형정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:30","18:00"),2:R("09:30","18:00"),3:R("09:30","18:00"),4:R("09:30","18:00"),5:R("09:30","18:00"),6:R("09:30","14:00"),0:C }), - address: "인천 계양구 경명대로 1051 2층, 3층 (계산동)", - phone: "032-556-3115", - zip: "21039", - }, - { - id: "75", - name: "만수연세정형외과", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 남동구 만수로 47 6,7층 (만수동)", - phone: "032-461-7575", - zip: "21524", - }, - { - id: "76", - name: "모세정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","13:00"),0:C }), - address: "인천 동구 송림로 102-1 (송림동)", - phone: "032-764-1700", - zip: "22558", - }, - { - id: "77", - name: "정정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 서구 완정로 179 4층,5층 (왕길동)", - phone: "032-567-7577", - zip: "22616", - }, - { - id: "78", - name: "삼성정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","20:30"),3:R("09:30","18:30"),4:R("09:30","20:30"),5:R("09:30","18:30"),6:R("09:00","13:00"),0:C }), - address: "인천 부평구 마장로 82 501호 (십정동)", - phone: "032-516-6489", - zip: "21405", - }, - { - id: "79", - name: "원당연세정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:30"),2:R("09:00","18:30"),3:R("09:00","18:30"),4:R("09:00","18:30"),5:R("09:00","18:30"),6:R("09:00","13:30"),0:C }), - address: "인천 서구 원당대로 866 (당하동, 세브란스빌딩)", - phone: "032-569-2400", - zip: "22682", - }, - { - id: "80", - name: "부평현대정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","13:00"),0:C }), - address: "인천 부평구 마장로 334 에스코빌딩1층 103-6호 5층 (산곡동)", - phone: "032-521-7118", - zip: "21361", - }, - { - id: "81", - name: "가좌정형외과", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","14:00"),0:C }), - address: "인천 서구 원적로 96 (가좌동)", - phone: "032-577-1500", - zip: "22810", - }, - { - id: "82", - name: "우리정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 남동구 구월로 284 (구월동)", - phone: "032-467-8877", - zip: "21534", - }, - { - id: "83", - name: "박현수 정형외과 의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","18:00"),0:C }), - address: "인천 부평구 수변로 8 202,204,205,206호 (부개동)", - phone: "032-507-6222", - zip: "21416", - }, - { - id: "84", - name: "굿모닝정형외과", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 계양구 계양대로 149 (계산동)", - phone: "032-554-3773", - zip: "21045", - }, - { - id: "85", - name: "백선열정형외과", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","13:00"),0:C }), - address: "인천 미추홀구 아암대로 93 (용현동)", - phone: "032-891-0119", - zip: "22186", - }, - { - id: "86", - name: "논현메디칼", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 남동구 남동대로370번길 113 2층 (논현동, 우진프라자)", - phone: "032-446-9700", - zip: "21636", - }, - { - id: "87", - name: "논현연세정형외과", - dept: "hospitalOr", - hours: makeHours({ 1:R("08:30","18:30"),2:R("08:30","18:30"),3:R("08:30","18:30"),4:R("08:30","18:30"),5:R("08:30","18:30"),6:R("08:30","14:00"),0:C }), - address: "인천 남동구 논고개로 114 6층 (논현동)", - phone: "032-423-7117", - zip: "21666", - }, - { - id: "88", - name: "부평힘찬병원", - dept: "hospitalOr", - hours: makeHours({ 1:R("08:30","17:30"),2:R("08:30","17:30"),3:R("08:30","17:30"),4:R("08:30","17:30"),5:R("08:30","17:30"),6:R("08:30","12:30"),0:C }), - address: "인천 부평구 장제로 78 (부평동, 부평힘찬병원)", - phone: "032-363-9121", - zip: "21399", - }, - { - id: "89", - name: "논현우리정형외과", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","21:00"),2:R("09:00","21:00"),3:R("09:00","21:00"),4:R("09:00","21:00"),5:R("09:00","21:00"),6:R("09:00","17:00"),0:R("09:00","13:00") }), - address: "인천 남동구 청능대로 583 중앙프라자 5층 (논현동)", - phone: "032-435-1175", - zip: "21653", - }, - { - id: "90", - name: "효성사랑정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","14:00"),0:C }), - address: "인천 계양구 안남로 512 대신증권3층 (효성동)", - phone: "032-555-8275", - zip: "21109", - }, - { - id: "91", - name: "고려정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","16:00"),0:C }), - address: "인천 부평구 동수로 184 (부개동)", - phone: "032-511-7582", - zip: "21420", - }, - { - id: "92", - name: "유원정형외과", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:30"),2:R("09:00","18:30"),3:R("09:00","18:30"),4:R("14:00","18:30"),5:R("09:00","19:00"),6:R("09:00","13:00"),0:C }), - address: "인천 미추홀구 아암대로29번길 86 3,4,5층 (용현동)", - phone: "032-567-8600", - zip: "22175", - }, - { - id: "93", - name: "서울성모정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","13:00"),0:C }), - address: "인천 남동구 호구포로 220 5층 (논현동, 명진프라자)", - phone: "032-442-1010", - zip: "21655", - }, - { - id: "94", - name: "유진정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:30"),2:R("09:00","18:30"),3:R("09:00","18:30"),4:R("09:00","18:30"),5:R("09:00","18:30"),6:R("09:00","12:00"),0:C }), - address: "인천 미추홀구 장천로112번길 3 (숭의동)", - phone: "032-861-8700", - zip: "22168", - }, - { - id: "95", - name: "국제바로병원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","20:00"),2:R("09:00","20:00"),3:R("09:00","20:00"),4:R("09:00","20:00"),5:R("09:00","20:00"),6:R("09:00","18:00"),0:R("09:00","18:00") }), - address: "인천 남동구 석정로 518 (간석동, M타워 1동 2층~9층)", - phone: "032-722-8585", - zip: "21504", - }, - { - id: "96", - name: "순복정형외과", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:00"),0:C }), - address: "인천 남동구 문화서로4번길 28 (구월동)", - phone: "032-434-5353", - zip: "21568", - }, - { - id: "97", - name: "신기고려정형외과 & 정신건강의학과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:30"),0:C }), - address: "인천 미추홀구 인하로 264 (주안동)", - phone: "032-868-8275", - zip: "22216", - }, - { - id: "98", - name: "서울웰빙정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 부평구 마장로 156 (산곡동)", - phone: "032-515-7575", - zip: "21382", - }, - { - id: "99", - name: "석바위정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","13:00"),0:C }), - address: "인천 미추홀구 경인로 433 (주안동, 석바위VIP클리닉)", - phone: "032-434-2116", - zip: "22141", - }, - { - id: "100", - name: "서울정형외과의원(송림동)", - dept: "hospitalOr", - hours: makeHours({ 1:C,2:C,3:C,4:C,5:C,6:C,0:C }), - address: "인천 동구 샛골로 159 2층 (송림동)", - phone: "032-777-0275", - zip: "22543", - }, - { - id: "101", - name: "김태형정형외과", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","20:00"),2:R("09:00","20:00"),3:R("09:00","20:00"),4:R("09:00","20:00"),5:R("09:00","20:00"),6:R("09:00","15:00"),0:C }), - address: "인천 계양구 장제로 867 상우메디칼프라자 5,6층 (임학동)", - phone: "032-715-6300", - zip: "21034", - }, - { - id: "102", - name: "인천나누리병원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","15:00"),0:C }), - address: "인천 부평구 장제로 156 (부평동)", - phone: "032-280-1135", - zip: "21353", - }, - { - id: "103", - name: "나래병원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 연수구 청능대로 69 (청학동)", - phone: "032-821-0033", - zip: "21926", - }, - { - id: "104", - name: "가좌연세정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","21:00"),3:R("09:00","19:00"),4:R("09:00","21:00"),5:R("09:00","19:00"),6:R("09:00","13:00"),0:C }), - address: "인천광역시 서구 장고개로337번길7 (가좌동, 모건베스트원) 304호", - phone: "032-297-1001", - zip: "22815", - }, - { - id: "105", - name: "청라성모정형외과", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","20:00"),2:R("09:00","20:00"),3:R("09:00","20:00"),4:R("09:00","20:00"),5:R("09:00","20:00"),6:R("09:00","16:00"),0:C }), - address: "인천 서구 청라라임로 71 (연희동, 진영메디피아) 301호", - phone: "032-567-3334", - zip: "22736", - }, - { - id: "106", - name: "JS노송병원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 서구 길주로 91 (석남동)", - phone: "032-516-5000", - zip: "22789", - }, - { - id: "107", - name: "인천하이병원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 계양구 경명대로 1107 (계산동)", - phone: "032-550-8975", - zip: "21030", - }, - { - id: "108", - name: "오케이병원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","18:00"),4:R("09:00","19:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 계양구 장제로 676 (작전동, 초선빌딩 3-7층)", - phone: "070-4901-8747", - zip: "21124", - }, - { - id: "109", - name: "새힘정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","20:30"),5:R("09:00","19:00"),6:R("09:00","15:00"),0:C }), - address: "인천광역시 서구 가정로375 (신현동, 금강아이움 306호~308호)", - phone: "032-583-2014", - zip: "22778", - }, - { - id: "110", - name: "마디정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:00"),0:C }), - address: "인천 동구 수문통로 7 (화평동, 마디정형외과)", - phone: "032-766-8275", - zip: "22519", - }, - { - id: "111", - name: "대찬병원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","15:00"),0:C }), - address: "인천 남동구 인주대로 590 (구월동, 영창빌딩)", - phone: "032-438-2026", - zip: "21570", - }, - { - id: "112", - name: "연수스타정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:30"),2:R("09:00","18:30"),3:R("09:00","18:30"),4:R("09:00","18:30"),5:R("09:00","18:30"),6:R("09:00","14:00"),0:C }), - address: "인천 연수구 먼우금로 208 (연수동)", - phone: "nan", - zip: "21927", - }, - { - id: "113", - name: "바로나은정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","14:00"),0:C }), - address: "인천 남동구 논고개로 73 (논현동)", - phone: "032-442-8575", - zip: "21679", - }, - { - id: "114", - name: "서울바른척도병원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 남동구 구월로 233 (구월동, SJ세종프라자)", - phone: "032-1522-9988", - zip: "21547", - }, - { - id: "115", - name: "큰바위정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","20:00"),3:R("09:00","19:00"),4:R("09:00","20:00"),5:R("09:00","19:00"),6:R("09:00","14:00"),0:C }), - address: "인천 연수구 먼우금로188번길 12 (연수동, 이리옴3빌딩 3층 301호)", - phone: "032-815-8875", - zip: "21927", - }, - { - id: "116", - name: "착한마디병원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 서구 완정로 180 909번지 8호 동화빌딩 2,3,4,5층", - phone: "032-1577-9782", - zip: "22617", - }, - { - id: "117", - name: "성모윌병원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 미추홀구 경인로 488 (주안동, 성모윌병원)", - phone: "032-421-0075", - zip: "22145", - }, - { - id: "118", - name: "하늘정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","20:00"),2:R("09:00","20:00"),3:R("09:00","20:00"),4:R("09:00","20:00"),5:R("09:00","20:00"),6:R("09:00","15:00"),0:R("09:00","13:00") }), - address: "인천 중구 하늘중앙로 193 6,7층 (중산동)", - phone: "032-747-1321", - zip: "22397", - }, - { - id: "119", - name: "성모정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","13:00"),0:C }), - address: "인천 남동구 백범로273번길 9 (간석동, 수정빌딩 1층)", - phone: "032-442-3555", - zip: "21546", - }, - { - id: "120", - name: "연수제일정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 연수구 학나래로6번길 3 (선학동)", - phone: "032-813-6300", - zip: "21911", - }, - { - id: "121", - name: "만수K정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","21:00"),2:R("09:00","21:00"),3:R("09:00","21:00"),4:R("09:00","21:00"),5:R("09:00","21:00"),6:R("09:00","21:00"),0:R("09:00","21:00") }), - address: "인천 남동구 장승남로33번길 9 (만수동) 301호", - phone: "032-461-3659", - zip: "21594", - }, - { - id: "122", - name: "현대정형외과", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천광역시 남동구 구월로 300-1 (만수동)", - phone: "032-466-7585", - zip: "21535", - }, - { - id: "123", - name: "미추홀메디정형외과", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 미추홀구 인주대로 51 501호 (숭의동, 더스테이프라임월드)", - phone: "032-764-7582", - zip: "22173", - }, - { - id: "124", - name: "제대로정형외과,마취통증의학과 의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 서구 크리스탈로 78 ,4층 (청라동, 엘림존)", - phone: "032-1522-7235", - zip: "22760", - }, - { - id: "125", - name: "바로튼튼정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 서구 서곶로 837 ,3~4층 (당하동)", - phone: "032-565-1175", - zip: "22675", - }, - { - id: "126", - name: "김경태정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 연수구 먼우금로 189 (청학동, 소망글로벌) 2층", - phone: "032-229-0123", - zip: "21926", - }, - { - id: "127", - name: "서울정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 서구 염곡로 468 (가정동)7층전체,801호,802호", - phone: "032-561-1140", - zip: "22731", - }, - { - id: "128", - name: "서울바른정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 서구 검단로768번길 2 2,3,4층 (불로동, 불로메디컬)", - phone: "032-566-8288", - zip: "22631", - }, - { - id: "129", - name: "운서성모정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 중구 영종대로 118 3층 305호 306호 (운서동)", - phone: "032-746-7725", - zip: "22371", - }, - { - id: "130", - name: "플러스정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 연수구 컨벤시아대로230번길 54 (송도동) 101호, 104호, 105호, 201호, 301호, 401호, 501호, 601호", - phone: "032-859-8000", - zip: "22009", - }, - { - id: "131", - name: "송도연세병원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 연수구 신송로 157-9 (송도동)", - phone: "032-832-5488", - zip: "22002", - }, - { - id: "132", - name: "정탁정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천광역시 미추홀구 제일로 42-1 (도화동)", - phone: "032-874-7582", - zip: "22153", - }, - { - id: "133", - name: "검단이화연합의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 서구 이음5로 80 (원당동, 검단퍼스트) 5층", - phone: "032-277-0705", - zip: "22865", - }, - { - id: "134", - name: "바른길정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 부평구 열우물로 75 2~4층 (십정동, 풍림빌딩)", - phone: "032-423-", - zip: "21452", - }, - { - id: "135", - name: "부평국민정형외과의원", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 부평구 부평대로 20 (부평동) 8층", - phone: "032-525-7070", - zip: "21394", - }, - { - id: "136", - name: "서울정형외과,신경과", - dept: "hospitalOr", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 부평구 길주로 382 (산곡동)", - phone: "032-546-7582", - zip: "21361", - }, - { - id: "137", - name: "진심장혈관흉부외과의원", - dept: "hospitlSpecial", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 부평구 길주로 659 (삼산동, 미라쥬타워) 6층 604호,605호", - phone: "032-505-8875", - zip: "21344", - }, - { - id: "341", - name: "위드미요양병원", - dept: "hospitlNursing", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 남동구 논고개로123번길 35 논현동칼리오페 10층 (논현동)", - phone: "032-438-5800", - zip: "21653", - }, - { - id: "342", - name: "올리브 요양병원", - dept: "hospitlNursing", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 부평구 장제로 129 (부평동)", - phone: "032-523-7771", - zip: "21392", - }, - { - id: "343", - name: "더필잎요양병원", - dept: "hospitlNursing", - hours: makeHours({ 1:R("09:00","17:00"),2:R("09:00","17:00"),3:R("09:00","17:00"),4:R("09:00","17:00"),5:R("09:00","17:00"),6:C,0:C }), - address: "인천 부평구 장제로 175 (부평동)", - phone: "032-521-5555", - zip: "21356", - }, - { - id: "344", - name: "새올요양병원", - dept: "hospitlNursing", - hours: makeHours({ 1:R("09:00","17:30"),2:R("09:00","17:30"),3:R("09:00","17:30"),4:R("09:00","17:30"),5:R("09:00","17:30"),6:R("09:00","12:00"),0:C }), - address: "인천광역시 부평구 마장로246 (산곡동)", - phone: "032-507-3355", - zip: "21376", - }, - { - id: "345", - name: "부평성심요양병원", - dept: "hospitlNursing", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천광역시 부평구 마장로 449 (청천동)", - phone: "032-504-9966", - zip: "21304", - }, - { - id: "346", - name: "국제베드로요양병원", - dept: "hospitlNursing", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 미추홀구 아암대로 53 (용현동, 세인트재활빌딩)", - phone: "032-888-2300", - zip: "22186", - }, - { - id: "347", - name: "이편안인천요양병원", - dept: "hospitlNursing", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 남동구 앵고개로948번길 4 3층 (논현동, 서울프라자)", - phone: "032-868-9988", - zip: "21673", - }, - { - id: "348", - name: "도화요양병원", - dept: "hospitlNursing", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","12:30"),0:C }), - address: "인천 미추홀구 경인로 302 한승미메이드상가(도화동,외1필지)", - phone: "032-865-0033", - zip: "22138", - }, - { - id: "349", - name: "금강요양병원", - dept: "hospitlNursing", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","12:00"),0:C }), - address: "인천 미추홀구 인주대로 452 (주안동) A동", - phone: "032-215-7575", - zip: "22228", - }, - { - id: "350", - name: "효민요양병원", - dept: "hospitlNursing", - hours: makeHours({ 1:R("08:30","17:30"),2:R("08:30","17:30"),3:R("08:30","17:30"),4:R("08:30","17:30"),5:R("08:30","17:30"),6:R("08:30","12:30"),0:C }), - address: "인천 남동구 서창남순환로216번길 46 (서창동)", - phone: "070-5137-8612", - zip: "21617", - }, - { - id: "351", - name: "라이온재활요양병원", - dept: "hospitlNursing", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 남동구 경인로 520 7,8,9층 (간석동, 탑프라자2)", - phone: "032-426-7575", - zip: "21552", - }, - { - id: "352", - name: "신주안요양병원", - dept: "hospitlNursing", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 미추홀구 인주대로 432 (주안동, 주안요양병원)", - phone: "032-270-3000", - zip: "22227", - }, - { - id: "353", - name: "로뎀요양병원", - dept: "hospitlNursing", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천광역시 미추홀구 주안로 211 (주안동, GNM빌딩 로뎀요양병원)", - phone: "032-462-0321", - zip: "22142", - }, - { - id: "354", - name: "새인천요양병원", - dept: "hospitlNursing", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천광역시 남동구 논고개로123번길 17 (논현동) 11층", - phone: "032-719-7874", - zip: "21653", - }, - { - id: "355", - name: "청라베스트요양병원", - dept: "hospitlNursing", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 서구 봉오재3로110번길 7 (가정동) 6~9층", - phone: "032-220-1500", - zip: "22731", - }, - { - id: "356", - name: "송도하나요양병원", - dept: "hospitlNursing", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천광역시 미추홀구 아암대로253번길 36 (학익동)", - phone: "032-438-0808", - zip: "22196", - }, - { - id: "357", - name: "서송병원", - dept: "hospitlNursing", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 계양구 경명대로972번길 9 (계산동, 서송요양병원)", - phone: "032-551-0114", - zip: "21043", - }, - { - id: "358", - name: "효성요양병원", - dept: "hospitlNursing", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 계양구 안남로 538 (효성동)", - phone: "070-5096-5655", - zip: "21097", - }, - { - id: "359", - name: "고은요양병원", - dept: "hospitlNursing", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 중구 연안부두로21번길 11-12 (항동7가)", - phone: "032-715-5933", - zip: "22348", - }, - { - id: "360", - name: "인일요양병원", - dept: "hospitlNursing", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 미추홀구 미추홀대로 699 (주안동)", - phone: "032-863-0051", - zip: "22139", - }, - { - id: "361", - name: "신한대바울 요양병원", - dept: "hospitlNursing", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 미추홀구 경인로 107 (숭의동)", - phone: "032-223-7000", - zip: "22105", - }, - { - id: "362", - name: "행복마을요양병원", - dept: "hospitlNursing", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 남동구 백범로 398 216-3", - phone: "032-441-3338", - zip: "21508", - }, - { - id: "363", - name: "서온요양병원", - dept: "hospitlNursing", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 서구 도곡로 172-5 (대곡동)서온요양병원", - phone: "032-561-0136", - zip: "22600", - }, - { - id: "364", - name: "인천원광효도요양병원", - dept: "hospitlNursing", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 미추홀구 경원대로 891 (주안동, 동산빌딩)", - phone: "032-432-7585", - zip: "22134", - }, - { - id: "365", - name: "뿌리요양병원", - dept: "hospitlNursing", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 남동구 앵고개로934번길 43 (논현동, 뿌리요양병원)", - phone: "032-431-7979", - zip: "21673", - }, - { - id: "366", - name: "힐락암요양병원", - dept: "hospitlNursing", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 중구 영종대로 106 4층 (운서동)", - phone: "032-746-8100", - zip: "22371", - }, - { - id: "367", - name: "서울대효청라요양병원", - dept: "hospitlNursing", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 서구 염곡로464번길 11 4층~8층 전부 (가정동,루원탑프라자)", - phone: "032-724-7114", - zip: "22883", - }, - { - id: "368", - name: "희망찬요양병원", - dept: "hospitlNursing", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 연수구 용담로 118 (연수동)", - phone: "032-816-2000", - zip: "21927", - }, - { - id: "369", - name: "세움요양병원", - dept: "hospitlNursing", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 미추홀구 아암대로 53 3~10층 (용현동, 세인트재활빌딩)", - phone: "032-888-2300", - zip: "22186", - }, - { - id: "370", - name: "지웰요양병원", - dept: "hospitlNursing", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 계양구 장제로 672 (작전동) 2층 201호", - phone: "032-543-7582", - zip: "21127", - }, - { - id: "371", - name: "검단연세요양병원", - dept: "hospitlNursing", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 서구 검단로459번길 3-2 3층 (왕길동, 파크프라자)", - phone: "032-566-6230", - zip: "22616", - }, - { - id: "372", - name: "나무요양병원", - dept: "hospitlNursing", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 서구 고산후로121번길 19 (원당동)", - phone: "032-569-7175", - zip: "22647", - }, - { - id: "140", - name: "미추홀병원", - dept: "hospitalClinic", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:C,4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 남동구 남동대로799번길 25 구월동 1층~7층 전부 (구월동, 대흥빌딩)", - phone: "032-430-6273", - zip: "21555", - }, - { - id: "141", - name: "브래덤병원", - dept: "hospitalClinic", - hours: makeHours({ 1:R("08:30","17:30"),2:R("08:30","17:30"),3:R("08:30","17:30"),4:R("08:30","17:30"),5:R("08:30","17:30"),6:R("09:00","12:30"),0:C }), - address: "인천 남동구 예술로192번길 36 (구월동)", - phone: "032-456-7600", - zip: "21558", - }, - { - id: "142", - name: "경인권역재활병원", - dept: "hospitalClinic", - hours: makeHours({ 1:R("08:30","17:30"),2:R("08:30","17:30"),3:R("08:30","17:30"),4:R("08:30","17:30"),5:R("08:30","17:30"),6:R("08:30","12:30"),0:C }), - address: "인천광역시 연수구 원인재로 263 (연수동, 인천적십자병원)", - phone: "032-899-4336", - zip: "21935", - }, - { - id: "143", - name: "정드림메디컬의원", - dept: "hospitalClinic", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 부평구 부흥로 412 (부개동) 1,2층", - phone: "032-528-3114", - zip: "21398", - }, - { - id: "144", - name: "연세백퍼센트병원", - dept: "hospitalClinic", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 부평구 부평문화로 87 (부평동) 7~10층", - phone: "nan", - zip: "21393", - }, - { - id: "145", - name: "연세소래메디칼의원", - dept: "hospitalClinic", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 남동구 포구로 75 (논현동,송원빌딩) 2,3,4층", - phone: "032-437-7585", - zip: "21669", - }, - { - id: "146", - name: "저스트 병원", - dept: "hospitalClinic", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 미추홀구 석정로 21 (숭의동) 저스트병원타워 4~7층", - phone: "nan", - zip: "22174", - }, - { - id: "147", - name: "방그레병원", - dept: "hospitalClinic", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천광역시 미추홀구 인주대로 472 (주안동)", - phone: "032-428-2106", - zip: "22228", - }, - { - id: "148", - name: "서울이왕병원", - dept: "hospitalClinic", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 미추홀구 미추홀대로 702 (주안동, 효광빌딩)", - phone: "032-233-9988", - zip: "22140", - }, - { - id: "149", - name: "연세와병원", - dept: "hospitalClinic", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 남동구 정각로 2 (구월동, 연세 와병원 본관, 정각로 4)", - phone: "032-1599-1955", - zip: "21557", - }, - { - id: "150", - name: "소망연세의원", - dept: "hospitalClinic", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천광역시 서구 새오개로111번안길 32 2,3층", - phone: "032-715-5774", - zip: "22779", - }, - { - id: "151", - name: "서울메디탑의원", - dept: "hospitalClinic", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 미추홀구 염전로168번길 15 (도화동) 미추홀프라자2 201~406호", - phone: "032-861-5111", - zip: "22110", - }, - { - id: "373", - name: "부평중앙병원", - dept: "hospitalClinic", - hours: makeHours({ 1:R("10:00","18:00"),2:R("10:00","18:00"),3:R("10:00","18:00"),4:R("10:00","18:00"),5:R("10:00","18:00"),6:R("09:00","14:00"),0:C }), - address: "인천 부평구 부평대로 93 (부평동)", - phone: "032-513-5500", - zip: "21379", - }, - { - id: "374", - name: "인성의원", - dept: "hospitalClinic", - hours: makeHours({ 1:R("08:30","18:00"),2:R("08:30","18:00"),3:R("08:30","18:00"),4:R("08:30","18:00"),5:R("08:30","18:00"),6:R("08:30","15:00"),0:C }), - address: "인천 강화군 강화읍 중앙로 23 ", - phone: "032-932-4455", - zip: "23037", - }, - { - id: "375", - name: "동암세종의원", - dept: "hospitalClinic", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 부평구 열우물로 51 3,4층 (십정동)", - phone: "032-421-2203", - zip: "21452", - }, - { - id: "376", - name: "연세으뜸의원", - dept: "hospitalClinic", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 미추홀구 매소홀로 255 (학익동) 3층", - phone: "032-212-8275", - zip: "22201", - }, - { - id: "377", - name: "모두튼튼의원", - dept: "hospitalClinic", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 부평구 길주로494번길 25 (청천동)", - phone: "032-362-8275", - zip: "21364", - }, - { - id: "138", - name: "중앙의원", - dept: "hospitalClinic", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 계양구 주부토로 465 (작전동)", - phone: "032-542-3538", - zip: "21087", - }, - { - id: "139", - name: "부평프라임메디컬의원", - dept: "hospitalClinic", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 부평구 대정로 28 (부평동) 2층", - phone: "032-721-2521", - zip: "21393", - }, - { - id: "152", - name: "서울이룸병원", - dept: "hospitaExer", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","14:00"),0:C }), - address: "인천 남동구 구월로 241 (구월동)", - phone: "032-469-4394", - zip: "21547", - }, - { - id: "153", - name: "알엠병원", - dept: "hospitaExer", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천광역시 미추홀구 학익2동(학익동) 4번지 21호", - phone: "032-874-2727", - zip: "22218", - }, - { - id: "154", - name: "호림재활의학과의원", - dept: "hospitaExer", - hours: makeHours({ 1:R("09:00","18:30"),2:R("09:00","18:30"),3:R("09:00","18:30"),4:R("09:00","18:30"),5:R("09:00","18:30"),6:R("09:00","14:00"),0:C }), - address: "인천 미추홀구 독정이로 79 2층, 3층 (숭의동)", - phone: "032-883-9114", - zip: "22169", - }, - { - id: "155", - name: "올림피아병원", - dept: "hospitaExer", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 남동구 호구포로 836 1,2,3층(구월동)", - phone: "032-461-2300", - zip: "21542", - }, - { - id: "156", - name: "고려재활의학과의원", - dept: "hospitaExer", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천광역시 서구 염곡로464번길 15 (가정동) 5층", - phone: "032-564-8833", - zip: "22731", - }, - { - id: "157", - name: "송도마디재활의학과", - dept: "hospitaExer", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 연수구 해돋이로151번길 4 ,인피니티타워 401호, 402호(송도동)", - phone: "032-721-8255", - zip: "22003", - }, - { - id: "158", - name: "공감정신과의원", - dept: "hospitalPsy", - hours: makeHours({ 1:R("10:30","19:00"),2:R("10:30","12:00"),3:R("10:30","19:00"),4:R("10:30","12:00"),5:R("10:30","19:00"),6:R("09:30","16:00"),0:C }), - address: "인천 부평구 부평대로 83 (부평동)강남타워8층 802호", - phone: "032-527-5070", - zip: "21379", - }, - { - id: "159", - name: "글로리병원", - dept: "hospitalPsy", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","15:00"),0:C }), - address: "인천 부평구 길주로 655 3~12층 (삼산동, 글로리타워)", - phone: "032-262-9000", - zip: "21344", - }, - { - id: "160", - name: "The 조은정신건강의학과의원", - dept: "hospitalPsy", - hours: makeHours({ 1:R("09:30","18:00"),2:R("09:30","18:00"),3:R("09:30","12:30"),4:R("09:30","18:00"),5:R("09:30","12:30"),6:R("09:30","13:00"),0:C }), - address: "인천광역시 서구 원당대로 860 8층 804호 (당하동, 보람프라자)", - phone: "032-564-7505", - zip: "22682", - }, - { - id: "161", - name: "은혜병원", - dept: "hospitalPsy", - hours: makeHours({ 1:R("09:30","17:00"),2:R("09:30","17:00"),3:R("09:30","17:00"),4:R("09:30","17:00"),5:R("09:30","17:00"),6:C,0:C }), - address: "인천 서구 심곡로132번길 22 (심곡동)", - phone: "032-562-5101", - zip: "22711", - }, - { - id: "162", - name: "황원준정신과의원", - dept: "hospitalPsy", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 미추홀구 경인로 399-1 2,3,4,5층 (주안동)", - phone: "032-435-7767", - zip: "22140", - }, - { - id: "163", - name: "가천대 길병원(중앙길병원)", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("8:30","17:00"),2:R("8:30","17:00"),3:R("8:30","17:00"),4:R("8:30","17:00"),5:R("8:30","17:00"),6:R("8:30","12:00"),0:C }), - address: "인천 남동구 남동대로774번길 21 (구월동, 가천대학교 길병원)", - phone: "032-460-3151", - zip: "21565", - }, - { - id: "164", - name: "인하대학교 의과대학 부속병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("8:00","16:30"),2:R("8:00","16:30"),3:R("8:00","16:30"),4:R("8:00","16:30"),5:R("8:00","16:30"),6:R("8:00","11:30"),0:C }), - address: "인천 중구 인항로 27 (신흥동3가, 인하대학병원)", - phone: "032-890-2335", - zip: "22332", - }, - { - id: "165", - name: "인천기독병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("8:30","17:00"),2:R("8:30","17:00"),3:R("8:30","17:00"),4:R("8:30","17:00"),5:R("8:30","17:00"),6:R("8:30","12:00"),0:C }), - address: "인천 중구 답동로30번길 10 (율목동, 인천기독병원)", - phone: "032-270-8442", - zip: "22320", - }, - { - id: "166", - name: "인천광역시의료원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("08:30","17:00"),2:R("08:30","17:00"),3:R("08:30","17:00"),4:R("08:30","17:00"),5:R("08:30","17:00"),6:C,0:C }), - address: "인천 동구 방축로 217 (송림동)", - phone: "032-580-6572", - zip: "22532", - }, - { - id: "167", - name: "인천사랑병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("08:30","17:00"),2:R("08:30","17:00"),3:R("08:30","17:00"),4:R("08:30","17:00"),5:R("08:30","17:00"),6:R("08:30","12:30"),0:C }), - address: "인천 미추홀구 미추홀대로 726 (주안동)", - phone: "032-958-8114", - zip: "22135", - }, - { - id: "168", - name: "가톨릭대학교 인천성모병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("09:00","17:00"),2:R("09:00","17:00"),3:R("09:00","17:00"),4:R("09:00","17:00"),5:R("09:00","17:00"),6:C,0:C }), - address: "인천 부평구 동수로 56 (부평동)", - phone: "032-280-6363", - zip: "21431", - }, - { - id: "169", - name: "부평세림병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("09:00","17:30"),2:R("09:00","17:30"),3:R("09:00","17:30"),4:R("09:00","17:30"),5:R("09:00","17:30"),6:R("09:00","12:30"),0:C }), - address: "인천 부평구 부평대로 175 (청천동, 세림병원)", - phone: "032-509-5466", - zip: "21364", - }, - { - id: "170", - name: "뉴성민병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","14:00"),0:C }), - address: "인천 서구 칠천왕로33번길 17 (석남동)", - phone: "032-726-1121", - zip: "22789", - }, - { - id: "171", - name: "나은병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("08:30","17:30"),2:R("08:30","17:30"),3:R("08:30","17:30"),4:R("08:30","17:30"),5:R("08:30","17:30"),6:R("08:30","12:30"),0:C }), - address: "인천 서구 원적로 23 (가좌동, 나은병원)", - phone: "032-580-9413", - zip: "22819", - }, - { - id: "172", - name: "온누리병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("08:30","17:30"),2:R("08:30","17:30"),3:R("08:30","17:30"),4:R("08:30","17:30"),5:R("08:30","17:30"),6:R("08:30","12:30"),0:C }), - address: "인천 서구 완정로 199 (왕길동)", - phone: "032-567-6200", - zip: "22616", - }, - { - id: "173", - name: "한림병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("08:30","17:30"),2:R("08:30","17:30"),3:R("08:30","17:30"),4:R("08:30","17:30"),5:R("08:30","17:30"),6:R("08:30","17:30"),0:C }), - address: "인천 계양구 장제로 722 (작전동)", - phone: "032-540-9010", - zip: "21079", - }, - { - id: "174", - name: "강화병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:C,2:C,3:C,4:C,5:C,6:C,0:C }), - address: "인천 강화군 강화읍 강화대로312번길 11 (강화병원)", - phone: "032-930-8150", - zip: "23025", - }, - { - id: "175", - name: "검단탑병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("08:30","18:00"),2:R("08:30","18:00"),3:R("08:30","18:00"),4:R("08:30","18:00"),5:R("08:30","18:00"),6:R("08:30","13:00"),0:C }), - address: "인천 서구 청마로19번길 5 (당하동)", - phone: "032-590-", - zip: "22675", - }, - { - id: "176", - name: "나사렛국제병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 연수구 먼우금로 98 (동춘동)", - phone: "032-899-9575", - zip: "21972", - }, - { - id: "177", - name: "근로복지공단 인천병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("08:30","17:30"),2:R("08:30","17:30"),3:R("08:30","17:30"),4:R("08:30","17:30"),5:R("08:30","17:30"),6:C,0:C }), - address: "인천 부평구 무네미로 446 (구산동)", - phone: "032-5000-112", - zip: "21417", - }, - { - id: "178", - name: "근로복지공단 재활공학연구소", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("08:30","17:30"),2:R("08:30","17:30"),3:R("08:30","17:30"),4:R("08:30","17:30"),5:R("08:30","17:30"),6:C,0:C }), - address: "인천 부평구 무네미로 446 (구산동)", - phone: "02-637-2011", - zip: "21417", - }, - { - id: "179", - name: "가천대부속 동인천길병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("08:00","17:00"),2:R("08:00","17:00"),3:R("08:00","17:00"),4:R("08:00","17:00"),5:R("08:00","17:00"),6:R("09:00","13:00"),0:C }), - address: "인천 중구 큰우물로 21 (용동)", - phone: "032-770-1301", - zip: "22318", - }, - { - id: "180", - name: "인천연세병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","13:00"),0:R("09:00","18:00") }), - address: "인천 서구 승학로 320 (연희동)", - phone: "032-561-3457", - zip: "22721", - }, - { - id: "181", - name: "영흥우리의원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","16:00"),0:C }), - address: "인천 옹진군 영흥면 영흥로176번길 8 ", - phone: "032-886-9411", - zip: "23118", - }, - { - id: "182", - name: "현대유비스병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:30"),0:C }), - address: "인천광역시 미추홀구 독배로503 (숭의동)", - phone: "032-890-5565", - zip: "22173", - }, - { - id: "183", - name: "인천가톨릭학원가톨릭관동대학교국제성모병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("08:30","17:00"),2:R("08:30","17:00"),3:R("08:30","17:00"),4:R("08:30","17:00"),5:R("08:30","17:00"),6:R("08:30","12:00"),0:C }), - address: "인천광역시 서구 심곡로100번길25 (심곡동)", - phone: "032-290-2862", - zip: "22711", - }, - { - id: "184", - name: "인천백병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("08:30","17:30"),2:R("08:30","17:30"),3:R("08:30","17:30"),4:R("08:30","17:30"),5:R("08:30","17:30"),6:R("08:30","13:00"),0:C }), - address: "인천광역시 동구 샛골로 214 (송림동)", - phone: "032-280-8101", - zip: "22534", - }, - { - id: "185", - name: "인천마디병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 계양구 계양대로 204 (계산동, 2~6층)", - phone: "032-1644-8344", - zip: "21049", - }, - { - id: "186", - name: "인천힘찬종합병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("08:30","17:30"),2:R("08:30","17:30"),3:R("08:30","17:30"),4:R("08:30","17:30"),5:R("08:30","17:30"),6:R("08:30","12:30"),0:C }), - address: "인천 남동구 논현로 72 (논현동, 힘찬종합병원)", - phone: "032-459-3111", - zip: "21655", - }, - { - id: "187", - name: "나누리병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","16:00"),0:C }), - address: "인천 미추홀구 인주대로 485 (주안동, 인천나누리주안병원)", - phone: "02-1688-9797", - zip: "22147", - }, - { - id: "188", - name: "인천세종병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("08:30","17:30"),2:R("08:30","17:30"),3:R("08:30","17:30"),4:R("08:30","17:30"),5:R("08:30","17:30"),6:R("08:30","12:30"),0:C }), - address: "인천 계양구 계양문화로 20 (작전동)", - phone: "032-240-8419", - zip: "21080", - }, - { - id: "189", - name: "청라국제병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("09:00","21:00"),2:R("09:00","21:00"),3:R("09:00","21:00"),4:R("09:00","21:00"),5:R("09:00","21:00"),6:R("09:00","21:00"),0:C }), - address: "인천 서구 청라에메랄드로102번길 8 401~404,407~409호 2층전체(연희동, 우성메디피아)", - phone: "032-577-8275", - zip: "22739", - }, - { - id: "190", - name: "명장한방병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("09:00","20:30"),2:R("09:00","20:30"),3:R("09:00","20:30"),4:R("09:00","20:30"),5:R("09:00","20:30"),6:R("09:00","16:00"),0:R("09:00","16:00") }), - address: "인천 서구 청마로 175 3~5층(당하동)", - phone: "032-569-5858", - zip: "22677", - }, - { - id: "191", - name: "새건병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","21:00"),5:R("09:00","21:00"),6:R("09:00","15:00"),0:R("09:00","15:00") }), - address: "인천 미추홀구 경인로 430 (주안동)", - phone: "032-427-2800", - zip: "22149", - }, - { - id: "192", - name: "가온요양병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 남동구 남동대로 797 (구월동, 가온 요양병원)", - phone: "032-212-2001", - zip: "21555", - }, - { - id: "193", - name: "나은요양병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 남동구 소래역남로16번길 20 (논현동, 둘리프라자)", - phone: "032-710-6001", - zip: "21674", - }, - { - id: "194", - name: "한국보훈복지의료공단인천보훈병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("08:30","17:30"),2:R("08:30","17:30"),3:R("08:30","17:30"),4:R("08:30","17:30"),5:R("08:30","17:30"),6:C,0:C }), - address: "인천 미추홀구 인주대로 138 (용현동, 인천보훈병원)", - phone: "032-363-9765", - zip: "22182", - }, - { - id: "195", - name: "비에스종합병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("08:30","17:30"),2:R("08:30","17:30"),3:R("08:30","17:30"),4:R("08:30","17:30"),5:R("08:30","17:30"),6:R("08:30","12:30"),0:C }), - address: "인천 강화군 강화읍 충렬사로 31 ", - phone: "032-290-0001", - zip: "23037", - }, - { - id: "196", - name: "인천적십자병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("08:30","17:30"),2:R("08:30","17:30"),3:R("08:30","17:30"),4:R("08:30","17:30"),5:R("08:30","17:30"),6:R("08:30","12:30"),0:C }), - address: "인천 연수구 원인재로 263 (연수동)", - phone: "032-899-4316", - zip: "21935", - }, - { - id: "197", - name: "박촌메디스의원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 계양구 장제로1009번길 1 (박촌동)", - phone: "032-547-1152", - zip: "21021", - }, - { - id: "198", - name: "연세나오미의원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천 남동구 백범로 338-1 (간석동)", - phone: "032-423-9100", - zip: "21510", - }, - { - id: "199", - name: "영종국제병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 중구 하늘별빛로65번길 7-9 1886-3 스카이타워 3층", - phone: "032-721-3000", - zip: "22397", - }, - { - id: "200", - name: "행복세란의원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), - address: "인천광역시 동구 송화로44번길 13-1 (송현동, 금학빌딩)", - phone: "032-777-7233", - zip: "22523", - }, - { - id: "201", - name: "청라스퀘어병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 서구 청라루비로 76 (청라동, 155-7번지)", - phone: "032-569-5692", - zip: "22761", - }, - { - id: "202", - name: "성모사랑병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 서구 길주로 91 (석남동)", - phone: "032-575-3200", - zip: "22789", - }, - { - id: "203", - name: "더드림병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 계양구 계양대로 123 (작전동)", - phone: "032-282-7575", - zip: "21045", - }, - { - id: "204", - name: "다나음한방병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 연수구 먼우금로222번길 13 (연수동)", - phone: "032-813-1070", - zip: "21927", - }, - { - id: "205", - name: "곧바로병원", - dept: "hospitalGeneral", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 미추홀구 인주대로 458 (주안동, 승현빌딩)", - phone: "070-4139-6150", - zip: "22228", - }, - { - id: "206", - name: "전병원", - dept: "종합 ", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","17:00"),3:R("09:00","17:00"),4:R("09:00","17:00"),5:R("09:00","17:00"),6:R("09:00","13:00"),0:R("09:00","18:00") }), - address: "인천 남동구 인주대로 845 전병원 (만수동)", - phone: "032-464-6181", - zip: "21540", - }, - { - id: "378", - name: "동아치과병원", - dept: "hospitaldent", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","20:00"),3:R("09:30","18:30"),4:R("09:30","20:00"),5:R("09:30","18:30"),6:R("09:30","16:00"),0:C }), - address: "인천 미추홀구 경인로 462 동아생명빌딩 3층 (주안동)", - phone: "032-427-7575", - zip: "22145", - }, - { - id: "379", - name: "남치과의원", - dept: "hospitaldent", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 동구 봉수대로 98 (송림동)", - phone: "032-576-2828", - zip: "22531", - }, - { - id: "380", - name: "디지털허브치과의원", - dept: "hospitaldent", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","20:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 미추홀구 미추홀대로 695 7,8층 (주안동, 인혜빌딩)", - phone: "032-875-7529", - zip: "22139", - }, - { - id: "381", - name: "안성모치과의원", - dept: "hospitaldent", - hours: makeHours({ 1:R("09:30","17:30"),2:R("09:30","17:30"),3:R("09:30","17:30"),4:R("09:30","17:30"),5:R("09:30","17:30"),6:R("09:30","14:30"),0:C }), - address: "인천 부평구 장제로 205 (부평동)", - phone: "032-517-2728", - zip: "21356", - }, - { - id: "382", - name: "노블리안치과의원", - dept: "hospitaldent", - hours: makeHours({ 1:R("09:30","19:00"),2:R("09:30","21:00"),3:R("09:30","19:00"),4:R("09:30","21:00"),5:R("09:30","19:00"),6:R("09:30","16:00"),0:C }), - address: "인천 남동구 논고개로 117 메트로타워401호 (논현동)", - phone: "032-424-2275", - zip: "21653", - }, - { - id: "383", - name: "젠치과의원", - dept: "hospitaldent", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 동구 송현로 9 (송현동)", - phone: "032-773-1269", - zip: "22549", - }, - { - id: "384", - name: "인천백치과의원", - dept: "hospitaldent", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","20:00"),3:R("09:00","18:00"),4:R("09:00","20:00"),5:R("09:00","18:00"),6:R("09:00","15:00"),0:C }), - address: "인천광역시 동구 샛골로210번길 9 (20-28 황금프라자 401-402호)", - phone: "032-777-9171", - zip: "22534", - }, - { - id: "385", - name: "세종치과의원", - dept: "hospitaldent", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:00"),0:C }), - address: "인천 남동구 호구포로 872 (구월동)", - phone: "032-465-8275", - zip: "21542", - }, - { - id: "386", - name: "라은치과의원", - dept: "hospitaldent", - hours: makeHours({ 1:R("10:00","18:30"),2:R("10:00","21:00"),3:R("10:00","18:30"),4:R("10:00","18:30"),5:R("10:00","18:30"),6:R("10:00","14:00"),0:C }), - address: "인천광역시 남동구 남동대로 879 (간석동)", - phone: "032-423-7528", - zip: "21550", - }, - { - id: "387", - name: "더라은치과의원", - dept: "hospitaldent", - hours: makeHours({ 1:R("09:30","19:00"),2:R("09:30","19:00"),3:R("09:30","19:00"),4:C,5:R("09:30","19:00"),6:R("09:30","14:00"),0:C }), - address: "인천 미추홀구 토금중로40번길 11 5층 (용현동)", - phone: "032-891-2875", - zip: "22186", - }, - { - id: "388", - name: "서울센트리얼치과병원", - dept: "hospitaldent", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","13:00"),0:C }), - address: "인천광역시 남동구 서창남순환로 222 (서창동, 센타프라자) 305호", - phone: "032-469-2879", - zip: "21617", - }, - { - id: "389", - name: "해피스치과의원", - dept: "hospitaldent", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","13:30"),0:C }), - address: "인천 부평구 부평대로 70 401호 (부평동)", - phone: "032-362-2896", - zip: "21390", - }, - { - id: "390", - name: "참조은박치과의원", - dept: "hospitaldent", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","13:30"),0:C }), - address: "인천광역시 서구 완정로 31 (마전동, 동아프라자) 302호", - phone: "032-561-2879", - zip: "22639", - }, - { - id: "391", - name: "한림치과의원", - dept: "hospitaldent", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천광역시 계양구 장제로 728 401,402호 (작전동)", - phone: "032-555-3336", - zip: "21079", - }, - { - id: "392", - name: "에센스치과의원", - dept: "hospitaldent", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","13:30"),0:C }), - address: "인천 부평구 경원대로 1402 (부평동, 프라자빌딩) 2,3층", - phone: "032-266-2828", - zip: "21404", - }, - { - id: "393", - name: "푸른치과", - dept: "hospitaldent", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","13:30"),0:C }), - address: "인천 부평구 세월천로 51 2층 (산곡동)", - phone: "032-515-8275", - zip: "21309", - }, - { - id: "394", - name: "비에스치과의원", - dept: "hospitaldent", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","13:30"),0:C }), - address: "인천 동구 샛골로 212 (송림동) 2,3층", - phone: "032-772-2870", - zip: "22534", - }, - { - id: "395", - name: "하얀이치과의원", - dept: "hospitaldent", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","13:30"),0:C }), - address: "인천 계양구 병방시장로 79 (병방동)", - phone: "032-556-2875", - zip: "21027", - }, - { - id: "396", - name: "열린치과의원", - dept: "hospitaldent", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","13:30"),0:C }), - address: "인천 부평구 무네미로 446 1층 (구산동, 근로복지공단 인천병원 본관동)", - phone: "032-555-2875", - zip: "21417", - }, - { - id: "397", - name: "최선치과의원", - dept: "hospitaldent", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","13:30"),0:C }), - address: "인천 부평구 원적로 290 산곡메디칼센터 302호 (산곡동)", - phone: "032-515-2875", - zip: "21371", - }, - { - id: "398", - name: "연수선치과의원", - dept: "hospitaldent", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","13:30"),0:C }), - address: "인천 연수구 용담로 153 205호 (연수동, 대동월드스포츠센터)", - phone: "032-821-7528", - zip: "21930", - }, - { - id: "207", - name: "성베드로한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","14:00"),0:C }), - address: "인천 계양구 장제로 785 (계산동)", - phone: "032-544-2200", - zip: "21082", - }, - { - id: "208", - name: "가천대학교부속 길 한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("08:30","17:00"),2:R("08:30","17:00"),3:R("08:30","17:00"),4:R("08:30","17:00"),5:R("08:30","17:00"),6:R("08:30","12:00"),0:C }), - address: "인천 중구 큰우물로 12 (용동)", - phone: "032-770-1203", - zip: "22318", - }, - { - id: "209", - name: "행복한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","16:00"),0:C }), - address: "인천 연수구 독배로 49 럭키빌딩 3층 301호 (옥련동)", - phone: "032-833-0040", - zip: "21957", - }, - { - id: "210", - name: "세종한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:00"),0:C }), - address: "인천광역시 남동구 호구포로872 (구월동)", - phone: "032-466-4975", - zip: "21542", - }, - { - id: "211", - name: "다나은 한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","17:00"),0:C }), - address: "인천 부평구 경인로999번길 1 (부평동, 다나은한방병원)", - phone: "032-523-1075", - zip: "21414", - }, - { - id: "212", - name: "힐링한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:R("09:00","13:00") }), - address: "인천 부평구 부흥로 283 2층 (부평동, 힐링한방병원)", - phone: "032-523-8275", - zip: "21359", - }, - { - id: "213", - name: "인천자생한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천광역시 남동구 예술로 126 (구월동, 링크126빌딩 4,5층)", - phone: "032-230-1009", - zip: "21574", - }, - { - id: "214", - name: "인천수한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 남동구 소래역로 50 (논현동, 토성프라자) 5층 1호,2호", - phone: "032-422-7582", - zip: "21673", - }, - { - id: "215", - name: "무루한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 미추홀구 주안로 116 4층 401,402호 (주안동, 주안리가스퀘어)", - phone: "032-465-1001", - zip: "22135", - }, - { - id: "216", - name: "더원한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), - address: "인천 미추홀구 경인로 402 (주안동, 2~4층)", - phone: "032-433-7575", - zip: "22148", - }, - { - id: "217", - name: "부평수한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 부평구 부흥로 329 로얄프라자3층 (부평동)", - phone: "032-503-8275", - zip: "21360", - }, - { - id: "218", - name: "인주한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 남동구 인주대로 670 (구월동) 101호,501호,502호,503호,602호", - phone: "032-1833-7887", - zip: "21578", - }, - { - id: "219", - name: "인천한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 미추홀구 석정로 6 (숭의동, 인천한방병원)", - phone: "032-554-7582", - zip: "22173", - }, - { - id: "220", - name: "보명한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 미추홀구 아암대로 91 (용현동)", - phone: "032-887-1079", - zip: "22186", - }, - { - id: "221", - name: "영종명가한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 중구 영종대로 94 6~8층 (운서동, 두림타워)", - phone: "032-666-8090", - zip: "22371", - }, - { - id: "222", - name: "검단스마일한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천광역시 서구 완정로 55 (마전동, 마전동빌딩) 2~5층", - phone: "032-569-8088", - zip: "22639", - }, - { - id: "223", - name: "참바른한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 미추홀구 미추홀대로 702 (주안동)", - phone: "032-441-1722", - zip: "22140", - }, - { - id: "224", - name: "찬누리한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 부평구 원적로 469 (부평동)", - phone: "032-511-1001", - zip: "21365", - }, - { - id: "225", - name: "기운찬 한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 남동구 인주대로 593 (구월동) 9~11층", - phone: "032-1833-3966", - zip: "21558", - }, - { - id: "226", - name: "인천탑한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 서구 청마로19번길 13 2층 (당하동)", - phone: "032-563-1075", - zip: "22675", - }, - { - id: "227", - name: "구월한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 남동구 호구포로 832 (구월동) 1,2,3층", - phone: "032-462-7575", - zip: "21542", - }, - { - id: "228", - name: "서인천한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 서구 염곡로464번길 7 6~8층(가정동, 성도메디피아)", - phone: "032-521-7582", - zip: "22883", - }, - { - id: "229", - name: "송도한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 연수구 하모니로 158 (송도동) 송도타임스페이스 A동 6층", - phone: "032-715-5151", - zip: "21998", - }, - { - id: "230", - name: "늘한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 남동구 서창방산로 55 4층 401호 (서창동, 서창비젼프라자)", - phone: "032-465-7510", - zip: "21617", - }, - { - id: "231", - name: "자양한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 연수구 신송로 154 4층(송도동, 더제니스)", - phone: "032-255-1000", - zip: "22001", - }, - { - id: "232", - name: "인정한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 서구 청라에메랄드로 99 504호(청라동, 지젤엠청라)", - phone: "032-466-7777", - zip: "22738", - }, - { - id: "233", - name: "우리한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 계양구 장제로 808 (계산동) 2층 201호 203호 6층 602호", - phone: "032-551-8088", - zip: "21060", - }, - { - id: "234", - name: "정강의료재단검단수한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 서구 완정로 147 (왕길동, 유영빌딩 3~10층, 12층)", - phone: "032-713-5300", - zip: "22636", - }, - { - id: "235", - name: "경희한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 계양구 새벌로 112 5층 (효성동, 마스터즈)", - phone: "032-548-1188", - zip: "21111", - }, - { - id: "236", - name: "청아한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 부평구 부평대로51번길 7 (부평동, 제이·원 부평메디피아)", - phone: "032-527-5999", - zip: "21388", - }, - { - id: "237", - name: "미르한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 부평구 장제로 153 4,5층 (부평동,부흥빌딩)", - phone: "032-501-7582", - zip: "21360", - }, - { - id: "238", - name: "정성한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 계양구 계양대로 94 1,3,5층(작전동,영화빌딩)", - phone: "032-556-5575", - zip: "21091", - }, - { - id: "239", - name: "토탈케어한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 연수구 청능대로 109 (연수동, 탑피온 10층 1001호, 11층 1호) 10,11층 1001,1호", - phone: "032-715-5667", - zip: "21927", - }, - { - id: "240", - name: "인천국제한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 남동구 석촌로 21 (간석동)", - phone: "032-428-7582", - zip: "21545", - }, - { - id: "241", - name: "세찬한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 남동구 석정로 518 (간석동) M타워 1층-4층", - phone: "032-716-6660", - zip: "21504", - }, - { - id: "242", - name: "스카이한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천광역시 중구 자연대로 47 (중산동, , 411~412, 507~509) 4층 5층", - phone: "032-752-1079", - zip: "22402", - }, - { - id: "243", - name: "이강한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 부평구 길주로 651 (삼산동)3,4,5층", - phone: "032-330-2011", - zip: "21344", - }, - { - id: "244", - name: "새론한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 남동구 논고개로 101 (논현동)4층401호.402호", - phone: "032-423-3650", - zip: "21679", - }, - { - id: "245", - name: "계양다나음한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 계양구 경명대로 1134 (계산동)", - phone: "032-544-7975", - zip: "21056", - }, - { - id: "246", - name: "명쾌한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 연수구 옥련동 204-1번지 외1필지 B01일부호,3층,4층,5층 전체", - phone: "032-719-3875", - zip: "21950", - }, - { - id: "247", - name: "청라S한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 서구 중봉대로586번길 9-4 6층 (청라동, 쓰리엠타워)", - phone: "032-719-8258", - zip: "22736", - }, - { - id: "248", - name: "치유한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 미추홀구 인주대로 442 (주안동)", - phone: "032-212-7676", - zip: "22228", - }, - { - id: "249", - name: "해오름한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 서구 원당대로 1039 (원당동, 태경타워) 5,6층", - phone: "032-932-7000", - zip: "22865", - }, - { - id: "250", - name: "인천더하다한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 남동구 서창방산로 55 (서창동) 4층", - phone: "032-1644-7889", - zip: "21617", - }, - { - id: "251", - name: "365엄지한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 미추홀구 한나루로 420 3,4층 (학익동, 학익동 월드타워)", - phone: "032-721-7773", - zip: "22219", - }, - { - id: "252", - name: "빅토리아 한방병원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천광역시 계양구 계산새로 71 (계산동) 하이베라스 C동 11층 C동 11층", - phone: "032-552-8050", - zip: "21060", - }, - { - id: "253", - name: "장 한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("10:00","19:00"),2:R("10:00","19:00"),3:R("10:00","19:00"),4:R("10:00","19:00"),5:R("10:00","19:00"),6:R("10:00","15:00"),0:C }), - address: "인천 남동구 호구포로 782 (구월동)", - phone: "032-466-2500", - zip: "21536", - }, - { - id: "254", - name: "학익 한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","16:00"),0:C }), - address: "인천 미추홀구 매소홀로 446 대성빌딩 2층 (학익동)", - phone: "032-875-9595", - zip: "22226", - }, - { - id: "255", - name: "김수철한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","19:00"),2:R("09:30","19:00"),3:R("09:30","19:00"),4:R("09:30","19:00"),5:R("09:30","19:00"),6:R("09:30","15:00"),0:C }), - address: "인천 계양구 주부토로 469 2층 (작전동)", - phone: "032-552-1075", - zip: "21087", - }, - { - id: "256", - name: "간석경희한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","19:00"),2:R("09:30","19:00"),3:R("09:30","19:00"),4:R("09:30","19:00"),5:R("09:30","19:00"),6:R("09:30","17:00"),0:C }), - address: "인천 남동구 호구포로 886 (간석동)", - phone: "032-465-1075", - zip: "21518", - }, - { - id: "257", - name: "해모수한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","20:00"),3:R("09:00","20:00"),4:R("09:00","19:00"),5:R("09:00","18:00"),6:R("09:00","14:00"),0:C }), - address: "인천광역시 부평구 배곶남로 13 (십정동) 1층", - phone: "032-423-8275", - zip: "21450", - }, - { - id: "258", - name: "박촌한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","21:00"),3:R("09:00","19:00"),4:R("08:00","21:00"),5:R("09:00","19:00"),6:R("09:00","16:30"),0:C }), - address: "인천 계양구 장제로1009번길 2 (박촌동)", - phone: "032-545-6695", - zip: "21021", - }, - { - id: "259", - name: "단아안 감초당 한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("10:00","20:00"),2:R("10:00","20:00"),3:R("10:00","20:00"),4:R("10:00","20:00"),5:R("10:00","20:00"),6:R("10:00","15:00"),0:R("10:00","15:00") }), - address: "인천 계양구 계산새로 71 (계산동) C동 204~206호(계산동, 하이베라스)", - phone: "032-551-7575", - zip: "21060", - }, - { - id: "260", - name: "약선당부부한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","20:00"),2:R("09:30","20:00"),3:R("09:30","20:00"),4:R("09:30","20:00"),5:R("09:30","20:00"),6:R("09:30","15:00"),0:R("09:30","15:00") }), - address: "인천광역시 연수구 먼우금로 190 (연수동) 203호", - phone: "032-233-1075", - zip: "21927", - }, - { - id: "261", - name: "하나로한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","16:00"),0:C }), - address: "인천 미추홀구 토금중로 13 2층 (용현동)", - phone: "032-885-2434", - zip: "22186", - }, - { - id: "262", - name: "용정한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","19:00"),0:C }), - address: "인천 강화군 강화읍 갑룡길 118 (용정부부한의원)", - phone: "032-933-4048", - zip: "23023", - }, - { - id: "263", - name: "광생한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","20:00"),2:R("09:30","19:00"),3:R("09:30","19:00"),4:R("09:30","20:00"),5:R("09:30","19:00"),6:R("09:30","16:00"),0:C }), - address: "인천광역시 남동구 장승남로 44 (만수동, 명진프라자 4층) 402호", - phone: "032-471-1075", - zip: "21596", - }, - { - id: "264", - name: "정기용한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","14:00"),0:C }), - address: "인천 연수구 앵고개로246번길 10 (동춘동, 대산프라자) 303호", - phone: "032-812-5252", - zip: "21972", - }, - { - id: "265", - name: "생명마루한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("10:00","20:00"),2:R("10:00","20:00"),3:R("10:00","20:00"),4:R("14:00","20:00"),5:R("10:00","20:00"),6:R("10:00","15:00"),0:C }), - address: "인천 남동구 인하로 497-5 (구월동, 푸른세상안과빌딩) 203호", - phone: "032-432-0307", - zip: "21574", - }, - { - id: "266", - name: "송림한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","14:00"),0:C }), - address: "인천 동구 송림로 96 (송림동) 503호", - phone: "032-762-3025", - zip: "22558", - }, - { - id: "267", - name: "경희삼성한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:00","20:00"),2:R("09:00","20:00"),3:R("09:00","20:00"),4:R("09:00","20:00"),5:R("09:00","20:00"),6:R("09:00","15:00"),0:R("09:00","15:00") }), - address: "인천광역시 부평구 경인로 948 (부평동, 유성메디칼빌딩) 6, 7층", - phone: "032-511-2231", - zip: "21424", - }, - { - id: "268", - name: "인천중앙한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("08:30","17:00"),2:R("08:30","17:00"),3:R("08:30","17:00"),4:R("08:30","17:00"),5:R("08:30","17:00"),6:R("08:30","12:30"),0:R("08:30","12:00") }), - address: "인천광역시 부평구 무네미로 446 (구산동, 근로복지공단 인천병원) 지하1층", - phone: "032-507-6954", - zip: "21417", - }, - { - id: "269", - name: "한음한방신경정신과한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","20:30"),3:R("09:30","18:30"),4:C,5:R("09:30","18:30"),6:R("09:30","16:30"),0:C }), - address: "인천 남동구 성말로 10 (구월동, 효명프라자) 401호", - phone: "032-421-8576", - zip: "21574", - }, - { - id: "270", - name: "미올한의원 부평점", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 부평구 부평문화로 55 5층 502-2호(부평동, 와이디타워)", - phone: "032-516-8275", - zip: "21388", - }, - { - id: "271", - name: "원당한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 서구 원당대로 859 (원당동, 원당메디칼프라자) 301호", - phone: "032-567-0175", - zip: "22647", - }, - { - id: "272", - name: "경희진한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 남동구 구월남로 172 정락빌딩 2층 (구월동)", - phone: "032-461-7582", - zip: "21565", - }, - { - id: "273", - name: "동화한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 서구 원적로 78 라이프상가 203호 (가좌동)", - phone: "032-577-1775", - zip: "22815", - }, - { - id: "274", - name: "푸른솔한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천광역시 미추홀구 아암대로29번길 47 (용현동) 2층", - phone: "032-882-8494", - zip: "22175", - }, - { - id: "275", - name: "루원365한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 서구 염곡로464번길 15 (가정동) 605~609호", - phone: "070-4550-4975", - zip: "22731", - }, - { - id: "276", - name: "화목한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 서구 가정로 388 4층 (가정동)", - phone: "032-568-7582", - zip: "22777", - }, - { - id: "277", - name: "365바로한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 서구 고래울로 4 3층(가좌동)", - phone: "032-715-7789", - zip: "22821", - }, - { - id: "278", - name: "세종한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 계양구 장제로 999 3층 (박촌동)", - phone: "032-501-8128", - zip: "21021", - }, - { - id: "279", - name: "솔빛한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 남동구 서창남순환로215번길 36 , 306~308호 (서창동)", - phone: "032-719-7910", - zip: "21614", - }, - { - id: "280", - name: "은생당한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천광역시 부평구 열우물로 67 (십정동, 새천년 월드타워) 2층", - phone: "032-422-1072", - zip: "21452", - }, - { - id: "281", - name: "아이누리한의원송도점", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 연수구 송도국제대로 157 (송도동, 오네스타) 4층 401,4호", - phone: "032-464-8575", - zip: "21984", - }, - { - id: "282", - name: "규림한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 서구 원당대로 660 3층 302호 (당하동, 영프라자)", - phone: "032-569-1075", - zip: "22677", - }, - { - id: "283", - name: "금송아지 한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 부평구 길주로 633 403호 (삼산동, 삼산메디캐슬)", - phone: "032-505-9275", - zip: "21344", - }, - { - id: "284", - name: "경희랜드마크한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천광역시 연수구 랜드마크로 68 (송도동, 랜드마크시티 센트럴더샵 상업시설) 2층", - phone: "032-814-7575", - zip: "22018", - }, - { - id: "285", - name: "안심한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천광역시 계양구 경명대로 1063 (계산동) 2층", - phone: "032-814-7510", - zip: "21040", - }, - { - id: "286", - name: "봄봄한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 미추홀구 주안로 226 113호 (주안동, 더월드스테이트 중심상가)", - phone: "032-710-0859", - zip: "22143", - }, - { - id: "287", - name: "스마일한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천광역시 연수구 앵고개로 260 (동춘동, 맘모스빌딩) 3층 304-313호", - phone: "032-822-7582", - zip: "21972", - }, - { - id: "288", - name: "365채움한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 서구 가정로 375 (신현동, 금강아미움) 202호", - phone: "nan", - zip: "22778", - }, - { - id: "289", - name: "경인한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 동구 화도진로 63 (화평동) 3,4,5층", - phone: "032-777-7588", - zip: "22519", - }, - { - id: "290", - name: "자연봄한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 미추홀구 인주대로 442-1 (주안동)", - phone: "032-426-9200", - zip: "22228", - }, - { - id: "291", - name: "주선한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 미추홀구 경원대로 743 (주안동) 3층,4층,5층", - phone: "032-425-4200", - zip: "22228", - }, - { - id: "292", - name: "자성한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천광역시 강화군 강화읍 중앙로 68 2층 203,207호", - phone: "032-719-8880", - zip: "23037", - }, - { - id: "293", - name: "서창숲한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 남동구 서창남로 81 3층 (서창동, 투엠프라자)", - phone: "032-710-7510", - zip: "21614", - }, - { - id: "294", - name: "성심한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천광역시 미추홀구 염창로42 (주안동, 강남메디컬타워)", - phone: "032-862-7524", - zip: "22127", - }, - { - id: "295", - name: "재이한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "서울 노원구 동일로 1345 (상계동) 3층 303호 304(상계동, 인천빌딩)호", - phone: "02-937-8875", - zip: "1767", - }, - { - id: "296", - name: "365송도경희한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천광역시 연수구 센트럴로 415 (송도동, 힐스테이트 송도 더테라스) S동250호,251호", - phone: "032-715-8575", - zip: "22020", - }, - { - id: "297", - name: "봄한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천광역시 연수구 독배로 42 (옥련동, 해창빌딩) 2층", - phone: "032-831-0500", - zip: "21949", - }, - { - id: "298", - name: "송도세명한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천광역시 연수구 인천타워대로54번길 15-5 (송도동, 북일프라자) 301호", - phone: "032-435-9700", - zip: "22000", - }, - { - id: "299", - name: "성제한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 미추홀구 한나루로 464 (주안동)", - phone: "032-873-1130", - zip: "22218", - }, - { - id: "300", - name: "해님달님한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 남동구 서창남순환로216번길 17 302호 (서창동, 스카이플러스)", - phone: "032-461-1110", - zip: "21617", - }, - { - id: "301", - name: "청린한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천광역시 서구 이음5로 34 (원당동, 제일프라자) 3층", - phone: "032-567-7510", - zip: "22866", - }, - { - id: "302", - name: "맑은숲한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 남동구 논고개로 80 (논현동, 나로프라자) 301호", - phone: "032-435-7711", - zip: "21667", - }, - { - id: "303", - name: "정원산책한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 남동구 장승남로 48 (만수동, 제우빌딩) 401호", - phone: "032-465-7511", - zip: "21596", - }, - { - id: "304", - name: "아레나한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 연수구 해돋이로151번길 4 304호 (송도동, 인피니티타워)", - phone: "032-721-7580", - zip: "22003", - }, - { - id: "305", - name: "동춘당한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 연수구 앵고개로264번길 10-1 2층 (동춘동)", - phone: "032-821-0070", - zip: "21972", - }, - { - id: "306", - name: "청원한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 남동구 백범로 123 3층 (만수동, 상지프라자)", - phone: "032-471-1030", - zip: "21539", - }, - { - id: "307", - name: "만수포레한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 남동구 만수서로 60 (만수동, 향촌 필러스프라자) 108호~111호", - phone: "032-464-7582", - zip: "21524", - }, - { - id: "308", - name: "경희명랑한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 부평구 원길로 34 (청천동, 중앙프라자) 404호", - phone: "032-521-1075", - zip: "21364", - }, - { - id: "309", - name: "화평한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 연수구 독배로40번길 11 601호 (옥련동, 효명프라자)", - phone: "032-851-8300", - zip: "21949", - }, - { - id: "310", - name: "경희자란한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 남동구 구월남로 280 (구월동) 2층(구월동,알파프라자)", - phone: "032-464-1688", - zip: "21536", - }, - { - id: "311", - name: "소통부부한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 연수구 신송로 164 (송도동, 아데니움플라자) 5층 501호", - phone: "032-858-3375", - zip: "22001", - }, - { - id: "312", - name: "심준보한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 남동구 남동대로 894 (간석동, 강남빌딩)", - phone: "032-442-1075", - zip: "21545", - }, - { - id: "313", - name: "광덕안정한의원 인천작전점", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), - address: "인천 계양구 계양대로 65 (작전동) 3층", - phone: "032-721-8075", - zip: "21110", - }, - { - id: "314", - name: "경희든든부부한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 남동구 앵고개로 928 (논현동, 디에이프라자) 203호,204호", - phone: "032-710-6290", - zip: "21673", - }, - { - id: "315", - name: "드림한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 남동구 만수서로 52 301호 (만수동, 쓰리제이프라자)", - phone: "032-464-1079", - zip: "21524", - }, - { - id: "316", - name: "청천한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 부평구 세월천로 34 대우프라자 303호 (청천동)", - phone: "032-507-3700", - zip: "21312", - }, - { - id: "317", - name: "단비한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 서구 청라한내로 90 601-609동 6층 (청라동, 엠케이뷰)", - phone: "032-561-1075", - zip: "22758", - }, - { - id: "318", - name: "다나음한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 서구 이음대로 392 4층 410호 (원당동, 메트로시티)", - phone: "032-569-7770", - zip: "22866", - }, - { - id: "319", - name: "나은내일한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 연수구 신송로 153 8층 (송도동, 더 마란츠타워)", - phone: "032-713-9252", - zip: "22002", - }, - { - id: "320", - name: "동의보감한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 연수구 청능대로 103 2층 202호 (연수동)", - phone: "032-815-9494", - zip: "21927", - }, - { - id: "321", - name: "더베스트한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 계양구 오조산공원로 26 (용종동, (주)골드프라자) 3층 301-305호", - phone: "032-546-4975", - zip: "21065", - }, - { - id: "322", - name: "해솜한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 남동구 경인로 520 (간석동) 3층 302호(간석동,탑프라자2)", - phone: "032-427-7533", - zip: "21552", - }, - { - id: "323", - name: "경희대남한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 계양구 용종로 14 (계산동, 은행마을 태평아파트) 상가동201호", - phone: "032-544-1075", - zip: "21071", - }, - { - id: "324", - name: "청구경희한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 남동구 청능대로 581 (논현동, 광성프라자) 301호", - phone: "032-423-1275", - zip: "21653", - }, - { - id: "325", - name: "영종한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 중구 하늘달빛로 94 (중산동, 스타타워) 403호", - phone: "032-751-1275", - zip: "22402", - }, - { - id: "326", - name: "도앤다한의원 하늘도시점", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 중구 영종대로 875 1217호 (중산동)", - phone: "032-719-8365", - zip: "22402", - }, - { - id: "327", - name: "검단약손한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천광역시 서구 서로3로 104 당하동, 신화디벨로퍼 301호", - phone: "032-710-6875", - zip: "22869", - }, - { - id: "328", - name: "365부평한의원", - dept: "hospitalKor", - hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), - address: "인천 부평구 시장로 53 (부평동)", - phone: "032-713-8678", - zip: "21391", - }, -]; \ No newline at end of file From 920debb774656c5bae75eece3beaedaca3881c18 Mon Sep 17 00:00:00 2001 From: yerroong Date: Tue, 25 Nov 2025 22:46:44 +0900 Subject: [PATCH 08/18] =?UTF-8?q?feat:=20=EB=B2=84=ED=8A=BC=20=EB=B0=8F=20?= =?UTF-8?q?=EC=95=84=EC=BD=94=EB=94=94=EC=96=B8=20=ED=85=8D=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=20=EC=9E=90=EB=8F=99=20=EC=A4=84=EB=B0=94=EA=BF=88=20?= =?UTF-8?q?=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/CasePage/CasePage.css | 62 +++++++++++++++++-- .../InfoSalaryPage/InfoSalaryPage.css | 40 ++++++------ 2 files changed, 75 insertions(+), 27 deletions(-) diff --git a/src/pages/CasePage/CasePage.css b/src/pages/CasePage/CasePage.css index 44ab5d2..10bc005 100644 --- a/src/pages/CasePage/CasePage.css +++ b/src/pages/CasePage/CasePage.css @@ -11,9 +11,39 @@ html, body, #root { min-height: 100%; } .case-fixed { margin-top: 14px; background: #fff; } /* Tabs */ -.case-tabs { margin: 14px 16px 0; display: flex; gap: 8px; } -.tab-btn { flex: 1; height: 34px; border-radius: 10px; border: 1px solid #DEDEDE; background: #fff; font-size: 12px; font-weight: 500; color: #2b2f3a; } -.tab-btn.is-active { background: #DEF0FF; color: #0C8CFF; border-color: #0C8CFF; } +.case-tabs { + margin: 14px 16px 0; + display: flex; + justify-content: center; + gap: 8px; + flex-wrap: nowrap; +} + +.tab-btn { + flex: 0 1 45%; + max-width: 45%; + padding: 6px 8px; + border-radius: 10px; + border: 1px solid #DEDEDE; + background: #fff; + font-size: 12px; + font-weight: 500; + color: #2b2f3a; + + display: flex; + align-items: center; + justify-content: center; + text-align: center; + word-break: break-word; + line-height: 1.2; +} + +.tab-btn.is-active { + background: #DEF0FF; + color: #0C8CFF; + border-color: #0C8CFF; +} + /* Filter area */ .case-filter-area { position: relative; margin: 16px 16px 0; display: inline-block; } @@ -68,9 +98,29 @@ html, body, #root { min-height: 100%; } .case-row .title { background: none; border: 0; padding: 0; text-align: left; cursor: pointer; color: #0C8CFF; font-weight: 700; font-size: 15px; line-height: 1; } /* Meta */ -.case-meta { display: flex; align-items: center; gap: 9px; margin-top: 9px; } -.approval { width: auto; height: 17px; border: 1px solid #767676; border-radius: 4px; display: inline-flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 500; color: #767676; padding: 0 8px; } -.tag { font-size: 13px; font-weight: 500; color: #000; } +.case-meta { display: flex; align-items: center; gap: 9px; margin-top: 9px; flex-wrap: wrap;} +.approval { + display: inline-flex; + align-items: center; + justify-content: center; + border: 1px solid #767676; + border-radius: 4px; + padding: 4px 8px; + font-size: 10px; + font-weight: 500; + color: #767676; + height: auto; + min-height: 17px; + line-height: 1.2; + word-break: break-word; +} + +.tag { + font-size: 13px; + font-weight: 500; + color: #000; + line-height: 1.2; +} /* Filter arrow (inline SVG) */ .arrow-icon { diff --git a/src/pages/InfoPage/InfoSalaryPage/InfoSalaryPage.css b/src/pages/InfoPage/InfoSalaryPage/InfoSalaryPage.css index 8b86508..561bac5 100644 --- a/src/pages/InfoPage/InfoSalaryPage/InfoSalaryPage.css +++ b/src/pages/InfoPage/InfoSalaryPage/InfoSalaryPage.css @@ -60,57 +60,55 @@ /* 트리거 박스 */ .acc-trigger { width: var(--box-w); - height: var(--box-h); + min-height: var(--box-h); background: var(--box-bg); border: 0; border-radius: 3px; cursor: pointer; position: relative; - display: block; - - text-align: left; + display: flex; + align-items: center; + justify-content: flex-start; + padding: 0 var(--icon-right); + box-sizing: border-box; } /* 트리거 라벨 */ .acc-trigger__label { - position: absolute; - left: var(--label-pad-left); - top: 50%; - transform: translateY(-50%); - + flex: 1; + text-align: left; + white-space: normal; + word-break: break-word; + overflow-wrap: break-word; font-size: 16px; font-weight: 600; color: #2f3747; - white-space: nowrap; } +/* 화살표 아이콘 */ .acc-trigger__icon { position: absolute; right: var(--icon-right); top: 50%; - width: 11px; transform: translateY(-50%); - pointer-events: none; + width: 11px; + height: auto; } -/* 펼쳐지는 내용 */ +/* 펼쳐지는 패널 */ .acc-panel { - width: var(--box-w); - margin-top: var(--box-gap); + width: 100%; + margin-top: var(--box-gap); margin-bottom: var(--box-gap); font-size: var(--content-font); font-weight: 400; line-height: 1.6; color: #3a4152; - word-break: keep-all; - padding-left: 5px; - - word-break: break-all; /* 단어 중간이라도 줄바꿈 허용 */ - overflow-wrap: anywhere; /* 긴 단어도 줄바꿈 허용 */ + word-break: break-word; + overflow-wrap: break-word; padding-left: 5px; } - /* details 내부 summary 기본 스타일 보완 */ .acc-panel details { margin-top: 10px; From 440855deb6c7257b83e47ca9d5c889c7b92d56c2 Mon Sep 17 00:00:00 2001 From: yerroong Date: Tue, 25 Nov 2025 23:10:20 +0900 Subject: [PATCH 09/18] =?UTF-8?q?fix:=20=EA=B8=80=EC=9E=90=20=ED=81=AC?= =?UTF-8?q?=EA=B8=B0=EC=97=90=20=EB=94=B0=EB=9D=BC=20=ED=95=84=ED=84=B0=20?= =?UTF-8?q?=EB=B2=84=ED=8A=BC(chip)=20=EB=86=92=EC=9D=B4=20=EC=9E=90?= =?UTF-8?q?=EB=8F=99=20=EC=A1=B0=EC=A0=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/CasePage/CasePage.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pages/CasePage/CasePage.css b/src/pages/CasePage/CasePage.css index 10bc005..5da1f8b 100644 --- a/src/pages/CasePage/CasePage.css +++ b/src/pages/CasePage/CasePage.css @@ -20,9 +20,9 @@ html, body, #root { min-height: 100%; } } .tab-btn { - flex: 0 1 45%; - max-width: 45%; - padding: 6px 8px; + flex: 1 1 auto; /* 폭 자동 확장 가능 */ + min-width: 80px; /* 최소 폭 */ + padding: 6px 10px; border-radius: 10px; border: 1px solid #DEDEDE; background: #fff; @@ -31,10 +31,10 @@ html, body, #root { min-height: 100%; } color: #2b2f3a; display: flex; - align-items: center; - justify-content: center; - text-align: center; - word-break: break-word; + align-items: center; + justify-content: center; + text-align: center; + word-break: break-word; /* 글자가 길면 줄바꿈 */ line-height: 1.2; } From cebe70c0d87e332aa53b2edb92309f75b812e1bb Mon Sep 17 00:00:00 2001 From: yerroong Date: Tue, 25 Nov 2025 23:11:14 +0900 Subject: [PATCH 10/18] =?UTF-8?q?fix:=20=ED=83=AD=20=EB=B2=84=ED=8A=BC=20?= =?UTF-8?q?=ED=8F=AD=20=EC=9E=90=EB=8F=99=20=ED=99=95=EC=9E=A5=20=EB=B0=8F?= =?UTF-8?q?=20=EA=B8=80=EC=9E=90=20=EC=A4=84=EB=B0=94=EA=BF=88=20=EC=A0=81?= =?UTF-8?q?=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ListPage/ListPage.css | 204 ++ src/pages/ListPage/ListPage.tsx | 308 +++ src/pages/ListPage/hospitals.ts | 3604 +++++++++++++++++++++++++++++++ 3 files changed, 4116 insertions(+) create mode 100644 src/pages/ListPage/ListPage.css create mode 100644 src/pages/ListPage/ListPage.tsx create mode 100644 src/pages/ListPage/hospitals.ts diff --git a/src/pages/ListPage/ListPage.css b/src/pages/ListPage/ListPage.css new file mode 100644 index 0000000..c5b6d45 --- /dev/null +++ b/src/pages/ListPage/ListPage.css @@ -0,0 +1,204 @@ +.list-page { + background: #ffffff; + min-height: 100vh; + display: flex; + flex-direction: column; +} + +/* 🔍 검색창 */ +.loc-searchbar { + padding: 10px 16px; + background: #fff; + border-bottom: 1px solid #dedede; +} +.loc-searchbar_input { + width: 100%; + padding: 10px 14px; + border: 1px solid #dedede; + border-radius: 12px; + font-size: 14px; + background: #f9f9f9; + outline: none; +} +.loc-searchbar_input:focus { + border-color: #0c8cff; + background: #fff; +} + +/* === 필터 바 === */ +.loc-filterbar.in-sheet { + display: flex; + flex-wrap: wrap; /* 줄바꿈 허용 */ + gap: 12px; /* 버튼 간격 */ + padding-top: 20px; + padding-left: 25px; + padding-right: 25px; +} + +/* 버튼 */ +.chip, +.region-chip, +.dept-chip, +.hours-chip { + display: inline-flex; + align-items: center; + justify-content: center; + flex-shrink: 0; + white-space: normal; + text-align: center; + padding: 8px 12px; + border-radius: 40px; + border: 1px solid #dedede; + font-size: 13px; + cursor: pointer; + background: #fff; + min-width: 80px; + line-height: 1.2; +} + +.region-chip, +.dept-chip, +.hours-chip { + margin-left: 10px; + line-height: 16px; +} + +.chip--active { + background: #def0ff; + color: #0c8cff; + border-color: #0c8cff; +} + +.chip--dropdown { + display: inline-flex; + align-items: center; + gap: 6px; +} + +.arrow-icon { + width: 8px; + height: 8px; + transition: transform 0.2s ease; +} + +.arrow-icon.rotated { + transform: rotate(180deg); +} + +/* === 옵션 그리드 === */ +.region-grid, +.dept-grid, +.hours-filter { + background: #fff; + padding: 12px 16px; + display: flex; + flex-wrap: wrap; + gap: 8px; + border-bottom: 1px solid #dedede; +} + +.region-chip, +.dept-chip, +.hours-chip { + padding: 8px 14px; + border: 1px solid #dedede; + border-radius: 16px; + font-size: 13px; + background: #f9f9f9; + cursor: pointer; + color: #333; + margin-left: 10px; + height: 30px; + line-height: 16px; +} + +.region-chip.on, +.dept-chip.on, +.hours-chip.on { + background: #0c8cff; + color: #fff; + border-color: #0c8cff; +} + +/* === 병원 카드 === */ +.hospital-list { + padding: 20px 16px; + flex: 1; + overflow-y: auto; +} + +.hospital-card { + width: 346px; + background: #fff; + border: 1px solid #dedede; + border-radius: 12px; + padding: 15px; + margin: 0 auto 15px auto; + box-sizing: border-box; + box-shadow: none; + cursor: pointer; + transition: all 0.2s ease; + display: flex; + flex-direction: column; +} + +.hospital-card:hover { + transform: translateY(-2px); +} + +.hospital-header { + display: flex; + justify-content: space-between; + align-items: center; +} + +.hospital-name { + font-weight: 700; + font-size: 15px; + color: #0c8cff; +} + +.hospital-dept { + color: #8c8c8c; + font-size: 14px; +} + +.hospital-info { + font-size: 13px; + color: #555; + line-height: 1.3; + margin-top: 1px; +} + +.phone { + margin-top: 3px; + font-weight: 500; +} + +.link-icon img { + width: 16px; + height: 16px; +} + +/* 영업 상태 색상 표시 */ +.status-open { + color: #16a34a; + font-weight: 600; +} + +.status-closed { + color: #dc2626; + font-weight: 600; +} + +/* 결과 없을 때 */ +.no-result { + text-align: center; + color: #888; + font-size: 14px; + padding: 40px 0; +} + +.hospital-info > div:nth-child(2) { + margin-top: 3px; /* 주소 위쪽 여백 */ +} \ No newline at end of file diff --git a/src/pages/ListPage/ListPage.tsx b/src/pages/ListPage/ListPage.tsx new file mode 100644 index 0000000..46d2320 --- /dev/null +++ b/src/pages/ListPage/ListPage.tsx @@ -0,0 +1,308 @@ +import { useState, useMemo } from "react"; +import Header from "../../components/Header/Header"; +import BottomBar from "../../components/BottomBar/BottomBar"; +import { HOSPITALS } from "./hospitals"; +import { useLocalization, type LocalizationKey } from "../../contexts/LocalizationContext"; +import "./ListPage.css"; + +// 요일별 영업시간 텍스트 생성 +function getWeeklyHoursText(hours: any, t: (key: LocalizationKey) => string): string { + if (!hours || !hours.byDay) return `(${t("noInfo")})`; + + const texts: string[] = []; + const sat = hours.byDay[6]; + const sun = hours.byDay[0]; + + // 토요일이 존재하고 18시 이전 종료 시 + if (sat) { + const cH = Number(sat.close.split(":")[0]); + if (cH < 18) texts.push(`${t("hospitalSaturday")} ${sat.close} ${t("hospitalEnd")}`); + } + + // 일요일 체크 + if (!sun) { + texts.push(t("hospitalEndSunday")); + } else { + const cH = Number(sat.close.split(":")[0]); + if (cH < 18) texts.push(`일요일 ${sun.close} ${t("hospitalEnd")}`); + } + + // 위 조건에 해당 없으면 오늘 기준 표시 + if (texts.length === 0) { + const today = new Date().getDay(); + const todayH = hours.byDay[today]; + if (!todayH) texts.push(`(${t("closed")})`); + else texts.push(`(${todayH.open}-${todayH.close})`); + } + + return texts.join(", "); +} + +// 현재 영업중 여부 판단 +function isOpenNow(hours: any): boolean { + if (!hours || !hours.byDay) return false; + + const now = new Date(); + const day = now.getDay(); + const todayHours = hours.byDay[day]; + + // 휴무(C 또는 null) + if (!todayHours) return false; + + const [oH, oM] = todayHours.open.split(":").map(Number); + const [cH, cM] = todayHours.close.split(":").map(Number); + const openMin = oH * 60 + oM; + const closeMin = cH * 60 + cM; + const currentMinutes = now.getHours() * 60 + now.getMinutes(); + + return currentMinutes >= openMin && currentMinutes < closeMin; +} + +// 오늘 요일 영업시간 텍스트 +function getTodayHours(hours: any, t: (key: LocalizationKey) => string): string { + if (!hours || !hours.byDay) return `(${t("noInfo")})`; + const day = new Date().getDay(); + const todayHours = hours.byDay[day]; + if (!todayHours) return `(${t("closed")})`; + return `(${todayHours.open}-${todayHours.close})`; +} + +export default function ListPage() { + const { t } = useLocalization(); + const [selectedId, setSelectedId] = useState(null); + const [mode, setMode] = useState<"list" | "region" | "dept" | "hours">("list"); + + const [regionFilter, setRegionFilter] = useState(null); + const [deptFilter, setDeptFilter] = useState(null); + const [hoursFilter, setHoursFilter] = useState<"open" | "closed" | null>(null); + + const [keyword, setKeyword] = useState(""); + const [showSearch, setShowSearch] = useState(false); + + const regionChipText = regionFilter || t("hospitalGu"); + const deptChipText = deptFilter ? t(deptFilter as LocalizationKey) : t("hospitalSubject"); + const hoursChipText = hoursFilter + ? hoursFilter === "open" + ? t("hospitalWork") + : t("hospitalWorkEnd") + : t("hospitalWorkTime"); + + const isRegionActive = !!regionFilter; + const isDeptActive = !!deptFilter; + const isHoursActive = !!hoursFilter; + + // === 필터링 로직 === + const filteredHospitals = useMemo(() => { + return HOSPITALS.filter((h) => { + let ok = true; + if (regionFilter && !h.address.includes(regionFilter)) ok = false; + if (deptFilter && !h.dept.includes(deptFilter)) ok = false; + if (hoursFilter === "open" && !isOpenNow(h.hours)) ok = false; + if (hoursFilter === "closed" && isOpenNow(h.hours)) ok = false; + if (keyword && !(h.name.includes(keyword) || h.address.includes(keyword))) ok = false; + return ok; + }); + }, [regionFilter, deptFilter, hoursFilter, keyword]); + + return ( +
+
setShowSearch((p) => !p)} + /> + + {/* 🔍 검색창 */} + {showSearch && ( +
+ setKeyword(e.target.value)} + /> +
+ )} + + {/* 필터바 */} +
+ + + + + +
+ + {/* 자치구 선택 */} + {mode === "region" && ( +
+ {[ + { key: "중구", label: "hospitalJung" }, + { key: "미추홀구", label: "hospitalMichuhol" }, + { key: "부평구", label: "hospitalBupyeong" }, + { key: "남동구", label: "hospitalNamdong" }, + { key: "연수구", label: "hospitalYeonsu" }, + { key: "서구", label: "hospitalSeo" }, + { key: "계양구", label: "hospitalGyeyang" }, + ].map(({ key, label }) => ( + + ))} +
+ )} + + {/* 진료과목 선택 */} + {mode === "dept" && ( +
+ {[ + "hospitalInner", + "hospitalOr", + "hospitaExer", + "hospitalPsy", + "hospitaldent", + "hospitalKor", + "hospitlNursing", + "hospitlSpecial", + "hospitalGeneral", + "hospitalClinic", + "hospitalEtc", + ].map((d) => ( + + ))} +
+ )} + + {/* 영업시간 선택 */} + {mode === "hours" && ( +
+ + +
+ )} + + {/* 병원 리스트 */} +
+ {filteredHospitals.length > 0 ? ( + filteredHospitals.map((h) => { + const isSelected = selectedId === h.id; + const open = isOpenNow(h.hours); + const todayHours = getTodayHours(h.hours, t); + + return ( +
setSelectedId(h.id)} + > +
+ {h.name} + + link + +
+ +
{t(h.dept as LocalizationKey)}
+
+
+ + {open ? t("hospitalWork") : t("hospitalWorkEnd")} + +  {todayHours} / {getWeeklyHoursText(h.hours, t)} +
+
{h.address}
+
☎ {h.phone}
+
+
+ ); + }) + ) : ( +
{t("nocase")}
+ )} +
+ + +
+ ); +} diff --git a/src/pages/ListPage/hospitals.ts b/src/pages/ListPage/hospitals.ts new file mode 100644 index 0000000..40a943f --- /dev/null +++ b/src/pages/ListPage/hospitals.ts @@ -0,0 +1,3604 @@ +// 요일: 0=일, 1=월, 2=화, 3=수, 4=목, 5=금, 6=토 +export type Day = 0 | 1 | 2 | 3 | 4 | 5 | 6; +export type DailyHour = { open: string; close: string } | null; +export type Hours = { byDay: Partial> }; + +export type Hospital = { + id: string; + name: string; + dept: string; // localization key + address: string; + phone: string; + zip: string; + hours: Hours; +}; + +// helpers +const R = (open: string, close: string): DailyHour => ({ open, close }); +const C: DailyHour = null; +const makeHours = (spec: Partial>): Hours => ({ byDay: spec }); + +export const HOSPITALS: Hospital[] = [ + { + id: "329", + name: "해피비뇨의학과의원", + dept: "hospitalEtc", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 계양구 봉오대로 657 (작전동)", + phone: "032-553-0777", + zip: "21047", + }, + { + id: "330", + name: "아인병원", + dept: "hospitalEtc", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 미추홀구 경인로 372 201동 (주안동, 포레나 미추홀)", + phone: "032-247-2000", + zip: "22148", + }, + { + id: "331", + name: "인천영상진단센터", + dept: "hospitalEtc", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","14:00"),0:C }), + address: "인천 남동구 인주대로623번길 63 (구월동)", + phone: "032-435-4090", + zip: "21556", + }, + { + id: "18", + name: "굿모닝가정의학과의원", + dept: "hospitalInner", + hours: makeHours({ 1:R("09:00","18:40"),2:R("09:00","18:40"),3:R("09:00","18:40"),4:R("09:00","18:40"),5:R("09:00","18:40"),6:R("09:00","13:00"),0:C }), + address: "인천 미추홀구 석정로 327 (도화동)", + phone: "032-866-7533", + zip: "22116", + }, + { + id: "1", + name: "인천제일의원", + dept: "hospitalInner", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","13:00"),0:C }), + address: "인천 부평구 일신로 8 (일신동)", + phone: "032-502-6002", + zip: "21419", + }, + { + id: "2", + name: "효성성모의원", + dept: "hospitalInner", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 계양구 마장로 549 (효성동)", + phone: "032-553-9991", + zip: "21104", + }, + { + id: "3", + name: "고려메디칼의원", + dept: "hospitalInner", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","13:00"),0:C }), + address: "인천 미추홀구 인하로 213 (주안동)", + phone: "032-876-5628", + zip: "22213", + }, + { + id: "4", + name: "인하의원", + dept: "hospitalInner", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","13:00"),0:C }), + address: "인천 남동구 인주대로 773 (구월동)", + phone: "032-468-7111", + zip: "21536", + }, + { + id: "5", + name: "서울메디컬의원", + dept: "hospitalInner", + hours: makeHours({ 1:R("09:30","18:00"),2:R("09:30","18:00"),3:R("09:30","18:00"),4:R("09:30","18:00"),5:R("09:30","18:00"),6:R("09:30","13:00"),0:C }), + address: "인천 계양구 계양대로 188 (계산동)", + phone: "032-556-8274", + zip: "21053", + }, + { + id: "6", + name: "연세삼성의원", + dept: "hospitalInner", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 부평구 원적로 311 (산곡동)", + phone: "032-521-8275", + zip: "21369", + }, + { + id: "7", + name: "삼성의원", + dept: "hospitalInner", + hours: makeHours({ 1:R("08:30","18:00"),2:R("08:30","18:00"),3:R("08:30","18:00"),4:R("08:30","18:00"),5:R("08:30","18:00"),6:R("08:30","15:00"),0:C }), + address: "인천 부평구 주부토로 112 (부평동)", + phone: "032-523-0093", + zip: "21355", + }, + { + id: "8", + name: "인천참사랑병원", + dept: "hospitalInner", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 서구 원창로240번길 9 (가정동)", + phone: "032-571-9111", + zip: "22783", + }, + { + id: "9", + name: "인천바오로병원", + dept: "hospitalInner", + hours: makeHours({ 1:R("09:30","18:00"),2:C,3:R("09:30","18:00"),4:R("09:30","18:00"),5:R("09:30","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 부평구 장제로 145 302호 (부평동)", + phone: "032-525-7080", + zip: "21360", + }, + { + id: "10", + name: "모아메디컬의원", + dept: "hospitalInner", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 미추홀구 인주대로 191 (용현동)", + phone: "032-876-3114", + zip: "22180", + }, + { + id: "11", + name: "모두병원", + dept: "hospitalInner", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","13:00"),0:C }), + address: "인천 남동구 논고개로 88 (논현동)", + phone: "032-430-0904", + zip: "21667", + }, + { + id: "12", + name: "에이스가정의원", + dept: "hospitalInner", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:00"),0:C }), + address: "인천 부평구 마장로242번길 5 (산곡동)", + phone: "032-507-2140", + zip: "21376", + }, + { + id: "13", + name: "영종삼성의원", + dept: "hospitalInner", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:30"),0:C }), + address: "인천광역시 중구 영종대로100 (운서동, 신성하우스빌5층,502호,503호)", + phone: "032-752-8275", + zip: "22371", + }, + { + id: "14", + name: "서창행복내과", + dept: "hospitalInner", + hours: makeHours({ 1:R("09:30","17:00"),2:R("09:30","17:00"),3:R("09:30","17:00"),4:R("09:30","12:00"),5:R("09:30","17:00"),6:R("09:30","12:00"),0:C }), + address: "인천 남동구 서창남순환로215번길 35 (서창동, 승민프라자) 502호", + phone: "032-710-7273", + zip: "21614", + }, + { + id: "15", + name: "동수성모의원", + dept: "hospitalInner", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 부평구 안남로 5 (부평동) 2,3,4,,8층", + phone: "032-518-5511", + zip: "21410", + }, + { + id: "16", + name: "서울100세의원", + dept: "hospitalInner", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 동구 송림로 80 (송림동, 송림센트럴타워) 2,3층", + phone: "032-772-1002", + zip: "22556", + }, + { + id: "17", + name: "한마음병원", + dept: "hospitalInner", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 계양구 계양대로 51 (작전동)", + phone: "032-553-0071", + zip: "21110", + }, + { + id: "19", + name: "인천제일의원", + dept: "hospitalInner", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","14:30"),0:C }), + address: "인천 미추홀구 경인로 32 (숭의동)", + phone: "032-883-6556", + zip: "22169", + }, + { + id: "20", + name: "누가의원", + dept: "hospitalInner", + hours: makeHours({ 1:R("09:00","18:30"),2:R("09:00","18:30"),3:C,4:R("09:00","18:30"),5:R("09:00","18:30"),6:R("09:00","13:00"),0:C }), + address: "인천 부평구 후정동로 21 2층 (삼산동)", + phone: "032-362-7582", + zip: "21318", + }, + { + id: "21", + name: "공감마취통증의학과", + dept: "hospitlSpecial", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 서구 완정로 172 (마전동) 3층 301, 302호", + phone: "032-710-7588", + zip: "22617", + }, + { + id: "22", + name: "수앤수성형외과의원", + dept: "hospitlSpecial", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 남동구 논고개로123번길 17 508-511호,513 (논현동)", + phone: "032-439-9119", + zip: "21653", + }, + { + id: "23", + name: "두리신경외과의원", + dept: "hospitlSpecial", + hours: makeHours({ 1:R("09:00","17:30"),2:R("09:00","17:30"),3:R("09:00","17:30"),4:R("09:00","17:30"),5:R("09:00","17:30"),6:R("09:30","13:00"),0:C }), + address: "인천 미추홀구 인하로 301 (주안동)", + phone: "032-438-6313", + zip: "22227", + }, + { + id: "24", + name: "김성철신경외과의원", + dept: "hospitlSpecial", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","14:00"),0:C }), + address: "인천 서구 가정로 287 (석남동)", + phone: "032-583-7582", + zip: "22785", + }, + { + id: "25", + name: "부평정형외과 신경외과의원", + dept: "hospitlSpecial", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 부평구 부평대로 66 (부평동)", + phone: "032-523-3787", + zip: "21390", + }, + { + id: "26", + name: "안창호신경외과의원", + dept: "hospitlSpecial", + hours: makeHours({ 1:R("09:00","19:30"),2:R("09:00","19:30"),3:R("09:00","19:30"),4:R("09:00","19:30"),5:R("09:00","19:30"),6:R("09:00","14:30"),0:C }), + address: "인천 계양구 경명대로 1138 (계산동)", + phone: "032-546-6870", + zip: "21056", + }, + { + id: "27", + name: "강화신경외과의원", + dept: "hospitlSpecial", + hours: makeHours({ 1:R("08:30","18:30"),2:R("08:30","18:30"),3:R("08:30","18:30"),4:R("08:30","18:30"),5:R("08:30","18:30"),6:R("08:30","16:00"),0:C }), + address: "인천 강화군 강화읍 중앙로 45 (강화신경외과)", + phone: "032-934-2774", + zip: "23037", + }, + { + id: "28", + name: "장수찬신경외과", + dept: "hospitlSpecial", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:00"),0:C }), + address: "인천 남동구 성말로13번길 15 3층 302호 (구월동)", + phone: "032-424-3114", + zip: "21573", + }, + { + id: "29", + name: "바른신경외과의원", + dept: "hospitlSpecial", + hours: makeHours({ 1:R("08:30","19:00"),2:R("08:30","19:00"),3:R("08:30","19:00"),4:R("08:30","14:00"),5:R("08:30","19:00"),6:R("08:30","14:00"),0:C }), + address: "인천 부평구 평천로 402 2,3,4층 (삼산동)", + phone: "032-523-7585", + zip: "21323", + }, + { + id: "30", + name: "홍도신경외과의원", + dept: "hospitlSpecial", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","13:00"),5:R("09:30","18:30"),6:R("09:30","13:00"),0:C }), + address: "인천 계양구 계양대로 55 (작전동)", + phone: "032-546-2000", + zip: "21110", + }, + { + id: "31", + name: "도화신경외과의원", + dept: "hospitlSpecial", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:00"),0:C }), + address: "인천 미추홀구 숙골로 59 (도화동, 지하1층,1층,3층,4층)", + phone: "032-888-4975", + zip: "22102", + }, + { + id: "32", + name: "김진욱신경외과", + dept: "hospitlSpecial", + hours: makeHours({ 1:R("08:30","19:00"),2:R("08:30","19:00"),3:R("08:30","19:00"),4:R("08:30","19:00"),5:R("08:30","19:00"),6:R("08:30","14:00"),0:C }), + address: "인천 연수구 독배로40번길 43 (옥련동, 신송빌딩)", + phone: "032-831-7800", + zip: "21949", + }, + { + id: "33", + name: "구월신경외과의원", + dept: "hospitlSpecial", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 남동구 남동대로 731 (구월동)", + phone: "032-437-3116", + zip: "21572", + }, + { + id: "34", + name: "부평닥터스신경외과의원", + dept: "hospitlSpecial", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 부평구 부흥로 351 2층 (부평동)", + phone: "032-506-3330", + zip: "21353", + }, + { + id: "35", + name: "학익바른신경외과의원", + dept: "hospitlSpecial", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 미추홀구 매소홀로 466 2,3층 (학익동)", + phone: "032-719-8507", + zip: "22223", + }, + { + id: "36", + name: "남동성모외과의원", + dept: "hospitlSpecial", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","13:00"),0:C }), + address: "인천 남동구 호구포로 788-16 (구월동)", + phone: "032-465-6342", + zip: "21534", + }, + { + id: "332", + name: "인천연합의원", + dept: "hospitlSpecial", + hours: makeHours({ 1:R("09:10","22:00"),2:R("09:10","22:00"),3:R("09:10","22:00"),4:R("09:10","22:00"),5:R("09:10","22:00"),6:C,0:C }), + address: "인천 서구 염곡로 329 (신현동)", + phone: "032-574-4843", + zip: "22781", + }, + { + id: "333", + name: "부개성누가의원", + dept: "hospitlSpecial", + hours: makeHours({ 1:R("09:00","18:30"),2:R("09:00","18:30"),3:R("09:00","18:30"),4:R("09:00","18:30"),5:R("09:00","18:30"),6:R("09:00","14:00"),0:C }), + address: "인천 부평구 길주남로 158 3층 (부개동)", + phone: "032-361-7772", + zip: "21348", + }, + { + id: "334", + name: "파티마의원", + dept: "hospitlSpecial", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("14:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:00"),0:C }), + address: "인천 남동구 만수로 7 (만수동)", + phone: "032-471-9944", + zip: "21524", + }, + { + id: "335", + name: "서울외과의원", + dept: "hospitlSpecial", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","14:00"),0:C }), + address: "인천 중구 운남로 169 2층 (운남동)", + phone: "032-746-7582", + zip: "22372", + }, + { + id: "336", + name: "우리외과", + dept: "hospitlSpecial", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("08:30","13:00"),0:C }), + address: "인천 연수구 먼우금로 194 304호 (연수동)", + phone: "032-814-9393", + zip: "21927", + }, + { + id: "337", + name: "부평정진의원", + dept: "hospitlSpecial", + hours: makeHours({ 1:R("09:00","18:30"),2:R("09:00","18:30"),3:R("09:00","18:30"),4:R("09:00","18:30"),5:R("09:00","18:30"),6:R("09:00","13:00"),0:C }), + address: "인천 부평구 마장로 383 (산곡동)", + phone: "032-506-5010", + zip: "21309", + }, + { + id: "338", + name: "두리가자의원", + dept: "hospitlSpecial", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:00"),0:C }), + address: "인천 서구 가정로 123 (가좌동)", + phone: "032-574-7500", + zip: "22835", + }, + { + id: "339", + name: "찬솔외과", + dept: "hospitlSpecial", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 남동구 논고개로 85 5층 503~505호 (논현동)", + phone: "032-715-8102", + zip: "21679", + }, + { + id: "340", + name: "정담외과의원", + dept: "hospitlSpecial", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천광역시 남동구 구월남로 153 (구월동, W 타워) 3층, 4층", + phone: "032-429-8553", + zip: "21555", + }, + { + id: "37", + name: "성모외과의원", + dept: "hospitlSpecial", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:30","13:30"),0:C }), + address: "인천 미추홀구 석정로 387 (주안동)", + phone: "032-866-9076", + zip: "22126", + }, + { + id: "38", + name: "새안의원", + dept: "hospitlSpecial", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:30","13:30"),0:C }), + address: "인천 미추홀구 인주대로 332 202, 203호 (주안동)", + phone: "032-864-1160", + zip: "22214", + }, + { + id: "39", + name: "이상권정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:30"),2:R("09:00","18:30"),3:R("09:00","18:30"),4:R("09:00","18:30"),5:R("09:00","18:30"),6:R("09:00","13:00"),0:C }), + address: "인천 남동구 백범로 374 (간석동, (간석동, 이상권정형외과의원))", + phone: "032-424-0061", + zip: "21510", + }, + { + id: "40", + name: "연세정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","13:00"),0:C }), + address: "인천 연수구 비류대로 194 (옥련동)", + phone: "032-834-7000", + zip: "21954", + }, + { + id: "41", + name: "서울정형외과의원(연수동)", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","13:00"),0:C }), + address: "인천 연수구 비류대로433번길 3 (연수동)", + phone: "032-821-7600", + zip: "21913", + }, + { + id: "42", + name: "위성정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:00"),0:C }), + address: "인천 남동구 남동대로 902-1 (간석동)", + phone: "032-429-3383", + zip: "21545", + }, + { + id: "43", + name: "세강정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:30","18:00"),2:R("09:30","18:00"),3:R("09:30","18:00"),4:R("09:30","18:00"),5:R("09:30","18:00"),6:R("09:30","13:00"),0:C }), + address: "인천 동구 화도진로 38-1 (송현동)", + phone: "032-766-3001", + zip: "22551", + }, + { + id: "44", + name: "금강정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:30","15:00"),0:C }), + address: "인천 중구 서해대로494번길 1 (유동)", + phone: "032-881-7541", + zip: "22326", + }, + { + id: "45", + name: "중앙메디칼의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 미추홀구 인주대로 282 (주안동)", + phone: "032-866-0800", + zip: "22213", + }, + { + id: "46", + name: "하나정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:30"),2:R("09:00","18:30"),3:R("09:00","18:30"),4:R("09:00","18:30"),5:R("09:00","18:30"),6:R("09:00","13:00"),0:C }), + address: "인천 계양구 계양대로 102 (작전동)", + phone: "032-542-5111", + zip: "21089", + }, + { + id: "47", + name: "세일정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:30"),2:R("09:00","18:30"),3:R("09:00","18:30"),4:R("09:00","18:30"),5:R("09:00","18:30"),6:C,0:C }), + address: "인천 서구 가정로 213 (석남동)", + phone: "032-575-2255", + zip: "22792", + }, + { + id: "48", + name: "자혜정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","14:00"),0:C }), + address: "인천 서구 서곶로 281 (심곡동)", + phone: "032-567-5570", + zip: "22727", + }, + { + id: "49", + name: "덕수정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:30","19:00"),2:R("09:30","19:00"),3:R("09:30","19:00"),4:R("09:30","19:00"),5:R("09:30","19:00"),6:R("09:30","13:00"),0:C }), + address: "인천 계양구 경명대로 1068 (계산동)", + phone: "032-551-7111", + zip: "21050", + }, + { + id: "50", + name: "성혜정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","14:00"),0:C }), + address: "인천 계양구 봉오대로 729 (작전동)", + phone: "032-551-4501", + zip: "21085", + }, + { + id: "51", + name: "한길정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:00"),0:C }), + address: "인천 서구 원적로 85 201 (가좌동)", + phone: "032-576-7582", + zip: "22809", + }, + { + id: "52", + name: "서구연세정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","13:00"),0:C }), + address: "인천 서구 가정로394번길 1 (가정동)", + phone: "032-582-7582", + zip: "22777", + }, + { + id: "53", + name: "부평한국정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:00"),0:C }), + address: "인천 부평구 장제로 205 (부평동, 대양빌딩)", + phone: "032-514-7582", + zip: "21356", + }, + { + id: "54", + name: "서인천현대정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 서구 탁옥로 45 (심곡동)", + phone: "032-561-7575", + zip: "22726", + }, + { + id: "55", + name: "세강정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:30","18:00"),2:R("09:30","18:00"),3:R("09:30","18:00"),4:R("09:30","18:00"),5:R("09:30","19800"),6:R("09:30","13:00"),0:C }), + address: "인천 부평구 마장로 396 (청천동)", + phone: "032-507-8833", + zip: "21312", + }, + { + id: "56", + name: "효성정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:30"),2:R("09:00","19:30"),3:R("09:00","19:30"),4:R("09:00","19:30"),5:R("09:00","19:30"),6:R("09:00","13:00"),0:C }), + address: "인천 계양구 안남로 548 (효성동)", + phone: "032-552-7582", + zip: "21097", + }, + { + id: "57", + name: "브니엘정형외과", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:30"),0:C }), + address: "인천 부평구 안남로 261 (산곡동)", + phone: "032-507-2341", + zip: "21362", + }, + { + id: "58", + name: "남부정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","13:00"),0:C }), + address: "인천 부평구 경인로 943 (부평동)", + phone: "032-511-2119", + zip: "21407", + }, + { + id: "59", + name: "전정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","16:00"),0:C }), + address: "인천 부평구 부평대로 144 (부평동)", + phone: "032-521-5119", + zip: "21358", + }, + { + id: "60", + name: "보람정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:30"),0:C }), + address: "인천 계양구 오조산로 3 3층 (작전동)", + phone: "032-554-1784", + zip: "21080", + }, + { + id: "61", + name: "산곡정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:00"),0:C }), + address: "인천 부평구 원적로 290 (산곡동)", + phone: "032-267-5600", + zip: "21371", + }, + { + id: "62", + name: "서린정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 남동구 백범로 204 (만수동)", + phone: "032-466-0464", + zip: "21520", + }, + { + id: "63", + name: "남동정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:00"),0:C }), + address: "인천 남동구 백범로 185 (만수동)", + phone: "032-465-6425", + zip: "21543", + }, + { + id: "64", + name: "연수메디칼정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:30"),2:R("09:00","18:30"),3:R("09:00","18:30"),4:R("14:00","18:30"),5:R("09:00","18:30"),6:R("09:00","14:00"),0:C }), + address: "인천 연수구 앵고개로 250 (동춘동)", + phone: "032-819-2345", + zip: "21972", + }, + { + id: "65", + name: "인하정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:30","21:00"),2:R("09:30","19:00"),3:R("09:30","19:00"),4:R("09:30","19:00"),5:R("09:30","19:00"),6:R("09:00","13:00"),0:C }), + address: "인천 연수구 독배로 41 인영프라자 4층 (옥련동)", + phone: "032-833-8275", + zip: "21957", + }, + { + id: "66", + name: "간석메디정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","14:00"),0:C }), + address: "인천 남동구 백범로 274 (간석동)", + phone: "032-429-3600", + zip: "21512", + }, + { + id: "67", + name: "굿모닝정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:00"),0:C }), + address: "인천 동구 송림로 76 (송림동)", + phone: "032-762-0971", + zip: "22556", + }, + { + id: "68", + name: "튼튼정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","16:00"),0:C }), + address: "인천 동구 수문통로 54-1 (송현동)", + phone: "032-772-3553", + zip: "22546", + }, + { + id: "69", + name: "정재운정형외과", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","20:00"),2:R("09:00","20:00"),3:R("09:00","20:00"),4:R("09:00","20:00"),5:R("09:00","20:00"),6:R("09:00","14:00"),0:C }), + address: "인천 서구 가정로 316 2층 (석남동)", + phone: "032-584-0300", + zip: "22784", + }, + { + id: "70", + name: "엄기영 정형외과 의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:30"),2:R("09:00","18:30"),3:R("09:00","18:30"),4:R("09:00","18:30"),5:R("09:00","18:30"),6:R("09:00","14:00"),0:C }), + address: "인천 서구 가정로 363 4층 (신현동)", + phone: "032-571-0053", + zip: "22782", + }, + { + id: "71", + name: "학익정형외과", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","16:00"),0:C }), + address: "인천 미추홀구 한나루로 379 (학익동)", + phone: "032-868-5200", + zip: "22202", + }, + { + id: "72", + name: "연세필정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","16:00"),0:C }), + address: "인천 부평구 동수천로 112 (부개동)", + phone: "032-529-7582", + zip: "21398", + }, + { + id: "73", + name: "연세정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","16:00"),0:C }), + address: "인천 부평구 경원대로 1409 2층 (부평동, 반석빌딩)", + phone: "032-524-7111", + zip: "21395", + }, + { + id: "74", + name: "박도형정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:30","18:00"),2:R("09:30","18:00"),3:R("09:30","18:00"),4:R("09:30","18:00"),5:R("09:30","18:00"),6:R("09:30","14:00"),0:C }), + address: "인천 계양구 경명대로 1051 2층, 3층 (계산동)", + phone: "032-556-3115", + zip: "21039", + }, + { + id: "75", + name: "만수연세정형외과", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 남동구 만수로 47 6,7층 (만수동)", + phone: "032-461-7575", + zip: "21524", + }, + { + id: "76", + name: "모세정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","13:00"),0:C }), + address: "인천 동구 송림로 102-1 (송림동)", + phone: "032-764-1700", + zip: "22558", + }, + { + id: "77", + name: "정정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 서구 완정로 179 4층,5층 (왕길동)", + phone: "032-567-7577", + zip: "22616", + }, + { + id: "78", + name: "삼성정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","20:30"),3:R("09:30","18:30"),4:R("09:30","20:30"),5:R("09:30","18:30"),6:R("09:00","13:00"),0:C }), + address: "인천 부평구 마장로 82 501호 (십정동)", + phone: "032-516-6489", + zip: "21405", + }, + { + id: "79", + name: "원당연세정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:30"),2:R("09:00","18:30"),3:R("09:00","18:30"),4:R("09:00","18:30"),5:R("09:00","18:30"),6:R("09:00","13:30"),0:C }), + address: "인천 서구 원당대로 866 (당하동, 세브란스빌딩)", + phone: "032-569-2400", + zip: "22682", + }, + { + id: "80", + name: "부평현대정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","13:00"),0:C }), + address: "인천 부평구 마장로 334 에스코빌딩1층 103-6호 5층 (산곡동)", + phone: "032-521-7118", + zip: "21361", + }, + { + id: "81", + name: "가좌정형외과", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","14:00"),0:C }), + address: "인천 서구 원적로 96 (가좌동)", + phone: "032-577-1500", + zip: "22810", + }, + { + id: "82", + name: "우리정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 남동구 구월로 284 (구월동)", + phone: "032-467-8877", + zip: "21534", + }, + { + id: "83", + name: "박현수 정형외과 의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","18:00"),0:C }), + address: "인천 부평구 수변로 8 202,204,205,206호 (부개동)", + phone: "032-507-6222", + zip: "21416", + }, + { + id: "84", + name: "굿모닝정형외과", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 계양구 계양대로 149 (계산동)", + phone: "032-554-3773", + zip: "21045", + }, + { + id: "85", + name: "백선열정형외과", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","13:00"),0:C }), + address: "인천 미추홀구 아암대로 93 (용현동)", + phone: "032-891-0119", + zip: "22186", + }, + { + id: "86", + name: "논현메디칼", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 남동구 남동대로370번길 113 2층 (논현동, 우진프라자)", + phone: "032-446-9700", + zip: "21636", + }, + { + id: "87", + name: "논현연세정형외과", + dept: "hospitalOr", + hours: makeHours({ 1:R("08:30","18:30"),2:R("08:30","18:30"),3:R("08:30","18:30"),4:R("08:30","18:30"),5:R("08:30","18:30"),6:R("08:30","14:00"),0:C }), + address: "인천 남동구 논고개로 114 6층 (논현동)", + phone: "032-423-7117", + zip: "21666", + }, + { + id: "88", + name: "부평힘찬병원", + dept: "hospitalOr", + hours: makeHours({ 1:R("08:30","17:30"),2:R("08:30","17:30"),3:R("08:30","17:30"),4:R("08:30","17:30"),5:R("08:30","17:30"),6:R("08:30","12:30"),0:C }), + address: "인천 부평구 장제로 78 (부평동, 부평힘찬병원)", + phone: "032-363-9121", + zip: "21399", + }, + { + id: "89", + name: "논현우리정형외과", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","21:00"),2:R("09:00","21:00"),3:R("09:00","21:00"),4:R("09:00","21:00"),5:R("09:00","21:00"),6:R("09:00","17:00"),0:R("09:00","13:00") }), + address: "인천 남동구 청능대로 583 중앙프라자 5층 (논현동)", + phone: "032-435-1175", + zip: "21653", + }, + { + id: "90", + name: "효성사랑정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","14:00"),0:C }), + address: "인천 계양구 안남로 512 대신증권3층 (효성동)", + phone: "032-555-8275", + zip: "21109", + }, + { + id: "91", + name: "고려정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","16:00"),0:C }), + address: "인천 부평구 동수로 184 (부개동)", + phone: "032-511-7582", + zip: "21420", + }, + { + id: "92", + name: "유원정형외과", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:30"),2:R("09:00","18:30"),3:R("09:00","18:30"),4:R("14:00","18:30"),5:R("09:00","19:00"),6:R("09:00","13:00"),0:C }), + address: "인천 미추홀구 아암대로29번길 86 3,4,5층 (용현동)", + phone: "032-567-8600", + zip: "22175", + }, + { + id: "93", + name: "서울성모정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","13:00"),0:C }), + address: "인천 남동구 호구포로 220 5층 (논현동, 명진프라자)", + phone: "032-442-1010", + zip: "21655", + }, + { + id: "94", + name: "유진정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:30"),2:R("09:00","18:30"),3:R("09:00","18:30"),4:R("09:00","18:30"),5:R("09:00","18:30"),6:R("09:00","12:00"),0:C }), + address: "인천 미추홀구 장천로112번길 3 (숭의동)", + phone: "032-861-8700", + zip: "22168", + }, + { + id: "95", + name: "국제바로병원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","20:00"),2:R("09:00","20:00"),3:R("09:00","20:00"),4:R("09:00","20:00"),5:R("09:00","20:00"),6:R("09:00","18:00"),0:R("09:00","18:00") }), + address: "인천 남동구 석정로 518 (간석동, M타워 1동 2층~9층)", + phone: "032-722-8585", + zip: "21504", + }, + { + id: "96", + name: "순복정형외과", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:00"),0:C }), + address: "인천 남동구 문화서로4번길 28 (구월동)", + phone: "032-434-5353", + zip: "21568", + }, + { + id: "97", + name: "신기고려정형외과 & 정신건강의학과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:30"),0:C }), + address: "인천 미추홀구 인하로 264 (주안동)", + phone: "032-868-8275", + zip: "22216", + }, + { + id: "98", + name: "서울웰빙정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 부평구 마장로 156 (산곡동)", + phone: "032-515-7575", + zip: "21382", + }, + { + id: "99", + name: "석바위정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","13:00"),0:C }), + address: "인천 미추홀구 경인로 433 (주안동, 석바위VIP클리닉)", + phone: "032-434-2116", + zip: "22141", + }, + { + id: "100", + name: "서울정형외과의원(송림동)", + dept: "hospitalOr", + hours: makeHours({ 1:C,2:C,3:C,4:C,5:C,6:C,0:C }), + address: "인천 동구 샛골로 159 2층 (송림동)", + phone: "032-777-0275", + zip: "22543", + }, + { + id: "101", + name: "김태형정형외과", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","20:00"),2:R("09:00","20:00"),3:R("09:00","20:00"),4:R("09:00","20:00"),5:R("09:00","20:00"),6:R("09:00","15:00"),0:C }), + address: "인천 계양구 장제로 867 상우메디칼프라자 5,6층 (임학동)", + phone: "032-715-6300", + zip: "21034", + }, + { + id: "102", + name: "인천나누리병원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","15:00"),0:C }), + address: "인천 부평구 장제로 156 (부평동)", + phone: "032-280-1135", + zip: "21353", + }, + { + id: "103", + name: "나래병원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 연수구 청능대로 69 (청학동)", + phone: "032-821-0033", + zip: "21926", + }, + { + id: "104", + name: "가좌연세정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","21:00"),3:R("09:00","19:00"),4:R("09:00","21:00"),5:R("09:00","19:00"),6:R("09:00","13:00"),0:C }), + address: "인천광역시 서구 장고개로337번길7 (가좌동, 모건베스트원) 304호", + phone: "032-297-1001", + zip: "22815", + }, + { + id: "105", + name: "청라성모정형외과", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","20:00"),2:R("09:00","20:00"),3:R("09:00","20:00"),4:R("09:00","20:00"),5:R("09:00","20:00"),6:R("09:00","16:00"),0:C }), + address: "인천 서구 청라라임로 71 (연희동, 진영메디피아) 301호", + phone: "032-567-3334", + zip: "22736", + }, + { + id: "106", + name: "JS노송병원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 서구 길주로 91 (석남동)", + phone: "032-516-5000", + zip: "22789", + }, + { + id: "107", + name: "인천하이병원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 계양구 경명대로 1107 (계산동)", + phone: "032-550-8975", + zip: "21030", + }, + { + id: "108", + name: "오케이병원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","18:00"),4:R("09:00","19:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 계양구 장제로 676 (작전동, 초선빌딩 3-7층)", + phone: "070-4901-8747", + zip: "21124", + }, + { + id: "109", + name: "새힘정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","20:30"),5:R("09:00","19:00"),6:R("09:00","15:00"),0:C }), + address: "인천광역시 서구 가정로375 (신현동, 금강아이움 306호~308호)", + phone: "032-583-2014", + zip: "22778", + }, + { + id: "110", + name: "마디정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:00"),0:C }), + address: "인천 동구 수문통로 7 (화평동, 마디정형외과)", + phone: "032-766-8275", + zip: "22519", + }, + { + id: "111", + name: "대찬병원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","15:00"),0:C }), + address: "인천 남동구 인주대로 590 (구월동, 영창빌딩)", + phone: "032-438-2026", + zip: "21570", + }, + { + id: "112", + name: "연수스타정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:30"),2:R("09:00","18:30"),3:R("09:00","18:30"),4:R("09:00","18:30"),5:R("09:00","18:30"),6:R("09:00","14:00"),0:C }), + address: "인천 연수구 먼우금로 208 (연수동)", + phone: "nan", + zip: "21927", + }, + { + id: "113", + name: "바로나은정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","14:00"),0:C }), + address: "인천 남동구 논고개로 73 (논현동)", + phone: "032-442-8575", + zip: "21679", + }, + { + id: "114", + name: "서울바른척도병원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 남동구 구월로 233 (구월동, SJ세종프라자)", + phone: "032-1522-9988", + zip: "21547", + }, + { + id: "115", + name: "큰바위정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","20:00"),3:R("09:00","19:00"),4:R("09:00","20:00"),5:R("09:00","19:00"),6:R("09:00","14:00"),0:C }), + address: "인천 연수구 먼우금로188번길 12 (연수동, 이리옴3빌딩 3층 301호)", + phone: "032-815-8875", + zip: "21927", + }, + { + id: "116", + name: "착한마디병원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 서구 완정로 180 909번지 8호 동화빌딩 2,3,4,5층", + phone: "032-1577-9782", + zip: "22617", + }, + { + id: "117", + name: "성모윌병원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 미추홀구 경인로 488 (주안동, 성모윌병원)", + phone: "032-421-0075", + zip: "22145", + }, + { + id: "118", + name: "하늘정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","20:00"),2:R("09:00","20:00"),3:R("09:00","20:00"),4:R("09:00","20:00"),5:R("09:00","20:00"),6:R("09:00","15:00"),0:R("09:00","13:00") }), + address: "인천 중구 하늘중앙로 193 6,7층 (중산동)", + phone: "032-747-1321", + zip: "22397", + }, + { + id: "119", + name: "성모정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","13:00"),0:C }), + address: "인천 남동구 백범로273번길 9 (간석동, 수정빌딩 1층)", + phone: "032-442-3555", + zip: "21546", + }, + { + id: "120", + name: "연수제일정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 연수구 학나래로6번길 3 (선학동)", + phone: "032-813-6300", + zip: "21911", + }, + { + id: "121", + name: "만수K정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","21:00"),2:R("09:00","21:00"),3:R("09:00","21:00"),4:R("09:00","21:00"),5:R("09:00","21:00"),6:R("09:00","21:00"),0:R("09:00","21:00") }), + address: "인천 남동구 장승남로33번길 9 (만수동) 301호", + phone: "032-461-3659", + zip: "21594", + }, + { + id: "122", + name: "현대정형외과", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천광역시 남동구 구월로 300-1 (만수동)", + phone: "032-466-7585", + zip: "21535", + }, + { + id: "123", + name: "미추홀메디정형외과", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 미추홀구 인주대로 51 501호 (숭의동, 더스테이프라임월드)", + phone: "032-764-7582", + zip: "22173", + }, + { + id: "124", + name: "제대로정형외과,마취통증의학과 의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 서구 크리스탈로 78 ,4층 (청라동, 엘림존)", + phone: "032-1522-7235", + zip: "22760", + }, + { + id: "125", + name: "바로튼튼정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 서구 서곶로 837 ,3~4층 (당하동)", + phone: "032-565-1175", + zip: "22675", + }, + { + id: "126", + name: "김경태정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 연수구 먼우금로 189 (청학동, 소망글로벌) 2층", + phone: "032-229-0123", + zip: "21926", + }, + { + id: "127", + name: "서울정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 서구 염곡로 468 (가정동)7층전체,801호,802호", + phone: "032-561-1140", + zip: "22731", + }, + { + id: "128", + name: "서울바른정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 서구 검단로768번길 2 2,3,4층 (불로동, 불로메디컬)", + phone: "032-566-8288", + zip: "22631", + }, + { + id: "129", + name: "운서성모정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 중구 영종대로 118 3층 305호 306호 (운서동)", + phone: "032-746-7725", + zip: "22371", + }, + { + id: "130", + name: "플러스정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 연수구 컨벤시아대로230번길 54 (송도동) 101호, 104호, 105호, 201호, 301호, 401호, 501호, 601호", + phone: "032-859-8000", + zip: "22009", + }, + { + id: "131", + name: "송도연세병원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 연수구 신송로 157-9 (송도동)", + phone: "032-832-5488", + zip: "22002", + }, + { + id: "132", + name: "정탁정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천광역시 미추홀구 제일로 42-1 (도화동)", + phone: "032-874-7582", + zip: "22153", + }, + { + id: "133", + name: "검단이화연합의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 서구 이음5로 80 (원당동, 검단퍼스트) 5층", + phone: "032-277-0705", + zip: "22865", + }, + { + id: "134", + name: "바른길정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 부평구 열우물로 75 2~4층 (십정동, 풍림빌딩)", + phone: "032-423-", + zip: "21452", + }, + { + id: "135", + name: "부평국민정형외과의원", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 부평구 부평대로 20 (부평동) 8층", + phone: "032-525-7070", + zip: "21394", + }, + { + id: "136", + name: "서울정형외과,신경과", + dept: "hospitalOr", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 부평구 길주로 382 (산곡동)", + phone: "032-546-7582", + zip: "21361", + }, + { + id: "137", + name: "진심장혈관흉부외과의원", + dept: "hospitlSpecial", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 부평구 길주로 659 (삼산동, 미라쥬타워) 6층 604호,605호", + phone: "032-505-8875", + zip: "21344", + }, + { + id: "341", + name: "위드미요양병원", + dept: "hospitlNursing", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 남동구 논고개로123번길 35 논현동칼리오페 10층 (논현동)", + phone: "032-438-5800", + zip: "21653", + }, + { + id: "342", + name: "올리브 요양병원", + dept: "hospitlNursing", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 부평구 장제로 129 (부평동)", + phone: "032-523-7771", + zip: "21392", + }, + { + id: "343", + name: "더필잎요양병원", + dept: "hospitlNursing", + hours: makeHours({ 1:R("09:00","17:00"),2:R("09:00","17:00"),3:R("09:00","17:00"),4:R("09:00","17:00"),5:R("09:00","17:00"),6:C,0:C }), + address: "인천 부평구 장제로 175 (부평동)", + phone: "032-521-5555", + zip: "21356", + }, + { + id: "344", + name: "새올요양병원", + dept: "hospitlNursing", + hours: makeHours({ 1:R("09:00","17:30"),2:R("09:00","17:30"),3:R("09:00","17:30"),4:R("09:00","17:30"),5:R("09:00","17:30"),6:R("09:00","12:00"),0:C }), + address: "인천광역시 부평구 마장로246 (산곡동)", + phone: "032-507-3355", + zip: "21376", + }, + { + id: "345", + name: "부평성심요양병원", + dept: "hospitlNursing", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천광역시 부평구 마장로 449 (청천동)", + phone: "032-504-9966", + zip: "21304", + }, + { + id: "346", + name: "국제베드로요양병원", + dept: "hospitlNursing", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 미추홀구 아암대로 53 (용현동, 세인트재활빌딩)", + phone: "032-888-2300", + zip: "22186", + }, + { + id: "347", + name: "이편안인천요양병원", + dept: "hospitlNursing", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 남동구 앵고개로948번길 4 3층 (논현동, 서울프라자)", + phone: "032-868-9988", + zip: "21673", + }, + { + id: "348", + name: "도화요양병원", + dept: "hospitlNursing", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","12:30"),0:C }), + address: "인천 미추홀구 경인로 302 한승미메이드상가(도화동,외1필지)", + phone: "032-865-0033", + zip: "22138", + }, + { + id: "349", + name: "금강요양병원", + dept: "hospitlNursing", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","12:00"),0:C }), + address: "인천 미추홀구 인주대로 452 (주안동) A동", + phone: "032-215-7575", + zip: "22228", + }, + { + id: "350", + name: "효민요양병원", + dept: "hospitlNursing", + hours: makeHours({ 1:R("08:30","17:30"),2:R("08:30","17:30"),3:R("08:30","17:30"),4:R("08:30","17:30"),5:R("08:30","17:30"),6:R("08:30","12:30"),0:C }), + address: "인천 남동구 서창남순환로216번길 46 (서창동)", + phone: "070-5137-8612", + zip: "21617", + }, + { + id: "351", + name: "라이온재활요양병원", + dept: "hospitlNursing", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 남동구 경인로 520 7,8,9층 (간석동, 탑프라자2)", + phone: "032-426-7575", + zip: "21552", + }, + { + id: "352", + name: "신주안요양병원", + dept: "hospitlNursing", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 미추홀구 인주대로 432 (주안동, 주안요양병원)", + phone: "032-270-3000", + zip: "22227", + }, + { + id: "353", + name: "로뎀요양병원", + dept: "hospitlNursing", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천광역시 미추홀구 주안로 211 (주안동, GNM빌딩 로뎀요양병원)", + phone: "032-462-0321", + zip: "22142", + }, + { + id: "354", + name: "새인천요양병원", + dept: "hospitlNursing", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천광역시 남동구 논고개로123번길 17 (논현동) 11층", + phone: "032-719-7874", + zip: "21653", + }, + { + id: "355", + name: "청라베스트요양병원", + dept: "hospitlNursing", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 서구 봉오재3로110번길 7 (가정동) 6~9층", + phone: "032-220-1500", + zip: "22731", + }, + { + id: "356", + name: "송도하나요양병원", + dept: "hospitlNursing", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천광역시 미추홀구 아암대로253번길 36 (학익동)", + phone: "032-438-0808", + zip: "22196", + }, + { + id: "357", + name: "서송병원", + dept: "hospitlNursing", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 계양구 경명대로972번길 9 (계산동, 서송요양병원)", + phone: "032-551-0114", + zip: "21043", + }, + { + id: "358", + name: "효성요양병원", + dept: "hospitlNursing", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 계양구 안남로 538 (효성동)", + phone: "070-5096-5655", + zip: "21097", + }, + { + id: "359", + name: "고은요양병원", + dept: "hospitlNursing", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 중구 연안부두로21번길 11-12 (항동7가)", + phone: "032-715-5933", + zip: "22348", + }, + { + id: "360", + name: "인일요양병원", + dept: "hospitlNursing", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 미추홀구 미추홀대로 699 (주안동)", + phone: "032-863-0051", + zip: "22139", + }, + { + id: "361", + name: "신한대바울 요양병원", + dept: "hospitlNursing", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 미추홀구 경인로 107 (숭의동)", + phone: "032-223-7000", + zip: "22105", + }, + { + id: "362", + name: "행복마을요양병원", + dept: "hospitlNursing", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 남동구 백범로 398 216-3", + phone: "032-441-3338", + zip: "21508", + }, + { + id: "363", + name: "서온요양병원", + dept: "hospitlNursing", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 서구 도곡로 172-5 (대곡동)서온요양병원", + phone: "032-561-0136", + zip: "22600", + }, + { + id: "364", + name: "인천원광효도요양병원", + dept: "hospitlNursing", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 미추홀구 경원대로 891 (주안동, 동산빌딩)", + phone: "032-432-7585", + zip: "22134", + }, + { + id: "365", + name: "뿌리요양병원", + dept: "hospitlNursing", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 남동구 앵고개로934번길 43 (논현동, 뿌리요양병원)", + phone: "032-431-7979", + zip: "21673", + }, + { + id: "366", + name: "힐락암요양병원", + dept: "hospitlNursing", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 중구 영종대로 106 4층 (운서동)", + phone: "032-746-8100", + zip: "22371", + }, + { + id: "367", + name: "서울대효청라요양병원", + dept: "hospitlNursing", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 서구 염곡로464번길 11 4층~8층 전부 (가정동,루원탑프라자)", + phone: "032-724-7114", + zip: "22883", + }, + { + id: "368", + name: "희망찬요양병원", + dept: "hospitlNursing", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 연수구 용담로 118 (연수동)", + phone: "032-816-2000", + zip: "21927", + }, + { + id: "369", + name: "세움요양병원", + dept: "hospitlNursing", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 미추홀구 아암대로 53 3~10층 (용현동, 세인트재활빌딩)", + phone: "032-888-2300", + zip: "22186", + }, + { + id: "370", + name: "지웰요양병원", + dept: "hospitlNursing", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 계양구 장제로 672 (작전동) 2층 201호", + phone: "032-543-7582", + zip: "21127", + }, + { + id: "371", + name: "검단연세요양병원", + dept: "hospitlNursing", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 서구 검단로459번길 3-2 3층 (왕길동, 파크프라자)", + phone: "032-566-6230", + zip: "22616", + }, + { + id: "372", + name: "나무요양병원", + dept: "hospitlNursing", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 서구 고산후로121번길 19 (원당동)", + phone: "032-569-7175", + zip: "22647", + }, + { + id: "140", + name: "미추홀병원", + dept: "hospitalClinic", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:C,4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 남동구 남동대로799번길 25 구월동 1층~7층 전부 (구월동, 대흥빌딩)", + phone: "032-430-6273", + zip: "21555", + }, + { + id: "141", + name: "브래덤병원", + dept: "hospitalClinic", + hours: makeHours({ 1:R("08:30","17:30"),2:R("08:30","17:30"),3:R("08:30","17:30"),4:R("08:30","17:30"),5:R("08:30","17:30"),6:R("09:00","12:30"),0:C }), + address: "인천 남동구 예술로192번길 36 (구월동)", + phone: "032-456-7600", + zip: "21558", + }, + { + id: "142", + name: "경인권역재활병원", + dept: "hospitalClinic", + hours: makeHours({ 1:R("08:30","17:30"),2:R("08:30","17:30"),3:R("08:30","17:30"),4:R("08:30","17:30"),5:R("08:30","17:30"),6:R("08:30","12:30"),0:C }), + address: "인천광역시 연수구 원인재로 263 (연수동, 인천적십자병원)", + phone: "032-899-4336", + zip: "21935", + }, + { + id: "143", + name: "정드림메디컬의원", + dept: "hospitalClinic", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 부평구 부흥로 412 (부개동) 1,2층", + phone: "032-528-3114", + zip: "21398", + }, + { + id: "144", + name: "연세백퍼센트병원", + dept: "hospitalClinic", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 부평구 부평문화로 87 (부평동) 7~10층", + phone: "nan", + zip: "21393", + }, + { + id: "145", + name: "연세소래메디칼의원", + dept: "hospitalClinic", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 남동구 포구로 75 (논현동,송원빌딩) 2,3,4층", + phone: "032-437-7585", + zip: "21669", + }, + { + id: "146", + name: "저스트 병원", + dept: "hospitalClinic", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 미추홀구 석정로 21 (숭의동) 저스트병원타워 4~7층", + phone: "nan", + zip: "22174", + }, + { + id: "147", + name: "방그레병원", + dept: "hospitalClinic", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천광역시 미추홀구 인주대로 472 (주안동)", + phone: "032-428-2106", + zip: "22228", + }, + { + id: "148", + name: "서울이왕병원", + dept: "hospitalClinic", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 미추홀구 미추홀대로 702 (주안동, 효광빌딩)", + phone: "032-233-9988", + zip: "22140", + }, + { + id: "149", + name: "연세와병원", + dept: "hospitalClinic", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 남동구 정각로 2 (구월동, 연세 와병원 본관, 정각로 4)", + phone: "032-1599-1955", + zip: "21557", + }, + { + id: "150", + name: "소망연세의원", + dept: "hospitalClinic", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천광역시 서구 새오개로111번안길 32 2,3층", + phone: "032-715-5774", + zip: "22779", + }, + { + id: "151", + name: "서울메디탑의원", + dept: "hospitalClinic", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 미추홀구 염전로168번길 15 (도화동) 미추홀프라자2 201~406호", + phone: "032-861-5111", + zip: "22110", + }, + { + id: "373", + name: "부평중앙병원", + dept: "hospitalClinic", + hours: makeHours({ 1:R("10:00","18:00"),2:R("10:00","18:00"),3:R("10:00","18:00"),4:R("10:00","18:00"),5:R("10:00","18:00"),6:R("09:00","14:00"),0:C }), + address: "인천 부평구 부평대로 93 (부평동)", + phone: "032-513-5500", + zip: "21379", + }, + { + id: "374", + name: "인성의원", + dept: "hospitalClinic", + hours: makeHours({ 1:R("08:30","18:00"),2:R("08:30","18:00"),3:R("08:30","18:00"),4:R("08:30","18:00"),5:R("08:30","18:00"),6:R("08:30","15:00"),0:C }), + address: "인천 강화군 강화읍 중앙로 23 ", + phone: "032-932-4455", + zip: "23037", + }, + { + id: "375", + name: "동암세종의원", + dept: "hospitalClinic", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 부평구 열우물로 51 3,4층 (십정동)", + phone: "032-421-2203", + zip: "21452", + }, + { + id: "376", + name: "연세으뜸의원", + dept: "hospitalClinic", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 미추홀구 매소홀로 255 (학익동) 3층", + phone: "032-212-8275", + zip: "22201", + }, + { + id: "377", + name: "모두튼튼의원", + dept: "hospitalClinic", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 부평구 길주로494번길 25 (청천동)", + phone: "032-362-8275", + zip: "21364", + }, + { + id: "138", + name: "중앙의원", + dept: "hospitalClinic", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 계양구 주부토로 465 (작전동)", + phone: "032-542-3538", + zip: "21087", + }, + { + id: "139", + name: "부평프라임메디컬의원", + dept: "hospitalClinic", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 부평구 대정로 28 (부평동) 2층", + phone: "032-721-2521", + zip: "21393", + }, + { + id: "152", + name: "서울이룸병원", + dept: "hospitaExer", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","14:00"),0:C }), + address: "인천 남동구 구월로 241 (구월동)", + phone: "032-469-4394", + zip: "21547", + }, + { + id: "153", + name: "알엠병원", + dept: "hospitaExer", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천광역시 미추홀구 학익2동(학익동) 4번지 21호", + phone: "032-874-2727", + zip: "22218", + }, + { + id: "154", + name: "호림재활의학과의원", + dept: "hospitaExer", + hours: makeHours({ 1:R("09:00","18:30"),2:R("09:00","18:30"),3:R("09:00","18:30"),4:R("09:00","18:30"),5:R("09:00","18:30"),6:R("09:00","14:00"),0:C }), + address: "인천 미추홀구 독정이로 79 2층, 3층 (숭의동)", + phone: "032-883-9114", + zip: "22169", + }, + { + id: "155", + name: "올림피아병원", + dept: "hospitaExer", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 남동구 호구포로 836 1,2,3층(구월동)", + phone: "032-461-2300", + zip: "21542", + }, + { + id: "156", + name: "고려재활의학과의원", + dept: "hospitaExer", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천광역시 서구 염곡로464번길 15 (가정동) 5층", + phone: "032-564-8833", + zip: "22731", + }, + { + id: "157", + name: "송도마디재활의학과", + dept: "hospitaExer", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 연수구 해돋이로151번길 4 ,인피니티타워 401호, 402호(송도동)", + phone: "032-721-8255", + zip: "22003", + }, + { + id: "158", + name: "공감정신과의원", + dept: "hospitalPsy", + hours: makeHours({ 1:R("10:30","19:00"),2:R("10:30","12:00"),3:R("10:30","19:00"),4:R("10:30","12:00"),5:R("10:30","19:00"),6:R("09:30","16:00"),0:C }), + address: "인천 부평구 부평대로 83 (부평동)강남타워8층 802호", + phone: "032-527-5070", + zip: "21379", + }, + { + id: "159", + name: "글로리병원", + dept: "hospitalPsy", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","15:00"),0:C }), + address: "인천 부평구 길주로 655 3~12층 (삼산동, 글로리타워)", + phone: "032-262-9000", + zip: "21344", + }, + { + id: "160", + name: "The 조은정신건강의학과의원", + dept: "hospitalPsy", + hours: makeHours({ 1:R("09:30","18:00"),2:R("09:30","18:00"),3:R("09:30","12:30"),4:R("09:30","18:00"),5:R("09:30","12:30"),6:R("09:30","13:00"),0:C }), + address: "인천광역시 서구 원당대로 860 8층 804호 (당하동, 보람프라자)", + phone: "032-564-7505", + zip: "22682", + }, + { + id: "161", + name: "은혜병원", + dept: "hospitalPsy", + hours: makeHours({ 1:R("09:30","17:00"),2:R("09:30","17:00"),3:R("09:30","17:00"),4:R("09:30","17:00"),5:R("09:30","17:00"),6:C,0:C }), + address: "인천 서구 심곡로132번길 22 (심곡동)", + phone: "032-562-5101", + zip: "22711", + }, + { + id: "162", + name: "황원준정신과의원", + dept: "hospitalPsy", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 미추홀구 경인로 399-1 2,3,4,5층 (주안동)", + phone: "032-435-7767", + zip: "22140", + }, + { + id: "163", + name: "가천대 길병원(중앙길병원)", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("8:30","17:00"),2:R("8:30","17:00"),3:R("8:30","17:00"),4:R("8:30","17:00"),5:R("8:30","17:00"),6:R("8:30","12:00"),0:C }), + address: "인천 남동구 남동대로774번길 21 (구월동, 가천대학교 길병원)", + phone: "032-460-3151", + zip: "21565", + }, + { + id: "164", + name: "인하대학교 의과대학 부속병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("8:00","16:30"),2:R("8:00","16:30"),3:R("8:00","16:30"),4:R("8:00","16:30"),5:R("8:00","16:30"),6:R("8:00","11:30"),0:C }), + address: "인천 중구 인항로 27 (신흥동3가, 인하대학병원)", + phone: "032-890-2335", + zip: "22332", + }, + { + id: "165", + name: "인천기독병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("8:30","17:00"),2:R("8:30","17:00"),3:R("8:30","17:00"),4:R("8:30","17:00"),5:R("8:30","17:00"),6:R("8:30","12:00"),0:C }), + address: "인천 중구 답동로30번길 10 (율목동, 인천기독병원)", + phone: "032-270-8442", + zip: "22320", + }, + { + id: "166", + name: "인천광역시의료원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("08:30","17:00"),2:R("08:30","17:00"),3:R("08:30","17:00"),4:R("08:30","17:00"),5:R("08:30","17:00"),6:C,0:C }), + address: "인천 동구 방축로 217 (송림동)", + phone: "032-580-6572", + zip: "22532", + }, + { + id: "167", + name: "인천사랑병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("08:30","17:00"),2:R("08:30","17:00"),3:R("08:30","17:00"),4:R("08:30","17:00"),5:R("08:30","17:00"),6:R("08:30","12:30"),0:C }), + address: "인천 미추홀구 미추홀대로 726 (주안동)", + phone: "032-958-8114", + zip: "22135", + }, + { + id: "168", + name: "가톨릭대학교 인천성모병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("09:00","17:00"),2:R("09:00","17:00"),3:R("09:00","17:00"),4:R("09:00","17:00"),5:R("09:00","17:00"),6:C,0:C }), + address: "인천 부평구 동수로 56 (부평동)", + phone: "032-280-6363", + zip: "21431", + }, + { + id: "169", + name: "부평세림병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("09:00","17:30"),2:R("09:00","17:30"),3:R("09:00","17:30"),4:R("09:00","17:30"),5:R("09:00","17:30"),6:R("09:00","12:30"),0:C }), + address: "인천 부평구 부평대로 175 (청천동, 세림병원)", + phone: "032-509-5466", + zip: "21364", + }, + { + id: "170", + name: "뉴성민병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","14:00"),0:C }), + address: "인천 서구 칠천왕로33번길 17 (석남동)", + phone: "032-726-1121", + zip: "22789", + }, + { + id: "171", + name: "나은병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("08:30","17:30"),2:R("08:30","17:30"),3:R("08:30","17:30"),4:R("08:30","17:30"),5:R("08:30","17:30"),6:R("08:30","12:30"),0:C }), + address: "인천 서구 원적로 23 (가좌동, 나은병원)", + phone: "032-580-9413", + zip: "22819", + }, + { + id: "172", + name: "온누리병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("08:30","17:30"),2:R("08:30","17:30"),3:R("08:30","17:30"),4:R("08:30","17:30"),5:R("08:30","17:30"),6:R("08:30","12:30"),0:C }), + address: "인천 서구 완정로 199 (왕길동)", + phone: "032-567-6200", + zip: "22616", + }, + { + id: "173", + name: "한림병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("08:30","17:30"),2:R("08:30","17:30"),3:R("08:30","17:30"),4:R("08:30","17:30"),5:R("08:30","17:30"),6:R("08:30","17:30"),0:C }), + address: "인천 계양구 장제로 722 (작전동)", + phone: "032-540-9010", + zip: "21079", + }, + { + id: "174", + name: "강화병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:C,2:C,3:C,4:C,5:C,6:C,0:C }), + address: "인천 강화군 강화읍 강화대로312번길 11 (강화병원)", + phone: "032-930-8150", + zip: "23025", + }, + { + id: "175", + name: "검단탑병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("08:30","18:00"),2:R("08:30","18:00"),3:R("08:30","18:00"),4:R("08:30","18:00"),5:R("08:30","18:00"),6:R("08:30","13:00"),0:C }), + address: "인천 서구 청마로19번길 5 (당하동)", + phone: "032-590-", + zip: "22675", + }, + { + id: "176", + name: "나사렛국제병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 연수구 먼우금로 98 (동춘동)", + phone: "032-899-9575", + zip: "21972", + }, + { + id: "177", + name: "근로복지공단 인천병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("08:30","17:30"),2:R("08:30","17:30"),3:R("08:30","17:30"),4:R("08:30","17:30"),5:R("08:30","17:30"),6:C,0:C }), + address: "인천 부평구 무네미로 446 (구산동)", + phone: "032-5000-112", + zip: "21417", + }, + { + id: "178", + name: "근로복지공단 재활공학연구소", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("08:30","17:30"),2:R("08:30","17:30"),3:R("08:30","17:30"),4:R("08:30","17:30"),5:R("08:30","17:30"),6:C,0:C }), + address: "인천 부평구 무네미로 446 (구산동)", + phone: "02-637-2011", + zip: "21417", + }, + { + id: "179", + name: "가천대부속 동인천길병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("08:00","17:00"),2:R("08:00","17:00"),3:R("08:00","17:00"),4:R("08:00","17:00"),5:R("08:00","17:00"),6:R("09:00","13:00"),0:C }), + address: "인천 중구 큰우물로 21 (용동)", + phone: "032-770-1301", + zip: "22318", + }, + { + id: "180", + name: "인천연세병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","13:00"),0:R("09:00","18:00") }), + address: "인천 서구 승학로 320 (연희동)", + phone: "032-561-3457", + zip: "22721", + }, + { + id: "181", + name: "영흥우리의원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","16:00"),0:C }), + address: "인천 옹진군 영흥면 영흥로176번길 8 ", + phone: "032-886-9411", + zip: "23118", + }, + { + id: "182", + name: "현대유비스병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:30"),0:C }), + address: "인천광역시 미추홀구 독배로503 (숭의동)", + phone: "032-890-5565", + zip: "22173", + }, + { + id: "183", + name: "인천가톨릭학원가톨릭관동대학교국제성모병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("08:30","17:00"),2:R("08:30","17:00"),3:R("08:30","17:00"),4:R("08:30","17:00"),5:R("08:30","17:00"),6:R("08:30","12:00"),0:C }), + address: "인천광역시 서구 심곡로100번길25 (심곡동)", + phone: "032-290-2862", + zip: "22711", + }, + { + id: "184", + name: "인천백병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("08:30","17:30"),2:R("08:30","17:30"),3:R("08:30","17:30"),4:R("08:30","17:30"),5:R("08:30","17:30"),6:R("08:30","13:00"),0:C }), + address: "인천광역시 동구 샛골로 214 (송림동)", + phone: "032-280-8101", + zip: "22534", + }, + { + id: "185", + name: "인천마디병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 계양구 계양대로 204 (계산동, 2~6층)", + phone: "032-1644-8344", + zip: "21049", + }, + { + id: "186", + name: "인천힘찬종합병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("08:30","17:30"),2:R("08:30","17:30"),3:R("08:30","17:30"),4:R("08:30","17:30"),5:R("08:30","17:30"),6:R("08:30","12:30"),0:C }), + address: "인천 남동구 논현로 72 (논현동, 힘찬종합병원)", + phone: "032-459-3111", + zip: "21655", + }, + { + id: "187", + name: "나누리병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","16:00"),0:C }), + address: "인천 미추홀구 인주대로 485 (주안동, 인천나누리주안병원)", + phone: "02-1688-9797", + zip: "22147", + }, + { + id: "188", + name: "인천세종병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("08:30","17:30"),2:R("08:30","17:30"),3:R("08:30","17:30"),4:R("08:30","17:30"),5:R("08:30","17:30"),6:R("08:30","12:30"),0:C }), + address: "인천 계양구 계양문화로 20 (작전동)", + phone: "032-240-8419", + zip: "21080", + }, + { + id: "189", + name: "청라국제병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("09:00","21:00"),2:R("09:00","21:00"),3:R("09:00","21:00"),4:R("09:00","21:00"),5:R("09:00","21:00"),6:R("09:00","21:00"),0:C }), + address: "인천 서구 청라에메랄드로102번길 8 401~404,407~409호 2층전체(연희동, 우성메디피아)", + phone: "032-577-8275", + zip: "22739", + }, + { + id: "190", + name: "명장한방병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("09:00","20:30"),2:R("09:00","20:30"),3:R("09:00","20:30"),4:R("09:00","20:30"),5:R("09:00","20:30"),6:R("09:00","16:00"),0:R("09:00","16:00") }), + address: "인천 서구 청마로 175 3~5층(당하동)", + phone: "032-569-5858", + zip: "22677", + }, + { + id: "191", + name: "새건병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","21:00"),5:R("09:00","21:00"),6:R("09:00","15:00"),0:R("09:00","15:00") }), + address: "인천 미추홀구 경인로 430 (주안동)", + phone: "032-427-2800", + zip: "22149", + }, + { + id: "192", + name: "가온요양병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 남동구 남동대로 797 (구월동, 가온 요양병원)", + phone: "032-212-2001", + zip: "21555", + }, + { + id: "193", + name: "나은요양병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 남동구 소래역남로16번길 20 (논현동, 둘리프라자)", + phone: "032-710-6001", + zip: "21674", + }, + { + id: "194", + name: "한국보훈복지의료공단인천보훈병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("08:30","17:30"),2:R("08:30","17:30"),3:R("08:30","17:30"),4:R("08:30","17:30"),5:R("08:30","17:30"),6:C,0:C }), + address: "인천 미추홀구 인주대로 138 (용현동, 인천보훈병원)", + phone: "032-363-9765", + zip: "22182", + }, + { + id: "195", + name: "비에스종합병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("08:30","17:30"),2:R("08:30","17:30"),3:R("08:30","17:30"),4:R("08:30","17:30"),5:R("08:30","17:30"),6:R("08:30","12:30"),0:C }), + address: "인천 강화군 강화읍 충렬사로 31 ", + phone: "032-290-0001", + zip: "23037", + }, + { + id: "196", + name: "인천적십자병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("08:30","17:30"),2:R("08:30","17:30"),3:R("08:30","17:30"),4:R("08:30","17:30"),5:R("08:30","17:30"),6:R("08:30","12:30"),0:C }), + address: "인천 연수구 원인재로 263 (연수동)", + phone: "032-899-4316", + zip: "21935", + }, + { + id: "197", + name: "박촌메디스의원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 계양구 장제로1009번길 1 (박촌동)", + phone: "032-547-1152", + zip: "21021", + }, + { + id: "198", + name: "연세나오미의원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천 남동구 백범로 338-1 (간석동)", + phone: "032-423-9100", + zip: "21510", + }, + { + id: "199", + name: "영종국제병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 중구 하늘별빛로65번길 7-9 1886-3 스카이타워 3층", + phone: "032-721-3000", + zip: "22397", + }, + { + id: "200", + name: "행복세란의원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:C,0:C }), + address: "인천광역시 동구 송화로44번길 13-1 (송현동, 금학빌딩)", + phone: "032-777-7233", + zip: "22523", + }, + { + id: "201", + name: "청라스퀘어병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 서구 청라루비로 76 (청라동, 155-7번지)", + phone: "032-569-5692", + zip: "22761", + }, + { + id: "202", + name: "성모사랑병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 서구 길주로 91 (석남동)", + phone: "032-575-3200", + zip: "22789", + }, + { + id: "203", + name: "더드림병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 계양구 계양대로 123 (작전동)", + phone: "032-282-7575", + zip: "21045", + }, + { + id: "204", + name: "다나음한방병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 연수구 먼우금로222번길 13 (연수동)", + phone: "032-813-1070", + zip: "21927", + }, + { + id: "205", + name: "곧바로병원", + dept: "hospitalGeneral", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 미추홀구 인주대로 458 (주안동, 승현빌딩)", + phone: "070-4139-6150", + zip: "22228", + }, + { + id: "206", + name: "전병원", + dept: "종합 ", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","17:00"),3:R("09:00","17:00"),4:R("09:00","17:00"),5:R("09:00","17:00"),6:R("09:00","13:00"),0:R("09:00","18:00") }), + address: "인천 남동구 인주대로 845 전병원 (만수동)", + phone: "032-464-6181", + zip: "21540", + }, + { + id: "378", + name: "동아치과병원", + dept: "hospitaldent", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","20:00"),3:R("09:30","18:30"),4:R("09:30","20:00"),5:R("09:30","18:30"),6:R("09:30","16:00"),0:C }), + address: "인천 미추홀구 경인로 462 동아생명빌딩 3층 (주안동)", + phone: "032-427-7575", + zip: "22145", + }, + { + id: "379", + name: "남치과의원", + dept: "hospitaldent", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 동구 봉수대로 98 (송림동)", + phone: "032-576-2828", + zip: "22531", + }, + { + id: "380", + name: "디지털허브치과의원", + dept: "hospitaldent", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","20:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 미추홀구 미추홀대로 695 7,8층 (주안동, 인혜빌딩)", + phone: "032-875-7529", + zip: "22139", + }, + { + id: "381", + name: "안성모치과의원", + dept: "hospitaldent", + hours: makeHours({ 1:R("09:30","17:30"),2:R("09:30","17:30"),3:R("09:30","17:30"),4:R("09:30","17:30"),5:R("09:30","17:30"),6:R("09:30","14:30"),0:C }), + address: "인천 부평구 장제로 205 (부평동)", + phone: "032-517-2728", + zip: "21356", + }, + { + id: "382", + name: "노블리안치과의원", + dept: "hospitaldent", + hours: makeHours({ 1:R("09:30","19:00"),2:R("09:30","21:00"),3:R("09:30","19:00"),4:R("09:30","21:00"),5:R("09:30","19:00"),6:R("09:30","16:00"),0:C }), + address: "인천 남동구 논고개로 117 메트로타워401호 (논현동)", + phone: "032-424-2275", + zip: "21653", + }, + { + id: "383", + name: "젠치과의원", + dept: "hospitaldent", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 동구 송현로 9 (송현동)", + phone: "032-773-1269", + zip: "22549", + }, + { + id: "384", + name: "인천백치과의원", + dept: "hospitaldent", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","20:00"),3:R("09:00","18:00"),4:R("09:00","20:00"),5:R("09:00","18:00"),6:R("09:00","15:00"),0:C }), + address: "인천광역시 동구 샛골로210번길 9 (20-28 황금프라자 401-402호)", + phone: "032-777-9171", + zip: "22534", + }, + { + id: "385", + name: "세종치과의원", + dept: "hospitaldent", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:00"),0:C }), + address: "인천 남동구 호구포로 872 (구월동)", + phone: "032-465-8275", + zip: "21542", + }, + { + id: "386", + name: "라은치과의원", + dept: "hospitaldent", + hours: makeHours({ 1:R("10:00","18:30"),2:R("10:00","21:00"),3:R("10:00","18:30"),4:R("10:00","18:30"),5:R("10:00","18:30"),6:R("10:00","14:00"),0:C }), + address: "인천광역시 남동구 남동대로 879 (간석동)", + phone: "032-423-7528", + zip: "21550", + }, + { + id: "387", + name: "더라은치과의원", + dept: "hospitaldent", + hours: makeHours({ 1:R("09:30","19:00"),2:R("09:30","19:00"),3:R("09:30","19:00"),4:C,5:R("09:30","19:00"),6:R("09:30","14:00"),0:C }), + address: "인천 미추홀구 토금중로40번길 11 5층 (용현동)", + phone: "032-891-2875", + zip: "22186", + }, + { + id: "388", + name: "서울센트리얼치과병원", + dept: "hospitaldent", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","13:00"),0:C }), + address: "인천광역시 남동구 서창남순환로 222 (서창동, 센타프라자) 305호", + phone: "032-469-2879", + zip: "21617", + }, + { + id: "389", + name: "해피스치과의원", + dept: "hospitaldent", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","13:30"),0:C }), + address: "인천 부평구 부평대로 70 401호 (부평동)", + phone: "032-362-2896", + zip: "21390", + }, + { + id: "390", + name: "참조은박치과의원", + dept: "hospitaldent", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","13:30"),0:C }), + address: "인천광역시 서구 완정로 31 (마전동, 동아프라자) 302호", + phone: "032-561-2879", + zip: "22639", + }, + { + id: "391", + name: "한림치과의원", + dept: "hospitaldent", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천광역시 계양구 장제로 728 401,402호 (작전동)", + phone: "032-555-3336", + zip: "21079", + }, + { + id: "392", + name: "에센스치과의원", + dept: "hospitaldent", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","13:30"),0:C }), + address: "인천 부평구 경원대로 1402 (부평동, 프라자빌딩) 2,3층", + phone: "032-266-2828", + zip: "21404", + }, + { + id: "393", + name: "푸른치과", + dept: "hospitaldent", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","13:30"),0:C }), + address: "인천 부평구 세월천로 51 2층 (산곡동)", + phone: "032-515-8275", + zip: "21309", + }, + { + id: "394", + name: "비에스치과의원", + dept: "hospitaldent", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","13:30"),0:C }), + address: "인천 동구 샛골로 212 (송림동) 2,3층", + phone: "032-772-2870", + zip: "22534", + }, + { + id: "395", + name: "하얀이치과의원", + dept: "hospitaldent", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","13:30"),0:C }), + address: "인천 계양구 병방시장로 79 (병방동)", + phone: "032-556-2875", + zip: "21027", + }, + { + id: "396", + name: "열린치과의원", + dept: "hospitaldent", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","13:30"),0:C }), + address: "인천 부평구 무네미로 446 1층 (구산동, 근로복지공단 인천병원 본관동)", + phone: "032-555-2875", + zip: "21417", + }, + { + id: "397", + name: "최선치과의원", + dept: "hospitaldent", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","13:30"),0:C }), + address: "인천 부평구 원적로 290 산곡메디칼센터 302호 (산곡동)", + phone: "032-515-2875", + zip: "21371", + }, + { + id: "398", + name: "연수선치과의원", + dept: "hospitaldent", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","13:30"),0:C }), + address: "인천 연수구 용담로 153 205호 (연수동, 대동월드스포츠센터)", + phone: "032-821-7528", + zip: "21930", + }, + { + id: "207", + name: "성베드로한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","14:00"),0:C }), + address: "인천 계양구 장제로 785 (계산동)", + phone: "032-544-2200", + zip: "21082", + }, + { + id: "208", + name: "가천대학교부속 길 한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("08:30","17:00"),2:R("08:30","17:00"),3:R("08:30","17:00"),4:R("08:30","17:00"),5:R("08:30","17:00"),6:R("08:30","12:00"),0:C }), + address: "인천 중구 큰우물로 12 (용동)", + phone: "032-770-1203", + zip: "22318", + }, + { + id: "209", + name: "행복한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","16:00"),0:C }), + address: "인천 연수구 독배로 49 럭키빌딩 3층 301호 (옥련동)", + phone: "032-833-0040", + zip: "21957", + }, + { + id: "210", + name: "세종한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","15:00"),0:C }), + address: "인천광역시 남동구 호구포로872 (구월동)", + phone: "032-466-4975", + zip: "21542", + }, + { + id: "211", + name: "다나은 한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","17:00"),0:C }), + address: "인천 부평구 경인로999번길 1 (부평동, 다나은한방병원)", + phone: "032-523-1075", + zip: "21414", + }, + { + id: "212", + name: "힐링한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:R("09:00","13:00") }), + address: "인천 부평구 부흥로 283 2층 (부평동, 힐링한방병원)", + phone: "032-523-8275", + zip: "21359", + }, + { + id: "213", + name: "인천자생한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천광역시 남동구 예술로 126 (구월동, 링크126빌딩 4,5층)", + phone: "032-230-1009", + zip: "21574", + }, + { + id: "214", + name: "인천수한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 남동구 소래역로 50 (논현동, 토성프라자) 5층 1호,2호", + phone: "032-422-7582", + zip: "21673", + }, + { + id: "215", + name: "무루한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 미추홀구 주안로 116 4층 401,402호 (주안동, 주안리가스퀘어)", + phone: "032-465-1001", + zip: "22135", + }, + { + id: "216", + name: "더원한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","13:00"),0:C }), + address: "인천 미추홀구 경인로 402 (주안동, 2~4층)", + phone: "032-433-7575", + zip: "22148", + }, + { + id: "217", + name: "부평수한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 부평구 부흥로 329 로얄프라자3층 (부평동)", + phone: "032-503-8275", + zip: "21360", + }, + { + id: "218", + name: "인주한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 남동구 인주대로 670 (구월동) 101호,501호,502호,503호,602호", + phone: "032-1833-7887", + zip: "21578", + }, + { + id: "219", + name: "인천한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 미추홀구 석정로 6 (숭의동, 인천한방병원)", + phone: "032-554-7582", + zip: "22173", + }, + { + id: "220", + name: "보명한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 미추홀구 아암대로 91 (용현동)", + phone: "032-887-1079", + zip: "22186", + }, + { + id: "221", + name: "영종명가한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 중구 영종대로 94 6~8층 (운서동, 두림타워)", + phone: "032-666-8090", + zip: "22371", + }, + { + id: "222", + name: "검단스마일한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천광역시 서구 완정로 55 (마전동, 마전동빌딩) 2~5층", + phone: "032-569-8088", + zip: "22639", + }, + { + id: "223", + name: "참바른한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 미추홀구 미추홀대로 702 (주안동)", + phone: "032-441-1722", + zip: "22140", + }, + { + id: "224", + name: "찬누리한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 부평구 원적로 469 (부평동)", + phone: "032-511-1001", + zip: "21365", + }, + { + id: "225", + name: "기운찬 한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 남동구 인주대로 593 (구월동) 9~11층", + phone: "032-1833-3966", + zip: "21558", + }, + { + id: "226", + name: "인천탑한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 서구 청마로19번길 13 2층 (당하동)", + phone: "032-563-1075", + zip: "22675", + }, + { + id: "227", + name: "구월한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 남동구 호구포로 832 (구월동) 1,2,3층", + phone: "032-462-7575", + zip: "21542", + }, + { + id: "228", + name: "서인천한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 서구 염곡로464번길 7 6~8층(가정동, 성도메디피아)", + phone: "032-521-7582", + zip: "22883", + }, + { + id: "229", + name: "송도한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 연수구 하모니로 158 (송도동) 송도타임스페이스 A동 6층", + phone: "032-715-5151", + zip: "21998", + }, + { + id: "230", + name: "늘한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 남동구 서창방산로 55 4층 401호 (서창동, 서창비젼프라자)", + phone: "032-465-7510", + zip: "21617", + }, + { + id: "231", + name: "자양한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 연수구 신송로 154 4층(송도동, 더제니스)", + phone: "032-255-1000", + zip: "22001", + }, + { + id: "232", + name: "인정한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 서구 청라에메랄드로 99 504호(청라동, 지젤엠청라)", + phone: "032-466-7777", + zip: "22738", + }, + { + id: "233", + name: "우리한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 계양구 장제로 808 (계산동) 2층 201호 203호 6층 602호", + phone: "032-551-8088", + zip: "21060", + }, + { + id: "234", + name: "정강의료재단검단수한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 서구 완정로 147 (왕길동, 유영빌딩 3~10층, 12층)", + phone: "032-713-5300", + zip: "22636", + }, + { + id: "235", + name: "경희한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 계양구 새벌로 112 5층 (효성동, 마스터즈)", + phone: "032-548-1188", + zip: "21111", + }, + { + id: "236", + name: "청아한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 부평구 부평대로51번길 7 (부평동, 제이·원 부평메디피아)", + phone: "032-527-5999", + zip: "21388", + }, + { + id: "237", + name: "미르한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 부평구 장제로 153 4,5층 (부평동,부흥빌딩)", + phone: "032-501-7582", + zip: "21360", + }, + { + id: "238", + name: "정성한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 계양구 계양대로 94 1,3,5층(작전동,영화빌딩)", + phone: "032-556-5575", + zip: "21091", + }, + { + id: "239", + name: "토탈케어한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 연수구 청능대로 109 (연수동, 탑피온 10층 1001호, 11층 1호) 10,11층 1001,1호", + phone: "032-715-5667", + zip: "21927", + }, + { + id: "240", + name: "인천국제한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 남동구 석촌로 21 (간석동)", + phone: "032-428-7582", + zip: "21545", + }, + { + id: "241", + name: "세찬한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 남동구 석정로 518 (간석동) M타워 1층-4층", + phone: "032-716-6660", + zip: "21504", + }, + { + id: "242", + name: "스카이한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천광역시 중구 자연대로 47 (중산동, , 411~412, 507~509) 4층 5층", + phone: "032-752-1079", + zip: "22402", + }, + { + id: "243", + name: "이강한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 부평구 길주로 651 (삼산동)3,4,5층", + phone: "032-330-2011", + zip: "21344", + }, + { + id: "244", + name: "새론한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 남동구 논고개로 101 (논현동)4층401호.402호", + phone: "032-423-3650", + zip: "21679", + }, + { + id: "245", + name: "계양다나음한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 계양구 경명대로 1134 (계산동)", + phone: "032-544-7975", + zip: "21056", + }, + { + id: "246", + name: "명쾌한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 연수구 옥련동 204-1번지 외1필지 B01일부호,3층,4층,5층 전체", + phone: "032-719-3875", + zip: "21950", + }, + { + id: "247", + name: "청라S한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 서구 중봉대로586번길 9-4 6층 (청라동, 쓰리엠타워)", + phone: "032-719-8258", + zip: "22736", + }, + { + id: "248", + name: "치유한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 미추홀구 인주대로 442 (주안동)", + phone: "032-212-7676", + zip: "22228", + }, + { + id: "249", + name: "해오름한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 서구 원당대로 1039 (원당동, 태경타워) 5,6층", + phone: "032-932-7000", + zip: "22865", + }, + { + id: "250", + name: "인천더하다한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 남동구 서창방산로 55 (서창동) 4층", + phone: "032-1644-7889", + zip: "21617", + }, + { + id: "251", + name: "365엄지한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 미추홀구 한나루로 420 3,4층 (학익동, 학익동 월드타워)", + phone: "032-721-7773", + zip: "22219", + }, + { + id: "252", + name: "빅토리아 한방병원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천광역시 계양구 계산새로 71 (계산동) 하이베라스 C동 11층 C동 11층", + phone: "032-552-8050", + zip: "21060", + }, + { + id: "253", + name: "장 한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("10:00","19:00"),2:R("10:00","19:00"),3:R("10:00","19:00"),4:R("10:00","19:00"),5:R("10:00","19:00"),6:R("10:00","15:00"),0:C }), + address: "인천 남동구 호구포로 782 (구월동)", + phone: "032-466-2500", + zip: "21536", + }, + { + id: "254", + name: "학익 한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","16:00"),0:C }), + address: "인천 미추홀구 매소홀로 446 대성빌딩 2층 (학익동)", + phone: "032-875-9595", + zip: "22226", + }, + { + id: "255", + name: "김수철한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","19:00"),2:R("09:30","19:00"),3:R("09:30","19:00"),4:R("09:30","19:00"),5:R("09:30","19:00"),6:R("09:30","15:00"),0:C }), + address: "인천 계양구 주부토로 469 2층 (작전동)", + phone: "032-552-1075", + zip: "21087", + }, + { + id: "256", + name: "간석경희한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","19:00"),2:R("09:30","19:00"),3:R("09:30","19:00"),4:R("09:30","19:00"),5:R("09:30","19:00"),6:R("09:30","17:00"),0:C }), + address: "인천 남동구 호구포로 886 (간석동)", + phone: "032-465-1075", + zip: "21518", + }, + { + id: "257", + name: "해모수한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","20:00"),3:R("09:00","20:00"),4:R("09:00","19:00"),5:R("09:00","18:00"),6:R("09:00","14:00"),0:C }), + address: "인천광역시 부평구 배곶남로 13 (십정동) 1층", + phone: "032-423-8275", + zip: "21450", + }, + { + id: "258", + name: "박촌한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","21:00"),3:R("09:00","19:00"),4:R("08:00","21:00"),5:R("09:00","19:00"),6:R("09:00","16:30"),0:C }), + address: "인천 계양구 장제로1009번길 2 (박촌동)", + phone: "032-545-6695", + zip: "21021", + }, + { + id: "259", + name: "단아안 감초당 한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("10:00","20:00"),2:R("10:00","20:00"),3:R("10:00","20:00"),4:R("10:00","20:00"),5:R("10:00","20:00"),6:R("10:00","15:00"),0:R("10:00","15:00") }), + address: "인천 계양구 계산새로 71 (계산동) C동 204~206호(계산동, 하이베라스)", + phone: "032-551-7575", + zip: "21060", + }, + { + id: "260", + name: "약선당부부한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","20:00"),2:R("09:30","20:00"),3:R("09:30","20:00"),4:R("09:30","20:00"),5:R("09:30","20:00"),6:R("09:30","15:00"),0:R("09:30","15:00") }), + address: "인천광역시 연수구 먼우금로 190 (연수동) 203호", + phone: "032-233-1075", + zip: "21927", + }, + { + id: "261", + name: "하나로한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","16:00"),0:C }), + address: "인천 미추홀구 토금중로 13 2층 (용현동)", + phone: "032-885-2434", + zip: "22186", + }, + { + id: "262", + name: "용정한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","19:00"),0:C }), + address: "인천 강화군 강화읍 갑룡길 118 (용정부부한의원)", + phone: "032-933-4048", + zip: "23023", + }, + { + id: "263", + name: "광생한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","20:00"),2:R("09:30","19:00"),3:R("09:30","19:00"),4:R("09:30","20:00"),5:R("09:30","19:00"),6:R("09:30","16:00"),0:C }), + address: "인천광역시 남동구 장승남로 44 (만수동, 명진프라자 4층) 402호", + phone: "032-471-1075", + zip: "21596", + }, + { + id: "264", + name: "정기용한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:00","19:00"),2:R("09:00","19:00"),3:R("09:00","19:00"),4:R("09:00","19:00"),5:R("09:00","19:00"),6:R("09:00","14:00"),0:C }), + address: "인천 연수구 앵고개로246번길 10 (동춘동, 대산프라자) 303호", + phone: "032-812-5252", + zip: "21972", + }, + { + id: "265", + name: "생명마루한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("10:00","20:00"),2:R("10:00","20:00"),3:R("10:00","20:00"),4:R("14:00","20:00"),5:R("10:00","20:00"),6:R("10:00","15:00"),0:C }), + address: "인천 남동구 인하로 497-5 (구월동, 푸른세상안과빌딩) 203호", + phone: "032-432-0307", + zip: "21574", + }, + { + id: "266", + name: "송림한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:00","18:00"),2:R("09:00","18:00"),3:R("09:00","18:00"),4:R("09:00","18:00"),5:R("09:00","18:00"),6:R("09:00","14:00"),0:C }), + address: "인천 동구 송림로 96 (송림동) 503호", + phone: "032-762-3025", + zip: "22558", + }, + { + id: "267", + name: "경희삼성한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:00","20:00"),2:R("09:00","20:00"),3:R("09:00","20:00"),4:R("09:00","20:00"),5:R("09:00","20:00"),6:R("09:00","15:00"),0:R("09:00","15:00") }), + address: "인천광역시 부평구 경인로 948 (부평동, 유성메디칼빌딩) 6, 7층", + phone: "032-511-2231", + zip: "21424", + }, + { + id: "268", + name: "인천중앙한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("08:30","17:00"),2:R("08:30","17:00"),3:R("08:30","17:00"),4:R("08:30","17:00"),5:R("08:30","17:00"),6:R("08:30","12:30"),0:R("08:30","12:00") }), + address: "인천광역시 부평구 무네미로 446 (구산동, 근로복지공단 인천병원) 지하1층", + phone: "032-507-6954", + zip: "21417", + }, + { + id: "269", + name: "한음한방신경정신과한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","20:30"),3:R("09:30","18:30"),4:C,5:R("09:30","18:30"),6:R("09:30","16:30"),0:C }), + address: "인천 남동구 성말로 10 (구월동, 효명프라자) 401호", + phone: "032-421-8576", + zip: "21574", + }, + { + id: "270", + name: "미올한의원 부평점", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 부평구 부평문화로 55 5층 502-2호(부평동, 와이디타워)", + phone: "032-516-8275", + zip: "21388", + }, + { + id: "271", + name: "원당한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 서구 원당대로 859 (원당동, 원당메디칼프라자) 301호", + phone: "032-567-0175", + zip: "22647", + }, + { + id: "272", + name: "경희진한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 남동구 구월남로 172 정락빌딩 2층 (구월동)", + phone: "032-461-7582", + zip: "21565", + }, + { + id: "273", + name: "동화한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 서구 원적로 78 라이프상가 203호 (가좌동)", + phone: "032-577-1775", + zip: "22815", + }, + { + id: "274", + name: "푸른솔한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천광역시 미추홀구 아암대로29번길 47 (용현동) 2층", + phone: "032-882-8494", + zip: "22175", + }, + { + id: "275", + name: "루원365한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 서구 염곡로464번길 15 (가정동) 605~609호", + phone: "070-4550-4975", + zip: "22731", + }, + { + id: "276", + name: "화목한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 서구 가정로 388 4층 (가정동)", + phone: "032-568-7582", + zip: "22777", + }, + { + id: "277", + name: "365바로한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 서구 고래울로 4 3층(가좌동)", + phone: "032-715-7789", + zip: "22821", + }, + { + id: "278", + name: "세종한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 계양구 장제로 999 3층 (박촌동)", + phone: "032-501-8128", + zip: "21021", + }, + { + id: "279", + name: "솔빛한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 남동구 서창남순환로215번길 36 , 306~308호 (서창동)", + phone: "032-719-7910", + zip: "21614", + }, + { + id: "280", + name: "은생당한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천광역시 부평구 열우물로 67 (십정동, 새천년 월드타워) 2층", + phone: "032-422-1072", + zip: "21452", + }, + { + id: "281", + name: "아이누리한의원송도점", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 연수구 송도국제대로 157 (송도동, 오네스타) 4층 401,4호", + phone: "032-464-8575", + zip: "21984", + }, + { + id: "282", + name: "규림한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 서구 원당대로 660 3층 302호 (당하동, 영프라자)", + phone: "032-569-1075", + zip: "22677", + }, + { + id: "283", + name: "금송아지 한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 부평구 길주로 633 403호 (삼산동, 삼산메디캐슬)", + phone: "032-505-9275", + zip: "21344", + }, + { + id: "284", + name: "경희랜드마크한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천광역시 연수구 랜드마크로 68 (송도동, 랜드마크시티 센트럴더샵 상업시설) 2층", + phone: "032-814-7575", + zip: "22018", + }, + { + id: "285", + name: "안심한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천광역시 계양구 경명대로 1063 (계산동) 2층", + phone: "032-814-7510", + zip: "21040", + }, + { + id: "286", + name: "봄봄한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 미추홀구 주안로 226 113호 (주안동, 더월드스테이트 중심상가)", + phone: "032-710-0859", + zip: "22143", + }, + { + id: "287", + name: "스마일한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천광역시 연수구 앵고개로 260 (동춘동, 맘모스빌딩) 3층 304-313호", + phone: "032-822-7582", + zip: "21972", + }, + { + id: "288", + name: "365채움한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 서구 가정로 375 (신현동, 금강아미움) 202호", + phone: "nan", + zip: "22778", + }, + { + id: "289", + name: "경인한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 동구 화도진로 63 (화평동) 3,4,5층", + phone: "032-777-7588", + zip: "22519", + }, + { + id: "290", + name: "자연봄한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 미추홀구 인주대로 442-1 (주안동)", + phone: "032-426-9200", + zip: "22228", + }, + { + id: "291", + name: "주선한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 미추홀구 경원대로 743 (주안동) 3층,4층,5층", + phone: "032-425-4200", + zip: "22228", + }, + { + id: "292", + name: "자성한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천광역시 강화군 강화읍 중앙로 68 2층 203,207호", + phone: "032-719-8880", + zip: "23037", + }, + { + id: "293", + name: "서창숲한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 남동구 서창남로 81 3층 (서창동, 투엠프라자)", + phone: "032-710-7510", + zip: "21614", + }, + { + id: "294", + name: "성심한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천광역시 미추홀구 염창로42 (주안동, 강남메디컬타워)", + phone: "032-862-7524", + zip: "22127", + }, + { + id: "295", + name: "재이한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "서울 노원구 동일로 1345 (상계동) 3층 303호 304(상계동, 인천빌딩)호", + phone: "02-937-8875", + zip: "1767", + }, + { + id: "296", + name: "365송도경희한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천광역시 연수구 센트럴로 415 (송도동, 힐스테이트 송도 더테라스) S동250호,251호", + phone: "032-715-8575", + zip: "22020", + }, + { + id: "297", + name: "봄한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천광역시 연수구 독배로 42 (옥련동, 해창빌딩) 2층", + phone: "032-831-0500", + zip: "21949", + }, + { + id: "298", + name: "송도세명한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천광역시 연수구 인천타워대로54번길 15-5 (송도동, 북일프라자) 301호", + phone: "032-435-9700", + zip: "22000", + }, + { + id: "299", + name: "성제한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 미추홀구 한나루로 464 (주안동)", + phone: "032-873-1130", + zip: "22218", + }, + { + id: "300", + name: "해님달님한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 남동구 서창남순환로216번길 17 302호 (서창동, 스카이플러스)", + phone: "032-461-1110", + zip: "21617", + }, + { + id: "301", + name: "청린한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천광역시 서구 이음5로 34 (원당동, 제일프라자) 3층", + phone: "032-567-7510", + zip: "22866", + }, + { + id: "302", + name: "맑은숲한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 남동구 논고개로 80 (논현동, 나로프라자) 301호", + phone: "032-435-7711", + zip: "21667", + }, + { + id: "303", + name: "정원산책한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 남동구 장승남로 48 (만수동, 제우빌딩) 401호", + phone: "032-465-7511", + zip: "21596", + }, + { + id: "304", + name: "아레나한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 연수구 해돋이로151번길 4 304호 (송도동, 인피니티타워)", + phone: "032-721-7580", + zip: "22003", + }, + { + id: "305", + name: "동춘당한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 연수구 앵고개로264번길 10-1 2층 (동춘동)", + phone: "032-821-0070", + zip: "21972", + }, + { + id: "306", + name: "청원한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 남동구 백범로 123 3층 (만수동, 상지프라자)", + phone: "032-471-1030", + zip: "21539", + }, + { + id: "307", + name: "만수포레한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 남동구 만수서로 60 (만수동, 향촌 필러스프라자) 108호~111호", + phone: "032-464-7582", + zip: "21524", + }, + { + id: "308", + name: "경희명랑한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 부평구 원길로 34 (청천동, 중앙프라자) 404호", + phone: "032-521-1075", + zip: "21364", + }, + { + id: "309", + name: "화평한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 연수구 독배로40번길 11 601호 (옥련동, 효명프라자)", + phone: "032-851-8300", + zip: "21949", + }, + { + id: "310", + name: "경희자란한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 남동구 구월남로 280 (구월동) 2층(구월동,알파프라자)", + phone: "032-464-1688", + zip: "21536", + }, + { + id: "311", + name: "소통부부한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 연수구 신송로 164 (송도동, 아데니움플라자) 5층 501호", + phone: "032-858-3375", + zip: "22001", + }, + { + id: "312", + name: "심준보한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 남동구 남동대로 894 (간석동, 강남빌딩)", + phone: "032-442-1075", + zip: "21545", + }, + { + id: "313", + name: "광덕안정한의원 인천작전점", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:R("09:30","14:00"),0:C }), + address: "인천 계양구 계양대로 65 (작전동) 3층", + phone: "032-721-8075", + zip: "21110", + }, + { + id: "314", + name: "경희든든부부한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 남동구 앵고개로 928 (논현동, 디에이프라자) 203호,204호", + phone: "032-710-6290", + zip: "21673", + }, + { + id: "315", + name: "드림한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 남동구 만수서로 52 301호 (만수동, 쓰리제이프라자)", + phone: "032-464-1079", + zip: "21524", + }, + { + id: "316", + name: "청천한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 부평구 세월천로 34 대우프라자 303호 (청천동)", + phone: "032-507-3700", + zip: "21312", + }, + { + id: "317", + name: "단비한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 서구 청라한내로 90 601-609동 6층 (청라동, 엠케이뷰)", + phone: "032-561-1075", + zip: "22758", + }, + { + id: "318", + name: "다나음한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 서구 이음대로 392 4층 410호 (원당동, 메트로시티)", + phone: "032-569-7770", + zip: "22866", + }, + { + id: "319", + name: "나은내일한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 연수구 신송로 153 8층 (송도동, 더 마란츠타워)", + phone: "032-713-9252", + zip: "22002", + }, + { + id: "320", + name: "동의보감한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 연수구 청능대로 103 2층 202호 (연수동)", + phone: "032-815-9494", + zip: "21927", + }, + { + id: "321", + name: "더베스트한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 계양구 오조산공원로 26 (용종동, (주)골드프라자) 3층 301-305호", + phone: "032-546-4975", + zip: "21065", + }, + { + id: "322", + name: "해솜한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 남동구 경인로 520 (간석동) 3층 302호(간석동,탑프라자2)", + phone: "032-427-7533", + zip: "21552", + }, + { + id: "323", + name: "경희대남한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 계양구 용종로 14 (계산동, 은행마을 태평아파트) 상가동201호", + phone: "032-544-1075", + zip: "21071", + }, + { + id: "324", + name: "청구경희한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 남동구 청능대로 581 (논현동, 광성프라자) 301호", + phone: "032-423-1275", + zip: "21653", + }, + { + id: "325", + name: "영종한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 중구 하늘달빛로 94 (중산동, 스타타워) 403호", + phone: "032-751-1275", + zip: "22402", + }, + { + id: "326", + name: "도앤다한의원 하늘도시점", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 중구 영종대로 875 1217호 (중산동)", + phone: "032-719-8365", + zip: "22402", + }, + { + id: "327", + name: "검단약손한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천광역시 서구 서로3로 104 당하동, 신화디벨로퍼 301호", + phone: "032-710-6875", + zip: "22869", + }, + { + id: "328", + name: "365부평한의원", + dept: "hospitalKor", + hours: makeHours({ 1:R("09:30","18:30"),2:R("09:30","18:30"),3:R("09:30","18:30"),4:R("09:30","18:30"),5:R("09:30","18:30"),6:C,0:C }), + address: "인천 부평구 시장로 53 (부평동)", + phone: "032-713-8678", + zip: "21391", + }, +]; \ No newline at end of file From eb15f91d83171ef35372c4e043304325854a6a61 Mon Sep 17 00:00:00 2001 From: yerroong Date: Wed, 26 Nov 2025 00:03:19 +0900 Subject: [PATCH 11/18] =?UTF-8?q?feat:=20info=20=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20=EC=84=B9=EC=85=98=20=ED=83=80=EC=9D=B4=ED=8B=80=20?= =?UTF-8?q?=ED=95=98=EC=9D=B4=EB=9D=BC=EC=9D=B4=ED=8A=B8=20=EA=B0=9C?= =?UTF-8?q?=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/CenterPage/CenterPage.css | 4 +-- src/pages/CenterPage/CenterPage.tsx | 4 +-- .../InfoPage/InfoCompPage/InfoCompPage.css | 25 ++----------------- .../InfoDictionPage/InfoDictionPage.css | 25 +------------------ .../InfoDictionPage/InfoDictionPage.tsx | 3 ++- .../InfoProcessPage/InfoProcessPage.css | 21 ++++------------ .../InfoProcessPage/InfoProcessPage.tsx | 1 + .../InfoSalaryPage/InfoSalaryPage.css | 4 +-- .../InfoSalaryPage/InfoSalaryPage.tsx | 2 +- src/styles/infopage.css | 8 ++++++ 10 files changed, 26 insertions(+), 71 deletions(-) create mode 100644 src/styles/infopage.css diff --git a/src/pages/CenterPage/CenterPage.css b/src/pages/CenterPage/CenterPage.css index 4ec7ee0..0ca76b7 100644 --- a/src/pages/CenterPage/CenterPage.css +++ b/src/pages/CenterPage/CenterPage.css @@ -24,7 +24,7 @@ } /* 대제목 */ -.section-title { +.center-subtitle { position: relative; display: block; width: fit-content; @@ -37,7 +37,7 @@ } /* 하이라이터 효과 */ -.section-title.hl::after { +.center-subtitle.hl::after { content: ""; position: absolute; left: -6px; diff --git a/src/pages/CenterPage/CenterPage.tsx b/src/pages/CenterPage/CenterPage.tsx index 4267354..24c4021 100644 --- a/src/pages/CenterPage/CenterPage.tsx +++ b/src/pages/CenterPage/CenterPage.tsx @@ -12,7 +12,7 @@ export default function CenterPage() {

센터 소개 (Center Info)

{/* 인천외국인종합지원센터 */} -

인천외국인종합지원센터

+

인천외국인종합지원센터

{/* 로고 및 설명 */}
@@ -27,7 +27,7 @@ export default function CenterPage() {
{/* 센터 정보 안내 */} -

센터 정보 안내

+

센터 정보 안내

{/* 정보 박스들 */}
diff --git a/src/pages/InfoPage/InfoCompPage/InfoCompPage.css b/src/pages/InfoPage/InfoCompPage/InfoCompPage.css index cef32fd..b3f0079 100644 --- a/src/pages/InfoPage/InfoCompPage/InfoCompPage.css +++ b/src/pages/InfoPage/InfoCompPage/InfoCompPage.css @@ -38,29 +38,8 @@ color: #2f3747; } -/* 섹션 제목 */ -.section-title { - position: relative; - display: block; - width: fit-content; - z-index: 0; - margin: 25px 0 0; - font-size: 20px; - font-weight: 600; - line-height: 1.3; - color: #2f3747; -} -.section-title.hl::after { - content: ""; - position: absolute; - left: -6px; - right: -27px; - top: 50%; - height: 12px; - background: #e0eeff; - border-radius: 4px; - z-index: -1; -} + + .section-title + .paragraph, .section-title + .check-list, .section-title + .dash-list { diff --git a/src/pages/InfoPage/InfoDictionPage/InfoDictionPage.css b/src/pages/InfoPage/InfoDictionPage/InfoDictionPage.css index 21e15cb..a384dae 100644 --- a/src/pages/InfoPage/InfoDictionPage/InfoDictionPage.css +++ b/src/pages/InfoPage/InfoDictionPage/InfoDictionPage.css @@ -22,30 +22,7 @@ color: #2f3747; } -/* 대제목 */ -.section-title { - position: relative; - display: block; - width: fit-content; - z-index: 1; - margin: 25px 0 0; - font-size: 20px; - font-weight: 600; - line-height: 1.3; - color: #2f3747; -} -/* 대제목 */ -.section-title.hl::after { - content: ""; - position: absolute; - left: -6px; - right: -27px; - top: 55%; - height: 12px; - background: #e0eeff; - border-radius: 4px; - z-index: -1; -} + /* 소제목 (1-1, 1-2, 1-3, 제외사유) */ .sub-title { diff --git a/src/pages/InfoPage/InfoDictionPage/InfoDictionPage.tsx b/src/pages/InfoPage/InfoDictionPage/InfoDictionPage.tsx index 95fe3cd..40227ac 100644 --- a/src/pages/InfoPage/InfoDictionPage/InfoDictionPage.tsx +++ b/src/pages/InfoPage/InfoDictionPage/InfoDictionPage.tsx @@ -2,8 +2,9 @@ import Header from "../../../components/Header/Header"; import BottomBar from "../../../components/BottomBar/BottomBar"; import { useLocalization } from "../../../contexts/LocalizationContext"; import "./InfoDictionPage.css"; +import "../../../../src/styles/infopage.css" -// ✅ 내부 유틸:

안의 '•' 라인 자동 분리 +// 내부 유틸:

안의 '•' 라인 자동 분리 function toBullets(text: string): string[] { return text .split(//gi) diff --git a/src/pages/InfoPage/InfoProcessPage/InfoProcessPage.css b/src/pages/InfoPage/InfoProcessPage/InfoProcessPage.css index 4b193cb..8df26be 100644 --- a/src/pages/InfoPage/InfoProcessPage/InfoProcessPage.css +++ b/src/pages/InfoPage/InfoProcessPage/InfoProcessPage.css @@ -28,27 +28,16 @@ .proc-section { margin-bottom: 30px; } /* 서브타이틀 */ -.section-title { - position: relative; - display: block; - width: fit-content; - z-index: 0; - margin: 0 0 30px 0; /* 섹션 타이틀 → 컨텐츠 30px */ +.section-subtitle { + margin-top: 20px; + display: inline; /* inline으로 변경 */ font-size: 20px; font-weight: 600; line-height: 1.3; color: #2f3747; -} -.section-title.hl::after { - content: ""; - position: absolute; - left: -6px; - right: -27px; - top: 50%; - height: 12px; - background: #e0eeff; + background: #e0eeff; /* 하이라이트 배경 */ border-radius: 4px; - z-index: -1; + padding: 2px 6px; /* 위아래 여백, 좌우 여백 */ } /* 본문 */ diff --git a/src/pages/InfoPage/InfoProcessPage/InfoProcessPage.tsx b/src/pages/InfoPage/InfoProcessPage/InfoProcessPage.tsx index 69808f1..7fdfc8f 100644 --- a/src/pages/InfoPage/InfoProcessPage/InfoProcessPage.tsx +++ b/src/pages/InfoPage/InfoProcessPage/InfoProcessPage.tsx @@ -2,6 +2,7 @@ import Header from "../../../components/Header/Header"; import BottomBar from "../../../components/BottomBar/BottomBar"; import { useLocalization } from "../../../contexts/LocalizationContext"; import "./InfoProcessPage.css"; +import "../../../../src/styles/infopage.css" function stripOrderedPrefix(text: string) { return text.replace(/^\s*\d+\.\s*/, ""); diff --git a/src/pages/InfoPage/InfoSalaryPage/InfoSalaryPage.css b/src/pages/InfoPage/InfoSalaryPage/InfoSalaryPage.css index 561bac5..30bdc5e 100644 --- a/src/pages/InfoPage/InfoSalaryPage/InfoSalaryPage.css +++ b/src/pages/InfoPage/InfoSalaryPage/InfoSalaryPage.css @@ -60,14 +60,14 @@ /* 트리거 박스 */ .acc-trigger { width: var(--box-w); - min-height: var(--box-h); + min-height: var(--box-h); /* 최소 높이 유지 */ background: var(--box-bg); border: 0; border-radius: 3px; cursor: pointer; position: relative; - display: flex; + display: flex; /* flex로 글자와 아이콘 배치 */ align-items: center; justify-content: flex-start; padding: 0 var(--icon-right); diff --git a/src/pages/InfoPage/InfoSalaryPage/InfoSalaryPage.tsx b/src/pages/InfoPage/InfoSalaryPage/InfoSalaryPage.tsx index 49fc33e..c406921 100644 --- a/src/pages/InfoPage/InfoSalaryPage/InfoSalaryPage.tsx +++ b/src/pages/InfoPage/InfoSalaryPage/InfoSalaryPage.tsx @@ -1,9 +1,9 @@ -// 산재 보험 급여 안내 import { useState } from "react"; import Header from "../../../components/Header/Header"; import BottomBar from "../../../components/BottomBar/BottomBar"; import { useLocalization } from "../../../contexts/LocalizationContext"; import "./InfoSalaryPage.css"; +import "../../../../src/styles/infopage.css" type Item = { key: string; diff --git a/src/styles/infopage.css b/src/styles/infopage.css new file mode 100644 index 0000000..adf71f7 --- /dev/null +++ b/src/styles/infopage.css @@ -0,0 +1,8 @@ +/* info 페이지 공용 하이라이터 */ +.section-title.hl { + display: inline; + box-shadow: inset 0 -0.45em 0 #e0eeff; + line-height: 1.3; + box-decoration-break: clone; + -webkit-box-decoration-break: clone; +} From d48054a9ba4d043073cb6a05196b722553253943 Mon Sep 17 00:00:00 2001 From: yerroong Date: Wed, 26 Nov 2025 00:03:55 +0900 Subject: [PATCH 12/18] =?UTF-8?q?refactor:=20=EB=B6=88=ED=95=84=EC=9A=94?= =?UTF-8?q?=ED=95=9C=20=ED=95=A8=EC=88=98=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../InfoPage/InfoCompPage/InfoCompPage.tsx | 29 +------------------ 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/src/pages/InfoPage/InfoCompPage/InfoCompPage.tsx b/src/pages/InfoPage/InfoCompPage/InfoCompPage.tsx index 609ec36..746e509 100644 --- a/src/pages/InfoPage/InfoCompPage/InfoCompPage.tsx +++ b/src/pages/InfoPage/InfoCompPage/InfoCompPage.tsx @@ -1,35 +1,8 @@ -// 산재 정보 안내 (리팩토링 최종 버전) import Header from "../../../components/Header/Header"; import BottomBar from "../../../components/BottomBar/BottomBar"; import { useLocalization } from "../../../contexts/LocalizationContext"; import "./InfoCompPage.css"; - -// ✅ 내부 유틸: HTML/텍스트 → bullet 라인 배열로 변환 -function toLines(input: unknown): string[] { - if (Array.isArray(input)) { - return input.map((s) => String(s).trim()).filter(Boolean); - } - - const s = String(input ?? "").trim(); - if (!s) return []; - - // li 태그가 있으면 그 내부만 사용 - const liMatches = [...s.matchAll(/]*>([\s\S]*?)<\/li>/gi)].map((m) => - m[1] - .replace(//gi, "") - .replace(/<[^>]+>/g, "") - .replace(/\s+/g, " ") - .trim() - ); - if (liMatches.length) return liMatches.filter(Boolean); - - //
제거 후 줄/구분자 분해, 앞의 "• ", "- ", "· " 제거 - const cleaned = s.replace(//gi, "").replace(/<[^>]+>/g, ""); - return cleaned - .split(/\?|·|•|;|,|、/g) - .map((t) => t.trim().replace(/^[-•·]\s*/, "")) // ← bullet 문자 제거 핵심 - .filter(Boolean); -} +import "../../../../src/styles/infopage.css" export default function InfoCompPage() { const { t } = useLocalization(); From f50ba0647535e3ce31c0d2457829ccbddb6ffc2c Mon Sep 17 00:00:00 2001 From: yerroong Date: Wed, 26 Nov 2025 00:04:52 +0900 Subject: [PATCH 13/18] =?UTF-8?q?feat:=20=ED=8A=B8=EB=A6=AC=EA=B1=B0=20?= =?UTF-8?q?=EB=B0=95=EC=8A=A4=20=EA=B0=80=EC=9A=B4=EB=8D=B0=20=EC=A0=95?= =?UTF-8?q?=EB=A0=AC=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/InfoPage/InfoSalaryPage/InfoSalaryPage.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/InfoPage/InfoSalaryPage/InfoSalaryPage.css b/src/pages/InfoPage/InfoSalaryPage/InfoSalaryPage.css index 30bdc5e..15f0ef7 100644 --- a/src/pages/InfoPage/InfoSalaryPage/InfoSalaryPage.css +++ b/src/pages/InfoPage/InfoSalaryPage/InfoSalaryPage.css @@ -68,7 +68,7 @@ position: relative; display: flex; /* flex로 글자와 아이콘 배치 */ - align-items: center; + align-items: center; /* 세로 가운데 정렬 */ justify-content: flex-start; padding: 0 var(--icon-right); box-sizing: border-box; From abdbe5bce1186e13ea583ae30e7066c79ceb31da Mon Sep 17 00:00:00 2001 From: yerroong Date: Wed, 26 Nov 2025 00:05:17 +0900 Subject: [PATCH 14/18] =?UTF-8?q?feat:=20=ED=8A=B8=EB=A6=AC=EA=B1=B0=20?= =?UTF-8?q?=EB=B0=95=EC=8A=A4=20=EA=B0=80=EC=9A=B4=EB=8D=B0=20=EC=A0=95?= =?UTF-8?q?=EB=A0=AC=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/InfoPage/InfoSalaryPage/InfoSalaryPage.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/InfoPage/InfoSalaryPage/InfoSalaryPage.css b/src/pages/InfoPage/InfoSalaryPage/InfoSalaryPage.css index 15f0ef7..230c7cc 100644 --- a/src/pages/InfoPage/InfoSalaryPage/InfoSalaryPage.css +++ b/src/pages/InfoPage/InfoSalaryPage/InfoSalaryPage.css @@ -60,15 +60,15 @@ /* 트리거 박스 */ .acc-trigger { width: var(--box-w); - min-height: var(--box-h); /* 최소 높이 유지 */ + min-height: var(--box-h); background: var(--box-bg); border: 0; border-radius: 3px; cursor: pointer; position: relative; - display: flex; /* flex로 글자와 아이콘 배치 */ - align-items: center; /* 세로 가운데 정렬 */ + display: flex; + align-items: center; justify-content: flex-start; padding: 0 var(--icon-right); box-sizing: border-box; From 86b0e3a49d3fcc2aafad717e77d305eed8277967 Mon Sep 17 00:00:00 2001 From: yerroong Date: Wed, 26 Nov 2025 00:05:55 +0900 Subject: [PATCH 15/18] =?UTF-8?q?style:=20=EC=B9=B4=EB=93=9C/=EB=B0=95?= =?UTF-8?q?=EC=8A=A4=20border-radius=20=EB=B0=8F=20box-shadow=20=EA=B0=92?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Comp-GuidePage/Comp-GuidePage.css | 4 ++-- src/pages/HomePage/HomePage.css | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/pages/Comp-GuidePage/Comp-GuidePage.css b/src/pages/Comp-GuidePage/Comp-GuidePage.css index a7829d8..2dd59a6 100644 --- a/src/pages/Comp-GuidePage/Comp-GuidePage.css +++ b/src/pages/Comp-GuidePage/Comp-GuidePage.css @@ -45,10 +45,10 @@ /* 카드 배경 */ .guide-card-bg { background: #ffffff; - border-radius: 12px; + border-radius: 28px; padding: 28px 24px; position: relative; - box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1); + box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05); } /* 카드 1 */ diff --git a/src/pages/HomePage/HomePage.css b/src/pages/HomePage/HomePage.css index f06cd81..0203e9a 100644 --- a/src/pages/HomePage/HomePage.css +++ b/src/pages/HomePage/HomePage.css @@ -175,7 +175,7 @@ body { margin-bottom: 15px; } -/* ================= 새로운 카드 그룹 ================= */ +/* == 새로운 카드 그룹 == */ .photo-group { display: flex; flex-wrap: wrap; @@ -189,8 +189,9 @@ body { width: 346px; min-height: 120px; background: #ffffff; - border-radius: 16px; - box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08); + border-radius: 28px; + box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05); + padding: 20px 24px; display: flex; justify-content: space-between; From b146caf7c0d78b05e93c3004c493ab12bc871474 Mon Sep 17 00:00:00 2001 From: yerroong Date: Wed, 26 Nov 2025 00:31:10 +0900 Subject: [PATCH 16/18] =?UTF-8?q?refactor:=20=EC=82=AC=EC=9A=A9=EB=90=98?= =?UTF-8?q?=EC=A7=80=20=EC=95=8A=EB=8A=94=20SVG=20=EC=A0=95=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/Guide/Guide-box.svg | 32 ------------------------------- public/Guide/Information-box.svg | 33 -------------------------------- public/Help/eventplus-icon.svg | 5 ----- public/Info/NoImage.svg | 9 --------- public/Info/Tip-box.svg | 24 ----------------------- public/Info/icff-logo.svg | 9 --------- public/Info/iscfr-logo.svg | 9 --------- 7 files changed, 121 deletions(-) delete mode 100644 public/Guide/Guide-box.svg delete mode 100644 public/Guide/Information-box.svg delete mode 100644 public/Help/eventplus-icon.svg delete mode 100644 public/Info/NoImage.svg delete mode 100644 public/Info/Tip-box.svg delete mode 100644 public/Info/icff-logo.svg delete mode 100644 public/Info/iscfr-logo.svg diff --git a/public/Guide/Guide-box.svg b/public/Guide/Guide-box.svg deleted file mode 100644 index e0c635e..0000000 --- a/public/Guide/Guide-box.svg +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/Guide/Information-box.svg b/public/Guide/Information-box.svg deleted file mode 100644 index 909dfb4..0000000 --- a/public/Guide/Information-box.svg +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/Help/eventplus-icon.svg b/public/Help/eventplus-icon.svg deleted file mode 100644 index ea6241e..0000000 --- a/public/Help/eventplus-icon.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/public/Info/NoImage.svg b/public/Info/NoImage.svg deleted file mode 100644 index 43e32f0..0000000 --- a/public/Info/NoImage.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/public/Info/Tip-box.svg b/public/Info/Tip-box.svg deleted file mode 100644 index 84534ea..0000000 --- a/public/Info/Tip-box.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/Info/icff-logo.svg b/public/Info/icff-logo.svg deleted file mode 100644 index e2e7f7f..0000000 --- a/public/Info/icff-logo.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/public/Info/iscfr-logo.svg b/public/Info/iscfr-logo.svg deleted file mode 100644 index 058fda7..0000000 --- a/public/Info/iscfr-logo.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - From ed2161d7f8ecc67f93da35ca5364a5fb6a5ec3da Mon Sep 17 00:00:00 2001 From: yerroong Date: Wed, 26 Nov 2025 00:31:58 +0900 Subject: [PATCH 17/18] =?UTF-8?q?refactor:=20InfoPage=20=EC=B9=B4=EB=93=9C?= =?UTF-8?q?=20=EA=B5=AC=EC=A1=B0=20=EB=B0=8F=20UI=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/Info/Benefit-logo.svg | 9 +++++ public/Info/Compensation-logo.svg | 9 +++++ public/Info/Glossary-logo.svg | 9 +++++ public/Info/Process-logo.svg | 9 +++++ src/pages/InfoPage/InfoPage.css | 56 +++++++++++++------------------ src/pages/InfoPage/InfoPage.tsx | 31 +++++++++-------- 6 files changed, 76 insertions(+), 47 deletions(-) create mode 100644 public/Info/Benefit-logo.svg create mode 100644 public/Info/Compensation-logo.svg create mode 100644 public/Info/Glossary-logo.svg create mode 100644 public/Info/Process-logo.svg diff --git a/public/Info/Benefit-logo.svg b/public/Info/Benefit-logo.svg new file mode 100644 index 0000000..248a9c9 --- /dev/null +++ b/public/Info/Benefit-logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/Info/Compensation-logo.svg b/public/Info/Compensation-logo.svg new file mode 100644 index 0000000..09ae100 --- /dev/null +++ b/public/Info/Compensation-logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/Info/Glossary-logo.svg b/public/Info/Glossary-logo.svg new file mode 100644 index 0000000..9e32ac0 --- /dev/null +++ b/public/Info/Glossary-logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/Info/Process-logo.svg b/public/Info/Process-logo.svg new file mode 100644 index 0000000..6ed2abf --- /dev/null +++ b/public/Info/Process-logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/pages/InfoPage/InfoPage.css b/src/pages/InfoPage/InfoPage.css index 2313ffa..2210f1e 100644 --- a/src/pages/InfoPage/InfoPage.css +++ b/src/pages/InfoPage/InfoPage.css @@ -14,8 +14,8 @@ .info-content { flex: 1; display: flex; - justify-content: center; - align-items: center; + justify-content: center; /* 세로 가운데 */ + align-items: center; padding: 0px 20px 100px; box-sizing: border-box; overflow-x: auto; @@ -35,12 +35,16 @@ /* === 카드 === */ .info-card-item { - position: relative; + display: flex; + justify-content: space-between; /* 텍스트 왼쪽, 로고 오른쪽 */ + align-items: center; + background: #ffffff; /* 카드 배경 */ + border-radius: 16px; /* 둥근 테두리 */ + box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08); + padding: 15px 24px; width: 100%; max-width: 600px; min-width: 280px; - border-radius: 12px; - overflow: hidden; cursor: pointer; transition: transform 0.2s ease; } @@ -49,25 +53,12 @@ transform: translateY(-3px); } -/* 이미지 */ -.info-card-img { - width: 100%; - height: auto; - display: block; - object-fit: cover; - border: none; - box-shadow: none; - background: none; -} - -/* 텍스트 */ +/* === 텍스트 === */ .info-card-text { - position: absolute; - top: 28px; - left: 24px; - right: 24px; - text-align: left; - z-index: 2; + display: flex; + flex-direction: column; + gap: 5px; + flex: 1; } /* 제목 */ @@ -76,7 +67,6 @@ font-weight: 700; line-height: 1.3; color: #000; - margin-right:60px; margin-bottom: 0px; } @@ -87,10 +77,14 @@ font-size: 12px; line-height: 1.4; color: #92939f; - text-align: left; - white-space: pre-line; /* 줄바꿈 유지 */ - margin-right:50px; - + white-space: pre-line; +} + + +.info-card-logo img { + display: block; + width: 58px; + height: auto; } /* === 반응형 === */ @@ -98,7 +92,6 @@ /* 260px 이상 */ @media (min-width: 260px) { .info-card-title { - margin-top: 5px; font-size: 15px; } .info-card-subtitle { @@ -109,7 +102,6 @@ /* 350px 이상 */ @media (min-width: 350px) { .info-card-title { - margin-top: 10px; font-size: 18px; } .info-card-subtitle { @@ -120,7 +112,6 @@ /* 480px 이상 */ @media (min-width: 480px) { .info-card-title { - margin-top: 15px; font-size: 20px; } .info-card-subtitle { @@ -137,7 +128,6 @@ max-width: 500px; } .info-card-title { - margin-top: 10px; font-size: 21px; } .info-card-subtitle { @@ -179,4 +169,4 @@ .info-card-subtitle { font-size: 10px; } -} \ No newline at end of file +} diff --git a/src/pages/InfoPage/InfoPage.tsx b/src/pages/InfoPage/InfoPage.tsx index 5b5da00..7e40c0a 100644 --- a/src/pages/InfoPage/InfoPage.tsx +++ b/src/pages/InfoPage/InfoPage.tsx @@ -12,25 +12,25 @@ export default function InfoPage() { { title: t('infoInsurance'), subtitle: t('infoExplain'), - img: "/Info/Compensation-box.svg", + img: "/Info/Compensation-logo.svg", path: "/info/compensation", }, { title: t('infoStep'), subtitle: t('infoReward'), - img: "/Info/Process-box.svg", + img: "/Info/Process-logo.svg", path: "/info/process", }, { title: t('infoWage'), subtitle: t('infoKindOfWage'), - img: "/Info/Benefit-box.svg", + img: "/Info/Benefit-logo.svg", path: "/info/salary", }, { title: t('infoDic'), subtitle: t('infoDicintro'), - img: "/Info/Glossary-box.svg", + img: "/Info/Glossary-logo.svg", path: "/info/dictionary", }, ]; @@ -42,17 +42,20 @@ export default function InfoPage() {

{infoCards.map((card, i) => ( -
navigate(card.path)} - > - {card.title} -
-

{card.title}

-

{card.subtitle}

-
+
navigate(card.path)} + > +
+

{card.title}

+

{card.subtitle}

+
+ {card.title} +
+
+ ))}
From 58cdbe013ce2b197f94e48761dd0dfd4662a5af3 Mon Sep 17 00:00:00 2001 From: yerroong Date: Wed, 26 Nov 2025 00:37:15 +0900 Subject: [PATCH 18/18] =?UTF-8?q?style:info=20=ED=8E=98=EC=9D=B4=EC=A7=80?= =?UTF-8?q?=20gap,=20radius,=20=EA=B7=B8=EB=A6=BC=EC=9E=90=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/InfoPage/InfoPage.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/InfoPage/InfoPage.css b/src/pages/InfoPage/InfoPage.css index 2210f1e..17a8558 100644 --- a/src/pages/InfoPage/InfoPage.css +++ b/src/pages/InfoPage/InfoPage.css @@ -28,7 +28,7 @@ display: flex; flex-direction: column; align-items: center; - gap: 15px; + gap: 22px; width: 100%; max-width: 900px; } @@ -36,11 +36,11 @@ /* === 카드 === */ .info-card-item { display: flex; - justify-content: space-between; /* 텍스트 왼쪽, 로고 오른쪽 */ + justify-content: space-between; align-items: center; - background: #ffffff; /* 카드 배경 */ - border-radius: 16px; /* 둥근 테두리 */ - box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08); + background: #ffffff; + border-radius: 28px; + box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05); padding: 15px 24px; width: 100%; max-width: 600px; @@ -153,7 +153,7 @@ .info-card-group { flex-direction: row; - gap: 20px; + gap: 2px; width: max-content; }