{"id":687,"date":"2024-03-04T12:05:30","date_gmt":"2024-03-04T12:05:30","guid":{"rendered":"https:\/\/msianpestcontrol.com\/?page_id=687"},"modified":"2026-05-12T05:35:36","modified_gmt":"2026-05-12T05:35:36","slug":"sectors","status":"publish","type":"page","link":"https:\/\/msianpestcontrol.com\/ko\/\ubd80\ubb38\/","title":{"rendered":"\ubd84\uc57c"},"content":{"rendered":"<!-- =========================================================\n     MPC SECTORS PAGE \u2014 Custom HTML Block\n     Paste into a WordPress Custom HTML block on\n     \/sectors\/\n     Scoped to .mpc-sectors to avoid affecting theme.\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 SECTORS \u2014 scoped to .mpc-sectors\n   ============================================================ *\/\n.mpc-sectors {\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-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-sectors *,\n.mpc-sectors *::before,\n.mpc-sectors *::after { box-sizing: border-box; }\n.mpc-sectors a { color: inherit; text-decoration: none; }\n.mpc-sectors img { max-width: 100%; display: block; }\n.mpc-sectors p { margin: 0 0 1em 0; }\n.mpc-sectors ul { list-style: none; padding: 0; margin: 0; }\n.mpc-sectors h1, .mpc-sectors h2, .mpc-sectors h3,\n.mpc-sectors h4, .mpc-sectors 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: 70px 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: 48px;\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(28px, 3.5vw, 44px);\n  line-height: 1.1;\n  letter-spacing: -0.02em;\n  color: var(--mpc-blue-ink);\n  margin-bottom: 16px;\n}\n.mpc-section-head h2 em { font-style: italic; color: var(--mpc-blue); }\n.mpc-section-head p {\n  font-size: 16px;\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: 80px 0 90px;\n  margin: 0 -24px 0 -24px;\n  border-bottom: 1px solid var(--mpc-line);\n  position: relative;\n  overflow: hidden;\n  text-align: center;\n}\n.mpc-hero::before {\n  content: '';\n  position: absolute;\n  top: -150px; right: -150px;\n  width: 500px; height: 500px;\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::after {\n  content: '';\n  position: absolute;\n  bottom: -100px; left: -100px;\n  width: 360px; height: 360px;\n  background: radial-gradient(circle, rgba(201,163,74,0.06) 0%, transparent 70%);\n  border-radius: 50%;\n  pointer-events: none;\n}\n.mpc-hero-content {\n  position: relative;\n  max-width: 820px;\n  margin: 0 auto;\n}\n.mpc-hero .mpc-eyebrow { justify-content: center; }\n.mpc-hero .mpc-eyebrow::before { display: none; }\n.mpc-hero .mpc-eyebrow::after {\n  content: '';\n  width: 28px; height: 1px;\n  background: var(--mpc-gold);\n  margin-left: 10px;\n}\n.mpc-hero h1 {\n  font-family: var(--mpc-serif);\n  font-weight: 400;\n  font-size: clamp(36px, 5vw, 60px);\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: 18px;\n  line-height: 1.6;\n  color: var(--mpc-ink-soft);\n  margin: 0 auto 28px auto;\n  max-width: 640px;\n}\n.mpc-hero-cta {\n  display: inline-flex;\n  gap: 12px;\n  flex-wrap: wrap;\n  justify-content: center;\n  margin-bottom: 30px;\n}\n.mpc-hero-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  justify-content: center;\n  max-width: 700px;\n  margin: 0 auto;\n}\n.mpc-hero-tags span {\n  background: rgba(11,59,140,0.08);\n  border: 1px solid rgba(11,59,140,0.15);\n  color: var(--mpc-blue-ink);\n  padding: 6px 12px;\n  font-size: 12px;\n  font-weight: 500;\n  letter-spacing: 0.01em;\n}\n\n\/* ============ TRUST STRIP ============ *\/\n.mpc-trust {\n  background: #fff;\n  border-bottom: 1px solid var(--mpc-line);\n  padding: 26px 0;\n  margin: 0 -24px;\n}\n.mpc-trust-inner {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 24px;\n  flex-wrap: wrap;\n}\n.mpc-trust-item {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  font-size: 13px;\n  color: var(--mpc-ink-soft);\n}\n.mpc-trust-icon {\n  width: 36px; height: 36px;\n  border: 1px solid var(--mpc-blue);\n  color: var(--mpc-blue);\n  border-radius: 50%;\n  display: grid;\n  place-items: center;\n  font-family: var(--mpc-serif);\n  font-weight: 600;\n  font-size: 13px;\n  flex-shrink: 0;\n}\n.mpc-trust-item strong {\n  display: block;\n  color: var(--mpc-blue-ink);\n  font-weight: 600;\n  font-size: 13px;\n}\n.mpc-trust-item span {\n  font-size: 11px;\n  color: var(--mpc-ink-muted);\n}\n\n\/* ============ FIELD BIOLOGIST FEATURE ============ *\/\n.mpc-biologist {\n  background: #fff;\n  border: 1px solid var(--mpc-line);\n  display: grid;\n  grid-template-columns: 380px 1fr;\n  gap: 0;\n  overflow: hidden;\n}\n@media (max-width: 820px) {\n  .mpc-biologist { grid-template-columns: 1fr; }\n}\n.mpc-biologist-img {\n  position: relative;\n  background: var(--mpc-paper);\n  overflow: hidden;\n  min-height: 480px;\n}\n@media (max-width: 820px) {\n  .mpc-biologist-img { min-height: 420px; aspect-ratio: 3 \/ 4; }\n}\n.mpc-biologist-img img {\n  width: 100%; height: 100%;\n  object-fit: cover;\n  object-position: center top;\n}\n.mpc-biologist-tag {\n  position: absolute;\n  top: 20px; left: 20px;\n  background: var(--mpc-gold);\n  color: var(--mpc-blue-ink);\n  padding: 6px 14px;\n  font-size: 10.5px;\n  font-weight: 700;\n  letter-spacing: 0.18em;\n  z-index: 2;\n}\n.mpc-biologist-body {\n  padding: 44px 44px;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n}\n@media (max-width: 820px) {\n  .mpc-biologist-body { padding: 32px 28px; }\n}\n.mpc-biologist-name {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: clamp(26px, 3vw, 34px);\n  color: var(--mpc-blue-ink);\n  letter-spacing: -0.01em;\n  line-height: 1.15;\n  margin-bottom: 6px;\n}\n.mpc-biologist-title {\n  font-family: var(--mpc-serif);\n  font-style: italic;\n  font-size: 15px;\n  color: var(--mpc-blue);\n  margin-bottom: 20px;\n  letter-spacing: 0.01em;\n}\n.mpc-biologist-creds {\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n  margin-bottom: 22px;\n}\n.mpc-biologist-creds li {\n  display: grid;\n  grid-template-columns: auto 1fr;\n  gap: 10px;\n  font-size: 13.5px;\n  color: var(--mpc-ink-soft);\n  line-height: 1.5;\n}\n.mpc-biologist-creds li::before {\n  content: '\u2713';\n  color: var(--mpc-gold);\n  font-weight: 700;\n}\n.mpc-biologist p {\n  color: var(--mpc-ink-soft);\n  font-size: 14.5px;\n  line-height: 1.7;\n  margin: 0;\n}\n.mpc-biologist p strong { color: var(--mpc-blue-ink); font-weight: 600; }\n\n\/* ============ REPORTS GRID (5 cards) ============ *\/\n.mpc-reports-grid {\n  display: grid;\n  grid-template-columns: repeat(5, 1fr);\n  gap: 1px;\n  background: var(--mpc-line);\n  border: 1px solid var(--mpc-line);\n}\n@media (max-width: 1000px) { .mpc-reports-grid { grid-template-columns: repeat(3, 1fr); } }\n@media (max-width: 720px) { .mpc-reports-grid { grid-template-columns: repeat(2, 1fr); } }\n@media (max-width: 480px) { .mpc-reports-grid { grid-template-columns: 1fr; } }\n\n.mpc-report {\n  background: #fff;\n  padding: 28px 22px;\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n.mpc-report-icon {\n  width: 42px; height: 42px;\n  background: var(--mpc-paper);\n  color: var(--mpc-blue);\n  border-radius: 50%;\n  display: grid;\n  place-items: center;\n  margin-bottom: 4px;\n}\n.mpc-report-icon svg { width: 20px; height: 20px; }\n.mpc-report-num {\n  font-family: var(--mpc-serif);\n  font-style: italic;\n  font-size: 12px;\n  color: var(--mpc-gold);\n  font-weight: 500;\n  letter-spacing: 0.04em;\n}\n.mpc-report-title {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: 17px;\n  color: var(--mpc-blue-ink);\n  letter-spacing: -0.01em;\n  line-height: 1.2;\n}\n.mpc-report-desc {\n  font-size: 12.5px;\n  color: var(--mpc-ink-soft);\n  line-height: 1.6;\n  margin: 0;\n  flex: 1;\n}\n\n\/* ============ SECTOR GRID ============ *\/\n.mpc-sector-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 1px;\n  background: var(--mpc-line);\n  border: 1px solid var(--mpc-line);\n}\n@media (max-width: 900px) { .mpc-sector-grid { grid-template-columns: repeat(2, 1fr); } }\n@media (max-width: 480px) { .mpc-sector-grid { grid-template-columns: 1fr; } }\n\n.mpc-sector {\n  background: #fff;\n  padding: 28px 22px;\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n  text-decoration: none !important;\n  color: inherit !important;\n  transition: all 0.25s;\n  position: relative;\n}\n.mpc-sector:hover {\n  background: var(--mpc-paper);\n}\n.mpc-sector:hover::after {\n  content: '';\n  position: absolute;\n  bottom: 0; left: 0; right: 0;\n  height: 2px;\n  background: var(--mpc-gold);\n}\n.mpc-sector-icon {\n  width: 48px; height: 48px;\n  background: var(--mpc-paper);\n  color: var(--mpc-blue);\n  border-radius: 50%;\n  display: grid;\n  place-items: center;\n  margin-bottom: 4px;\n}\n.mpc-sector-icon svg { width: 24px; height: 24px; }\n.mpc-sector-num {\n  font-family: var(--mpc-serif);\n  font-style: italic;\n  font-size: 11px;\n  color: var(--mpc-gold);\n  font-weight: 500;\n  letter-spacing: 0.04em;\n}\n.mpc-sector-name {\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-sector-pests {\n  font-size: 12px;\n  color: var(--mpc-ink-muted);\n  line-height: 1.55;\n  margin: 0;\n  flex: 1;\n}\n.mpc-sector-pests strong {\n  color: var(--mpc-blue);\n  font-weight: 600;\n  display: block;\n  margin-bottom: 4px;\n  font-size: 10.5px;\n  letter-spacing: 0.16em;\n  text-transform: uppercase;\n}\n.mpc-sector-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: 8px;\n  padding-top: 10px;\n  border-top: 1px dashed var(--mpc-line);\n}\n.mpc-sector:hover .mpc-sector-link { gap: 9px; }\n\n\/* ============ WHY CHOOSE MPC B2B ============ *\/\n.mpc-why {\n  background: var(--mpc-blue-ink);\n  color: #EDEEF3;\n  padding: 60px 0;\n  margin: 0 -24px;\n  position: relative;\n  overflow: hidden;\n}\n.mpc-why::before {\n  content: '';\n  position: absolute;\n  top: -200px; right: -200px;\n  width: 500px; height: 500px;\n  background: radial-gradient(circle, rgba(201,163,74,0.12) 0%, transparent 60%);\n  border-radius: 50%;\n}\n.mpc-why-grid {\n  display: grid;\n  grid-template-columns: 1fr 1.4fr;\n  gap: 60px;\n  align-items: center;\n  position: relative;\n}\n@media (max-width: 820px) { .mpc-why-grid { grid-template-columns: 1fr; gap: 30px; } }\n.mpc-why-head h2 {\n  font-family: var(--mpc-serif);\n  font-weight: 400;\n  font-size: clamp(26px, 3vw, 36px);\n  line-height: 1.15;\n  color: #fff;\n  margin-bottom: 14px;\n  letter-spacing: -0.02em;\n}\n.mpc-why-head h2 em { font-style: italic; color: var(--mpc-gold); }\n.mpc-why-head p {\n  color: #B9BFD0;\n  font-size: 15px;\n  line-height: 1.65;\n  margin: 0;\n}\n.mpc-why-head .mpc-eyebrow { color: var(--mpc-gold); }\n.mpc-why-head .mpc-eyebrow::before { background: var(--mpc-gold); }\n.mpc-why-points {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 24px 32px;\n}\n@media (max-width: 540px) { .mpc-why-points { grid-template-columns: 1fr; } }\n.mpc-why-point {\n  display: grid;\n  grid-template-columns: auto 1fr;\n  gap: 14px;\n}\n.mpc-why-num {\n  font-family: var(--mpc-serif);\n  font-size: 22px;\n  font-weight: 400;\n  color: var(--mpc-gold);\n  line-height: 1;\n}\n.mpc-why-point h4 {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: 17px;\n  color: #fff;\n  margin-bottom: 5px;\n  letter-spacing: -0.01em;\n}\n.mpc-why-point p {\n  color: #B9BFD0;\n  font-size: 13.5px;\n  line-height: 1.6;\n  margin: 0;\n}\n\n\/* ============ CTA BAND ============ *\/\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: 360px; height: 360px;\n  background: radial-gradient(circle, rgba(201,163,74,0.15) 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 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: 12px;\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-right { display: flex; flex-direction: column; gap: 12px; }\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<\/style>\n\n<!-- =====================================================\n     PAGE CONTENT STARTS HERE\n     ===================================================== -->\n<div class=\"mpc-sectors\">\n\n  <!-- HERO -->\n  <section class=\"mpc-hero\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-hero-content\">\n        <div class=\"mpc-eyebrow\">\ub2f9\uc0ac\uac00 \uc11c\ube44\uc2a4\ub97c \uc81c\uacf5\ud558\ub294 \ubd84\uc57c<\/div>\n        <h1>\ubaa8\ub4e0 \ubd84\uc57c\uc5d0\ub294 <em>\uc790\uccb4\uc801\uc778 \ud574\ucda9 \ubb38\uc81c.<\/em><\/h1>\n        <p class=\"mpc-hero-lead\">HACCP \uc778\uc99d\uc744 \ubc1b\uc740 \uc2dd\ud488 \uacf5\uc7a5\ubd80\ud130 \ubb38\ud654\uc7ac \uac74\ubb3c, \uc8fc\ud0dd, \uc885\uad50 \uc2dc\uc124\uc5d0 \uc774\ub974\uae30\uae4c\uc9c0, \uc800\ud76c\ub294 \uac01 \ubd84\uc57c\uc758 \ud2b9\uc815 \uc704\ud5d8, \uaddc\uc815 \ubc0f \ud604\uc2e4\uc5d0 \ub9de\ucdb0 \ud574\ucda9 \ubc29\uc81c \uc11c\ube44\uc2a4\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/p>\n        <div class=\"mpc-hero-cta\">\n          <a href=\"https:\/\/wa.link\/ghnbe5\" class=\"mpc-btn mpc-btn-wa\" 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            \uacac\uc801 \uc694\uccad \u2014 WhatsApp\n          <\/a>\n          <a href=\"https:\/\/msianpestcontrol.com\/ko\/\ubb38\uc758\ud558\uae30\/\" class=\"mpc-btn mpc-btn-ghost\">\ubb38\uc758\ud558\uae30 \u2192<\/a>\n        <\/div>\n        <div class=\"mpc-hero-tags\">\n          <span>\uc0ac\ub0b4 \ud604\uc7a5 \uc0dd\ubb3c\ud559\uc790<\/span>\n          <span>HACCP \uaddc\uc815 \uc900\uc218<\/span>\n          <span>ISO 9001 \uc778\uc99d<\/span>\n          <span>CIDB G3 \uc2b9\uc778\ub428<\/span>\n          <span>\uac10\uc0ac \uc900\ube44 \uc644\ub8cc \ubcf4\uace0\uc11c<\/span>\n          <span>59\ub144 \uacbd\ub825<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- TRUST STRIP -->\n  <div class=\"mpc-trust\">\n    <div class=\"mpc-container mpc-trust-inner\">\n      <div class=\"mpc-trust-item\">\n        <div class=\"mpc-trust-icon\">\u2713<\/div>\n        <div><strong>ISO 9001 \uc778\uc99d \ud68d\ub4dd<\/strong><span>\ud488\uc9c8 \uad00\ub9ac<\/span><\/div>\n      <\/div>\n      <div class=\"mpc-trust-item\">\n        <div class=\"mpc-trust-icon\">\u2605<\/div>\n        <div><strong>HACCP \uc2b9\uc778<\/strong><span>\uc2dd\ud488 \uc548\uc804 \ud504\ub85c\ud1a0\ucf5c<\/span><\/div>\n      <\/div>\n      <div class=\"mpc-trust-item\">\n        <div class=\"mpc-trust-icon\">59<\/div>\n        <div><strong>1967\ub144\ubd80\ud130<\/strong><span>\ud655\uace0\ud55c \uba85\uc131<\/span><\/div>\n      <\/div>\n      <div class=\"mpc-trust-item\">\n        <div class=\"mpc-trust-icon\">\uc9c03<\/div>\n        <div><strong>CIDB \ub4f1\ub85d\ub428<\/strong><span>G3 \uacc4\uc57d\uc5c5\uccb4<\/span><\/div>\n      <\/div>\n      <div class=\"mpc-trust-item\">\n        <div class=\"mpc-trust-icon\">\ucc98\ubc29\uc804<\/div>\n        <div><strong>\ud5c8\uac00\ubc1b\uc740 \uc0b4\ucda9\uc81c<\/strong><span>\ubc14\uc2a4\ud504 \u00b7 \ubc14\uc774\uc5d8 \u00b7 \uc2e0\uc820\ud0c0<\/span><\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- FIELD BIOLOGIST FEATURE -->\n  <section class=\"mpc-section mpc-section-paper\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-section-head\">\n        <div class=\"mpc-eyebrow\">\uc6b0\ub9ac\uc758 \uacfc\ud559\uc801 \uc6b0\uc704<\/div>\n        <h2>\uacfc\ud559\uc5d0 \uae30\ubc18\ud55c \ud574\ucda9 \ubc29\uc81c, <em>\uc0ac\ub0b4 \uc9c1\uc6d0.<\/em><\/h2>\n        <p>\ub300\ubd80\ubd84\uc758 \ud574\ucda9 \ubc29\uc81c \uc5c5\uccb4\ub294 \uc678\ubd80 \ucee8\uc124\ud134\ud2b8\uc5d0 \uc758\uc874\ud558\uac70\ub098 \uc544\uc608 \ucee8\uc124\ud134\ud2b8 \uc5c6\uc774 \uc6b4\uc601\ud569\ub2c8\ub2e4. \uc800\ud76c\ub294 \uc0c1\uc8fc\ud558\ub294 \ud604\uc7a5 \uc0dd\ubb3c\ud559\uc790\ub97c \ud1b5\ud574 \ubaa8\ub4e0 \uac80\uc0ac, \ubcf4\uace0\uc11c \ubc0f \ubc29\uc81c \uc791\uc5c5\uc774 \uacfc\ud559\uc801 \uc5f0\uad6c\uc5d0 \uae30\ubc18\ud558\ub3c4\ub85d \ubcf4\uc7a5\ud569\ub2c8\ub2e4.<\/p>\n      <\/div>\n\n      <div class=\"mpc-biologist\">\n        <div class=\"mpc-biologist-img\">\n          <span class=\"mpc-biologist-tag\">\uc57c\uc678 \uc0dd\ubb3c\ud559\uc790<\/span>\n          <img decoding=\"async\" src=\"https:\/\/msianpestcontrol.com\/wp-content\/uploads\/2025\/03\/MPC-Staff-Profile1-768x1024.png\" alt=\"Cik Siti Hawa, \ub9d0\ub808\uc774\uc2dc\uc544 \ud574\ucda9 \ubc29\uc81c \ud604\uc7a5 \uc0dd\ubb3c\ud559\uc790\">\n        <\/div>\n        <div class=\"mpc-biologist-body\">\n          <div class=\"mpc-biologist-name\">\uce58\ud06c \uc2dc\ud2f0 \ud558\uc640<\/div>\n          <div class=\"mpc-biologist-title\">MPC \uc0c1\uc8fc \ud604\uc7a5 \uc0dd\ubb3c\ud559\uc790<\/div>\n          <ul class=\"mpc-biologist-creds\">\n            <li>\uc751\uc6a9\uacfc\ud559 \ud559\uc0ac (\uad00\ub828 \ubd84\uc57c)<\/li>\n            <li>\uad00\ub828 \ubd84\uc57c \uc11d\uc0ac \ud559\uc704<\/li>\n            <li>\uac80\uc0ac, \ubcf4\uace0\uc11c \ubc0f \ucc98\ub9ac \ud504\ub85c\ud1a0\ucf5c \uc804\ubb38\uac00<\/li>\n            <li>\uace4\ucda9\ud559, \ud574\ucda9 \ud589\ub3d9 \ubc0f \ud1b5\ud569\ud574\ucda9\uad00\ub9ac(IPM) \uccb4\uacc4\uc5d0 \ub300\ud55c \uad50\uc721\uc744 \ubc1b\uc558\uc2b5\ub2c8\ub2e4.<\/li>\n          <\/ul>\n          <p>\uc2dc\ud06c \uc2dc\ud2f0 \ud558\uc640\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 \uac83\uc744 \uac00\uc838\uc635\ub2c8\ub2e4. <strong>\uad11\ubc94\uc704\ud55c \uc804\ubb38 \uc9c0\uc2dd\uc744 \ubc14\ud0d5\uc73c\ub85c \ud574\ucda9 \ubc29\uc81c \uc194\ub8e8\uc158\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/strong> \uc800\ud76c\ub294 \uacfc\ud559\uc801 \uc5f0\uad6c\uc640 \uc2e4\uc81c \ud604\uc7a5 \uacbd\ud5d8\uc744 \ubc14\ud0d5\uc73c\ub85c \uac80\uc0ac, \ubcf4\uace0\uc11c \ubc0f \ubc29\uc81c \uc791\uc5c5\uc744 \uc218\ud589\ud569\ub2c8\ub2e4. \uc0ac\ub0b4 \ud604\uc7a5 \uc0dd\ubb3c\ud559\uc790\ub97c \ubcf4\uc720\ud558\uace0 \uc788\ub2e4\ub294 \uc810\uc740 \uc800\ud76c\uac00 \uc9c4\uc815\uc73c\ub85c \uc790\ub791\uc2a4\ub7fd\uac8c \uc0dd\uac01\ud558\ub294 \ucc28\ubcc4\ud654 \uc694\uc18c\uc774\uba70, \ub9d0\ub808\uc774\uc2dc\uc544 \ud574\ucda9 \ubc29\uc81c \uc2dc\uc7a5\uc5d0\uc11c\ub294 \ub4dc\ubb38 \uacbd\uc6b0\uc785\ub2c8\ub2e4.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- PROFESSIONAL REPORTS -->\n  <section class=\"mpc-section mpc-section-white\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-section-head\">\n        <div class=\"mpc-eyebrow\">\uc804\ubb38\uc801\uc778 \ubb38\uc11c \uc791\uc131<\/div>\n        <h2>\ubcf4\uace0\uc11c\ub294 \ub2e4\uc74c\uc744 \uc704\ud574 \uc124\uacc4\ub418\uc5c8\uc2b5\ub2c8\ub2e4. <em>\uac10\uc0ac \ubc0f \uaddc\uc815 \uc900\uc218.<\/em><\/h2>\n        <p>HACCP, ISO \ub610\ub294 \uaddc\uc81c \uae30\uad00\uc758 \uac10\ub3c5\uc744 \ubc1b\ub294 \uae30\uc5c5\uc740 \ub2e8\uc21c\ud788 &quot;\ud574\ucda9 \ubc29\uc81c \uc644\ub8cc&quot; \uc774\uc0c1\uc758 \uac83\uc774 \ud544\uc694\ud569\ub2c8\ub2e4. \ubc14\ub85c \ubb38\uc11c\ud654\uac00 \ud544\uc694\ud558\ub2e4\ub294 \uac83\uc785\ub2c8\ub2e4. \uc800\ud76c\uac00 \uc81c\uacf5\ud558\ub294 \uc11c\ube44\uc2a4\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.<\/p>\n      <\/div>\n\n      <div class=\"mpc-reports-grid\">\n\n        <div class=\"mpc-report\">\n          <div class=\"mpc-report-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M21 21l-4.35-4.35M11 19a8 8 0 1 1 0-16 8 8 0 0 1 0 16z\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-report-num\">\ubcf4\uace0\uc11c 01<\/div>\n          <div class=\"mpc-report-title\">\uc6cc\ud06c\uc5b4\ubc14\uc6c3 \ub9ac\ud3ec\ud2b8<\/div>\n          <p class=\"mpc-report-desc\">\ud604\uc7a5 \uc0dd\ubb3c\ud559 \uc804\ubb38\uac00\uac00 \uc9c1\uc811 \ubc29\ubb38\ud558\uc5ec \ud574\ucda9\uc744 \ud3c9\uac00\ud558\uace0, \uc804\ubb38\uc801\uc778 \ubd84\uc11d \uacb0\uacfc\uc640 \uc2e4\ud589 \uac00\ub2a5\ud55c \uad8c\uc7a5 \uc0ac\ud56d\uc744 \uc81c\uc2dc\ud569\ub2c8\ub2e4.<\/p>\n        <\/div>\n\n        <div class=\"mpc-report\">\n          <div class=\"mpc-report-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\/><path d=\"M14 2v6h6M9 13h6M9 17h4\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-report-num\">\ubcf4\uace0\uc11c 02<\/div>\n          <div class=\"mpc-report-title\">\uac80\uc0ac \ubcf4\uace0\uc11c<\/div>\n          <p class=\"mpc-report-desc\">\uac74\ubb3c \uc804\uccb4\uc5d0 \uac78\uccd0 \ud574\ucda9 \ud65c\ub3d9, \uc704\uc0dd \uc0c1\ud0dc \ubc0f \uc7a0\uc7ac\uc801 \uc704\ud5d8 \uc694\uc18c\ub97c \ucca0\uc800\ud788 \uae30\ub85d\ud569\ub2c8\ub2e4.<\/p>\n        <\/div>\n\n        <div class=\"mpc-report\">\n          <div class=\"mpc-report-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M12 2L2 7v10l10 5 10-5V7l-10-5z\"\/><path d=\"M12 8v8M8 10l4 4 4-4\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-report-num\">\ubcf4\uace0\uc11c 03<\/div>\n          <div class=\"mpc-report-title\">\uc704\ud5d8 \ud3c9\uac00<\/div>\n          <p class=\"mpc-report-desc\">\uadc0\ud558\uc758 \uac74\ubb3c\uc5d0 \ub300\ud55c \uc7a0\uc7ac\uc801\uc778 \ud574\ucda9 \uce68\uc785 \uacbd\ub85c, \ud574\ucda9 \ubc1c\uc0dd \uc704\ud5d8 \ubc0f \uc644\ud654 \uc804\ub7b5\uc744 \ud3c9\uac00\ud569\ub2c8\ub2e4.<\/p>\n        <\/div>\n\n        <div class=\"mpc-report\">\n          <div class=\"mpc-report-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M3 3v18h18M7 16l4-4 4 4 5-5\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-report-num\">\ubcf4\uace0\uc11c 04<\/div>\n          <div class=\"mpc-report-title\">\ud574\ucda9 \ucd94\uc138 \ubd84\uc11d<\/div>\n          <p class=\"mpc-report-desc\">\ub370\uc774\ud130 \uae30\ubc18 \ubcf4\uace0\uc11c\ub97c \ud1b5\ud574 \uc2dc\uac04 \uacbd\uacfc\uc5d0 \ub530\ub978 \ud574\ucda9 \ud65c\ub3d9\uc744 \ucd94\uc801\ud558\uace0, \ud6a8\uacfc\uc801\uc778 \uc7a5\uae30 \uad00\ub9ac\ub97c \uc704\ud55c \ud328\ud134\uc744 \ud30c\uc545\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n        <\/div>\n\n        <div class=\"mpc-report\">\n          <div class=\"mpc-report-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-report-num\">\ubcf4\uace0\uc11c 05<\/div>\n          <div class=\"mpc-report-title\">\uaddc\uc815 \uc900\uc218 \ubc0f \uac10\uc0ac<\/div>\n          <p class=\"mpc-report-desc\">\uc2dd\ud488 \uc548\uc804(HACCP), ISO \ubc0f \uae30\ud0c0 \uc0b0\uc5c5 \ud45c\uc900\uc744 \ucda9\uc871\ud558\ub3c4\ub85d \ub9de\ucda4 \uc81c\uc791\ub41c \ud574\ucda9 \ubc29\uc81c \ubb38\uc11c.<\/p>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- SECTORS 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\">\ubd80\ubb38 \ubc0f \uc0b0\uc5c5<\/div>\n        <h2>\uc6b0\ub9ac\ub294 \ub2e4\uc591\ud55c \ubd84\uc57c\uc5d0\uc11c \ud65c\ub3d9\ud569\ub2c8\ub2e4. <em>12\uac1c \ubd80\ubb38.<\/em><\/h2>\n        <p>\uac01 \uc0b0\uc5c5 \ubd84\uc57c\ub9c8\ub2e4 \uace0\uc720\ud55c \ud574\ucda9 \ubb38\uc81c\uac00 \uc788\uc2b5\ub2c8\ub2e4. \uc800\ud76c\uac00 \ud65c\ub3d9\ud558\ub294 \ubd84\uc57c\uc640 \ud574\uacb0\ud558\ub294 \uad6c\uccb4\uc801\uc778 \ubb38\uc81c\uc810\uc744 \uac04\ub7b5\ud558\uac8c \uc18c\uac1c\ud569\ub2c8\ub2e4.<\/p>\n      <\/div>\n\n      <div class=\"mpc-sector-grid\">\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ko\/\uc804\ubb38-\ud574\ucda9-\ubc29\uc81c-\uc11c\ube44\uc2a4\ub85c-\uc9d1\uc744-\ubcf4\ud638\ud558\uc138\uc694\/\" class=\"mpc-sector\">\n          <div class=\"mpc-sector-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M3 21V10l9-7 9 7v11M9 21v-8h6v8\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-sector-num\">\uc139\ud130 01<\/div>\n          <div class=\"mpc-sector-name\">\uac1c\uc778 \uc8fc\ud0dd<\/div>\n          <p class=\"mpc-sector-pests\">\n            <strong>\uc77c\ubc18\uc801\uc778 \ubb38\uc81c\uc810<\/strong>\n            \ud770\uac1c\ubbf8, \uac1c\ubbf8, \ubc14\ud034\ubc8c\ub808, \ube48\ub300, \ubaa8\uae30\n          <\/p>\n          <span class=\"mpc-sector-link\">\ub354 \uc54c\uc544\ubcf4\uae30 \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ko\/\ud638\ud154\uc758-\ud574\ucda9-\ubc29\uc81c\/\" class=\"mpc-sector\">\n          <div class=\"mpc-sector-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M3 21V7l9-4 9 4v14M8 21v-6h2v6m4 0v-6h2v6M9 10h1M14 10h1\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-sector-num\">\uc139\ud130 02<\/div>\n          <div class=\"mpc-sector-name\">\ud638\ud154 \ubc0f \ud648\uc2a4\ud14c\uc774<\/div>\n          <p class=\"mpc-sector-pests\">\n            <strong>\uc77c\ubc18\uc801\uc778 \ubb38\uc81c\uc810<\/strong>\n            \ube48\ub300, \ubc14\ud034\ubc8c\ub808, \uc950, \ud30c\ub9ac, \ubaa8\uae30\n          <\/p>\n          <span class=\"mpc-sector-link\">\ub354 \uc54c\uc544\ubcf4\uae30 \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ko\/\ub808\uc2a4\ud1a0\ub791-\uce74\ud398\uc758-\ud574\ucda9-\ubc29\uc81c\/\" class=\"mpc-sector\">\n          <div class=\"mpc-sector-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M18 8h1a4 4 0 0 1 0 8h-1M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8zM6 1v3M10 1v3M14 1v3\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-sector-num\">\uc139\ud130 03<\/div>\n          <div class=\"mpc-sector-name\">\uce74\ud398, \ub808\uc2a4\ud1a0\ub791, \ubc14<\/div>\n          <p class=\"mpc-sector-pests\">\n            <strong>\uc77c\ubc18\uc801\uc778 \ubb38\uc81c\uc810<\/strong>\n            \ubc14\ud034\ubc8c\ub808, \ud30c\ub9ac, \uc124\uce58\ub958, \ucd08\ud30c\ub9ac (HACCP \uae30\uc900 \uc900\uc218)\n          <\/p>\n          <span class=\"mpc-sector-link\">\ub354 \uc54c\uc544\ubcf4\uae30 \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ko\/\uae30\uc5c5\uc744-\uc704\ud55c-\ud574\ucda9-\ubc29\uc81c\/\" class=\"mpc-sector\">\n          <div class=\"mpc-sector-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-sector-num\">\uc139\ud130 04<\/div>\n          <div class=\"mpc-sector-name\">\uc2dd\ud488 \uac00\uacf5\uc5c5\uccb4 \ubc0f \uc81c\uc870\uc5c5\uccb4<\/div>\n          <p class=\"mpc-sector-pests\">\n            <strong>\uc77c\ubc18\uc801\uc778 \ubb38\uc81c\uc810<\/strong>\n            \uc124\uce58\ub958, \ud30c\ub9ac, \uc800\uc7a5 \uc2dd\ud488 \ud574\ucda9, \uc870\ub958 (HACCP \uc911\uc694 \uc694\uc18c)\n          <\/p>\n          <span class=\"mpc-sector-link\">\ub354 \uc54c\uc544\ubcf4\uae30 \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ko\/\uae30\uc5c5\uc744-\uc704\ud55c-\ud574\ucda9-\ubc29\uc81c\/\" class=\"mpc-sector\">\n          <div class=\"mpc-sector-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M2 20h20M4 20V8l8-4 8 4v12M9 20v-8h6v8\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-sector-num\">5\ubc88 \uad6c\uc5ed<\/div>\n          <div class=\"mpc-sector-name\">\uacf5\uc7a5<\/div>\n          <p class=\"mpc-sector-pests\">\n            <strong>\uc77c\ubc18\uc801\uc778 \ubb38\uc81c\uc810<\/strong>\n            \uc950, \ubc14\ud034\ubc8c\ub808, \ud30c\ub9ac, \uac1c\ubbf8, \uc11c\uae4c\ub798\uc5d0 \uc788\ub294 \uc0c8\n          <\/p>\n          <span class=\"mpc-sector-link\">\ub354 \uc54c\uc544\ubcf4\uae30 \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ko\/\uae30\uc5c5\uc744-\uc704\ud55c-\ud574\ucda9-\ubc29\uc81c\/\" class=\"mpc-sector\">\n          <div class=\"mpc-sector-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-sector-num\">\uc139\ud130 06<\/div>\n          <div class=\"mpc-sector-name\">\ucc3d\uace0<\/div>\n          <p class=\"mpc-sector-pests\">\n            <strong>\uc77c\ubc18\uc801\uc778 \ubb38\uc81c\uc810<\/strong>\n            \uc124\uce58\ub958, \uc800\uc7a5 \uc2dd\ud488 \ud574\ucda9, \uc0c8, \ubc14\ud034\ubc8c\ub808\n          <\/p>\n          <span class=\"mpc-sector-link\">\ub354 \uc54c\uc544\ubcf4\uae30 \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ko\/\uae30\uc5c5\uc744-\uc704\ud55c-\ud574\ucda9-\ubc29\uc81c\/\" class=\"mpc-sector\">\n          <div class=\"mpc-sector-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M3 21V5l9 4 9-4v16M9 21V9M15 21V9\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-sector-num\">\uc139\ud130 07<\/div>\n          <div class=\"mpc-sector-name\">\ucf58\ub3c4\ubbf8\ub2c8\uc5c4(JMB)<\/div>\n          <p class=\"mpc-sector-pests\">\n            <strong>\uc77c\ubc18\uc801\uc778 \ubb38\uc81c\uc810<\/strong>\n            \uacf5\uc6a9 \uacf5\uac04\uc5d0 \uc950\uac00 \ub098\uc624\uace0, \ubc14\ud034\ubc8c\ub808\uac00 \ub098\uc624\uace0, \ubc1c\ucf54\ub2c8\uc5d0 \uc0c8\uac00 \ub098\ud0c0\ub0a9\ub2c8\ub2e4.\n          <\/p>\n          <span class=\"mpc-sector-link\">\ub354 \uc54c\uc544\ubcf4\uae30 \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ko\/\uae30\uc5c5\uc744-\uc704\ud55c-\ud574\ucda9-\ubc29\uc81c\/\" class=\"mpc-sector\">\n          <div class=\"mpc-sector-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4zM3 6h18M16 10a4 4 0 0 1-8 0\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-sector-num\">8\ubc88 \uad6c\uc5ed<\/div>\n          <div class=\"mpc-sector-name\">\uc1fc\ud551\ubab0 \ubc0f \uc18c\ub9e4\uc810<\/div>\n          <p class=\"mpc-sector-pests\">\n            <strong>\uc77c\ubc18\uc801\uc778 \ubb38\uc81c\uc810<\/strong>\n            \ud734\uac8c \uacf5\uac04\uc758 \uc950, \ud478\ub4dc\ucf54\ud2b8\uc758 \ubc14\ud034\ubc8c\ub808, \uc0c8\ub4e4\n          <\/p>\n          <span class=\"mpc-sector-link\">\ub354 \uc54c\uc544\ubcf4\uae30 \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ko\/\uae30\uc5c5\uc744-\uc704\ud55c-\ud574\ucda9-\ubc29\uc81c\/\" class=\"mpc-sector\">\n          <div class=\"mpc-sector-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M3 21h18M5 21V8l7-4 7 4v13M9 21v-6h6v6M9 10h.01M15 10h.01M9 14h.01M15 14h.01\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-sector-num\">\uc139\ud130 09<\/div>\n          <div class=\"mpc-sector-name\">\uc885\uad50 \uae30\uad00<\/div>\n          <p class=\"mpc-sector-pests\">\n            <strong>\uc77c\ubc18\uc801\uc778 \ubb38\uc81c\uc810<\/strong>\n            \uc0c8\ub4e4\uc774 \ub465\uc9c0\ub97c \ud2c0\uace0, \ubc15\uc950\uac00 \uc11c\uc2dd\ud558\uace0, \ubaa9\uc7ac\uc5d0 \ud770\uac1c\ubbf8\uac00 \uc0dd\uae30\uace0, \uc77c\ubc18\uc801\uc778 \ud574\ucda9\ub4e4\uc774 \uc788\uc2b5\ub2c8\ub2e4.\n          <\/p>\n          <span class=\"mpc-sector-link\">\ub354 \uc54c\uc544\ubcf4\uae30 \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ko\/\uae30\uc5c5\uc744-\uc704\ud55c-\ud574\ucda9-\ubc29\uc81c\/\" class=\"mpc-sector\">\n          <div class=\"mpc-sector-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M22 10v6M2 10l10-5 10 5-10 5z\"\/><path d=\"M6 12v5c3 3 9 3 12 0v-5\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-sector-num\">\uc139\ud130 10<\/div>\n          <div class=\"mpc-sector-name\">\uad50\uc721 \uae30\uad00<\/div>\n          <p class=\"mpc-sector-pests\">\n            <strong>\uc77c\ubc18\uc801\uc778 \ubb38\uc81c\uc810<\/strong>\n            \ubaa8\uae30(\ub385\uae30\uc5f4 \uc608\ubc29), \uc124\uce58\ub958, \ubc14\ud034\ubc8c\ub808, \ubc8c\n          <\/p>\n          <span class=\"mpc-sector-link\">\ub354 \uc54c\uc544\ubcf4\uae30 \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ko\/\uae30\uc5c5\uc744-\uc704\ud55c-\ud574\ucda9-\ubc29\uc81c\/\" class=\"mpc-sector\">\n          <div class=\"mpc-sector-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M3 21V7l9-4 9 4v14M7 21V11h4v10M13 21V11h4v10\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-sector-num\">11\ubc88 \uad6c\uc5ed<\/div>\n          <div class=\"mpc-sector-name\">\ubd80\uc5cc<\/div>\n          <p class=\"mpc-sector-pests\">\n            <strong>\uc77c\ubc18\uc801\uc778 \ubb38\uc81c\uc810<\/strong>\n            \uc2dd\ub8cc\ud488 \uc800\uc7a5\uc2e4\uc5d0 \ubc14\ud034\ubc8c\ub808, \uc950, \uac1c\ubbf8, \uac00\ub054 \ud770\uac1c\ubbf8\uac00 \ub098\ud0c0\ub0a9\ub2c8\ub2e4.\n          <\/p>\n          <span class=\"mpc-sector-link\">\ub354 \uc54c\uc544\ubcf4\uae30 \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ko\/\ud770\uac1c\ubbf8-\uc608\ubc29-\uac74\uc124-\uc804-\ud1a0\uc591-\ucc98\ub9ac\/\" class=\"mpc-sector\">\n          <div class=\"mpc-sector-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M3 12h18M3 6h18M3 18h18\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-sector-num\">12\ubc88 \uad6c\uc5ed<\/div>\n          <div class=\"mpc-sector-name\">\uac74\uc124(\ud1a0\uc591\ucc98\ub9ac)<\/div>\n          <p class=\"mpc-sector-pests\">\n            <strong>\uc77c\ubc18\uc801\uc778 \ubb38\uc81c\uc810<\/strong>\n            \uc2dc\uacf5 \uc804 \ud770\uac1c\ubbf8 \ubc29\uc9c0 \uc7a5\ubcbd, CIDB G3 \uae30\uc900 \uc900\uc218\n          <\/p>\n          <span class=\"mpc-sector-link\">\ub354 \uc54c\uc544\ubcf4\uae30 \u2192<\/span>\n        <\/a>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- WHY B2B CHOOSE MPC -->\n  <section class=\"mpc-why\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-why-grid\">\n        <div class=\"mpc-why-head\">\n          <div class=\"mpc-eyebrow\">\uae30\uc5c5\ub4e4\uc774 MPC\ub97c \uc120\ud0dd\ud558\ub294 \uc774\uc720<\/div>\n          <h2>\uc801\ud569\ud55c \ud30c\ud2b8\ub108 <em>\uc0c1\uc5c5\uc801 \ud574\ucda9 \uad00\ub9ac.<\/em><\/h2>\n          <p>\uad6c\ub9e4 \uad00\ub9ac\uc790, \ud488\uc9c8 \ubcf4\uc99d \ucc45\uc784\uc790 \ubc0f \uc2dc\uc124 \uad00\ub9ac\ud300\uc740 MPC\uac00 \uc0c1\uc5c5 \uacc4\uc57d\uc5d0 \ud544\uc694\ud55c \uc790\uaca9, \ubb38\uc11c\ud654 \ubc0f \uc6b4\uc601\uc0c1\uc758 \uc804\ubb38\uc131\uc744 \uc81c\uacf5\ud558\uae30 \ub54c\ubb38\uc5d0 MPC\ub97c \uc120\ud0dd\ud569\ub2c8\ub2e4.<\/p>\n        <\/div>\n        <div class=\"mpc-why-points\">\n          <div class=\"mpc-why-point\">\n            <div class=\"mpc-why-num\">01<\/div>\n            <div>\n              <h4>\uacfc\ud559\uc801 \uc804\ubb38\uc131<\/h4>\n              <p>\uc0ac\ub0b4 \ud604\uc7a5 \uc0dd\ubb3c\ud559\uc790 - \uacfc\ud559\uc801 \uadfc\uac70\uc5d0 \uae30\ubc18\ud55c \uac80\uc0ac, \ubcf4\uace0\uc11c \ubc0f \ucc98\ub9ac \ud504\ub85c\ud1a0\ucf5c \uc81c\uacf5.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"mpc-why-point\">\n            <div class=\"mpc-why-num\">02<\/div>\n            <div>\n              <h4>\uaddc\uc815 \uc900\uc218 \ubb38\uc11c<\/h4>\n              <p>HACCP, ISO \ubc0f \uac10\uc0ac \uc900\ube44 \ubcf4\uace0\uc11c - \uaddc\uc81c \uae30\uad00\uc758 \uc5c4\uaca9\ud55c \uc2ec\uc0ac\ub97c \uacac\ub51c \uc218 \uc788\ub3c4\ub85d \uc124\uacc4\ub418\uc5c8\uc2b5\ub2c8\ub2e4.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"mpc-why-point\">\n            <div class=\"mpc-why-num\">03<\/div>\n            <div>\n              <h4>\ud574\ub2f9 \ubd84\uc57c \uacbd\ud5d8<\/h4>\n              <p>\uc8fc\uac70, \uc678\uc2dd, \uc81c\uc870\uc5c5, \ud638\ud154 \ubc0f \uacf5\uacf5 \ubd80\ubb38\uc744 \uc544\uc6b0\ub974\ub294 59\ub144\uc758 \uacbd\ub825.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"mpc-why-point\">\n            <div class=\"mpc-why-num\">04<\/div>\n            <div>\n              <h4>\uc2e0\uc18d\ud55c \uc751\ub2f5<\/h4>\n              <p>\u201c&quot;\uc2e0\uc18d\ud55c \uc11c\ube44\uc2a4, \uc5b8\uc81c\ub098 \ucd5c\uace0\uc758 \uad00\uc2ec&quot; - \uc774\ub294 \uc800\ud76c \uc6b4\uc601 \ubaa8\ud1a0\uc774\uba70, \ubcc0\ud568\uc5c6\uc774 \uc9c0\ucf1c\uc9c0\uace0 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- CTA BAND -->\n  <section class=\"mpc-cta-band\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-cta-inner\">\n        <div>\n          <div class=\"mpc-eyebrow\" style=\"color: var(--mpc-gold);\">\uc0c1\uc5c5 \uacc4\uc57d\uc744 \ucc3e\uace0 \uacc4\uc2e0\uac00\uc694?<\/div>\n          <h2>\ud1a0\ub860\ud574 \ubd05\uc2dc\ub2e4 <em>\ub2f9\uc2e0\uc758 \uc804\uc81c.<\/em><\/h2>\n          <p>\uc5c5\uc885, \uc0ac\uc5c5\uc7a5 \uaddc\ubaa8, \uadf8\ub9ac\uace0 \ud544\uc694\ud55c \uaddc\uc815\uc744 \uc54c\ub824\uc8fc\uc2dc\uba74 \uc0ac\uc804 \ubc29\ubb38\uc744 \ud1b5\ud574 \ub9de\ucda4\ud615 \uc81c\uc548\uc11c\ub97c \uc791\uc131\ud574 \ub4dc\ub9ac\uaca0\uc2b5\ub2c8\ub2e4. \ubd80\ub2f4 \uc5c6\uc774 \ud22c\uba85\ud558\uac8c \uc0c1\ub2f4\ud574 \ub4dc\ub9bd\ub2c8\ub2e4.<\/p>\n        <\/div>\n        <div class=\"mpc-cta-right\">\n          <div class=\"mpc-cta-buttons\">\n            <a href=\"https:\/\/wa.link\/ghnbe5\" class=\"mpc-btn mpc-btn-gold\" target=\"_blank\" rel=\"noopener\">\uacac\uc801 \uc694\uccad<\/a>\n            <a href=\"https:\/\/msianpestcontrol.com\/ko\/\ubb38\uc758\ud558\uae30\/\" class=\"mpc-btn mpc-btn-ghost\">\uc5f0\ub77d\ucc98 \ud398\uc774\uc9c0<\/a>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n<\/div>\n<!-- END MPC SECTORS PAGE -->\n\n\n\n<!-- =========================================================\n     MPC SECTORS PAGE \u2014 COMMERCIAL BRIDGE BAND (insert only)\n     Paste into a NEW Custom HTML block on \/sectors\/ page\n     Recommended position: AFTER the \"12 Sectors\" grid,\n     BEFORE the \"Why Businesses Choose MPC\" section.\n     Scoped to .mpc-sb to avoid affecting theme.\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 SECTORS BRIDGE BAND \u2014 scoped to .mpc-sb\n   ============================================================ *\/\n.mpc-sb {\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-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-sb *,\n.mpc-sb *::before,\n.mpc-sb *::after { box-sizing: border-box; }\n.mpc-sb a { color: inherit; text-decoration: none; }\n.mpc-sb p { margin: 0 0 1em 0; }\n.mpc-sb h2 { margin: 0; }\n\n.mpc-sb-container {\n  max-width: 1180px;\n  margin: 0 auto;\n  padding: 0 24px;\n}\n\n\/* ============ BUTTONS ============ *\/\n.mpc-sb-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-sb-btn-gold {\n  background: var(--mpc-gold);\n  color: var(--mpc-blue-ink) !important;\n}\n.mpc-sb-btn-gold:hover {\n  background: #D9B45D;\n  transform: translateY(-1px);\n}\n.mpc-sb-btn-ghost {\n  background: transparent;\n  color: #fff !important;\n  border: 1px solid rgba(255,255,255,0.3);\n}\n.mpc-sb-btn-ghost:hover {\n  background: rgba(255,255,255,0.1);\n  color: #fff !important;\n}\n\n\/* ============ BRIDGE BAND ============ *\/\n.mpc-sb-band {\n  background: linear-gradient(135deg, var(--mpc-blue-ink) 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-sb-band::before {\n  content: '';\n  position: absolute;\n  top: -150px; right: -150px;\n  width: 460px; height: 460px;\n  background: radial-gradient(circle, rgba(201,163,74,0.18) 0%, transparent 60%);\n  border-radius: 50%;\n  pointer-events: none;\n}\n.mpc-sb-band::after {\n  content: '';\n  position: absolute;\n  bottom: -100px; left: -100px;\n  width: 360px; height: 360px;\n  background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 70%);\n  border-radius: 50%;\n  pointer-events: none;\n}\n\n.mpc-sb-grid {\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) {\n  .mpc-sb-grid { grid-template-columns: 1fr; gap: 28px; }\n}\n\n.mpc-sb-eyebrow {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\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: 16px;\n}\n.mpc-sb-eyebrow::before {\n  content: '';\n  width: 28px; height: 1px;\n  background: var(--mpc-gold);\n}\n\n.mpc-sb 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  color: #fff;\n  margin-bottom: 14px;\n  letter-spacing: -0.02em;\n}\n.mpc-sb h2 em {\n  font-style: italic;\n  color: var(--mpc-gold);\n}\n\n.mpc-sb p {\n  color: rgba(255,255,255,0.92);\n  font-size: 15px;\n  line-height: 1.7;\n  margin: 0 0 12px 0;\n}\n.mpc-sb p:last-child { margin-bottom: 0; }\n.mpc-sb p strong {\n  color: #fff;\n  font-weight: 600;\n}\n\n.mpc-sb-right {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n  align-items: flex-start;\n}\n@media (max-width: 820px) {\n  .mpc-sb-right { align-items: stretch; }\n}\n\n.mpc-sb-clients {\n  margin-top: 18px;\n  padding-top: 18px;\n  border-top: 1px dashed rgba(255,255,255,0.2);\n  font-size: 12.5px;\n  color: rgba(255,255,255,0.75);\n  line-height: 1.6;\n  font-style: italic;\n}\n.mpc-sb-clients strong {\n  color: #fff;\n  font-weight: 600;\n  font-style: normal;\n}\n<\/style>\n\n<!-- =====================================================\n     BRIDGE BAND CONTENT\n     ===================================================== -->\n<div class=\"mpc-sb\">\n  <section class=\"mpc-sb-band\">\n    <div class=\"mpc-sb-container\">\n      <div class=\"mpc-sb-grid\">\n\n        <div>\n          <div class=\"mpc-sb-eyebrow\">\uc0c1\uc5c5 \uc6b4\uc601\uc790\ub97c \uc704\ud55c \uc815\ubcf4<\/div>\n          <h2>\ucc3e\uace0 \uc788\uc2b5\ub2c8\ub2e4 <em>\uc885\ud569\uc801\uc778 \uc0c1\uc5c5\uc6a9 \ud574\ucda9 \ubc29\uc81c \uc5c5\uccb4\uc778\uac00\uc694?<\/em><\/h2>\n          <p>\uc0c1\uc5c5\uc6a9 \ud574\ucda9 \ubc29\uc81c \uacc4\uc57d\uc744 \uc704\ud574 \uacf5\uae09\uc5c5\uccb4\ub97c \ud3c9\uac00\ud558\ub294 \uad6c\ub9e4 \uad00\ub9ac\uc790, \uc2dc\uc124 \uad00\ub9ac\uc790 \ub610\ub294 \ud488\uc9c8 \ubcf4\uc99d \ucc45\uc784\uc790\ub77c\uba74 \ub2f9\uc0ac\uc758 \uc804\uc6a9 \uc790\ub8cc\ub97c \ucc38\uc870\ud558\uc2ed\uc2dc\uc624. <strong>\uc0c1\uc5c5\uc6a9 \ud574\ucda9 \ubc29\uc81c \uac1c\uc694<\/strong> \uad6c\ub9e4 \uc900\ube44\uac00 \uc644\ub8cc\ub41c \uc790\uaca9 \uc99d\uba85, 12\uac00\uc9c0 \uce58\ub8cc \ubc29\ubc95\ub860, \uac10\uc0ac \ub4f1\uae09 \ubb38\uc11c, \uadf8\ub9ac\uace0 \uc5c5\uacc4\ubcc4\ub85c \uc815\ub9ac\ub41c \uace0\uac1d \uba85\ub2e8\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/p>\n          <div class=\"mpc-sb-clients\">\n            <strong>\uc2e0\ub8b0\ubc1b\ub294 \uae30\uc5c5<\/strong> LB \uc54c\ub8e8\ubbf8\ub284 \u00b7 MUFG \u00b7 \uc138\ud3ec\ub77c \u00b7 \ucf54\uce58 \u00b7 IJM Land \u00b7 Berjaya \u00b7 TAR UMT \u00b7 Tradewinds Plantation \u00b7 \ub124\ub35c\ub780\ub4dc \ub300\uc0ac\uad00 \u00b7 LUAS \u00b7 \uc678 1,000\uac1c \uc774\uc0c1.\n          <\/div>\n        <\/div>\n\n        <div class=\"mpc-sb-right\">\n          <a href=\"https:\/\/msianpestcontrol.com\/ko\/\ub9d0\ub808\uc774\uc2dc\uc544-\uc0c1\uc5c5\uc6a9-\ud574\ucda9-\ubc29\uc81c\/\" class=\"mpc-sb-btn mpc-sb-btn-gold\">\uc0c1\uc5c5\uc6a9 \ud574\ucda9 \ubc29\uc81c \u2192<\/a>\n          <a href=\"https:\/\/wa.link\/ghnbe5\" class=\"mpc-sb-btn mpc-sb-btn-ghost\" target=\"_blank\" rel=\"noopener\">\uacac\uc801 \ubb38\uc758\ub294 WhatsApp\uc73c\ub85c \ud574\uc8fc\uc138\uc694.<\/a>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n<\/div>\n<!-- END MPC SECTORS BRIDGE BAND -->","protected":false},"excerpt":{"rendered":"<p>Sectors We Serve Every sector has its own pest pressures. From HACCP-audited food factories to [&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-687","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/msianpestcontrol.com\/ko\/wp-json\/wp\/v2\/pages\/687","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=687"}],"version-history":[{"count":5,"href":"https:\/\/msianpestcontrol.com\/ko\/wp-json\/wp\/v2\/pages\/687\/revisions"}],"predecessor-version":[{"id":1336,"href":"https:\/\/msianpestcontrol.com\/ko\/wp-json\/wp\/v2\/pages\/687\/revisions\/1336"}],"wp:attachment":[{"href":"https:\/\/msianpestcontrol.com\/ko\/wp-json\/wp\/v2\/media?parent=687"}],"curies":[{"name":"\uc6cc\ub4dc\ud504\ub808\uc2a4","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}