{"id":15392,"date":"2026-07-09T21:28:37","date_gmt":"2026-07-09T21:28:37","guid":{"rendered":"https:\/\/humanoid.guide\/neo-%ec%83%88%eb%a1%9c%ec%9a%b4-%ec%a3%bc%ec%9d%b8-%eb%a7%9e%ec%9d%b4%ed%95%98%eb%8b%a4\/"},"modified":"2026-07-30T10:58:37","modified_gmt":"2026-07-30T10:58:37","slug":"neo-%ec%83%88%eb%a1%9c%ec%9a%b4-%ec%a3%bc%ec%9d%b8-%eb%a7%9e%ec%9d%b4%ed%95%98%eb%8b%a4","status":"publish","type":"post","link":"https:\/\/humanoid.guide\/ko\/neo-%ec%83%88%eb%a1%9c%ec%9a%b4-%ec%a3%bc%ec%9d%b8-%eb%a7%9e%ec%9d%b4%ed%95%98%eb%8b%a4\/","title":{"rendered":"NEO, \uc0c8\ub85c\uc6b4 \uc8fc\uc778 \ub9de\uc774\ud558\ub2e4"},"content":{"rendered":"\n<meta charset=\"UTF-8\"\/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n<title>1X NEO \ud578\uc988 \u2013 25\ub2e8\uacc4 \ud798 \uc81c\uc5b4 \u2013 humanoid.guide<\/title>\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=Playfair+Display:ital,wght@0,500;0,700;0,800;0,900;1,500;1,700&#038;family=Inter:wght@400;500;6meta charset=\" utf-8=\"\"\/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n<title>1X NEO \ud578\uc988 \u2013 25\ub2e8\uacc4 \ud798 \uc81c\uc5b4 \u2013 humanoid.guide<\/title>\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=Playfair+Display:ital,wght@0,500;0,700;0,800;0,900;1,500;1,700&#038;family=Inter:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\"\/>\n<style>\n  \/* ============================================================\n     humanoid.guide \u2013 Field Report styling (white report variant)\n     1X NEO hands reveal \u2013 news analysis.\n     Everything is scoped under .hg so nothing leaks into the\n     WordPress theme. Paste the <style> block + the .hg wrapper\n     into a Custom HTML block.\n     ============================================================ *\/\n  body{margin:0}\n  .hg{\n    --bg:#ffffff;\n    --ink:#141414;\n    --ink-2:#3a3a3a;\n    --ink-dim:#666;\n    --ink-faint:#9a9a9a;\n    --grid:#e9e9e9;\n    --yellow:#ffe500;\n    --amber:#f5a623;\n    --gold:#c9a200;\n    --maxw:1080px;\n\n    background:var(--bg);\n    color:var(--ink);\n    font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;\n    line-height:1.7;\n    -webkit-font-smoothing:antialiased;\n    overflow-x:hidden;\n    border-top:5px solid var(--yellow);\n  }\n  \/* reset \u2013 but leave foreign markup alone so it keeps its own look:\n     1) the manual hg-banner shortcode slots,\n     2) anything Kadence Elements hooks inject into the content\n        (kadence \/ kb- \/ wp-block class prefixes), and\n     3) the banner slider's own markup (hgbv- class prefix), which the\n        Elements hook injects without our .hg-banner wrapper.\n     The :where() wrappers keep specificity at the same level as a plain\n     .hg * rule, so the theme\/plugin CSS wins inside that markup.\n     NB: never write the shortcode name in square brackets inside this\n     style block \u2013 WordPress expands shortcodes even here and that breaks\n     the whole stylesheet. *\/\n  .hg *:where(:not(.hg-banner,[class*=\"kadence\"],[class*=\"kb-\"],[class*=\"wp-block\"],[class*=\"hgbv\"])):where(:not(.hg-banner *,[class*=\"kadence\"] *,[class*=\"kb-\"] *,[class*=\"wp-block\"] *,[class*=\"hgbv\"] *)){box-sizing:border-box;margin:0;padding:0}\n  .hg img:where(:not(.hg-banner *,[class*=\"kadence\"] *,[class*=\"kb-\"] *,[class*=\"wp-block\"] *,[class*=\"hgbv\"] *)){max-width:100%}\n\n  .hg .wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}\n\n  \/* highlighter *\/\n  .hg .hl{\n    background:linear-gradient(transparent 14%, var(--yellow) 14%, var(--yellow) 86%, transparent 86%);\n    padding:0 .06em;\n  }\n\n  \/* masthead *\/\n  .hg .masthead{\n    max-width:var(--maxw);margin:0 auto;padding:26px 28px 22px;\n    display:flex;justify-content:space-between;align-items:center;\n    border-bottom:1px solid var(--ink);\n  }\n  .hg .brand{font-family:'Playfair Display',serif;font-weight:900;font-size:19px;letter-spacing:-.01em;color:var(--ink);white-space:nowrap}\n  .hg .brand b{color:var(--gold)}\n  .hg .masthead .tag{font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-faint);white-space:nowrap}\n\n  \/* hero *\/\n  .hg .hero{padding:74px 0 58px;border-bottom:2px solid var(--ink)}\n  .hg .kicker{font-size:13px;font-weight:700;letter-spacing:.26em;text-transform:uppercase;color:var(--ink);margin-bottom:26px;display:flex;align-items:center;gap:14px}\n  .hg .kicker::before{content:\"\";width:32px;height:10px;background:var(--yellow);border-radius:0;flex:0 0 auto}\n  \/* h1\/h2 are scoped to OUR containers only, so injected element headings\n     are never touched *\/\n  .hg .hero h1{\n    font-family:'Playfair Display',serif;font-weight:900;\n    font-size:clamp(44px,8.4vw,98px);line-height:.96;letter-spacing:-.02em;color:var(--ink);\n  }\n  .hg .withline{\n    font-family:'Playfair Display',serif;font-style:italic;font-weight:500;\n    font-size:clamp(20px,3vw,30px);color:var(--ink-2);margin-top:16px;\n  }\n  .hg .withline b{font-style:normal;font-weight:700;color:var(--ink)}\n  .hg .withline b i{font-style:italic;color:var(--gold)}\n  .hg .dek{font-size:clamp(19px,2.3vw,25px);line-height:1.45;max-width:700px;margin-top:30px;color:var(--ink-2);font-weight:400}\n  .hg .dek b{color:var(--ink);font-weight:600}\n  .hg .byline{margin-top:38px;font-size:12.5px;font-weight:500;letter-spacing:.02em;color:var(--ink-dim);display:flex;flex-wrap:wrap;gap:10px 26px}\n  .hg .byline span{color:var(--ink-faint)}\n  .hg .byline b{color:var(--ink);font-weight:700}\n\n  \/* sections \u2013 direct children of .hg only, so injected markup is untouched *\/\n  .hg > section{padding:64px 0;border-bottom:1px solid #ececec}\n  \/* eyebrows are h2 elements for SEO \u2013 pin font\/size explicitly so the\n     theme's own h2 rules can't leak in *\/\n  .hg .eyebrow{font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;font-size:12px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--ink);line-height:1.7;margin:0 0 18px}\n  .hg .eyebrow::before{content:\"\";display:inline-block;width:8px;height:8px;background:var(--yellow);border-radius:0;margin-right:9px;vertical-align:middle;flex:0 0 auto}\n  .hg .closing h2{font-family:'Playfair Display',serif;font-weight:800;font-size:clamp(28px,4.4vw,48px);line-height:1.05;letter-spacing:-.01em;max-width:18ch;color:var(--ink)}\n  .hg p.body{font-size:17.5px;line-height:1.75;color:var(--ink-2);max-width:680px;margin-top:18px}\n  .hg p.body:first-of-type{margin-top:0}\n  .hg p.body b{color:var(--ink);font-weight:600}\n  .hg p.body + p.body{margin-top:16px}\n  .hg p.body a{color:var(--ink);text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:2px;text-underline-offset:2px}\n\n  \/* lede + drop cap *\/\n  .hg .lede{padding-top:56px}\n  .hg .lede p{font-family:'Playfair Display',serif;font-size:clamp(22px,2.7vw,29px);line-height:1.5;max-width:800px;color:var(--ink);font-weight:500}\n  .hg .lede .drop::first-letter{\n    font-family:'Playfair Display',serif;font-weight:900;float:left;font-size:92px;line-height:.7;\n    padding:10px 16px 0 0;color:var(--ink);\n    background:linear-gradient(transparent 60%, var(--yellow) 60%);\n  }\n\n  \/* stat band *\/\n  .hg .statband{display:grid;grid-template-columns:repeat(4,1fr);border-top:2px solid var(--ink);border-bottom:2px solid var(--ink);margin-top:46px}\n  .hg .stat{padding:26px 18px;border-right:1px solid #e2e2e2}\n  .hg .stat:last-child{border-right:none}\n  .hg .stat .n{font-family:'Playfair Display',serif;font-weight:900;font-size:clamp(32px,4.8vw,54px);line-height:1;letter-spacing:-.02em;color:var(--ink)}\n  .hg .stat .l{font-size:11.5px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--ink-dim);margin-top:10px}\n\n  \/* numbered feature list \u2013 the \"three of three\" pattern *\/\n  .hg .trio{list-style:none;max-width:760px;margin-top:30px;counter-reset:trio}\n  .hg .trio li{counter-increment:trio;padding:24px 0 26px 74px;border-bottom:1px solid #ececec;position:relative}\n  .hg .trio li:first-child{border-top:2px solid var(--ink)}\n  .hg .trio li:last-child{border-bottom:2px solid var(--ink)}\n  .hg .trio li::before{\n    content:counter(trio);position:absolute;left:0;top:24px;\n    width:46px;height:46px;display:flex;align-items:center;justify-content:center;\n    font-family:'Playfair Display',serif;font-weight:900;font-size:26px;color:var(--ink);\n    background:var(--yellow);border-radius:0;\n  }\n  .hg .trio .t{font-family:'Playfair Display',serif;font-weight:800;font-size:clamp(20px,2.6vw,26px);line-height:1.2;color:var(--ink)}\n  .hg .trio .d{font-size:16.5px;line-height:1.7;color:var(--ink-2);margin-top:8px;max-width:640px}\n  .hg .trio .d b{color:var(--ink);font-weight:600}\n  .hg .trio .d a{color:var(--ink);text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:2px;text-underline-offset:2px}\n\n  \/* pull quote *\/\n  .hg .pull{\n    max-width:760px;margin:44px 0 6px;padding:6px 0 6px 30px;\n    border-left:10px solid var(--yellow);\n  }\n  .hg .pull p{font-family:'Playfair Display',serif;font-style:italic;font-weight:500;font-size:clamp(21px,2.6vw,28px);line-height:1.45;color:var(--ink)}\n  .hg .pull .who{font-family:'Inter',sans-serif;font-style:normal;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-dim);margin-top:12px}\n\n  \/* \u2500\u2500 \"Did you know?\" boxes \u2500\u2500 *\/\n  .hg .dyk{\n    max-width:660px;margin:42px 0 6px;padding:22px 26px 24px;\n    background:#fffbdc;border:1.5px solid var(--ink);border-radius:5px;\n    box-shadow:8px 8px 0 var(--yellow);\n  }\n  .hg .dyk.right{margin-left:auto}\n  .hg .dyk .dyk-label{font-size:11px;font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:var(--ink);margin-bottom:9px;display:flex;align-items:center;gap:9px}\n  .hg .dyk .dyk-label::before{content:\"\";width:9px;height:9px;background:var(--ink);flex:0 0 auto}\n  .hg .dyk p{font-size:15.5px;line-height:1.65;color:var(--ink-2)}\n  .hg .dyk p b{color:var(--ink);font-weight:700}\n\n  \/* \u2500\u2500 photo figure \u2500\u2500 *\/\n  .hg .figwrap{max-width:560px;margin:34px 0 6px}\n  .hg .figwrap.wide{max-width:760px}\n  .hg .figwrap img{width:100%;display:block;border-radius:16px;box-shadow:0 22px 44px -28px rgba(0,0,0,.55)}\n  .hg .vcap{font-size:12.5px;font-weight:500;letter-spacing:.02em;color:var(--ink-faint);margin:12px 4px 0;line-height:1.5}\n  .hg .vcap b{color:var(--ink);font-weight:700}\n\n  \/* \u2500\u2500 video embed \u2013 16:9 \u2500\u2500 *\/\n  .hg .vidwrap{max-width:760px;margin:0 0 40px}\n  .hg .vid{\n    position:relative;width:100%;aspect-ratio:16\/9;background:#0b0b0b;\n    border-radius:16px;overflow:hidden;\n    box-shadow:0 22px 44px -28px rgba(0,0,0,.55);\n  }\n  .hg .vid iframe{position:absolute;inset:0;width:100%;height:100%;border:0}\n\n  \/* spec sheet table *\/\n  .hg .spec{max-width:680px;margin-top:32px;border-top:2px solid var(--ink);border-bottom:2px solid var(--ink)}\n  .hg .spec .srow{display:grid;grid-template-columns:1fr auto;gap:18px;padding:11px 2px;border-bottom:1px solid #ececec;align-items:baseline}\n  .hg .spec .srow:last-child{border-bottom:none}\n  .hg .spec .k{font-size:11.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-dim)}\n  .hg .spec .v{font-size:15.5px;font-weight:700;color:var(--ink);text-align:right}\n  .hg .speccap{font-size:12.5px;font-weight:500;letter-spacing:.02em;color:var(--ink-faint);margin:12px 2px 0;max-width:680px}\n\n  \/* hype-check list \u2013 claim vs. field *\/\n  .hg .vs{list-style:none;max-width:760px;margin-top:26px}\n  .hg .vs li{padding:16px 0 18px 26px;border-bottom:1px solid #ececec;position:relative;font-size:16px;line-height:1.65;color:var(--ink-2)}\n  .hg .vs li:first-child{border-top:2px solid var(--ink)}\n  .hg .vs li:last-child{border-bottom:2px solid var(--ink)}\n  .hg .vs li::before{content:\"\";position:absolute;left:0;top:24px;width:10px;height:10px;background:var(--yellow);border-radius:0}\n  .hg .vs .who{color:var(--ink);font-weight:700}\n  .hg .vs a{color:var(--ink);text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:2px;text-underline-offset:2px}\n\n  \/* WordPress shortcode banners \u2013 keep the slot's spacing, but reset the\n     inherited report typography so the banners render as designed *\/\n  .hg .hg-banner{margin:18px auto;padding:34px 0;font-family:revert;font-size:medium;font-weight:normal;line-height:normal;letter-spacing:normal;text-align:initial;color:initial}\n  .hg .hg-banner.bottom{padding:42px 0 6px}\n  \/* banner headings (manual slots + hooked Kadence elements): cap the size\n     so they fit the narrower article column instead of wrapping onto four\n     lines and overflowing the slide *\/\n  \/* !important needed: Kadence's generated per-block CSS has higher\n     specificity than anything reasonable we can write here *\/\n  .hg .hg-banner :is(h1,h2,h3),\n  .hg :is([class*=\"kadence\"],[class*=\"kb-\"],[class*=\"wp-block\"],[class*=\"hgbv\"]) :is(h1,h2,h3),\n  .hg :is(h1,h2,h3):is([class*=\"kadence\"],[class*=\"kb-\"],[class*=\"wp-block\"],[class*=\"hgbv\"]){\n    font-size:clamp(22px,2.8vw,34px) !important;\n    line-height:1.15 !important;\n  }\n\n  \/* linked product card (closing) *\/\n  .hg .neocard{display:block;max-width:400px;margin:44px auto 0;text-decoration:none}\n  .hg .neocard img{width:100%;display:block;border-radius:16px;box-shadow:0 22px 44px -28px rgba(0,0,0,.55);transition:transform .5s cubic-bezier(.2,.7,.2,1)}\n  .hg .neocard:hover img{transform:translateY(-4px)}\n  .hg .neocard .cap{font-size:13px;font-weight:700;color:var(--ink);margin-top:14px;text-align:center;text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:2px;text-underline-offset:3px}\n  .hg .neocard .sub{font-size:12px;font-weight:500;color:var(--ink-faint);margin-top:4px;text-align:center}\n\n  \/* closing *\/\n  .hg .closing{padding:90px 0;text-align:center;border-bottom:2px solid var(--ink)}\n  .hg .closing .eyebrow{justify-content:center}\n  .hg .closing h2{max-width:22ch;margin:0 auto;font-size:clamp(30px,5.4vw,58px)}\n  .hg .closing p{font-size:18px;color:var(--ink-dim);max-width:600px;margin:24px auto 0}\n  .hg .closing p a{color:var(--ink);text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:2px;text-underline-offset:2px}\n\n  \/* footer *\/\n  .hg > footer{padding:50px 0 80px;text-align:center}\n  .hg .foot-brand{font-family:'Playfair Display',serif;font-weight:900;font-size:24px;letter-spacing:-.01em;color:var(--ink)}\n  .hg .foot-brand b{color:var(--gold)}\n  .hg .foot-tag{font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--ink-faint);margin-top:10px}\n  .hg .srcnote{max-width:720px;margin:34px auto 0;padding:24px 28px;background:#fafafa;border:1px solid #e8e8e8;border-radius:6px;text-align:left;font-size:13.5px;line-height:1.7;color:var(--ink-dim)}\n  .hg .srcnote b.label{color:var(--ink);font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-size:11px;display:block;margin-bottom:10px}\n  .hg .srcnote a{color:var(--ink);text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:2px;text-underline-offset:2px;word-break:break-word}\n  .hg .srcnote strong{color:var(--ink);font-weight:700}\n\n  \/* reveal on scroll *\/\n  .hg .reveal{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1)}\n  .hg .reveal.in{opacity:1;transform:none}\n\n  \/* responsive *\/\n  @media(max-width:860px){\n    .hg .statband{grid-template-columns:1fr 1fr}\n    .hg .stat:nth-child(2){border-right:none}\n    .hg .stat:nth-child(1),.hg .stat:nth-child(2){border-bottom:1px solid #e2e2e2}\n  }\n  @media(max-width:760px){\n    \/* break the whole article out of the theme's content container so it spans the full screen width *\/\n    .hg{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}\n    .hg .hero{padding:40px 0 34px}\n    .hg > section{padding:38px 0}\n    .hg .lede{padding-top:34px}\n    .hg .wrap{padding:0 15px}\n    .hg .masthead{padding:18px 15px 16px}\n    .hg .dyk{margin:30px 0 4px;box-shadow:6px 6px 0 var(--yellow)}\n    .hg .trio li{padding:20px 0 22px 60px}\n    .hg .trio li::before{width:40px;height:40px;font-size:22px;top:20px}\n    .hg .pull{padding-left:18px;border-left-width:8px}\n  }\n  @media(max-width:480px){\n    .hg .statband{grid-template-columns:1fr 1fr}\n  }\n<\/style>\n\n\n<div class=\"hg\">\n\n  <!-- MASTHEAD -->\n  <div class=\"masthead\">\n    <div class=\"brand\">humanoid<b>.<\/b>guide<\/div>\n    <div class=\"tag\">\ub274\uc2a4 \ubd84\uc11d<\/div>\n  <\/div>\n\n  <!-- HERO -->\n  <header class=\"hero\">\n    <div class=\"wrap\">\n      <div class=\"kicker\">1X Technologies \u00b7 \uc2e0\uc81c\ud488 \uacf5\uac1c \u00b7 2026\ub144 7\uc6d4<\/div>\n      <h1>NEO, \uc0c8\ub85c\uc6b4 <span class=\"hl\">\uc8fc\uc778<\/span> \ub9de\uc774\ud558\ub2e4<\/h1>\n      <div class=\"withline\"><b>humanoid<i>.<\/i>guide\ub97c<\/b> \ud1b5\ud574 \uc0ac\uc591\uc11c\ub97c \ud655\uc778\ud558\uba70<\/div>\n      <p class=\"dek\">\ubca0\ub978\ud2b8 \ubcf4\ub974\ub2c8\ud788(Bernt B\u00f8rnich)\ub294 \u201c\uc778\ub958 \uc5ed\uc0ac\uc0c1 \uac00\uc7a5 \uc9c4\ubcf4\ub41c \ub85c\ubd07 \uc190\u201d\uc744 \uc608\uace0\ud55c \ubc14 \uc788\ub2e4. \uc774\uc81c \uc0c8\ub85c\uc6b4 <b>1X NEO \ub85c\ubd07 \uc190\uc774<\/b> \uacf5\uc2dd\uc801\uc73c\ub85c \uacf5\uac1c\ub418\uc5c8\ub2e4. \uc774 \ub85c\ubd07 \uc190\uc740 <b>25\uac1c\uc758 \ud798 \uc81c\uc5b4 \uc790\uc720\ub3c4\ub97c \uac16\ucd94\uace0 \uc788\uc73c\uba70<\/b>, \uc804\ub2e8\ub825\uc744 \uac10\uc9c0\ud560 \uc218 \uc788\ub294 \uc190\uac00\ub77d \ub05d\uc744 \uac00\uc9c0\uace0 \uc788\uace0, \uc62c\ud574 \uc790\uccb4 \uc0dd\uc0b0\uc73c\ub85c 1\ub9cc \uac1c\ub97c \uc81c\uc791\ud558\ub294 \uac83\uc744 \ubaa9\ud45c\ub85c \ud558\uace0 \uc788\ub2e4. <\/p>\n      <div class=\"byline\">\n        <div><span>\ubd84\uc11d:<\/span> <b>humanoid.guide<\/b><\/div>\n        <div><span>\ub0a0\uc9dc<\/span> <b>2026\ub144 7\uc6d4 10\uc77c<\/b><\/div>\n        <div><span>\uc0ac\uc9c4 \ubc0f \uc601\uc0c1 \uc2a4\ud2f8\ucef7<\/span> <b>1X Technologies \uc81c\uacf5<\/b><\/div>\n      <\/div>\n    <\/div>\n  <\/header>\n\n  <!-- LEDE -->\n  <section class=\"lede\">\n    <div class=\"wrap\">\n      <div class=\"vidwrap reveal\">\n        <div class=\"vid\"><iframe loading=\"lazy\" src=\"https:\/\/www.youtube.com\/embed\/QRyXV3csReA?rel=0\" title=\"\uc0c8\ub85c\uc6b4 1X NEO \ud578\uc988 \u2013 \ucd9c\uc2dc \uc601\uc0c1\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"\"><\/iframe><\/div>\n        <p class=\"vcap\"><b>\uacf5\uac1c \uc601\uc0c1 \ubcf4\uae30<\/b> \u00b7 \uc0c8\ub85c\uc6b4 \ud578\uc988\uc758 \ub7f0\uce6d \uc601\uc0c1 \u00b7 1X \uc81c\uacf5<\/p>\n      <\/div>\n      <p class=\"drop reveal\">\uc77c\ubd80 \uc81c\ud488 \ud2f0\uc800 \uc601\uc0c1\uc740 \uc740\uadfc\ud55c \ud3b8\uc785\ub2c8\ub2e4. \ud558\uc9c0\ub9cc \uc774\ubc88\uc740 \ub2ec\ub790\uc2b5\ub2c8\ub2e4. 1X\uc758 \ucc3d\ub9bd\uc790 \ubca0\ub978\ud2b8 \ubcf4\ub974\ub2c8\ud788(Bernt B\u00f8rnich)\ub294 X\uc5d0 \u201c\ub0b4\uc77c \uc778\ub958 \uc5ed\uc0ac\uc0c1 \uac00\uc7a5 \uc9c4\ubcf4\ub41c \ub85c\ubd07 \uc190\uc744 \uacf5\uac1c\ud560 \uc608\uc815\uc785\ub2c8\ub2e4\u201d\ub77c\uace0 \uc801\uc73c\uba70, \uc778\ud130\ub137 \ub85c\ubd07 \uacf5\ud559 \ucee4\ubba4\ub2c8\ud2f0\uac00 \ub3c4\ub974\ub798 \uac1c\uc218\ub97c \uc138\uac8c \ub9cc\ub4e0 \ud798\uc904 \ubaa8\ub4c8\uc758 \ud074\ub85c\uc988\uc5c5 \uc0ac\uc9c4\uc744 \uc62c\ub838\uc2b5\ub2c8\ub2e4. \uc774\uc81c \uacf5\uac1c \ud589\uc0ac\uac00 \uc0dd\uc911\uacc4\ub418\uace0 \uc788\uc73c\uba70, \uc774\ubc88\ub9cc\ud07c\uc740 \uc0ac\uc591\ud45c\uac00 \uacfc\ub300 \uad11\uace0\ub97c \ub6f0\uc5b4\ub118\uc744 \ub9cc\ud07c \ud765\ubbf8\ub86d\uc2b5\ub2c8\ub2e4.  <\/p>\n      <div class=\"statband reveal\">\n        <div class=\"stat\"><div class=\"n\">25<\/div><div class=\"l\">\ud798 \uc81c\uc5b4 \uc790\uc720\ub3c4<\/div><\/div>\n        <div class=\"stat\"><div class=\"n\">\u00b10.2mm<\/div><div class=\"l\">\uc704\uce58 \uce21\uc815 \uc815\ud655\ub3c4<\/div><\/div>\n        <div class=\"stat\"><div class=\"n\">IP68<\/div><div class=\"l\">\ubc29\uc218 \ubc0f \uc2dd\ud488 \uc548\uc804 \uc778\uc99d<\/div><\/div>\n        <div class=\"stat\"><div class=\"n\">10,000<\/div><div class=\"l\">2026\ub144 \ubaa9\ud45c \ub300\uc0c1: \uc190<\/div><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- THE REVEAL -->\n  <section>\n    <div class=\"wrap\">\n      <h2 class=\"eyebrow reveal\">\uacf5\uac1c \u00b7 \uc0c8\ub85c\uc6b4 1X NEO \ud578\uc988\uc758 \uc815\uccb4\ub294 \uacfc\uc5f0 \ubb34\uc5c7\uc778\uac00<\/h2>\n      <p class=\"body reveal\">1X\ub294 \uc0c8\ub85c\uc6b4 \ub85c\ubd07 <b> \uc190\uc744 \u201c\ubb3c\ub9ac\uc801 \uc138\uacc4\ub97c \uc704\ud55c API\u201d\ub77c\uace0<\/b> \uc815\uc758\ud558\uba70, \uc774 \ubb38\uad6c \ub4a4\uc5d0 \uc228\uaca8\uc9c4 \uc218\uce58\ub294 <a href=\"https:\/\/www.1x.tech\/discover\/neos-hands\" target=\"_blank\" rel=\"noopener\">\ucd9c\uc2dc \ud398\uc774\uc9c0\uc5d0<\/a> \uba85\uc2dc\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. <b>\uc190\uac00\ub77d\uacfc \uc190\ubc14\ub2e5\uc5d0 22\uac1c\uc758 \uc644\uc804 \uad6c\ub3d9 \uc790\uc720\ub3c4\uc640 \uc190\ubaa9\uc5d0 3\uac1c\uc758 \uc790\uc720\ub3c4\uac00 \uc788\uc73c\uba70,<\/b> \ucd1d 25\uac1c \ubaa8\ub450 \ud798 \uc81c\uc5b4 \ubc29\uc2dd\uc73c\ub85c \uc791\ub3d9\ud569\ub2c8\ub2e4. \uacbd\uc7c1\uc0ac\ub4e4\uc774 \uc218\uce58\ub97c \ubd80\ud480\ub9ac\uae30 \uc704\ud574 \ud3ec\ud568\ud558\ub294 \uc2a4\ud504\ub9c1\uc2dd \uc218\ub3d9 \uad00\uc808\uc740 \ud558\ub098\ub3c4 \uc5c6\uc2b5\ub2c8\ub2e4. \ubaa8\ub4e0 \uac83\uc740 \uc774 \ud68c\uc0ac\uc758 <b>\u2018\ud150\ub3c8 \ub4dc\ub77c\uc774\ube0c<\/b>( <b>Tendon Drive<\/b>)\u2019 \uae30\uc220\uc5d0 \uc758\ud574 \uad6c\ub3d9\ub429\ub2c8\ub2e4. 1X\uc758 \uc790\uccb4 \ubaa8\ud130\uac00 \uc57d 5:1\uc5d0\uc11c 15:1\uc758 \uc900\uc9c1\uc811 \uad6c\ub3d9 \ube44\uc728\ub85c \ub2f9\uae30\ub294 \ud3f4\ub9ac\uba38 \ud150\ub3c8\uc744 \ud1b5\ud574 \ubaa8\ub4e0 \uad00\uc808\uc774 <b>\uc5ed\uad6c\ub3d9<\/b> \uac00\ub2a5\ud558\ub3c4\ub85d \uc124\uacc4\ub418\uc5b4, \uc190\uc774 \uc678\ubd80\ub85c\ubd80\ud130 \uac00\ud574\uc9c0\ub294 \ubc18\uc791\uc6a9\uc744 \ub290\ub084 \uc218 \uc788\uc2b5\ub2c8\ub2e4. <\/p>\n      <div class=\"figwrap wide reveal\">\n        <img decoding=\"async\" src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/07\/1X01.webp\" alt=\"\uc791\uc740 \ubb3c\uccb4\ub97c \uc9d1\uc5b4 \uc62c\ub9ac\ub294 \uc0c8\ub85c\uc6b4 1X NEO \ud578\ub4dc\" loading=\"lazy\"\/>\n        <p class=\"vcap\"><b>\uc0ac\uc18c\ud55c \uac83\ub4e4<\/b> \u00b7 \uc791\uc740 \ubb3c\uac74\uc744 \uc9d1\uc5b4 \uc62c\ub9b4 \ub54c\uc57c\ub9d0\ub85c \u00b10.2mm\uc758 \uc815\ubc00\ub3c4\uac00 \uc9c4\uac00\ub97c \ubc1c\ud718\ud569\ub2c8\ub2e4 \u00b7 1X \uc81c\uacf5<\/p>\n      <\/div>\n      <p class=\"body reveal\">\uc774 \ubb38\uc11c\uc5d0\uc11c \uc138 \uac00\uc9c0 \uc0ac\ud56d\uc774 \ud2b9\ud788 \ub208\uc5d0 \ub755\ub2c8\ub2e4.<\/p>\n      <ul class=\"trio reveal\">\n        <li>\n          <div class=\"t\">\uc5b4\ub514\uc5d0\ub098 \uc874\uc7ac\ud558\ub294 \ud798<\/div>\n          <div class=\"d\">\uc5c4\uc9c0\uc5d0\uc11c\ub294 <b>3.5 Nm<\/b>, \uc190\uac00\ub77d \uad00\uc808\uc5d0\uc11c\ub294 <b>2.6 Nm<\/b>, \uc190\ubaa9\uc5d0\uc11c\ub294 <b>17.75 Nm\uc758<\/b> \ucd5c\ub300 \ud1a0\ud06c\ub97c \ubc1c\ud718\ud558\uba70, \uc190\uac00\ub77d \ub05d\uc758 \uad74\uace1 \ud798\uc740 \ucd5c\ub300 <b>45 N\uc5d0<\/b> \ub2ec\ud569\ub2c8\ub2e4. \ub610\ud55c \uc2a4\ud504\ub9c1\uc744 \uc774\uc6a9\ud55c \ub2e8\uc21c\ud55c \uc704\uce58 \uc81c\uc5b4\uc5d0 \uadf8\uce58\uc9c0 \uc54a\uace0, \ubaa8\ub4e0 \uad00\uc808\uc5d0\uc11c \uc6d0\uc0dd \ud798 \uc81c\uc5b4\uac00 \uac00\ub2a5\ud569\ub2c8\ub2e4.<\/div>\n        <\/li>\n        <li>\n          <div class=\"t\">\uc804\ub2e8 \ubcc0\ud615\uc744 \uc218\ubc18\ud558\ub294 \uc811\ucd09<\/div>\n          <div class=\"d\">\ubd80\ub4dc\ub7ec\uc6b4 \uace0\ubd84\uc790 \uc18c\uc7ac\ub85c \uc131\ud615\ub41c \uc774 \ucd09\uac01 \uc2a4\ud0dd\uc740 <b>\uc218\uc9c1 \ud558\uc911, \uc811\ucd09 \uc704\uce58 \ubc0f \uc804\ub2e8\ub825\uc744<\/b> \uce21\uc815\ud558\uba70, \uc774\ub294 \uc720\ub9ac\uac00 \ubbf8\ub044\ub7ec\uc9c0\uae30 \uc2dc\uc791\ud558\ub294 \uac83\uc744 \uac10\uc9c0\ud558\uace0 \uc2e4\uc2dc\uac04\uc73c\ub85c \uadf8\ub9bd\uc744 \ubcf4\uc815\ud558\uae30\uc5d0 \ucda9\ubd84\ud569\ub2c8\ub2e4. \uc804\ub2e8\ub825 \uac10\uc9c0\ub294 \uc5ec\uc804\ud788 \ub300\ubd80\ubd84\uc758 \ub85c\ubd07 \uc190\uc774 \uc0dd\ub7b5\ud558\uace0 \uc788\ub294 \ubd80\ubd84\uc785\ub2c8\ub2e4. <\/div>\n        <\/li>\n        <li>\n          <div class=\"t\">\uc124\uac70\uc9c0\uc6a9\uc73c\ub85c \uc81c\uc791\ub428<\/div>\n          <div class=\"d\"><b>IP68 \ubc29\uc218 \ub4f1\uae09, \uc2dd\ud488 \uc548\uc804 \uc778\uc99d<\/b>, \uadf9\ud55c \uc628\ub3c4 \uc870\uac74\uc5d0\uc11c \ud14c\uc2a4\ud2b8\ub97c \uac70\uce5c \ubd80\ud488, \uadf8\ub9ac\uace0 \ud558\uc911\uc744 \uac00\ud55c \uc0c1\ud0dc\uc5d0\uc11c <b>200\ub9cc \ud68c \uc774\uc0c1\uc758 \uc0ac\uc774\ud074\uc744<\/b> \uacac\ub38c\ub0b8 \uc190\ubaa9 \uad00\uc808. \uac00\uc815\uc6a9 \ub85c\ubd07\uc758 \uacbd\uc6b0, \uadf8 \ub9c8\uc9c0\ub9c9 \ubb38\uc7a5\uc774 \uc5b4\ub5a4 \uc190\uc7ac\uc8fc \uc2dc\uc5f0\ubcf4\ub2e4\ub3c4 \ub354 \uc911\uc694\ud569\ub2c8\ub2e4. <\/div>\n        <\/li>\n      <\/ul>\n      <div class=\"vidwrap reveal\" style=\"margin:34px 0 6px\">\n        <div class=\"vid\"><iframe loading=\"lazy\" src=\"https:\/\/www.youtube.com\/embed\/kYh6WM48eM4?rel=0\" title=\"1X NEO, \uc2e0\ud615 \ub85c\ubd07 \uc190\uc758 \uc18d\ub3c4\ub97c \uc120\ubcf4\uc774\ub2e4 \u2013 1X \uc81c\uc791 \uc624\ub9ac\uc9c0\ub110 \uc601\uc0c1\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"\"><\/iframe><\/div>\n        <p class=\"vcap\"><b>\ube60\ub978 \uc190\uac00\ub77d<\/b> \u00b7 NEO, 14\ucd08 \ub9cc\uc5d0 \uc0c8\ub85c\uc6b4 \uc190\uc758 \uc18d\ub3c4\ub97c \ubf50\ub0b4\ub2e4 \u00b7 \uc6d0\ubcf8 \uc601\uc0c1: 1X<\/p>\n      <\/div>\n      <p class=\"body reveal\">\uadf8\ub9ac\uace0 \uc27d\uac8c \uac04\uacfc\ud558\uae30 \uc26c\uc6b4 \ubb38\uad6c\uac00 \ud558\ub098 \ub354 \uc788\uc2b5\ub2c8\ub2e4. \ubc14\ub85c \ubaa8\ub4e0 \uc81c\ud488\uc774 \ud150\ub358 \uc18c\uc7ac, \ubaa8\ud130, \ud3f4\ub9ac\uba38\uc5d0 <b>\uc774\ub974\uae30\uae4c\uc9c0 \uc804 \uacf5\uc815\uc744 \uc0ac\ub0b4\uc5d0\uc11c<\/b> \uc9c1\uc811 \uc0dd\uc0b0\ud558\uba70, <b>2026\ub144\uae4c\uc9c0 1\ub9cc \uac1c\uc758 \ub85c\ubd07 \uc190\uc744 \uc0dd\uc0b0\ud558\uaca0\ub2e4\ub294<\/b> \ubaa9\ud45c\ub97c \ubc1d\ud614\ub2e4\ub294 \uc810\uc785\ub2c8\ub2e4.<\/p>\n      <p class=\"body reveal\">1X\uac00 \uacf5\uac1c\ud55c \uc804\uccb4 \uc790\ub8cc\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:<\/p>\n      <div class=\"spec reveal\">\n        <div class=\"srow\"><div class=\"k\">\uc790\uc720\ub3c4<\/div><div class=\"v\">25\uac1c\uc758 \uc790\uc720\ub3c4 \u00b7 \ubaa8\ub4e0 \uc694\uc18c\uac00 \ud798 \uc81c\uc5b4 \ubc29\uc2dd<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\uc190\uac00\ub77d\uacfc \uc190\ubc14\ub2e5<\/div><div class=\"v\">22\uac1c\uc758 \uc644\uc804 \uad6c\ub3d9 \uc790\uc720\ub3c4<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\uc190\ubaa9\uc758 \ubbfc\ucca9\uc131<\/div><div class=\"v\">3 \uc790\uc720\ub3c4<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\uad6c\ub3d9<\/div><div class=\"v\">1X \ud150\ub358 \uad6c\ub3d9 \ubc29\uc2dd \u00b7 \ud3f4\ub9ac\uba38 \ud150\ub358<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\ud150\ub358 \uad6c\ub3d9\ube44<\/div><div class=\"v\">5:1 \u2013 15:1 (\uc900\uc9c1\uacb0 \uad6c\ub3d9)<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\uc5ed\uc8fc\ud589 \uac00\ub2a5\uc131<\/div><div class=\"v\">\uc644\uc804\ud55c \uc5ed\uad6c\ub3d9 \uac00\ub2a5<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\ucd09\uac01 \uac10\uc9c0<\/div><div class=\"v\">\uc555\ub825 + \uc704\uce58 + \ubbf8\ub044\ub7ec\uc9d0<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\uc190\uac00\ub77d \ud798<\/div><div class=\"v\">\ucd5c\ub300 45 N<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\ucd5c\ub300 \ud1a0\ud06c \u00b7 \uc5c4\uc9c0\uc190\uac00\ub77d<\/div><div class=\"v\">3.5 Nm<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\ucd5c\ub300 \ud1a0\ud06c \u00b7 \uc190\uac00\ub77d \ub9c8\ub514<\/div><div class=\"v\">2.6 Nm<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\uc190\ubaa9 \ud1a0\ud06c<\/div><div class=\"v\">17.75 Nm<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\uc704\uce58 \uc815\ud655\ub3c4<\/div><div class=\"v\">\u00b10.2 mm<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\ubc29\uc218 \ub4f1\uae09<\/div><div class=\"v\">IP68 \u00b7 \uc2dd\ud488\uc6a9 \uc548\uc804 \uc778\uc99d<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\uc2e0\ub8b0\uc131<\/div><div class=\"v\">>200\ub9cc \uc0ac\uc774\ud074 (\uc190\ubaa9, \ud558\uc911 \uc801\uc6a9 \uc2dc)<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\uc81c\uc870<\/div><div class=\"v\">\uc0ac\ub0b4 \uadfc\ubb34 \u00b7 \ubbf8\uad6d \ud5e4\uc774\uc6cc\ub4dc<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\uc0dd\uc0b0 \ubaa9\ud45c<\/div><div class=\"v\">2026\ub144\uc5d0 10,000 \ud578\ub4dc<\/div><\/div>\n      <\/div>\n      <p class=\"speccap reveal\">\ucd9c\uc2dc \ub2f9\uc2dc 1X\uac00 \uacf5\uac1c\ud55c \uc0ac\uc591 (<a href=\"https:\/\/www.1x.tech\/discover\/neos-hands\" target=\"_blank\" rel=\"noopener\" style=\"color:inherit\">1x.tech<\/a>) \u2013 \uc81c\uc870\uc0ac \uc790\uccb4 \uc218\uce58.<\/p>\n      <div class=\"figwrap wide reveal\">\n        <img decoding=\"async\" src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/07\/1X03.webp\" alt=\"\ub808\uace0 \ube14\ub85d\uc73c\ub85c \uac74\ubb3c\uc744 \uc313\uace0 \uc788\ub294 1X NEO\" loading=\"lazy\"\/>\n        <p class=\"vcap\"><b>\ubcbd\ub3cc \ud558\ub098\ud558\ub098<\/b> \u00b7 \ub808\uace0\ub294 \ud798 \uc870\uc808\uacfc \uc12c\uc138\ud55c \uc190\ub180\ub9bc\uc744 \uc740\uadfc\ud788 \uc694\uad6c\ud558\ub294 \ud30c\ud2f0 \ub180\uc774\uc785\ub2c8\ub2e4 \u00b7 1X \uc81c\uacf5<\/p>\n      <\/div>\n      <div class=\"pull reveal\">\n        <p>\"\uc774 \uc190\uc740 \ud734\uba38\ub178\uc774\ub4dc\ub97c \uc9c4\uc815\uc73c\ub85c \uc720\uc6a9\ud558\uac8c \ub9cc\ub4e4\uae30 \uc704\ud574 \uc9d1\uc911\uc801\uc73c\ub85c \uc5f0\uad6c\ud55c \uacf5\ud559\uc758 \uacb0\uc2e4\uc785\ub2c8\ub2e4.\"<\/p>\n        <div class=\"who\">\ubca0\ub978\ud2b8 \ubcf4\ub974\ub2c8\ud788 \u00b7 1X \ucc3d\ub9bd\uc790 \uacb8 CEO \u00b7 \ucd9c\uc2dc \ubc1c\ud45c<\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- THE FORESHADOWING -->\n  <section>\n    <div class=\"wrap\">\n      <h2 class=\"eyebrow reveal\">\uc608\uace0 \u00b7 \uc6b0\ub9ac\ub294 \uc815\uc911\ud558\uac8c \ub4e4\uc5c8\uc2b5\ub2c8\ub2e4<\/h2>\n      <p class=\"body reveal\">\ub3cc\uc774\ucf1c\ubcf4\uba74, 1X\ub294 \uba87 \uc8fc \ub3d9\uc548 \uc774 \uacf5\uac1c \uc18c\uc2dd\uc744 \uc608\uace0\ud574 \uc654\uc2b5\ub2c8\ub2e4. \ud3ec\ube0c\uc2a4 6\uc6d4\ud638\uc5d0 \uc2e4\ub9b0 \uc874 \ucf54\uc5d0\ud2f0\uc5b4(John Koetsier)\uc758 \uae30\uc0ac\uc5d0\uc11c, \uc81c\ud488 \ucd1d\uad04 \ucc45\uc784\uc790\uc778 <b>\ub2e4\ub974 \uc2ac\ub9ac\ud37c(Dar Sleeper)\ub294<\/b> \uacf5\uac1c\ub41c \uc601\uc0c1 \uc18d \uc5b4\ub5a4 \uac83\ubcf4\ub2e4\ub3c4 \ub354 \ube60\ub974\uace0 \ubbfc\ucca9\ud55c \uc190\uc744 \uc120\ubcf4\uc600\uc73c\uba70, \uae30\uc0ac\ub294 <b> \u201c\ud604\uc7ac NEO\uc5d0 \uc7a5\ucc29\ub418\uc5b4 \uc788\uace0 \uae30\uc874 \uc601\uc0c1\uc5d0\uc11c \ubcf4\uc168\uc744\uc9c0\ub3c4 \ubaa8\ub974\ub294 \uc190\uc740 \uc2e4\uc81c \ucd9c\uc2dc\ub420 \uc190\uc774 \uc544\ub2c8\ub2e4\u201d<\/b> \ub77c\uace0 \uba85\ubc31\ud788 \uc5b8\uae09\ud588\uc2b5\ub2c8\ub2e4 <b>.<\/b> \uc800\ud76c\ub3c4 <a href=\"https:\/\/humanoid.guide\/1x-details-neo-robot-hands-ahead-of-consumer-humanoid-launch\/\">NEO\uc758 \uc190 \uae30\ub2a5\uc5d0 \ub300\ud55c \uc790\uccb4 \uae30\uc0ac\uc5d0\uc11c, \uac00\uc815\uc6a9 \ucd9c\uc2dc\ub97c \uc55e\ub450\uace0<\/a> \ub3d9\uc77c\ud55c \uc2e0\ud638\ub97c \uc9c0\uc801\ud55c \ubc14 \uc788\uc2b5\ub2c8\ub2e4. <\/p>\n      <p class=\"body reveal\">\uc2ac\ub9ac\ud37c\ub294 \ub610\ud55c \u2018\ud578\ub4dc\u2019 \ub17c\uc7c1 \uc804\uccb4\uc5d0\uc11c \uac00\uc7a5 \ub0a0\uce74\ub85c\uc6b4 \uc9c0\uc801\uc744 \ub0b4\ub193\uc558\ub2e4. \ub300\ubd80\ubd84\uc758 \uae30\uc5c5\uc774 22\ub3c4\uc758 \uc790\uc720\ub3c4\ub97c \uad11\uace0\ud558\uc9c0\ub9cc, \uadf8 \uad00\uc808 \uc911 \uc0c1\ub2f9\uc218\ub294 \uc218\ub3d9\uc2dd\uc774\uba70 \u201c\ub300\uac1c \ub2e8\uc21c\ud788 \uc2a4\ud504\ub9c1\uc73c\ub85c \uc791\ub3d9\ub418\ub294\u201d \ubc29\uc2dd\uc774\ub77c\ub294 <b>\uac83\uc774\ub2e4<\/b>. \uc774\uc81c \ucd9c\uc2dc \ud398\uc774\uc9c0\uc5d0\uc11c\ub3c4 \ub4b7\ubc1b\uce68\ub418\uace0 \uc788\ub294 \uadf8\uc758 \uc8fc\uc7a5\uc740 \uc774\ub807\ub2e4. <b>\uc9c1\uc811 \uc791\ub3d9\uc2dc\ud0a4\uac70\ub098 \ub290\ub084 \uc218 \uc5c6\ub294 \uc790\uc720\ub3c4\ub294 \ub370\uc774\ud130\uc2dc\ud2b8\uc5d0 \uc801\ud78c \uc22b\uc790\uc5d0 \ubd88\uacfc\ud560 \ubfd0, \uc2e4\uc81c \uc131\ub2a5\uc774 \uc544\ub2c8\ub77c\ub294 \uac83\uc774\ub2e4.<\/b> <\/p>\n      <div class=\"vidwrap reveal\" style=\"margin:34px 0 6px\">\n        <div class=\"vid\"><iframe loading=\"lazy\" src=\"https:\/\/www.youtube.com\/embed\/3KP10nj4zGE?rel=0\" title=\"\ub124\uc624\uc758 \ub180\ub77c\uc6b4 \uc0c8 \uc190 \u2013 \ubc29\uae08 \ucd9c\uc2dc\ub418\uc5c8\uc2b5\ub2c8\ub2e4! \u2013 NEXT with John Koetsier\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"\"><\/iframe><\/div>\n        <p class=\"vcap\"><b>\ub124\uc624\uc758 \ub180\ub77c\uc6b4 \uc0c8 \uc190 \u2013 \ubc29\uae08 \ucd9c\uc2dc\ub418\uc5c8\uc2b5\ub2c8\ub2e4!<\/b>  \u00b7 \uc874 \ucf54\uc5d0\ud2f0\uc5b4\uac00 \uc790\uc2e0\uc758 NEXT \ucc44\ub110\uc5d0\uc11c \uacf5\uac1c\ub41c \ub0b4\uc6a9\uc744 \ucc98\uc74c\uc73c\ub85c \uc0b4\ud3b4\ubcf8 \ubaa8\uc2b5<\/p>\n      <\/div>\n      <div class=\"dyk right reveal\">\n        <div class=\"dyk-label\">\uc54c\uace0 \uacc4\uc168\ub098\uc694?<\/div>\n        <p>\ud2f0\uc800 \uc774\ubbf8\uc9c0 \uc790\uccb4\uac00 \ub208\uc5d0 \ub744\ub294 \uacf3\uc5d0 \uc228\uaca8\uc9c4 \ud78c\ud2b8\uc600\uc2b5\ub2c8\ub2e4. \ud074\ub85c\uc988\uc5c5 \uc0f7\uc5d0 \ubcf4\uc774\ub294 \ub465\uae00\uace0 \ub3c4\ub974\ub798 \ubaa8\uc591\uc758 \ubaa8\ub4c8\ub4e4\uc740 <b>\u2018\ud150\ub358 \uad6c\ub3d9 \uc561\ucd94\uc5d0\uc774\ud130 \ud329\u2019\uc73c\ub85c<\/b>, 1X\uc758 \ub300\ud45c\uc801\uc778 \uc544\ud0a4\ud14d\ucc98\uc785\ub2c8\ub2e4. \uc774 \uc544\ud0a4\ud14d\ucc98\ub294 \uacbd\uc9c1\ub41c \uae30\uc5b4\ubc15\uc2a4 \ub300\uc2e0 \ud3f4\ub9ac\uba38 \ud150\ub358\uc744 \uc0ac\uc6a9\ud558\ub294\ub370, \ubc14\ub85c \uc774 \ubc29\uc2dd \ub355\ubd84\uc5d0 \ub85c\ubd07 \uc804\uccb4\uac00 \uac70\uc2e4\uc5d0\uc11c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc744 \ub9cc\ud07c \uc870\uc6a9\ud558\uac8c \uc791\ub3d9\ud569\ub2c8\ub2e4.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- MID BANNER (WordPress shortcode) -->\n  <div class=\"wrap hg-banner\">    <!-- ===== BANNER SLIDER ===== -->\n    <style>\n    \/* ---------- SLIDER-RAMME ---------- *\/\n    .hgbv-slider, .hgbv-slider *{box-sizing:border-box}\n    .hgbv-slider{\n      --hgbv-dot:rgba(255,255,255,0.55);\n      --hgbv-dot-active:#ffffff;\n      position:relative; width:100%; max-width:1240px; margin:0 auto;\n      overflow:hidden; min-width:0;\n      font-family:'Inter','Helvetica Neue',Arial,sans-serif;\n    }\n    .hgbv-slider-track{\n      display:flex;\n      width:100%;\n      transition:transform 0.45s cubic-bezier(0.4,0,0.2,1);\n      will-change:transform;\n    }\n    .hgbv-slider-slide{\n      flex:0 0 100%;\n      width:100%;\n      min-width:0;\n    }\n    @media (prefers-reduced-motion: reduce){\n      .hgbv-slider-track{transition:none !important}\n    }\n    \/* ---------- PRIKKER ---------- *\/\n    .hgbv-slider-dots{\n      position:absolute;\n      left:0; right:0; bottom:16px;\n      z-index:20;\n      display:flex; justify-content:center; align-items:center; gap:11px;\n      pointer-events:none;\n    }\n    .hgbv-slider-dot{\n      pointer-events:auto;\n      width:11px; height:11px; padding:0;\n      border-radius:50%;\n      border:none; cursor:pointer;\n      background:var(--hgbv-dot);\n      box-shadow:0 1px 3px rgba(0,0,0,0.35);\n      transition:transform 0.2s ease, background 0.2s ease, width 0.2s ease;\n      -webkit-appearance:none; appearance:none;\n    }\n    .hgbv-slider-dot:hover{transform:scale(1.15)}\n    .hgbv-slider-dot.is-active{\n      background:var(--hgbv-dot-active);\n      width:26px; border-radius:6px;\n    }\n    .hgbv-slider-dot:focus-visible{outline:2px solid #fff; outline-offset:3px}\n    @media (max-width:768px){\n      .hgbv-slider-dots{bottom:12px; gap:9px}\n    }\n    \/* =================================================== *\/\n    \/* ===== YELLOW BANNER STYLES (-sc-)              ===== *\/\n    \/* ===== shared by Slide 1 (Foundation Models)    ===== *\/\n    \/* =====       and Slide 3 (Supply Chain)         ===== *\/\n    \/* =================================================== *\/\n    .hgbv-sc-wrap, .hgbv-sc-wrap *{box-sizing:border-box}\n    .hgbv-sc-wrap{\n      --hgbv-sc-yellow:#F8E60A;\n      --hgbv-sc-text:#0a0a0a;\n      --hgbv-sc-green:#90cd49;\n      --hgbv-sc-green-hover:#a3dd5b;\n      width:100%; margin:0 auto;\n      font-family:'Inter','Helvetica Neue',Arial,sans-serif;\n    }\n    .hgbv-sc{position:relative; width:100%; background:var(--hgbv-sc-yellow) !important; overflow:hidden; border-radius:0; height:500px; display:flex !important; flex-direction:row !important; align-items:stretch !important}\n    .hgbv-sc-content{position:relative; z-index:3; flex:1; padding:50px 56px; display:flex; flex-direction:column; justify-content:center; max-width:660px; background:var(--hgbv-sc-yellow) !important}\n    .hgbv-sc-newtag{display:inline-block !important; background:#0a0a0a !important; color:var(--hgbv-sc-yellow) !important; font-size:14px !important; font-weight:800 !important; letter-spacing:0.18em !important; padding:6px 14px !important; border-radius:4px !important; margin:0 0 18px 0 !important; width:fit-content !important; text-transform:uppercase !important; font-family:inherit !important; animation: hgbv-sc-pulse 1.8s ease-in-out infinite !important; transform-origin:left center !important; box-shadow:0 0 0 0 rgba(10,10,10,0.5)}\n    @keyframes hgbv-sc-pulse {0%, 100% {transform: scale(1); box-shadow: 0 0 0 0 rgba(10,10,10,0.5)} 50% {transform: scale(1.06); box-shadow: 0 0 0 8px rgba(10,10,10,0)}}\n    .hgbv-sc-content .hgbv-sc-title{color:#0a0a0a !important}\n    .hgbv-sc-content .hgbv-sc-subtitle{color:#0a0a0a !important}\n    .hgbv-sc-title{font-size:48px !important; font-weight:800 !important; line-height:1.05 !important; margin:0 0 16px 0 !important; letter-spacing:-0.5px !important; padding:0 !important}\n    .hgbv-sc-subtitle{font-size:26px !important; font-weight:600 !important; line-height:1.3 !important; margin:0 0 32px 0 !important; letter-spacing:-0.2px !important}\n    .hgbv-sc-cta{display:inline-flex !important; align-items:center !important; justify-content:center !important; gap:14px !important; background:#90cd49 !important; color:#1a1a1a !important; text-decoration:none !important; font-size:22px !important; font-weight:700 !important; padding:18px 40px !important; border-radius:4px !important; transition:background 0.2s ease, transform 0.2s ease !important; width:fit-content !important; min-width:320px; font-family:inherit; border:none; cursor:pointer; letter-spacing:-0.2px; box-shadow:0 2px 8px rgba(0,0,0,0.08)}\n    .hgbv-sc-cta:hover{background:#a3dd5b !important; transform:translateY(-1px); color:#1a1a1a !important; box-shadow:0 6px 14px rgba(0,0,0,0.15); text-decoration:none !important}\n    .hgbv-sc-cta:focus{outline:2px solid #0a0a0a; outline-offset:3px}\n    .hgbv-sc-cta-icon{width:26px; height:30px; flex-shrink:0}\n    .hgbv-sc-video{position:relative; flex-shrink:0; width:500px; height:500px; background:var(--hgbv-sc-yellow) !important; overflow:hidden; align-self:center}\n    .hgbv-sc-video video{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block; background:transparent}\n    @media (max-width:1024px){.hgbv-sc{height:440px}.hgbv-sc-content{padding:36px 40px}.hgbv-sc-newtag{font-size:11px !important; padding:5px 11px !important; margin-bottom:14px !important}.hgbv-sc-title{font-size:34px !important; margin-bottom:12px !important}.hgbv-sc-subtitle{font-size:19px !important; margin-bottom:24px !important}.hgbv-sc-cta{font-size:17px !important; padding:14px 26px !important; min-width:240px}.hgbv-sc-cta-icon{width:22px !important; height:25px !important}.hgbv-sc-video{width:360px; height:360px}}\n    @media (max-width:860px){.hgbv-sc-content{padding:30px 32px}.hgbv-sc-newtag{font-size:10px !important; padding:4px 10px !important; margin-bottom:12px !important}.hgbv-sc-title{font-size:28px !important; margin-bottom:10px !important}.hgbv-sc-subtitle{font-size:16px !important; margin-bottom:20px !important}.hgbv-sc-cta{font-size:15px !important; padding:12px 22px !important; min-width:200px}.hgbv-sc-cta-icon{width:20px !important; height:23px !important}.hgbv-sc-video{width:300px; height:300px}}\n    @media (max-width:768px){.hgbv-sc{min-height:auto !important; height:auto !important; flex-direction:column-reverse !important}.hgbv-sc-video{width:100% !important; max-width:100% !important; height:auto !important; aspect-ratio:1\/1; align-self:auto !important}.hgbv-sc-content{padding:36px 26px 56px !important; max-width:100% !important}.hgbv-sc-newtag{font-size:12px !important; padding:5px 11px !important; margin-bottom:14px !important}.hgbv-sc-title{font-size:32px !important; margin-bottom:12px !important}.hgbv-sc-subtitle{font-size:19px !important; margin-bottom:26px !important}.hgbv-sc-cta{width:100% !important; min-width:0; font-size:19px !important; padding:16px 24px !important; gap:12px}.hgbv-sc-cta-icon{width:24px !important; height:28px !important}}\n    @media (max-width:480px){.hgbv-sc-content{padding:30px 20px 52px !important}.hgbv-sc-title{font-size:28px !important}.hgbv-sc-subtitle{font-size:18px !important}.hgbv-sc-cta{font-size:17px !important; padding:14px 20px !important}}\n    \/* =================================================== *\/\n    \/* ===== SLIDE 2: MARKET REPORT BANNER (-mr-)     ===== *\/\n    \/* =================================================== *\/\n    .hgbv-mr-wrap, .hgbv-mr-wrap *{box-sizing:border-box}\n    .hgbv-mr-wrap, .hgbv-mr-wrap *{font-family:'Inter','Helvetica Neue',Arial,sans-serif !important}\n    .hgbv-mr-title{line-height:1.08 !important}\n    .hgbv-mr-desc{line-height:1.55 !important}\n    .hgbv-mr-credit-text{line-height:1.45 !important}\n    .hgbv-mr-credit-intro, .hgbv-mr-credit-name{display:block !important; margin-bottom:2px !important}\n    .hgbv-mr-wrap{\n      --hgbv-mr-bg:#3a3a3a;\n      --hgbv-mr-yellow:#f8e60a;\n      --hgbv-mr-text:#ffffff;\n      --hgbv-mr-green:#90cd49;\n      --hgbv-mr-green-hover:#a3dd5b;\n      width:100%; margin:0 auto;\n      font-family:'Inter','Helvetica Neue',Arial,sans-serif !important;\n      container-type:inline-size; container-name:hgbvmr;\n    }\n    .hgbv-mr{position:relative; width:100%; background:var(--hgbv-mr-bg); overflow:hidden; border-radius:0; height:500px; display:flex; align-items:stretch}\n    .hgbv-mr-content{position:relative; z-index:3; flex:1 1 auto; min-width:0; padding:50px 56px; display:flex; flex-direction:column; justify-content:center; max-width:660px}\n    .hgbv-mr-title{font-size:42px; font-weight:800; color:var(--hgbv-mr-text); line-height:1.08; margin:0 0 18px 0; letter-spacing:-0.5px; padding:0}\n    .hgbv-mr-desc{font-size:16px; line-height:1.55; color:var(--hgbv-mr-text); margin:0 0 26px 0; max-width:520px; font-weight:400}\n    .hgbv-mr-credit{display:flex; align-items:center; gap:18px; margin-bottom:26px}\n    .hgbv-mr-credit-photo{width:92px; height:92px; border-radius:50%; overflow:hidden; flex-shrink:0; background:#555}\n    .hgbv-mr-credit-photo img{width:100%; height:100%; object-fit:cover; display:block; max-width:none}\n    .hgbv-mr-credit-text{font-size:16px; line-height:1.45; color:var(--hgbv-mr-text)}\n    .hgbv-mr-credit-intro{font-weight:400; margin-bottom:2px; display:block}\n    .hgbv-mr-credit-name{font-weight:700; margin-bottom:2px; display:block}\n    .hgbv-mr-credit-co{font-weight:700; color:var(--hgbv-mr-yellow); display:inline}\n    .hgbv-mr-credit-now{font-weight:400; display:inline}\n    .hgbv-mr-credit-deepmind{font-weight:700; color:var(--hgbv-mr-yellow); display:inline}\n    .hgbv-mr-cta{display:inline-flex; align-items:center; justify-content:center; gap:14px; background:var(--hgbv-mr-green); color:#1a1a1a; text-decoration:none; font-size:22px; font-weight:700; padding:18px 40px; border-radius:4px; transition:background 0.2s ease, transform 0.2s ease; width:fit-content; max-width:100%; min-width:280px!important; font-family:'Inter','Helvetica Neue',Arial,sans-serif !important; border:none; cursor:pointer; letter-spacing:-0.2px; white-space:nowrap}\n    .hgbv-mr-cta:hover{background:var(--hgbv-mr-green-hover); transform:translateY(-1px); color:#1a1a1a}\n    .hgbv-mr-cta:focus{outline:2px solid var(--hgbv-mr-yellow); outline-offset:3px}\n    .hgbv-mr-cta-icon{width:26px; height:30px; flex-shrink:0}\n    .hgbv-mr-video{position:relative; flex-shrink:0; width:500px; height:500px; background:#3a3a3a; overflow:hidden; align-self:center}\n    .hgbv-mr-video video{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block}\n    @media (max-width:1180px){.hgbv-mr-wrap .hgbv-mr{height:440px}.hgbv-mr-wrap .hgbv-mr-content{padding:44px 40px}.hgbv-mr-wrap .hgbv-mr-title{font-size:38px}.hgbv-mr-wrap .hgbv-mr-video{width:440px; height:440px}.hgbv-mr-wrap .hgbv-mr-cta{font-size:21px; padding:17px 34px; min-width:260px!important}}\n    @media (max-width:1000px){.hgbv-mr-wrap .hgbv-mr{height:440px}.hgbv-mr-wrap .hgbv-mr-content{padding:36px 32px}.hgbv-mr-wrap .hgbv-mr-title{font-size:32px}.hgbv-mr-wrap .hgbv-mr-desc{font-size:15px}.hgbv-mr-wrap .hgbv-mr-video{width:360px; height:360px}.hgbv-mr-wrap .hgbv-mr-cta{font-size:19px; padding:15px 26px; min-width:220px!important}}\n    @media (max-width:768px){.hgbv-mr-wrap .hgbv-mr{min-height:auto; height:auto; flex-direction:column}.hgbv-mr-wrap .hgbv-mr-content{padding:36px 26px 48px; max-width:100%; order:1}.hgbv-mr-wrap .hgbv-mr-video{width:100%; max-width:100%; height:auto; aspect-ratio:1\/1; align-self:auto; order:2}.hgbv-mr-wrap .hgbv-mr-title{font-size:30px; margin-bottom:14px}.hgbv-mr-wrap .hgbv-mr-desc{font-size:15px; margin-bottom:22px; max-width:100%}.hgbv-mr-wrap .hgbv-mr-credit{margin-bottom:22px; gap:14px}.hgbv-mr-wrap .hgbv-mr-credit-photo{width:72px; height:72px}.hgbv-mr-wrap .hgbv-mr-credit-text{font-size:15px}.hgbv-mr-wrap .hgbv-mr-cta{width:100%; min-width:0!important; font-size:19px; padding:16px 24px; gap:12px; white-space:normal}.hgbv-mr-wrap .hgbv-mr-cta-icon{width:24px; height:28px}}\n    @media (max-width:500px){.hgbv-mr-wrap .hgbv-mr-content{padding:30px 20px 44px}.hgbv-mr-wrap .hgbv-mr-title{font-size:26px}.hgbv-mr-wrap .hgbv-mr-desc{font-size:14px}.hgbv-mr-wrap .hgbv-mr-credit-photo{width:60px; height:60px}.hgbv-mr-wrap .hgbv-mr-credit-text{font-size:14px}.hgbv-mr-wrap .hgbv-mr-cta{font-size:17px; padding:14px 20px}}\n    @media (prefers-reduced-motion: reduce){.hgbv-mr-cta{transition:none}.hgbv-sc-cta{transition:none !important}.hgbv-sc-newtag{animation:none !important}}\n    <\/style>\n    <!-- data-autoplay=\"0\" = av -->\n    <div class=\"hgbv-slider\" data-autoplay=\"0\" aria-roledescription=\"carousel\" aria-label=\"Featured reports\">\n      <div class=\"hgbv-slider-track\">\n        <!-- ===== SLIDE 1 \u2014 MARKET REPORT  (dark \"-mr-\" style)  ->  \/humanoid-robot-market-report\/ ===== -->\n        <div class=\"hgbv-slider-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 3\">\n          <div class=\"hgbv-mr-wrap\">\n            <div class=\"hgbv-mr\">\n              <div class=\"hgbv-mr-content\">\n                <h2 class=\"hgbv-mr-title\">\uc2e0\uaddc! 2026 \ud734\uba38\ub178\uc774\ub4dc<br>\ub85c\ubd07 \uc2dc\uc7a5 \ubcf4\uace0\uc11c<\/h2>\n                <p class=\"hgbv-mr-desc\">\uc804 \uc138\uacc4 \ub85c\ubcf4\ud2f1\uc2a4 \uc804\ubb38\uac00\ub4e4\uc758 198\ud398\uc774\uc9c0 \ub3c5\uc810 \uc778\uc0ac\uc774\ud2b8 &mdash; \uc790\uae08 \uc870\ub2ec \ub3d9\ud5a5, \uae30\uc220\uc801 \uacfc\uc81c, \uc8fc\uc694 \uc81c\uc870\uc0ac, \uacf5\uae09\ub9dd \ubcc0\ud654, \uadf8\ub9ac\uace0 \ubbf8\ub798 \ud734\uba38\ub178\uc774\ub4dc \uc751\uc6a9\uc5d0 \uad00\ud55c \uc124\ubb38\uacfc \uc804\ub9dd\uc744 \ub2f4\uc558\uc2b5\ub2c8\ub2e4.<\/p>\n                <div class=\"hgbv-mr-credit\">\n                  <div class=\"hgbv-mr-credit-photo\">\n                    <img decoding=\"async\" src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2025\/09\/1754402297969.jpeg\" alt=\"Aaron Saunders\" loading=\"lazy\">\n                  <\/div>\n                  <div class=\"hgbv-mr-credit-text\">\n                    <span class=\"hgbv-mr-credit-intro\">\uc804\ubb38\uac00\uc758 \uc778\uc0ac\uc774\ud2b8 \uc218\ub85d<\/span>\n                    <span class=\"hgbv-mr-credit-name\">Aaron Saunders, \uc804 CTO<\/span>\n                    <span class=\"hgbv-mr-credit-co\">Boston Dynamics,<\/span><br>\n                    <span class=\"hgbv-mr-credit-now\">\ud604\uc7ac <\/span><span class=\"hgbv-mr-credit-deepmind\">Google DeepMind<\/span>\n                  <\/div>\n                <\/div>\n                <a class=\"hgbv-mr-cta\" href=\"https:\/\/humanoid.guide\/humanoid-robot-market-report\/\">\ubcf4\uace0\uc11c \ubc1b\uae30                  <svg class=\"hgbv-mr-cta-icon\" viewBox=\"0 0 24 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n                    <path d=\"M4 1h11l6 6v19a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <path d=\"M15 1v6h6\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <rect x=\"2.5\" y=\"14\" width=\"15\" height=\"9\" rx=\"1\" fill=\"#d32f2f\"><\/rect>\n                    <text x=\"10\" y=\"20.6\" font-family=\"Arial, sans-serif\" font-size=\"6.2\" font-weight=\"700\" fill=\"#ffffff\" text-anchor=\"middle\" letter-spacing=\"0.2\">PDF<\/text>\n                  <\/svg>\n                <\/a>\n              <\/div>\n              <div class=\"hgbv-mr-video\">\n                <!-- Slide 1 is shown first, so this video loads immediately (autoplay) -->\n                <video src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/04\/700x700_banner_report.mp4\" autoplay muted loop playsinline preload=\"metadata\" disablepictureinpicture aria-label=\"Humanoid Robot Market Report preview\"><\/video>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n        <!-- ===== SLIDE 2 \u2014 SUPPLY CHAIN  (yellow \"-sc-\" style)  ->  \/the-humanoid-robot-supply-chain\/ ===== -->\n        <div class=\"hgbv-slider-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 3\">\n          <div class=\"hgbv-sc-wrap\">\n            <div class=\"hgbv-sc\">\n              <div class=\"hgbv-sc-content\">\n                <span class=\"hgbv-sc-newtag\">\uc0c8 \ubcf4\uace0\uc11c<\/span>\n                <h2 class=\"hgbv-sc-title\">\ud734\uba38\ub178\uc774\ub4dc \ub85c\ubd07 \uacf5\uae09\ub9dd<\/h2>\n                <p class=\"hgbv-sc-subtitle\">\uacf5\uae09\uc5c5\uccb4 \uc804\ub7b5 \ubc0f \uc2dc\uc7a5 \ud3ec\uc9c0\uc154\ub2dd 2026&ndash;2027<\/p>\n                <a class=\"hgbv-sc-cta\" href=\"https:\/\/humanoid.guide\/the-humanoid-robot-supply-chain\/\">\ubcf4\uace0\uc11c \ubc1b\uae30                  <svg class=\"hgbv-sc-cta-icon\" viewBox=\"0 0 24 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n                    <path d=\"M4 1h11l6 6v19a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <path d=\"M15 1v6h6\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <rect x=\"2.5\" y=\"14\" width=\"15\" height=\"9\" rx=\"1\" fill=\"#d32f2f\"><\/rect>\n                    <text x=\"10\" y=\"20.6\" font-family=\"Arial, sans-serif\" font-size=\"6.2\" font-weight=\"700\" fill=\"#ffffff\" text-anchor=\"middle\" letter-spacing=\"0.2\">PDF<\/text>\n                  <\/svg>\n                <\/a>\n              <\/div>\n              <div class=\"hgbv-sc-video\">\n                <video data-src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/05\/NEO-1x1-1.mp4\" muted loop playsinline preload=\"none\" disablepictureinpicture aria-label=\"The Humanoid Robot Supply Chain Report preview\"><\/video>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n        <!-- ===== SLIDE 3 \u2014 FOUNDATION MODELS  (yellow \"-sc-\" style)  ->  \/the-humanoid-foundation-model-report\/ ===== -->\n        <div class=\"hgbv-slider-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 3\">\n          <div class=\"hgbv-sc-wrap\">\n            <div class=\"hgbv-sc\">\n              <div class=\"hgbv-sc-content\">\n                <span class=\"hgbv-sc-newtag\">\uc0c8 \ubcf4\uace0\uc11c<\/span>\n                <h2 class=\"hgbv-sc-title\">\ud734\uba38\ub178\uc774\ub4dc \ud30c\uc6b4\ub370\uc774\uc158 \ubaa8\ub378<\/h2>\n                <p class=\"hgbv-sc-subtitle\">\ub450\ub1cc\uac00 \uc7ac\uad6c\ucd95\ub418\uace0 \uc788\uc2b5\ub2c8\ub2e4<\/p>\n                <a class=\"hgbv-sc-cta\" href=\"https:\/\/humanoid.guide\/the-humanoid-foundation-model-report\/\">\ubcf4\uace0\uc11c \ubc1b\uae30                  <svg class=\"hgbv-sc-cta-icon\" viewBox=\"0 0 24 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n                    <path d=\"M4 1h11l6 6v19a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <path d=\"M15 1v6h6\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <rect x=\"2.5\" y=\"14\" width=\"15\" height=\"9\" rx=\"1\" fill=\"#d32f2f\"><\/rect>\n                    <text x=\"10\" y=\"20.6\" font-family=\"Arial, sans-serif\" font-size=\"6.2\" font-weight=\"700\" fill=\"#ffffff\" text-anchor=\"middle\" letter-spacing=\"0.2\">PDF<\/text>\n                  <\/svg>\n                <\/a>\n              <\/div>\n              <div class=\"hgbv-sc-video\">\n                <video data-src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/06\/world_model-1x1-1.mp4\" muted loop playsinline preload=\"none\" disablepictureinpicture aria-label=\"Humanoid Foundation Models Report preview\"><\/video>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div><!-- \/.hgbv-slider-track -->\n      <div class=\"hgbv-slider-dots\" role=\"tablist\" aria-label=\"Choose slide\">\n        <!-- Dot order must match slide order: Market, Supply, Foundation -->\n        <button class=\"hgbv-slider-dot is-active\" type=\"button\" role=\"tab\" aria-label=\"\uc2e0\uaddc! 2026 \ud734\uba38\ub178\uc774\ub4dc \ub85c\ubd07 \uc2dc\uc7a5 \ubcf4\uace0\uc11c\" aria-selected=\"true\"><\/button>\n        <button class=\"hgbv-slider-dot\" type=\"button\" role=\"tab\" aria-label=\"\ud734\uba38\ub178\uc774\ub4dc \ub85c\ubd07 \uacf5\uae09\ub9dd\" aria-selected=\"false\"><\/button>\n        <button class=\"hgbv-slider-dot\" type=\"button\" role=\"tab\" aria-label=\"\ud734\uba38\ub178\uc774\ub4dc \ud30c\uc6b4\ub370\uc774\uc158 \ubaa8\ub378\" aria-selected=\"false\"><\/button>\n      <\/div>\n    <\/div>\n    <script>\n    (function(){\n      var sliders = document.querySelectorAll('.hgbv-slider');\n      sliders.forEach(function(slider){\n        if (slider.dataset.hgbvInit) return;\n        slider.dataset.hgbvInit = '1';\n        var track = slider.querySelector('.hgbv-slider-track');\n        var slides = slider.querySelectorAll('.hgbv-slider-slide');\n        var dots = slider.querySelectorAll('.hgbv-slider-dot');\n        var count = slides.length;\n        var index = 0;\n        var autoplay = parseInt(slider.dataset.autoplay || '0', 10);\n        var timer = null;\n        function loadSlideVideo(i){\n          var slide = slides[i];\n          if (!slide) return;\n          var vid = slide.querySelector('video[data-src]');\n          if (vid && !vid.src){\n            vid.src = vid.dataset.src;\n            vid.setAttribute('autoplay','');\n            var p = vid.play();\n            if (p && p.catch){ p.catch(function(){}); }\n          }\n        }\n        function go(i){\n          index = (i + count) % count;\n          track.style.transform = 'translateX(' + (-index * 100) + '%)';\n          loadSlideVideo(index);\n          dots.forEach(function(d, di){\n            var active = di === index;\n            d.classList.toggle('is-active', active);\n            d.setAttribute('aria-selected', active ? 'true' : 'false');\n          });\n        }\n        function next(){ go(index + 1); }\n        function prev(){ go(index - 1); }\n        dots.forEach(function(dot, di){\n          dot.addEventListener('click', function(){ go(di); restart(); });\n        });\n        slider.setAttribute('tabindex', '0');\n        slider.addEventListener('keydown', function(e){\n          if (e.key === 'ArrowLeft'){ prev(); restart(); }\n          else if (e.key === 'ArrowRight'){ next(); restart(); }\n        });\n        var startX = 0, startY = 0, dragging = false;\n        track.addEventListener('touchstart', function(e){\n          startX = e.touches[0].clientX;\n          startY = e.touches[0].clientY;\n          dragging = true;\n        }, {passive:true});\n        track.addEventListener('touchmove', function(e){\n          if (!dragging) return;\n          var dx = e.touches[0].clientX - startX;\n          var dy = e.touches[0].clientY - startY;\n          if (Math.abs(dy) > Math.abs(dx)) dragging = false;\n        }, {passive:true});\n        track.addEventListener('touchend', function(e){\n          if (!dragging) return;\n          dragging = false;\n          var dx = e.changedTouches[0].clientX - startX;\n          if (Math.abs(dx) > 45){\n            if (dx < 0) next(); else prev();\n            restart();\n          }\n        }, {passive:true});\n        function start(){\n          if (autoplay > 0){ timer = setInterval(next, autoplay); }\n        }\n        function stop(){ if (timer){ clearInterval(timer); timer = null; } }\n        function restart(){ stop(); start(); }\n        if (autoplay > 0){\n          slider.addEventListener('mouseenter', stop);\n          slider.addEventListener('mouseleave', start);\n          document.addEventListener('visibilitychange', function(){\n            if (document.hidden) stop(); else start();\n          });\n          start();\n        }\n        go(0);\n        function peek(){\n          var reduce = window.matchMedia && window.matchMedia('(prefers-reduced-motion: reduce)').matches;\n          if (reduce || count < 2){ go(0); return; }\n          go(0);\n          var userInteracted = false;\n          function flagInteract(){ userInteracted = true; }\n          slider.addEventListener('touchstart', flagInteract, {passive:true, once:true});\n          slider.addEventListener('keydown', flagInteract, {once:true});\n          dots.forEach(function(d){ d.addEventListener('click', flagInteract, {once:true}); });\n          function runPeek(){\n            setTimeout(function(){\n              if (userInteracted) return;\n              track.style.transition = 'transform 0.7s cubic-bezier(0.4,0,0.2,1)';\n              track.style.transform = 'translateX(-15%)';\n              setTimeout(function(){\n                if (userInteracted) return;\n                track.style.transition = 'transform 0.8s cubic-bezier(0.4,0,0.2,1)';\n                track.style.transform = 'translateX(0%)';\n                setTimeout(function(){ track.style.transition = ''; }, 850);\n              }, 950);\n            }, 400);\n          }\n          if ('IntersectionObserver' in window){\n            var io = new IntersectionObserver(function(entries){\n              entries.forEach(function(entry){\n                if (entry.isIntersecting){\n                  io.disconnect();\n                  runPeek();\n                }\n              });\n            }, {threshold: 0.5});\n            io.observe(slider);\n          } else {\n            runPeek();\n          }\n        }\n        peek();\n      });\n    })();\n    <\/script>\n    <\/div>\n\n  <!-- THE HYPE CHECK -->\n  <section>\n    <div class=\"wrap\">\n      <h2 class=\"eyebrow reveal\">\u2018\uacfc\ub300\uad11\uace0 \uac80\uc99d\u2019 \u00b7 \uc778\ub958 \uc5ed\uc0ac\uc0c1 \uac00\uc7a5 \uc9c4\ubcf4\ub41c \uae30\uc220\uc77c\uae4c?<\/h2>\n      <p class=\"body reveal\">\u201c\uc778\ub958 \uc5ed\uc0ac\uc0c1 \uac00\uc7a5 \uc9c4\ubcf4\ub41c \ub85c\ubd07 \uc190\u201d\uc774\ub77c\ub294 \ud45c\ud604\uc740 \uc804\ud615\uc801\uc778 \ubcf4\ub974\ub2c8\ud788(B\u00f8rnich)\uc2dd \uc8fc\uc7a5\uc774\ub2e4. \uc5b4\ub5a4 \uc0ac\uc591\uc11c\ub85c\ub3c4 \uc785\uc99d\ud560 \uc218 \uc5c6\uace0, \uc5b4\ub5a4 \uacbd\uc7c1\uc0ac\ub3c4 \ubc18\ubc15\ud560 \uc218 \uc5c6\ub294 \uc8fc\uc7a5\uc774\ub2e4. \ub2e4\ub9cc \uc774 \uc0c8\ub85c\uc6b4 \uc190\uc744 \ub3d9\uc885 \uc81c\ud488\ub4e4\uacfc \ube44\uad50\ud574 <i>\ubcfc \uc218\ub294 \uc788\ub2e4<\/i>. 2026\ub144\uc740 \uc5b4\ub290\uc0c8 \u2018\uc815\uad50\ud55c \ub85c\ubd07 \uc190\u2019 \uacbd\uc7c1\uc758 \ud574\uac00 \ub418\uc5c8\uae30 \ub54c\ubb38\uc774\ub2e4: <\/p>\n      <ul class=\"vs reveal\">\n        <li><span class=\"who\">\uc100\ub3c4\uc6b0 \ud578\ub4dc<\/span> \u2013 20\ub144 \ub3d9\uc548 \uc5f0\uad6c \ubd84\uc57c\uc758 \uae30\uc900\uc774 \ub418\uc5b4\uc628 \ubaa8\ub378\ub85c, 24\uac1c\uc758 \uad00\uc808\uc744 \uac16\ucd94\uace0 \uadf8\uc5d0 \uac78\ub9de\uc740 \uac00\uaca9\uc744 \uc790\ub791\ud569\ub2c8\ub2e4. \uc5f0\uad6c\uc2e4\uc5d0\uc11c\ub294 \uc804\uc124\uc801\uc778 \uc874\uc7ac\uc774\uc9c0\ub9cc, \uc77c\uc0c1\uc801\uc778 \uc138\ud0c1\uc774\ub098 \ub300\ub7c9 \uc0dd\uc0b0\uc744 \uc704\ud574 \ub9cc\ub4e4\uc5b4\uc9c4 \uc81c\ud488\uc740 \uc544\ub2d9\ub2c8\ub2e4. <\/li>\n        <li><span class=\"who\">AGILINK OmniHand 3 Ultra-M<\/span> \u2013 20\uac1c\uc758 \ub2a5\ub3d9 \uc790\uc720\ub3c4(DoF)\uc640 \ube44\uc804 \uae30\ubc18 \ucd09\uac01 \uc190\uac00\ub77d \ub05d\uc744 \uac16\ucd98 AGIBOT \uc2a4\ud540\uc624\ud504 \uae30\uc5c5\uc758 \uc8fc\ub825 \uc81c\ud488\uc73c\ub85c, \uc9c0\ub09c 6\uc6d4 ICRA 2026\uc5d0\uc11c \uacf5\uac1c\ub418\uc5c8\uc73c\uba70, <b>\uc774\ubbf8 8,000\uac1c \uc774\uc0c1\uc758 \uc815\uad50\ud55c \uc190\uc774 \ucd9c\ud558\ub418\uc5c8\ub2e4\uace0<\/b> \ubc1d\ud614\ub2e4. 1X\uac00 \ub300\ub7c9 \uc0dd\uc0b0 \uce21\uba74\uc5d0\uc11c \uac00\uc7a5 \uadfc\uc811\ud55c \uacbd\uc7c1 \ubaa8\ub378 \u2013 <a href=\"https:\/\/humanoid.guide\/product\/omnihand\/\">\ub2f9\uc0ac \uac00\uc774\ub4dc\uc5d0\uc11c<\/a> \ud655\uc778\ud574 \ubcf4\uc138\uc694. <\/li>\n        <li><span class=\"who\">Wuji Hand 2<\/span> \u2013 ICRA 2026\uc5d0\uc11c \uc138\uacc4 \ucd5c\ucd08\ub85c \uacf5\uac1c\ub41c \uc0dd\uccb4 \ubaa8\ubc29\ud615 \uc9c1\uacb0 \uad6c\ub3d9 \uc190\uc73c\ub85c, \ubb34\uc5c7\ubcf4\ub2e4\ub3c4 \uc778\uac04\uacfc \uc720\uc0ac\ud55c \uc6c0\uc9c1\uc784\uc744 \uad6c\ud604\ud558\ub294 \ub370 \uc911\uc810\uc744 \ub450\uc5c8\uc2b5\ub2c8\ub2e4.<\/li>\n        <li><span class=\"who\">\ud14c\uc2ac\ub77c \uc635\ud2f0\uba38\uc2a4<\/span> \u2013 \ub04a\uc784\uc5c6\uc774 \uac70\ub860\ub418\ub294 \ube44\uad50 \ub300\uc0c1: 3\uc138\ub300 \ubaa8\ub378\uc5d0 \ud0d1\uc7ac\ub420 \uac83\uc73c\ub85c \uc57d\uc18d\ub41c 22-DoF \uc190\uc774\uc9c0\ub9cc, \uc774 \uae00\uc744 \uc4f0\ub294 \uc2dc\uc810\uae4c\uc9c0 \uacf5\uac1c \uc2dc\uc5f0\uc740 \uc774\ub8e8\uc5b4\uc9c0\uc9c0 \uc54a\uc558\uc73c\uba70, \ud14c\uc2ac\ub77c\ub294 3\uc138\ub300 \ubaa8\ub378\uc758 \uacf5\uac1c \uc77c\uc815 \uc790\uccb4\ub97c \uc5f0\uae30\ud588\ub2e4.<\/li>\n      <\/ul>\n      <p class=\"body reveal\">\uc11c\ub958\uc0c1\uc73c\ub85c\ub294 \ub2e4\uc74c\uacfc \uac19\uc774 \uc194\uc9c1\ud558\uac8c \ud3c9\uac00\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. 1X \uc0ac\uc591\ud45c\uc5d0 \uae30\uc7ac\ub41c \uac1c\ubcc4 \uc218\uce58 \uc911 \uc804\ub840 \uc5c6\ub294 \uac83\uc740 \ud558\ub098\ub3c4 \uc5c6\uc9c0\ub9cc, <b>\uc774 \ubaa8\ub4e0 \uc694\uc18c\uac00 \uacb0\ud569\ub41c \uc810\uc740<\/b> \ub9e4\uc6b0 \ub4dc\ubb38 \uc77c\uc785\ub2c8\ub2e4. 25\uac1c \uad00\uc808 \ubaa8\ub450\uc5d0 \ub300\ud55c \uc644\uc804\ud55c \ud798 \uc81c\uc5b4 \uae30\ub2a5, \uc804\ub2e8 \uac10\uc9c0 \uae30\ub2a5\uc774 \ud0d1\uc7ac\ub41c \uc190\uac00\ub77d \ub05d, IP68 \ub4f1\uae09\uc758 \ub0b4\uad6c\uc131, \uadf8\ub9ac\uace0 1\ub9cc \ub300 \uaddc\ubaa8\uc758 \uc0dd\uc0b0 \ub77c\uc778\uc740 \ubcf4\ud1b5 \ud55c \uc81c\ud488\uc5d0 \ubaa8\ub450 \ub2f4\uaca8 \ub098\uc624\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc774\uac83\uc774 \uacfc\uc5f0 \u201c\uc778\ub958 \uc5ed\uc0ac\uc0c1 \uac00\uc7a5 \uc9c4\ubcf4\ub41c\u201d \uc81c\ud488\uc73c\ub85c \ud3c9\uac00\ub420\uc9c0\ub294, \uc5b4\ub5a4 \ucd9c\uc2dc \ud398\uc774\uc9c0(\uc800\ud76c\uc758 \uac83\ub3c4 \ud3ec\ud568)\uac00 \uc544\ub2cc \uc81c3\uc790\uc758 \uc2e4\uc81c \uc0ac\uc6a9 \uacbd\ud5d8\uc744 \ud1b5\ud574 \uacb0\uc815\ub420 \uac83\uc785\ub2c8\ub2e4.  <\/p>\n    <\/div>\n  <\/section>\n\n  <!-- THE HUMANOID.GUIDE VIEW -->\n  <section>\n    <div class=\"wrap\">\n      <h2 class=\"eyebrow reveal\">humanoid.guide \ubcf4\uae30 \u00b7 1X NEO \ud578\uc988\uc5d0 \ub300\ud55c \uc138 \uac00\uc9c0 \uad00\uc810<\/h2>\n      <p class=\"body reveal\"><b>\uccab\uc9f8, DoF \uacbd\uc8fc\uac00 \ub05d\ub0ac\uace0, 1X\uac00 \uc810\uc218\ud310\uc744 \ubc14\uafb8\ub824\uace0 \ud558\uace0 \uc788\ub2e4.<\/b>  \uc218\ub144 \ub3d9\uc548 \uc190\uc758 \ubbfc\ucca9\uc131\uc5d0 \ub300\ud55c \ub17c\uc7c1\uc740 \ucc3d\uc758\uc801\uc778 \uacc4\uc0b0\ubc95\uc744 \ud1b5\ud574 \uc774\ub4dd\uc744 \ubcfc \uc218 \uc788\ub294 \u2018\uc22b\uc790 \uac8c\uc784\u2019\uc5d0 \ubd88\uacfc\ud588\uc2b5\ub2c8\ub2e4. 1X\ub294 \ub2e8\uc21c\ud55c \uc790\uc720\ub3c4(DoF) \uc218\uce58 \ub300\uc2e0 \ud1a0\ud06c, \ud798 \uc81c\uc5b4, \uc804\ub2e8 \uac10\uc9c0 \ub370\uc774\ud130\ub97c \uacf5\uac1c\ud568\uc73c\ub85c\uc368, \uc190\uc774 \ubb34\uc5c7\uc744 <i>\uac10\uc9c0\ud558\uace0<\/i> <i>\uacac\ub51c<\/i> \uc218 \uc788\ub294\uc9c0\uc5d0 \ub300\ud55c \ub17c\uc758\ub85c \ub17c\uc810\uc744 \uc804\ud658\ud558\uace0 \uc788\uc73c\uba70, \uc774\ub294 \uc790\uc0ac\uac00 \uc6b0\uc704\ub97c \uc810\ud560 \uc218 \uc788\ub2e4\uace0 \ubbff\ub294 \uc601\uc5ed\uc785\ub2c8\ub2e4. \uacbd\uc7c1\uc0ac\ub4e4\ub3c4 \uba87 \ub2ec \ub0b4\ub85c \ub3d9\uc77c\ud55c \uc218\uce58\ub97c \uacf5\uac1c\ud558\uae30 \uc2dc\uc791\ud560 \uac83\uc73c\ub85c \uc608\uc0c1\ub429\ub2c8\ub2e4.  <\/p>\n      <p class=\"body reveal\"><b>\ub458\uc9f8, \ud578\ub4dc \ub808\uc774\uc2a4\ub294 \uc0ac\uc2e4 \uc81c\uc870 \uacbd\uc7c1\uc774\ub2e4.<\/b>  2026\ub144\uc5d0 \uac00\uc7a5 \ud654\uc81c\uac00 \ub41c \ub450 \uac00\uc9c0 \uc131\uacfc\ub294 \uc815\ubc00\ub3c4 \uae30\ub85d\uc774 \uc544\ub2c8\ub77c, AGILINK\uc758 8,000\uac1c \uc190 \ucd9c\ud558\uc640 1X\uc758 10,000\uac1c \uc190 \uc0dd\uc0b0 \uacc4\ud68d\uc774\uba70, \ub450 \uc0ac\ub840 \ubaa8\ub450 \uc218\uc9c1 \ud1b5\ud569\ud615 \uacf5\uc7a5\uc5d0\uc11c \ub098\uc628 \uacb0\uacfc\uc785\ub2c8\ub2e4. \u2018\ud578\ub4dc\u2019\ub294 \ud734\uba38\ub178\uc774\ub4dc\uc5d0\uc11c \uace0\uc7a5\uc774 \uac00\uc7a5 \uc7a6\uace0 \uac00\uc7a5 \ube44\uc2fc \ubd80\ud488\uc774\ub2e4. \uc774\ub97c \uac00\uc7a5 \uba3c\uc800 \uc591\uc0b0\ud654\ud558\ub294 \uae30\uc5c5\uc774 \uc5c5\uacc4 \uc804\uccb4\uc758 \ucd5c\uc800 \uae30\uc900\uc744 \uc815\ud558\uac8c \ub41c\ub2e4. \ud5e4\uc774\uc6cc\ub4dc(Hayward)\uc758 \uc790\uccb4 \uc0dd\uc0b0 \ub77c\uc778\uc740 \uadf8 \uc5b4\ub5a4 \ub2e8\uc77c \uad00\uc808\ubcf4\ub2e4 \ub354 \uc911\uc694\ud560 \uc218 \uc788\ub2e4.  <\/p>\n      <div class=\"figwrap wide reveal\">\n        <img decoding=\"async\" src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/07\/1X02.webp\" alt=\"\uc9c0\ud37c\ub97c \uc870\uc791\ud558\ub294 1X NEO \uc190\" loading=\"lazy\"\/>\n        <p class=\"vcap\"><b>\uc9c0\ud37c \ud14c\uc2a4\ud2b8<\/b> \u00b7 \uc9c0\ud37c\ub9cc\ud07c \ub85c\ubd07 \uc190\uc5d0 \ubd80\ub2f4\uc744 \uc8fc\ub294 \uc9d1\uc548\uc77c\uc740 \uac70\uc758 \uc5c6\uc2b5\ub2c8\ub2e4. \ubc14\ub85c \uc774\ub54c \ubbf8\ub044\ub7ec\uc9d0 \uac10\uc9c0 \uae30\ub2a5\uc774 \uadf8 \uc9c4\uac00\ub97c \ubc1c\ud718\ud569\ub2c8\ub2e4 \u00b7 \uc0ac\uc9c4 \uc81c\uacf5: 1X<\/p>\n      <\/div>\n      <p class=\"body reveal\"><b>\uc14b\uc9f8, \ub0b4\uad6c\uc131\uc774 \uc8fc\ubaa9\ud560 \ub9cc\ud55c \ud2b9\uc9d5\uc785\ub2c8\ub2e4.<\/b>  \ud798\uc904\ub85c \uad6c\ub3d9\ub418\ub294 \uc190\uc740 \uc720\uc9c0\ubcf4\uc218\uac00 \uc9c0\ub3c5\ud788 \uae4c\ub2e4\ub86d\ub2e4\ub294 \ud3c9\ud310\uc744 \ubc1b\uace0 \uc788\ub294\ub370, \uc774\ub294 \ud798\uc904\uc774 \ub298\uc5b4\ub098\uace0, \ub2f3\uc544 \ub2f3\uc544 \ub04a\uc5b4\uc9c0\uae30 \ub54c\ubb38\uc774\uc8e0. 200\ub9cc \ud68c\uc758 \uc190\ubaa9 \uc6c0\uc9c1\uc784\uacfc IP68 \ub4f1\uae09\uc740 \ud68c\uc758\ub860\uc790\ub4e4\uc774 \ubc14\ub85c \uc6d0\ud558\ub358 \ud574\ub2f5\uc774\uc790, \uc678\ubd80 \uac80\uc99d\uc774 \ubc18\ub4dc\uc2dc \ud544\uc694\ud55c \uc8fc\uc7a5\uc774\uae30\ub3c4 \ud569\ub2c8\ub2e4. NEO\uc758 \uc18c\ube44\uc790\uc6a9 \uc81c\ud488 \ucd9c\ud558\uac00 \uc62c\ud574 \ub9d0\ub85c \uc608\uc815\ub41c \ub9cc\ud07c, \uc2e4\uc81c \ud14c\uc2a4\ud2b8 \ub370\uc774\ud130\ub294 \uc2e4\ud5d8\uc2e4\uc774 \uc544\ub2cc \uc8fc\ubc29\uc5d0\uc11c \ub098\uc62c \uac83\uc785\ub2c8\ub2e4. \uc800\ud76c\ub294 \uae30\uaebc\uc774 \uc774\ub97c \uac00\uc7a5 \uba3c\uc800 \ud14c\uc2a4\ud2b8\ud574 \ubcfc \uc758\ud5a5\uc774 \uc788\uc2b5\ub2c8\ub2e4.   <\/p>\n    <\/div>\n  <\/section>\n\n  <!-- CLOSING -->\n  <section class=\"closing\">\n    <div class=\"wrap\">\n      <div class=\"eyebrow reveal\">\ud575\uc2ec \uc694\uc810<\/div>\n      <h2 class=\"reveal\">\ucd5c\uace0\ub77c\ub294 \ud45c\ud604\uc740 \uc78a\uc5b4\ubc84\ub9ac\uc138\uc694. \ud575\uc2ec\uc740 \ud798 \uc81c\uc5b4, \uc804\ub2e8, \uadf8\ub9ac\uace0 \uc0dd\uc0b0 \ub77c\uc778\uc785\ub2c8\ub2e4.<\/h2>\n      <p class=\"reveal\">NEO\uc5d0 \uae30\ubcf8\uc73c\ub85c \ud0d1\uc7ac\ub420 \ud578\ub4dc \uc815\ubcf4\uac00 \uacf5\uac1c\ub418\uc5c8\uc2b5\ub2c8\ub2e4. <a href=\"https:\/\/humanoid.guide\/1x-details-neo-robot-hands-ahead-of-consumer-humanoid-launch\/\">NEO\uc758 \ud578\ub4dc<\/a>, <a href=\"https:\/\/humanoid.guide\/neo-what-1x-just-launched\/\">NEO \ucd9c\uc2dc<\/a>, <a href=\"https:\/\/humanoid.guide\/1x-self-learning-model\/\">1X\uc758 \uc790\uac00 \ud559\uc2b5\ud615 \uc138\uacc4 \ubaa8\ub378\uc5d0<\/a> \ub300\ud55c \ub2f9\uc0ac\uc758 \uc774\uc804 \uae30\uc0ac\ub97c \uc77d\uc5b4\ubcf4\uc2dc\uac70\ub098, <a href=\"https:\/\/humanoid.guide\/ko\/product\/1x-neo\/\">\uac00\uc774\ub4dc\uc5d0 \uc218\ub85d\ub41c NEO \uad00\ub828 \uc804\uccb4 \ub0b4\uc6a9\uc744 \ud655\uc778\ud574<\/a> \ubcf4\uc138\uc694. <\/p>\n      <a class=\"neocard reveal\" href=\"https:\/\/humanoid.guide\/ko\/product\/1x-neo\/\">\n        <img decoding=\"async\" src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2025\/10\/NEO-1X-humanoid-guide-Featured-Image-1200x1200.webp\" alt=\"1X NEO \ud734\uba38\ub178\uc774\ub4dc \ub85c\ubd07 \u2013 humanoid.guide \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc758 \uc804\uccb4 \ud504\ub85c\ud544\" loading=\"lazy\"\/>\n        <div class=\"cap\">\ubcf8 \uac00\uc774\ub4dc\uc758 1X NEO<\/div>\n        <div class=\"sub\">\uc774 \uc190\uc758 \uc8fc\uc778\uc778 \ub85c\ubd07\uc758 \uc0ac\uc591, \uac00\uaca9 \ubc0f \ubaa8\ub4e0 \uc815\ubcf4<\/div>\n      <\/a>\n    <\/div>\n  <\/section>\n\n  <!-- BOTTOM BANNER (WordPress shortcode) -->\n  <div class=\"wrap hg-banner bottom\">    <!-- ===== BANNER SLIDER ===== -->\n    <style>\n    \/* ---------- SLIDER-RAMME ---------- *\/\n    .hgbv-slider, .hgbv-slider *{box-sizing:border-box}\n    .hgbv-slider{\n      --hgbv-dot:rgba(255,255,255,0.55);\n      --hgbv-dot-active:#ffffff;\n      position:relative; width:100%; max-width:1240px; margin:0 auto;\n      overflow:hidden; min-width:0;\n      font-family:'Inter','Helvetica Neue',Arial,sans-serif;\n    }\n    .hgbv-slider-track{\n      display:flex;\n      width:100%;\n      transition:transform 0.45s cubic-bezier(0.4,0,0.2,1);\n      will-change:transform;\n    }\n    .hgbv-slider-slide{\n      flex:0 0 100%;\n      width:100%;\n      min-width:0;\n    }\n    @media (prefers-reduced-motion: reduce){\n      .hgbv-slider-track{transition:none !important}\n    }\n    \/* ---------- PRIKKER ---------- *\/\n    .hgbv-slider-dots{\n      position:absolute;\n      left:0; right:0; bottom:16px;\n      z-index:20;\n      display:flex; justify-content:center; align-items:center; gap:11px;\n      pointer-events:none;\n    }\n    .hgbv-slider-dot{\n      pointer-events:auto;\n      width:11px; height:11px; padding:0;\n      border-radius:50%;\n      border:none; cursor:pointer;\n      background:var(--hgbv-dot);\n      box-shadow:0 1px 3px rgba(0,0,0,0.35);\n      transition:transform 0.2s ease, background 0.2s ease, width 0.2s ease;\n      -webkit-appearance:none; appearance:none;\n    }\n    .hgbv-slider-dot:hover{transform:scale(1.15)}\n    .hgbv-slider-dot.is-active{\n      background:var(--hgbv-dot-active);\n      width:26px; border-radius:6px;\n    }\n    .hgbv-slider-dot:focus-visible{outline:2px solid #fff; outline-offset:3px}\n    @media (max-width:768px){\n      .hgbv-slider-dots{bottom:12px; gap:9px}\n    }\n    \/* =================================================== *\/\n    \/* ===== YELLOW BANNER STYLES (-sc-)              ===== *\/\n    \/* ===== shared by Slide 1 (Foundation Models)    ===== *\/\n    \/* =====       and Slide 3 (Supply Chain)         ===== *\/\n    \/* =================================================== *\/\n    .hgbv-sc-wrap, .hgbv-sc-wrap *{box-sizing:border-box}\n    .hgbv-sc-wrap{\n      --hgbv-sc-yellow:#F8E60A;\n      --hgbv-sc-text:#0a0a0a;\n      --hgbv-sc-green:#90cd49;\n      --hgbv-sc-green-hover:#a3dd5b;\n      width:100%; margin:0 auto;\n      font-family:'Inter','Helvetica Neue',Arial,sans-serif;\n    }\n    .hgbv-sc{position:relative; width:100%; background:var(--hgbv-sc-yellow) !important; overflow:hidden; border-radius:0; height:500px; display:flex !important; flex-direction:row !important; align-items:stretch !important}\n    .hgbv-sc-content{position:relative; z-index:3; flex:1; padding:50px 56px; display:flex; flex-direction:column; justify-content:center; max-width:660px; background:var(--hgbv-sc-yellow) !important}\n    .hgbv-sc-newtag{display:inline-block !important; background:#0a0a0a !important; color:var(--hgbv-sc-yellow) !important; font-size:14px !important; font-weight:800 !important; letter-spacing:0.18em !important; padding:6px 14px !important; border-radius:4px !important; margin:0 0 18px 0 !important; width:fit-content !important; text-transform:uppercase !important; font-family:inherit !important; animation: hgbv-sc-pulse 1.8s ease-in-out infinite !important; transform-origin:left center !important; box-shadow:0 0 0 0 rgba(10,10,10,0.5)}\n    @keyframes hgbv-sc-pulse {0%, 100% {transform: scale(1); box-shadow: 0 0 0 0 rgba(10,10,10,0.5)} 50% {transform: scale(1.06); box-shadow: 0 0 0 8px rgba(10,10,10,0)}}\n    .hgbv-sc-content .hgbv-sc-title{color:#0a0a0a !important}\n    .hgbv-sc-content .hgbv-sc-subtitle{color:#0a0a0a !important}\n    .hgbv-sc-title{font-size:48px !important; font-weight:800 !important; line-height:1.05 !important; margin:0 0 16px 0 !important; letter-spacing:-0.5px !important; padding:0 !important}\n    .hgbv-sc-subtitle{font-size:26px !important; font-weight:600 !important; line-height:1.3 !important; margin:0 0 32px 0 !important; letter-spacing:-0.2px !important}\n    .hgbv-sc-cta{display:inline-flex !important; align-items:center !important; justify-content:center !important; gap:14px !important; background:#90cd49 !important; color:#1a1a1a !important; text-decoration:none !important; font-size:22px !important; font-weight:700 !important; padding:18px 40px !important; border-radius:4px !important; transition:background 0.2s ease, transform 0.2s ease !important; width:fit-content !important; min-width:320px; font-family:inherit; border:none; cursor:pointer; letter-spacing:-0.2px; box-shadow:0 2px 8px rgba(0,0,0,0.08)}\n    .hgbv-sc-cta:hover{background:#a3dd5b !important; transform:translateY(-1px); color:#1a1a1a !important; box-shadow:0 6px 14px rgba(0,0,0,0.15); text-decoration:none !important}\n    .hgbv-sc-cta:focus{outline:2px solid #0a0a0a; outline-offset:3px}\n    .hgbv-sc-cta-icon{width:26px; height:30px; flex-shrink:0}\n    .hgbv-sc-video{position:relative; flex-shrink:0; width:500px; height:500px; background:var(--hgbv-sc-yellow) !important; overflow:hidden; align-self:center}\n    .hgbv-sc-video video{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block; background:transparent}\n    @media (max-width:1024px){.hgbv-sc{height:440px}.hgbv-sc-content{padding:36px 40px}.hgbv-sc-newtag{font-size:11px !important; padding:5px 11px !important; margin-bottom:14px !important}.hgbv-sc-title{font-size:34px !important; margin-bottom:12px !important}.hgbv-sc-subtitle{font-size:19px !important; margin-bottom:24px !important}.hgbv-sc-cta{font-size:17px !important; padding:14px 26px !important; min-width:240px}.hgbv-sc-cta-icon{width:22px !important; height:25px !important}.hgbv-sc-video{width:360px; height:360px}}\n    @media (max-width:860px){.hgbv-sc-content{padding:30px 32px}.hgbv-sc-newtag{font-size:10px !important; padding:4px 10px !important; margin-bottom:12px !important}.hgbv-sc-title{font-size:28px !important; margin-bottom:10px !important}.hgbv-sc-subtitle{font-size:16px !important; margin-bottom:20px !important}.hgbv-sc-cta{font-size:15px !important; padding:12px 22px !important; min-width:200px}.hgbv-sc-cta-icon{width:20px !important; height:23px !important}.hgbv-sc-video{width:300px; height:300px}}\n    @media (max-width:768px){.hgbv-sc{min-height:auto !important; height:auto !important; flex-direction:column-reverse !important}.hgbv-sc-video{width:100% !important; max-width:100% !important; height:auto !important; aspect-ratio:1\/1; align-self:auto !important}.hgbv-sc-content{padding:36px 26px 56px !important; max-width:100% !important}.hgbv-sc-newtag{font-size:12px !important; padding:5px 11px !important; margin-bottom:14px !important}.hgbv-sc-title{font-size:32px !important; margin-bottom:12px !important}.hgbv-sc-subtitle{font-size:19px !important; margin-bottom:26px !important}.hgbv-sc-cta{width:100% !important; min-width:0; font-size:19px !important; padding:16px 24px !important; gap:12px}.hgbv-sc-cta-icon{width:24px !important; height:28px !important}}\n    @media (max-width:480px){.hgbv-sc-content{padding:30px 20px 52px !important}.hgbv-sc-title{font-size:28px !important}.hgbv-sc-subtitle{font-size:18px !important}.hgbv-sc-cta{font-size:17px !important; padding:14px 20px !important}}\n    \/* =================================================== *\/\n    \/* ===== SLIDE 2: MARKET REPORT BANNER (-mr-)     ===== *\/\n    \/* =================================================== *\/\n    .hgbv-mr-wrap, .hgbv-mr-wrap *{box-sizing:border-box}\n    .hgbv-mr-wrap, .hgbv-mr-wrap *{font-family:'Inter','Helvetica Neue',Arial,sans-serif !important}\n    .hgbv-mr-title{line-height:1.08 !important}\n    .hgbv-mr-desc{line-height:1.55 !important}\n    .hgbv-mr-credit-text{line-height:1.45 !important}\n    .hgbv-mr-credit-intro, .hgbv-mr-credit-name{display:block !important; margin-bottom:2px !important}\n    .hgbv-mr-wrap{\n      --hgbv-mr-bg:#3a3a3a;\n      --hgbv-mr-yellow:#f8e60a;\n      --hgbv-mr-text:#ffffff;\n      --hgbv-mr-green:#90cd49;\n      --hgbv-mr-green-hover:#a3dd5b;\n      width:100%; margin:0 auto;\n      font-family:'Inter','Helvetica Neue',Arial,sans-serif !important;\n      container-type:inline-size; container-name:hgbvmr;\n    }\n    .hgbv-mr{position:relative; width:100%; background:var(--hgbv-mr-bg); overflow:hidden; border-radius:0; height:500px; display:flex; align-items:stretch}\n    .hgbv-mr-content{position:relative; z-index:3; flex:1 1 auto; min-width:0; padding:50px 56px; display:flex; flex-direction:column; justify-content:center; max-width:660px}\n    .hgbv-mr-title{font-size:42px; font-weight:800; color:var(--hgbv-mr-text); line-height:1.08; margin:0 0 18px 0; letter-spacing:-0.5px; padding:0}\n    .hgbv-mr-desc{font-size:16px; line-height:1.55; color:var(--hgbv-mr-text); margin:0 0 26px 0; max-width:520px; font-weight:400}\n    .hgbv-mr-credit{display:flex; align-items:center; gap:18px; margin-bottom:26px}\n    .hgbv-mr-credit-photo{width:92px; height:92px; border-radius:50%; overflow:hidden; flex-shrink:0; background:#555}\n    .hgbv-mr-credit-photo img{width:100%; height:100%; object-fit:cover; display:block; max-width:none}\n    .hgbv-mr-credit-text{font-size:16px; line-height:1.45; color:var(--hgbv-mr-text)}\n    .hgbv-mr-credit-intro{font-weight:400; margin-bottom:2px; display:block}\n    .hgbv-mr-credit-name{font-weight:700; margin-bottom:2px; display:block}\n    .hgbv-mr-credit-co{font-weight:700; color:var(--hgbv-mr-yellow); display:inline}\n    .hgbv-mr-credit-now{font-weight:400; display:inline}\n    .hgbv-mr-credit-deepmind{font-weight:700; color:var(--hgbv-mr-yellow); display:inline}\n    .hgbv-mr-cta{display:inline-flex; align-items:center; justify-content:center; gap:14px; background:var(--hgbv-mr-green); color:#1a1a1a; text-decoration:none; font-size:22px; font-weight:700; padding:18px 40px; border-radius:4px; transition:background 0.2s ease, transform 0.2s ease; width:fit-content; max-width:100%; min-width:280px!important; font-family:'Inter','Helvetica Neue',Arial,sans-serif !important; border:none; cursor:pointer; letter-spacing:-0.2px; white-space:nowrap}\n    .hgbv-mr-cta:hover{background:var(--hgbv-mr-green-hover); transform:translateY(-1px); color:#1a1a1a}\n    .hgbv-mr-cta:focus{outline:2px solid var(--hgbv-mr-yellow); outline-offset:3px}\n    .hgbv-mr-cta-icon{width:26px; height:30px; flex-shrink:0}\n    .hgbv-mr-video{position:relative; flex-shrink:0; width:500px; height:500px; background:#3a3a3a; overflow:hidden; align-self:center}\n    .hgbv-mr-video video{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block}\n    @media (max-width:1180px){.hgbv-mr-wrap .hgbv-mr{height:440px}.hgbv-mr-wrap .hgbv-mr-content{padding:44px 40px}.hgbv-mr-wrap .hgbv-mr-title{font-size:38px}.hgbv-mr-wrap .hgbv-mr-video{width:440px; height:440px}.hgbv-mr-wrap .hgbv-mr-cta{font-size:21px; padding:17px 34px; min-width:260px!important}}\n    @media (max-width:1000px){.hgbv-mr-wrap .hgbv-mr{height:440px}.hgbv-mr-wrap .hgbv-mr-content{padding:36px 32px}.hgbv-mr-wrap .hgbv-mr-title{font-size:32px}.hgbv-mr-wrap .hgbv-mr-desc{font-size:15px}.hgbv-mr-wrap .hgbv-mr-video{width:360px; height:360px}.hgbv-mr-wrap .hgbv-mr-cta{font-size:19px; padding:15px 26px; min-width:220px!important}}\n    @media (max-width:768px){.hgbv-mr-wrap .hgbv-mr{min-height:auto; height:auto; flex-direction:column}.hgbv-mr-wrap .hgbv-mr-content{padding:36px 26px 48px; max-width:100%; order:1}.hgbv-mr-wrap .hgbv-mr-video{width:100%; max-width:100%; height:auto; aspect-ratio:1\/1; align-self:auto; order:2}.hgbv-mr-wrap .hgbv-mr-title{font-size:30px; margin-bottom:14px}.hgbv-mr-wrap .hgbv-mr-desc{font-size:15px; margin-bottom:22px; max-width:100%}.hgbv-mr-wrap .hgbv-mr-credit{margin-bottom:22px; gap:14px}.hgbv-mr-wrap .hgbv-mr-credit-photo{width:72px; height:72px}.hgbv-mr-wrap .hgbv-mr-credit-text{font-size:15px}.hgbv-mr-wrap .hgbv-mr-cta{width:100%; min-width:0!important; font-size:19px; padding:16px 24px; gap:12px; white-space:normal}.hgbv-mr-wrap .hgbv-mr-cta-icon{width:24px; height:28px}}\n    @media (max-width:500px){.hgbv-mr-wrap .hgbv-mr-content{padding:30px 20px 44px}.hgbv-mr-wrap .hgbv-mr-title{font-size:26px}.hgbv-mr-wrap .hgbv-mr-desc{font-size:14px}.hgbv-mr-wrap .hgbv-mr-credit-photo{width:60px; height:60px}.hgbv-mr-wrap .hgbv-mr-credit-text{font-size:14px}.hgbv-mr-wrap .hgbv-mr-cta{font-size:17px; padding:14px 20px}}\n    @media (prefers-reduced-motion: reduce){.hgbv-mr-cta{transition:none}.hgbv-sc-cta{transition:none !important}.hgbv-sc-newtag{animation:none !important}}\n    <\/style>\n    <!-- data-autoplay=\"0\" = av -->\n    <div class=\"hgbv-slider\" data-autoplay=\"0\" aria-roledescription=\"carousel\" aria-label=\"Featured reports\">\n      <div class=\"hgbv-slider-track\">\n        <!-- ===== SLIDE 1 \u2014 MARKET REPORT  (dark \"-mr-\" style)  ->  \/humanoid-robot-market-report\/ ===== -->\n        <div class=\"hgbv-slider-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 3\">\n          <div class=\"hgbv-mr-wrap\">\n            <div class=\"hgbv-mr\">\n              <div class=\"hgbv-mr-content\">\n                <h2 class=\"hgbv-mr-title\">\uc2e0\uaddc! 2026 \ud734\uba38\ub178\uc774\ub4dc<br>\ub85c\ubd07 \uc2dc\uc7a5 \ubcf4\uace0\uc11c<\/h2>\n                <p class=\"hgbv-mr-desc\">\uc804 \uc138\uacc4 \ub85c\ubcf4\ud2f1\uc2a4 \uc804\ubb38\uac00\ub4e4\uc758 198\ud398\uc774\uc9c0 \ub3c5\uc810 \uc778\uc0ac\uc774\ud2b8 &mdash; \uc790\uae08 \uc870\ub2ec \ub3d9\ud5a5, \uae30\uc220\uc801 \uacfc\uc81c, \uc8fc\uc694 \uc81c\uc870\uc0ac, \uacf5\uae09\ub9dd \ubcc0\ud654, \uadf8\ub9ac\uace0 \ubbf8\ub798 \ud734\uba38\ub178\uc774\ub4dc \uc751\uc6a9\uc5d0 \uad00\ud55c \uc124\ubb38\uacfc \uc804\ub9dd\uc744 \ub2f4\uc558\uc2b5\ub2c8\ub2e4.<\/p>\n                <div class=\"hgbv-mr-credit\">\n                  <div class=\"hgbv-mr-credit-photo\">\n                    <img decoding=\"async\" src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2025\/09\/1754402297969.jpeg\" alt=\"Aaron Saunders\" loading=\"lazy\">\n                  <\/div>\n                  <div class=\"hgbv-mr-credit-text\">\n                    <span class=\"hgbv-mr-credit-intro\">\uc804\ubb38\uac00\uc758 \uc778\uc0ac\uc774\ud2b8 \uc218\ub85d<\/span>\n                    <span class=\"hgbv-mr-credit-name\">Aaron Saunders, \uc804 CTO<\/span>\n                    <span class=\"hgbv-mr-credit-co\">Boston Dynamics,<\/span><br>\n                    <span class=\"hgbv-mr-credit-now\">\ud604\uc7ac <\/span><span class=\"hgbv-mr-credit-deepmind\">Google DeepMind<\/span>\n                  <\/div>\n                <\/div>\n                <a class=\"hgbv-mr-cta\" href=\"https:\/\/humanoid.guide\/humanoid-robot-market-report\/\">\ubcf4\uace0\uc11c \ubc1b\uae30                  <svg class=\"hgbv-mr-cta-icon\" viewBox=\"0 0 24 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n                    <path d=\"M4 1h11l6 6v19a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <path d=\"M15 1v6h6\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <rect x=\"2.5\" y=\"14\" width=\"15\" height=\"9\" rx=\"1\" fill=\"#d32f2f\"><\/rect>\n                    <text x=\"10\" y=\"20.6\" font-family=\"Arial, sans-serif\" font-size=\"6.2\" font-weight=\"700\" fill=\"#ffffff\" text-anchor=\"middle\" letter-spacing=\"0.2\">PDF<\/text>\n                  <\/svg>\n                <\/a>\n              <\/div>\n              <div class=\"hgbv-mr-video\">\n                <!-- Slide 1 is shown first, so this video loads immediately (autoplay) -->\n                <video src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/04\/700x700_banner_report.mp4\" autoplay muted loop playsinline preload=\"metadata\" disablepictureinpicture aria-label=\"Humanoid Robot Market Report preview\"><\/video>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n        <!-- ===== SLIDE 2 \u2014 SUPPLY CHAIN  (yellow \"-sc-\" style)  ->  \/the-humanoid-robot-supply-chain\/ ===== -->\n        <div class=\"hgbv-slider-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 3\">\n          <div class=\"hgbv-sc-wrap\">\n            <div class=\"hgbv-sc\">\n              <div class=\"hgbv-sc-content\">\n                <span class=\"hgbv-sc-newtag\">\uc0c8 \ubcf4\uace0\uc11c<\/span>\n                <h2 class=\"hgbv-sc-title\">\ud734\uba38\ub178\uc774\ub4dc \ub85c\ubd07 \uacf5\uae09\ub9dd<\/h2>\n                <p class=\"hgbv-sc-subtitle\">\uacf5\uae09\uc5c5\uccb4 \uc804\ub7b5 \ubc0f \uc2dc\uc7a5 \ud3ec\uc9c0\uc154\ub2dd 2026&ndash;2027<\/p>\n                <a class=\"hgbv-sc-cta\" href=\"https:\/\/humanoid.guide\/the-humanoid-robot-supply-chain\/\">\ubcf4\uace0\uc11c \ubc1b\uae30                  <svg class=\"hgbv-sc-cta-icon\" viewBox=\"0 0 24 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n                    <path d=\"M4 1h11l6 6v19a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <path d=\"M15 1v6h6\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <rect x=\"2.5\" y=\"14\" width=\"15\" height=\"9\" rx=\"1\" fill=\"#d32f2f\"><\/rect>\n                    <text x=\"10\" y=\"20.6\" font-family=\"Arial, sans-serif\" font-size=\"6.2\" font-weight=\"700\" fill=\"#ffffff\" text-anchor=\"middle\" letter-spacing=\"0.2\">PDF<\/text>\n                  <\/svg>\n                <\/a>\n              <\/div>\n              <div class=\"hgbv-sc-video\">\n                <video data-src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/05\/NEO-1x1-1.mp4\" muted loop playsinline preload=\"none\" disablepictureinpicture aria-label=\"The Humanoid Robot Supply Chain Report preview\"><\/video>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n        <!-- ===== SLIDE 3 \u2014 FOUNDATION MODELS  (yellow \"-sc-\" style)  ->  \/the-humanoid-foundation-model-report\/ ===== -->\n        <div class=\"hgbv-slider-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 3\">\n          <div class=\"hgbv-sc-wrap\">\n            <div class=\"hgbv-sc\">\n              <div class=\"hgbv-sc-content\">\n                <span class=\"hgbv-sc-newtag\">\uc0c8 \ubcf4\uace0\uc11c<\/span>\n                <h2 class=\"hgbv-sc-title\">\ud734\uba38\ub178\uc774\ub4dc \ud30c\uc6b4\ub370\uc774\uc158 \ubaa8\ub378<\/h2>\n                <p class=\"hgbv-sc-subtitle\">\ub450\ub1cc\uac00 \uc7ac\uad6c\ucd95\ub418\uace0 \uc788\uc2b5\ub2c8\ub2e4<\/p>\n                <a class=\"hgbv-sc-cta\" href=\"https:\/\/humanoid.guide\/the-humanoid-foundation-model-report\/\">\ubcf4\uace0\uc11c \ubc1b\uae30                  <svg class=\"hgbv-sc-cta-icon\" viewBox=\"0 0 24 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n                    <path d=\"M4 1h11l6 6v19a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <path d=\"M15 1v6h6\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <rect x=\"2.5\" y=\"14\" width=\"15\" height=\"9\" rx=\"1\" fill=\"#d32f2f\"><\/rect>\n                    <text x=\"10\" y=\"20.6\" font-family=\"Arial, sans-serif\" font-size=\"6.2\" font-weight=\"700\" fill=\"#ffffff\" text-anchor=\"middle\" letter-spacing=\"0.2\">PDF<\/text>\n                  <\/svg>\n                <\/a>\n              <\/div>\n              <div class=\"hgbv-sc-video\">\n                <video data-src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/06\/world_model-1x1-1.mp4\" muted loop playsinline preload=\"none\" disablepictureinpicture aria-label=\"Humanoid Foundation Models Report preview\"><\/video>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div><!-- \/.hgbv-slider-track -->\n      <div class=\"hgbv-slider-dots\" role=\"tablist\" aria-label=\"Choose slide\">\n        <!-- Dot order must match slide order: Market, Supply, Foundation -->\n        <button class=\"hgbv-slider-dot is-active\" type=\"button\" role=\"tab\" aria-label=\"\uc2e0\uaddc! 2026 \ud734\uba38\ub178\uc774\ub4dc \ub85c\ubd07 \uc2dc\uc7a5 \ubcf4\uace0\uc11c\" aria-selected=\"true\"><\/button>\n        <button class=\"hgbv-slider-dot\" type=\"button\" role=\"tab\" aria-label=\"\ud734\uba38\ub178\uc774\ub4dc \ub85c\ubd07 \uacf5\uae09\ub9dd\" aria-selected=\"false\"><\/button>\n        <button class=\"hgbv-slider-dot\" type=\"button\" role=\"tab\" aria-label=\"\ud734\uba38\ub178\uc774\ub4dc \ud30c\uc6b4\ub370\uc774\uc158 \ubaa8\ub378\" aria-selected=\"false\"><\/button>\n      <\/div>\n    <\/div>\n    <script>\n    (function(){\n      var sliders = document.querySelectorAll('.hgbv-slider');\n      sliders.forEach(function(slider){\n        if (slider.dataset.hgbvInit) return;\n        slider.dataset.hgbvInit = '1';\n        var track = slider.querySelector('.hgbv-slider-track');\n        var slides = slider.querySelectorAll('.hgbv-slider-slide');\n        var dots = slider.querySelectorAll('.hgbv-slider-dot');\n        var count = slides.length;\n        var index = 0;\n        var autoplay = parseInt(slider.dataset.autoplay || '0', 10);\n        var timer = null;\n        function loadSlideVideo(i){\n          var slide = slides[i];\n          if (!slide) return;\n          var vid = slide.querySelector('video[data-src]');\n          if (vid && !vid.src){\n            vid.src = vid.dataset.src;\n            vid.setAttribute('autoplay','');\n            var p = vid.play();\n            if (p && p.catch){ p.catch(function(){}); }\n          }\n        }\n        function go(i){\n          index = (i + count) % count;\n          track.style.transform = 'translateX(' + (-index * 100) + '%)';\n          loadSlideVideo(index);\n          dots.forEach(function(d, di){\n            var active = di === index;\n            d.classList.toggle('is-active', active);\n            d.setAttribute('aria-selected', active ? 'true' : 'false');\n          });\n        }\n        function next(){ go(index + 1); }\n        function prev(){ go(index - 1); }\n        dots.forEach(function(dot, di){\n          dot.addEventListener('click', function(){ go(di); restart(); });\n        });\n        slider.setAttribute('tabindex', '0');\n        slider.addEventListener('keydown', function(e){\n          if (e.key === 'ArrowLeft'){ prev(); restart(); }\n          else if (e.key === 'ArrowRight'){ next(); restart(); }\n        });\n        var startX = 0, startY = 0, dragging = false;\n        track.addEventListener('touchstart', function(e){\n          startX = e.touches[0].clientX;\n          startY = e.touches[0].clientY;\n          dragging = true;\n        }, {passive:true});\n        track.addEventListener('touchmove', function(e){\n          if (!dragging) return;\n          var dx = e.touches[0].clientX - startX;\n          var dy = e.touches[0].clientY - startY;\n          if (Math.abs(dy) > Math.abs(dx)) dragging = false;\n        }, {passive:true});\n        track.addEventListener('touchend', function(e){\n          if (!dragging) return;\n          dragging = false;\n          var dx = e.changedTouches[0].clientX - startX;\n          if (Math.abs(dx) > 45){\n            if (dx < 0) next(); else prev();\n            restart();\n          }\n        }, {passive:true});\n        function start(){\n          if (autoplay > 0){ timer = setInterval(next, autoplay); }\n        }\n        function stop(){ if (timer){ clearInterval(timer); timer = null; } }\n        function restart(){ stop(); start(); }\n        if (autoplay > 0){\n          slider.addEventListener('mouseenter', stop);\n          slider.addEventListener('mouseleave', start);\n          document.addEventListener('visibilitychange', function(){\n            if (document.hidden) stop(); else start();\n          });\n          start();\n        }\n        go(0);\n        function peek(){\n          var reduce = window.matchMedia && window.matchMedia('(prefers-reduced-motion: reduce)').matches;\n          if (reduce || count < 2){ go(0); return; }\n          go(0);\n          var userInteracted = false;\n          function flagInteract(){ userInteracted = true; }\n          slider.addEventListener('touchstart', flagInteract, {passive:true, once:true});\n          slider.addEventListener('keydown', flagInteract, {once:true});\n          dots.forEach(function(d){ d.addEventListener('click', flagInteract, {once:true}); });\n          function runPeek(){\n            setTimeout(function(){\n              if (userInteracted) return;\n              track.style.transition = 'transform 0.7s cubic-bezier(0.4,0,0.2,1)';\n              track.style.transform = 'translateX(-15%)';\n              setTimeout(function(){\n                if (userInteracted) return;\n                track.style.transition = 'transform 0.8s cubic-bezier(0.4,0,0.2,1)';\n                track.style.transform = 'translateX(0%)';\n                setTimeout(function(){ track.style.transition = ''; }, 850);\n              }, 950);\n            }, 400);\n          }\n          if ('IntersectionObserver' in window){\n            var io = new IntersectionObserver(function(entries){\n              entries.forEach(function(entry){\n                if (entry.isIntersecting){\n                  io.disconnect();\n                  runPeek();\n                }\n              });\n            }, {threshold: 0.5});\n            io.observe(slider);\n          } else {\n            runPeek();\n          }\n        }\n        peek();\n      });\n    })();\n    <\/script>\n    <\/div>\n\n  <!-- FOOTER -->\n  <footer>\n    <div class=\"wrap\">\n      <div class=\"foot-brand\">humanoid<b>.<\/b>guide<\/div>\n      <div class=\"foot-tag\">\ub274\uc2a4 \ubd84\uc11d \u00b7 2026\ub144 7\uc6d4<\/div>\n      <div class=\"srcnote\">\n        <b class=\"label\">\uc774 \ubd84\uc11d\uc5d0 \ub300\ud574<\/b>\n <strong>humanoid.guide\uac00<\/strong> \uacf5\uac1c \uc790\ub8cc\ub97c \ubc14\ud0d5\uc73c\ub85c \uc791\uc131\ud568: 1X \ucd9c\uc2dc \ud398\uc774\uc9c0 <a href=\"https:\/\/www.1x.tech\/discover\/neos-hands\" target=\"_blank\" rel=\"noopener\">\u2018NEO\u2019s Hands \u2013 An API to the Physical World\u2019<\/a>, Bernt B\u00f8rnich\uc758 <a href=\"https:\/\/x.com\/BerntBornich\/status\/2074960249749192718\" target=\"_blank\" rel=\"noopener\">X \uac8c\uc2dc\ubb3c<\/a>, John Koetsier\uc758 2026\ub144 6\uc6d4 \ud3ec\ube0c\uc2a4 \ud2b9\uc9d1 \uae30\uc0ac <a href=\"https:\/\/www.forbes.com\/sites\/johnkoetsier\/2026\/06\/01\/this-robot-might-have-the-best-hands-of-any-humanoid-ever\/\" target=\"_blank\" rel=\"noopener\"> \u201c\uc774 \ub85c\ubd07\uc740 \uc5ed\ub300 \ud734\uba38\ub178\uc774\ub4dc \uc911 \uac00\uc7a5 \ub6f0\uc5b4\ub09c \uc190\uc744 \uac00\uc84c\uc744\uc9c0\ub3c4 \ubaa8\ub978\ub2e4\u201d<\/a> (Dar Sleeper \uc778\uc6a9\ubb38 \ucd9c\ucc98), \uadf8\ub9ac\uace0 <a href=\"https:\/\/www.humanoidsdaily.com\/news\/the-contact-problem-how-agilink-s-new-omnihand-3-ultra-m-is-teaching-robots-to-feel\" target=\"_blank\" rel=\"noopener\">Humanoids Daily\uc640<\/a> <a href=\"https:\/\/pandaily.com\/agilink-launches-omni-hand-3-series-ships-over-8-000-dexterous-hands\" target=\"_blank\" rel=\"noopener\">Pandaily\uc758<\/a> \uad11\ubc94\uc704\ud55c \u2018\uc190 \uac1c\ubc1c \uacbd\uc7c1\u2019 \uad00\ub828 \ubcf4\ub3c4. \uc0ac\uc591 \ubc0f \uc0dd\uc0b0 \uc218\uce58\ub294 \ud574\ub2f9 \uae30\uc5c5\ub4e4\uc774 \uc8fc\uc7a5\ud55c \ub0b4\uc6a9\uc774\uba70, \ub3c5\ub9bd\uc801\uc73c\ub85c \uac80\uc99d\ub41c \ubc14\ub294 \uc5c6\uc2b5\ub2c8\ub2e4. NEO\uc758 \ubc30\uc1a1 \uc2dc\uae30\ub294 1X\uac00 \ubc1c\ud45c\ud55c 2026\ub144 <a href=\"https:\/\/www.globenewswire.com\/news-release\/2026\/04\/30\/3285118\/0\/en\/1x-opens-neo-factory-in-hayward-ca-america-s-first-vertically-integrated-humanoid-robot-factory-with-consumer-shipments-planned-for-2026.html\" target=\"_blank\" rel=\"noopener\">\ud5e4\uc774\uc6cc\ub4dc \uacf5\uc7a5\uc5d0\uc11c\uc758<\/a> \uc18c\ube44\uc790 \ucd9c\ud558 \uacc4\ud68d\uc5d0 \ub530\ub974\uba70, \uc635\ud2f0\uba38\uc2a4\uc758 \ud604\ud669\uc740 \ud14c\uc2ac\ub77c\uac00 \ubc1c\ud45c\ud55c 3\uc138\ub300 \uacf5\uac1c \uc5f0\uae30 \uc18c\uc2dd\uc5d0 \ub530\ub985\ub2c8\ub2e4. \uc774 \uae30\uc0ac\uc5d0 \uc218\ub85d\ub41c \ubaa8\ub4e0 \uc0ac\uc9c4\uacfc \ub3d9\uc601\uc0c1 \uc2a4\ud2f8\uc740 <strong>1X \ud14c\ud06c\ub180\ub85c\uc9c0\uc2a4\uc758<\/strong> \uc81c\uacf5\uc73c\ub85c, \uc77c\ubd80\ub294 \ud574\ub2f9 \uae30\uc5c5\uc758 \ucd9c\uc2dc \uc601\uc0c1\uc5d0\uc11c \ucd94\ucd9c\ud55c \uc7a5\uba74\uc774\uba70, \ub098\uba38\uc9c0\ub294 \uacf5\uc2dd \uc81c\ud488 \uc0ac\uc9c4\uc785\ub2c8\ub2e4. \u201cThe humanoid.guide View\u201d\uc5d0 \uc2e4\ub9b0 \uc758\uacac\uc740 \ubcf8 \ub9e4\uccb4\uc758 \uacac\ud574\uc785\ub2c8\ub2e4.    \n      <\/div>\n    <\/div>\n  <\/footer>\n\n<\/div><!-- \/.hg -->\n\n<script>\n  (function(){\n    var reveals = [].slice.call(document.querySelectorAll('.hg .reveal'));\n\n    \/* fade-in on scroll *\/\n    if('IntersectionObserver' in window){\n      var io = new IntersectionObserver(function(entries){\n        entries.forEach(function(en){\n          if(en.isIntersecting){\n            en.target.classList.add('in');\n            io.unobserve(en.target);\n          }\n        });\n      }, { threshold: 0.1, rootMargin: '0px 0px -6% 0px' });\n      reveals.forEach(function(e){ io.observe(e); });\n    } else {\n      reveals.forEach(function(e){ e.classList.add('in'); });\n    }\n  })();\n<\/script>00;700&display=swap\" rel=\"stylesheet\">\n<style>\n  \/* ============================================================\n     humanoid.guide \u2013 Field Report styling (white report variant)\n     1X NEO hands reveal \u2013 news analysis.\n     Everything is scoped under .hg so nothing leaks into the\n     WordPress theme. Paste the <style> block + the .hg wrapper\n     into a Custom HTML block.\n     ============================================================ *\/\n  body{margin:0}\n  .hg{\n    --bg:#ffffff;\n    --ink:#141414;\n    --ink-2:#3a3a3a;\n    --ink-dim:#666;\n    --ink-faint:#9a9a9a;\n    --grid:#e9e9e9;\n    --yellow:#ffe500;\n    --amber:#f5a623;\n    --gold:#c9a200;\n    --maxw:1080px;\n\n    background:var(--bg);\n    color:var(--ink);\n    font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;\n    line-height:1.7;\n    -webkit-font-smoothing:antialiased;\n    overflow-x:hidden;\n    border-top:5px solid var(--yellow);\n  }\n  \/* reset \u2013 but leave foreign markup alone so it keeps its own look:\n     1) the manual hg-banner shortcode slots,\n     2) anything Kadence Elements hooks inject into the content\n        (kadence \/ kb- \/ wp-block class prefixes), and\n     3) the banner slider's own markup (hgbv- class prefix), which the\n        Elements hook injects without our .hg-banner wrapper.\n     The :where() wrappers keep specificity at the same level as a plain\n     .hg * rule, so the theme\/plugin CSS wins inside that markup.\n     NB: never write the shortcode name in square brackets inside this\n     style block \u2013 WordPress expands shortcodes even here and that breaks\n     the whole stylesheet. *\/\n  .hg *:where(:not(.hg-banner,[class*=\"kadence\"],[class*=\"kb-\"],[class*=\"wp-block\"],[class*=\"hgbv\"])):where(:not(.hg-banner *,[class*=\"kadence\"] *,[class*=\"kb-\"] *,[class*=\"wp-block\"] *,[class*=\"hgbv\"] *)){box-sizing:border-box;margin:0;padding:0}\n  .hg img:where(:not(.hg-banner *,[class*=\"kadence\"] *,[class*=\"kb-\"] *,[class*=\"wp-block\"] *,[class*=\"hgbv\"] *)){max-width:100%}\n\n  .hg .wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}\n\n  \/* highlighter *\/\n  .hg .hl{\n    background:linear-gradient(transparent 14%, var(--yellow) 14%, var(--yellow) 86%, transparent 86%);\n    padding:0 .06em;\n  }\n\n  \/* masthead *\/\n  .hg .masthead{\n    max-width:var(--maxw);margin:0 auto;padding:26px 28px 22px;\n    display:flex;justify-content:space-between;align-items:center;\n    border-bottom:1px solid var(--ink);\n  }\n  .hg .brand{font-family:'Playfair Display',serif;font-weight:900;font-size:19px;letter-spacing:-.01em;color:var(--ink);white-space:nowrap}\n  .hg .brand b{color:var(--gold)}\n  .hg .masthead .tag{font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-faint);white-space:nowrap}\n\n  \/* hero *\/\n  .hg .hero{padding:74px 0 58px;border-bottom:2px solid var(--ink)}\n  .hg .kicker{font-size:13px;font-weight:700;letter-spacing:.26em;text-transform:uppercase;color:var(--ink);margin-bottom:26px;display:flex;align-items:center;gap:14px}\n  .hg .kicker::before{content:\"\";width:32px;height:10px;background:var(--yellow);border-radius:0;flex:0 0 auto}\n  \/* h1\/h2 are scoped to OUR containers only, so injected element headings\n     are never touched *\/\n  .hg .hero h1{\n    font-family:'Playfair Display',serif;font-weight:900;\n    font-size:clamp(44px,8.4vw,98px);line-height:.96;letter-spacing:-.02em;color:var(--ink);\n  }\n  .hg .withline{\n    font-family:'Playfair Display',serif;font-style:italic;font-weight:500;\n    font-size:clamp(20px,3vw,30px);color:var(--ink-2);margin-top:16px;\n  }\n  .hg .withline b{font-style:normal;font-weight:700;color:var(--ink)}\n  .hg .withline b i{font-style:italic;color:var(--gold)}\n  .hg .dek{font-size:clamp(19px,2.3vw,25px);line-height:1.45;max-width:700px;margin-top:30px;color:var(--ink-2);font-weight:400}\n  .hg .dek b{color:var(--ink);font-weight:600}\n  .hg .byline{margin-top:38px;font-size:12.5px;font-weight:500;letter-spacing:.02em;color:var(--ink-dim);display:flex;flex-wrap:wrap;gap:10px 26px}\n  .hg .byline span{color:var(--ink-faint)}\n  .hg .byline b{color:var(--ink);font-weight:700}\n\n  \/* sections \u2013 direct children of .hg only, so injected markup is untouched *\/\n  .hg > section{padding:64px 0;border-bottom:1px solid #ececec}\n  \/* eyebrows are h2 elements for SEO \u2013 pin font\/size explicitly so the\n     theme's own h2 rules can't leak in *\/\n  .hg .eyebrow{font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;font-size:12px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--ink);line-height:1.7;margin:0 0 18px}\n  .hg .eyebrow::before{content:\"\";display:inline-block;width:8px;height:8px;background:var(--yellow);border-radius:0;margin-right:9px;vertical-align:middle;flex:0 0 auto}\n  .hg .closing h2{font-family:'Playfair Display',serif;font-weight:800;font-size:clamp(28px,4.4vw,48px);line-height:1.05;letter-spacing:-.01em;max-width:18ch;color:var(--ink)}\n  .hg p.body{font-size:17.5px;line-height:1.75;color:var(--ink-2);max-width:680px;margin-top:18px}\n  .hg p.body:first-of-type{margin-top:0}\n  .hg p.body b{color:var(--ink);font-weight:600}\n  .hg p.body + p.body{margin-top:16px}\n  .hg p.body a{color:var(--ink);text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:2px;text-underline-offset:2px}\n\n  \/* lede + drop cap *\/\n  .hg .lede{padding-top:56px}\n  .hg .lede p{font-family:'Playfair Display',serif;font-size:clamp(22px,2.7vw,29px);line-height:1.5;max-width:800px;color:var(--ink);font-weight:500}\n  .hg .lede .drop::first-letter{\n    font-family:'Playfair Display',serif;font-weight:900;float:left;font-size:92px;line-height:.7;\n    padding:10px 16px 0 0;color:var(--ink);\n    background:linear-gradient(transparent 60%, var(--yellow) 60%);\n  }\n\n  \/* stat band *\/\n  .hg .statband{display:grid;grid-template-columns:repeat(4,1fr);border-top:2px solid var(--ink);border-bottom:2px solid var(--ink);margin-top:46px}\n  .hg .stat{padding:26px 18px;border-right:1px solid #e2e2e2}\n  .hg .stat:last-child{border-right:none}\n  .hg .stat .n{font-family:'Playfair Display',serif;font-weight:900;font-size:clamp(32px,4.8vw,54px);line-height:1;letter-spacing:-.02em;color:var(--ink)}\n  .hg .stat .l{font-size:11.5px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--ink-dim);margin-top:10px}\n\n  \/* numbered feature list \u2013 the \"three of three\" pattern *\/\n  .hg .trio{list-style:none;max-width:760px;margin-top:30px;counter-reset:trio}\n  .hg .trio li{counter-increment:trio;padding:24px 0 26px 74px;border-bottom:1px solid #ececec;position:relative}\n  .hg .trio li:first-child{border-top:2px solid var(--ink)}\n  .hg .trio li:last-child{border-bottom:2px solid var(--ink)}\n  .hg .trio li::before{\n    content:counter(trio);position:absolute;left:0;top:24px;\n    width:46px;height:46px;display:flex;align-items:center;justify-content:center;\n    font-family:'Playfair Display',serif;font-weight:900;font-size:26px;color:var(--ink);\n    background:var(--yellow);border-radius:0;\n  }\n  .hg .trio .t{font-family:'Playfair Display',serif;font-weight:800;font-size:clamp(20px,2.6vw,26px);line-height:1.2;color:var(--ink)}\n  .hg .trio .d{font-size:16.5px;line-height:1.7;color:var(--ink-2);margin-top:8px;max-width:640px}\n  .hg .trio .d b{color:var(--ink);font-weight:600}\n  .hg .trio .d a{color:var(--ink);text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:2px;text-underline-offset:2px}\n\n  \/* pull quote *\/\n  .hg .pull{\n    max-width:760px;margin:44px 0 6px;padding:6px 0 6px 30px;\n    border-left:10px solid var(--yellow);\n  }\n  .hg .pull p{font-family:'Playfair Display',serif;font-style:italic;font-weight:500;font-size:clamp(21px,2.6vw,28px);line-height:1.45;color:var(--ink)}\n  .hg .pull .who{font-family:'Inter',sans-serif;font-style:normal;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-dim);margin-top:12px}\n\n  \/* \u2500\u2500 \"Did you know?\" boxes \u2500\u2500 *\/\n  .hg .dyk{\n    max-width:660px;margin:42px 0 6px;padding:22px 26px 24px;\n    background:#fffbdc;border:1.5px solid var(--ink);border-radius:5px;\n    box-shadow:8px 8px 0 var(--yellow);\n  }\n  .hg .dyk.right{margin-left:auto}\n  .hg .dyk .dyk-label{font-size:11px;font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:var(--ink);margin-bottom:9px;display:flex;align-items:center;gap:9px}\n  .hg .dyk .dyk-label::before{content:\"\";width:9px;height:9px;background:var(--ink);flex:0 0 auto}\n  .hg .dyk p{font-size:15.5px;line-height:1.65;color:var(--ink-2)}\n  .hg .dyk p b{color:var(--ink);font-weight:700}\n\n  \/* \u2500\u2500 photo figure \u2500\u2500 *\/\n  .hg .figwrap{max-width:560px;margin:34px 0 6px}\n  .hg .figwrap.wide{max-width:760px}\n  .hg .figwrap img{width:100%;display:block;border-radius:16px;box-shadow:0 22px 44px -28px rgba(0,0,0,.55)}\n  .hg .vcap{font-size:12.5px;font-weight:500;letter-spacing:.02em;color:var(--ink-faint);margin:12px 4px 0;line-height:1.5}\n  .hg .vcap b{color:var(--ink);font-weight:700}\n\n  \/* \u2500\u2500 video embed \u2013 16:9 \u2500\u2500 *\/\n  .hg .vidwrap{max-width:760px;margin:0 0 40px}\n  .hg .vid{\n    position:relative;width:100%;aspect-ratio:16\/9;background:#0b0b0b;\n    border-radius:16px;overflow:hidden;\n    box-shadow:0 22px 44px -28px rgba(0,0,0,.55);\n  }\n  .hg .vid iframe{position:absolute;inset:0;width:100%;height:100%;border:0}\n\n  \/* spec sheet table *\/\n  .hg .spec{max-width:680px;margin-top:32px;border-top:2px solid var(--ink);border-bottom:2px solid var(--ink)}\n  .hg .spec .srow{display:grid;grid-template-columns:1fr auto;gap:18px;padding:11px 2px;border-bottom:1px solid #ececec;align-items:baseline}\n  .hg .spec .srow:last-child{border-bottom:none}\n  .hg .spec .k{font-size:11.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-dim)}\n  .hg .spec .v{font-size:15.5px;font-weight:700;color:var(--ink);text-align:right}\n  .hg .speccap{font-size:12.5px;font-weight:500;letter-spacing:.02em;color:var(--ink-faint);margin:12px 2px 0;max-width:680px}\n\n  \/* hype-check list \u2013 claim vs. field *\/\n  .hg .vs{list-style:none;max-width:760px;margin-top:26px}\n  .hg .vs li{padding:16px 0 18px 26px;border-bottom:1px solid #ececec;position:relative;font-size:16px;line-height:1.65;color:var(--ink-2)}\n  .hg .vs li:first-child{border-top:2px solid var(--ink)}\n  .hg .vs li:last-child{border-bottom:2px solid var(--ink)}\n  .hg .vs li::before{content:\"\";position:absolute;left:0;top:24px;width:10px;height:10px;background:var(--yellow);border-radius:0}\n  .hg .vs .who{color:var(--ink);font-weight:700}\n  .hg .vs a{color:var(--ink);text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:2px;text-underline-offset:2px}\n\n  \/* WordPress shortcode banners \u2013 keep the slot's spacing, but reset the\n     inherited report typography so the banners render as designed *\/\n  .hg .hg-banner{margin:18px auto;padding:34px 0;font-family:revert;font-size:medium;font-weight:normal;line-height:normal;letter-spacing:normal;text-align:initial;color:initial}\n  .hg .hg-banner.bottom{padding:42px 0 6px}\n  \/* banner headings (manual slots + hooked Kadence elements): cap the size\n     so they fit the narrower article column instead of wrapping onto four\n     lines and overflowing the slide *\/\n  \/* !important needed: Kadence's generated per-block CSS has higher\n     specificity than anything reasonable we can write here *\/\n  .hg .hg-banner :is(h1,h2,h3),\n  .hg :is([class*=\"kadence\"],[class*=\"kb-\"],[class*=\"wp-block\"],[class*=\"hgbv\"]) :is(h1,h2,h3),\n  .hg :is(h1,h2,h3):is([class*=\"kadence\"],[class*=\"kb-\"],[class*=\"wp-block\"],[class*=\"hgbv\"]){\n    font-size:clamp(22px,2.8vw,34px) !important;\n    line-height:1.15 !important;\n  }\n\n  \/* linked product card (closing) *\/\n  .hg .neocard{display:block;max-width:400px;margin:44px auto 0;text-decoration:none}\n  .hg .neocard img{width:100%;display:block;border-radius:16px;box-shadow:0 22px 44px -28px rgba(0,0,0,.55);transition:transform .5s cubic-bezier(.2,.7,.2,1)}\n  .hg .neocard:hover img{transform:translateY(-4px)}\n  .hg .neocard .cap{font-size:13px;font-weight:700;color:var(--ink);margin-top:14px;text-align:center;text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:2px;text-underline-offset:3px}\n  .hg .neocard .sub{font-size:12px;font-weight:500;color:var(--ink-faint);margin-top:4px;text-align:center}\n\n  \/* closing *\/\n  .hg .closing{padding:90px 0;text-align:center;border-bottom:2px solid var(--ink)}\n  .hg .closing .eyebrow{justify-content:center}\n  .hg .closing h2{max-width:22ch;margin:0 auto;font-size:clamp(30px,5.4vw,58px)}\n  .hg .closing p{font-size:18px;color:var(--ink-dim);max-width:600px;margin:24px auto 0}\n  .hg .closing p a{color:var(--ink);text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:2px;text-underline-offset:2px}\n\n  \/* footer *\/\n  .hg > footer{padding:50px 0 80px;text-align:center}\n  .hg .foot-brand{font-family:'Playfair Display',serif;font-weight:900;font-size:24px;letter-spacing:-.01em;color:var(--ink)}\n  .hg .foot-brand b{color:var(--gold)}\n  .hg .foot-tag{font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--ink-faint);margin-top:10px}\n  .hg .srcnote{max-width:720px;margin:34px auto 0;padding:24px 28px;background:#fafafa;border:1px solid #e8e8e8;border-radius:6px;text-align:left;font-size:13.5px;line-height:1.7;color:var(--ink-dim)}\n  .hg .srcnote b.label{color:var(--ink);font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-size:11px;display:block;margin-bottom:10px}\n  .hg .srcnote a{color:var(--ink);text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:2px;text-underline-offset:2px;word-break:break-word}\n  .hg .srcnote strong{color:var(--ink);font-weight:700}\n\n  \/* reveal on scroll *\/\n  .hg .reveal{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1)}\n  .hg .reveal.in{opacity:1;transform:none}\n\n  \/* responsive *\/\n  @media(max-width:860px){\n    .hg .statband{grid-template-columns:1fr 1fr}\n    .hg .stat:nth-child(2){border-right:none}\n    .hg .stat:nth-child(1),.hg .stat:nth-child(2){border-bottom:1px solid #e2e2e2}\n  }\n  @media(max-width:760px){\n    \/* break the whole article out of the theme's content container so it spans the full screen width *\/\n    .hg{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}\n    .hg .hero{padding:40px 0 34px}\n    .hg > section{padding:38px 0}\n    .hg .lede{padding-top:34px}\n    .hg .wrap{padding:0 15px}\n    .hg .masthead{padding:18px 15px 16px}\n    .hg .dyk{margin:30px 0 4px;box-shadow:6px 6px 0 var(--yellow)}\n    .hg .trio li{padding:20px 0 22px 60px}\n    .hg .trio li::before{width:40px;height:40px;font-size:22px;top:20px}\n    .hg .pull{padding-left:18px;border-left-width:8px}\n  }\n  @media(max-width:480px){\n    .hg .statband{grid-template-columns:1fr 1fr}\n  }\n<\/style>\n\n\n<div class=\"hg\">\n\n  <!-- MASTHEAD -->\n  <div class=\"masthead\">\n    <div class=\"brand\">humanoid<b>.<\/b>guide<\/div>\n    <div class=\"tag\">\ub274\uc2a4 \ubd84\uc11d<\/div>\n  <\/div>\n\n  <!-- HERO -->\n  <header class=\"hero\">\n    <div class=\"wrap\">\n      <div class=\"kicker\">1X Technologies \u00b7 \uc2e0\uc81c\ud488 \uacf5\uac1c \u00b7 2026\ub144 7\uc6d4<\/div>\n      <h1>NEO, \uc0c8\ub85c\uc6b4 <span class=\"hl\">\uacbd\uc601\uc9c4<\/span> \ub9de\uc774\ud558\ub2e4<\/h1>\n      <div class=\"withline\"><b>humanoid<i>.<\/i>guide\ub97c<\/b> \ud1b5\ud574 \uc0ac\uc591\uc11c\ub97c \ud655\uc778\ud558\uba70<\/div>\n      <p class=\"dek\">\ubca0\ub978\ud2b8 \ubcf4\ub974\ub2c8\ud788(Bernt B\u00f8rnich)\ub294 \u201c\uc778\ub958 \uc5ed\uc0ac\uc0c1 \uac00\uc7a5 \uc9c4\ubcf4\ub41c \ub85c\ubd07 \uc190\u201d\uc744 \uc608\uace0\ud55c \ubc14 \uc788\ub2e4. \uc774\uc81c \uc0c8\ub85c\uc6b4 <b>1X NEO \ub85c\ubd07 \uc190\uc774<\/b> \uacf5\uc2dd\uc801\uc73c\ub85c \uacf5\uac1c\ub418\uc5c8\ub2e4. \uc774 \ub85c\ubd07 \uc190\uc740 <b>25\uac1c\uc758 \ud798 \uc81c\uc5b4 \uc790\uc720\ub3c4\ub97c \uac16\ucd94\uace0 \uc788\uc73c\uba70<\/b>, \uc804\ub2e8\ub825\uc744 \uac10\uc9c0\ud560 \uc218 \uc788\ub294 \uc190\uac00\ub77d \ub05d\uc744 \uac00\uc9c0\uace0 \uc788\uace0, \uc62c\ud574 \uc790\uccb4 \uc0dd\uc0b0\uc73c\ub85c 1\ub9cc \uac1c\ub97c \uc81c\uc791\ud558\ub294 \uac83\uc744 \ubaa9\ud45c\ub85c \ud558\uace0 \uc788\ub2e4. <\/p>\n      <div class=\"byline\">\n        <div><span>\ubd84\uc11d:<\/span> <b>humanoid.guide<\/b><\/div>\n        <div><span>\ub0a0\uc9dc<\/span> <b>2026\ub144 7\uc6d4<\/b><\/div>\n        <div><span>\uc0ac\uc9c4 \ubc0f \uc601\uc0c1 \uc2a4\ud2f8\ucef7<\/span> <b>1X Technologies \uc81c\uacf5<\/b><\/div>\n      <\/div>\n    <\/div>\n  <\/header>\n\n  <!-- LEDE -->\n  <section class=\"lede\">\n    <div class=\"wrap\">\n      <div class=\"vidwrap reveal\">\n        <div class=\"vid\"><iframe loading=\"lazy\" src=\"https:\/\/www.youtube.com\/embed\/QRyXV3csReA?rel=0\" title=\"\uc0c8\ub85c\uc6b4 1X NEO \ud578\uc988 \u2013 \ucd9c\uc2dc \uc601\uc0c1\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"\"><\/iframe><\/div>\n        <p class=\"vcap\"><b>\uacf5\uac1c \uc601\uc0c1 \ubcf4\uae30<\/b> \u00b7 \uc0c8\ub85c\uc6b4 \ud578\uc988\uc758 \ub7f0\uce6d \uc601\uc0c1 \u00b7 1X \uc81c\uacf5<\/p>\n      <\/div>\n      <p class=\"drop reveal\">\uc77c\ubd80 \uc81c\ud488 \ud2f0\uc800 \uc601\uc0c1\uc740 \uc740\uadfc\ud55c \ud3b8\uc785\ub2c8\ub2e4. \ud558\uc9c0\ub9cc \uc774\ubc88\uc740 \ub2ec\ub790\uc2b5\ub2c8\ub2e4. 1X\uc758 \ucc3d\ub9bd\uc790 \ubca0\ub978\ud2b8 \ubcf4\ub974\ub2c8\ud788(Bernt B\u00f8rnich)\ub294 X\uc5d0 \u201c\ub0b4\uc77c \uc778\ub958 \uc5ed\uc0ac\uc0c1 \uac00\uc7a5 \uc9c4\ubcf4\ub41c \ub85c\ubd07 \uc190\uc744 \uacf5\uac1c\ud560 \uc608\uc815\uc785\ub2c8\ub2e4\u201d\ub77c\uace0 \uc801\uc73c\uba70, \uc778\ud130\ub137 \ub85c\ubd07 \uacf5\ud559 \ucee4\ubba4\ub2c8\ud2f0\uac00 \ub3c4\ub974\ub798 \uac1c\uc218\ub97c \uc138\uc5b4\ubcf4\uac8c \ub9cc\ub4e0 \ud798\uc904 \ubaa8\ub4c8\uc758 \ud074\ub85c\uc988\uc5c5 \uc0ac\uc9c4\uc744 \uc62c\ub838\uc2b5\ub2c8\ub2e4. \uc774\uc81c \uacf5\uac1c \ud589\uc0ac\uac00 \uc0dd\uc911\uacc4\ub418\uace0 \uc788\uc73c\uba70, \uc774\ubc88\ub9cc\ud07c\uc740 \uc0ac\uc591\ud45c\uac00 \uacfc\ub300 \uad11\uace0\ub97c \ub6f0\uc5b4\ub118\uc744 \ub9cc\ud07c \ud765\ubbf8\ub86d\uc2b5\ub2c8\ub2e4.  <\/p>\n      <div class=\"statband reveal\">\n        <div class=\"stat\"><div class=\"n\">25<\/div><div class=\"l\">\ud798 \uc81c\uc5b4 \uc790\uc720\ub3c4<\/div><\/div>\n        <div class=\"stat\"><div class=\"n\">\u00b10.2mm<\/div><div class=\"l\">\uc704\uce58 \uce21\uc815 \uc815\ud655\ub3c4<\/div><\/div>\n        <div class=\"stat\"><div class=\"n\">IP68<\/div><div class=\"l\">\ubc29\uc218 \ubc0f \uc2dd\ud488 \uc548\uc804 \uc778\uc99d<\/div><\/div>\n        <div class=\"stat\"><div class=\"n\">10,000<\/div><div class=\"l\">2026\ub144 \ubaa9\ud45c \ub300\uc0c1: \uc190<\/div><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- THE REVEAL -->\n  <section>\n    <div class=\"wrap\">\n      <h2 class=\"eyebrow reveal\">\uacf5\uac1c \u00b7 \uc0c8\ub85c\uc6b4 1X NEO \ud578\uc988\uc758 \uc815\uccb4\ub294 \uacfc\uc5f0 \ubb34\uc5c7\uc778\uac00<\/h2>\n      <p class=\"body reveal\">1X\ub294 \uc0c8\ub85c\uc6b4 \ub85c\ubd07 \uc190\uc744 <b> \u201c\ubb3c\ub9ac\uc801 \uc138\uacc4\ub97c \uc704\ud55c API\u201d\ub77c\uace0<\/b> \uc815\uc758\ud558\uba70, \uc774 \ubb38\uad6c \ub4a4\uc5d0 \uc228\uaca8\uc9c4 \uc218\uce58\ub294 <a href=\"https:\/\/www.1x.tech\/discover\/neos-hands\" target=\"_blank\" rel=\"noopener\">\ucd9c\uc2dc \ud398\uc774\uc9c0\uc5d0<\/a> \uba85\uc2dc\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. <b>\uc190\uac00\ub77d\uacfc \uc190\ubc14\ub2e5\uc5d0\ub294 22\uac1c\uc758 \uc644\uc804 \uad6c\ub3d9 \uc790\uc720\ub3c4\uac00, \uc190\ubaa9\uc5d0\ub294 3\uac1c\uc758 \uc790\uc720\ub3c4\uac00 \uc801\uc6a9\ub418\uc5c8\uc73c\uba70,<\/b> \ucd1d 25\uac1c \ubaa8\ub450 \ud798 \uc81c\uc5b4 \ubc29\uc2dd\uc785\ub2c8\ub2e4. \uacbd\uc7c1\uc0ac\ub4e4\uc774 \uc218\uce58\ub97c \ubd80\ud480\ub9ac\uae30 \uc704\ud574 \ud3ec\ud568\ud558\ub294 \uc2a4\ud504\ub9c1\uc2dd \uc218\ub3d9 \uad00\uc808\uc740 \ub2e8 \ud558\ub098\ub3c4 \uc5c6\uc2b5\ub2c8\ub2e4. \ubaa8\ub4e0 \uac83\uc740 \uc774 \ud68c\uc0ac\uc758 <b>\u2018\ud150\ub3c8 \ub4dc\ub77c\uc774\ube0c<\/b>( <b>Tendon Drive<\/b>)\u2019 \uae30\uc220\uc5d0 \uc758\ud574 \uad6c\ub3d9\ub429\ub2c8\ub2e4. 1X\uc758 \uc790\uccb4 \ubaa8\ud130\uac00 \uc57d 5:1\uc5d0\uc11c 15:1\uc758 \uc900\uc9c1\uc811 \uad6c\ub3d9 \ube44\uc728\ub85c \ub2f9\uae30\ub294 \ud3f4\ub9ac\uba38 \ud150\ub3c8\uc744 \ud1b5\ud574 \ubaa8\ub4e0 \uad00\uc808\uc774 <b>\uc5ed\uad6c\ub3d9<\/b> \uac00\ub2a5\ud558\ub3c4\ub85d \uc124\uacc4\ub418\uc5b4, \uc190\uc774 \uc678\ubd80\ub85c\ubd80\ud130 \uac00\ud574\uc9c0\ub294 \ubc18\uc791\uc6a9\uc744 \uac10\uc9c0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. <\/p>\n      <div class=\"figwrap wide reveal\">\n        <img decoding=\"async\" src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/07\/1X01.webp\" alt=\"\uc791\uc740 \ubb3c\uccb4\ub97c \uc9d1\uc5b4 \uc62c\ub9ac\ub294 \uc0c8\ub85c\uc6b4 1X NEO \ud578\ub4dc\" loading=\"lazy\"\/>\n        <p class=\"vcap\"><b>\uc0ac\uc18c\ud55c \uac83\ub4e4<\/b> \u00b7 \uc791\uc740 \ubb3c\uac74\uc744 \uc9d1\uc5b4 \uc62c\ub9b4 \ub54c\uc57c\ub9d0\ub85c \u00b10.2mm\uc758 \uc815\ubc00\ub3c4\uac00 \uc9c4\uac00\ub97c \ubc1c\ud718\ud558\ub294 \uc21c\uac04\uc785\ub2c8\ub2e4 \u00b7 1X \uc81c\uacf5<\/p>\n      <\/div>\n      <p class=\"body reveal\">\uc774 \ubb38\uc11c\uc5d0\uc11c \uc138 \uac00\uc9c0 \uc0ac\ud56d\uc774 \ud2b9\ud788 \ub208\uc5d0 \ub755\ub2c8\ub2e4.<\/p>\n      <ul class=\"trio reveal\">\n        <li>\n          <div class=\"t\">\uc5b4\ub514\uc5d0\ub098 \uc874\uc7ac\ud558\ub294 \ud798<\/div>\n          <div class=\"d\">\uc5c4\uc9c0\uc5d0\uc11c\ub294 <b>3.5 Nm<\/b>, \uc190\uac00\ub77d \uad00\uc808\uc5d0\uc11c\ub294 <b>2.6 Nm<\/b>, \uc190\ubaa9\uc5d0\uc11c\ub294 <b>17.75 Nm\uc758<\/b> \ucd5c\ub300 \ud1a0\ud06c\ub97c \ubc1c\ud718\ud558\uba70, \uc190\uac00\ub77d \ub05d\uc758 \uad74\uace1 \ud798\uc740 \ucd5c\ub300 <b>45 N\uc5d0<\/b> \ub2ec\ud569\ub2c8\ub2e4. \ub610\ud55c \uc2a4\ud504\ub9c1\uc744 \uc774\uc6a9\ud55c \ub2e8\uc21c\ud55c \uc704\uce58 \uc81c\uc5b4\uc5d0 \uadf8\uce58\uc9c0 \uc54a\uace0, \ubaa8\ub4e0 \uad00\uc808\uc5d0\uc11c \uc6d0\uc0dd \ud798 \uc81c\uc5b4\uac00 \uac00\ub2a5\ud569\ub2c8\ub2e4.<\/div>\n        <\/li>\n        <li>\n          <div class=\"t\">\uc804\ub2e8 \ubcc0\ud615\uc744 \uc218\ubc18\ud558\ub294 \uc811\ucd09<\/div>\n          <div class=\"d\">\ubd80\ub4dc\ub7ec\uc6b4 \uace0\ubd84\uc790 \uc18c\uc7ac\ub85c \uc131\ud615\ub41c \uc774 \ucd09\uac01 \uc2a4\ud0dd\uc740 <b>\uc218\uc9c1 \ud558\uc911, \uc811\ucd09 \uc704\uce58 \ubc0f \uc804\ub2e8\ub825\uc744<\/b> \uce21\uc815\ud558\uba70, \uc774\ub294 \uc720\ub9ac\uac00 \ubbf8\ub044\ub7ec\uc9c0\uae30 \uc2dc\uc791\ud558\ub294 \uac83\uc744 \uac10\uc9c0\ud558\uace0 \uc2e4\uc2dc\uac04\uc73c\ub85c \uadf8\ub9bd\uc744 \ubcf4\uc815\ud558\uae30\uc5d0 \ucda9\ubd84\ud569\ub2c8\ub2e4. \uc804\ub2e8\ub825 \uac10\uc9c0\ub294 \uc5ec\uc804\ud788 \ub300\ubd80\ubd84\uc758 \ub85c\ubd07 \uc190\uc774 \uc0dd\ub7b5\ud558\uace0 \uc788\ub294 \ubd80\ubd84\uc785\ub2c8\ub2e4. <\/div>\n        <\/li>\n        <li>\n          <div class=\"t\">\uc124\uac70\uc9c0\uc6a9\uc73c\ub85c \uc81c\uc791\ub428<\/div>\n          <div class=\"d\"><b>IP68 \ubc29\uc218 \ub4f1\uae09, \uc2dd\ud488 \uc548\uc804 \uc778\uc99d<\/b>, \uadf9\ud55c \uc628\ub3c4 \uc870\uac74\uc5d0\uc11c \ud14c\uc2a4\ud2b8\ub97c \uac70\uce5c \ubd80\ud488, \uadf8\ub9ac\uace0 \ud558\uc911\uc744 \uac00\ud55c \uc0c1\ud0dc\uc5d0\uc11c <b>200\ub9cc \ud68c \uc774\uc0c1\uc758 \uc0ac\uc774\ud074\uc744<\/b> \uacac\ub38c\ub0b8 \uc190\ubaa9 \uad00\uc808. \uac00\uc815\uc6a9 \ub85c\ubd07\uc758 \uacbd\uc6b0, \uadf8 \ub9c8\uc9c0\ub9c9 \ubb38\uc7a5\uc774 \uc5b4\ub5a4 \uc190\uc7ac\uc8fc \uc2dc\uc5f0\ubcf4\ub2e4\ub3c4 \ub354 \uc911\uc694\ud569\ub2c8\ub2e4. <\/div>\n        <\/li>\n      <\/ul>\n      <p class=\"body reveal\">\uadf8\ub9ac\uace0 \uc27d\uac8c \uac04\uacfc\ud558\uae30 \uc26c\uc6b4 \ubb38\uad6c\uac00 \ud558\ub098 \ub354 \uc788\uc2b5\ub2c8\ub2e4. \ubc14\ub85c \ubaa8\ub4e0 \uc81c\ud488\uc774 \ud150\ub358 \uc18c\uc7ac, \ubaa8\ud130, \ud3f4\ub9ac\uba38\uc5d0 <b>\uc774\ub974\uae30\uae4c\uc9c0 \uc804 \uacf5\uc815\uc744 \uc0ac\ub0b4\uc5d0\uc11c<\/b> \uc9c1\uc811 \uc0dd\uc0b0\ud558\uba70, <b>2026\ub144\uae4c\uc9c0 1\ub9cc \uac1c\uc758 \ub85c\ubd07 \uc190\uc744 \uc0dd\uc0b0\ud558\uaca0\ub2e4\ub294<\/b> \ubaa9\ud45c\ub97c \ubc1d\ud614\ub2e4\ub294 \uc810\uc785\ub2c8\ub2e4.<\/p>\n      <p class=\"body reveal\">1X\uac00 \uacf5\uac1c\ud55c \uc804\uccb4 \uc790\ub8cc\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:<\/p>\n      <div class=\"spec reveal\">\n        <div class=\"srow\"><div class=\"k\">\uc790\uc720\ub3c4<\/div><div class=\"v\">25\uac1c\uc758 \uc790\uc720\ub3c4 \u00b7 \ubaa8\ub4e0 \uc694\uc18c\uac00 \ud798 \uc81c\uc5b4 \ubc29\uc2dd<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\uc190\uac00\ub77d\uacfc \uc190\ubc14\ub2e5<\/div><div class=\"v\">22\uac1c\uc758 \uc644\uc804 \uad6c\ub3d9 \uc790\uc720\ub3c4<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\uc190\ubaa9\uc758 \ubbfc\ucca9\uc131<\/div><div class=\"v\">3 \uc790\uc720\ub3c4<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\uad6c\ub3d9<\/div><div class=\"v\">1X \ud150\ub358 \uad6c\ub3d9 \ubc29\uc2dd \u00b7 \ud3f4\ub9ac\uba38 \ud150\ub358<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\ud150\ub358 \uad6c\ub3d9\ube44<\/div><div class=\"v\">5:1 \u2013 15:1 (\uc900\uc9c1\uacb0 \uad6c\ub3d9)<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\uc5ed\uc8fc\ud589 \uac00\ub2a5\uc131<\/div><div class=\"v\">\uc644\uc804\ud55c \uc5ed\uad6c\ub3d9 \uac00\ub2a5<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\ucd09\uac01 \uac10\uc9c0<\/div><div class=\"v\">\uc555\ub825 + \uc704\uce58 + \ubbf8\ub044\ub7ec\uc9d0<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\uc190\uac00\ub77d \ud798<\/div><div class=\"v\">\ucd5c\ub300 45 N<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\ucd5c\ub300 \ud1a0\ud06c \u00b7 \uc5c4\uc9c0\uc190\uac00\ub77d<\/div><div class=\"v\">3.5 Nm<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\ucd5c\ub300 \ud1a0\ud06c \u00b7 \uc190\uac00\ub77d \ub9c8\ub514<\/div><div class=\"v\">2.6 Nm<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\uc190\ubaa9 \ud1a0\ud06c<\/div><div class=\"v\">17.75 Nm<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\uc704\uce58 \uc815\ud655\ub3c4<\/div><div class=\"v\">\u00b10.2 mm<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\ubc29\uc218 \ub4f1\uae09<\/div><div class=\"v\">IP68 \u00b7 \uc2dd\ud488\uc6a9 \uc548\uc804 \uc778\uc99d<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\uc2e0\ub8b0\uc131<\/div><div class=\"v\">>200\ub9cc \uc0ac\uc774\ud074 (\uc190\ubaa9, \ud558\uc911 \uc801\uc6a9 \uc2dc)<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\uc81c\uc870<\/div><div class=\"v\">\uc0ac\ub0b4 \uadfc\ubb34 \u00b7 \ubbf8\uad6d \ud5e4\uc774\uc6cc\ub4dc<\/div><\/div>\n        <div class=\"srow\"><div class=\"k\">\uc0dd\uc0b0 \ubaa9\ud45c<\/div><div class=\"v\">2026\ub144\uc5d0 10,000 \ud578\ub4dc<\/div><\/div>\n      <\/div>\n      <p class=\"speccap reveal\">\ucd9c\uc2dc \ub2f9\uc2dc 1X\uac00 \uacf5\uac1c\ud55c \uc0ac\uc591 (<a href=\"https:\/\/www.1x.tech\/discover\/neos-hands\" target=\"_blank\" rel=\"noopener\" style=\"color:inherit\">1x.tech<\/a>) \u2013 \uc81c\uc870\uc0ac \uc790\uccb4 \uc218\uce58.<\/p>\n      <div class=\"figwrap wide reveal\">\n        <img decoding=\"async\" src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/07\/1X03.webp\" alt=\"\ub808\uace0 \ube14\ub85d\uc73c\ub85c \uac74\ubb3c\uc744 \uc313\uace0 \uc788\ub294 1X NEO\" loading=\"lazy\"\/>\n        <p class=\"vcap\"><b>\ubcbd\ub3cc \ud558\ub098\ud558\ub098<\/b> \u00b7 \ub808\uace0\ub294 \ud798 \uc870\uc808\uacfc \uc12c\uc138\ud55c \uc190\ub180\ub9bc\uc744 \uc740\uadfc\ud788 \uc694\uad6c\ud558\ub294 \ud30c\ud2f0 \ub180\uc774\uc785\ub2c8\ub2e4 \u00b7 1X \uc81c\uacf5<\/p>\n      <\/div>\n      <div class=\"pull reveal\">\n        <p>\"\uc774 \uc190\uc740 \ud734\uba38\ub178\uc774\ub4dc\ub97c \uc9c4\uc815\uc73c\ub85c \uc720\uc6a9\ud558\uac8c \ub9cc\ub4e4\uae30 \uc704\ud574 \uc9d1\uc911\uc801\uc73c\ub85c \uc5f0\uad6c\ud55c \uacf5\ud559\uc758 \uacb0\uc2e4\uc785\ub2c8\ub2e4.\"<\/p>\n        <div class=\"who\">\ubca0\ub978\ud2b8 \ubcf4\ub974\ub2c8\ud788 \u00b7 1X \ucc3d\ub9bd\uc790 \uacb8 CEO \u00b7 \ucd9c\uc2dc \ubc1c\ud45c<\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- THE FORESHADOWING -->\n  <section>\n    <div class=\"wrap\">\n      <h2 class=\"eyebrow reveal\">\uc608\uace0 \u00b7 \uc815\uc911\ud558\uac8c \uc804\ud574\uc9c4 \ub9d0<\/h2>\n      <p class=\"body reveal\">\ub3cc\uc774\ucf1c\ubcf4\uba74, 1X\ub294 \uba87 \uc8fc \ub3d9\uc548 \uc774 \uacf5\uac1c \uc18c\uc2dd\uc744 \uc608\uace0\ud574 \uc654\uc2b5\ub2c8\ub2e4. \ud3ec\ube0c\uc2a4 6\uc6d4\ud638\uc5d0 \uc2e4\ub9b0 \uc874 \ucf54\uc5d0\ud2f0\uc5b4(John Koetsier)\uc758 \ud504\ub85c\ud544 \uae30\uc0ac\uc5d0\uc11c, \uc81c\ud488 \ucd1d\uad04 \ucc45\uc784\uc790\uc778 <b>\ub2e4\ub974 \uc2ac\ub9ac\ud37c(Dar Sleeper)\ub294<\/b> \uacf5\uac1c\ub41c \uc601\uc0c1 \uc18d \uc5b4\ub5a4 \uac83\ubcf4\ub2e4\ub3c4 \ub354 \ube60\ub974\uace0 \ubbfc\ucca9\ud55c \uc190\ub3d9\uc791\uc744 \uc120\ubcf4\uc600\uc73c\uba70, \uae30\uc0ac\ub294 <b> \u201c\ud604\uc7ac NEO\uc5d0 \uc7a5\ucc29\ub418\uc5b4 \uae30\uc874 \uc601\uc0c1\uc5d0\uc11c \ubcf4\uc168\uc744\uc9c0\ub3c4 \ubaa8\ub974\ub294 \uc190\uc740 \ucd9c\uc2dc\ub420 \ucd5c\uc885 \uc81c\ud488\uacfc \ub2e4\ub978 \uac83\u201d<\/b> \uc774\ub77c\uace0 \uba85\ubc31\ud788 \uc5b8\uae09\ud588\uc2b5\ub2c8\ub2e4 <b>.<\/b> \uc800\ud76c\ub3c4 <a href=\"https:\/\/humanoid.guide\/1x-details-neo-robot-hands-ahead-of-consumer-humanoid-launch\/\">NEO\uc758 \uc190 \uae30\ub2a5\uc5d0 \ub300\ud55c \uc790\uccb4 \uae30\uc0ac\uc5d0\uc11c, \uac00\uc815\uc6a9 \ucd9c\uc2dc\ub97c \uc55e\ub450\uace0<\/a> \ub3d9\uc77c\ud55c \uc2e0\ud638\ub97c \uc9c0\uc801\ud55c \ubc14 \uc788\uc2b5\ub2c8\ub2e4. <\/p>\n      <p class=\"body reveal\">\uc2ac\ub9ac\ud37c\ub294 \ub610\ud55c \u2018\ud578\ub4dc\u2019 \ub17c\uc7c1\uc5d0\uc11c \uac00\uc7a5 \ub0a0\uce74\ub85c\uc6b4 \uc9c0\uc801\uc744 \ub0b4\ub193\uae30\ub3c4 \ud588\ub2e4. \ub300\ubd80\ubd84\uc758 \uae30\uc5c5\uc774 22\ub3c4\uc758 \uc790\uc720\ub3c4\ub97c \uad11\uace0\ud558\uc9c0\ub9cc, \uadf8 \uad00\uc808 \uc911 \uc0c1\ub2f9\uc218\ub294 \uc218\ub3d9\uc2dd\uc774\uba70 \u201c\ub300\uac1c \ub2e8\uc21c\ud788 \uc2a4\ud504\ub9c1\uc73c\ub85c \uc791\ub3d9\ub418\ub294\u201d \ubc29\uc2dd\uc774\ub77c\ub294 <b>\uac83\uc774\ub2e4<\/b>. \uc774\uc81c \ucd9c\uc2dc \ud398\uc774\uc9c0\uc5d0\uc11c\ub3c4 \ub4b7\ubc1b\uce68\ub418\uace0 \uc788\ub294 \uadf8\uc758 \uc8fc\uc7a5\uc740 \uc774\ub807\ub2e4. <b>\uc9c1\uc811 \uc791\ub3d9\uc2dc\ud0a4\uac70\ub098 \ub290\ub084 \uc218 \uc5c6\ub294 \uc790\uc720\ub3c4\ub294 \ub370\uc774\ud130\uc2dc\ud2b8\uc5d0 \uc801\ud78c \uc22b\uc790\uc5d0 \ubd88\uacfc\ud560 \ubfd0, \uc2e4\uc81c \uc131\ub2a5\uc774 \uc544\ub2c8\ub77c\ub294 \uac83\uc774\ub2e4.<\/b> <\/p>\n      <div class=\"vidwrap reveal\" style=\"margin:34px 0 6px\">\n        <div class=\"vid\"><iframe loading=\"lazy\" src=\"https:\/\/www.youtube.com\/embed\/3KP10nj4zGE?rel=0\" title=\"\ub124\uc624\uc758 \ub180\ub77c\uc6b4 \uc0c8 \uc190 \u2013 \ubc29\uae08 \ucd9c\uc2dc\ub418\uc5c8\uc2b5\ub2c8\ub2e4! \u2013 NEXT with John Koetsier\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"\"><\/iframe><\/div>\n        <p class=\"vcap\"><b>\ub124\uc624\uc758 \ub180\ub77c\uc6b4 \uc0c8 \uc190 \u2013 \ubc29\uae08 \ucd9c\uc2dc\ub418\uc5c8\uc2b5\ub2c8\ub2e4!<\/b>  \u00b7 \uc874 \ucf54\uc5d0\ud2f0\uc5b4\uac00 \uc790\uc2e0\uc758 NEXT \ucc44\ub110\uc744 \ud1b5\ud574 \uacf5\uac1c\ub41c \ub0b4\uc6a9\uc744 \ucc98\uc74c\uc73c\ub85c \uc0b4\ud3b4\ubcf8 \ubaa8\uc2b5<\/p>\n      <\/div>\n      <div class=\"dyk right reveal\">\n        <div class=\"dyk-label\">\uc54c\uace0 \uacc4\uc168\ub098\uc694?<\/div>\n        <p>\ud2f0\uc800 \uc774\ubbf8\uc9c0 \uc790\uccb4\uac00 \ub208\uc5d0 \ub744\ub294 \uacf3\uc5d0 \uc228\uaca8\uc9c4 \ud78c\ud2b8\uc600\uc2b5\ub2c8\ub2e4. \ud074\ub85c\uc988\uc5c5 \uc0f7\uc5d0 \ubcf4\uc774\ub294 \ub465\uae00\uace0 \ub3c4\ub974\ub798 \ubaa8\uc591\uc758 \ubaa8\ub4c8\ub4e4\uc740 <b>\u2018\ud150\ub358 \uad6c\ub3d9 \uc561\ucd94\uc5d0\uc774\ud130 \ud329\u2019\uc73c\ub85c<\/b>, 1X\uc758 \ub300\ud45c\uc801\uc778 \uc544\ud0a4\ud14d\ucc98\uc785\ub2c8\ub2e4. \uc774 \uc544\ud0a4\ud14d\ucc98\ub294 \uacbd\uc9c1\ub41c \uae30\uc5b4\ubc15\uc2a4 \ub300\uc2e0 \ud3f4\ub9ac\uba38 \ud150\ub358\uc744 \uc0ac\uc6a9\ud558\uba70, \ubc14\ub85c \uc774\ub7ec\ud55c \uc811\uadfc \ubc29\uc2dd \ub355\ubd84\uc5d0 \ub85c\ubd07 \uc804\uccb4\uac00 \uac70\uc2e4\uc5d0\uc11c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc744 \ub9cc\ud07c \uc870\uc6a9\ud558\uac8c \uc791\ub3d9\ud569\ub2c8\ub2e4.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- MID BANNER (WordPress shortcode) -->\n  <div class=\"wrap hg-banner\">    <!-- ===== BANNER SLIDER ===== -->\n    <style>\n    \/* ---------- SLIDER-RAMME ---------- *\/\n    .hgbv-slider, .hgbv-slider *{box-sizing:border-box}\n    .hgbv-slider{\n      --hgbv-dot:rgba(255,255,255,0.55);\n      --hgbv-dot-active:#ffffff;\n      position:relative; width:100%; max-width:1240px; margin:0 auto;\n      overflow:hidden; min-width:0;\n      font-family:'Inter','Helvetica Neue',Arial,sans-serif;\n    }\n    .hgbv-slider-track{\n      display:flex;\n      width:100%;\n      transition:transform 0.45s cubic-bezier(0.4,0,0.2,1);\n      will-change:transform;\n    }\n    .hgbv-slider-slide{\n      flex:0 0 100%;\n      width:100%;\n      min-width:0;\n    }\n    @media (prefers-reduced-motion: reduce){\n      .hgbv-slider-track{transition:none !important}\n    }\n    \/* ---------- PRIKKER ---------- *\/\n    .hgbv-slider-dots{\n      position:absolute;\n      left:0; right:0; bottom:16px;\n      z-index:20;\n      display:flex; justify-content:center; align-items:center; gap:11px;\n      pointer-events:none;\n    }\n    .hgbv-slider-dot{\n      pointer-events:auto;\n      width:11px; height:11px; padding:0;\n      border-radius:50%;\n      border:none; cursor:pointer;\n      background:var(--hgbv-dot);\n      box-shadow:0 1px 3px rgba(0,0,0,0.35);\n      transition:transform 0.2s ease, background 0.2s ease, width 0.2s ease;\n      -webkit-appearance:none; appearance:none;\n    }\n    .hgbv-slider-dot:hover{transform:scale(1.15)}\n    .hgbv-slider-dot.is-active{\n      background:var(--hgbv-dot-active);\n      width:26px; border-radius:6px;\n    }\n    .hgbv-slider-dot:focus-visible{outline:2px solid #fff; outline-offset:3px}\n    @media (max-width:768px){\n      .hgbv-slider-dots{bottom:12px; gap:9px}\n    }\n    \/* =================================================== *\/\n    \/* ===== YELLOW BANNER STYLES (-sc-)              ===== *\/\n    \/* ===== shared by Slide 1 (Foundation Models)    ===== *\/\n    \/* =====       and Slide 3 (Supply Chain)         ===== *\/\n    \/* =================================================== *\/\n    .hgbv-sc-wrap, .hgbv-sc-wrap *{box-sizing:border-box}\n    .hgbv-sc-wrap{\n      --hgbv-sc-yellow:#F8E60A;\n      --hgbv-sc-text:#0a0a0a;\n      --hgbv-sc-green:#90cd49;\n      --hgbv-sc-green-hover:#a3dd5b;\n      width:100%; margin:0 auto;\n      font-family:'Inter','Helvetica Neue',Arial,sans-serif;\n    }\n    .hgbv-sc{position:relative; width:100%; background:var(--hgbv-sc-yellow) !important; overflow:hidden; border-radius:0; height:500px; display:flex !important; flex-direction:row !important; align-items:stretch !important}\n    .hgbv-sc-content{position:relative; z-index:3; flex:1; padding:50px 56px; display:flex; flex-direction:column; justify-content:center; max-width:660px; background:var(--hgbv-sc-yellow) !important}\n    .hgbv-sc-newtag{display:inline-block !important; background:#0a0a0a !important; color:var(--hgbv-sc-yellow) !important; font-size:14px !important; font-weight:800 !important; letter-spacing:0.18em !important; padding:6px 14px !important; border-radius:4px !important; margin:0 0 18px 0 !important; width:fit-content !important; text-transform:uppercase !important; font-family:inherit !important; animation: hgbv-sc-pulse 1.8s ease-in-out infinite !important; transform-origin:left center !important; box-shadow:0 0 0 0 rgba(10,10,10,0.5)}\n    @keyframes hgbv-sc-pulse {0%, 100% {transform: scale(1); box-shadow: 0 0 0 0 rgba(10,10,10,0.5)} 50% {transform: scale(1.06); box-shadow: 0 0 0 8px rgba(10,10,10,0)}}\n    .hgbv-sc-content .hgbv-sc-title{color:#0a0a0a !important}\n    .hgbv-sc-content .hgbv-sc-subtitle{color:#0a0a0a !important}\n    .hgbv-sc-title{font-size:48px !important; font-weight:800 !important; line-height:1.05 !important; margin:0 0 16px 0 !important; letter-spacing:-0.5px !important; padding:0 !important}\n    .hgbv-sc-subtitle{font-size:26px !important; font-weight:600 !important; line-height:1.3 !important; margin:0 0 32px 0 !important; letter-spacing:-0.2px !important}\n    .hgbv-sc-cta{display:inline-flex !important; align-items:center !important; justify-content:center !important; gap:14px !important; background:#90cd49 !important; color:#1a1a1a !important; text-decoration:none !important; font-size:22px !important; font-weight:700 !important; padding:18px 40px !important; border-radius:4px !important; transition:background 0.2s ease, transform 0.2s ease !important; width:fit-content !important; min-width:320px; font-family:inherit; border:none; cursor:pointer; letter-spacing:-0.2px; box-shadow:0 2px 8px rgba(0,0,0,0.08)}\n    .hgbv-sc-cta:hover{background:#a3dd5b !important; transform:translateY(-1px); color:#1a1a1a !important; box-shadow:0 6px 14px rgba(0,0,0,0.15); text-decoration:none !important}\n    .hgbv-sc-cta:focus{outline:2px solid #0a0a0a; outline-offset:3px}\n    .hgbv-sc-cta-icon{width:26px; height:30px; flex-shrink:0}\n    .hgbv-sc-video{position:relative; flex-shrink:0; width:500px; height:500px; background:var(--hgbv-sc-yellow) !important; overflow:hidden; align-self:center}\n    .hgbv-sc-video video{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block; background:transparent}\n    @media (max-width:1024px){.hgbv-sc{height:440px}.hgbv-sc-content{padding:36px 40px}.hgbv-sc-newtag{font-size:11px !important; padding:5px 11px !important; margin-bottom:14px !important}.hgbv-sc-title{font-size:34px !important; margin-bottom:12px !important}.hgbv-sc-subtitle{font-size:19px !important; margin-bottom:24px !important}.hgbv-sc-cta{font-size:17px !important; padding:14px 26px !important; min-width:240px}.hgbv-sc-cta-icon{width:22px !important; height:25px !important}.hgbv-sc-video{width:360px; height:360px}}\n    @media (max-width:860px){.hgbv-sc-content{padding:30px 32px}.hgbv-sc-newtag{font-size:10px !important; padding:4px 10px !important; margin-bottom:12px !important}.hgbv-sc-title{font-size:28px !important; margin-bottom:10px !important}.hgbv-sc-subtitle{font-size:16px !important; margin-bottom:20px !important}.hgbv-sc-cta{font-size:15px !important; padding:12px 22px !important; min-width:200px}.hgbv-sc-cta-icon{width:20px !important; height:23px !important}.hgbv-sc-video{width:300px; height:300px}}\n    @media (max-width:768px){.hgbv-sc{min-height:auto !important; height:auto !important; flex-direction:column-reverse !important}.hgbv-sc-video{width:100% !important; max-width:100% !important; height:auto !important; aspect-ratio:1\/1; align-self:auto !important}.hgbv-sc-content{padding:36px 26px 56px !important; max-width:100% !important}.hgbv-sc-newtag{font-size:12px !important; padding:5px 11px !important; margin-bottom:14px !important}.hgbv-sc-title{font-size:32px !important; margin-bottom:12px !important}.hgbv-sc-subtitle{font-size:19px !important; margin-bottom:26px !important}.hgbv-sc-cta{width:100% !important; min-width:0; font-size:19px !important; padding:16px 24px !important; gap:12px}.hgbv-sc-cta-icon{width:24px !important; height:28px !important}}\n    @media (max-width:480px){.hgbv-sc-content{padding:30px 20px 52px !important}.hgbv-sc-title{font-size:28px !important}.hgbv-sc-subtitle{font-size:18px !important}.hgbv-sc-cta{font-size:17px !important; padding:14px 20px !important}}\n    \/* =================================================== *\/\n    \/* ===== SLIDE 2: MARKET REPORT BANNER (-mr-)     ===== *\/\n    \/* =================================================== *\/\n    .hgbv-mr-wrap, .hgbv-mr-wrap *{box-sizing:border-box}\n    .hgbv-mr-wrap, .hgbv-mr-wrap *{font-family:'Inter','Helvetica Neue',Arial,sans-serif !important}\n    .hgbv-mr-title{line-height:1.08 !important}\n    .hgbv-mr-desc{line-height:1.55 !important}\n    .hgbv-mr-credit-text{line-height:1.45 !important}\n    .hgbv-mr-credit-intro, .hgbv-mr-credit-name{display:block !important; margin-bottom:2px !important}\n    .hgbv-mr-wrap{\n      --hgbv-mr-bg:#3a3a3a;\n      --hgbv-mr-yellow:#f8e60a;\n      --hgbv-mr-text:#ffffff;\n      --hgbv-mr-green:#90cd49;\n      --hgbv-mr-green-hover:#a3dd5b;\n      width:100%; margin:0 auto;\n      font-family:'Inter','Helvetica Neue',Arial,sans-serif !important;\n      container-type:inline-size; container-name:hgbvmr;\n    }\n    .hgbv-mr{position:relative; width:100%; background:var(--hgbv-mr-bg); overflow:hidden; border-radius:0; height:500px; display:flex; align-items:stretch}\n    .hgbv-mr-content{position:relative; z-index:3; flex:1 1 auto; min-width:0; padding:50px 56px; display:flex; flex-direction:column; justify-content:center; max-width:660px}\n    .hgbv-mr-title{font-size:42px; font-weight:800; color:var(--hgbv-mr-text); line-height:1.08; margin:0 0 18px 0; letter-spacing:-0.5px; padding:0}\n    .hgbv-mr-desc{font-size:16px; line-height:1.55; color:var(--hgbv-mr-text); margin:0 0 26px 0; max-width:520px; font-weight:400}\n    .hgbv-mr-credit{display:flex; align-items:center; gap:18px; margin-bottom:26px}\n    .hgbv-mr-credit-photo{width:92px; height:92px; border-radius:50%; overflow:hidden; flex-shrink:0; background:#555}\n    .hgbv-mr-credit-photo img{width:100%; height:100%; object-fit:cover; display:block; max-width:none}\n    .hgbv-mr-credit-text{font-size:16px; line-height:1.45; color:var(--hgbv-mr-text)}\n    .hgbv-mr-credit-intro{font-weight:400; margin-bottom:2px; display:block}\n    .hgbv-mr-credit-name{font-weight:700; margin-bottom:2px; display:block}\n    .hgbv-mr-credit-co{font-weight:700; color:var(--hgbv-mr-yellow); display:inline}\n    .hgbv-mr-credit-now{font-weight:400; display:inline}\n    .hgbv-mr-credit-deepmind{font-weight:700; color:var(--hgbv-mr-yellow); display:inline}\n    .hgbv-mr-cta{display:inline-flex; align-items:center; justify-content:center; gap:14px; background:var(--hgbv-mr-green); color:#1a1a1a; text-decoration:none; font-size:22px; font-weight:700; padding:18px 40px; border-radius:4px; transition:background 0.2s ease, transform 0.2s ease; width:fit-content; max-width:100%; min-width:280px!important; font-family:'Inter','Helvetica Neue',Arial,sans-serif !important; border:none; cursor:pointer; letter-spacing:-0.2px; white-space:nowrap}\n    .hgbv-mr-cta:hover{background:var(--hgbv-mr-green-hover); transform:translateY(-1px); color:#1a1a1a}\n    .hgbv-mr-cta:focus{outline:2px solid var(--hgbv-mr-yellow); outline-offset:3px}\n    .hgbv-mr-cta-icon{width:26px; height:30px; flex-shrink:0}\n    .hgbv-mr-video{position:relative; flex-shrink:0; width:500px; height:500px; background:#3a3a3a; overflow:hidden; align-self:center}\n    .hgbv-mr-video video{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block}\n    @media (max-width:1180px){.hgbv-mr-wrap .hgbv-mr{height:440px}.hgbv-mr-wrap .hgbv-mr-content{padding:44px 40px}.hgbv-mr-wrap .hgbv-mr-title{font-size:38px}.hgbv-mr-wrap .hgbv-mr-video{width:440px; height:440px}.hgbv-mr-wrap .hgbv-mr-cta{font-size:21px; padding:17px 34px; min-width:260px!important}}\n    @media (max-width:1000px){.hgbv-mr-wrap .hgbv-mr{height:440px}.hgbv-mr-wrap .hgbv-mr-content{padding:36px 32px}.hgbv-mr-wrap .hgbv-mr-title{font-size:32px}.hgbv-mr-wrap .hgbv-mr-desc{font-size:15px}.hgbv-mr-wrap .hgbv-mr-video{width:360px; height:360px}.hgbv-mr-wrap .hgbv-mr-cta{font-size:19px; padding:15px 26px; min-width:220px!important}}\n    @media (max-width:768px){.hgbv-mr-wrap .hgbv-mr{min-height:auto; height:auto; flex-direction:column}.hgbv-mr-wrap .hgbv-mr-content{padding:36px 26px 48px; max-width:100%; order:1}.hgbv-mr-wrap .hgbv-mr-video{width:100%; max-width:100%; height:auto; aspect-ratio:1\/1; align-self:auto; order:2}.hgbv-mr-wrap .hgbv-mr-title{font-size:30px; margin-bottom:14px}.hgbv-mr-wrap .hgbv-mr-desc{font-size:15px; margin-bottom:22px; max-width:100%}.hgbv-mr-wrap .hgbv-mr-credit{margin-bottom:22px; gap:14px}.hgbv-mr-wrap .hgbv-mr-credit-photo{width:72px; height:72px}.hgbv-mr-wrap .hgbv-mr-credit-text{font-size:15px}.hgbv-mr-wrap .hgbv-mr-cta{width:100%; min-width:0!important; font-size:19px; padding:16px 24px; gap:12px; white-space:normal}.hgbv-mr-wrap .hgbv-mr-cta-icon{width:24px; height:28px}}\n    @media (max-width:500px){.hgbv-mr-wrap .hgbv-mr-content{padding:30px 20px 44px}.hgbv-mr-wrap .hgbv-mr-title{font-size:26px}.hgbv-mr-wrap .hgbv-mr-desc{font-size:14px}.hgbv-mr-wrap .hgbv-mr-credit-photo{width:60px; height:60px}.hgbv-mr-wrap .hgbv-mr-credit-text{font-size:14px}.hgbv-mr-wrap .hgbv-mr-cta{font-size:17px; padding:14px 20px}}\n    @media (prefers-reduced-motion: reduce){.hgbv-mr-cta{transition:none}.hgbv-sc-cta{transition:none !important}.hgbv-sc-newtag{animation:none !important}}\n    <\/style>\n    <!-- data-autoplay=\"0\" = av -->\n    <div class=\"hgbv-slider\" data-autoplay=\"0\" aria-roledescription=\"carousel\" aria-label=\"Featured reports\">\n      <div class=\"hgbv-slider-track\">\n        <!-- ===== SLIDE 1 \u2014 MARKET REPORT  (dark \"-mr-\" style)  ->  \/humanoid-robot-market-report\/ ===== -->\n        <div class=\"hgbv-slider-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 3\">\n          <div class=\"hgbv-mr-wrap\">\n            <div class=\"hgbv-mr\">\n              <div class=\"hgbv-mr-content\">\n                <h2 class=\"hgbv-mr-title\">\uc2e0\uaddc! 2026 \ud734\uba38\ub178\uc774\ub4dc<br>\ub85c\ubd07 \uc2dc\uc7a5 \ubcf4\uace0\uc11c<\/h2>\n                <p class=\"hgbv-mr-desc\">\uc804 \uc138\uacc4 \ub85c\ubcf4\ud2f1\uc2a4 \uc804\ubb38\uac00\ub4e4\uc758 198\ud398\uc774\uc9c0 \ub3c5\uc810 \uc778\uc0ac\uc774\ud2b8 &mdash; \uc790\uae08 \uc870\ub2ec \ub3d9\ud5a5, \uae30\uc220\uc801 \uacfc\uc81c, \uc8fc\uc694 \uc81c\uc870\uc0ac, \uacf5\uae09\ub9dd \ubcc0\ud654, \uadf8\ub9ac\uace0 \ubbf8\ub798 \ud734\uba38\ub178\uc774\ub4dc \uc751\uc6a9\uc5d0 \uad00\ud55c \uc124\ubb38\uacfc \uc804\ub9dd\uc744 \ub2f4\uc558\uc2b5\ub2c8\ub2e4.<\/p>\n                <div class=\"hgbv-mr-credit\">\n                  <div class=\"hgbv-mr-credit-photo\">\n                    <img decoding=\"async\" src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2025\/09\/1754402297969.jpeg\" alt=\"Aaron Saunders\" loading=\"lazy\">\n                  <\/div>\n                  <div class=\"hgbv-mr-credit-text\">\n                    <span class=\"hgbv-mr-credit-intro\">\uc804\ubb38\uac00\uc758 \uc778\uc0ac\uc774\ud2b8 \uc218\ub85d<\/span>\n                    <span class=\"hgbv-mr-credit-name\">Aaron Saunders, \uc804 CTO<\/span>\n                    <span class=\"hgbv-mr-credit-co\">Boston Dynamics,<\/span><br>\n                    <span class=\"hgbv-mr-credit-now\">\ud604\uc7ac <\/span><span class=\"hgbv-mr-credit-deepmind\">Google DeepMind<\/span>\n                  <\/div>\n                <\/div>\n                <a class=\"hgbv-mr-cta\" href=\"https:\/\/humanoid.guide\/humanoid-robot-market-report\/\">\ubcf4\uace0\uc11c \ubc1b\uae30                  <svg class=\"hgbv-mr-cta-icon\" viewBox=\"0 0 24 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n                    <path d=\"M4 1h11l6 6v19a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <path d=\"M15 1v6h6\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <rect x=\"2.5\" y=\"14\" width=\"15\" height=\"9\" rx=\"1\" fill=\"#d32f2f\"><\/rect>\n                    <text x=\"10\" y=\"20.6\" font-family=\"Arial, sans-serif\" font-size=\"6.2\" font-weight=\"700\" fill=\"#ffffff\" text-anchor=\"middle\" letter-spacing=\"0.2\">PDF<\/text>\n                  <\/svg>\n                <\/a>\n              <\/div>\n              <div class=\"hgbv-mr-video\">\n                <!-- Slide 1 is shown first, so this video loads immediately (autoplay) -->\n                <video src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/04\/700x700_banner_report.mp4\" autoplay muted loop playsinline preload=\"metadata\" disablepictureinpicture aria-label=\"Humanoid Robot Market Report preview\"><\/video>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n        <!-- ===== SLIDE 2 \u2014 SUPPLY CHAIN  (yellow \"-sc-\" style)  ->  \/the-humanoid-robot-supply-chain\/ ===== -->\n        <div class=\"hgbv-slider-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 3\">\n          <div class=\"hgbv-sc-wrap\">\n            <div class=\"hgbv-sc\">\n              <div class=\"hgbv-sc-content\">\n                <span class=\"hgbv-sc-newtag\">\uc0c8 \ubcf4\uace0\uc11c<\/span>\n                <h2 class=\"hgbv-sc-title\">\ud734\uba38\ub178\uc774\ub4dc \ub85c\ubd07 \uacf5\uae09\ub9dd<\/h2>\n                <p class=\"hgbv-sc-subtitle\">\uacf5\uae09\uc5c5\uccb4 \uc804\ub7b5 \ubc0f \uc2dc\uc7a5 \ud3ec\uc9c0\uc154\ub2dd 2026&ndash;2027<\/p>\n                <a class=\"hgbv-sc-cta\" href=\"https:\/\/humanoid.guide\/the-humanoid-robot-supply-chain\/\">\ubcf4\uace0\uc11c \ubc1b\uae30                  <svg class=\"hgbv-sc-cta-icon\" viewBox=\"0 0 24 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n                    <path d=\"M4 1h11l6 6v19a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <path d=\"M15 1v6h6\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <rect x=\"2.5\" y=\"14\" width=\"15\" height=\"9\" rx=\"1\" fill=\"#d32f2f\"><\/rect>\n                    <text x=\"10\" y=\"20.6\" font-family=\"Arial, sans-serif\" font-size=\"6.2\" font-weight=\"700\" fill=\"#ffffff\" text-anchor=\"middle\" letter-spacing=\"0.2\">PDF<\/text>\n                  <\/svg>\n                <\/a>\n              <\/div>\n              <div class=\"hgbv-sc-video\">\n                <video data-src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/05\/NEO-1x1-1.mp4\" muted loop playsinline preload=\"none\" disablepictureinpicture aria-label=\"The Humanoid Robot Supply Chain Report preview\"><\/video>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n        <!-- ===== SLIDE 3 \u2014 FOUNDATION MODELS  (yellow \"-sc-\" style)  ->  \/the-humanoid-foundation-model-report\/ ===== -->\n        <div class=\"hgbv-slider-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 3\">\n          <div class=\"hgbv-sc-wrap\">\n            <div class=\"hgbv-sc\">\n              <div class=\"hgbv-sc-content\">\n                <span class=\"hgbv-sc-newtag\">\uc0c8 \ubcf4\uace0\uc11c<\/span>\n                <h2 class=\"hgbv-sc-title\">\ud734\uba38\ub178\uc774\ub4dc \ud30c\uc6b4\ub370\uc774\uc158 \ubaa8\ub378<\/h2>\n                <p class=\"hgbv-sc-subtitle\">\ub450\ub1cc\uac00 \uc7ac\uad6c\ucd95\ub418\uace0 \uc788\uc2b5\ub2c8\ub2e4<\/p>\n                <a class=\"hgbv-sc-cta\" href=\"https:\/\/humanoid.guide\/the-humanoid-foundation-model-report\/\">\ubcf4\uace0\uc11c \ubc1b\uae30                  <svg class=\"hgbv-sc-cta-icon\" viewBox=\"0 0 24 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n                    <path d=\"M4 1h11l6 6v19a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <path d=\"M15 1v6h6\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <rect x=\"2.5\" y=\"14\" width=\"15\" height=\"9\" rx=\"1\" fill=\"#d32f2f\"><\/rect>\n                    <text x=\"10\" y=\"20.6\" font-family=\"Arial, sans-serif\" font-size=\"6.2\" font-weight=\"700\" fill=\"#ffffff\" text-anchor=\"middle\" letter-spacing=\"0.2\">PDF<\/text>\n                  <\/svg>\n                <\/a>\n              <\/div>\n              <div class=\"hgbv-sc-video\">\n                <video data-src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/06\/world_model-1x1-1.mp4\" muted loop playsinline preload=\"none\" disablepictureinpicture aria-label=\"Humanoid Foundation Models Report preview\"><\/video>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div><!-- \/.hgbv-slider-track -->\n      <div class=\"hgbv-slider-dots\" role=\"tablist\" aria-label=\"Choose slide\">\n        <!-- Dot order must match slide order: Market, Supply, Foundation -->\n        <button class=\"hgbv-slider-dot is-active\" type=\"button\" role=\"tab\" aria-label=\"\uc2e0\uaddc! 2026 \ud734\uba38\ub178\uc774\ub4dc \ub85c\ubd07 \uc2dc\uc7a5 \ubcf4\uace0\uc11c\" aria-selected=\"true\"><\/button>\n        <button class=\"hgbv-slider-dot\" type=\"button\" role=\"tab\" aria-label=\"\ud734\uba38\ub178\uc774\ub4dc \ub85c\ubd07 \uacf5\uae09\ub9dd\" aria-selected=\"false\"><\/button>\n        <button class=\"hgbv-slider-dot\" type=\"button\" role=\"tab\" aria-label=\"\ud734\uba38\ub178\uc774\ub4dc \ud30c\uc6b4\ub370\uc774\uc158 \ubaa8\ub378\" aria-selected=\"false\"><\/button>\n      <\/div>\n    <\/div>\n    <script>\n    (function(){\n      var sliders = document.querySelectorAll('.hgbv-slider');\n      sliders.forEach(function(slider){\n        if (slider.dataset.hgbvInit) return;\n        slider.dataset.hgbvInit = '1';\n        var track = slider.querySelector('.hgbv-slider-track');\n        var slides = slider.querySelectorAll('.hgbv-slider-slide');\n        var dots = slider.querySelectorAll('.hgbv-slider-dot');\n        var count = slides.length;\n        var index = 0;\n        var autoplay = parseInt(slider.dataset.autoplay || '0', 10);\n        var timer = null;\n        function loadSlideVideo(i){\n          var slide = slides[i];\n          if (!slide) return;\n          var vid = slide.querySelector('video[data-src]');\n          if (vid && !vid.src){\n            vid.src = vid.dataset.src;\n            vid.setAttribute('autoplay','');\n            var p = vid.play();\n            if (p && p.catch){ p.catch(function(){}); }\n          }\n        }\n        function go(i){\n          index = (i + count) % count;\n          track.style.transform = 'translateX(' + (-index * 100) + '%)';\n          loadSlideVideo(index);\n          dots.forEach(function(d, di){\n            var active = di === index;\n            d.classList.toggle('is-active', active);\n            d.setAttribute('aria-selected', active ? 'true' : 'false');\n          });\n        }\n        function next(){ go(index + 1); }\n        function prev(){ go(index - 1); }\n        dots.forEach(function(dot, di){\n          dot.addEventListener('click', function(){ go(di); restart(); });\n        });\n        slider.setAttribute('tabindex', '0');\n        slider.addEventListener('keydown', function(e){\n          if (e.key === 'ArrowLeft'){ prev(); restart(); }\n          else if (e.key === 'ArrowRight'){ next(); restart(); }\n        });\n        var startX = 0, startY = 0, dragging = false;\n        track.addEventListener('touchstart', function(e){\n          startX = e.touches[0].clientX;\n          startY = e.touches[0].clientY;\n          dragging = true;\n        }, {passive:true});\n        track.addEventListener('touchmove', function(e){\n          if (!dragging) return;\n          var dx = e.touches[0].clientX - startX;\n          var dy = e.touches[0].clientY - startY;\n          if (Math.abs(dy) > Math.abs(dx)) dragging = false;\n        }, {passive:true});\n        track.addEventListener('touchend', function(e){\n          if (!dragging) return;\n          dragging = false;\n          var dx = e.changedTouches[0].clientX - startX;\n          if (Math.abs(dx) > 45){\n            if (dx < 0) next(); else prev();\n            restart();\n          }\n        }, {passive:true});\n        function start(){\n          if (autoplay > 0){ timer = setInterval(next, autoplay); }\n        }\n        function stop(){ if (timer){ clearInterval(timer); timer = null; } }\n        function restart(){ stop(); start(); }\n        if (autoplay > 0){\n          slider.addEventListener('mouseenter', stop);\n          slider.addEventListener('mouseleave', start);\n          document.addEventListener('visibilitychange', function(){\n            if (document.hidden) stop(); else start();\n          });\n          start();\n        }\n        go(0);\n        function peek(){\n          var reduce = window.matchMedia && window.matchMedia('(prefers-reduced-motion: reduce)').matches;\n          if (reduce || count < 2){ go(0); return; }\n          go(0);\n          var userInteracted = false;\n          function flagInteract(){ userInteracted = true; }\n          slider.addEventListener('touchstart', flagInteract, {passive:true, once:true});\n          slider.addEventListener('keydown', flagInteract, {once:true});\n          dots.forEach(function(d){ d.addEventListener('click', flagInteract, {once:true}); });\n          function runPeek(){\n            setTimeout(function(){\n              if (userInteracted) return;\n              track.style.transition = 'transform 0.7s cubic-bezier(0.4,0,0.2,1)';\n              track.style.transform = 'translateX(-15%)';\n              setTimeout(function(){\n                if (userInteracted) return;\n                track.style.transition = 'transform 0.8s cubic-bezier(0.4,0,0.2,1)';\n                track.style.transform = 'translateX(0%)';\n                setTimeout(function(){ track.style.transition = ''; }, 850);\n              }, 950);\n            }, 400);\n          }\n          if ('IntersectionObserver' in window){\n            var io = new IntersectionObserver(function(entries){\n              entries.forEach(function(entry){\n                if (entry.isIntersecting){\n                  io.disconnect();\n                  runPeek();\n                }\n              });\n            }, {threshold: 0.5});\n            io.observe(slider);\n          } else {\n            runPeek();\n          }\n        }\n        peek();\n      });\n    })();\n    <\/script>\n    <\/div>\n\n  <!-- THE HYPE CHECK -->\n  <section>\n    <div class=\"wrap\">\n      <h2 class=\"eyebrow reveal\">\u2018\uacfc\ub300\uad11\uace0 \uac80\uc99d\u2019 \u00b7 \uc778\ub958 \uc5ed\uc0ac\uc0c1 \uac00\uc7a5 \uc9c4\ubcf4\ub41c \uae30\uc220\uc77c\uae4c?<\/h2>\n      <p class=\"body reveal\">\u201c\uc778\ub958 \uc5ed\uc0ac\uc0c1 \uac00\uc7a5 \uc9c4\ubcf4\ub41c \ub85c\ubd07 \uc190\u201d\uc774\ub77c\ub294 \ud45c\ud604\uc740 \uc804\ud615\uc801\uc778 \ubcf4\ub974\ub2c8\ud788(B\u00f8rnich) \uc2a4\ud0c0\uc77c\uc774\ub2e4. \uc774\ub294 \uc5b4\ub5a4 \uc0ac\uc591\uc11c\ub85c\ub3c4 \uc785\uc99d\ud560 \uc218 \uc5c6\uace0, \uc5b4\ub5a4 \uacbd\uc7c1\uc0ac\ub3c4 \ubc18\ubc15\ud560 \uc218 \uc5c6\ub294 \uc8fc\uc7a5\uc774\ub2e4. \ub2e4\ub9cc \uc774 \uc0c8\ub85c\uc6b4 \uc190\uc744 \ub3d9\uc885 \uc81c\ud488\ub4e4\uacfc \ube44\uad50\ud574 <i>\ubcfc \uc218\ub294 \uc788\ub2e4<\/i>. 2026\ub144\uc740 \uc5b4\ub290\uc0c8 \u2018\uc815\uad50\ud55c \ub85c\ubd07 \uc190\u2019 \uacbd\uc7c1\uc758 \ud574\ub85c \uc790\ub9ac \uc7a1\uc558\uae30 \ub54c\ubb38\uc774\ub2e4: <\/p>\n      <ul class=\"vs reveal\">\n        <li><span class=\"who\">\uc100\ub3c4\uc6b0 \ud578\ub4dc<\/span> \u2013 20\ub144 \ub3d9\uc548 \uc5f0\uad6c \ubd84\uc57c\uc758 \uae30\uc900\uc774 \ub418\uc5b4\uc628 \ubaa8\ub378\ub85c, 24\uac1c\uc758 \uad00\uc808\uc744 \uac16\ucd94\uace0 \uadf8\uc5d0 \uac78\ub9de\uc740 \uac00\uaca9\uc744 \uc790\ub791\ud569\ub2c8\ub2e4. \uc5f0\uad6c\uc2e4\uc5d0\uc11c\ub294 \uc804\uc124\uc801\uc778 \uc874\uc7ac\uc774\uc9c0\ub9cc, \uc77c\uc0c1\uc801\uc778 \uc138\ud0c1\uc774\ub098 \ub300\ub7c9 \uc0dd\uc0b0\uc744 \uc704\ud574 \ub9cc\ub4e4\uc5b4\uc9c4 \uc81c\ud488\uc740 \uc544\ub2d9\ub2c8\ub2e4. <\/li>\n        <li><span class=\"who\">AGILINK OmniHand 3 Ultra-M<\/span> \u2013 20\uac1c\uc758 \ub2a5\ub3d9 \uc790\uc720\ub3c4(DoF)\uc640 \ube44\uc804 \uae30\ubc18 \ucd09\uac01 \uc190\uac00\ub77d \ub05d\uc744 \uac16\ucd98 AGIBOT \uc2a4\ud540\uc624\ud504 \uae30\uc5c5\uc758 \uc8fc\ub825 \uc81c\ud488\uc73c\ub85c, \uc9c0\ub09c 6\uc6d4 ICRA 2026\uc5d0\uc11c \uacf5\uac1c\ub418\uc5c8\uc73c\uba70, <b>\uc774\ubbf8 8,000\uac1c \uc774\uc0c1\uc758 \uc815\uad50\ud55c \uc190\uc774 \ucd9c\ud558\ub418\uc5c8\ub2e4\uace0<\/b> \ubc1d\ud614\uc2b5\ub2c8\ub2e4. 1X\uac00 \ub300\ub7c9 \uc0dd\uc0b0 \uce21\uba74\uc5d0\uc11c \uac00\uc7a5 \uadfc\uc811\ud55c \uacbd\uc7c1 \ubaa8\ub378 \u2013 <a href=\"https:\/\/humanoid.guide\/product\/omnihand\/\">\ub2f9\uc0ac \uac00\uc774\ub4dc\uc5d0\uc11c<\/a> \ud655\uc778\ud574 \ubcf4\uc138\uc694. <\/li>\n        <li><span class=\"who\">Wuji Hand 2<\/span> \u2013 ICRA 2026\uc5d0\uc11c \uc138\uacc4 \ucd5c\ucd08\ub85c \uacf5\uac1c\ub41c \uc0dd\uccb4 \ubaa8\ubc29\ud615 \uc9c1\uacb0 \uad6c\ub3d9 \uc190\uc73c\ub85c, \ubb34\uc5c7\ubcf4\ub2e4\ub3c4 \uc778\uac04\uacfc \uc720\uc0ac\ud55c \uc6c0\uc9c1\uc784\uc744 \uad6c\ud604\ud558\ub294 \ub370 \uc911\uc810\uc744 \ub450\uc5c8\uc2b5\ub2c8\ub2e4.<\/li>\n        <li><span class=\"who\">\ud14c\uc2ac\ub77c \uc635\ud2f0\uba38\uc2a4<\/span> \u2013 \ub04a\uc784\uc5c6\uc774 \uac70\ub860\ub418\ub294 \ube44\uad50 \ub300\uc0c1: 3\uc138\ub300 \ubaa8\ub378\uc5d0 \ud0d1\uc7ac\ub420 \uac83\uc73c\ub85c \uc57d\uc18d\ub41c 22-DoF \uc190\uc774\uc9c0\ub9cc, \uc774 \uae00\uc744 \uc4f0\ub294 \uc2dc\uc810\uae4c\uc9c0 \uacf5\uac1c \uc2dc\uc5f0\uc740 \uc774\ub8e8\uc5b4\uc9c0\uc9c0 \uc54a\uc558\uc73c\uba70, \ud14c\uc2ac\ub77c\ub294 3\uc138\ub300 \ubaa8\ub378\uc758 \uacf5\uac1c \uc77c\uc815 \uc790\uccb4\ub97c \uc5f0\uae30\ud588\ub2e4.<\/li>\n      <\/ul>\n      <p class=\"body reveal\">\uc11c\ub958\uc0c1\uc73c\ub85c\ub294 \ub2e4\uc74c\uacfc \uac19\uc774 \uc194\uc9c1\ud558\uac8c \ud3c9\uac00\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. 1X \uc0ac\uc591\ud45c\uc5d0 \uae30\uc7ac\ub41c \uac1c\ubcc4 \uc218\uce58 \uc911 \uc804\ub840 \uc5c6\ub294 \uac83\uc740 \ud558\ub098\ub3c4 \uc5c6\uc9c0\ub9cc, <b>\uc774 \ubaa8\ub4e0 \uc694\uc18c\uac00 \uacb0\ud569\ub41c \uc810\uc740<\/b> \ub9e4\uc6b0 \ub4dc\ubb38 \uc77c\uc785\ub2c8\ub2e4. 25\uac1c \uad00\uc808 \ubaa8\ub450\uc5d0 \ub300\ud55c \uc644\uc804\ud55c \ud798 \uc81c\uc5b4 \uae30\ub2a5, \uc804\ub2e8\ub825\uc744 \uac10\uc9c0\ud558\ub294 \uc190\uac00\ub77d \ub05d, IP68 \ub4f1\uae09\uc758 \ub0b4\uad6c\uc131, \uadf8\ub9ac\uace0 1\ub9cc \ub300 \uaddc\ubaa8\uc758 \uc0dd\uc0b0 \ub77c\uc778\uc740 \ubcf4\ud1b5 \ud55c \uc81c\ud488\uc5d0 \ubaa8\ub450 \ub2f4\uaca8 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc774\uac83\uc774 \uacfc\uc5f0 \u201c\uc778\ub958 \uc5ed\uc0ac\uc0c1 \uac00\uc7a5 \uc9c4\ubcf4\ub41c\u201d \uc81c\ud488\uc73c\ub85c \ud3c9\uac00\ub420\uc9c0\ub294, \uc5b4\ub5a4 \ucd9c\uc2dc \ud398\uc774\uc9c0(\uc800\ud76c\uc758 \uac83\ub3c4 \ud3ec\ud568)\uac00 \uc544\ub2cc \uc81c3\uc790\uc758 \uc2e4\uc81c \uc0ac\uc6a9 \uacbd\ud5d8\uc744 \ud1b5\ud574 \uacb0\uc815\ub420 \uac83\uc785\ub2c8\ub2e4.  <\/p>\n    <\/div>\n  <\/section>\n\n  <!-- THE HUMANOID.GUIDE VIEW -->\n  <section>\n    <div class=\"wrap\">\n      <h2 class=\"eyebrow reveal\">humanoid.guide \ubcf4\uae30 \u00b7 1X NEO \ud578\uc988\uc5d0 \ub300\ud55c \uc138 \uac00\uc9c0 \uad00\uc810<\/h2>\n      <p class=\"body reveal\"><b>\uccab\uc9f8, DoF \uacbd\uc8fc\uac00 \ub05d\ub0ac\uace0, 1X\uac00 \uc810\uc218\ud310\uc744 \ubc14\uafb8\ub824\uace0 \ud558\uace0 \uc788\ub2e4.<\/b>  \uc218\ub144 \ub3d9\uc548 \uc190\uc758 \ubbfc\ucca9\uc131\uc5d0 \ub300\ud55c \ub17c\uc7c1\uc740 \ucc3d\uc758\uc801\uc778 \uacc4\uc0b0\ubc95\uc744 \ud1b5\ud574 \uc774\ub4dd\uc744 \ubcfc \uc218 \uc788\ub294 \u2018\uc22b\uc790 \uac8c\uc784\u2019\uc5d0 \ubd88\uacfc\ud588\uc2b5\ub2c8\ub2e4. 1X\ub294 \ub2e8\uc21c\ud55c \uc790\uc720\ub3c4(DoF) \uc218\uce58 \ub300\uc2e0 \ud1a0\ud06c, \ud798 \uc81c\uc5b4, \uc804\ub2e8 \uac10\uc9c0 \ub370\uc774\ud130\ub97c \uacf5\uac1c\ud568\uc73c\ub85c\uc368, \uc190\uc774 \ubb34\uc5c7\uc744 <i>\uac10\uc9c0\ud558\uace0<\/i> <i>\uacac\ub51c<\/i> \uc218 \uc788\ub294\uc9c0\uc5d0 \ub300\ud55c \ub17c\uc758\ub85c \ub17c\uc810\uc744 \uc804\ud658\ud558\uace0 \uc788\uc73c\uba70, \uc774\ub294 \uc790\uc0ac\uac00 \uc6b0\uc704\ub97c \uc810\ud560 \uc218 \uc788\ub2e4\uace0 \ubbff\ub294 \uc601\uc5ed\uc785\ub2c8\ub2e4. \uacbd\uc7c1\uc0ac\ub4e4\ub3c4 \uba87 \ub2ec \ub0b4\ub85c \ub3d9\uc77c\ud55c \uc218\uce58\ub97c \uacf5\uac1c\ud558\uae30 \uc2dc\uc791\ud560 \uac83\uc73c\ub85c \uc608\uc0c1\ub429\ub2c8\ub2e4.  <\/p>\n      <p class=\"body reveal\"><b>\ub458\uc9f8, \ud578\ub4dc \ub808\uc774\uc2a4\ub294 \uc0ac\uc2e4 \uc81c\uc870 \uacbd\uc7c1\uc774\ub2e4.<\/b>  2026\ub144\uc5d0 \uac00\uc7a5 \ud654\uc81c\uac00 \ub41c \ub450 \uac00\uc9c0 \uc131\uacfc\ub294 \uc815\ubc00\ub3c4 \uae30\ub85d\uc774 \uc544\ub2c8\ub77c, AGILINK\uc758 8,000\uac1c \uc190 \ucd9c\ud558\uc640 1X\uc758 10,000\uac1c \uc190 \uc0dd\uc0b0 \uacc4\ud68d\uc774\uba70, \uc774 \ub450 \uac00\uc9c0 \ubaa8\ub450 \uc218\uc9c1 \ud1b5\ud569 \uacf5\uc7a5\uc5d0\uc11c \uc774\ub8e8\uc5b4\uc9c4 \uac83\uc774\ub2e4. \u2018\ud578\ub4dc\u2019\ub294 \ud734\uba38\ub178\uc774\ub4dc\uc5d0\uc11c \uace0\uc7a5\uc774 \uac00\uc7a5 \uc7a6\uace0 \uac00\uc7a5 \ube44\uc2fc \ubd80\ud488\uc774\ub2e4. \uc774\ub97c \uac00\uc7a5 \uba3c\uc800 \uc591\uc0b0\ud654\ud558\ub294 \uae30\uc5c5\uc774 \uc5c5\uacc4 \uc804\uccb4\uc758 \ucd5c\uc800 \uae30\uc900\uc744 \uc815\ud558\uac8c \ub41c\ub2e4. \ud5e4\uc774\uc6cc\ub4dc(Hayward)\uc758 \uc790\uccb4 \uc0dd\uc0b0 \ub77c\uc778\uc740 \uadf8 \uc5b4\ub5a4 \ub2e8\uc77c \uad00\uc808\ubcf4\ub2e4 \ub354 \uc911\uc694\ud560 \uc218 \uc788\ub2e4.  <\/p>\n      <div class=\"figwrap wide reveal\">\n        <img decoding=\"async\" src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/07\/1X02.webp\" alt=\"\uc9c0\ud37c\ub97c \uc870\uc791\ud558\ub294 1X NEO \uc190\" loading=\"lazy\"\/>\n        <p class=\"vcap\"><b>\uc9c0\ud37c \ud14c\uc2a4\ud2b8<\/b> \u00b7 \uc9c0\ud37c\ub9cc\ud07c \ub85c\ubd07 \uc190\uc5d0 \ubd80\ub2f4\uc744 \uc8fc\ub294 \uc9d1\uc548\uc77c\uc740 \uac70\uc758 \uc5c6\uc2b5\ub2c8\ub2e4. \ubc14\ub85c \uc774\ub54c \ubbf8\ub044\ub7ec\uc9d0 \uac10\uc9c0 \uae30\ub2a5\uc774 \uadf8 \uc9c4\uac00\ub97c \ubc1c\ud718\ud569\ub2c8\ub2e4 \u00b7 \uc0ac\uc9c4 \uc81c\uacf5: 1X<\/p>\n      <\/div>\n      <p class=\"body reveal\"><b>\uc14b\uc9f8, \ub0b4\uad6c\uc131\uc774 \uc8fc\ubaa9\ud560 \ub9cc\ud55c \ud2b9\uc9d5\uc785\ub2c8\ub2e4.<\/b>  \ud798\uc904\ub85c \uad6c\ub3d9\ub418\ub294 \uc190\uc740 \uc720\uc9c0\ubcf4\uc218\uac00 \uc9c0\ub3c5\ud788 \uae4c\ub2e4\ub86d\ub2e4\ub294 \ud3c9\ud310\uc744 \ubc1b\uace0 \uc788\ub294\ub370, \uc774\ub294 \ud798\uc904\uc774 \ub298\uc5b4\ub098\uace0, \ub2f3\uc544 \ub2f3\uc544 \ub04a\uc5b4\uc9c0\uae30 \ub54c\ubb38\uc774\uc8e0. 200\ub9cc \ud68c\uc758 \uc190\ubaa9 \uc6c0\uc9c1\uc784\uacfc IP68 \ub4f1\uae09\uc740 \ud68c\uc758\ub860\uc790\ub4e4\uc774 \ubc14\ub85c \uc6d0\ud558\ub358 \ud574\ub2f5\uc774\uc790, \uc678\ubd80 \uac80\uc99d\uc774 \ubc18\ub4dc\uc2dc \ud544\uc694\ud55c \uc8fc\uc7a5\uc774\uae30\ub3c4 \ud569\ub2c8\ub2e4. NEO\uc758 \uc18c\ube44\uc790\uc6a9 \uc81c\ud488 \ucd9c\ud558\uac00 \uc62c\ud574 \ub9d0\ub85c \uc608\uc815\ub41c \ub9cc\ud07c, \uc2e4\uc81c \ud14c\uc2a4\ud2b8 \ub370\uc774\ud130\ub294 \uc2e4\ud5d8\uc2e4\uc774 \uc544\ub2cc \uc8fc\ubc29\uc5d0\uc11c \ub098\uc62c \uac83\uc785\ub2c8\ub2e4. \uc800\ud76c\ub294 \uae30\uaebc\uc774 \uc774\ub97c \uac00\uc7a5 \uba3c\uc800 \ud14c\uc2a4\ud2b8\ud574 \ubcfc \uc758\ud5a5\uc774 \uc788\uc2b5\ub2c8\ub2e4.   <\/p>\n    <\/div>\n  <\/section>\n\n  <!-- CLOSING -->\n  <section class=\"closing\">\n    <div class=\"wrap\">\n      <div class=\"eyebrow reveal\">\ud575\uc2ec \uc694\uc810<\/div>\n      <h2 class=\"reveal\">\ucd5c\uace0\ub77c\ub294 \ud45c\ud604\uc740 \uc78a\uc5b4\ubc84\ub9ac\uc138\uc694. \uc911\uc694\ud55c \uac74 \ud798 \uc81c\uc5b4, \uc804\ub2e8, \uadf8\ub9ac\uace0 \uc0dd\uc0b0 \ub77c\uc778\uc785\ub2c8\ub2e4.<\/h2>\n      <p class=\"reveal\">NEO\uc5d0 \uae30\ubcf8\uc73c\ub85c \ud0d1\uc7ac\ub420 \ud578\ub4dc \uc815\ubcf4\uac00 \uacf5\uac1c\ub418\uc5c8\uc2b5\ub2c8\ub2e4. <a href=\"https:\/\/humanoid.guide\/1x-details-neo-robot-hands-ahead-of-consumer-humanoid-launch\/\">NEO\uc758 \ud578\ub4dc<\/a>, <a href=\"https:\/\/humanoid.guide\/neo-what-1x-just-launched\/\">NEO \ucd9c\uc2dc<\/a>, <a href=\"https:\/\/humanoid.guide\/1x-self-learning-model\/\">1X\uc758 \uc790\uac00 \ud559\uc2b5\ud615 \uc138\uacc4 \ubaa8\ub378\uc5d0<\/a> \ub300\ud55c \ub2f9\uc0ac\uc758 \uc774\uc804 \uae30\uc0ac\ub97c \uc77d\uc5b4\ubcf4\uc2dc\uac70\ub098, <a href=\"https:\/\/humanoid.guide\/ko\/product\/1x-neo\/\">\uac00\uc774\ub4dc\uc5d0 \uc218\ub85d\ub41c NEO \uad00\ub828 \uc804\uccb4 \ub0b4\uc6a9\uc744 \ud655\uc778\ud574<\/a> \ubcf4\uc138\uc694. <\/p>\n      <a class=\"neocard reveal\" href=\"https:\/\/humanoid.guide\/ko\/product\/1x-neo\/\">\n        <img decoding=\"async\" src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2025\/10\/NEO-1X-humanoid-guide-Featured-Image-1200x1200.webp\" alt=\"1X NEO \ud734\uba38\ub178\uc774\ub4dc \ub85c\ubd07 \u2013 humanoid.guide \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc758 \uc804\uccb4 \ud504\ub85c\ud544\" loading=\"lazy\"\/>\n        <div class=\"cap\">\ubcf8 \uac00\uc774\ub4dc\uc758 1X NEO<\/div>\n        <div class=\"sub\">\uc774 \uc190\uc758 \uc8fc\uc778\uc778 \ub85c\ubd07\uc758 \uc0ac\uc591, \uac00\uaca9 \ubc0f \ubaa8\ub4e0 \uc815\ubcf4<\/div>\n      <\/a>\n    <\/div>\n  <\/section>\n\n  <!-- BOTTOM BANNER (WordPress shortcode) -->\n  <div class=\"wrap hg-banner bottom\">    <!-- ===== BANNER SLIDER ===== -->\n    <style>\n    \/* ---------- SLIDER-RAMME ---------- *\/\n    .hgbv-slider, .hgbv-slider *{box-sizing:border-box}\n    .hgbv-slider{\n      --hgbv-dot:rgba(255,255,255,0.55);\n      --hgbv-dot-active:#ffffff;\n      position:relative; width:100%; max-width:1240px; margin:0 auto;\n      overflow:hidden; min-width:0;\n      font-family:'Inter','Helvetica Neue',Arial,sans-serif;\n    }\n    .hgbv-slider-track{\n      display:flex;\n      width:100%;\n      transition:transform 0.45s cubic-bezier(0.4,0,0.2,1);\n      will-change:transform;\n    }\n    .hgbv-slider-slide{\n      flex:0 0 100%;\n      width:100%;\n      min-width:0;\n    }\n    @media (prefers-reduced-motion: reduce){\n      .hgbv-slider-track{transition:none !important}\n    }\n    \/* ---------- PRIKKER ---------- *\/\n    .hgbv-slider-dots{\n      position:absolute;\n      left:0; right:0; bottom:16px;\n      z-index:20;\n      display:flex; justify-content:center; align-items:center; gap:11px;\n      pointer-events:none;\n    }\n    .hgbv-slider-dot{\n      pointer-events:auto;\n      width:11px; height:11px; padding:0;\n      border-radius:50%;\n      border:none; cursor:pointer;\n      background:var(--hgbv-dot);\n      box-shadow:0 1px 3px rgba(0,0,0,0.35);\n      transition:transform 0.2s ease, background 0.2s ease, width 0.2s ease;\n      -webkit-appearance:none; appearance:none;\n    }\n    .hgbv-slider-dot:hover{transform:scale(1.15)}\n    .hgbv-slider-dot.is-active{\n      background:var(--hgbv-dot-active);\n      width:26px; border-radius:6px;\n    }\n    .hgbv-slider-dot:focus-visible{outline:2px solid #fff; outline-offset:3px}\n    @media (max-width:768px){\n      .hgbv-slider-dots{bottom:12px; gap:9px}\n    }\n    \/* =================================================== *\/\n    \/* ===== YELLOW BANNER STYLES (-sc-)              ===== *\/\n    \/* ===== shared by Slide 1 (Foundation Models)    ===== *\/\n    \/* =====       and Slide 3 (Supply Chain)         ===== *\/\n    \/* =================================================== *\/\n    .hgbv-sc-wrap, .hgbv-sc-wrap *{box-sizing:border-box}\n    .hgbv-sc-wrap{\n      --hgbv-sc-yellow:#F8E60A;\n      --hgbv-sc-text:#0a0a0a;\n      --hgbv-sc-green:#90cd49;\n      --hgbv-sc-green-hover:#a3dd5b;\n      width:100%; margin:0 auto;\n      font-family:'Inter','Helvetica Neue',Arial,sans-serif;\n    }\n    .hgbv-sc{position:relative; width:100%; background:var(--hgbv-sc-yellow) !important; overflow:hidden; border-radius:0; height:500px; display:flex !important; flex-direction:row !important; align-items:stretch !important}\n    .hgbv-sc-content{position:relative; z-index:3; flex:1; padding:50px 56px; display:flex; flex-direction:column; justify-content:center; max-width:660px; background:var(--hgbv-sc-yellow) !important}\n    .hgbv-sc-newtag{display:inline-block !important; background:#0a0a0a !important; color:var(--hgbv-sc-yellow) !important; font-size:14px !important; font-weight:800 !important; letter-spacing:0.18em !important; padding:6px 14px !important; border-radius:4px !important; margin:0 0 18px 0 !important; width:fit-content !important; text-transform:uppercase !important; font-family:inherit !important; animation: hgbv-sc-pulse 1.8s ease-in-out infinite !important; transform-origin:left center !important; box-shadow:0 0 0 0 rgba(10,10,10,0.5)}\n    @keyframes hgbv-sc-pulse {0%, 100% {transform: scale(1); box-shadow: 0 0 0 0 rgba(10,10,10,0.5)} 50% {transform: scale(1.06); box-shadow: 0 0 0 8px rgba(10,10,10,0)}}\n    .hgbv-sc-content .hgbv-sc-title{color:#0a0a0a !important}\n    .hgbv-sc-content .hgbv-sc-subtitle{color:#0a0a0a !important}\n    .hgbv-sc-title{font-size:48px !important; font-weight:800 !important; line-height:1.05 !important; margin:0 0 16px 0 !important; letter-spacing:-0.5px !important; padding:0 !important}\n    .hgbv-sc-subtitle{font-size:26px !important; font-weight:600 !important; line-height:1.3 !important; margin:0 0 32px 0 !important; letter-spacing:-0.2px !important}\n    .hgbv-sc-cta{display:inline-flex !important; align-items:center !important; justify-content:center !important; gap:14px !important; background:#90cd49 !important; color:#1a1a1a !important; text-decoration:none !important; font-size:22px !important; font-weight:700 !important; padding:18px 40px !important; border-radius:4px !important; transition:background 0.2s ease, transform 0.2s ease !important; width:fit-content !important; min-width:320px; font-family:inherit; border:none; cursor:pointer; letter-spacing:-0.2px; box-shadow:0 2px 8px rgba(0,0,0,0.08)}\n    .hgbv-sc-cta:hover{background:#a3dd5b !important; transform:translateY(-1px); color:#1a1a1a !important; box-shadow:0 6px 14px rgba(0,0,0,0.15); text-decoration:none !important}\n    .hgbv-sc-cta:focus{outline:2px solid #0a0a0a; outline-offset:3px}\n    .hgbv-sc-cta-icon{width:26px; height:30px; flex-shrink:0}\n    .hgbv-sc-video{position:relative; flex-shrink:0; width:500px; height:500px; background:var(--hgbv-sc-yellow) !important; overflow:hidden; align-self:center}\n    .hgbv-sc-video video{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block; background:transparent}\n    @media (max-width:1024px){.hgbv-sc{height:440px}.hgbv-sc-content{padding:36px 40px}.hgbv-sc-newtag{font-size:11px !important; padding:5px 11px !important; margin-bottom:14px !important}.hgbv-sc-title{font-size:34px !important; margin-bottom:12px !important}.hgbv-sc-subtitle{font-size:19px !important; margin-bottom:24px !important}.hgbv-sc-cta{font-size:17px !important; padding:14px 26px !important; min-width:240px}.hgbv-sc-cta-icon{width:22px !important; height:25px !important}.hgbv-sc-video{width:360px; height:360px}}\n    @media (max-width:860px){.hgbv-sc-content{padding:30px 32px}.hgbv-sc-newtag{font-size:10px !important; padding:4px 10px !important; margin-bottom:12px !important}.hgbv-sc-title{font-size:28px !important; margin-bottom:10px !important}.hgbv-sc-subtitle{font-size:16px !important; margin-bottom:20px !important}.hgbv-sc-cta{font-size:15px !important; padding:12px 22px !important; min-width:200px}.hgbv-sc-cta-icon{width:20px !important; height:23px !important}.hgbv-sc-video{width:300px; height:300px}}\n    @media (max-width:768px){.hgbv-sc{min-height:auto !important; height:auto !important; flex-direction:column-reverse !important}.hgbv-sc-video{width:100% !important; max-width:100% !important; height:auto !important; aspect-ratio:1\/1; align-self:auto !important}.hgbv-sc-content{padding:36px 26px 56px !important; max-width:100% !important}.hgbv-sc-newtag{font-size:12px !important; padding:5px 11px !important; margin-bottom:14px !important}.hgbv-sc-title{font-size:32px !important; margin-bottom:12px !important}.hgbv-sc-subtitle{font-size:19px !important; margin-bottom:26px !important}.hgbv-sc-cta{width:100% !important; min-width:0; font-size:19px !important; padding:16px 24px !important; gap:12px}.hgbv-sc-cta-icon{width:24px !important; height:28px !important}}\n    @media (max-width:480px){.hgbv-sc-content{padding:30px 20px 52px !important}.hgbv-sc-title{font-size:28px !important}.hgbv-sc-subtitle{font-size:18px !important}.hgbv-sc-cta{font-size:17px !important; padding:14px 20px !important}}\n    \/* =================================================== *\/\n    \/* ===== SLIDE 2: MARKET REPORT BANNER (-mr-)     ===== *\/\n    \/* =================================================== *\/\n    .hgbv-mr-wrap, .hgbv-mr-wrap *{box-sizing:border-box}\n    .hgbv-mr-wrap, .hgbv-mr-wrap *{font-family:'Inter','Helvetica Neue',Arial,sans-serif !important}\n    .hgbv-mr-title{line-height:1.08 !important}\n    .hgbv-mr-desc{line-height:1.55 !important}\n    .hgbv-mr-credit-text{line-height:1.45 !important}\n    .hgbv-mr-credit-intro, .hgbv-mr-credit-name{display:block !important; margin-bottom:2px !important}\n    .hgbv-mr-wrap{\n      --hgbv-mr-bg:#3a3a3a;\n      --hgbv-mr-yellow:#f8e60a;\n      --hgbv-mr-text:#ffffff;\n      --hgbv-mr-green:#90cd49;\n      --hgbv-mr-green-hover:#a3dd5b;\n      width:100%; margin:0 auto;\n      font-family:'Inter','Helvetica Neue',Arial,sans-serif !important;\n      container-type:inline-size; container-name:hgbvmr;\n    }\n    .hgbv-mr{position:relative; width:100%; background:var(--hgbv-mr-bg); overflow:hidden; border-radius:0; height:500px; display:flex; align-items:stretch}\n    .hgbv-mr-content{position:relative; z-index:3; flex:1 1 auto; min-width:0; padding:50px 56px; display:flex; flex-direction:column; justify-content:center; max-width:660px}\n    .hgbv-mr-title{font-size:42px; font-weight:800; color:var(--hgbv-mr-text); line-height:1.08; margin:0 0 18px 0; letter-spacing:-0.5px; padding:0}\n    .hgbv-mr-desc{font-size:16px; line-height:1.55; color:var(--hgbv-mr-text); margin:0 0 26px 0; max-width:520px; font-weight:400}\n    .hgbv-mr-credit{display:flex; align-items:center; gap:18px; margin-bottom:26px}\n    .hgbv-mr-credit-photo{width:92px; height:92px; border-radius:50%; overflow:hidden; flex-shrink:0; background:#555}\n    .hgbv-mr-credit-photo img{width:100%; height:100%; object-fit:cover; display:block; max-width:none}\n    .hgbv-mr-credit-text{font-size:16px; line-height:1.45; color:var(--hgbv-mr-text)}\n    .hgbv-mr-credit-intro{font-weight:400; margin-bottom:2px; display:block}\n    .hgbv-mr-credit-name{font-weight:700; margin-bottom:2px; display:block}\n    .hgbv-mr-credit-co{font-weight:700; color:var(--hgbv-mr-yellow); display:inline}\n    .hgbv-mr-credit-now{font-weight:400; display:inline}\n    .hgbv-mr-credit-deepmind{font-weight:700; color:var(--hgbv-mr-yellow); display:inline}\n    .hgbv-mr-cta{display:inline-flex; align-items:center; justify-content:center; gap:14px; background:var(--hgbv-mr-green); color:#1a1a1a; text-decoration:none; font-size:22px; font-weight:700; padding:18px 40px; border-radius:4px; transition:background 0.2s ease, transform 0.2s ease; width:fit-content; max-width:100%; min-width:280px!important; font-family:'Inter','Helvetica Neue',Arial,sans-serif !important; border:none; cursor:pointer; letter-spacing:-0.2px; white-space:nowrap}\n    .hgbv-mr-cta:hover{background:var(--hgbv-mr-green-hover); transform:translateY(-1px); color:#1a1a1a}\n    .hgbv-mr-cta:focus{outline:2px solid var(--hgbv-mr-yellow); outline-offset:3px}\n    .hgbv-mr-cta-icon{width:26px; height:30px; flex-shrink:0}\n    .hgbv-mr-video{position:relative; flex-shrink:0; width:500px; height:500px; background:#3a3a3a; overflow:hidden; align-self:center}\n    .hgbv-mr-video video{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block}\n    @media (max-width:1180px){.hgbv-mr-wrap .hgbv-mr{height:440px}.hgbv-mr-wrap .hgbv-mr-content{padding:44px 40px}.hgbv-mr-wrap .hgbv-mr-title{font-size:38px}.hgbv-mr-wrap .hgbv-mr-video{width:440px; height:440px}.hgbv-mr-wrap .hgbv-mr-cta{font-size:21px; padding:17px 34px; min-width:260px!important}}\n    @media (max-width:1000px){.hgbv-mr-wrap .hgbv-mr{height:440px}.hgbv-mr-wrap .hgbv-mr-content{padding:36px 32px}.hgbv-mr-wrap .hgbv-mr-title{font-size:32px}.hgbv-mr-wrap .hgbv-mr-desc{font-size:15px}.hgbv-mr-wrap .hgbv-mr-video{width:360px; height:360px}.hgbv-mr-wrap .hgbv-mr-cta{font-size:19px; padding:15px 26px; min-width:220px!important}}\n    @media (max-width:768px){.hgbv-mr-wrap .hgbv-mr{min-height:auto; height:auto; flex-direction:column}.hgbv-mr-wrap .hgbv-mr-content{padding:36px 26px 48px; max-width:100%; order:1}.hgbv-mr-wrap .hgbv-mr-video{width:100%; max-width:100%; height:auto; aspect-ratio:1\/1; align-self:auto; order:2}.hgbv-mr-wrap .hgbv-mr-title{font-size:30px; margin-bottom:14px}.hgbv-mr-wrap .hgbv-mr-desc{font-size:15px; margin-bottom:22px; max-width:100%}.hgbv-mr-wrap .hgbv-mr-credit{margin-bottom:22px; gap:14px}.hgbv-mr-wrap .hgbv-mr-credit-photo{width:72px; height:72px}.hgbv-mr-wrap .hgbv-mr-credit-text{font-size:15px}.hgbv-mr-wrap .hgbv-mr-cta{width:100%; min-width:0!important; font-size:19px; padding:16px 24px; gap:12px; white-space:normal}.hgbv-mr-wrap .hgbv-mr-cta-icon{width:24px; height:28px}}\n    @media (max-width:500px){.hgbv-mr-wrap .hgbv-mr-content{padding:30px 20px 44px}.hgbv-mr-wrap .hgbv-mr-title{font-size:26px}.hgbv-mr-wrap .hgbv-mr-desc{font-size:14px}.hgbv-mr-wrap .hgbv-mr-credit-photo{width:60px; height:60px}.hgbv-mr-wrap .hgbv-mr-credit-text{font-size:14px}.hgbv-mr-wrap .hgbv-mr-cta{font-size:17px; padding:14px 20px}}\n    @media (prefers-reduced-motion: reduce){.hgbv-mr-cta{transition:none}.hgbv-sc-cta{transition:none !important}.hgbv-sc-newtag{animation:none !important}}\n    <\/style>\n    <!-- data-autoplay=\"0\" = av -->\n    <div class=\"hgbv-slider\" data-autoplay=\"0\" aria-roledescription=\"carousel\" aria-label=\"Featured reports\">\n      <div class=\"hgbv-slider-track\">\n        <!-- ===== SLIDE 1 \u2014 MARKET REPORT  (dark \"-mr-\" style)  ->  \/humanoid-robot-market-report\/ ===== -->\n        <div class=\"hgbv-slider-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 3\">\n          <div class=\"hgbv-mr-wrap\">\n            <div class=\"hgbv-mr\">\n              <div class=\"hgbv-mr-content\">\n                <h2 class=\"hgbv-mr-title\">\uc2e0\uaddc! 2026 \ud734\uba38\ub178\uc774\ub4dc<br>\ub85c\ubd07 \uc2dc\uc7a5 \ubcf4\uace0\uc11c<\/h2>\n                <p class=\"hgbv-mr-desc\">\uc804 \uc138\uacc4 \ub85c\ubcf4\ud2f1\uc2a4 \uc804\ubb38\uac00\ub4e4\uc758 198\ud398\uc774\uc9c0 \ub3c5\uc810 \uc778\uc0ac\uc774\ud2b8 &mdash; \uc790\uae08 \uc870\ub2ec \ub3d9\ud5a5, \uae30\uc220\uc801 \uacfc\uc81c, \uc8fc\uc694 \uc81c\uc870\uc0ac, \uacf5\uae09\ub9dd \ubcc0\ud654, \uadf8\ub9ac\uace0 \ubbf8\ub798 \ud734\uba38\ub178\uc774\ub4dc \uc751\uc6a9\uc5d0 \uad00\ud55c \uc124\ubb38\uacfc \uc804\ub9dd\uc744 \ub2f4\uc558\uc2b5\ub2c8\ub2e4.<\/p>\n                <div class=\"hgbv-mr-credit\">\n                  <div class=\"hgbv-mr-credit-photo\">\n                    <img decoding=\"async\" src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2025\/09\/1754402297969.jpeg\" alt=\"Aaron Saunders\" loading=\"lazy\">\n                  <\/div>\n                  <div class=\"hgbv-mr-credit-text\">\n                    <span class=\"hgbv-mr-credit-intro\">\uc804\ubb38\uac00\uc758 \uc778\uc0ac\uc774\ud2b8 \uc218\ub85d<\/span>\n                    <span class=\"hgbv-mr-credit-name\">Aaron Saunders, \uc804 CTO<\/span>\n                    <span class=\"hgbv-mr-credit-co\">Boston Dynamics,<\/span><br>\n                    <span class=\"hgbv-mr-credit-now\">\ud604\uc7ac <\/span><span class=\"hgbv-mr-credit-deepmind\">Google DeepMind<\/span>\n                  <\/div>\n                <\/div>\n                <a class=\"hgbv-mr-cta\" href=\"https:\/\/humanoid.guide\/humanoid-robot-market-report\/\">\ubcf4\uace0\uc11c \ubc1b\uae30                  <svg class=\"hgbv-mr-cta-icon\" viewBox=\"0 0 24 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n                    <path d=\"M4 1h11l6 6v19a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <path d=\"M15 1v6h6\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <rect x=\"2.5\" y=\"14\" width=\"15\" height=\"9\" rx=\"1\" fill=\"#d32f2f\"><\/rect>\n                    <text x=\"10\" y=\"20.6\" font-family=\"Arial, sans-serif\" font-size=\"6.2\" font-weight=\"700\" fill=\"#ffffff\" text-anchor=\"middle\" letter-spacing=\"0.2\">PDF<\/text>\n                  <\/svg>\n                <\/a>\n              <\/div>\n              <div class=\"hgbv-mr-video\">\n                <!-- Slide 1 is shown first, so this video loads immediately (autoplay) -->\n                <video src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/04\/700x700_banner_report.mp4\" autoplay muted loop playsinline preload=\"metadata\" disablepictureinpicture aria-label=\"Humanoid Robot Market Report preview\"><\/video>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n        <!-- ===== SLIDE 2 \u2014 SUPPLY CHAIN  (yellow \"-sc-\" style)  ->  \/the-humanoid-robot-supply-chain\/ ===== -->\n        <div class=\"hgbv-slider-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 3\">\n          <div class=\"hgbv-sc-wrap\">\n            <div class=\"hgbv-sc\">\n              <div class=\"hgbv-sc-content\">\n                <span class=\"hgbv-sc-newtag\">\uc0c8 \ubcf4\uace0\uc11c<\/span>\n                <h2 class=\"hgbv-sc-title\">\ud734\uba38\ub178\uc774\ub4dc \ub85c\ubd07 \uacf5\uae09\ub9dd<\/h2>\n                <p class=\"hgbv-sc-subtitle\">\uacf5\uae09\uc5c5\uccb4 \uc804\ub7b5 \ubc0f \uc2dc\uc7a5 \ud3ec\uc9c0\uc154\ub2dd 2026&ndash;2027<\/p>\n                <a class=\"hgbv-sc-cta\" href=\"https:\/\/humanoid.guide\/the-humanoid-robot-supply-chain\/\">\ubcf4\uace0\uc11c \ubc1b\uae30                  <svg class=\"hgbv-sc-cta-icon\" viewBox=\"0 0 24 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n                    <path d=\"M4 1h11l6 6v19a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <path d=\"M15 1v6h6\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <rect x=\"2.5\" y=\"14\" width=\"15\" height=\"9\" rx=\"1\" fill=\"#d32f2f\"><\/rect>\n                    <text x=\"10\" y=\"20.6\" font-family=\"Arial, sans-serif\" font-size=\"6.2\" font-weight=\"700\" fill=\"#ffffff\" text-anchor=\"middle\" letter-spacing=\"0.2\">PDF<\/text>\n                  <\/svg>\n                <\/a>\n              <\/div>\n              <div class=\"hgbv-sc-video\">\n                <video data-src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/05\/NEO-1x1-1.mp4\" muted loop playsinline preload=\"none\" disablepictureinpicture aria-label=\"The Humanoid Robot Supply Chain Report preview\"><\/video>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n        <!-- ===== SLIDE 3 \u2014 FOUNDATION MODELS  (yellow \"-sc-\" style)  ->  \/the-humanoid-foundation-model-report\/ ===== -->\n        <div class=\"hgbv-slider-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 3\">\n          <div class=\"hgbv-sc-wrap\">\n            <div class=\"hgbv-sc\">\n              <div class=\"hgbv-sc-content\">\n                <span class=\"hgbv-sc-newtag\">\uc0c8 \ubcf4\uace0\uc11c<\/span>\n                <h2 class=\"hgbv-sc-title\">\ud734\uba38\ub178\uc774\ub4dc \ud30c\uc6b4\ub370\uc774\uc158 \ubaa8\ub378<\/h2>\n                <p class=\"hgbv-sc-subtitle\">\ub450\ub1cc\uac00 \uc7ac\uad6c\ucd95\ub418\uace0 \uc788\uc2b5\ub2c8\ub2e4<\/p>\n                <a class=\"hgbv-sc-cta\" href=\"https:\/\/humanoid.guide\/the-humanoid-foundation-model-report\/\">\ubcf4\uace0\uc11c \ubc1b\uae30                  <svg class=\"hgbv-sc-cta-icon\" viewBox=\"0 0 24 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n                    <path d=\"M4 1h11l6 6v19a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <path d=\"M15 1v6h6\" fill=\"#ffffff\" stroke=\"#d32f2f\" stroke-width=\"1.2\" stroke-linejoin=\"round\"><\/path>\n                    <rect x=\"2.5\" y=\"14\" width=\"15\" height=\"9\" rx=\"1\" fill=\"#d32f2f\"><\/rect>\n                    <text x=\"10\" y=\"20.6\" font-family=\"Arial, sans-serif\" font-size=\"6.2\" font-weight=\"700\" fill=\"#ffffff\" text-anchor=\"middle\" letter-spacing=\"0.2\">PDF<\/text>\n                  <\/svg>\n                <\/a>\n              <\/div>\n              <div class=\"hgbv-sc-video\">\n                <video data-src=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/06\/world_model-1x1-1.mp4\" muted loop playsinline preload=\"none\" disablepictureinpicture aria-label=\"Humanoid Foundation Models Report preview\"><\/video>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div><!-- \/.hgbv-slider-track -->\n      <div class=\"hgbv-slider-dots\" role=\"tablist\" aria-label=\"Choose slide\">\n        <!-- Dot order must match slide order: Market, Supply, Foundation -->\n        <button class=\"hgbv-slider-dot is-active\" type=\"button\" role=\"tab\" aria-label=\"\uc2e0\uaddc! 2026 \ud734\uba38\ub178\uc774\ub4dc \ub85c\ubd07 \uc2dc\uc7a5 \ubcf4\uace0\uc11c\" aria-selected=\"true\"><\/button>\n        <button class=\"hgbv-slider-dot\" type=\"button\" role=\"tab\" aria-label=\"\ud734\uba38\ub178\uc774\ub4dc \ub85c\ubd07 \uacf5\uae09\ub9dd\" aria-selected=\"false\"><\/button>\n        <button class=\"hgbv-slider-dot\" type=\"button\" role=\"tab\" aria-label=\"\ud734\uba38\ub178\uc774\ub4dc \ud30c\uc6b4\ub370\uc774\uc158 \ubaa8\ub378\" aria-selected=\"false\"><\/button>\n      <\/div>\n    <\/div>\n    <script>\n    (function(){\n      var sliders = document.querySelectorAll('.hgbv-slider');\n      sliders.forEach(function(slider){\n        if (slider.dataset.hgbvInit) return;\n        slider.dataset.hgbvInit = '1';\n        var track = slider.querySelector('.hgbv-slider-track');\n        var slides = slider.querySelectorAll('.hgbv-slider-slide');\n        var dots = slider.querySelectorAll('.hgbv-slider-dot');\n        var count = slides.length;\n        var index = 0;\n        var autoplay = parseInt(slider.dataset.autoplay || '0', 10);\n        var timer = null;\n        function loadSlideVideo(i){\n          var slide = slides[i];\n          if (!slide) return;\n          var vid = slide.querySelector('video[data-src]');\n          if (vid && !vid.src){\n            vid.src = vid.dataset.src;\n            vid.setAttribute('autoplay','');\n            var p = vid.play();\n            if (p && p.catch){ p.catch(function(){}); }\n          }\n        }\n        function go(i){\n          index = (i + count) % count;\n          track.style.transform = 'translateX(' + (-index * 100) + '%)';\n          loadSlideVideo(index);\n          dots.forEach(function(d, di){\n            var active = di === index;\n            d.classList.toggle('is-active', active);\n            d.setAttribute('aria-selected', active ? 'true' : 'false');\n          });\n        }\n        function next(){ go(index + 1); }\n        function prev(){ go(index - 1); }\n        dots.forEach(function(dot, di){\n          dot.addEventListener('click', function(){ go(di); restart(); });\n        });\n        slider.setAttribute('tabindex', '0');\n        slider.addEventListener('keydown', function(e){\n          if (e.key === 'ArrowLeft'){ prev(); restart(); }\n          else if (e.key === 'ArrowRight'){ next(); restart(); }\n        });\n        var startX = 0, startY = 0, dragging = false;\n        track.addEventListener('touchstart', function(e){\n          startX = e.touches[0].clientX;\n          startY = e.touches[0].clientY;\n          dragging = true;\n        }, {passive:true});\n        track.addEventListener('touchmove', function(e){\n          if (!dragging) return;\n          var dx = e.touches[0].clientX - startX;\n          var dy = e.touches[0].clientY - startY;\n          if (Math.abs(dy) > Math.abs(dx)) dragging = false;\n        }, {passive:true});\n        track.addEventListener('touchend', function(e){\n          if (!dragging) return;\n          dragging = false;\n          var dx = e.changedTouches[0].clientX - startX;\n          if (Math.abs(dx) > 45){\n            if (dx < 0) next(); else prev();\n            restart();\n          }\n        }, {passive:true});\n        function start(){\n          if (autoplay > 0){ timer = setInterval(next, autoplay); }\n        }\n        function stop(){ if (timer){ clearInterval(timer); timer = null; } }\n        function restart(){ stop(); start(); }\n        if (autoplay > 0){\n          slider.addEventListener('mouseenter', stop);\n          slider.addEventListener('mouseleave', start);\n          document.addEventListener('visibilitychange', function(){\n            if (document.hidden) stop(); else start();\n          });\n          start();\n        }\n        go(0);\n        function peek(){\n          var reduce = window.matchMedia && window.matchMedia('(prefers-reduced-motion: reduce)').matches;\n          if (reduce || count < 2){ go(0); return; }\n          go(0);\n          var userInteracted = false;\n          function flagInteract(){ userInteracted = true; }\n          slider.addEventListener('touchstart', flagInteract, {passive:true, once:true});\n          slider.addEventListener('keydown', flagInteract, {once:true});\n          dots.forEach(function(d){ d.addEventListener('click', flagInteract, {once:true}); });\n          function runPeek(){\n            setTimeout(function(){\n              if (userInteracted) return;\n              track.style.transition = 'transform 0.7s cubic-bezier(0.4,0,0.2,1)';\n              track.style.transform = 'translateX(-15%)';\n              setTimeout(function(){\n                if (userInteracted) return;\n                track.style.transition = 'transform 0.8s cubic-bezier(0.4,0,0.2,1)';\n                track.style.transform = 'translateX(0%)';\n                setTimeout(function(){ track.style.transition = ''; }, 850);\n              }, 950);\n            }, 400);\n          }\n          if ('IntersectionObserver' in window){\n            var io = new IntersectionObserver(function(entries){\n              entries.forEach(function(entry){\n                if (entry.isIntersecting){\n                  io.disconnect();\n                  runPeek();\n                }\n              });\n            }, {threshold: 0.5});\n            io.observe(slider);\n          } else {\n            runPeek();\n          }\n        }\n        peek();\n      });\n    })();\n    <\/script>\n    <\/div>\n\n  <!-- FOOTER -->\n  <footer>\n    <div class=\"wrap\">\n      <div class=\"foot-brand\">humanoid<b>.<\/b>guide<\/div>\n      <div class=\"foot-tag\">\ub274\uc2a4 \ubd84\uc11d \u00b7 2026\ub144 7\uc6d4<\/div>\n      <div class=\"srcnote\">\n        <b class=\"label\">\uc774 \ubd84\uc11d\uc5d0 \ub300\ud574<\/b>\n <strong>humanoid.guide\uac00<\/strong> \uacf5\uac1c \uc790\ub8cc\ub97c \ubc14\ud0d5\uc73c\ub85c \uc791\uc131\ud568: 1X \ucd9c\uc2dc \ud398\uc774\uc9c0 <a href=\"https:\/\/www.1x.tech\/discover\/neos-hands\" target=\"_blank\" rel=\"noopener\">\u2018NEO\u2019s Hands \u2013 An API to the Physical World\u2019<\/a>, Bernt B\u00f8rnich\uc758 <a href=\"https:\/\/x.com\/BerntBornich\/status\/2074960249749192718\" target=\"_blank\" rel=\"noopener\">X \uac8c\uc2dc\ubb3c<\/a>, John Koetsier\uc758 2026\ub144 6\uc6d4 \ud3ec\ube0c\uc2a4 \ud2b9\uc9d1 \uae30\uc0ac <a href=\"https:\/\/www.forbes.com\/sites\/johnkoetsier\/2026\/06\/01\/this-robot-might-have-the-best-hands-of-any-humanoid-ever\/\" target=\"_blank\" rel=\"noopener\"> \u201c\uc774 \ub85c\ubd07\uc740 \uc5ed\ub300 \ud734\uba38\ub178\uc774\ub4dc \uc911 \uac00\uc7a5 \ub6f0\uc5b4\ub09c \uc190\uc744 \uac00\uc84c\uc744\uc9c0\ub3c4 \ubaa8\ub978\ub2e4\u201d<\/a> (Dar Sleeper \uc778\uc6a9\ubb38\uc758 \ucd9c\ucc98), \uadf8\ub9ac\uace0 <a href=\"https:\/\/www.humanoidsdaily.com\/news\/the-contact-problem-how-agilink-s-new-omnihand-3-ultra-m-is-teaching-robots-to-feel\" target=\"_blank\" rel=\"noopener\">Humanoids Daily\uc640<\/a> <a href=\"https:\/\/pandaily.com\/agilink-launches-omni-hand-3-series-ships-over-8-000-dexterous-hands\" target=\"_blank\" rel=\"noopener\">Pandaily\uc758<\/a> \uad11\ubc94\uc704\ud55c \u2018\uc190 \uac1c\ubc1c \uacbd\uc7c1\u2019 \uad00\ub828 \ubcf4\ub3c4. \uc0ac\uc591 \ubc0f \uc0dd\uc0b0 \uc218\uce58\ub294 \ud574\ub2f9 \uae30\uc5c5\ub4e4\uc774 \uc8fc\uc7a5\ud55c \ub0b4\uc6a9\uc774\uba70, \ub3c5\ub9bd\uc801\uc73c\ub85c \uac80\uc99d\ub41c \ubc14\ub294 \uc5c6\uc2b5\ub2c8\ub2e4. NEO\uc758 \ubc30\uc1a1 \uc2dc\uae30\ub294 1X\uac00 \ubc1c\ud45c\ud55c 2026\ub144 <a href=\"https:\/\/www.globenewswire.com\/news-release\/2026\/04\/30\/3285118\/0\/en\/1x-opens-neo-factory-in-hayward-ca-america-s-first-vertically-integrated-humanoid-robot-factory-with-consumer-shipments-planned-for-2026.html\" target=\"_blank\" rel=\"noopener\">\ud5e4\uc774\uc6cc\ub4dc \uacf5\uc7a5\uc5d0\uc11c\uc758<\/a> \uc18c\ube44\uc790 \ucd9c\ud558 \uacc4\ud68d\uc5d0 \ub530\ub974\uba70, \uc635\ud2f0\uba38\uc2a4\uc758 \ud604\ud669\uc740 \ud14c\uc2ac\ub77c\uac00 \ubc1c\ud45c\ud55c 3\uc138\ub300 \uacf5\uac1c \uc5f0\uae30 \uc18c\uc2dd\uc5d0 \ub530\ub985\ub2c8\ub2e4. \uc774 \uae30\uc0ac\uc5d0 \uc218\ub85d\ub41c \ubaa8\ub4e0 \uc0ac\uc9c4\uacfc \ub3d9\uc601\uc0c1 \uc2a4\ud2f8 \uc774\ubbf8\uc9c0\ub294 <strong>1X \ud14c\ud06c\ub180\ub85c\uc9c0\uc2a4\uc758<\/strong> \uc81c\uacf5\uc785\ub2c8\ub2e4. \uc77c\ubd80\ub294 \ud574\ub2f9 \uae30\uc5c5\uc758 \ucd9c\uc2dc \uc601\uc0c1\uc5d0\uc11c \ucd94\ucd9c\ud55c \ud504\ub808\uc784\uc774\uba70, \ub098\uba38\uc9c0\ub294 \uacf5\uc2dd \uc81c\ud488 \uc0ac\uc9c4\uc785\ub2c8\ub2e4. \u201cThe humanoid.guide View\u201d\uc5d0 \uc2e4\ub9b0 \uc758\uacac\uc740 \ubcf8 \ub9e4\uccb4\uc758 \uacac\ud574\uc785\ub2c8\ub2e4.    \n      <\/div>\n    <\/div>\n  <\/footer>\n\n<\/div><!-- \/.hg -->\n\n<script>\n  (function(){\n    var reveals = [].slice.call(document.querySelectorAll('.hg .reveal'));\n\n    \/* fade-in on scroll *\/\n    if('IntersectionObserver' in window){\n      var io = new IntersectionObserver(function(entries){\n        entries.forEach(function(en){\n          if(en.isIntersecting){\n            en.target.classList.add('in');\n            io.unobserve(en.target);\n          }\n        });\n      }, { threshold: 0.1, rootMargin: '0px 0px -6% 0px' });\n      reveals.forEach(function(e){ io.observe(e); });\n    } else {\n      reveals.forEach(function(e){ e.classList.add('in'); });\n    }\n  })();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>1X NEO \ud578\uc988 \u2013 25\ub2e8\uacc4 \ud798 \uc81c\uc5b4 \u2013 humanoid.guide 1X NEO \ud578\uc988 \u2013 25\ub2e8\uacc4 \ud798 \uc81c\uc5b4 \u2013 humanoid.guide humanoid.guide \ub274\uc2a4 \ubd84\uc11d 1X Technologies \u00b7 \uc2e0\uc81c\ud488 \uacf5\uac1c \u00b7 2026\ub144 7\uc6d4 NEO, \uc0c8\ub85c\uc6b4 \uc8fc\uc778 \ub9de\uc774\ud558\ub2e4 humanoid.guide\ub97c \ud1b5\ud574 \uc0ac\uc591\uc11c\ub97c \ud655\uc778\ud558\uba70 \ubca0\ub978\ud2b8 \ubcf4\ub974\ub2c8\ud788(Bernt B\u00f8rnich)\ub294 \u201c\uc778\ub958 \uc5ed\uc0ac\uc0c1 \uac00\uc7a5 \uc9c4\ubcf4\ub41c \ub85c\ubd07 \uc190\u201d\uc744 \uc608\uace0\ud55c \ubc14 \uc788\ub2e4. \uc774\uc81c \uc0c8\ub85c\uc6b4 1X NEO \ub85c\ubd07 \uc190\uc774&#8230;<\/p>\n","protected":false},"author":5,"featured_media":15393,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[1],"tags":[],"class_list":["post-15392","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>1X NEO \ud578\uc988 \u2013 25\ub2e8\uacc4\uc758 \ud798 \uc870\uc808 \uae30\ub2a5<\/title>\n<meta name=\"description\" content=\"1X NEO \ud578\ub4dc\uac00 \uacf5\uac1c\ub418\uc5c8\uc2b5\ub2c8\ub2e4: 25\uac1c\uc758 \ud798 \uc81c\uc5b4 \uc790\uc720\ub3c4, \uc804\ub2e8\ub825\uc744 \uac10\uc9c0\ud558\ub294 \uc190\uac00\ub77d \ub05d, IP68 \ub4f1\uae09 \u2013 2026\ub144 \ub85c\ubd07 \uacf5\ud559\uacc4\uc5d0\uc11c \uac00\uc7a5 \ub300\ub2f4\ud55c \uc8fc\uc7a5\uc5d0 \ub300\ud55c \uc6b0\ub9ac\uc758 \ubd84\uc11d.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/humanoid.guide\/ko\/neo-%ec%83%88%eb%a1%9c%ec%9a%b4-%ec%a3%bc%ec%9d%b8-%eb%a7%9e%ec%9d%b4%ed%95%98%eb%8b%a4\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"1X NEO \ud578\uc988 \u2013 25\ub2e8\uacc4\uc758 \ud798 \uc870\uc808 \uae30\ub2a5\" \/>\n<meta property=\"og:description\" content=\"1X NEO \ud578\ub4dc\uac00 \uacf5\uac1c\ub418\uc5c8\uc2b5\ub2c8\ub2e4: 25\uac1c\uc758 \ud798 \uc81c\uc5b4 \uc790\uc720\ub3c4, \uc804\ub2e8\ub825\uc744 \uac10\uc9c0\ud558\ub294 \uc190\uac00\ub77d \ub05d, IP68 \ub4f1\uae09 \u2013 2026\ub144 \ub85c\ubd07 \uacf5\ud559\uacc4\uc5d0\uc11c \uac00\uc7a5 \ub300\ub2f4\ud55c \uc8fc\uc7a5\uc5d0 \ub300\ud55c \uc6b0\ub9ac\uc758 \ubd84\uc11d.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/humanoid.guide\/ko\/neo-%ec%83%88%eb%a1%9c%ec%9a%b4-%ec%a3%bc%ec%9d%b8-%eb%a7%9e%ec%9d%b4%ed%95%98%eb%8b%a4\/\" \/>\n<meta property=\"og:site_name\" content=\"Humanoid.guide\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-09T21:28:37+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-30T10:58:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/07\/1X04.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Humanoid Guide\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Humanoidguide\" \/>\n<meta name=\"twitter:site\" content=\"@Humanoidguide\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"Humanoid Guide\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"2\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ko\\\/neo-%ec%83%88%eb%a1%9c%ec%9a%b4-%ec%a3%bc%ec%9d%b8-%eb%a7%9e%ec%9d%b4%ed%95%98%eb%8b%a4\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ko\\\/neo-%ec%83%88%eb%a1%9c%ec%9a%b4-%ec%a3%bc%ec%9d%b8-%eb%a7%9e%ec%9d%b4%ed%95%98%eb%8b%a4\\\/\"},\"author\":{\"name\":\"Humanoid Guide\",\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ko\\\/#\\\/schema\\\/person\\\/79aeb05d3fc0c8c77c7be00d72c11fe6\"},\"headline\":\"NEO, \uc0c8\ub85c\uc6b4 \uc8fc\uc778 \ub9de\uc774\ud558\ub2e4\",\"datePublished\":\"2026-07-09T21:28:37+00:00\",\"dateModified\":\"2026-07-30T10:58:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ko\\\/neo-%ec%83%88%eb%a1%9c%ec%9a%b4-%ec%a3%bc%ec%9d%b8-%eb%a7%9e%ec%9d%b4%ed%95%98%eb%8b%a4\\\/\"},\"wordCount\":301,\"publisher\":{\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ko\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ko\\\/neo-%ec%83%88%eb%a1%9c%ec%9a%b4-%ec%a3%bc%ec%9d%b8-%eb%a7%9e%ec%9d%b4%ed%95%98%eb%8b%a4\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/humanoid.guide\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/1X04.webp\",\"articleSection\":[\"News\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ko\\\/neo-%ec%83%88%eb%a1%9c%ec%9a%b4-%ec%a3%bc%ec%9d%b8-%eb%a7%9e%ec%9d%b4%ed%95%98%eb%8b%a4\\\/\",\"url\":\"https:\\\/\\\/humanoid.guide\\\/ko\\\/neo-%ec%83%88%eb%a1%9c%ec%9a%b4-%ec%a3%bc%ec%9d%b8-%eb%a7%9e%ec%9d%b4%ed%95%98%eb%8b%a4\\\/\",\"name\":\"1X NEO \ud578\uc988 \u2013 25\ub2e8\uacc4\uc758 \ud798 \uc870\uc808 \uae30\ub2a5\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ko\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ko\\\/neo-%ec%83%88%eb%a1%9c%ec%9a%b4-%ec%a3%bc%ec%9d%b8-%eb%a7%9e%ec%9d%b4%ed%95%98%eb%8b%a4\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ko\\\/neo-%ec%83%88%eb%a1%9c%ec%9a%b4-%ec%a3%bc%ec%9d%b8-%eb%a7%9e%ec%9d%b4%ed%95%98%eb%8b%a4\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/humanoid.guide\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/1X04.webp\",\"datePublished\":\"2026-07-09T21:28:37+00:00\",\"dateModified\":\"2026-07-30T10:58:37+00:00\",\"description\":\"1X NEO \ud578\ub4dc\uac00 \uacf5\uac1c\ub418\uc5c8\uc2b5\ub2c8\ub2e4: 25\uac1c\uc758 \ud798 \uc81c\uc5b4 \uc790\uc720\ub3c4, \uc804\ub2e8\ub825\uc744 \uac10\uc9c0\ud558\ub294 \uc190\uac00\ub77d \ub05d, IP68 \ub4f1\uae09 \u2013 2026\ub144 \ub85c\ubd07 \uacf5\ud559\uacc4\uc5d0\uc11c \uac00\uc7a5 \ub300\ub2f4\ud55c \uc8fc\uc7a5\uc5d0 \ub300\ud55c \uc6b0\ub9ac\uc758 \ubd84\uc11d.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ko\\\/neo-%ec%83%88%eb%a1%9c%ec%9a%b4-%ec%a3%bc%ec%9d%b8-%eb%a7%9e%ec%9d%b4%ed%95%98%eb%8b%a4\\\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/humanoid.guide\\\/ko\\\/neo-%ec%83%88%eb%a1%9c%ec%9a%b4-%ec%a3%bc%ec%9d%b8-%eb%a7%9e%ec%9d%b4%ed%95%98%eb%8b%a4\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ko\\\/neo-%ec%83%88%eb%a1%9c%ec%9a%b4-%ec%a3%bc%ec%9d%b8-%eb%a7%9e%ec%9d%b4%ed%95%98%eb%8b%a4\\\/#primaryimage\",\"url\":\"https:\\\/\\\/humanoid.guide\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/1X04.webp\",\"contentUrl\":\"https:\\\/\\\/humanoid.guide\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/1X04.webp\",\"width\":1920,\"height\":1080,\"caption\":\"NEO, \uc0c8\ub85c\uc6b4 \uc8fc\uc778 \ub9de\uc774\ud558\ub2e4\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ko\\\/neo-%ec%83%88%eb%a1%9c%ec%9a%b4-%ec%a3%bc%ec%9d%b8-%eb%a7%9e%ec%9d%b4%ed%95%98%eb%8b%a4\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/humanoid.guide\\\/ko\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"NEO, \uc0c8\ub85c\uc6b4 \uc8fc\uc778 \ub9de\uc774\ud558\ub2e4\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ko\\\/#website\",\"url\":\"https:\\\/\\\/humanoid.guide\\\/ko\\\/\",\"name\":\"Humanoid.guide\",\"description\":\"The ultimate resource for humanoid robotics\",\"publisher\":{\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ko\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/humanoid.guide\\\/ko\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ko\\\/#organization\",\"name\":\"Humanoid.guide\",\"url\":\"https:\\\/\\\/humanoid.guide\\\/ko\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ko\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/humanoid.guide\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/humanoid_guide_logo.png\",\"contentUrl\":\"https:\\\/\\\/humanoid.guide\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/humanoid_guide_logo.png\",\"width\":813,\"height\":192,\"caption\":\"Humanoid.guide\"},\"image\":{\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ko\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/Humanoidguide\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/humanoidguide\",\"https:\\\/\\\/www.instagram.com\\\/humanoid.guide\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/humanoid.guide\\\/ko\\\/#\\\/schema\\\/person\\\/79aeb05d3fc0c8c77c7be00d72c11fe6\",\"name\":\"Humanoid Guide\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3f691f0f6c50c2fb046e725178a6e4232cd766cef7cd9966b664d32e3e2c6cea?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3f691f0f6c50c2fb046e725178a6e4232cd766cef7cd9966b664d32e3e2c6cea?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3f691f0f6c50c2fb046e725178a6e4232cd766cef7cd9966b664d32e3e2c6cea?s=96&d=mm&r=g\",\"caption\":\"Humanoid Guide\"},\"sameAs\":[\"https:\\\/\\\/humanoid.guide\"],\"url\":\"https:\\\/\\\/humanoid.guide\\\/ko\\\/author\\\/human\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"1X NEO \ud578\uc988 \u2013 25\ub2e8\uacc4\uc758 \ud798 \uc870\uc808 \uae30\ub2a5","description":"1X NEO \ud578\ub4dc\uac00 \uacf5\uac1c\ub418\uc5c8\uc2b5\ub2c8\ub2e4: 25\uac1c\uc758 \ud798 \uc81c\uc5b4 \uc790\uc720\ub3c4, \uc804\ub2e8\ub825\uc744 \uac10\uc9c0\ud558\ub294 \uc190\uac00\ub77d \ub05d, IP68 \ub4f1\uae09 \u2013 2026\ub144 \ub85c\ubd07 \uacf5\ud559\uacc4\uc5d0\uc11c \uac00\uc7a5 \ub300\ub2f4\ud55c \uc8fc\uc7a5\uc5d0 \ub300\ud55c \uc6b0\ub9ac\uc758 \ubd84\uc11d.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/humanoid.guide\/ko\/neo-%ec%83%88%eb%a1%9c%ec%9a%b4-%ec%a3%bc%ec%9d%b8-%eb%a7%9e%ec%9d%b4%ed%95%98%eb%8b%a4\/","og_locale":"ko_KR","og_type":"article","og_title":"1X NEO \ud578\uc988 \u2013 25\ub2e8\uacc4\uc758 \ud798 \uc870\uc808 \uae30\ub2a5","og_description":"1X NEO \ud578\ub4dc\uac00 \uacf5\uac1c\ub418\uc5c8\uc2b5\ub2c8\ub2e4: 25\uac1c\uc758 \ud798 \uc81c\uc5b4 \uc790\uc720\ub3c4, \uc804\ub2e8\ub825\uc744 \uac10\uc9c0\ud558\ub294 \uc190\uac00\ub77d \ub05d, IP68 \ub4f1\uae09 \u2013 2026\ub144 \ub85c\ubd07 \uacf5\ud559\uacc4\uc5d0\uc11c \uac00\uc7a5 \ub300\ub2f4\ud55c \uc8fc\uc7a5\uc5d0 \ub300\ud55c \uc6b0\ub9ac\uc758 \ubd84\uc11d.","og_url":"https:\/\/humanoid.guide\/ko\/neo-%ec%83%88%eb%a1%9c%ec%9a%b4-%ec%a3%bc%ec%9d%b8-%eb%a7%9e%ec%9d%b4%ed%95%98%eb%8b%a4\/","og_site_name":"Humanoid.guide","article_published_time":"2026-07-09T21:28:37+00:00","article_modified_time":"2026-07-30T10:58:37+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/07\/1X04.webp","type":"image\/webp"}],"author":"Humanoid Guide","twitter_card":"summary_large_image","twitter_creator":"@Humanoidguide","twitter_site":"@Humanoidguide","twitter_misc":{"\uae00\uc4f4\uc774":"Humanoid Guide","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"2\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/humanoid.guide\/ko\/neo-%ec%83%88%eb%a1%9c%ec%9a%b4-%ec%a3%bc%ec%9d%b8-%eb%a7%9e%ec%9d%b4%ed%95%98%eb%8b%a4\/#article","isPartOf":{"@id":"https:\/\/humanoid.guide\/ko\/neo-%ec%83%88%eb%a1%9c%ec%9a%b4-%ec%a3%bc%ec%9d%b8-%eb%a7%9e%ec%9d%b4%ed%95%98%eb%8b%a4\/"},"author":{"name":"Humanoid Guide","@id":"https:\/\/humanoid.guide\/ko\/#\/schema\/person\/79aeb05d3fc0c8c77c7be00d72c11fe6"},"headline":"NEO, \uc0c8\ub85c\uc6b4 \uc8fc\uc778 \ub9de\uc774\ud558\ub2e4","datePublished":"2026-07-09T21:28:37+00:00","dateModified":"2026-07-30T10:58:37+00:00","mainEntityOfPage":{"@id":"https:\/\/humanoid.guide\/ko\/neo-%ec%83%88%eb%a1%9c%ec%9a%b4-%ec%a3%bc%ec%9d%b8-%eb%a7%9e%ec%9d%b4%ed%95%98%eb%8b%a4\/"},"wordCount":301,"publisher":{"@id":"https:\/\/humanoid.guide\/ko\/#organization"},"image":{"@id":"https:\/\/humanoid.guide\/ko\/neo-%ec%83%88%eb%a1%9c%ec%9a%b4-%ec%a3%bc%ec%9d%b8-%eb%a7%9e%ec%9d%b4%ed%95%98%eb%8b%a4\/#primaryimage"},"thumbnailUrl":"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/07\/1X04.webp","articleSection":["News"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/humanoid.guide\/ko\/neo-%ec%83%88%eb%a1%9c%ec%9a%b4-%ec%a3%bc%ec%9d%b8-%eb%a7%9e%ec%9d%b4%ed%95%98%eb%8b%a4\/","url":"https:\/\/humanoid.guide\/ko\/neo-%ec%83%88%eb%a1%9c%ec%9a%b4-%ec%a3%bc%ec%9d%b8-%eb%a7%9e%ec%9d%b4%ed%95%98%eb%8b%a4\/","name":"1X NEO \ud578\uc988 \u2013 25\ub2e8\uacc4\uc758 \ud798 \uc870\uc808 \uae30\ub2a5","isPartOf":{"@id":"https:\/\/humanoid.guide\/ko\/#website"},"primaryImageOfPage":{"@id":"https:\/\/humanoid.guide\/ko\/neo-%ec%83%88%eb%a1%9c%ec%9a%b4-%ec%a3%bc%ec%9d%b8-%eb%a7%9e%ec%9d%b4%ed%95%98%eb%8b%a4\/#primaryimage"},"image":{"@id":"https:\/\/humanoid.guide\/ko\/neo-%ec%83%88%eb%a1%9c%ec%9a%b4-%ec%a3%bc%ec%9d%b8-%eb%a7%9e%ec%9d%b4%ed%95%98%eb%8b%a4\/#primaryimage"},"thumbnailUrl":"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/07\/1X04.webp","datePublished":"2026-07-09T21:28:37+00:00","dateModified":"2026-07-30T10:58:37+00:00","description":"1X NEO \ud578\ub4dc\uac00 \uacf5\uac1c\ub418\uc5c8\uc2b5\ub2c8\ub2e4: 25\uac1c\uc758 \ud798 \uc81c\uc5b4 \uc790\uc720\ub3c4, \uc804\ub2e8\ub825\uc744 \uac10\uc9c0\ud558\ub294 \uc190\uac00\ub77d \ub05d, IP68 \ub4f1\uae09 \u2013 2026\ub144 \ub85c\ubd07 \uacf5\ud559\uacc4\uc5d0\uc11c \uac00\uc7a5 \ub300\ub2f4\ud55c \uc8fc\uc7a5\uc5d0 \ub300\ud55c \uc6b0\ub9ac\uc758 \ubd84\uc11d.","breadcrumb":{"@id":"https:\/\/humanoid.guide\/ko\/neo-%ec%83%88%eb%a1%9c%ec%9a%b4-%ec%a3%bc%ec%9d%b8-%eb%a7%9e%ec%9d%b4%ed%95%98%eb%8b%a4\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/humanoid.guide\/ko\/neo-%ec%83%88%eb%a1%9c%ec%9a%b4-%ec%a3%bc%ec%9d%b8-%eb%a7%9e%ec%9d%b4%ed%95%98%eb%8b%a4\/"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/humanoid.guide\/ko\/neo-%ec%83%88%eb%a1%9c%ec%9a%b4-%ec%a3%bc%ec%9d%b8-%eb%a7%9e%ec%9d%b4%ed%95%98%eb%8b%a4\/#primaryimage","url":"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/07\/1X04.webp","contentUrl":"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/07\/1X04.webp","width":1920,"height":1080,"caption":"NEO, \uc0c8\ub85c\uc6b4 \uc8fc\uc778 \ub9de\uc774\ud558\ub2e4"},{"@type":"BreadcrumbList","@id":"https:\/\/humanoid.guide\/ko\/neo-%ec%83%88%eb%a1%9c%ec%9a%b4-%ec%a3%bc%ec%9d%b8-%eb%a7%9e%ec%9d%b4%ed%95%98%eb%8b%a4\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/humanoid.guide\/ko\/"},{"@type":"ListItem","position":2,"name":"NEO, \uc0c8\ub85c\uc6b4 \uc8fc\uc778 \ub9de\uc774\ud558\ub2e4"}]},{"@type":"WebSite","@id":"https:\/\/humanoid.guide\/ko\/#website","url":"https:\/\/humanoid.guide\/ko\/","name":"Humanoid.guide","description":"The ultimate resource for humanoid robotics","publisher":{"@id":"https:\/\/humanoid.guide\/ko\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/humanoid.guide\/ko\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/humanoid.guide\/ko\/#organization","name":"Humanoid.guide","url":"https:\/\/humanoid.guide\/ko\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/humanoid.guide\/ko\/#\/schema\/logo\/image\/","url":"https:\/\/humanoid.guide\/wp-content\/uploads\/2024\/08\/humanoid_guide_logo.png","contentUrl":"https:\/\/humanoid.guide\/wp-content\/uploads\/2024\/08\/humanoid_guide_logo.png","width":813,"height":192,"caption":"Humanoid.guide"},"image":{"@id":"https:\/\/humanoid.guide\/ko\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/Humanoidguide","https:\/\/www.linkedin.com\/company\/humanoidguide","https:\/\/www.instagram.com\/humanoid.guide"]},{"@type":"Person","@id":"https:\/\/humanoid.guide\/ko\/#\/schema\/person\/79aeb05d3fc0c8c77c7be00d72c11fe6","name":"Humanoid Guide","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/secure.gravatar.com\/avatar\/3f691f0f6c50c2fb046e725178a6e4232cd766cef7cd9966b664d32e3e2c6cea?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/3f691f0f6c50c2fb046e725178a6e4232cd766cef7cd9966b664d32e3e2c6cea?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3f691f0f6c50c2fb046e725178a6e4232cd766cef7cd9966b664d32e3e2c6cea?s=96&d=mm&r=g","caption":"Humanoid Guide"},"sameAs":["https:\/\/humanoid.guide"],"url":"https:\/\/humanoid.guide\/ko\/author\/human\/"}]}},"yoast_seo":{"title":"1X NEO \ud578\uc988 \u2013 25\ub2e8\uacc4\uc758 \ud798 \uc870\uc808 \uae30\ub2a5","metadesc":"1X NEO \ud578\ub4dc\uac00 \uacf5\uac1c\ub418\uc5c8\uc2b5\ub2c8\ub2e4: 25\uac1c\uc758 \ud798 \uc81c\uc5b4 \uc790\uc720\ub3c4, \uc804\ub2e8\ub825\uc744 \uac10\uc9c0\ud558\ub294 \uc190\uac00\ub77d \ub05d, IP68 \ub4f1\uae09 \u2013 2026\ub144 \ub85c\ubd07 \uacf5\ud559\uacc4\uc5d0\uc11c \uac00\uc7a5 \ub300\ub2f4\ud55c \uc8fc\uc7a5\uc5d0 \ub300\ud55c \uc6b0\ub9ac\uc758 \ubd84\uc11d.","focuskw":"1X NEO \ud578\uc988"},"taxonomy_info":{"category":[{"value":1,"label":"News"}]},"featured_image_src_large":["https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/07\/1X04-1024x576.webp",1024,576,true],"author_info":{"display_name":"Humanoid Guide","author_link":"https:\/\/humanoid.guide\/ko\/author\/human\/"},"comment_info":0,"category_info":[{"term_id":1,"name":"News","slug":"news","term_group":0,"term_taxonomy_id":1,"taxonomy":"category","description":"","parent":0,"count":423,"filter":"raw","cat_ID":1,"category_count":423,"category_description":"","cat_name":"News","category_nicename":"news","category_parent":0}],"tag_info":false,"jetpack_featured_media_url":"https:\/\/humanoid.guide\/wp-content\/uploads\/2026\/07\/1X04.webp","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/humanoid.guide\/ko\/wp-json\/wp\/v2\/posts\/15392","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/humanoid.guide\/ko\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/humanoid.guide\/ko\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/humanoid.guide\/ko\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/humanoid.guide\/ko\/wp-json\/wp\/v2\/comments?post=15392"}],"version-history":[{"count":1,"href":"https:\/\/humanoid.guide\/ko\/wp-json\/wp\/v2\/posts\/15392\/revisions"}],"predecessor-version":[{"id":15394,"href":"https:\/\/humanoid.guide\/ko\/wp-json\/wp\/v2\/posts\/15392\/revisions\/15394"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/humanoid.guide\/ko\/wp-json\/wp\/v2\/media\/15393"}],"wp:attachment":[{"href":"https:\/\/humanoid.guide\/ko\/wp-json\/wp\/v2\/media?parent=15392"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/humanoid.guide\/ko\/wp-json\/wp\/v2\/categories?post=15392"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/humanoid.guide\/ko\/wp-json\/wp\/v2\/tags?post=15392"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}