{"id":8000,"date":"2023-11-28T23:15:57","date_gmt":"2023-11-29T07:15:57","guid":{"rendered":"https:\/\/recyclemachine.net\/?page_id=8000"},"modified":"2026-05-05T20:51:01","modified_gmt":"2026-05-06T03:51:01","slug":"msw-%eb%b6%84%eb%a5%98-%ea%b8%b0%ea%b3%84","status":"publish","type":"page","link":"https:\/\/www.recyclemachine.net\/ko\/msw-%eb%b6%84%eb%a5%98-%ea%b8%b0%ea%b3%84\/","title":{"rendered":"MSW \ubd84\ub958 \uae30\uacc4"},"content":{"rendered":"<style data-rtm-material-symbols=\"\">\n.rtm-ms-chip{\n  display:inline-flex !important;\n  align-items:center !important;\n  justify-content:center !important;\n  width:46px !important;\n  height:46px !important;\n  min-width:46px !important;\n  border-radius:14px !important;\n  border:0 !important;\n  padding:0 !important;\n  background:var(--rtm-ms-bg, rgba(125, 145, 196, 0.14)) !important;\n  color:var(--rtm-ms-fg, #5f739f) !important;\n  box-shadow:none !important;\n  filter:none !important;\n  flex:0 0 auto !important;\n}\n.rtm-ms-chip.rtm-ms-tone-1{--rtm-ms-bg:rgba(124,145,196,0.14);--rtm-ms-fg:#6479a8;}\n.rtm-ms-chip.rtm-ms-tone-2{--rtm-ms-bg:rgba(120,191,173,0.15);--rtm-ms-fg:#4e8f7d;}\n.rtm-ms-chip.rtm-ms-tone-3{--rtm-ms-bg:rgba(236,186,139,0.16);--rtm-ms-fg:#b17849;}\n.rtm-ms-chip.rtm-ms-tone-4{--rtm-ms-bg:rgba(218,166,196,0.16);--rtm-ms-fg:#9f6a8b;}\n.rtm-ms-chip.rtm-ms-tone-5{--rtm-ms-bg:rgba(171,180,229,0.16);--rtm-ms-fg:#6d76b8;}\n.rtm-ms-chip.rtm-ms-tone-6{--rtm-ms-bg:rgba(148,209,205,0.15);--rtm-ms-fg:#4c8f8a;}\n.rtm-ms-glyph{\n  font-family:\"Material Symbols Outlined\" !important;\n  font-weight:400 !important;\n  font-style:normal !important;\n  font-size:24px !important;\n  line-height:1 !important;\n  letter-spacing:normal !important;\n  text-transform:none !important;\n  white-space:nowrap !important;\n  word-wrap:normal !important;\n  direction:ltr !important;\n  display:block !important;\n  -webkit-font-smoothing:antialiased !important;\n  -moz-osx-font-smoothing:grayscale !important;\n  font-feature-settings:\"liga\" 1, \"kern\" 1 !important;\n  font-variation-settings:\"FILL\" 0,\"wght\" 400,\"GRAD\" 0,\"opsz\" 24;\n}\n.rtm-ms-inline{\n  display:inline-flex !important;\n  align-items:center !important;\n  justify-content:center !important;\n  vertical-align:middle !important;\n}\n<\/style>\n<style>\n  .rtm-msw-page {\n    --msw-green: #005D30;\n    --msw-green-soft: rgba(0, 93, 48, 0.10);\n    --msw-green-line: rgba(0, 93, 48, 0.16);\n    --msw-text: #243143;\n    --msw-muted: #4a596e;\n    --msw-card: #ffffff;\n    overflow-x: clip;\n    line-height: 1.65;\n  }\n\n  .rtm-msw-page,\n  .rtm-msw-page * {\n    box-sizing: border-box;\n  }\n\n  .rtm-msw-page a {\n    text-decoration: none;\n  }\n\n  .rtm-msw-wrap {\n    width: 100%;\n    max-width: 1120px;\n    margin: 0 auto;\n    padding: 0 24px;\n  }\n\n  .msw-section {\n    padding: 56px 0;\n    border-bottom: 1px solid var(--msw-green-line);\n  }\n\n  .msw-section:last-child {\n    border-bottom: 0;\n  }\n\n  .msw-hero {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);\n    gap: 34px;\n    align-items: center;\n    padding-top: 44px;\n  }\n\n  .msw-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    margin-bottom: 12px;\n    color: var(--msw-green);\n    font-size: 0.88rem;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .msw-hero h1 {\n    margin: 0 0 18px;\n    color: #173b21;\n    line-height: 1.12;\n    overflow-wrap: break-word;\n  }\n\n  .msw-hero p,\n  .msw-section-intro {\n    color: var(--msw-muted);\n    margin: 0;\n  }\n\n  .msw-hero-actions {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-top: 24px;\n  }\n\n  .msw-button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 44px;\n    padding: 11px 18px;\n    border: 1px solid var(--msw-green);\n    border-radius: 8px;\n    background: var(--msw-green);\n    color: #ffffff !important;\n    font-weight: 700;\n    text-align: center;\n    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;\n  }\n\n  .msw-button:hover {\n    background: #004824;\n    border-color: #004824;\n    transform: translateY(-2px);\n  }\n\n  .msw-button.is-secondary {\n    background: #ffffff;\n    color: var(--msw-green) !important;\n  }\n\n  .msw-button.is-secondary:hover {\n    background: var(--msw-green);\n    color: #ffffff !important;\n  }\n\n  .msw-hero-panel {\n    border: 1px solid var(--msw-green-line);\n    border-radius: 8px;\n    background: #ffffff;\n    overflow: hidden;\n  }\n\n  .msw-hero-panel img {\n    display: block;\n    width: 100%;\n    aspect-ratio: 4 \/ 3;\n    object-fit: cover;\n  }\n\n  .msw-quick-points {\n    display: grid;\n    gap: 10px;\n    padding: 16px;\n    margin: 0;\n    list-style: none;\n    border-top: 1px solid var(--msw-green-line);\n  }\n\n  .msw-quick-points li {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    color: var(--msw-text);\n    font-weight: 700;\n  }\n\n  .msw-quick-points .rtm-ms-chip {\n    width: 38px !important;\n    height: 38px !important;\n    min-width: 38px !important;\n    border-radius: 12px !important;\n    background: var(--msw-green-soft) !important;\n    color: var(--msw-green) !important;\n  }\n\n  .msw-section-head {\n    max-width: 820px;\n    margin: 0 auto 32px;\n    text-align: center;\n  }\n\n  .msw-section-head h2 {\n    margin: 0 0 12px;\n    color: #1f5f39;\n    line-height: 1.22;\n  }\n\n  .msw-equipment-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .msw-equipment-card {\n    position: relative;\n    display: flex;\n    flex-direction: column;\n    min-height: 100%;\n    border: 1px solid var(--msw-green-line);\n    border-radius: 8px;\n    background: var(--msw-card);\n    overflow: hidden;\n    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;\n  }\n\n  .msw-equipment-card::before {\n    content: \"\";\n    position: absolute;\n    inset: 0 0 auto 0;\n    height: 4px;\n    background: var(--msw-green);\n    z-index: 1;\n  }\n\n  .msw-equipment-card:hover {\n    transform: translateY(-5px);\n    border-color: rgba(0, 93, 48, 0.34);\n    box-shadow: 0 20px 42px rgba(17, 54, 34, 0.12);\n  }\n\n  .msw-card-image {\n    display: block;\n    overflow: hidden;\n    background: #f8faf8;\n  }\n\n  .msw-card-image img {\n    display: block;\n    width: 100%;\n    aspect-ratio: 4 \/ 3;\n    object-fit: cover;\n    transition: transform 0.3s ease;\n  }\n\n  .msw-equipment-card:hover .msw-card-image img {\n    transform: scale(1.03);\n  }\n\n  .msw-card-body {\n    display: flex;\n    flex-direction: column;\n    flex: 1;\n    padding: 22px;\n  }\n\n  .msw-card-tag {\n    display: inline-flex;\n    align-self: flex-start;\n    margin-bottom: 12px;\n    padding: 5px 10px;\n    border-radius: 999px;\n    background: var(--msw-green-soft);\n    color: var(--msw-green);\n    font-weight: 800;\n    letter-spacing: 0.07em;\n    text-transform: uppercase;\n  }\n\n  .msw-card-body h2 {\n    margin: 0 0 10px;\n    color: #1f5f39;\n    line-height: 1.28;\n  }\n\n  .msw-card-body p {\n    margin: 0 0 18px;\n    color: var(--msw-muted);\n    flex: 1;\n  }\n\n  .msw-card-cta {\n    margin-top: auto;\n  }\n\n  .msw-benefit-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .msw-benefit-card {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    padding: 22px;\n    border: 1px solid var(--msw-green-line);\n    border-left: 4px solid rgba(0, 93, 48, 0.58);\n    border-radius: 8px;\n    background: #ffffff;\n  }\n\n  .msw-benefit-card .rtm-ms-chip {\n    background: var(--msw-green-soft) !important;\n    color: var(--msw-green) !important;\n  }\n\n  .msw-benefit-card h3 {\n    margin: 0 0 8px;\n    color: #233143;\n    line-height: 1.3;\n  }\n\n  .msw-benefit-card p {\n    margin: 0;\n    color: var(--msw-muted);\n  }\n\n  .msw-proof-strip {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 1px;\n    margin-top: 22px;\n    border: 1px solid var(--msw-green-line);\n    border-radius: 8px;\n    overflow: hidden;\n    background: var(--msw-green-line);\n  }\n\n  .msw-proof-item {\n    padding: 18px;\n    background: #ffffff;\n    color: var(--msw-text);\n  }\n\n  .msw-proof-item strong {\n    display: block;\n    color: #1f5f39;\n  }\n\n  @media (max-width: 900px) {\n    .msw-hero,\n    .msw-equipment-grid,\n    .msw-benefit-grid,\n    .msw-proof-strip {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 767px) {\n    .rtm-msw-wrap {\n      padding: 0 20px;\n    }\n\n    .msw-section {\n      padding: 42px 0;\n    }\n\n    .msw-hero {\n      padding-top: 28px;\n      gap: 24px;\n    }\n\n    .msw-hero h1,\n    .msw-section-head h2,\n    .msw-card-body h2 {\n      overflow-wrap: break-word;\n    }\n\n    .msw-hero h1 {\n    }\n\n    .msw-hero p,\n    .msw-section-intro,\n    .msw-card-body p,\n    .msw-benefit-card p,\n    .msw-proof-item {\n    }\n\n    .msw-section-head h2 {\n    }\n\n    .msw-card-body h2 {\n    }\n\n    .msw-benefit-card h3 {\n    }\n\n    .msw-quick-points li {\n      line-height: 1.45;\n    }\n\n    .msw-hero-actions {\n      display: grid;\n    }\n  }\n\n<\/style>\n<div class=\"rtm-msw-page\">\n<div class=\"rtm-msw-wrap\">\n<section class=\"msw-section msw-hero\" aria-labelledby=\"msw-title\">\n<div class=\"msw-hero-copy\">\n<span class=\"msw-eyebrow\">Municipal Solid Waste Sorting<\/span>\n<h1 id=\"msw-title\">MSW Sorting Machines &amp; Equipment<\/h1>\n<p>Explore complete machinery for separating and recycling municipal solid waste, from turnkey sorting plants to trommel screens and heavy-duty waste conveyors.<\/p>\n<div class=\"msw-hero-actions\">\n<a class=\"msw-button\" href=\"https:\/\/www.recyclemachine.net\/ko\/msw-%eb%b6%84%eb%a5%98%ea%b8%b0-%ed%8f%90%ea%b8%b0%eb%ac%bc-%ea%b4%80%eb%a6%ac\/\">View Sorting Plant<\/a>\n<a class=\"msw-button is-secondary\" href=\"https:\/\/www.recyclemachine.net\/ko\/%eb%ac%b8%ec%9d%98%ed%95%98%ea%b8%b0\/\">Request Configuration<\/a>\n<\/div>\n<\/div>\n<div class=\"msw-hero-panel\">\n<img decoding=\"async\" alt=\"MSW sorting machine line for municipal solid waste recycling\" src=\"https:\/\/www.recyclemachine.net\/wp-content\/uploads\/2025\/05\/MSW-Sorting-Machine.webp\"\/>\n<ul class=\"msw-quick-points\">\n<li><span class=\"rtm-ms-chip\"><span data-no-translation=\"\" data-no-dynamic-translation=\"\" translate=\"no\" aria-hidden=\"true\" class=\"material-symbols-outlined rtm-ms-glyph\">tune<\/span><\/span>Layout matched to local waste composition<\/li>\n<li><span class=\"rtm-ms-chip\"><span data-no-translation=\"\" data-no-dynamic-translation=\"\" translate=\"no\" aria-hidden=\"true\" class=\"material-symbols-outlined rtm-ms-glyph\">recycling<\/span><\/span>Designed for higher recyclable recovery<\/li>\n<li><span class=\"rtm-ms-chip\"><span data-no-translation=\"\" data-no-dynamic-translation=\"\" translate=\"no\" aria-hidden=\"true\" class=\"material-symbols-outlined rtm-ms-glyph\">precision_manufacturing<\/span><\/span>Conveying, screening, and separation equipment<\/li>\n<\/ul>\n<\/div>\n<\/section>\n<section class=\"msw-section\" aria-labelledby=\"msw-equipment-title\">\n<div class=\"msw-section-head\">\n<span class=\"msw-eyebrow\">Core Equipment<\/span>\n<h2 id=\"msw-equipment-title\">Build a Sorting Line Around Your Waste Stream<\/h2>\n<p class=\"msw-section-intro\">Select a full MSW sorting plant or key standalone machines for screening, feeding, and material transfer.<\/p>\n<\/div>\n<div class=\"msw-equipment-grid\">\n<a class=\"msw-equipment-card\" href=\"https:\/\/www.recyclemachine.net\/ko\/msw-%eb%b6%84%eb%a5%98%ea%b8%b0-%ed%8f%90%ea%b8%b0%eb%ac%bc-%ea%b4%80%eb%a6%ac\/\">\n<span class=\"msw-card-image\"><img decoding=\"async\" alt=\"MSW \ubd84\ub9ac sorting \uae30\uacc4 \uacf5\uc7a5\" src=\"https:\/\/www.recyclemachine.net\/wp-content\/uploads\/2025\/05\/MSW-Sorting-Machine.webp\"\/><\/span>\n<span class=\"msw-card-body\">\n<span class=\"msw-card-tag\">\ud134\ud0a4 \ud50c\ub79c\ud2b8<\/span>\n<h2>MSW Sorting Machine \u2013 Waste Recycling Plant<\/h2>\n<p>A complete turnkey solution for automatic segregation of mixed municipal waste into recyclable fractions such as plastics, metals, and organics.<\/p>\n<span class=\"msw-button msw-card-cta\">\ubdf0 \uc2dc\uc2a4\ud15c<\/span>\n<\/span>\n<\/a>\n<a class=\"msw-equipment-card\" href=\"https:\/\/www.recyclemachine.net\/ko\/%ed%8a%b8%eb%a1%ac%eb%a9%9c-%ec%8a%a4%ed%81%ac%eb%a6%b0\/\">\n<span class=\"msw-card-image\"><img decoding=\"async\" alt=\"\ud2b8\ub86cmel \uc2a4\ud06c\ub9b0 machine \uae30\uacc4\" src=\"https:\/\/www.recyclemachine.net\/wp-content\/uploads\/2025\/07\/Trommel-Machine-768x432.webp\"\/><\/span>\n<span class=\"msw-card-body\">\n<span class=\"msw-card-tag\">Screening<\/span>\n<h2>\ud2b8\ub86c\uba5c \uc2a4\ud06c\ub9b0<\/h2>\n<p>Heavy-duty rotary screen for primary size separation of waste, removing fines, organics, and small debris from larger recyclables.<\/p>\n<span class=\"msw-button msw-card-cta\">\ubdf0 \uba38\uc2e0<\/span>\n<\/span>\n<\/a>\n<a class=\"msw-equipment-card\" href=\"https:\/\/www.recyclemachine.net\/ko\/%ec%b2%b4%ec%9d%b8-%ed%8f%90%ea%b8%b0%eb%ac%bc-%ec%bb%a8%eb%b2%a0%ec%9d%b4%ec%96%b4\/\">\n<span class=\"msw-card-image\"><img decoding=\"async\" alt=\"MSW \ubd84\ub9ac line\uc6a9 \uccb4\uc778 waste \ucf58\ubca0\uc774\uc5b4\" src=\"https:\/\/www.recyclemachine.net\/wp-content\/uploads\/2025\/01\/Chain-Waste-Conveyor.webp\"\/><\/span>\n<span class=\"msw-card-body\">\n<span class=\"msw-card-tag\">Material Transfer<\/span>\n<h2>\uccb4\uc778 \ud3d0\uae30\ubb3c \ucee8\ubca0\uc774\uc5b4<\/h2>\n<p>Robust steel-plate conveyor system designed to move heavy bulk waste into shredders or sorting lines with high reliability.<\/p>\n<span class=\"msw-button msw-card-cta\">\ubdf0 \uba38\uc2e0<\/span>\n<\/span>\n<\/a>\n<\/div>\n<\/section>\n<section class=\"msw-section\" aria-labelledby=\"msw-benefits-title\">\n<div class=\"msw-section-head\">\n<span class=\"msw-eyebrow\">Project Advantages<\/span>\n<h2 id=\"msw-benefits-title\">Rumtoo MSW \uc194\ub8e8\uc158\uc744 \uc120\ud0dd\ud574\uc57c \ud558\ub294 \uc774\uc720\ub294 \ubb34\uc5c7\uc77c\uae4c\uc694?<\/h2>\n<p class=\"msw-section-intro\">Our engineers size equipment around input material, recovery goals, site layout, and downstream processing requirements.<\/p>\n<\/div>\n<div class=\"msw-benefit-grid\">\n<div class=\"msw-benefit-card\">\n<span class=\"rtm-ms-chip rtm-ms-tone-2\"><span data-no-translation=\"\" data-no-dynamic-translation=\"\" translate=\"no\" aria-hidden=\"true\" class=\"material-symbols-outlined rtm-ms-glyph\">engineering<\/span><\/span>\n<div><h3>\ud134\ud0a4 \uc5d4\uc9c0\ub2c8\uc5b4\ub9c1<\/h3><p>Complete project support from plant layout design to manufacturing, installation, and on-site commissioning.<\/p><\/div>\n<\/div>\n<div class=\"msw-benefit-card\">\n<span class=\"rtm-ms-chip rtm-ms-tone-6\"><span data-no-translation=\"\" data-no-dynamic-translation=\"\" translate=\"no\" aria-hidden=\"true\" class=\"material-symbols-outlined rtm-ms-glyph\">speed<\/span><\/span>\n<div><h3>\uc0ac\uc6a9\uc790 \uc9c0\uc815 \uad6c\uc131<\/h3><p>Sorting lines are tailored to local material composition, required throughput, and available plant footprint.<\/p><\/div>\n<\/div>\n<div class=\"msw-benefit-card\">\n<span class=\"rtm-ms-chip rtm-ms-tone-3\"><span data-no-translation=\"\" data-no-dynamic-translation=\"\" translate=\"no\" aria-hidden=\"true\" class=\"material-symbols-outlined rtm-ms-glyph\">recycling<\/span><\/span>\n<div><h3>\ub192\uc740 \ud68c\ubcf5\ub960<\/h3><p>Trommel, air, magnetic, and conveying modules work together to improve recovered material purity and value.<\/p><\/div>\n<\/div>\n<\/div>\n<div class=\"msw-proof-strip\" aria-label=\"MSW sorting line planning checkpoints\">\n<div class=\"msw-proof-item\"><strong>Input First<\/strong>Waste composition, moisture, and bulk density define the line layout.<\/div>\n<div class=\"msw-proof-item\"><strong>Modular Equipment<\/strong>Screening, conveying, air separation, and magnetic separation can be combined.<\/div>\n<div class=\"msw-proof-item\"><strong>Configured Output<\/strong>Recovered plastics, metals, organics, and RDF streams are planned around your market.<\/div>\n<\/div>\n<\/section>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>\uacf5\uacf5\ud3d0\uae30\ubb3c \uc815\ub9ac MSW \uc815\ub9ac \uae30\uacc4 \ubc0f \uc7a5\ube44 \uacf5\uacf5\ud3d0\uae30\ubb3c\uc744 \ubd84\ub9ac\ud558\uace0 \uc7ac\ud65c\uc6a9\ud560 \uc218 \uc788\ub294 \uc804\uccb4 \uae30\uacc4\ub97c \ud0d0\uc0c9\ud558\uc138\uc694. \uc804\ubb38 \uc815\ub9ac \uacf5\uc7a5\ubd80\ud130 \ud2b8\ub86cmel \uc2a4\ud06c\ub9b0\uacfc \uac15\ub825\ud55c \ud3d0\uae30\ubb3c \uc804\ub2ec\uae30\uae4c\uc9c0 \ud655\uc778\ud558\uc138\uc694. \uc815\ub9ac \uacf5\uc7a5 \uc694\uccad \uad6c\uc131 \ubcf4\uae30 tuneLayout \uc9c0\uc5ed \ud3d0\uae30\ubb3c \uad6c\uc131\uc5d0 \ub9de\ucd98 \uc7ac\ud65c\uc6a9 \uc815\ud655\ub3c4 tuneManufacturing \uc6b4\ubc18, \uc2a4\ud06c\ub9ac\ub2dd, \ubc0f \ubd84\ub9ac \uc7a5\ube44 tuneCore Equipment \uae30\uacc4 \uad6c\ucd95 tuneBuild a \u2026 <a href=\"https:\/\/www.recyclemachine.net\/ko\/msw-%eb%b6%84%eb%a5%98-%ea%b8%b0%ea%b3%84\/\" class=\"more-link\">\uacc4\uc18d \uc77d\uae30 <span class=\"screen-reader-text\">MSW \ubd84\ub958 \uae30\uacc4<\/span><\/a><\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":23,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-8000","page","type-page","status-publish","hentry"],"tsf_seo":{"title":"MSW \ubd84\ub958 \uae30\uacc4","description":"MSW \uc120\ubcc4 \uae30\uacc4\ub294 \uc7ac\ud65c\uc6a9\ub960\uc744 \ub192\uc774\uace0 \ub9e4\ub9bd\uc9c0\ub85c \ubcf4\ub0b4\uc9c0\ub294 \ud3d0\uae30\ubb3c\uc758 \uc591\uc744 \uc904\uc784\uc73c\ub85c\uc368 \ud658\uacbd \uc9c0\uc18d \uac00\ub2a5\uc131\uc5d0 \ud06c\uac8c \uae30\uc5ec\ud569\ub2c8\ub2e4.","robots":"index, follow","canonical":"https:\/\/www.recyclemachine.net\/ko\/msw-%eb%b6%84%eb%a5%98-%ea%b8%b0%ea%b3%84\/","og_title":"MSW Sorting Machines","og_description":"MSW sorting machines significantly contribute to environmental sustainability by facilitating higher recycling rates and reducing the volume of waste sent to landfills.","og_image":""},"_links":{"self":[{"href":"https:\/\/www.recyclemachine.net\/ko\/wp-json\/wp\/v2\/pages\/8000","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.recyclemachine.net\/ko\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.recyclemachine.net\/ko\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.recyclemachine.net\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.recyclemachine.net\/ko\/wp-json\/wp\/v2\/comments?post=8000"}],"version-history":[{"count":4,"href":"https:\/\/www.recyclemachine.net\/ko\/wp-json\/wp\/v2\/pages\/8000\/revisions"}],"predecessor-version":[{"id":14061,"href":"https:\/\/www.recyclemachine.net\/ko\/wp-json\/wp\/v2\/pages\/8000\/revisions\/14061"}],"wp:attachment":[{"href":"https:\/\/www.recyclemachine.net\/ko\/wp-json\/wp\/v2\/media?parent=8000"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}