{"id":2,"date":"2026-08-08T05:44:11","date_gmt":"2026-08-08T05:44:11","guid":{"rendered":"https:\/\/gumiyupum.kr\/?page_id=2"},"modified":"2026-08-08T16:37:40","modified_gmt":"2026-08-08T07:37:40","slug":"%ea%b5%ac%eb%af%b8%ec%a7%91%ec%a0%95%eb%a6%ac","status":"publish","type":"page","link":"https:\/\/gumiyupum.kr\/%ea%b5%ac%eb%af%b8%ec%a7%91%ec%a0%95%eb%a6%ac\/","title":{"rendered":"\uad6c\ubbf8\uc9d1\uc815\ub9ac"},"content":{"rendered":"\n<style>\n\/* =====================================================\n   \uad6c\ubbf8\uc9d1\uc815\ub9ac \ud398\uc774\uc9c0\n   \uad6c\ubbf8\uc720\ud488\uc815\ub9ac \ud398\uc774\uc9c0\uc640 \ub3d9\uc77c\ud55c \ub514\uc790\uc778 \uc2dc\uc2a4\ud15c\n   \uc6cc\ub4dc\ud504\ub808\uc2a4 \ubcf8\ubb38 \uc804\uc6a9\n   PC + \ubaa8\ubc14\uc77c \ubc18\uc751\ud615\n===================================================== *\/\n\n.gumi-house {\n  --primary: #17484f;\n  --primary-dark: #10363c;\n  --primary-light: #eaf3f3;\n\n  --accent: #b47c48;\n  --accent-light: #f4ebe2;\n\n  --text: #202b2e;\n  --subtext: #5e6b6e;\n\n  --bg: #f6f8f8;\n  --white: #ffffff;\n  --line: #dce5e5;\n\n  --shadow: 0 14px 38px rgba(23,72,79,.10);\n\n  width: 100%;\n  overflow: hidden;\n\n  color: var(--text);\n  background: var(--white);\n\n  font-family:\n    Pretendard,\n    \"Noto Sans KR\",\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    sans-serif;\n\n  line-height: 1.75;\n  word-break: keep-all;\n}\n\n.gumi-house *,\n.gumi-house *::before,\n.gumi-house *::after {\n  box-sizing: border-box;\n}\n\n.gumi-house img {\n  display: block;\n  max-width: 100%;\n}\n\n.gumi-house a {\n  color: inherit;\n  text-decoration: none;\n}\n\n.gumi-house h1,\n.gumi-house h2,\n.gumi-house h3,\n.gumi-house p {\n  margin-top: 0;\n}\n\n.gumi-house h1,\n.gumi-house h2,\n.gumi-house h3 {\n  color: var(--primary-dark);\n  font-weight: 800;\n  letter-spacing: -.035em;\n  line-height: 1.35;\n}\n\n.gumi-house .inner {\n  width: min(1160px, calc(100% - 48px));\n  margin: 0 auto;\n}\n\n.gumi-house .section {\n  padding: 90px 0;\n}\n\n\n\/* =====================================================\n   HERO\n===================================================== *\/\n\n.gh-hero {\n  position: relative;\n  overflow: hidden;\n\n  padding: 42px 0 55px;\n\n  background:\n    radial-gradient(\n      circle at 88% 10%,\n      rgba(180,124,72,.13),\n      transparent 25%\n    ),\n    linear-gradient(\n      180deg,\n      #ffffff 0%,\n      #f2f7f7 100%\n    );\n}\n\n.gh-hero-grid {\n  display: grid;\n\n  grid-template-columns: 1.05fr .95fr;\n\n  align-items: center;\n\n  gap: 64px;\n}\n\n.gh-label {\n  display: inline-flex;\n  align-items: center;\n\n  gap: 9px;\n\n  margin-bottom: 16px;\n\n  color: var(--accent);\n\n  font-size: 13px;\n  font-weight: 800;\n}\n\n.gh-label::before {\n  content: \"\";\n\n  width: 24px;\n  height: 2px;\n\n  background: var(--accent);\n}\n\n.gh-hero h1 {\n  margin-bottom: 24px;\n\n  font-size: clamp(42px,5vw,62px);\n}\n\n.gh-hero h1 span {\n  color: var(--accent);\n}\n\n.gh-hero-desc {\n  max-width: 650px;\n\n  margin-bottom: 30px;\n\n  color: var(--subtext);\n\n  font-size: 17px;\n  line-height: 1.9;\n}\n\n.gh-buttons {\n  display: flex;\n  flex-wrap: wrap;\n\n  gap: 12px;\n}\n\n.gh-btn {\n  min-height: 52px;\n\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n\n  padding: 0 25px;\n\n  border-radius: 11px;\n\n  font-size: 15px;\n  font-weight: 800;\n\n  transition: .2s;\n}\n\n.gh-btn:hover {\n  transform: translateY(-2px);\n}\n\n.gumi-house a.gh-btn-primary,\n.gumi-house a.gh-btn-primary:link,\n.gumi-house a.gh-btn-primary:visited,\n.gumi-house a.gh-btn-primary:hover {\n  color: #ffffff !important;\n  -webkit-text-fill-color: #ffffff !important;\n\n  background: var(--primary);\n\n  box-shadow:\n    0 12px 25px rgba(23,72,79,.18);\n}\n\n.gh-btn-outline {\n  color: var(--primary) !important;\n\n  background: #ffffff;\n\n  border: 1px solid #cad7d8;\n}\n\n\n\/* =====================================================\n   \uba54\uc778 \uc774\ubbf8\uc9c0\n===================================================== *\/\n\n.gh-main-photo {\n  position: relative;\n\n  overflow: hidden;\n\n  aspect-ratio: 4 \/ 3;\n\n  background:\n    linear-gradient(\n      145deg,\n      #e7f0f0,\n      #f6f9f9\n    );\n\n  border: 1px solid var(--line);\n  border-radius: 26px;\n\n  box-shadow: var(--shadow);\n}\n\n.gh-main-photo img {\n  width: 100%;\n  height: 100%;\n\n  object-fit: cover;\n}\n\n.gh-photo-label {\n  position: absolute;\n\n  left: 20px;\n  bottom: 20px;\n\n  padding: 14px 18px;\n\n  color: #ffffff;\n\n  background: rgba(16,54,60,.92);\n\n  border-radius: 10px;\n}\n\n.gh-photo-label strong {\n  display: block;\n\n  font-size: 15px;\n  font-weight: 900;\n}\n\n.gh-photo-label span {\n  font-size: 11px;\n  opacity: .8;\n}\n\n\n\/* =====================================================\n   HERO \ud558\ub2e8 \ud575\uc2ec\uc815\ubcf4\n===================================================== *\/\n\n.gh-trust {\n  background: var(--primary-dark);\n}\n\n.gh-trust-grid {\n  display: grid;\n\n  grid-template-columns: repeat(4,1fr);\n}\n\n.gh-trust-item {\n  padding: 31px 15px;\n\n  text-align: center;\n\n  border-right:\n    1px solid rgba(255,255,255,.10);\n}\n\n.gh-trust-item:last-child {\n  border-right: none;\n}\n\n.gh-trust-item strong {\n  display: block;\n\n  margin-bottom: 5px;\n\n  color: #efc99f;\n\n  font-size: 18px;\n  font-weight: 900;\n}\n\n.gh-trust-item span {\n  color: #c5d3d4;\n\n  font-size: 13px;\n}\n\n\n\/* =====================================================\n   \uacf5\ud1b5 \uc81c\ubaa9\n===================================================== *\/\n\n.gh-section-title {\n  max-width: 700px;\n\n  margin-bottom: 48px;\n}\n\n.gh-section-title.center {\n  margin-left: auto;\n  margin-right: auto;\n\n  text-align: center;\n}\n\n.gh-section-title small {\n  display: block;\n\n  margin-bottom: 10px;\n\n  color: var(--accent);\n\n  font-size: 13px;\n  font-weight: 800;\n}\n\n.gh-section-title h2 {\n  margin-bottom: 14px;\n\n  font-size: clamp(30px,4vw,40px);\n}\n\n.gh-section-title p {\n  margin-bottom: 0;\n\n  color: var(--subtext);\n\n  font-size: 16px;\n}\n\n\n\/* =====================================================\n   \uc9d1\uc815\ub9ac \uc720\ud615\n===================================================== *\/\n\n.gh-types {\n  background: #ffffff;\n}\n\n.gh-type-grid {\n  display: grid;\n\n  grid-template-columns: repeat(3,1fr);\n\n  gap: 20px;\n}\n\n.gh-type {\n  overflow: hidden;\n\n  background: #ffffff;\n\n  border: 1px solid var(--line);\n  border-radius: 18px;\n\n  box-shadow:\n    0 8px 25px rgba(23,72,79,.06);\n}\n\n.gh-type-image {\n  aspect-ratio: 4 \/ 3;\n\n  overflow: hidden;\n\n  background: #eaf1f1;\n}\n\n.gh-type-image img {\n  width: 100%;\n  height: 100%;\n\n  object-fit: cover;\n\n  transition: .3s;\n}\n\n.gh-type:hover img {\n  transform: scale(1.03);\n}\n\n.gh-type-content {\n  padding: 26px 23px;\n}\n\n.gh-number {\n  display: inline-flex;\n\n  padding: 5px 12px;\n\n  margin-bottom: 12px;\n\n  color: var(--primary);\n\n  background: var(--primary-light);\n\n  border-radius: 30px;\n\n  font-size: 12px;\n  font-weight: 900;\n}\n\n.gh-type h3 {\n  margin-bottom: 10px;\n\n  font-size: 20px;\n}\n\n.gh-type p {\n  margin-bottom: 0;\n\n  color: var(--subtext);\n\n  font-size: 14px;\n}\n\n\n\/* =====================================================\n   \uc9d1\uc815\ub9ac \ubc94\uc704\n===================================================== *\/\n\n.gh-scope {\n  background: #f1f6f6;\n}\n\n.gh-scope-layout {\n  display: grid;\n\n  grid-template-columns: 1fr 1fr;\n\n  align-items: center;\n\n  gap: 60px;\n}\n\n.gh-scope-photo {\n  overflow: hidden;\n\n  aspect-ratio: 4 \/ 3;\n\n  background: #e4eded;\n\n  border-radius: 18px;\n\n  box-shadow: var(--shadow);\n}\n\n.gh-scope-photo img {\n  width: 100%;\n  height: 100%;\n\n  object-fit: cover;\n}\n\n.gh-scope-copy h2 {\n  margin-bottom: 17px;\n\n  font-size: clamp(30px,4vw,40px);\n}\n\n.gh-scope-copy > p {\n  margin-bottom: 25px;\n\n  color: var(--subtext);\n}\n\n.gh-scope-list {\n  border-top: 1px solid var(--line);\n}\n\n.gh-scope-row {\n  display: grid;\n\n  grid-template-columns: 50px 1fr;\n\n  gap: 15px;\n\n  padding: 17px 0;\n\n  border-bottom: 1px solid var(--line);\n}\n\n.gh-scope-row .num {\n  color: var(--accent);\n\n  font-size: 14px;\n  font-weight: 900;\n}\n\n.gh-scope-row strong {\n  display: block;\n\n  margin-bottom: 3px;\n\n  color: var(--primary-dark);\n\n  font-size: 15px;\n}\n\n.gh-scope-row span {\n  color: var(--subtext);\n\n  font-size: 13px;\n}\n\n\n\/* =====================================================\n   \uc5c5\uccb4 \uc120\ud0dd \ud3ec\uc778\ud2b8\n===================================================== *\/\n\n.gh-why {\n  background: #ffffff;\n}\n\n.gh-why-grid {\n  display: grid;\n\n  grid-template-columns: repeat(4,1fr);\n\n  gap: 18px;\n}\n\n.gh-why-card {\n  padding: 29px 25px;\n\n  background: #ffffff;\n\n  border: 1px solid var(--line);\n  border-radius: 16px;\n\n  box-shadow:\n    0 8px 25px rgba(23,72,79,.06);\n}\n\n.gh-icon {\n  width: 44px;\n  height: 44px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  margin-bottom: 18px;\n\n  color: var(--primary);\n\n  background: var(--primary-light);\n\n  border-radius: 11px;\n\n  font-size: 18px;\n  font-weight: 900;\n}\n\n.gh-why-card h3 {\n  margin-bottom: 9px;\n\n  font-size: 17px;\n}\n\n.gh-why-card p {\n  margin-bottom: 0;\n\n  color: var(--subtext);\n\n  font-size: 14px;\n}\n\n\n\/* =====================================================\n   \uc9c4\ud589\uc808\ucc28\n===================================================== *\/\n\n.gh-process {\n  background: var(--primary-dark);\n}\n\n.gh-process .gh-section-title h2 {\n  color: #ffffff;\n}\n\n.gh-process .gh-section-title p {\n  color: #c5d3d4;\n}\n\n.gh-process .gh-section-title small {\n  color: #efc99f;\n}\n\n.gh-process-box {\n  overflow: hidden;\n\n  border:\n    1px solid rgba(255,255,255,.14);\n\n  border-radius: 18px;\n}\n\n.gh-process-item {\n  display: grid;\n\n  grid-template-columns: 85px 1fr;\n\n  gap: 25px;\n\n  padding: 27px 30px;\n\n  border-bottom:\n    1px solid rgba(255,255,255,.12);\n}\n\n.gh-process-item:last-child {\n  border-bottom: none;\n}\n\n.gh-step {\n  color: #efc99f;\n\n  font-size: 20px;\n  font-weight: 900;\n}\n\n.gh-process-item h3 {\n  margin-bottom: 6px;\n\n  color: #ffffff;\n\n  font-size: 17px;\n}\n\n.gh-process-item p {\n  margin-bottom: 0;\n\n  color: #becdce;\n\n  font-size: 14px;\n}\n\n\n\/* =====================================================\n   \ube44\uc6a9\n===================================================== *\/\n\n.gh-cost {\n  background: var(--bg);\n}\n\n.gh-cost-box {\n  overflow: hidden;\n\n  display: grid;\n\n  grid-template-columns: 1.1fr .9fr;\n\n  background: #ffffff;\n\n  border: 1px solid var(--line);\n  border-radius: 20px;\n\n  box-shadow: var(--shadow);\n}\n\n.gh-cost-left,\n.gh-cost-right {\n  padding: 45px;\n}\n\n.gh-cost-left h3 {\n  margin-bottom: 14px;\n\n  font-size: 23px;\n}\n\n.gh-cost-left p {\n  color: var(--subtext);\n}\n\n.gh-cost-items {\n  display: grid;\n\n  grid-template-columns: 1fr 1fr;\n\n  gap: 11px;\n\n  margin-top: 23px;\n}\n\n.gh-cost-item {\n  padding: 13px;\n\n  color: #4f5f62;\n\n  background: #eef3f3;\n\n  border-radius: 9px;\n\n  font-size: 14px;\n  font-weight: 700;\n}\n\n.gh-cost-right {\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n\n  gap: 14px;\n\n  background:\n    linear-gradient(\n      145deg,\n      #e8f0f0,\n      #f2f6f6\n    );\n\n  border-left: 1px solid var(--line);\n}\n\n.gh-price {\n  color: var(--primary-dark);\n\n  font-size: 28px;\n  font-weight: 900;\n}\n\n\n\/* =====================================================\n   \uc9c0\uc5ed\n===================================================== *\/\n\n.gh-area {\n  background:\n    linear-gradient(\n      135deg,\n      var(--primary-dark),\n      #1c5158\n    );\n\n  color: #ffffff;\n}\n\n.gh-area h2 {\n  color: #ffffff;\n}\n\n.gh-area .gh-section-title p {\n  color: #c8d7d8;\n}\n\n.gh-area-tags {\n  display: flex;\n  flex-wrap: wrap;\n\n  gap: 10px;\n}\n\n.gh-area-tags span {\n  padding: 9px 16px;\n\n  color: #edf5f5;\n\n  background:\n    rgba(255,255,255,.06);\n\n  border:\n    1px solid rgba(255,255,255,.18);\n\n  border-radius: 40px;\n\n  font-size: 14px;\n}\n\n\n\/* =====================================================\n   \uad00\ub828 \ud398\uc774\uc9c0 \ub0b4\ubd80\ub9c1\ud06c\n===================================================== *\/\n\n.gh-related {\n  background: #ffffff;\n}\n\n.gh-related-grid {\n  display: grid;\n\n  grid-template-columns: repeat(3,1fr);\n\n  gap: 16px;\n}\n\n.gh-related-card {\n  padding: 26px;\n\n  background: #ffffff;\n\n  border: 1px solid var(--line);\n  border-radius: 14px;\n\n  transition: .2s;\n}\n\n.gh-related-card:hover {\n  transform: translateY(-2px);\n\n  border-color: var(--primary);\n}\n\n.gh-related-card small {\n  display: block;\n\n  margin-bottom: 7px;\n\n  color: var(--accent);\n\n  font-size: 11px;\n  font-weight: 900;\n}\n\n.gh-related-card strong {\n  display: block;\n\n  margin-bottom: 6px;\n\n  color: var(--primary-dark);\n\n  font-size: 17px;\n}\n\n.gh-related-card span {\n  color: var(--subtext);\n\n  font-size: 13px;\n}\n\n\n\/* =====================================================\n   FAQ\n===================================================== *\/\n\n.gh-faq {\n  background: #f6f8f8;\n}\n\n.gh-faq details {\n  margin-bottom: 10px;\n\n  padding: 0 22px;\n\n  background: #ffffff;\n\n  border: 1px solid var(--line);\n  border-radius: 11px;\n}\n\n.gh-faq summary {\n  min-height: 62px;\n\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n\n  cursor: pointer;\n\n  color: var(--primary-dark);\n\n  font-size: 16px;\n  font-weight: 800;\n}\n\n.gh-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.gh-faq summary::after {\n  content: \"+\";\n\n  color: var(--accent);\n\n  font-size: 22px;\n}\n\n.gh-faq details[open] summary::after {\n  content: \"\u2212\";\n}\n\n.gh-faq-answer {\n  padding-bottom: 20px;\n\n  color: var(--subtext);\n\n  font-size: 14px;\n}\n\n\n\/* =====================================================\n   FINAL CTA\n===================================================== *\/\n\n.gh-final {\n  padding: 78px 0;\n\n  text-align: center;\n\n  background:\n    linear-gradient(\n      135deg,\n      var(--primary-dark),\n      #174b52\n    );\n}\n\n.gh-final h2 {\n  margin-bottom: 13px;\n\n  color: #ffffff;\n\n  font-size: 34px;\n}\n\n.gh-final p {\n  margin-bottom: 26px;\n\n  color: #c8d6d7;\n}\n\n.gumi-house .gh-final .gh-btn,\n.gumi-house .gh-final .gh-btn:visited {\n  color: var(--primary-dark) !important;\n  -webkit-text-fill-color:\n    var(--primary-dark) !important;\n\n  background: #ffffff;\n}\n\n\n\/* =====================================================\n   \ubaa8\ubc14\uc77c \uc804\ud654\ubc84\ud2bc\n===================================================== *\/\n\n.gh-mobile-call {\n  display: none;\n}\n\n\n\/* =====================================================\n   TABLET\n===================================================== *\/\n\n@media(max-width:960px) {\n\n  .gh-hero-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .gh-main-photo {\n    max-width: 680px;\n  }\n\n  .gh-type-grid {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .gh-scope-layout {\n    grid-template-columns: 1fr;\n  }\n\n  .gh-why-grid {\n    grid-template-columns: 1fr 1fr;\n  }\n\n}\n\n\n\/* =====================================================\n   MOBILE\n===================================================== *\/\n\n@media(max-width:720px) {\n\n  .gumi-house {\n    padding-bottom: 72px;\n  }\n\n  .gumi-house .inner {\n    width: min(100% - 36px,1160px);\n  }\n\n  .gumi-house .section {\n    padding: 62px 0;\n  }\n\n\n  \/* HERO *\/\n\n  .gh-hero {\n    padding: 20px 0 38px;\n  }\n\n  .gh-hero-grid {\n    gap: 35px;\n  }\n\n  .gh-hero h1 {\n    font-size: 35px;\n    line-height: 1.38;\n  }\n\n  .gh-hero-desc {\n    font-size: 15px;\n  }\n\n  .gh-main-photo {\n    border-radius: 18px;\n  }\n\n  .gh-buttons {\n    display: grid;\n    grid-template-columns: 1fr;\n  }\n\n  .gh-btn {\n    width: 100%;\n  }\n\n\n  \/* TRUST *\/\n\n  .gh-trust-grid {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .gh-trust-item {\n    padding: 23px 10px;\n  }\n\n  .gh-trust-item:nth-child(2) {\n    border-right: none;\n  }\n\n\n  \/* TYPES *\/\n\n  .gh-type-grid {\n    grid-template-columns: 1fr;\n  }\n\n\n  \/* SCOPE *\/\n\n  .gh-scope-layout {\n    gap: 34px;\n  }\n\n\n  \/* WHY *\/\n\n  .gh-why-grid {\n    grid-template-columns: 1fr;\n  }\n\n\n  \/* PROCESS *\/\n\n  .gh-process-item {\n    grid-template-columns: 55px 1fr;\n\n    gap: 12px;\n\n    padding: 22px 18px;\n  }\n\n\n  \/* COST *\/\n\n  .gh-cost-box {\n    grid-template-columns: 1fr;\n  }\n\n  .gh-cost-left,\n  .gh-cost-right {\n    padding: 27px 21px;\n  }\n\n  .gh-cost-right {\n    border-left: none;\n    border-top: 1px solid var(--line);\n  }\n\n  .gh-cost-items {\n    grid-template-columns: 1fr;\n  }\n\n\n  \/* RELATED *\/\n\n  .gh-related-grid {\n    grid-template-columns: 1fr;\n  }\n\n\n  \/* FINAL *\/\n\n  .gh-final {\n    padding: 60px 0;\n  }\n\n  .gh-final h2 {\n    font-size: 28px;\n  }\n\n\n  \/* MOBILE CALL *\/\n\n  .gh-mobile-call,\n  .gumi-house a.gh-mobile-call,\n  .gumi-house a.gh-mobile-call:link,\n  .gumi-house a.gh-mobile-call:visited {\n    position: fixed;\n\n    left: 14px;\n    right: 14px;\n    bottom: 14px;\n\n    z-index: 9999;\n\n    display: block;\n\n    padding: 14px 15px;\n\n    color: #ffffff !important;\n    -webkit-text-fill-color:\n      #ffffff !important;\n\n    text-align: center;\n\n    background: var(--primary);\n\n    border-radius: 12px;\n\n    box-shadow:\n      0 10px 28px\n      rgba(16,54,60,.30);\n\n    font-size: 15px;\n    font-weight: 900;\n  }\n\n}\n\n\n@media(max-width:420px) {\n\n  .gh-hero h1 {\n    font-size: 31px;\n  }\n\n}\n<\/style>\n\n\n\n<div class=\"gumi-house\">\n\n\n<!-- =====================================================\n     HERO\n===================================================== -->\n\n<section class=\"gh-hero\">\n\n  <div class=\"inner gh-hero-grid\">\n\n\n    <div>\n\n      <div class=\"gh-label\">\n        \uad6c\ubbf8\uc9d1\uc815\ub9ac \uc804\ubb38\uc5c5\uccb4\n      <\/div>\n\n\n      <!--\n      SEO \ud575\uc2ec H1\n      \uc774 \ud398\uc774\uc9c0\uc5d0\uc11c H1\uc740 1\uac1c\ub9cc \uc0ac\uc6a9\n      -->\n\n      <h1>\n        \uad6c\ubbf8\uc9d1\uc815\ub9ac<br>\n        \uc9d1 \uc804\uccb4\ubd80\ud130 \ud544\uc694\ud55c \uacf5\uac04\uae4c\uc9c0<br>\n        <span>\n          \uae54\ub054\ud558\uac8c \uc815\ub9ac\ud569\ub2c8\ub2e4\n        <\/span>\n      <\/h1>\n\n\n      <p class=\"gh-hero-desc\">\n\n        \uc774\uc0ac \ud6c4 \ub0a8\uc544 \uc788\ub294 \ubb3c\ud488\ubd80\ud130\n        \uc624\ub798\ub41c \uac00\uad6c\uc640 \uac00\uc804,\n        \uc0dd\ud65c\uc6a9\ud488\uacfc \uac01\uc885 \ud3d0\uae30\ubb3c\uae4c\uc9c0\n        \ud604\uc7a5 \uc0c1\ud669\uc5d0 \ub9de\ucdb0 \uc815\ub9ac\ud569\ub2c8\ub2e4.\n\n        \uc9d1 \uc804\uccb4\ub97c \ube44\uc6b0\ub294 \uc791\uc5c5\uc740 \ubb3c\ub860\n        \ubc29 \ud558\ub098\ub098 \ubca0\ub780\ub2e4,\n        \ucc3d\uace0\ucc98\ub7fc \ud544\uc694\ud55c \uacf5\uac04\ub9cc\n        \uc120\ud0dd\ud574\uc11c \uc9c4\ud589\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4.\n\n      <\/p>\n\n\n      <div class=\"gh-buttons\">\n\n        <a\n          href=\"tel:010-5524-0014\"\n          class=\"gh-btn gh-btn-primary\">\n\n          \ubb34\ub8cc \ubc29\ubb38\uacac\uc801 \ubb38\uc758\n\n        <\/a>\n\n\n        <a\n          href=\"#gumi-house-process\"\n          class=\"gh-btn gh-btn-outline\">\n\n          \uc9c4\ud589\uc808\ucc28 \ud655\uc778\n\n        <\/a>\n\n      <\/div>\n\n    <\/div>\n\n\n\n    <!-- =================================================\n         \u2605 \uba54\uc778 \uc774\ubbf8\uc9c0\n         \uad8c\uc7a5 : 1200 \u00d7 900 \uc774\uc0c1\n\n         src \ubd80\ubd84\ub9cc \uc2e4\uc81c \uc6cc\ub4dc\ud504\ub808\uc2a4 \uc774\ubbf8\uc9c0 \uc8fc\uc18c\ub85c \ubcc0\uacbd\n    ================================================== -->\n\n    <div class=\"gh-main-photo\">\n\n      <img loading=\"lazy\" decoding=\"async\"\n        src=\"\uba54\uc778\uc774\ubbf8\uc9c0\uc8fc\uc18c\"\n        alt=\"\uad6c\ubbf8\uc9d1\uc815\ub9ac \uc804\ubb38\uc5c5\uccb4 \uc9d1\uc815\ub9ac \uc791\uc5c5 \ud604\uc7a5\"\n        width=\"1200\"\n        height=\"900\">\n\n\n      <div class=\"gh-photo-label\">\n\n        <strong>\n          \uad6c\ubbf8 \uc804\uc9c0\uc5ed\n        <\/strong>\n\n        <span>\n          \uc9d1 \uc804\uccb4 \u00b7 \ubd80\ubd84\uc815\ub9ac\n        <\/span>\n\n      <\/div>\n\n    <\/div>\n\n\n  <\/div>\n\n<\/section>\n\n\n\n<!-- =====================================================\n     \ud575\uc2ec\uc815\ubcf4\n===================================================== -->\n\n<section class=\"gh-trust\">\n\n  <div class=\"inner gh-trust-grid\">\n\n\n    <div class=\"gh-trust-item\">\n\n      <strong>\n        \ubb34\ub8cc \uacac\uc801\n      <\/strong>\n\n      <span>\n        \ubc29\ubb38 \ud6c4 \uc791\uc5c5\ubc94\uc704 \ud655\uc778\n      <\/span>\n\n    <\/div>\n\n\n    <div class=\"gh-trust-item\">\n\n      <strong>\n        \uc9d1 \uc804\uccb4\n      <\/strong>\n\n      <span>\n        \uacf5\uac04 \uc804\uccb4 \ube44\uc6c0 \uac00\ub2a5\n      <\/span>\n\n    <\/div>\n\n\n    <div class=\"gh-trust-item\">\n\n      <strong>\n        \ubd80\ubd84 \uc815\ub9ac\n      <\/strong>\n\n      <span>\n        \ud544\uc694\ud55c \uacf5\uac04\ub9cc \uc120\ud0dd\n      <\/span>\n\n    <\/div>\n\n\n    <div class=\"gh-trust-item\">\n\n      <strong>\n        \ube44\ub300\uba74 \uac00\ub2a5\n      <\/strong>\n\n      <span>\n        \uc791\uc5c5 \uc0ac\uc9c4\uc73c\ub85c \ud655\uc778\n      <\/span>\n\n    <\/div>\n\n\n  <\/div>\n\n<\/section>\n\n\n\n<!-- =====================================================\n     \uc9d1\uc815\ub9ac \uc720\ud615\n===================================================== -->\n\n<section class=\"section gh-types\">\n\n  <div class=\"inner\">\n\n\n    <div class=\"gh-section-title center\">\n\n      <small>\n        HOUSE CLEARANCE\n      <\/small>\n\n      <h2>\n        \uad6c\ubbf8\uc9d1\uc815\ub9ac \uc11c\ube44\uc2a4 \uc548\ub0b4\n      <\/h2>\n\n      <p>\n        \uc815\ub9ac\uac00 \ud544\uc694\ud55c \uc774\uc720\uc640\n        \ub0a8\uc544 \uc788\ub294 \ubb3c\ud488\uc758 \uc591\uc5d0 \ub530\ub77c\n        \uc791\uc5c5 \ubc94\uc704\ub97c \ub2e4\ub974\uac8c \uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n      <\/p>\n\n    <\/div>\n\n\n\n    <div class=\"gh-type-grid\">\n\n\n      <!-- \u2605 \uc774\ubbf8\uc9c0 1 -->\n\n      <article class=\"gh-type\">\n\n        <div class=\"gh-type-image\">\n\n          <img decoding=\"async\"\n            src=\"\uccab\ubc88\uc9f8\uc774\ubbf8\uc9c0\uc8fc\uc18c\"\n            alt=\"\uad6c\ubbf8 \uc774\uc0ac \ud6c4 \uc9d1\uc815\ub9ac \uc791\uc5c5\"\n            width=\"900\"\n            height=\"675\"\n            loading=\"lazy\">\n\n        <\/div>\n\n\n        <div class=\"gh-type-content\">\n\n          <span class=\"gh-number\">\n            01\n          <\/span>\n\n          <h3>\n            \uc774\uc0ac \ud6c4 \uc9d1\uc815\ub9ac\n          <\/h3>\n\n          <p>\n            \uc774\uc0ac \ud6c4 \ub0a8\uc544 \uc788\ub294\n            \uac00\uad6c\u00b7\uac00\uc804\uacfc \uc0dd\ud65c\uc6a9\ud488,\n            \uac01\uc885 \ud3d0\uae30\ubb3c\uc744 \uc815\ub9ac\ud569\ub2c8\ub2e4.\n          <\/p>\n\n        <\/div>\n\n      <\/article>\n\n\n\n      <!-- \u2605 \uc774\ubbf8\uc9c0 2 -->\n\n      <article class=\"gh-type\">\n\n        <div class=\"gh-type-image\">\n\n          <img decoding=\"async\"\n            src=\"\ub450\ubc88\uc9f8\uc774\ubbf8\uc9c0\uc8fc\uc18c\"\n            alt=\"\uad6c\ubbf8 \ube48\uc9d1\uc815\ub9ac \uc804\uccb4 \ube44\uc6c0 \uc791\uc5c5\"\n            width=\"900\"\n            height=\"675\"\n            loading=\"lazy\">\n\n        <\/div>\n\n\n        <div class=\"gh-type-content\">\n\n          <span class=\"gh-number\">\n            02\n          <\/span>\n\n          <h3>\n            \ube48\uc9d1 \uc804\uccb4 \uc815\ub9ac\n          <\/h3>\n\n          <p>\n            \uc624\ub7ab\ub3d9\uc548 \ube44\uc5b4 \uc788\ub358 \uc9d1\uc774\ub098\n            \uacc4\uc57d \uc885\ub8cc\ub97c \uc55e\ub454 \uacf5\uac04\uc744\n            \uc804\uccb4\uc801\uc73c\ub85c \uc815\ub9ac\ud569\ub2c8\ub2e4.\n          <\/p>\n\n        <\/div>\n\n      <\/article>\n\n\n\n      <!-- \u2605 \uc774\ubbf8\uc9c0 3 -->\n\n      <article class=\"gh-type\">\n\n        <div class=\"gh-type-image\">\n\n          <img decoding=\"async\"\n            src=\"\uc138\ubc88\uc9f8\uc774\ubbf8\uc9c0\uc8fc\uc18c\"\n            alt=\"\uad6c\ubbf8 \uc9d1\uc815\ub9ac \ubd80\ubd84\uc815\ub9ac \uc791\uc5c5\"\n            width=\"900\"\n            height=\"675\"\n            loading=\"lazy\">\n\n        <\/div>\n\n\n        <div class=\"gh-type-content\">\n\n          <span class=\"gh-number\">\n            03\n          <\/span>\n\n          <h3>\n            \ubd80\ubd84 \uc815\ub9ac\n          <\/h3>\n\n          <p>\n            \uc9d1 \uc804\uccb4\uac00 \uc544\ub2c8\ub77c\n            \ubc29\u00b7\ubca0\ub780\ub2e4\u00b7\ucc3d\uace0 \ub4f1\n            \ud544\uc694\ud55c \uacf5\uac04\ub9cc \uc815\ub9ac\ud569\ub2c8\ub2e4.\n          <\/p>\n\n        <\/div>\n\n      <\/article>\n\n\n    <\/div>\n\n  <\/div>\n\n<\/section>\n\n\n\n<!-- =====================================================\n     \uc791\uc5c5 \ubc94\uc704\n===================================================== -->\n\n<section class=\"section gh-scope\">\n\n  <div class=\"inner gh-scope-layout\">\n\n\n    <!-- \u2605 \uc774\ubbf8\uc9c0 4 -->\n\n    <div class=\"gh-scope-photo\">\n\n      <img decoding=\"async\"\n        src=\"\ub124\ubc88\uc9f8\uc774\ubbf8\uc9c0\uc8fc\uc18c\"\n        alt=\"\uad6c\ubbf8\uc9d1\uc815\ub9ac \uac00\uad6c \uac00\uc804 \uc0dd\ud65c\uc6a9\ud488 \ubd84\ub958 \uc791\uc5c5\"\n        width=\"1200\"\n        height=\"900\"\n        loading=\"lazy\">\n\n    <\/div>\n\n\n\n    <div class=\"gh-scope-copy\">\n\n\n      <div class=\"gh-label\">\n        \uc815\ub9ac \uac00\ub2a5\ud55c \ubc94\uc704\n      <\/div>\n\n\n      <h2>\n        \uc9d1\uc815\ub9ac\ub294 \uc5b4\ub514\uae4c\uc9c0<br>\n        \uc9c4\ud589\ud560 \uc218 \uc788\uc744\uae4c\uc694?\n      <\/h2>\n\n\n      <p>\n        \uc9c1\uc811 \uc62e\uae30\uae30 \uc5b4\ub824\uc6b4 \ub300\ud615 \uac00\uad6c\ubd80\ud130\n        \uc791\uc740 \uc0dd\ud65c\uc6a9\ud488\uae4c\uc9c0\n        \ud604\uc7a5 \uc0c1\ud669\uc5d0 \ub9de\ucdb0 \ubd84\ub958\ud558\uace0 \ubc18\ucd9c\ud569\ub2c8\ub2e4.\n      <\/p>\n\n\n\n      <div class=\"gh-scope-list\">\n\n\n        <div class=\"gh-scope-row\">\n\n          <div class=\"num\">\n            01\n          <\/div>\n\n          <div>\n\n            <strong>\n              \uac00\uad6c \ubc0f \uac00\uc804\n            <\/strong>\n\n            <span>\n              \uce68\ub300, \uc7a5\ub871, \uc18c\ud30c,\n              \ub0c9\uc7a5\uace0 \ub4f1 \ub300\ud615 \ubb3c\ud488\n            <\/span>\n\n          <\/div>\n\n        <\/div>\n\n\n\n        <div class=\"gh-scope-row\">\n\n          <div class=\"num\">\n            02\n          <\/div>\n\n          <div>\n\n            <strong>\n              \uc0dd\ud65c\uc6a9\ud488\n            <\/strong>\n\n            <span>\n              \uc758\ub958, \uc8fc\ubc29\uc6a9\ud488,\n              \ucc45\uacfc \uac01\uc885 \uc218\ub0a9\uc6a9\ud488\n            <\/span>\n\n          <\/div>\n\n        <\/div>\n\n\n\n        <div class=\"gh-scope-row\">\n\n          <div class=\"num\">\n            03\n          <\/div>\n\n          <div>\n\n            <strong>\n              \uac00\uc815\ud3d0\uae30\ubb3c\n            <\/strong>\n\n            <span>\n              \uc7ac\ud65c\uc6a9\ud488\uacfc \ucc98\ub9ac\ud560 \ubb3c\ud488\uc744\n              \uad6c\ubd84\ud558\uc5ec \ubc18\ucd9c\n            <\/span>\n\n          <\/div>\n\n        <\/div>\n\n\n\n        <div class=\"gh-scope-row\">\n\n          <div class=\"num\">\n            04\n          <\/div>\n\n          <div>\n\n            <strong>\n              \uc791\uc5c5 \ud6c4 \uc815\ub3c8\n            <\/strong>\n\n            <span>\n              \ubc18\ucd9c\uc774 \ub05d\ub09c \uacf5\uac04\uc744\n              \ud655\uc778\ud558\uace0 \uae30\ubcf8 \uc815\ub3c8\n            <\/span>\n\n          <\/div>\n\n        <\/div>\n\n\n      <\/div>\n\n    <\/div>\n\n\n  <\/div>\n\n<\/section>\n\n\n\n<!-- =====================================================\n     \uc5c5\uccb4 \uc120\ud0dd\n===================================================== -->\n\n<section class=\"section gh-why\">\n\n  <div class=\"inner\">\n\n\n    <div class=\"gh-section-title\">\n\n      <small>\n        CHECK POINT\n      <\/small>\n\n      <h2>\n        \uc9d1\uc815\ub9ac \uc5c5\uccb4\ub97c \uc54c\uc544\ubcfc \ub54c\n      <\/h2>\n\n      <p>\n        \ucd5c\uc885 \ube44\uc6a9\ub9cc \ube44\uad50\ud558\uae30\ubcf4\ub2e4\ub294\n        \uc2e4\uc81c \uc791\uc5c5 \ubc94\uc704\uc640 \ud3ec\ud568\ub418\ub294 \ub0b4\uc6a9,\n        \ucd94\uac00 \ube44\uc6a9 \uc5ec\ubd80\ub97c \ud568\uaed8 \ud655\uc778\ud558\ub294 \uac83\uc774 \uc88b\uc2b5\ub2c8\ub2e4.\n      <\/p>\n\n    <\/div>\n\n\n\n    <div class=\"gh-why-grid\">\n\n\n      <div class=\"gh-why-card\">\n\n        <div class=\"gh-icon\">\n          01\n        <\/div>\n\n        <h3>\n          \ubb34\ub8cc \ubc29\ubb38\uacac\uc801\n        <\/h3>\n\n        <p>\n          \ubb3c\ud488\ub7c9\uacfc \uc791\uc5c5 \ud658\uacbd\uc744\n          \uc9c1\uc811 \ud655\uc778\ud55c \ub4a4\n          \ube44\uc6a9\uc744 \uc548\ub0b4\ud569\ub2c8\ub2e4.\n        <\/p>\n\n      <\/div>\n\n\n\n      <div class=\"gh-why-card\">\n\n        <div class=\"gh-icon\">\n          02\n        <\/div>\n\n        <h3>\n          \ubb3c\ud488\ubcc4 \ubd84\ub958\n        <\/h3>\n\n        <p>\n          \ubcf4\uad00\ud488\uacfc \uc7ac\ud65c\uc6a9\ud488,\n          \ucc98\ub9ac\ud560 \ubb3c\ud488\uc744 \uad6c\ubd84\ud558\uc5ec\n          \uc9c4\ud589\ud569\ub2c8\ub2e4.\n        <\/p>\n\n      <\/div>\n\n\n\n      <div class=\"gh-why-card\">\n\n        <div class=\"gh-icon\">\n          03\n        <\/div>\n\n        <h3>\n          \uc791\uc5c5\ubc94\uc704 \ud655\uc778\n        <\/h3>\n\n        <p>\n          \uc9d1 \uc804\uccb4 \ub610\ub294 \ubd80\ubd84\uc815\ub9ac \ub4f1\n          \ud544\uc694\ud55c \ubc94\uc704\ub97c \uba3c\uc800\n          \ud655\uc778\ud569\ub2c8\ub2e4.\n        <\/p>\n\n      <\/div>\n\n\n\n      <div class=\"gh-why-card\">\n\n        <div class=\"gh-icon\">\n          04\n        <\/div>\n\n        <h3>\n          \ube44\ub300\uba74 \uc9c4\ud589\n        <\/h3>\n\n        <p>\n          \ud604\uc7a5 \ubc29\ubb38\uc774 \uc5b4\ub824\uc6b4 \uacbd\uc6b0\n          \uc791\uc5c5 \uc0ac\uc9c4\uc73c\ub85c\n          \uacb0\uacfc\ub97c \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n        <\/p>\n\n      <\/div>\n\n\n    <\/div>\n\n  <\/div>\n\n<\/section>\n\n\n\n<!-- =====================================================\n     \uc9c4\ud589\uc808\ucc28\n===================================================== -->\n\n<section\n  id=\"gumi-house-process\"\n  class=\"section gh-process\">\n\n  <div class=\"inner\">\n\n\n    <div class=\"gh-section-title\">\n\n      <small>\n        PROCESS\n      <\/small>\n\n      <h2>\n        \uad6c\ubbf8\uc9d1\uc815\ub9ac \uc9c4\ud589\uc808\ucc28\n      <\/h2>\n\n      <p>\n        \uc0c1\ub2f4\ubd80\ud130 \ud604\uc7a5 \ud655\uc778,\n        \ubb3c\ud488 \ubd84\ub958\uc640 \ubc18\ucd9c,\n        \uc791\uc5c5 \uc644\ub8cc\uae4c\uc9c0 \uc21c\uc11c\uc5d0 \ub9de\ucdb0 \uc9c4\ud589\ud569\ub2c8\ub2e4.\n      <\/p>\n\n    <\/div>\n\n\n\n    <div class=\"gh-process-box\">\n\n\n      <div class=\"gh-process-item\">\n\n        <div class=\"gh-step\">\n          01\n        <\/div>\n\n        <div>\n\n          <h3>\n            \uc804\ud654 \ub610\ub294 \uc0ac\uc9c4 \uc0c1\ub2f4\n          <\/h3>\n\n          <p>\n            \ud604\uc7a5 \uc704\uce58\uc640 \uc815\ub9ac\uac00 \ud544\uc694\ud55c \uacf5\uac04,\n            \ub300\ub7b5\uc801\uc778 \ubb3c\ud488\ub7c9\uc744 \ud655\uc778\ud569\ub2c8\ub2e4.\n          <\/p>\n\n        <\/div>\n\n      <\/div>\n\n\n\n      <div class=\"gh-process-item\">\n\n        <div class=\"gh-step\">\n          02\n        <\/div>\n\n        <div>\n\n          <h3>\n            \ubb34\ub8cc \ubc29\ubb38\uacac\uc801\n          <\/h3>\n\n          <p>\n            \ud604\uc7a5\uc744 \uc9c1\uc811 \ud655\uc778\ud558\uace0\n            \uc791\uc5c5 \ubc94\uc704\uc640 \uc608\uc0c1 \ube44\uc6a9\uc744 \uc548\ub0b4\ud569\ub2c8\ub2e4.\n          <\/p>\n\n        <\/div>\n\n      <\/div>\n\n\n\n      <div class=\"gh-process-item\">\n\n        <div class=\"gh-step\">\n          03\n        <\/div>\n\n        <div>\n\n          <h3>\n            \ubb3c\ud488 \ubd84\ub958\n          <\/h3>\n\n          <p>\n            \ubcf4\uad00\ud560 \ubb3c\ud488\uacfc \uc7ac\ud65c\uc6a9\ud488,\n            \ucc98\ub9ac\ud560 \ubb3c\ud488\uc744 \uad6c\ubd84\ud569\ub2c8\ub2e4.\n          <\/p>\n\n        <\/div>\n\n      <\/div>\n\n\n\n      <div class=\"gh-process-item\">\n\n        <div class=\"gh-step\">\n          04\n        <\/div>\n\n        <div>\n\n          <h3>\n            \ubc18\ucd9c \ubc0f \uc6b4\ubc18\n          <\/h3>\n\n          <p>\n            \uac00\uad6c\uc640 \uac00\uc804,\n            \uc0dd\ud65c\uc6a9\ud488\uc744 \ud604\uc7a5 \ub3d9\uc120\uc5d0 \ub9de\ucdb0 \ubc18\ucd9c\ud569\ub2c8\ub2e4.\n          <\/p>\n\n        <\/div>\n\n      <\/div>\n\n\n\n      <div class=\"gh-process-item\">\n\n        <div class=\"gh-step\">\n          05\n        <\/div>\n\n        <div>\n\n          <h3>\n            \uc815\ub3c8 \ubc0f \ud655\uc778\n          <\/h3>\n\n          <p>\n            \ubc18\ucd9c \uc644\ub8cc \ud6c4 \uacf5\uac04\uc744 \ud655\uc778\ud558\uace0\n            \ub0a8\uc740 \ubb3c\ud488\uacfc \uc791\uc5c5 \uacb0\uacfc\ub97c \ud655\uc778\ud569\ub2c8\ub2e4.\n          <\/p>\n\n        <\/div>\n\n      <\/div>\n\n\n    <\/div>\n\n\n\n    <!-- \u2605 \uc815\ub9ac\uc808\ucc28 \ud398\uc774\uc9c0 -->\n\n    <div style=\"margin-top:28px;\">\n\n      <a\n        href=\"\/\uc815\ub9ac\uc808\ucc28\/\"\n        class=\"gh-btn gh-btn-outline\">\n\n        \uc815\ub9ac\uc808\ucc28 \uc790\uc138\ud788 \ubcf4\uae30\n\n      <\/a>\n\n    <\/div>\n\n\n  <\/div>\n\n<\/section>\n\n\n\n<!-- =====================================================\n     \ube44\uc6a9\n===================================================== -->\n\n<section class=\"section gh-cost\">\n\n  <div class=\"inner\">\n\n\n    <div class=\"gh-section-title center\">\n\n      <small>\n        COST GUIDE\n      <\/small>\n\n      <h2>\n        \uad6c\ubbf8\uc9d1\uc815\ub9ac \ube44\uc6a9 \uc548\ub0b4\n      <\/h2>\n\n      <p>\n        \uc815\ud655\ud55c \ube44\uc6a9\uc740\n        \uc2e4\uc81c \ubb3c\ud488\ub7c9\uacfc \uc791\uc5c5 \ud658\uacbd\uc744\n        \ud655\uc778\ud55c \ud6c4 \uc548\ub0b4\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n      <\/p>\n\n    <\/div>\n\n\n\n    <div class=\"gh-cost-box\">\n\n\n      <div class=\"gh-cost-left\">\n\n        <h3>\n          \uc9d1\uc815\ub9ac \ube44\uc6a9\uc740 \ud604\uc7a5\ub9c8\ub2e4 \ub2ec\ub77c\uc9d1\ub2c8\ub2e4\n        <\/h3>\n\n        <p>\n          \uac19\uc740 \ud3c9\uc218\ub77c\ub3c4\n          \ucc98\ub9ac\ud574\uc57c \ud560 \ubb3c\ud488\uc758 \uc591\uacfc\n          \uac00\uad6c\u00b7\uac00\uc804\uc758 \uc218\ub7c9,\n          \uce35\uc218\uc640 \ucc28\ub7c9 \uc9c4\uc785 \ud658\uacbd\uc5d0 \ub530\ub77c\n          \ube44\uc6a9 \ucc28\uc774\uac00 \ubc1c\uc0dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n        <\/p>\n\n\n        <div class=\"gh-cost-items\">\n\n          <div class=\"gh-cost-item\">\n            \ubb3c\ud488 \ubc0f \ud3d0\uae30\ubb3c\uc758 \uc591\n          <\/div>\n\n          <div class=\"gh-cost-item\">\n            \ub300\ud615 \uac00\uad6c\u00b7\uac00\uc804 \uc218\ub7c9\n          <\/div>\n\n          <div class=\"gh-cost-item\">\n            \uce35\uc218 \ubc0f \uc5d8\ub9ac\ubca0\uc774\ud130\n          <\/div>\n\n          <div class=\"gh-cost-item\">\n            \ucc28\ub7c9 \uc9c4\uc785 \ubc0f \ubc18\ucd9c\ub3d9\uc120\n          <\/div>\n\n        <\/div>\n\n      <\/div>\n\n\n\n      <div class=\"gh-cost-right\">\n\n        <small>\n          \uc815\ud655\ud55c \ube44\uc6a9 \ud655\uc778\n        <\/small>\n\n        <div class=\"gh-price\">\n          \ubb34\ub8cc \ubc29\ubb38\uacac\uc801\n        <\/div>\n\n\n        <a\n          href=\"tel:010-5524-0014\"\n          class=\"gh-btn gh-btn-primary\">\n\n          \uc804\ud654 \uc0c1\ub2f4\ud558\uae30\n\n        <\/a>\n\n\n        <!-- \u2605 \ube44\uc6a9\uc548\ub0b4 \ud398\uc774\uc9c0 -->\n\n        <a\n          href=\"\/\ube44\uc6a9\uc548\ub0b4\/\"\n          class=\"gh-btn gh-btn-outline\">\n\n          \ube44\uc6a9\uc548\ub0b4 \uc790\uc138\ud788 \ubcf4\uae30\n\n        <\/a>\n\n      <\/div>\n\n\n    <\/div>\n\n  <\/div>\n\n<\/section>\n\n\n\n<!-- =====================================================\n     \uad6c\ubbf8 \uc9c0\uc5ed\n===================================================== -->\n\n<section class=\"section gh-area\">\n\n  <div class=\"inner\">\n\n\n    <div class=\"gh-section-title\">\n\n      <small>\n        SERVICE AREA\n      <\/small>\n\n      <h2>\n        \uad6c\ubbf8 \uc804\uc9c0\uc5ed \uc9d1\uc815\ub9ac \uac00\ub2a5\n      <\/h2>\n\n      <p>\n        \uc544\ub798 \uc9c0\uc5ed\uc744 \ud3ec\ud568\ud55c\n        \uad6c\ubbf8\uc2dc \uc804\uc9c0\uc5ed\uc5d0\uc11c\n        \uc9d1\uc815\ub9ac \ubc29\ubb38 \uc0c1\ub2f4\uc774 \uac00\ub2a5\ud569\ub2c8\ub2e4.\n      <\/p>\n\n    <\/div>\n\n\n\n    <div class=\"gh-area-tags\">\n\n      <span>\uc6d0\ud3c9\ub3d9<\/span>\n      <span>\ud615\uace1\ub3d9<\/span>\n      <span>\ub3c4\ub7c9\ub3d9<\/span>\n      <span>\uc1a1\uc815\ub3d9<\/span>\n\n      <span>\uc778\ub3d9\ub3d9<\/span>\n      <span>\uc9c4\ubbf8\ub3d9<\/span>\n      <span>\uc625\uacc4\ub3d9<\/span>\n      <span>\uad6c\ud3c9\ub3d9<\/span>\n\n      <span>\uacf5\ub2e8\ub3d9<\/span>\n      <span>\ube44\uc0b0\ub3d9<\/span>\n      <span>\uc0b0\ub3d9\uc74d<\/span>\n      <span>\uc120\uc0b0\uc74d<\/span>\n\n    <\/div>\n\n\n  <\/div>\n\n<\/section>\n\n\n\n<!-- =====================================================\n     \uad00\ub828 \ud398\uc774\uc9c0\n===================================================== -->\n\n<section class=\"section gh-related\">\n\n  <div class=\"inner\">\n\n\n    <div class=\"gh-section-title\">\n\n      <small>\n        RELATED GUIDE\n      <\/small>\n\n      <h2>\n        \ud568\uaed8 \ud655\uc778\ud558\uba74 \uc88b\uc740 \uc548\ub0b4\n      <\/h2>\n\n      <p>\n        \uc815\ub9ac \ubaa9\uc801\uacfc \uc0c1\ud669\uc5d0 \ub530\ub77c\n        \uad00\ub828 \ub0b4\uc6a9\uc744 \ud568\uaed8 \ud655\uc778\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n      <\/p>\n\n    <\/div>\n\n\n\n    <div class=\"gh-related-grid\">\n\n\n      <!-- \u2605 \uc720\ud488\uc815\ub9ac \ub9c1\ud06c -->\n\n      <a\n        href=\"\/\uad6c\ubbf8\uc720\ud488\uc815\ub9ac\/\"\n        class=\"gh-related-card\">\n\n        <small>\n          ESTATE ORGANIZING\n        <\/small>\n\n        <strong>\n          \uad6c\ubbf8\uc720\ud488\uc815\ub9ac\n        <\/strong>\n\n        <span>\n          \uc720\ud488 \ubd84\ub958\uc640 \ubc18\ucd9c,\n          \uc815\ub9ac \ubc29\ubc95 \ud655\uc778\ud558\uae30 \u2192\n        <\/span>\n\n      <\/a>\n\n\n\n      <!-- \u2605 \ube44\uc6a9\uc548\ub0b4 \ub9c1\ud06c -->\n\n      <a\n        href=\"\/\ube44\uc6a9\uc548\ub0b4\/\"\n        class=\"gh-related-card\">\n\n        <small>\n          COST\n        <\/small>\n\n        <strong>\n          \ube44\uc6a9\uc548\ub0b4\n        <\/strong>\n\n        <span>\n          \ube44\uc6a9\uc5d0 \uc601\ud5a5\uc744 \uc8fc\ub294\n          \uc8fc\uc694 \uae30\uc900 \ud655\uc778\ud558\uae30 \u2192\n        <\/span>\n\n      <\/a>\n\n\n\n      <!-- \u2605 \uc815\ub9ac\uc808\ucc28 \ub9c1\ud06c -->\n\n      <a\n        href=\"\/\uc815\ub9ac\uc808\ucc28\/\"\n        class=\"gh-related-card\">\n\n        <small>\n          PROCESS\n        <\/small>\n\n        <strong>\n          \uc815\ub9ac\uc808\ucc28\n        <\/strong>\n\n        <span>\n          \uc0c1\ub2f4\ubd80\ud130 \uc791\uc5c5 \uc644\ub8cc\uae4c\uc9c0\n          \uc9c4\ud589\uacfc\uc815 \ud655\uc778\ud558\uae30 \u2192\n        <\/span>\n\n      <\/a>\n\n\n    <\/div>\n\n  <\/div>\n\n<\/section>\n\n\n\n<!-- =====================================================\n     FAQ\n===================================================== -->\n\n<section class=\"section gh-faq\">\n\n  <div class=\"inner\">\n\n\n    <div class=\"gh-section-title\">\n\n      <small>\n        FAQ\n      <\/small>\n\n      <h2>\n        \uad6c\ubbf8\uc9d1\uc815\ub9ac \uc790\uc8fc \ubb3b\ub294 \uc9c8\ubb38\n      <\/h2>\n\n    <\/div>\n\n\n\n    <details open>\n\n      <summary>\n        \uc9d1 \uc804\uccb4\uac00 \uc544\ub2c8\ub77c \uc77c\ubd80\ub9cc \uc815\ub9ac\ud560 \uc218 \uc788\ub098\uc694?\n      <\/summary>\n\n      <div class=\"gh-faq-answer\">\n        \uac00\ub2a5\ud569\ub2c8\ub2e4.\n        \ubc29 \ud558\ub098\ub098 \ubca0\ub780\ub2e4,\n        \ucc3d\uace0\ucc98\ub7fc \ud544\uc694\ud55c \uacf5\uac04\ub9cc\n        \uc120\ud0dd\ud574\uc11c \uc815\ub9ac\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n      <\/div>\n\n    <\/details>\n\n\n\n    <details>\n\n      <summary>\n        \uc0ac\uc9c4\uc73c\ub85c \uba3c\uc800 \uacac\uc801\uc744 \ubc1b\uc744 \uc218 \uc788\ub098\uc694?\n      <\/summary>\n\n      <div class=\"gh-faq-answer\">\n        \ubb3c\ud488\ub7c9\uc774 \ub9ce\uc9c0 \uc54a\ub2e4\uba74\n        \uc9d1 \uc548 \uc804\uccb4 \uc0ac\uc9c4\uc744 \ud1b5\ud574\n        \ub300\ub7b5\uc801\uc778 \uc791\uc5c5 \ubc94\uc704\uc640\n        \ube44\uc6a9\uc744 \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n        \ubb3c\ud488\ub7c9\uc774 \ub9ce\ub2e4\uba74 \ubc29\ubb38\uacac\uc801\uc774 \ub354 \uc815\ud655\ud569\ub2c8\ub2e4.\n      <\/div>\n\n    <\/details>\n\n\n\n    <details>\n\n      <summary>\n        \uc9d1 \uc548 \uac00\uad6c\uc640 \uac00\uc804\uc744 \ubaa8\ub450 \ucc98\ub9ac\ud560 \uc218 \uc788\ub098\uc694?\n      <\/summary>\n\n      <div class=\"gh-faq-answer\">\n        \uc791\uc5c5 \ubc94\uc704\uc5d0 \ud3ec\ud568\ub41c\n        \uac00\uad6c\uc640 \uac00\uc804 \ubc0f \uc0dd\ud65c\uc6a9\ud488\uc744\n        \ud604\uc7a5 \uc0c1\ud669\uc5d0 \ub9de\ucdb0\n        \ubd84\ub958\ud558\uace0 \ubc18\ucd9c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n      <\/div>\n\n    <\/details>\n\n\n\n    <details>\n\n      <summary>\n        \ud604\uc7a5\uc5d0 \uacc4\uc18d \uc788\uc5b4\uc57c \ud558\ub098\uc694?\n      <\/summary>\n\n      <div class=\"gh-faq-answer\">\n        \uc791\uc5c5 \uc2dc\uc791 \uc804\n        \ubcf4\uad00\ud560 \ubb3c\ud488\uacfc \ucd9c\uc785 \ubc29\ubc95\uc744 \ud655\uc778\ud558\uba74\n        \ube44\ub300\uba74\uc73c\ub85c \uc9c4\ud589\ud558\ub294 \uac83\ub3c4 \uac00\ub2a5\ud569\ub2c8\ub2e4.\n        \uc791\uc5c5 \uc644\ub8cc \ud6c4 \uc0ac\uc9c4\uc73c\ub85c\n        \uacb0\uacfc\ub97c \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n      <\/div>\n\n    <\/details>\n\n\n  <\/div>\n\n<\/section>\n\n\n\n<!-- =====================================================\n     FINAL\n===================================================== -->\n\n<section class=\"gh-final\">\n\n  <div class=\"inner\">\n\n\n    <h2>\n      \uad6c\ubbf8\uc9d1\uc815\ub9ac \uc0c1\ub2f4\uc774 \ud544\uc694\ud558\uc2e0\uac00\uc694?\n    <\/h2>\n\n    <p>\n      \ud604\uc7a5 \uc0c1\ud669\uc5d0 \ub9de\ub294\n      \uc815\ub9ac \ubc29\ubc95\uacfc \ube44\uc6a9\uc744 \uc548\ub0b4\ud574 \ub4dc\ub9bd\ub2c8\ub2e4.\n    <\/p>\n\n\n    <a\n      href=\"tel:010-5524-0014\"\n      class=\"gh-btn\">\n\n      010-5524-0014 \uc804\ud654\uc0c1\ub2f4\n\n    <\/a>\n\n\n  <\/div>\n\n<\/section>\n\n\n\n<!-- =====================================================\n     \ubaa8\ubc14\uc77c \ud558\ub2e8 \uc804\ud654\n===================================================== -->\n\n<a\n  href=\"tel:010-5524-0014\"\n  class=\"gh-mobile-call\">\n\n  010-5524-0014 \u00b7 \uc804\ud654\uc0c1\ub2f4\n\n<\/a>\n\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\uad6c\ubbf8\uc9d1\uc815\ub9ac \uc804\ubb38\uc5c5\uccb4 \uad6c\ubbf8\uc9d1\uc815\ub9ac \uc9d1 \uc804\uccb4\ubd80\ud130 \ud544\uc694\ud55c \uacf5\uac04\uae4c\uc9c0 \uae54\ub054\ud558\uac8c \uc815\ub9ac\ud569\ub2c8\ub2e4 \uc774\uc0ac \ud6c4 \ub0a8\uc544 \uc788\ub294 \ubb3c\ud488\ubd80\ud130 \uc624\ub798\ub41c \uac00\uad6c\uc640 \uac00\uc804, \uc0dd\ud65c\uc6a9\ud488\uacfc \uac01\uc885 \ud3d0\uae30\ubb3c\uae4c\uc9c0 \ud604\uc7a5 \uc0c1\ud669\uc5d0 \ub9de\ucdb0 \uc815\ub9ac\ud569\ub2c8\ub2e4. \uc9d1 \uc804\uccb4\ub97c \ube44\uc6b0\ub294 \uc791\uc5c5\uc740 \ubb3c\ub860 \ubc29 \ud558\ub098\ub098 \ubca0\ub780\ub2e4, \ucc3d\uace0\ucc98\ub7fc \ud544\uc694\ud55c \uacf5\uac04\ub9cc \uc120\ud0dd\ud574\uc11c \uc9c4\ud589\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. \ubb34\ub8cc \ubc29\ubb38\uacac\uc801 \ubb38\uc758 \uc9c4\ud589\uc808\ucc28 \ud655\uc778 \uad6c\ubbf8 \uc804\uc9c0\uc5ed \uc9d1 \uc804\uccb4 \u00b7 \ubd80\ubd84\uc815\ub9ac \ubb34\ub8cc \uacac\uc801 \ubc29\ubb38 \ud6c4 \uc791\uc5c5\ubc94\uc704&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/gumiyupum.kr\/wp-json\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gumiyupum.kr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gumiyupum.kr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gumiyupum.kr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gumiyupum.kr\/wp-json\/wp\/v2\/comments?post=2"}],"version-history":[{"count":5,"href":"https:\/\/gumiyupum.kr\/wp-json\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":54,"href":"https:\/\/gumiyupum.kr\/wp-json\/wp\/v2\/pages\/2\/revisions\/54"}],"wp:attachment":[{"href":"https:\/\/gumiyupum.kr\/wp-json\/wp\/v2\/media?parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}