{"id":844,"date":"2024-04-01T09:12:24","date_gmt":"2024-04-01T09:12:24","guid":{"rendered":"https:\/\/msianpestcontrol.com\/?page_id=844"},"modified":"2026-08-11T13:22:28","modified_gmt":"2026-08-11T13:22:28","slug":"about-ants","status":"publish","type":"page","link":"https:\/\/msianpestcontrol.com\/ko\/\uac1c\ubbf8\uc5d0-\ub300\ud574\uc11c\/","title":{"rendered":"\uac1c\ubbf8\uc5d0 \ub300\ud558\uc5ec"},"content":{"rendered":"<!-- =========================================================\n     MPC ABOUT ANTS \u2014 Hub Page Custom HTML Block\n     Paste into a WordPress Custom HTML block on\n     \/about-ants\/\n     Scoped to .mpc-ants to avoid affecting theme.\n\n     ROLE: Hub page \u2014 routes visitors to specific ant sub-pages\n     (Charlie, Fire, Big Headed, Yellow Crazy, Weaver, Honeypot,\n     Flying vs Termites) with a lighter conversion approach\n     appropriate for identification-intent traffic.\n\n     KEY FIX: Corrected duplicate \"Yellow Crazy Ants\" \u2014 one card\n     now correctly labeled \"Big Headed Ants\" (image + link were\n     already correct on original page, only display text was wrong).\n     ========================================================= -->\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400&#038;family=Inter:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n\/* ============================================================\n   MPC ABOUT ANTS HUB \u2014 scoped to .mpc-ants\n   ============================================================ *\/\n.mpc-ants {\n  --mpc-blue: #0B3B8C;\n  --mpc-blue-deep: #072560;\n  --mpc-blue-ink: #061B44;\n  --mpc-gold: #C9A34A;\n  --mpc-paper: #FAF8F3;\n  --mpc-line: #E6E1D5;\n  --mpc-ink: #14161C;\n  --mpc-ink-soft: #3A3E4A;\n  --mpc-ink-muted: #6B6F7A;\n  --mpc-wa-green: #25D366;\n  --mpc-warning: #B85B25;\n  --mpc-danger: #B82A25;\n  --mpc-success: #1F8A4F;\n  --mpc-serif: 'Fraunces', Georgia, serif;\n  --mpc-sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n\n  font-family: var(--mpc-sans);\n  color: var(--mpc-ink);\n  line-height: 1.6;\n  -webkit-font-smoothing: antialiased;\n}\n.mpc-ants *,\n.mpc-ants *::before,\n.mpc-ants *::after { box-sizing: border-box; }\n.mpc-ants a { color: inherit; text-decoration: none; }\n.mpc-ants img { max-width: 100%; display: block; }\n.mpc-ants p { margin: 0 0 1em 0; }\n.mpc-ants ul { list-style: none; padding: 0; margin: 0; }\n.mpc-ants h1, .mpc-ants h2, .mpc-ants h3,\n.mpc-ants h4, .mpc-ants h5 { margin: 0; }\n\n.mpc-container {\n  max-width: 1180px;\n  margin: 0 auto;\n  padding: 0 24px;\n}\n\n\/* ============ BUTTONS ============ *\/\n.mpc-btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 13px 24px;\n  font-family: var(--mpc-sans);\n  font-weight: 600;\n  font-size: 14px;\n  letter-spacing: 0.01em;\n  border-radius: 2px;\n  cursor: pointer;\n  transition: all 0.2s ease;\n  text-decoration: none !important;\n  border: none;\n}\n.mpc-btn-wa { background: var(--mpc-wa-green); color: #fff !important; }\n.mpc-btn-wa:hover { background: #1EBE5D; transform: translateY(-1px); color: #fff !important; }\n.mpc-btn-ghost { background: transparent; color: var(--mpc-blue) !important; border: 1px solid var(--mpc-blue); }\n.mpc-btn-ghost:hover { background: var(--mpc-blue); color: #fff !important; }\n.mpc-btn-gold { background: var(--mpc-gold); color: var(--mpc-blue-ink) !important; }\n.mpc-btn-gold:hover { background: #D9B45D; transform: translateY(-1px); }\n\n\/* ============ EYEBROW ============ *\/\n.mpc-eyebrow {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  font-size: 11px;\n  letter-spacing: 0.26em;\n  text-transform: uppercase;\n  color: var(--mpc-blue);\n  font-weight: 600;\n  margin-bottom: 20px;\n}\n.mpc-eyebrow::before {\n  content: '';\n  width: 28px; height: 1px;\n  background: var(--mpc-gold);\n}\n\n.mpc-section {\n  padding: 60px 0;\n  margin: 0 -24px;\n}\n.mpc-section .mpc-container { padding: 0 24px; }\n.mpc-section-paper { background: var(--mpc-paper); }\n.mpc-section-white { background: #fff; }\n\n.mpc-section-head {\n  max-width: 760px;\n  margin-bottom: 40px;\n}\n.mpc-section-head.center {\n  margin-left: auto; margin-right: auto;\n  text-align: center;\n}\n.mpc-section-head.center .mpc-eyebrow { justify-content: center; }\n.mpc-section-head.center .mpc-eyebrow::before { display: none; }\n.mpc-section-head.center .mpc-eyebrow::after {\n  content: '';\n  width: 28px; height: 1px;\n  background: var(--mpc-gold);\n  margin-left: 10px;\n}\n.mpc-section-head h2 {\n  font-family: var(--mpc-serif);\n  font-weight: 400;\n  font-size: clamp(26px, 3.2vw, 38px);\n  line-height: 1.15;\n  letter-spacing: -0.02em;\n  color: var(--mpc-blue-ink);\n  margin-bottom: 14px;\n}\n.mpc-section-head h2 em { font-style: italic; color: var(--mpc-blue); }\n.mpc-section-head p {\n  font-size: 15.5px;\n  line-height: 1.65;\n  color: var(--mpc-ink-soft);\n  margin: 0;\n}\n\n\/* ============ HERO ============ *\/\n.mpc-hero {\n  background: linear-gradient(180deg, #FAF8F3 0%, #F2EEE2 100%);\n  padding: 70px 0 80px;\n  margin: 0 -24px;\n  border-bottom: 1px solid var(--mpc-line);\n  position: relative;\n  overflow: hidden;\n}\n.mpc-hero::before {\n  content: '';\n  position: absolute;\n  top: -150px; right: -150px;\n  width: 460px; height: 460px;\n  background: radial-gradient(circle, rgba(11,59,140,0.08) 0%, transparent 70%);\n  border-radius: 50%;\n  pointer-events: none;\n}\n.mpc-hero-grid {\n  display: grid;\n  grid-template-columns: 1.1fr 1fr;\n  gap: 50px;\n  align-items: center;\n  position: relative;\n}\n@media (max-width: 900px) { .mpc-hero-grid { grid-template-columns: 1fr; gap: 36px; } }\n.mpc-hero-breadcrumb {\n  font-size: 12px;\n  color: var(--mpc-ink-muted);\n  margin-bottom: 16px;\n}\n.mpc-hero-breadcrumb a { color: var(--mpc-blue); font-weight: 500; }\n.mpc-hero-breadcrumb a:hover { text-decoration: underline !important; }\n.mpc-hero h1 {\n  font-family: var(--mpc-serif);\n  font-weight: 400;\n  font-size: clamp(34px, 4.8vw, 54px);\n  line-height: 1.05;\n  letter-spacing: -0.02em;\n  color: var(--mpc-blue-ink);\n  margin-bottom: 22px;\n}\n.mpc-hero h1 em { font-style: italic; color: var(--mpc-blue); font-weight: 400; }\n.mpc-hero-lead {\n  font-size: 17px;\n  line-height: 1.65;\n  color: var(--mpc-ink-soft);\n  max-width: 520px;\n  margin-bottom: 24px;\n}\n.mpc-hero-lead em { font-style: italic; color: var(--mpc-blue); }\n.mpc-hero-meta {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 1px;\n  background: var(--mpc-line);\n  border: 1px solid var(--mpc-line);\n  margin-top: 4px;\n}\n@media (max-width: 540px) { .mpc-hero-meta { grid-template-columns: 1fr; } }\n.mpc-hero-meta-item {\n  background: #fff;\n  padding: 16px 18px;\n}\n.mpc-hero-meta-label {\n  font-size: 10px;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n  color: var(--mpc-ink-muted);\n  font-weight: 600;\n  margin-bottom: 4px;\n}\n.mpc-hero-meta-val {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: 15px;\n  color: var(--mpc-blue-ink);\n  letter-spacing: -0.01em;\n}\n.mpc-hero-meta-val em {\n  font-style: italic;\n  color: var(--mpc-gold);\n  font-size: 13.5px;\n}\n.mpc-hero-img {\n  position: relative;\n  aspect-ratio: 16 \/ 9;\n  overflow: hidden;\n  box-shadow: 0 30px 60px -30px rgba(11,59,140,0.35);\n}\n.mpc-hero-img img {\n  width: 100%; height: 100%;\n  object-fit: cover;\n}\n.mpc-hero-tag {\n  position: absolute;\n  bottom: 18px; left: 18px;\n  background: var(--mpc-gold);\n  color: var(--mpc-blue-ink);\n  padding: 6px 12px;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.16em;\n  z-index: 2;\n}\n\n\/* ============ QUICK IDENTIFIER BAND ============ *\/\n.mpc-quickid {\n  background: #fff;\n  border-top: 1px solid var(--mpc-line);\n  border-bottom: 1px solid var(--mpc-line);\n  padding: 40px 0;\n  margin: 0 -24px;\n}\n.mpc-quickid-head {\n  text-align: center;\n  margin-bottom: 26px;\n}\n.mpc-quickid-label {\n  font-size: 10.5px;\n  letter-spacing: 0.26em;\n  text-transform: uppercase;\n  color: var(--mpc-gold);\n  font-weight: 700;\n  margin-bottom: 10px;\n}\n.mpc-quickid-title {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: clamp(20px, 2.4vw, 26px);\n  line-height: 1.2;\n  color: var(--mpc-blue-ink);\n  letter-spacing: -0.01em;\n}\n.mpc-quickid-title em { font-style: italic; color: var(--mpc-blue); }\n\n.mpc-quickid-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 12px;\n}\n@media (max-width: 820px) { .mpc-quickid-grid { grid-template-columns: repeat(2, 1fr); } }\n@media (max-width: 480px) { .mpc-quickid-grid { grid-template-columns: 1fr; } }\n\n.mpc-quickid-item {\n  background: var(--mpc-paper);\n  border: 1px solid var(--mpc-line);\n  padding: 16px 18px;\n  display: flex;\n  flex-direction: column;\n  gap: 6px;\n  text-decoration: none !important;\n  color: inherit !important;\n  transition: all 0.2s;\n}\n.mpc-quickid-item:hover {\n  background: #fff;\n  border-color: var(--mpc-blue);\n  transform: translateY(-2px);\n}\n.mpc-quickid-q {\n  font-size: 12.5px;\n  color: var(--mpc-ink-soft);\n  line-height: 1.4;\n}\n.mpc-quickid-q em { font-style: italic; color: var(--mpc-blue-ink); font-weight: 500; }\n.mpc-quickid-a {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: 14.5px;\n  color: var(--mpc-blue);\n  letter-spacing: -0.005em;\n  display: inline-flex;\n  align-items: center;\n  gap: 5px;\n  margin-top: auto;\n}\n.mpc-quickid-a::after {\n  content: '\u2192';\n  transition: transform 0.2s;\n}\n.mpc-quickid-item:hover .mpc-quickid-a::after { transform: translateX(3px); }\n\n\/* ============ BLACK ANTS FEATURE ============ *\/\n.mpc-black-ants {\n  display: grid;\n  grid-template-columns: 1.1fr 1fr;\n  gap: 50px;\n  align-items: start;\n}\n@media (max-width: 820px) { .mpc-black-ants { grid-template-columns: 1fr; gap: 30px; } }\n\n.mpc-black-ants h3 {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: clamp(22px, 2.4vw, 28px);\n  line-height: 1.2;\n  color: var(--mpc-blue-ink);\n  margin-bottom: 14px;\n  letter-spacing: -0.01em;\n}\n.mpc-black-ants h3 em { font-style: italic; color: var(--mpc-blue); }\n.mpc-black-ants > div:first-child > p {\n  font-size: 15px;\n  color: var(--mpc-ink-soft);\n  line-height: 1.7;\n  margin: 0 0 18px 0;\n}\n.mpc-black-ants > div:first-child > p strong {\n  color: var(--mpc-blue-ink);\n  font-weight: 600;\n}\n.mpc-black-ants > div:first-child > p em {\n  font-style: italic;\n  color: var(--mpc-blue);\n}\n\n.mpc-keypoints {\n  background: #fff;\n  border: 1px solid var(--mpc-line);\n  padding: 22px 26px;\n}\n.mpc-keypoints-title {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: 15px;\n  color: var(--mpc-blue-ink);\n  letter-spacing: -0.01em;\n  margin-bottom: 14px;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n.mpc-keypoints-title::before {\n  content: '';\n  width: 20px; height: 1px;\n  background: var(--mpc-gold);\n}\n.mpc-keypoints ul {\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n.mpc-keypoints ul li {\n  position: relative;\n  padding-left: 18px;\n  font-size: 13.5px;\n  color: var(--mpc-ink-soft);\n  line-height: 1.6;\n  text-align: left;\n}\n.mpc-keypoints ul li::before {\n  content: '';\n  position: absolute;\n  left: 0;\n  top: 0.72em;\n  width: 6px;\n  height: 6px;\n  background: var(--mpc-gold);\n  border-radius: 50%;\n  transform: translateY(-50%);\n}\n.mpc-keypoints ul li strong {\n  display: block;\n  color: var(--mpc-blue-ink);\n  font-weight: 600;\n  margin-bottom: 4px;\n  text-align: left;\n}\n.mpc-keypoints ul li em {\n  font-style: italic;\n}\n\n\/* ============ SPECIES GRID (7 ant cards) ============ *\/\n.mpc-species-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 18px;\n}\n@media (max-width: 900px) { .mpc-species-grid { grid-template-columns: repeat(2, 1fr); } }\n@media (max-width: 540px) { .mpc-species-grid { grid-template-columns: 1fr; } }\n\n.mpc-species {\n  background: #fff;\n  border: 1px solid var(--mpc-line);\n  display: flex;\n  flex-direction: column;\n  text-decoration: none !important;\n  color: inherit !important;\n  transition: all 0.3s ease;\n  position: relative;\n  overflow: hidden;\n  height: 100%;\n  min-width: 0;\n}\n.mpc-species::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0;\n  width: 0;\n  height: 3px;\n  background: var(--mpc-gold);\n  transition: width 0.3s ease;\n  z-index: 3;\n}\n.mpc-species:hover {\n  border-color: var(--mpc-blue);\n  transform: translateY(-4px);\n  box-shadow: 0 16px 36px -22px rgba(11,59,140,0.28);\n}\n.mpc-species:hover::before {\n  width: 100%;\n}\n\n.mpc-species-img {\n  aspect-ratio: 16 \/ 10;\n  overflow: hidden;\n  background: var(--mpc-paper);\n  position: relative;\n}\n.mpc-species-img img {\n  width: 100%; height: 100%;\n  object-fit: cover;\n  transition: transform 0.5s;\n}\n.mpc-species:hover .mpc-species-img img { transform: scale(1.05); }\n\n.mpc-species-tag {\n  position: absolute;\n  top: 12px; left: 12px;\n  padding: 4px 10px;\n  font-size: 9.5px;\n  font-weight: 700;\n  letter-spacing: 0.14em;\n  z-index: 2;\n}\n.mpc-species-tag.warn {\n  background: var(--mpc-danger);\n  color: #fff;\n}\n.mpc-species-tag.info {\n  background: var(--mpc-gold);\n  color: var(--mpc-blue-ink);\n}\n.mpc-species-tag.pop {\n  background: var(--mpc-blue);\n  color: #fff;\n}\n\n.mpc-species-body {\n  padding: 20px 22px 22px;\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n  flex: 1;\n}\n.mpc-species-body h4 {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: 18px;\n  color: var(--mpc-blue-ink);\n  letter-spacing: -0.01em;\n  line-height: 1.2;\n}\n.mpc-species-body h4 em { font-style: italic; color: var(--mpc-blue); }\n.mpc-species-body p {\n  font-size: 13px;\n  color: var(--mpc-ink-soft);\n  line-height: 1.55;\n  margin: 0;\n  flex: 1;\n}\n.mpc-species-link {\n  margin-top: 10px;\n  font-size: 12px;\n  font-weight: 600;\n  color: var(--mpc-blue);\n  letter-spacing: 0.02em;\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  transition: gap 0.2s;\n}\n.mpc-species:hover .mpc-species-link { gap: 10px; }\n\n\/* ============ WHEN TO WORRY (educational bridge) ============ *\/\n.mpc-worry-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 16px;\n}\n@media (max-width: 720px) { .mpc-worry-grid { grid-template-columns: 1fr; } }\n\n.mpc-worry {\n  background: #fff;\n  border: 1px solid var(--mpc-line);\n  padding: 26px 28px;\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n  border-top: 3px solid var(--mpc-line);\n}\n.mpc-worry.ok { border-top-color: var(--mpc-success); }\n.mpc-worry.bad { border-top-color: var(--mpc-warning); }\n\n.mpc-worry-label {\n  font-size: 10.5px;\n  letter-spacing: 0.22em;\n  text-transform: uppercase;\n  font-weight: 700;\n  margin-bottom: 4px;\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n}\n.mpc-worry.ok .mpc-worry-label { color: var(--mpc-success); }\n.mpc-worry.bad .mpc-worry-label { color: var(--mpc-warning); }\n.mpc-worry-label::before {\n  content: '';\n  width: 8px; height: 8px;\n  border-radius: 50%;\n}\n.mpc-worry.ok .mpc-worry-label::before { background: var(--mpc-success); }\n.mpc-worry.bad .mpc-worry-label::before { background: var(--mpc-warning); }\n\n.mpc-worry h4 {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: 20px;\n  color: var(--mpc-blue-ink);\n  letter-spacing: -0.01em;\n  line-height: 1.2;\n  margin-bottom: 6px;\n}\n.mpc-worry h4 em { font-style: italic; color: var(--mpc-blue); }\n.mpc-worry ul {\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n}\n.mpc-worry ul li {\n  font-size: 13.5px;\n  color: var(--mpc-ink-soft);\n  line-height: 1.55;\n  padding-left: 18px;\n  position: relative;\n}\n.mpc-worry ul li::before {\n  position: absolute;\n  left: 0; top: 0;\n  font-weight: 700;\n}\n.mpc-worry.ok ul li::before {\n  content: '\u2713';\n  color: var(--mpc-success);\n}\n.mpc-worry.bad ul li::before {\n  content: '\u26a0';\n  color: var(--mpc-warning);\n}\n\n\/* ============ TRUST STRIP ============ *\/\n.mpc-trust-strip {\n  background: var(--mpc-paper);\n  border-top: 1px solid var(--mpc-line);\n  padding: 44px 0;\n  margin: 0 -24px;\n  text-align: center;\n}\n.mpc-trust-strip-inner {\n  max-width: 780px;\n  margin: 0 auto;\n}\n.mpc-trust-strip-label {\n  font-size: 10.5px;\n  letter-spacing: 0.24em;\n  text-transform: uppercase;\n  color: var(--mpc-gold);\n  font-weight: 700;\n  margin-bottom: 14px;\n}\n.mpc-trust-strip h3 {\n  font-family: var(--mpc-serif);\n  font-weight: 400;\n  font-size: clamp(22px, 2.6vw, 30px);\n  line-height: 1.2;\n  color: var(--mpc-blue-ink);\n  letter-spacing: -0.01em;\n  margin-bottom: 14px;\n}\n.mpc-trust-strip h3 em {\n  font-style: italic;\n  color: var(--mpc-blue);\n}\n.mpc-trust-strip-badges {\n  display: flex;\n  justify-content: center;\n  gap: 24px;\n  flex-wrap: wrap;\n  margin-top: 18px;\n  padding-top: 16px;\n  border-top: 1px dashed var(--mpc-line);\n}\n.mpc-trust-strip-badge {\n  font-size: 12px;\n  color: var(--mpc-ink-muted);\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n}\n.mpc-trust-strip-badge strong {\n  font-family: var(--mpc-serif);\n  color: var(--mpc-blue-ink);\n  font-weight: 500;\n  font-size: 15px;\n  font-style: italic;\n}\n\n\/* ============ SINGLE CTA BANNER (soft conversion) ============ *\/\n.mpc-cta-band {\n  background: linear-gradient(135deg, var(--mpc-blue) 0%, var(--mpc-blue-deep) 100%);\n  color: #fff;\n  padding: 60px 0;\n  margin: 0 -24px;\n  position: relative;\n  overflow: hidden;\n}\n.mpc-cta-band::before {\n  content: '';\n  position: absolute;\n  top: -100px; right: -100px;\n  width: 400px; height: 400px;\n  background: radial-gradient(circle, rgba(201,163,74,0.18) 0%, transparent 70%);\n  border-radius: 50%;\n}\n.mpc-cta-band::after {\n  content: '';\n  position: absolute;\n  bottom: -100px; left: -100px;\n  width: 300px; height: 300px;\n  background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%);\n  border-radius: 50%;\n}\n.mpc-cta-inner {\n  display: grid;\n  grid-template-columns: 1.4fr 1fr;\n  gap: 50px;\n  align-items: center;\n  position: relative;\n}\n@media (max-width: 820px) { .mpc-cta-inner { grid-template-columns: 1fr; gap: 30px; } }\n.mpc-cta-band .mpc-eyebrow { color: var(--mpc-gold); }\n.mpc-cta-band .mpc-eyebrow::before { background: var(--mpc-gold); }\n.mpc-cta-band h2 {\n  font-family: var(--mpc-serif);\n  font-weight: 400;\n  font-size: clamp(26px, 3vw, 36px);\n  line-height: 1.15;\n  margin-bottom: 14px;\n  letter-spacing: -0.02em;\n  color: #fff;\n}\n.mpc-cta-band h2 em { font-style: italic; color: var(--mpc-gold); }\n.mpc-cta-band p {\n  color: #C9CFE0;\n  font-size: 15px;\n  line-height: 1.65;\n  margin: 0;\n}\n.mpc-cta-buttons { display: flex; gap: 10px; flex-wrap: wrap; }\n.mpc-cta-band .mpc-btn-ghost {\n  color: #fff !important;\n  border-color: rgba(255,255,255,0.3);\n}\n.mpc-cta-band .mpc-btn-ghost:hover { background: rgba(255,255,255,0.1); color: #fff !important; }\n\n.mpc-cta-below {\n  margin-top: 30px;\n  text-align: center;\n  font-size: 13.5px;\n  color: var(--mpc-ink-soft);\n  padding: 0 24px;\n}\n.mpc-cta-below-wrap {\n  background: var(--mpc-paper);\n  border-top: 1px solid var(--mpc-line);\n  border-bottom: 1px solid var(--mpc-line);\n  padding: 22px 0;\n  margin: 0 -24px;\n}\n.mpc-cta-below a {\n  color: var(--mpc-blue);\n  font-weight: 600;\n  border-bottom: 1px solid rgba(11,59,140,0.3);\n  transition: border-color 0.2s;\n}\n.mpc-cta-below a:hover {\n  border-bottom-color: var(--mpc-blue);\n}\n.mpc-cta-below em {\n  font-style: italic;\n  color: var(--mpc-blue-ink);\n}\n\n\/* ============ RELATED GRID ============ *\/\n.mpc-related-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 1px;\n  background: var(--mpc-line);\n  border: 1px solid var(--mpc-line);\n}\n@media (max-width: 820px) { .mpc-related-grid { grid-template-columns: repeat(2, 1fr); } }\n@media (max-width: 480px) { .mpc-related-grid { grid-template-columns: 1fr; } }\n\n.mpc-related {\n  background: #fff;\n  padding: 22px 22px;\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n  text-decoration: none !important;\n  color: inherit !important;\n  transition: background 0.25s;\n  position: relative;\n}\n.mpc-related:hover {\n  background: var(--mpc-paper);\n}\n.mpc-related-icon {\n  width: 36px; height: 36px;\n  background: var(--mpc-paper);\n  color: var(--mpc-blue);\n  border-radius: 50%;\n  display: grid;\n  place-items: center;\n  margin-bottom: 6px;\n}\n.mpc-related-icon svg { width: 18px; height: 18px; }\n.mpc-related-name {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: 16px;\n  color: var(--mpc-blue-ink);\n  letter-spacing: -0.01em;\n  line-height: 1.2;\n}\n.mpc-related-link {\n  font-size: 12px;\n  font-weight: 600;\n  color: var(--mpc-blue);\n  display: inline-flex;\n  align-items: center;\n  gap: 5px;\n  transition: gap 0.2s;\n  margin-top: 6px;\n}\n.mpc-related:hover .mpc-related-link { gap: 9px; }\n<\/style>\n\n<!-- =====================================================\n     PAGE CONTENT STARTS HERE\n     ===================================================== -->\n<div class=\"mpc-ants\">\n\n  <!-- HERO -->\n  <section class=\"mpc-hero\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-hero-grid\">\n        <div>\n          <div class=\"mpc-hero-breadcrumb\">\n            <a href=\"https:\/\/msianpestcontrol.com\/ko\/\ubc8c\ub808\uc640-\ud574\ucda9\/\">\ubc8c\ub808\uc640 \ud574\ucda9<\/a> &nbsp;\u203a \uac1c\ubbf8\uc5d0 \ub300\ud558\uc5ec\n          <\/div>\n          <div class=\"mpc-eyebrow\">\uace4\ucda9 \ubc0f \ud574\ucda9 \ubc31\uacfc\uc0ac\uc804<\/div>\n          <h1>\ub9d0\ub808\uc774\uc2dc\uc544\uc758 \uac1c\ubbf8\ub4e4 \u2014 <em>\ubcf8 \uac83\uc744 \ud655\uc778\ud558\uc2ed\uc2dc\uc624.<\/em><\/h1>\n          <p class=\"mpc-hero-lead\">\ubaa8\ub4e0 \uac1c\ubbf8\uac00 \ub2e4 \uac19\uc740 \uac83\uc740 \uc544\ub2d9\ub2c8\ub2e4. \uc5b4\ub5a4 \uac1c\ubbf8\ub294 \ubd80\uc5cc\uc5d0 \ucc3e\uc544\uc624\ub294 \ubb34\ud574\ud55c \uace4\ucda9\uc774\uc9c0\ub9cc, \uc5b4\ub5a4 \uac1c\ubbf8\ub294 \uc3d8\uba74 \uace0\ud1b5\uc2a4\ub7fd\uace0, \ub610 \uc5b4\ub5a4 \uac1c\ubbf8\ub294 \ud754\ud788 \ubcfc \uc218 \uc788\ub294 \uace4\ucda9\uc774\uc9c0\ub9cc \uc0ac\uc2e4\uc740 \uac1c\ubbf8\uac00 \uc544\ub2d9\ub2c8\ub2e4. \uc774 \uac00\uc774\ub4dc\uc5d0\uc11c\ub294 \uc774\ub7ec\ud55c \ub2e4\uc591\ud55c \uace4\ucda9\ub4e4\uc744 \ub2e4\ub8f9\ub2c8\ub2e4. <em>\uc77c\uacf1 \uc885<\/em> \ub9d0\ub808\uc774\uc2dc\uc544 \uac00\uc815\uc9d1\uacfc \uc815\uc6d0\uc5d0\uc11c \ud754\ud788 \ubcfc \uc218 \uc788\ub294 \uac83\ub4e4\uc785\ub2c8\ub2e4.<\/p>\n\n          <div class=\"mpc-hero-meta\">\n            <div class=\"mpc-hero-meta-item\">\n              <div class=\"mpc-hero-meta-label\">\ub300\uc0c1 \uc885<\/div>\n              <div class=\"mpc-hero-meta-val\">7 <em>\ub2ee\uc740\uaf34 \ud3ec\ud568<\/em><\/div>\n            <\/div>\n            <div class=\"mpc-hero-meta-item\">\n              <div class=\"mpc-hero-meta-label\">\ud754\ud788 \ubcfc \uc218 \uc788\ub294<\/div>\n              <div class=\"mpc-hero-meta-val\">\ud648\uc988 \uc564 \uac00\ub4e0\uc2a4<\/div>\n            <\/div>\n            <div class=\"mpc-hero-meta-item\">\n              <div class=\"mpc-hero-meta-label\">\ub610\ud55c \ub2e4\uc74c\uacfc \uac19\uc774 \uc54c\ub824\uc838 \uc788\uc2b5\ub2c8\ub2e4.<\/div>\n              <div class=\"mpc-hero-meta-val\">\uc138\ubb34\ud2b8<\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"mpc-hero-img\">\n          <span class=\"mpc-hero-tag\">\uac1c\ubbf8 \u00b7 \uc138\ubb34\ud2b8<\/span>\n          <img decoding=\"async\" src=\"https:\/\/msianpestcontrol.com\/wp-content\/uploads\/2024\/04\/Protecting-Your-Homes7-1024x576.jpg\" alt=\"\ub9d0\ub808\uc774\uc2dc\uc544 \uac00\uc815\uc9d1\uc758 \uac1c\ubbf8 - \ud754\ud788 \ubcfc \uc218 \uc788\ub294 \uac00\uc815 \uac1c\ubbf8 \uc885 \uac1c\uc694\">\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- QUICK IDENTIFIER BAND -->\n  <section class=\"mpc-quickid\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-quickid-head\">\n        <div class=\"mpc-quickid-label\">30\ucd08 \uc2dd\ubcc4\uc790<\/div>\n        <div class=\"mpc-quickid-title\">\uc5b4\ub5a4 \uac1c\ubbf8\ub97c \ud0a4\uc6b0\uace0 \uc788\ub098\uc694? <em>\ubaa9\uaca9\ud55c \ub0b4\uc6a9\uacfc \uc77c\uce58\uc2dc\ud0a4\uc138\uc694.<\/em><\/div>\n      <\/div>\n      <div class=\"mpc-quickid-grid\">\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ko\/\ubd88\uac1c\ubbf8\uc5d0-\ub300\ud574\uc11c\/\" class=\"mpc-quickid-item\">\n          <div class=\"mpc-quickid-q\"><em>\ubd89\uc740 \uc624\ub80c\uc9c0\uc0c9 \uac1c\ubbf8<\/em> \ubc29\ud574\ubc1b\uc73c\uba74 \ub5bc\ub85c \ubab0\ub824\ub4e4\uc5b4 \uc3d8\ub294 \uac83\ub4e4 \ub9d0\uc778\uac00\uc694?<\/div>\n          <div class=\"mpc-quickid-a\">\ubd88\uac1c\ubbf8<\/div>\n        <\/a>\n\n        <a href=\"#black-ants\" class=\"mpc-quickid-item\">\n          <div class=\"mpc-quickid-q\"><em>\uc791\uc740 \uac80\uc740 \uac1c\ubbf8<\/em> \ubd80\uc5cc\uc774\ub098 \uc695\uc2e4\uc5d0\uc11c \ud589\uc9c4\ud558\ub294 \uac74\uac00\uc694?<\/div>\n          <div class=\"mpc-quickid-a\">\uac80\uc740 \uac1c\ubbf8<\/div>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ko\/\ucc30\ub9ac-\uac1c\ubbf8\uc5d0-\ub300\ud574\uc11c\/\" class=\"mpc-quickid-item\">\n          <div class=\"mpc-quickid-q\"><em>\uc8fc\ud669\uc0c9\uacfc \uac80\uc740\uc0c9 \ubc8c\ub808<\/em> \ubc24\uc5d0 \ubcbd\uc5d0 \uac78\uc5b4\ub450\uc168\ub098\uc694?<\/div>\n          <div class=\"mpc-quickid-a\">\ucc30\ub9ac \uc564\uce20<\/div>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ko\/\ub0a0\uc544\ub2e4\ub2c8\ub294-\uac1c\ubbf8-vs-\ud770\uac1c\ubbf8\/\" class=\"mpc-quickid-item\">\n          <div class=\"mpc-quickid-q\"><em>\ub0a0\uac1c \ub2ec\ub9b0 \uac1c\ubbf8<\/em> \uc6b0\uae30\uc5d0 \ub5bc\ub97c \uc9c0\uc5b4 \ubab0\ub824\ub4dc\ub294 \uac74\uac00\uc694?<\/div>\n          <div class=\"mpc-quickid-a\">\ub0a0\uc544\ub2e4\ub2c8\ub294 \uac1c\ubbf8\uc640 \ud770\uac1c\ubbf8<\/div>\n        <\/a>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- BLACK ANTS FEATURE SECTION -->\n  <section id=\"black-ants\" class=\"mpc-section mpc-section-white\" style=\"scroll-margin-top: 40px;\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-section-head\">\n        <div class=\"mpc-eyebrow\">\uac00\uc7a5 \ud754\ud55c \uc9d1\uac1c\ubbf8<\/div>\n        <h2>\uad6d\ub0b4\uc758 <em>\uac80\uc740 \uac1c\ubbf8.<\/em><\/h2>\n        <p>\ub9d0\ub808\uc774\uc2dc\uc544\uc758 \ub9ce\uc740 \uc9d1\uc8fc\uc778\ub4e4\uc774 \ub9c8\uc8fc\uce58\ub294 \uc791\uace0 \uc5b4\ub450\uc6b4 \uc0c9\uae54\uc758 \uac1c\ubbf8\ub294 \ub300\uac1c \uc2e4\uc81c \uc704\ud611\uc774\ub77c\uae30\ubcf4\ub2e4\ub294 \uc131\uac00\uc2e0 \uc874\uc7ac\uc5d0 \uac00\uae5d\uc2b5\ub2c8\ub2e4.<\/p>\n      <\/div>\n\n      <div class=\"mpc-black-ants\">\n        <div>\n          <h3>\uac80\uc740\uac1c\ubbf8 \u2014 <em>\ub9e4\uc77c \ubd80\uc5cc\uc744 \ucc3e\ub294 \uc190\ub2d8.<\/em><\/h3>\n          <p>\uc77c\ubc18\uc801\uc73c\ub85c &quot;\uac80\uc740\uac1c\ubbf8&quot;\ub77c\ub294 \uc6a9\uc5b4\ub294 \ub2e4\uc74c\uc744 \ud3ec\ud568\ud569\ub2c8\ub2e4. <strong>\uc5ec\ub7ec \uc885\uc758 \uac1c\ubbf8<\/strong> \uc0c9\uae54\uc774 \uc5b4\ub450\uc6b4 \uac1c\ubbf8\ub97c \uac00\ub9ac\ud0a4\ub294 \ub9d0\uc785\ub2c8\ub2e4. \ub9d0\ub808\uc774\uc2dc\uc544\ub97c \ud3ec\ud568\ud55c \ub9ce\uc740 \uc9c0\uc5ed\uc5d0\uc11c \uc774 \uc6a9\uc5b4\ub294 \ud754\ud788 \ubcfc \uc218 \uc788\ub294 \uac80\uc740 \uc815\uc6d0\uac1c\ubbf8\ub97c \uac00\ub9ac\ud0a4\ub294 \uad6c\uc5b4\uccb4\ub85c \uc0ac\uc6a9\ub429\ub2c8\ub2e4.<em>\ub77c\uc2dc\uc6b0\uc2a4 \ub2c8\uc81c\ub974<\/em>) \ubc0f \uae30\ud0c0 \uc720\uc0ac\ud55c \uc885.<\/p>\n          <p>\uc774 \uac1c\ubbf8\ub4e4\uc740 \ubcf4\ud1b5 \ub2e4\uc74c\uc5d0\uc11c \ubc1c\uacac\ub429\ub2c8\ub2e4. <strong>\uc57c\uc678 \ud658\uacbd<\/strong> \ud558\uc9c0\ub9cc \uc74c\uc2dd\uc744 \ucc3e\uc544 \uc9d1 \uc548\uc73c\ub85c \ub4e4\uc5b4\uc62c \uc218 \uc788\ub294\ub370, \ud2b9\ud788 \uc870\ub9ac\ub300\ub098 \uc4f0\ub808\uae30\ud1b5\uc5d0 \ub0a8\uaca8\uc9c4 \uc124\ud0d5\uc774\ub098 \uc74c\uc2dd\ubb3c \ucc0c\uaebc\uae30\ub97c \ub178\ub9bd\ub2c8\ub2e4.<\/p>\n        <\/div>\n\n        <div class=\"mpc-keypoints\">\n          <div class=\"mpc-keypoints-title\">\ud575\uc2ec \uc0ac\ud56d<\/div>\n          <ul>\n            <li><strong>\uc11c\uc2dd\uc9c0:<\/strong> \uc815\uc6d0\uac1c\ubbf8\ub294 \ud759 \uc18d, \ub3cc \ubc11, \ub610\ub294 \ubcf4\ub3c4\ube14\ub85d \ud2c8\uc0c8\uc5d0 \ub465\uc9c0\ub97c \uc9d3\uc2b5\ub2c8\ub2e4. \uc815\uc6d0\uac1c\ubbf8\ub294 \uc8fc\ub85c \uc2e4\uc678\uc5d0 \ub465\uc9c0\ub97c \ud2c0\uc9c0\ub9cc \uc2e4\ub0b4\uc5d0\uc11c\ub3c4 \uba39\uc774\ub97c \ucc3e\uc2b5\ub2c8\ub2e4.<\/li>\n            <li><strong>\ub2e4\uc774\uc5b4\ud2b8:<\/strong> \uc7a1\uc2dd\uc131 - \ub2f9\ubd84\uc774 \ud568\uc720\ub41c \ubb3c\uc9c8, \ub2e4\ub978 \uace4\ucda9, \uadf8\ub9ac\uace0 \uc778\uac04 \uac70\uc8fc \ud658\uacbd\uc758 \uc74c\uc2dd\ubb3c \uc4f0\ub808\uae30\ub97c \uba39\uc2b5\ub2c8\ub2e4.<\/li>\n            <li><strong>\uc601\ud5a5:<\/strong> \uc77c\ubc18\uc801\uc73c\ub85c \uace0\ub824\ub418\ub294 <em>\ub35c \uc131\uac00\uc2dc\ub2e4<\/em> \ub2e4\ub978 \uac1c\ubbf8 \uc885\uc5d0 \ube44\ud574 \ud06c\uae30\uac00 \uc791\uc2b5\ub2c8\ub2e4. \uac74\uac15\uc5d0 \uc2ec\uac01\ud55c \uc704\ud5d8\uc744 \ucd08\ub798\ud558\uc9c0\ub294 \uc54a\uc9c0\ub9cc, \uc74c\uc2dd\uc744 \uc624\uc5fc\uc2dc\ud0ac \uc218\ub294 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- MORE SERIOUS ANTS \u2014 7 SPECIES GRID -->\n  <section class=\"mpc-section mpc-section-paper\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-section-head\">\n        <div class=\"mpc-eyebrow\">\ub354 \uc2ec\uac01\ud55c \uc720\ud615\uc758 \uac1c\ubbf8<\/div>\n        <h2>\uac1c\ubbf8\uc758 \uac00\uce58 <em>\uc54c\uace0 \uc788\ub294 \uac83.<\/em><\/h2>\n        <p>\ud754\ud788 \ubcfc \uc218 \uc788\ub294 \uac80\uc740\uac1c\ubbf8 \uc678\uc5d0\ub3c4, \ub354 \uc790\uc138\ud788 \uc54c\uc544\ubcfc \uac00\uce58\uac00 \uc788\ub294 \uc885\ub4e4\uc774 \uc788\uc2b5\ub2c8\ub2e4. \uc5b4\ub5a4 \uc885\uc740 \uc3d8\uace0, \uc5b4\ub5a4 \uc885\uc740 \ub5bc\ub97c \uc9c0\uc5b4 \uc9d1\uc73c\ub85c \uce68\uc785\ud558\uba70, \uc2ec\uc9c0\uc5b4\ub294 \uac1c\ubbf8\uac00 \uc544\ub2cc \uc885\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. \uc544\ubb34 \uce74\ub4dc\ub098 \ud0ed\ud558\uc5ec \uc804\uccb4 \uac00\uc774\ub4dc\ub97c \uc77d\uc5b4\ubcf4\uc138\uc694.<\/p>\n      <\/div>\n\n      <div class=\"mpc-species-grid\">\n\n        <!-- 1. Fire Ants -->\n        <a href=\"https:\/\/msianpestcontrol.com\/ko\/\ubd88\uac1c\ubbf8\uc5d0-\ub300\ud574\uc11c\/\" class=\"mpc-species\">\n          <div class=\"mpc-species-img\">\n            <span class=\"mpc-species-tag warn\">\uace0\ud1b5\uc2a4\ub7ec\uc6b4 \uc3d8\uc784<\/span>\n            <img decoding=\"async\" src=\"https:\/\/msianpestcontrol.com\/wp-content\/uploads\/2024\/04\/fire-ants.webp\" alt=\"\ubd88\uac1c\ubbf8 - \ub9d0\ub808\uc774\uc2dc\uc544\uc5d0\uc11c \ubc1c\uacac\ub418\ub294 \uacf5\uaca9\uc801\uc774\uace0 \uc3d8\ub294 \uac1c\ubbf8\">\n          <\/div>\n          <div class=\"mpc-species-body\">\n            <h4>\ubd88 <em>\uac1c\ubbf8<\/em><\/h4>\n            <p>\ubd89\uc740 \uc624\ub80c\uc9c0\uc0c9\uc744 \ub764 \uacf5\uaca9\uc801\uc778 \uac1c\ubbf8\ub85c, \ub465\uc9c0\uac00 \uac74\ub4dc\ub824\uc9c0\uba74 \ub5bc\ub97c \uc9c0\uc5b4 \uc3d8\uc785\ub2c8\ub2e4. \uc3d8\uc774\uba74 \ud0c0\ub294 \ub4ef\ud55c \ud1b5\uc99d\uacfc \uace0\ub984\uc774 \uc0dd\uae41\ub2c8\ub2e4.<\/p>\n            <span class=\"mpc-species-link\">\uac00\uc774\ub4dc \uc77d\uae30 \u2192<\/span>\n          <\/div>\n        <\/a>\n\n        <!-- 2. Big Headed Ants (CORRECTED \u2014 was mislabeled as Yellow Crazy Ants) -->\n        <a href=\"https:\/\/msianpestcontrol.com\/ko\/\ud070-\uba38\ub9ac-\uac1c\ubbf8\uc5d0-\ub300\ud574\/\" class=\"mpc-species\">\n          <div class=\"mpc-species-img\">\n            <span class=\"mpc-species-tag info\">\ub450 \uacc4\uae09<\/span>\n            <img decoding=\"async\" src=\"https:\/\/msianpestcontrol.com\/wp-content\/uploads\/2024\/04\/big-headed-ants-768x382.jpg\" alt=\"\ud070\uba38\ub9ac\uac1c\ubbf8 \u2014 \uba38\ub9ac\uac00 \ud070 \ubcd1\uc815\uac1c\ubbf8\uac00 \ud2b9\uc9d5\uc778 \ub9d0\ub808\uc774\uc2dc\uc544 \uc885\">\n          <\/div>\n          <div class=\"mpc-species-body\">\n            <h4>\uba38\ub9ac\uac00 \ud070 <em>\uac1c\ubbf8<\/em><\/h4>\n            <p>\ubcd1\uc815\uac1c\ubbf8\ub294 \uc791\uc740 \uc77c\uac1c\ubbf8\uc5d0 \ube44\ud574 \uba38\ub9ac\uac00 \ud6e8\uc52c \ud06c\ub2e4\ub294 \ud2b9\uc9d5\uc774 \uc788\ub2e4. \ud754\ud788 \uac00\uc815\uc9d1\uc5d0 \uce68\uc785\ud558\ub294 \uace4\ucda9\uc73c\ub85c, \uc9d1 \uae30\ucd08 \uadfc\ucc98\uc5d0 \ub465\uc9c0\ub97c \ud2bc\ub2e4.<\/p>\n            <span class=\"mpc-species-link\">\uac00\uc774\ub4dc \uc77d\uae30 \u2192<\/span>\n          <\/div>\n        <\/a>\n\n        <!-- 3. Yellow Crazy Ants -->\n        <a href=\"https:\/\/msianpestcontrol.com\/ko\/\ub178\ub780-\ubbf8\uce5c\uac1c\ubbf8\uc5d0-\ub300\ud574\uc11c\/\" class=\"mpc-species\">\n          <div class=\"mpc-species-img\">\n            <span class=\"mpc-species-tag info\">\uce68\uc2b5\uc801\uc778<\/span>\n            <img decoding=\"async\" src=\"https:\/\/msianpestcontrol.com\/wp-content\/uploads\/2024\/04\/yellow-crazy-ants-1024x738.png\" alt=\"\ub178\ub780\ubbf8\uce5c\uac1c\ubbf8 - \ubd88\uaddc\uce59\uc801\uc778 \uc774\ub3d9\uc73c\ub85c \uc720\uba85\ud55c \uce68\uc785\uc885\">\n          <\/div>\n          <div class=\"mpc-species-body\">\n            <h4>\uc610\ub85c\uc6b0 \ud06c\ub808\uc774\uc9c0 <em>\uac1c\ubbf8<\/em><\/h4>\n            <p>\ube60\ub974\uace0 \ubd88\uaddc\uce59\uc801\uc778 \uc6c0\uc9c1\uc784 \ub54c\ubb38\uc5d0 \uadf8\ub7f0 \uc774\ub984\uc774 \ubd99\uc5c8\uc2b5\ub2c8\ub2e4. \uce68\uc785\uc131\uc774 \ub9e4\uc6b0 \uac15\ud558\uba70, \uc138\uacc4\uc5d0\uc11c \uac00\uc7a5 \ud30c\uad34\uc801\uc778 \uac1c\ubbf8 \uc885 \uc911 \ud558\ub098\uc785\ub2c8\ub2e4.<\/p>\n            <span class=\"mpc-species-link\">\uac00\uc774\ub4dc \uc77d\uae30 \u2192<\/span>\n          <\/div>\n        <\/a>\n\n        <!-- 4. Weaver Ants -->\n        <a href=\"https:\/\/msianpestcontrol.com\/ko\/\ubca0\uc9dc\uae30\uac1c\ubbf8\uc5d0-\ub300\ud558\uc5ec\/\" class=\"mpc-species\">\n          <div class=\"mpc-species-img\">\n            <span class=\"mpc-species-tag info\">\ub098\ubb34 \uc704\uc758 \uac70\uc8fc\uc790<\/span>\n            <img decoding=\"async\" src=\"https:\/\/msianpestcontrol.com\/wp-content\/uploads\/2024\/04\/weaver-ants-1024x564.png\" alt=\"\ubca0\uc9dc\uae30\uac1c\ubbf8 \u2014 \ub9d0\ub808\uc774\uc2dc\uc544\uc5d0 \uc11c\uc2dd\ud558\ub294 \ud06c\uace0 \ubd89\uc740 \uc624\ub80c\uc9c0\uc0c9\uc758 \ub098\ubb34\uc5d0 \ub465\uc9c0\ub97c \uc9d3\ub294 \uac1c\ubbf8\">\n          <\/div>\n          <div class=\"mpc-species-body\">\n            <h4>\uc9c1\uacf5 <em>\uac1c\ubbf8<\/em><\/h4>\n            <p>\ud06c\uae30\uac00 \ud070 \uc801\ud669\uc0c9 \uac1c\ubbf8\ub85c, \ub098\ubb47\uc78e\uc744 \uc2e4\ub85c \uc5ee\uc5b4 \ub098\ubb34\uc5d0 \ub465\uc9c0\ub97c \uc9d3\uc2b5\ub2c8\ub2e4. \ub465\uc9c0\uac00 \ubc29\ud574\ubc1b\uc73c\uba74 \uacf5\uaca9\uc801\uc778 \uc131\ud5a5\uc744 \ubcf4\uc785\ub2c8\ub2e4.<\/p>\n            <span class=\"mpc-species-link\">\uac00\uc774\ub4dc \uc77d\uae30 \u2192<\/span>\n          <\/div>\n        <\/a>\n\n        <!-- 5. Charlie Ants (POPULAR \u2014 your top-traffic page) -->\n        <a href=\"https:\/\/msianpestcontrol.com\/ko\/\ucc30\ub9ac-\uac1c\ubbf8\uc5d0-\ub300\ud574\uc11c\/\" class=\"mpc-species\">\n          <div class=\"mpc-species-img\">\n            <span class=\"mpc-species-tag pop\">\u2605 \uc778\uae30 \uc0c1\ud488<\/span>\n            <img decoding=\"async\" src=\"https:\/\/msianpestcontrol.com\/wp-content\/uploads\/2024\/04\/Protecting-Your-Homes19.jpg\" alt=\"\ucc30\ub9ac \uac1c\ubbf8\ub294 \uc0ac\uc2e4 \ub3c5\uc131 \ud398\ub370\ub9b0\uc744 \uc9c0\ub2cc \ubc18\ub0a0\uac1c\ub531\uc815\ubc8c\ub808\uc758 \uc77c\uc885\uc785\ub2c8\ub2e4.\">\n          <\/div>\n          <div class=\"mpc-species-body\">\n            <h4>\ubc31\uc778 <em>\uac1c\ubbf8<\/em><\/h4>\n            <p>\uc0ac\uc2e4 \uac1c\ubbf8\uac00 \uc544\ub2c8\ub77c \ud398\ub370\ub9b0 \ub3c5\uc18c\ub97c \uac00\uc9c4 \ubc18\ub0a0\uac1c\ub531\uc815\ubc8c\ub808\uc785\ub2c8\ub2e4. \ud53c\ubd80\uc5d0 \ub2ff\uc544 \uc73c\uae68\uba74 \uc2ec\ud55c \ud654\uc0c1\uc744 \uc785\uc744 \uc218 \uc788\uc73c\ub2c8 \uc808\ub300 \ub9cc\uc9c0\uc9c0 \ub9c8\uc138\uc694.<\/p>\n            <span class=\"mpc-species-link\">\uac00\uc774\ub4dc \uc77d\uae30 \u2192<\/span>\n          <\/div>\n        <\/a>\n\n        <!-- 6. Honeypot Ants -->\n        <a href=\"https:\/\/msianpestcontrol.com\/ko\/\ud5c8\ub2c8\ud31f\uac1c\ubbf8\uc5d0-\ub300\ud558\uc5ec\/\" class=\"mpc-species\">\n          <div class=\"mpc-species-img\">\n            <span class=\"mpc-species-tag info\">\ub2ec\ucf64\ud568\uc744 \ucc3e\ub294 \uc911<\/span>\n            <img decoding=\"async\" src=\"https:\/\/msianpestcontrol.com\/wp-content\/uploads\/2024\/04\/Protecting-Your-Homes7-1024x576.jpg\" alt=\"\uafc0\ub2e8\uc9c0\uac1c\ubbf8 - \uc124\ud0d5\ubb3c\uc744 \uc800\uc7a5\ud558\ub294 \ud2b9\uc218 \uc77c\uac1c\ubbf8\">\n          <\/div>\n          <div class=\"mpc-species-body\">\n            <h4>\ud5c8\ub2c8\ud31f <em>\uac1c\ubbf8<\/em><\/h4>\n            <p>\ud2b9\uc218\ud55c \ub2a5\ub825\uc744 \uac00\uc9c4 \uc77c\uac1c\ubbf8\ub4e4\uc740 \ubd80\ud480\uc5b4 \uc624\ub978 \ubcf5\ubd80\uc5d0 \ub2f9\ubd84\uc774 \ud568\uc720\ub41c \uc561\uccb4\ub97c \uc800\uc7a5\ud569\ub2c8\ub2e4. \ub2f9\ubd84\uc774 \ub4e0 \uc74c\uc2dd, \uc2dc\ub7fd, \ub2e8\ub9db\uc774 \ub098\ub294 \uc794\uc5ec\ubb3c\uc5d0 \ub04c\ub9bd\ub2c8\ub2e4.<\/p>\n            <span class=\"mpc-species-link\">\uac00\uc774\ub4dc \uc77d\uae30 \u2192<\/span>\n          <\/div>\n        <\/a>\n\n        <!-- 7. Flying Ants vs Termites -->\n        <a href=\"https:\/\/msianpestcontrol.com\/ko\/\ub0a0\uc544\ub2e4\ub2c8\ub294-\uac1c\ubbf8-vs-\ud770\uac1c\ubbf8\/\" class=\"mpc-species\">\n          <div class=\"mpc-species-img\">\n            <span class=\"mpc-species-tag info\">\ube44\uad50<\/span>\n            <img decoding=\"async\" src=\"https:\/\/msianpestcontrol.com\/wp-content\/uploads\/2024\/04\/Protecting-Your-Homes7-1024x576.jpg\" alt=\"\ub0a0\uac1c \ub2ec\ub9b0 \uac1c\ubbf8\uc640 \ud770\uac1c\ubbf8\ub97c \uad6c\ubcc4\ud558\ub294 \ubc29\ubc95\">\n          <\/div>\n          <div class=\"mpc-species-body\">\n            <h4>\ub0a0\uc544\ub2e4\ub2c8\ub294 \uac1c\ubbf8 <em>\ub300 \ud770\uac1c\ubbf8<\/em><\/h4>\n            <p>\ub458 \ub2e4 \uc6b0\uae30\uc5d0 \ub5bc\ub97c \uc9c0\uc5b4 \ub098\ud0c0\ub0a9\ub2c8\ub2e4. \ud558\ub098\ub294 \uc9d1\uc5d0 \ud53c\ud574\ub97c \uc8fc\uc9c0\ub9cc, \ub2e4\ub978 \ud558\ub098\ub294 \uadf8\ub807\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud558\uae30 \uc804\uc5d0 \ucc28\uc774\uc810\uc744 \uc54c\uc544\ub450\uc138\uc694.<\/p>\n            <span class=\"mpc-species-link\">\ube44\uad50\ud558\uae30 \u2192<\/span>\n          <\/div>\n        <\/a>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- WHEN TO WORRY (educational bridge) -->\n  <section class=\"mpc-section mpc-section-white\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-section-head\">\n        <div class=\"mpc-eyebrow\">\uc5b8\uc81c \uac71\uc815\ud574\uc57c \ud560\uae4c\uc694?<\/div>\n        <h2>\ubaa8\ub4e0 \uac1c\ubbf8 \ubaa9\uaca9 \uc0ac\ub840\uac00 \uadf8\ub7f0 \uac83\uc740 \uc544\ub2d9\ub2c8\ub2e4. <em>\uc804\ubb38\uac00\uc758 \ub3c4\uc6c0\uc774 \ud544\uc694\ud569\ub2c8\ub2e4.<\/em><\/h2>\n        <p>\uac1c\ubbf8\ub97c \uc9c1\uc811 \ucc98\ub9ac\ud560 \uc218 \uc788\ub294 \uacbd\uc6b0\uc640 \uc804\ubb38\uac00\uc758 \ub3c4\uc6c0\uc744 \ubc1b\ub294 \uac83\uc774 \uc88b\uc740 \uacbd\uc6b0\ub97c \uc194\uc9c1\ud558\uac8c \uc54c\ub824\ub4dc\ub9bd\ub2c8\ub2e4.<\/p>\n      <\/div>\n\n      <div class=\"mpc-worry-grid\">\n\n        <div class=\"mpc-worry ok\">\n          <div class=\"mpc-worry-label\">\uc77c\ubc18\uc801\uc73c\ub85c \uad00\ub9ac \uac00\ub2a5<\/div>\n          <h4>\ub2f9\uc2e0\uc740 \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4 <em>\uc544\ub9c8 \uc774 \ubb38\uc81c\ub294 \uc2a4\uc2a4\ub85c \ud574\uacb0\ud558\uc2e4 \uc218 \uc788\uc744 \uac81\ub2c8\ub2e4.<\/em><\/h4>\n          <ul>\n            <li>\ubd80\uc5cc\uc5d0\uc11c \uac00\ub054\uc529 \uba39\uc774\ub97c \ucc3e\ub294 \uac80\uc740 \uac1c\ubbf8\ub4e4<\/li>\n            <li>\uc3df\uc544\uc9c4 \uc124\ud0d5\uc774\ub098 \ubd80\uc2a4\ub7ec\uae30\ub85c \uc774\uc5b4\uc9c0\ub294 \uc791\uc740 \ud754\uc801<\/li>\n            <li>\uc815\uc6d0 \uc2dd\ubb3c\uc774\ub098 \ubcf4\ub3c4\ube14\ub85d \uc704\uc5d0 \uc788\ub294 \uac1c\ubbf8<\/li>\n            <li>\ube44 \uc624\ub294 \uc800\ub141\uc5d0 \ub0a0\uc544\ub2e4\ub2c8\ub294 \uac1c\ubbf8 \ud55c \ub9c8\ub9ac<\/li>\n            <li>\ud3ed\uc6b0\uac00 \ub0b4\ub9b0 \ud6c4 \uba87 \ub9c8\ub9ac\uc758 \uac1c\ubbf8\uac00 \ub098\ud0c0\ub0ac\uc2b5\ub2c8\ub2e4.<\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"mpc-worry bad\">\n          <div class=\"mpc-worry-label\">\uc9c0\uae08 \ubc14\ub85c \uc804\ud654 \uc8fc\uc138\uc694<\/div>\n          <h4>\uc804\ubb38\uac00\uc758 \ub3c4\uc6c0\uc744 \ubc1b\uc73c\uc138\uc694 <em>\uc774\uac83\uc744 \ubcf4\uba74.<\/em><\/h4>\n          <ul>\n            <li>\uccad\uc18c\ub97c \ud574\ub3c4 \uac1c\ubbf8 \ud589\ub82c\uc774 \uacc4\uc18d \ub0a8\uc544 \uc788\uc74c<\/li>\n            <li>\uc9d1 \uc804\uccb4\uc5d0 \uc5ec\ub7ec \uac1c\uc758 \ucd9c\uc785\uad6c\uac00 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n            <li>\ubd88\uac1c\ubbf8\uac00 \uac00\uc871 \uad6c\uc131\uc6d0\uc774\ub098 \ubc18\ub824\ub3d9\ubb3c\uc744 \uc3d8\ub294 \uacbd\uc6b0<\/li>\n            <li>\uac1c\ubbf8\uac00 \ubcbd, \uc804\uc120 \ub610\ub294 \uac00\uc804\uc81c\ud488 \ub0b4\ubd80\uc5d0 \ub465\uc9c0\ub97c \ud2c0\uace0 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n            <li>\ucc30\ub9ac\uac1c\ubbf8(\ub531\uc815\ubc8c\ub808)\uac00 \ubc18\ubcf5\uc801\uc73c\ub85c \ub098\ud0c0\ub0a9\ub2c8\ub2e4.<\/li>\n            <li>\ub0a0\uac1c \ub2ec\ub9b0 \uace4\ucda9 \ub5bc - \ud770\uac1c\ubbf8\uc77c \uac00\ub2a5\uc131\uc774 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n          <\/ul>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- TRUST STRIP -->\n  <section class=\"mpc-trust-strip\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-trust-strip-inner\">\n        <div class=\"mpc-trust-strip-label\">\uc2e0\ub8b0\ud560 \uc218 \uc788\ub294 \uac1c\ubbf8 \ubc29\uc81c<\/div>\n        <h3>\ub9d0\ub808\uc774\uc2dc\uc544 \uac1c\ubbf8 \ubb38\uc81c \ud574\uacb0 <em>1967\ub144\ubd80\ud130 \uac19\uc740 \ubc29\uc2dd\uc73c\ub85c.<\/em><\/h3>\n        <div class=\"mpc-trust-strip-badges\">\n          <div class=\"mpc-trust-strip-badge\"><strong>59\ub144<\/strong>&nbsp;\uc804\ubb38\uc131<\/div>\n          <div class=\"mpc-trust-strip-badge\"><strong>1,000+<\/strong>&nbsp;\uace0\uac1d\ub4e4\uc5d0\uac8c \uc11c\ube44\uc2a4\ub97c \uc81c\uacf5\ud588\uc2b5\ub2c8\ub2e4<\/div>\n          <div class=\"mpc-trust-strip-badge\"><strong>ISO 9001<\/strong>&nbsp;\uc778\uc99d\ub428<\/div>\n          <div class=\"mpc-trust-strip-badge\"><strong>1967\ub144\ubd80\ud130<\/strong><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- SINGLE CTA BANNER (soft, hub-appropriate) -->\n  <section class=\"mpc-cta-band\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-cta-inner\">\n        <div>\n          <div class=\"mpc-eyebrow\">\uc0ac\ub77c\uc9c0\uc9c0 \uc54a\ub294 \uac1c\ubbf8 \ubb38\uc81c, \ud574\uacb0\ub418\uc9c0 \uc54a\ub098\uc694?<\/div>\n          <h2>\uac1c\ubbf8\ub97c \ucc3e\uc558\uc2b5\ub2c8\ub2e4 \u2014 <em>\uadf8\ub9ac\uace0 \uadf8\ub4e4\uc774 \uc0ac\ub77c\uc9c0\uae38 \ubc14\ub77c\ub294 \uac74\uac00\uc694?<\/em><\/h2>\n          <p>\uac00\uc871\uc744 \uc3d8\ub294 \uacf5\uaca9\uc801\uc778 \ubd88\uac1c\ubbf8, \ubd80\uc5cc \uacf3\uacf3\uc5d0 \ubcf4\uc774\ub294 \uac1c\ubbf8 \ud589\ub82c, \ubc24\uc5d0 \ubcbd\uc5d0 \ub098\ud0c0\ub098\ub294 \ucc30\ub9ac\uac1c\ubbf8 \ub4f1 \uc5b4\ub5a4 \uac1c\ubbf8 \ubb38\uc81c\ub4e0 \uc800\ud76c \uc804\ubb38\uac00\ub4e4\uc740 \uac1c\ubbf8 \uc885\ub958\uc640 \uc11c\uc2dd\uc9c0\uc5d0 \ub530\ub77c \ub9de\ucda4\ud615 \ubc29\uc81c \ubc29\ubc95\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4. \uc0ac\uc9c4\uc744 WhatsApp\uc73c\ub85c \ubcf4\ub0b4\uc8fc\uc2dc\uba74 \uc790\uc138\ud788 \uc548\ub0b4\ud574 \ub4dc\ub9ac\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n        <\/div>\n        <div>\n          <div class=\"mpc-cta-buttons\">\n            <a href=\"https:\/\/wa.link\/ghnbe5\" class=\"mpc-btn mpc-btn-gold\" target=\"_blank\" rel=\"noopener\">\n              <svg viewbox=\"0 0 24 24\" width=\"16\" height=\"16\" fill=\"currentColor\"><path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z\"\/><\/svg>\n              \uc0ac\uc9c4\uc744 WhatsApp\uc73c\ub85c \ubcf4\ub0b4\uc8fc\uc138\uc694\n            <\/a>\n            <a href=\"https:\/\/msianpestcontrol.com\/ko\/\uac1c\ubbf8-\ud1b5\uc81c\/\" class=\"mpc-btn mpc-btn-ghost\">\uac1c\ubbf8 \ubc29\uc81c \uc11c\ube44\uc2a4 \u2192<\/a>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Pricing text link below the CTA -->\n  <div class=\"mpc-cta-below-wrap\">\n    <div class=\"mpc-cta-below\">\n      \ubcf4\uace0 \uc2f6\uc73c\uc138\uc694? <em>\uac1c\ubbf8 \ubc29\uc81c \ube44\uc6a9\ubd80\ud130 \uc54c\ub824\uc8fc\uc2dc\uaca0\uc5b4\uc694?<\/em> \ud22c\uba85\ud55c \uc815\ubcf4 \ubcf4\uae30 <a href=\"https:\/\/msianpestcontrol.com\/ko\/\ud574\ucda9-\ubc29\uc81c-\uac00\uaca9-\ub610\ub294-\uc694\uae08\/\">\ud574\ucda9 \ubc29\uc81c \uac00\uaca9 \uc548\ub0b4<\/a> \u2014 \uc8fc\ud0dd \uac1c\ubbf8 \ubc29\uc81c \ube44\uc6a9\uc740 RM 130\ubd80\ud130 \uc2dc\uc791\ud569\ub2c8\ub2e4.\n    <\/div>\n  <\/div>\n\n  <!-- RELATED PAGES -->\n  <section class=\"mpc-section mpc-section-white\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-section-head center\">\n        <div class=\"mpc-eyebrow\">\uacc4\uc18d \uc77d\uae30<\/div>\n        <h2>\uae30\ud0c0 \ud574\ucda9 <em>\ub9d0\ub808\uc774\uc2dc\uc544 \uac00\uc815\uc5d0\uc11c \ubc1c\uacac\ub429\ub2c8\ub2e4.<\/em><\/h2>\n        <p>\uac1c\ubbf8\uac00 \uc720\uc77c\ud55c \ubb38\uc81c\uac00 \uc544\ub2c8\ub77c\uba74, \uc800\ud76c\uc758 \ub2e4\ub978 \uac00\uc774\ub4dc\uc5d0\uc11c \uc9d1 \uc8fc\ubcc0\uc5d0\uc11c \ud754\ud788 \ub9c8\uc8fc\uce60 \uc218 \uc788\ub294 \ud574\ucda9\uacfc \uc0dd\ubb3c\uc5d0 \ub300\ud55c \uc815\ubcf4\ub97c \ud655\uc778\ud574 \ubcf4\uc138\uc694.<\/p>\n      <\/div>\n\n      <div class=\"mpc-related-grid\">\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ko\/\ubc14\ud034\ubc8c\ub808\uc5d0-\ub300\ud574\uc11c\/\" class=\"mpc-related\">\n          <div class=\"mpc-related-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><ellipse cx=\"12\" cy=\"14\" rx=\"6\" ry=\"8\"\/><path d=\"M6 10l-3-3M18 10l3-3\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-related-name\">\ubc14\ud034\ubc8c\ub808\uc5d0 \ub300\ud558\uc5ec<\/div>\n          <span class=\"mpc-related-link\">\ub354 \uc77d\uc5b4\ubcf4\uae30 \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ko\/\uc950\uc5d0-\ub300\ud574\/\" class=\"mpc-related\">\n          <div class=\"mpc-related-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M4 16c0-4 3-7 8-7s8 3 8 7v2H4v-2z\"\/><circle cx=\"9\" cy=\"14\" r=\"1.5\"\/><path d=\"M7 9c0-2 1-3 2-3M14 9c0-2 1-3 2-3\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-related-name\">\uc950\uc5d0 \ub300\ud558\uc5ec<\/div>\n          <span class=\"mpc-related-link\">\ub354 \uc77d\uc5b4\ubcf4\uae30 \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ko\/\ud770\uac1c\ubbf8-\uc544\ub098\uc774-\uc544\ub098\uc774\uc5d0-\ub300\ud558\uc5ec\/\" class=\"mpc-related\">\n          <div class=\"mpc-related-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M3 21h18M5 21V10h4v11M10 21V6h4v15M15 21v-8h4v8\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-related-name\">\ud770\uac1c\ubbf8\uc5d0 \ub300\ud558\uc5ec<\/div>\n          <span class=\"mpc-related-link\">\ub354 \uc77d\uc5b4\ubcf4\uae30 \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ko\/\ube48\ub300\uc5d0-\ub300\ud574\/\" class=\"mpc-related\">\n          <div class=\"mpc-related-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><ellipse cx=\"12\" cy=\"12\" rx=\"7\" ry=\"5\"\/><path d=\"M5 10l-2-1M5 14l-2 1M19 10l2-1M19 14l2 1\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-related-name\">\ube48\ub300\uc5d0 \ub300\ud558\uc5ec<\/div>\n          <span class=\"mpc-related-link\">\ub354 \uc77d\uc5b4\ubcf4\uae30 \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ko\/\ubaa8\uae30\uc5d0-\ub300\ud574\/\" class=\"mpc-related\">\n          <div class=\"mpc-related-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M12 22V8M9 4l3 4 3-4M4 12l4 3M20 12l-4 3\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-related-name\">\ubaa8\uae30\uc5d0 \ub300\ud558\uc5ec<\/div>\n          <span class=\"mpc-related-link\">\ub354 \uc77d\uc5b4\ubcf4\uae30 \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ko\/\uc9d1-\ub3c4\ub9c8\ubc40\uc5d0-\ub300\ud574\/\" class=\"mpc-related\">\n          <div class=\"mpc-related-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M3 12c3-3 6-3 9 0s6 3 9 0M6 8c1-1 2-1 3 0M15 8c1-1 2-1 3 0\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-related-name\">\ud648 \ub3c4\ub9c8\ubc40 \uc18c\uac1c<\/div>\n          <span class=\"mpc-related-link\">\ub354 \uc77d\uc5b4\ubcf4\uae30 \u2192<\/span>\n        <\/a>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n<\/div>\n<!-- END MPC ABOUT ANTS HUB PAGE -->","protected":false},"excerpt":{"rendered":"<p>Bugs &#038; Pests &nbsp;\u203a&nbsp; About Ants Bug &#038; Pest Encyclopaedia Ants in Malaysia \u2014 identify [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-844","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/msianpestcontrol.com\/ko\/wp-json\/wp\/v2\/pages\/844","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/msianpestcontrol.com\/ko\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/msianpestcontrol.com\/ko\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/msianpestcontrol.com\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/msianpestcontrol.com\/ko\/wp-json\/wp\/v2\/comments?post=844"}],"version-history":[{"count":5,"href":"https:\/\/msianpestcontrol.com\/ko\/wp-json\/wp\/v2\/pages\/844\/revisions"}],"predecessor-version":[{"id":1380,"href":"https:\/\/msianpestcontrol.com\/ko\/wp-json\/wp\/v2\/pages\/844\/revisions\/1380"}],"wp:attachment":[{"href":"https:\/\/msianpestcontrol.com\/ko\/wp-json\/wp\/v2\/media?parent=844"}],"curies":[{"name":"\uc6cc\ub4dc\ud504\ub808\uc2a4","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}