{"id":18707,"date":"2026-02-11T17:32:20","date_gmt":"2026-02-11T08:32:20","guid":{"rendered":"https:\/\/www.runmoa.com\/?page_id=18707"},"modified":"2026-02-11T18:15:47","modified_gmt":"2026-02-11T09:15:47","slug":"business-test-game","status":"publish","type":"page","link":"https:\/\/www.runmoa.com\/business-test-game\/","title":{"rendered":"\uc0ac\uc5c5\ud14c\uc2a4\ud2b8"},"content":{"rendered":"<style>\r\n\t:root {\r\n  color-scheme: light;\r\n}\r\n\r\n* {\r\n  box-sizing: border-box;\r\n}\r\n\r\nbody {\r\n  margin: 0;\r\n  min-height: 100vh;\r\n  background: linear-gradient(180deg, #f7faf8 0%, #eef6f2 100%);\r\n  color: #0f172a;\r\n  font-family: \"Pretendard\", \"Apple SD Gothic Neo\", \"Noto Sans KR\", sans-serif;\r\n}\r\n\r\n#app {\r\n  margin: 0 auto;\r\n  width: 100%;\r\n  max-width: 640px;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n}\r\n\r\n.card {\r\n  width: 100%;\r\n  border: 1px solid #e2e8f0;\r\n  border-radius: 24px;\r\n  background: #ffffff;\r\n  padding: 20px;\r\n  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);\r\n}\r\n\r\n.header {\r\n  text-align: center;\r\n}\r\n\r\n.badge {\r\n  margin: 0;\r\n  font-size: 11px;\r\n  font-weight: 700;\r\n  letter-spacing: 0.18em;\r\n  text-transform: uppercase;\r\n  color: #059669;\r\n}\r\n\r\n.title {\r\n  margin: 10px 0 0;\r\n  font-size: 28px;\r\n  line-height: 1.2;\r\n  letter-spacing: -0.02em;\r\n}\r\n\r\n.intro-wrap {\r\n  margin-top: 24px;\r\n  min-height: 460px;\r\n  display: flex;\r\n  flex-direction: column;\r\n}\r\n\r\n.intro-image-wrap {\r\n  flex: 1;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n}\r\n\r\n.intro-image {\r\n  width: 100%;\r\n  max-width: 320px;\r\n  height: auto;\r\n  border-radius: 18px;\r\n  border: 1px solid #e2e8f0;\r\n  display: block;\r\n}\r\n\r\n.game-select-wrap {\r\n  margin-top: 24px;\r\n  display: grid;\r\n  gap: 16px;\r\n}\r\n\r\n.game-card {\r\n  border: 2px solid #e2e8f0;\r\n  border-radius: 16px;\r\n  background: #ffffff;\r\n  padding: 20px;\r\n  cursor: pointer;\r\n  transition: 0.2s ease;\r\n  text-align: center;\r\n}\r\n\r\n.game-card:hover {\r\n  border-color: #059669;\r\n  background: #ecfdf5;\r\n}\r\n\r\n.game-card-title {\r\n  margin: 0;\r\n  font-size: 20px;\r\n  font-weight: 700;\r\n  color: #0f172a;\r\n}\r\n\r\n.game-card-desc {\r\n  margin: 8px 0 0;\r\n  font-size: 14px;\r\n  color: #64748b;\r\n  line-height: 1.5;\r\n}\r\n\r\n.button {\r\n  border: none;\r\n  cursor: pointer;\r\n  text-decoration: none;\r\n  display: inline-flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  text-align: center;\r\n  border-radius: 14px;\r\n  padding: 14px 16px;\r\n  font-size: 14px;\r\n  font-weight: 700;\r\n  transition: 0.2s ease;\r\n}\r\n\r\n.button:disabled {\r\n  cursor: not-allowed;\r\n  opacity: 0.6;\r\n}\r\n\r\n.button-primary {\r\n  background: #059669;\r\n  color: #ffffff;\r\n}\r\n\r\n.button-primary:hover {\r\n  background: #047857;\r\n}\r\n\r\n.button-outline {\r\n  border: 1px solid #cbd5e1;\r\n  background: #ffffff;\r\n  color: #334155;\r\n}\r\n\r\n.button-outline:hover {\r\n  background: #f8fafc;\r\n}\r\n\r\n.start-btn {\r\n  margin-top: 24px;\r\n  width: 100%;\r\n  font-size: 16px;\r\n  border-radius: 16px;\r\n}\r\n\r\n.progress-bar {\r\n  margin-top: 20px;\r\n  width: 100%;\r\n  height: 8px;\r\n  border-radius: 999px;\r\n  overflow: hidden;\r\n  background: #e2e8f0;\r\n}\r\n\r\n.progress-fill {\r\n  height: 100%;\r\n  width: 0%;\r\n  background: #10b981;\r\n  transition: width 0.3s ease;\r\n}\r\n\r\n.progress-text {\r\n  margin: 8px 0 0;\r\n  text-align: center;\r\n  font-size: 12px;\r\n  font-weight: 700;\r\n  color: #64748b;\r\n}\r\n\r\n.question-card {\r\n  margin-top: 18px;\r\n  border: 1px solid #e2e8f0;\r\n  border-radius: 16px;\r\n  background: #f8fafc;\r\n  padding: 16px;\r\n}\r\n\r\n.question-index {\r\n  margin: 0;\r\n  font-size: 11px;\r\n  font-weight: 700;\r\n  letter-spacing: 0.12em;\r\n  text-transform: uppercase;\r\n  color: #64748b;\r\n}\r\n\r\n.question-text {\r\n  margin: 10px 0 0;\r\n  font-size: 20px;\r\n  line-height: 1.45;\r\n  font-weight: 700;\r\n}\r\n\r\n.options {\r\n  margin-top: 16px;\r\n  display: grid;\r\n  gap: 10px;\r\n}\r\n\r\n.option-btn {\r\n  width: 100%;\r\n  border-radius: 16px;\r\n  border: 1px solid #cbd5e1;\r\n  background: #ffffff;\r\n  padding: 14px;\r\n  display: flex;\r\n  align-items: flex-start;\r\n  gap: 10px;\r\n  text-align: left;\r\n  cursor: pointer;\r\n  transition: 0.2s ease;\r\n}\r\n\r\n.option-btn:hover {\r\n  border-color: #34d399;\r\n  background: #ecfdf5;\r\n}\r\n\r\n.option-badge {\r\n  margin-top: 1px;\r\n  width: 28px;\r\n  height: 28px;\r\n  border-radius: 999px;\r\n  background: #0f172a;\r\n  color: #ffffff;\r\n  font-size: 12px;\r\n  font-weight: 700;\r\n  display: inline-flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  flex-shrink: 0;\r\n}\r\n\r\n.option-label {\r\n  font-size: 14px;\r\n  line-height: 1.5;\r\n  color: #1e293b;\r\n  font-weight: 600;\r\n}\r\n\r\n.result-card {\r\n  margin-top: 24px;\r\n  border: 1px solid #d1fae5;\r\n  border-radius: 16px;\r\n  background: #ecfdf5;\r\n  padding: 16px;\r\n}\r\n\r\n.share-only-label {\r\n  margin: 0;\r\n  border-radius: 10px;\r\n  background: #ffffff;\r\n  padding: 10px 12px;\r\n  font-size: 12px;\r\n  font-weight: 700;\r\n  color: #475569;\r\n}\r\n\r\n.result-image-trigger {\r\n  margin-top: 8px;\r\n  width: 100%;\r\n  border: none;\r\n  background: none;\r\n  padding: 0;\r\n  text-align: left;\r\n  cursor: pointer;\r\n}\r\n\r\n.result-image {\r\n  width: 100%;\r\n  height: auto;\r\n  border-radius: 16px;\r\n  border: 1px solid #a7f3d0;\r\n  display: block;\r\n}\r\n\r\n.result-image-hint {\r\n  margin: 8px 0 0;\r\n  text-align: center;\r\n  font-size: 12px;\r\n  font-weight: 700;\r\n  color: #64748b;\r\n}\r\n\r\n.button-grid {\r\n  margin-top: 16px;\r\n  display: grid;\r\n  grid-template-columns: 1fr;\r\n  gap: 8px;\r\n}\r\n\r\n.share-status {\r\n  margin: 12px 0 0;\r\n  text-align: center;\r\n  font-size: 14px;\r\n  font-weight: 600;\r\n  color: #475569;\r\n}\r\n\r\n.modal {\r\n  position: fixed;\r\n  inset: 0;\r\n  z-index: 100;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  padding: 16px;\r\n  background: rgba(2, 6, 23, 0.75);\r\n}\r\n\r\n.modal-inner {\r\n  position: relative;\r\n  width: 100%;\r\n  max-width: 760px;\r\n  max-height: 92vh;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n}\r\n\r\n.modal-image {\r\n  width: auto;\r\n  max-width: 100%;\r\n  max-height: 88vh;\r\n  border-radius: 18px;\r\n  object-fit: contain;\r\n}\r\n\r\n.modal-close {\r\n  position: absolute;\r\n  top: -8px;\r\n  right: 0;\r\n  border: none;\r\n  cursor: pointer;\r\n  border-radius: 999px;\r\n  background: #ffffff;\r\n  padding: 7px 12px;\r\n  font-size: 13px;\r\n  font-weight: 700;\r\n  color: #0f172a;\r\n}\r\n\r\n@media (min-width: 640px) {\r\n  .card {\r\n    padding: 24px;\r\n  }\r\n\r\n  .button-grid.two-col {\r\n    grid-template-columns: 1fr 1fr;\r\n  }\r\n\r\n  .question-text {\r\n    font-size: 22px;\r\n  }\r\n}\r\n\r\n<\/style>\r\n<main id=\"app\"><\/main>\r\n<script>\r\n(() => {\r\n  const GAMES = {\r\n    ceo: {\r\n      title: \"\ub0b4\uac00 \uc7a5\uc0ac\ub97c \ud558\uba74, \uc5b4\ub290 \uc815\ub3c4\ub85c \uc131\uacf5\ud560\uae4c?\",\r\n      badge: \"CEO \uc720\ud615 \ud14c\uc2a4\ud2b8\",\r\n      introImage: \"https:\/\/www.runmoa.com\/wp-content\/plugins\/schoolmoa-snippets\/Resource\/hack-temp-page\/assets\/initial_image1.jpg\"\r\n    },\r\n    product: {\r\n      title: \"\ub0b4\uac8c \ub531 \ub9de\ub294 \ud310\ub9e4 \uc544\uc774\ud15c \ucc3e\uae30\",\r\n      badge: \"\ucd94\ucc9c \uc544\uc774\ud15c \ud14c\uc2a4\ud2b8\",\r\n      introImage: \"https:\/\/www.runmoa.com\/wp-content\/plugins\/schoolmoa-snippets\/Resource\/hack-temp-page\/assets\/what-to-sell-intro.jpg\"\r\n    }\r\n  };\r\n\r\n  const QUESTIONS = {\r\n    ceo: [\r\n    {\r\n      id: \"q1\",\r\n      question: \"\ub204\uac00 \\\"\uc774\uac70 \ud314\uba74 \uc798 \ud314\ub9b4 \uac83 \uac19\uc544\\\"\ub77c\uace0 \ub9d0\ud558\uba74 \ub098\ub294?\",\r\n      options: [\r\n        { type: \"A\", label: \"\uc65c \uc798 \ud314\ub9b4\uc9c0\ubd80\ud130 \ub530\uc838\ubcf8\ub2e4\" },\r\n        { type: \"B\", label: \"\uc77c\ub2e8 \uc18c\ub7c9\uc73c\ub85c\ub77c\ub3c4 \ud314\uc544\ubcf8\ub2e4\" },\r\n        { type: \"C\", label: \"\uc74c... \uadc0\ucc2e\ub2e4 (\uc774\ubbf8 \uba38\ub9bf\uc18d\uc73c\ub85c \ud53c\uace4\ud568)\" },\r\n        { type: \"D\", label: \"\ub0b4\uac00 \ud558\uba74 \ub354 \uc798\ud560 \uc218 \uc788\uc744 \uac83 \uac19\uc740\ub370?\" }\r\n      ]\r\n    },\r\n    {\r\n      id: \"q2\",\r\n      question: \"\ub9c8\uc9c4\uc774 30%\ub77c\ub294 \ub9d0\uc744 \ub4e4\uc73c\uba74?\",\r\n      options: [\r\n        { type: \"A\", label: \"\uace0\uc815\ube44, \ubcc0\ub3d9\ube44\ubd80\ud130 \uacc4\uc0b0\ud55c\ub2e4\" },\r\n        { type: \"B\", label: \"\uc77c\ub2e8 \ud574\ubcf4\uace0 \ub098\uc911\uc5d0 \uc870\uc815\ud55c\ub2e4\" },\r\n        { type: \"C\", label: \"\uc0dd\uac01\ubcf4\ub2e4 \uc548 \ub0a8\ub124...\" },\r\n        { type: \"D\", label: \"\ub9c8\ucf00\ud305\uc73c\ub85c \ucee4\ubc84 \uac00\ub2a5\" }\r\n      ]\r\n    },\r\n    {\r\n      id: \"q3\",\r\n      question: \"\\\"\ucd08\uae30\uc5d4 \uc801\uc790 \ub0a0 \uc218\ub3c4 \uc788\uc5b4\\\"\ub77c\ub294 \ub9d0\uc744 \ub4e4\uc5c8\uc744 \ub54c\",\r\n      options: [\r\n        { type: \"A\", label: \"\uc190\uc775\ubd84\uae30\uc810 \uacc4\uc0b0\ubd80\ud130 \ud55c\ub2e4\" },\r\n        { type: \"B\", label: \"\uac01\uc624\ud558\uace0 \uc2dc\uc791\ud55c\ub2e4\" },\r\n        { type: \"C\", label: \"\uadf8\ub7fc \uc548 \ud560\ub798...\" },\r\n        { type: \"D\", label: \"\uadf8\uac8c \uc0ac\uc5c5\uc774\uc9c0\" }\r\n      ]\r\n    },\r\n    {\r\n      id: \"q4\",\r\n      question: \"\uace0\uac1d\uc774 \\\"\ube44\uc2f8\uc694\\\"\ub77c\uace0 \ub9d0\ud558\uba74?\",\r\n      options: [\r\n        { type: \"A\", label: \"\uc65c \ube44\uc2f8\uac8c \ub290\uaf08\ub294\uc9c0 \ubb3b\ub294\ub2e4\" },\r\n        { type: \"B\", label: \"\ud560\uc778\uc774\ub098 \ub2e4\ub978 \uc635\uc158\uc744 \uc81c\uc548\ud55c\ub2e4\" },\r\n        { type: \"C\", label: \"\ub9c8\uc74c\uc774 \uc0b4\uc9dd \uc0c1\ud55c\ub2e4\" },\r\n        { type: \"D\", label: \"\ube44\uc2fc \uc774\uc720\ub97c \uc124\ub4dd\ud55c\ub2e4\" }\r\n      ]\r\n    },\r\n    {\r\n      id: \"q5\",\r\n      question: \"SNS \ub9c8\ucf00\ud305\uc5d0 \ub300\ud55c \uc0dd\uac01\uc740?\",\r\n      options: [\r\n        { type: \"A\", label: \"\ub370\uc774\ud130 \uc5c6\uc73c\uba74 \uc758\ubbf8 \uc5c6\ub2e4\" },\r\n        { type: \"B\", label: \"\uc77c\ub2e8 \ud574\ubd10\uc57c \uc548\ub2e4\" },\r\n        { type: \"C\", label: \"\ub108\ubb34 \uadc0\ucc2e\ub2e4\" },\r\n        { type: \"D\", label: \"\ub0b4\uac00 \ud558\uba74 \uc798\ud560 \ub4ef\" }\r\n      ]\r\n    },\r\n    {\r\n      id: \"q6\",\r\n      question: \"\uacbd\uc7c1\uc0ac\uac00 \uac11\uc790\uae30 \uac00\uaca9\uc744 \ub0b4\ub838\ub2e4\",\r\n      options: [\r\n        { type: \"A\", label: \"\uc804\ub7b5\uc744 \ub2e4\uc2dc \uc9e0\ub2e4\" },\r\n        { type: \"B\", label: \"\ub098\ub3c4 \uc0b4\uc9dd \ub0b4\ub9b0\ub2e4\" },\r\n        { type: \"C\", label: \"\ub9dd\ud588\ub2e4...\" },\r\n        { type: \"D\", label: \"\uc624\ud788\ub824 \uae30\ud68c\ub2e4\" }\r\n      ]\r\n    },\r\n    {\r\n      id: \"q7\",\r\n      question: \"\ud558\ub8e8 \ub9e4\ucd9c\uc774 0\uc6d0\uc774\ub2e4\",\r\n      options: [\r\n        { type: \"A\", label: \"\uc6d0\uc778\uc744 \ubd84\uc11d\ud55c\ub2e4\" },\r\n        { type: \"B\", label: \"\ub2e4\ub978 \uc2dc\ub3c4\ub97c \ud574\ubcf8\ub2e4\" },\r\n        { type: \"C\", label: \"\uc790\uc874\uac10\uc774 \ub0b4\ub824\uac04\ub2e4\" },\r\n        { type: \"D\", label: \"\ub0b4\uc77c\uc740 \ub2e4\ub97c \uac70\uc57c\" }\r\n      ]\r\n    },\r\n    {\r\n      id: \"q8\",\r\n      question: \"\uc0c8\ub85c\uc6b4 \uc544\uc774\ub514\uc5b4\uac00 \ub5a0\uc62c\ub790\uc744 \ub54c\",\r\n      options: [\r\n        { type: \"A\", label: \"\uac80\uc99d\ubd80\ud130 \ud55c\ub2e4\" },\r\n        { type: \"B\", label: \"\ubc14\ub85c \uc2e4\ud589\ud55c\ub2e4\" },\r\n        { type: \"C\", label: \"\uba54\ubaa8\ub9cc \ud574\ub454\ub2e4\" },\r\n        { type: \"D\", label: \"\uc774\uac74 \ubb34\uc870\uac74 \ub41c\ub2e4\" }\r\n      ]\r\n    },\r\n    {\r\n      id: \"q9\",\r\n      question: \"\uace0\uac1d \ubb38\uc758\uac00 \uac11\uc790\uae30 \ub9ce\uc544\uc84c\ub2e4\",\r\n      options: [\r\n        { type: \"A\", label: \"FAQ\ubd80\ud130 \ub9cc\ub4e0\ub2e4\" },\r\n        { type: \"B\", label: \"\ud558\ub098\ud558\ub098 \ub300\uc751\ud55c\ub2e4\" },\r\n        { type: \"C\", label: \"\uc2a4\ud2b8\ub808\uc2a4\ub97c \ub290\ub080\ub2e4\" },\r\n        { type: \"D\", label: \"\uc131\uc7a5 \uc2e0\ud638\ub2e4\" }\r\n      ]\r\n    },\r\n    {\r\n      id: \"q10\",\r\n      question: \"\\\"\uc7a5\uc0ac\ub294 \uc6b4\ub3c4 \uc911\uc694\ud558\ub2e4\\\"\ub77c\ub294 \ub9d0\uc5d0 \ub300\ud55c \uc0dd\uac01\uc740?\",\r\n      options: [\r\n        { type: \"A\", label: \"\uc6b4\ub3c4 \uacb0\uad6d \ud655\ub960\uc774\ub2e4\" },\r\n        { type: \"B\", label: \"\uc6b4\uc740 \ub530\ub77c\uc628\ub2e4\" },\r\n        { type: \"C\", label: \"\uc6b4 \uc5c6\uc73c\uba74 \ub05d\uc774\ub2e4\" },\r\n        { type: \"D\", label: \"\uc6b4\ub3c4 \uc2e4\ub825\uc774\ub2e4\" }\r\n      ]\r\n    }\r\n  ],\r\n  product: [\r\n    {\r\n      id: \"q1\",\r\n      question: \"\uc8fc\ub9d0\uc5d0 \uc8fc\ub85c \ud558\ub294 \ud65c\ub3d9\uc740?\",\r\n      options: [\r\n        { type: \"A\", label: \"\ucc45\uc774\ub098 \uac15\uc758 \ubcf4\uba70 \uacf5\ubd80\" },\r\n        { type: \"B\", label: \"\uc190\uc73c\ub85c \ubb54\uac00 \ub9cc\ub4e4\uae30\" },\r\n        { type: \"C\", label: \"\uc1fc\ud551\ud558\uba70 \ud2b8\ub80c\ub4dc \ud0d0\uc0c9\" },\r\n        { type: \"D\", label: \"\uc0ac\ub78c\ub4e4\uacfc \ub300\ud654\/\uc0c1\ub2f4\" }\r\n      ]\r\n    },\r\n    {\r\n      id: \"q2\",\r\n      question: \"\uac00\uc7a5 \uc790\uc2e0 \uc788\ub294 \uac15\uc810\uc740?\",\r\n      options: [\r\n        { type: \"A\", label: \"\uc815\ubcf4\ub97c \uc815\ub9ac\ud558\uace0 \ucf58\ud150\uce20 \ub9cc\ub4e4\uae30\" },\r\n        { type: \"B\", label: \"\uc2ec\ubbf8\uc548\uacfc \uc190\uc7ac\uc8fc\" },\r\n        { type: \"C\", label: \"\ud2b8\ub80c\ub4dc \ud30c\uc545\uacfc \uc548\ubaa9\" },\r\n        { type: \"D\", label: \"\uc18c\ud1b5\uacfc \ubb38\uc81c \ud574\uacb0\" }\r\n      ]\r\n    },\r\n    {\r\n      id: \"q3\",\r\n      question: \"SNS\uc5d0\uc11c \uac00\uc7a5 \ub9ce\uc774 \ud558\ub294 \ud65c\ub3d9\uc740?\",\r\n      options: [\r\n        { type: \"A\", label: \"\uc720\uc6a9\ud55c \uc815\ubcf4 \uc800\uc7a5\ud558\uae30\" },\r\n        { type: \"B\", label: \"\uc608\uc05c \uc791\ud488 \uc0ac\uc9c4 \uc62c\ub9ac\uae30\" },\r\n        { type: \"C\", label: \"\uc88b\uc740 \uc81c\ud488 \ub9ac\ubdf0\ud558\uae30\" },\r\n        { type: \"D\", label: \"\uc0ac\ub78c\ub4e4\uacfc \uc18c\ud1b5\ud558\uae30\" }\r\n      ]\r\n    },\r\n    {\r\n      id: \"q4\",\r\n      question: \"\ubb3c\uac74\uc744 \uc0b4 \ub54c \uac00\uc7a5 \uc911\uc694\ud558\uac8c \ubcf4\ub294 \uac83\uc740?\",\r\n      options: [\r\n        { type: \"A\", label: \"\uc5bc\ub9c8\ub098 \uc2e4\uc6a9\uc801\uc778\uac00\" },\r\n        { type: \"B\", label: \"\uc5bc\ub9c8\ub098 \uc608\uc05c\uac00\" },\r\n        { type: \"C\", label: \"\uc694\uc998 \uc778\uae30 \uc788\ub294\uac00\" },\r\n        { type: \"D\", label: \"\ub0b4 \ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub294\uac00\" }\r\n      ]\r\n    },\r\n    {\r\n      id: \"q5\",\r\n      question: \"\uce5c\uad6c\uac00 \\\"\ubb58 \ud314\uba74 \uc88b\uc744\uae4c?\\\"\ub77c\uace0 \ubb3c\uc73c\uba74?\",\r\n      options: [\r\n        { type: \"A\", label: \"\ub124\uac00 \uc544\ub294 \uc9c0\uc2dd\uc73c\ub85c \ucf58\ud150\uce20 \ub9cc\ub4e4\uc5b4\" },\r\n        { type: \"B\", label: \"\ub124\uac00 \uc9c1\uc811 \ub9cc\ub4e0 \uac78 \ud314\uc544\ubd10\" },\r\n        { type: \"C\", label: \"\uc694\uc998 \ud56b\ud55c \uc81c\ud488 \ucc3e\uc544\uc11c \ud314\uc544\ubd10\" },\r\n        { type: \"D\", label: \"\uc0ac\ub78c\ub4e4\uc758 \uace0\ubbfc\uc744 \ud574\uacb0\ud574\uc918\" }\r\n      ]\r\n    },\r\n    {\r\n      id: \"q6\",\r\n      question: \"\ud558\ub8e8\uc5d0 \uc9d1\uc911\ud560 \uc218 \uc788\ub294 \uc2dc\uac04\uc740?\",\r\n      options: [\r\n        { type: \"A\", label: \"\uafb8\uc900\ud788 2-3\uc2dc\uac04 \uac00\ub2a5\" },\r\n        { type: \"B\", label: \"\ubab0\uc785\ud558\uba74 \ubc18\ub098\uc808\ub3c4 \uac00\ub2a5\" },\r\n        { type: \"C\", label: \"\ud2c8\ud2c8\uc774 30\ubd84\uc529\" },\r\n        { type: \"D\", label: \"\uc0ac\ub78c \ub9cc\ub0a0 \uc2dc\uac04\uc740 \ub9ce\uc544\" }\r\n      ]\r\n    },\r\n    {\r\n      id: \"q7\",\r\n      question: \"\ucd08\uae30 \uc790\ubcf8\uc740 \uc5bc\ub9c8\ub098 \ud22c\uc790 \uac00\ub2a5?\",\r\n      options: [\r\n        { type: \"A\", label: \"\uac70\uc758 0\uc6d0 (\uc2dc\uac04\ub9cc \ud22c\uc790)\" },\r\n        { type: \"B\", label: \"\uc7ac\ub8cc\ube44 \uc815\ub3c4 (10-50\ub9cc\uc6d0)\" },\r\n        { type: \"C\", label: \"\uc18c\uc2f1 \ube44\uc6a9 (50-300\ub9cc\uc6d0)\" },\r\n        { type: \"D\", label: \"\uad11\uace0\ube44 \uc815\ub3c4 (50\ub9cc\uc6d0 \uc774\ub0b4)\" }\r\n      ]\r\n    },\r\n    {\r\n      id: \"q8\",\r\n      question: \"\\\"\uc774\uac70 \ub9cc\ub4e4\uc5b4\uc11c \ud314\uba74 \uc5b4\ub54c?\\\"\ub77c\ub294 \uc81c\uc548\uc744 \ubc1b\uc73c\uba74?\",\r\n      options: [\r\n        { type: \"A\", label: \"\uc218\uc694 \uc870\uc0ac\ubd80\ud130 \ud574\ubcf8\ub2e4\" },\r\n        { type: \"B\", label: \"\uc0d8\ud50c \ud558\ub098 \ub9cc\ub4e4\uc5b4\ubcf8\ub2e4\" },\r\n        { type: \"C\", label: \"\ube44\uc2b7\ud55c \uc81c\ud488\ubd80\ud130 \ucc3e\uc544\ubcf8\ub2e4\" },\r\n        { type: \"D\", label: \"\ub204\uad6c\uc5d0\uac8c \ud314\uc9c0 \uc0dd\uac01\ud574\ubcf8\ub2e4\" }\r\n      ]\r\n    },\r\n    {\r\n      id: \"q9\",\r\n      question: \"\uc7a5\uc0ac\ub97c \uc2dc\uc791\ud55c\ub2e4\uba74 \uac00\uc7a5 \uac71\uc815\ub418\ub294 \uac83\uc740?\",\r\n      options: [\r\n        { type: \"A\", label: \"\uc218\uc775\uc774 \ub098\uc62c\uae4c\" },\r\n        { type: \"B\", label: \"\ud004\ub9ac\ud2f0\ub97c \uc720\uc9c0\ud560 \uc218 \uc788\uc744\uae4c\" },\r\n        { type: \"C\", label: \"\uc7ac\uace0\uac00 \ub0a8\uc9c0 \uc54a\uc744\uae4c\" },\r\n        { type: \"D\", label: \"\uace0\uac1d \uc751\ub300\ub97c \uc798\ud560 \uc218 \uc788\uc744\uae4c\" }\r\n      ]\r\n    },\r\n    {\r\n      id: \"q10\",\r\n      question: \"\uc7a5\uc0ac\uc5d0\uc11c \uac00\uc7a5 \uc911\uc694\ud55c \uac74?\",\r\n      options: [\r\n        { type: \"A\", label: \"\ud655\uc2e4\ud55c \uc218\uc775 \uad6c\uc870\" },\r\n        { type: \"B\", label: \"\ub0a8\ub4e4\uacfc \ub2e4\ub978 \ud2b9\ubcc4\ud568\" },\r\n        { type: \"C\", label: \"\uc2dc\uc7a5\uc758 \ud750\ub984\uc744 \uc77d\ub294 \uac83\" },\r\n        { type: \"D\", label: \"\uace0\uac1d\uacfc\uc758 \uc2e0\ub8b0 \uad00\uacc4\" }\r\n      ]\r\n    }\r\n  ]\r\n};\r\n\r\n  const RESULT_META = {\r\n    ceo: {\r\n      A: { title: \"\uacc4\uc0b0\uae30\ud615 CEO\", image: \"https:\/\/www.runmoa.com\/wp-content\/plugins\/schoolmoa-snippets\/Resource\/hack-temp-page\/assets\/ceo.jpg\" },\r\n      B: { title: \"\uc2e4\ud589\ub825 \uad34\ubb3c\", image: \"https:\/\/www.runmoa.com\/wp-content\/plugins\/schoolmoa-snippets\/Resource\/hack-temp-page\/assets\/monster.jpg\" },\r\n      C: { title: \"\uc7a0\uc7ac \uace0\uac1d\ud615\", image: \"https:\/\/www.runmoa.com\/wp-content\/plugins\/schoolmoa-snippets\/Resource\/hack-temp-page\/assets\/customer.jpg\" },\r\n      D: { title: \"\uadfc\uac70 \uc5c6\ub294 \uc790\uc2e0\uac10\ud615\", image: \"https:\/\/www.runmoa.com\/wp-content\/plugins\/schoolmoa-snippets\/Resource\/hack-temp-page\/assets\/confidence.jpg\" }\r\n    },\r\n    product: {\r\n      A: { \r\n        title: \"\ub514\uc9c0\ud138 \ucf58\ud150\uce20 \ud06c\ub9ac\uc5d0\uc774\ud130\", \r\n        subtitle: \"\uc804\uc790\ucc45, \uac15\uc758, \ud15c\ud50c\ub9bf \ud310\ub9e4\",\r\n        image: \"https:\/\/www.runmoa.com\/wp-content\/plugins\/schoolmoa-snippets\/Resource\/hack-temp-page\/assets\/digital-creator.jpg\" \r\n      },\r\n      B: { \r\n        title: \"\ud578\ub4dc\uba54\uc774\ub4dc \uc544\ud2f0\uc2a4\ud2b8\", \r\n        subtitle: \"\uc218\uc81c\ud488, \ucee4\uc2a4\ud140 \uc81c\ud488 \ud310\ub9e4\",\r\n        image: \"https:\/\/www.runmoa.com\/wp-content\/plugins\/schoolmoa-snippets\/Resource\/hack-temp-page\/assets\/handmade-artist.jpg\" \r\n      },\r\n      C: { \r\n        title: \"\ud2b8\ub80c\ub4dc \ud050\ub808\uc774\ud130\", \r\n        subtitle: \"\uc120\ubcc4\ub41c \uc81c\ud488 \uc18c\uc2f1 \ubc0f \ud310\ub9e4\",\r\n        image: \"https:\/\/www.runmoa.com\/wp-content\/plugins\/schoolmoa-snippets\/Resource\/hack-temp-page\/assets\/trend-curator.jpg\" \r\n      },\r\n      D: { \r\n        title: \"\uc194\ub8e8\uc158 \ud504\ub85c\ubc14\uc774\ub354\", \r\n        subtitle: \"\ucee8\uc124\ud305, \ucf54\uce6d, \ub300\ud589 \uc11c\ube44\uc2a4\",\r\n        image: \"https:\/\/www.runmoa.com\/wp-content\/plugins\/schoolmoa-snippets\/Resource\/hack-temp-page\/assets\/solution-provider.jpg\" \r\n      }\r\n    }\r\n  };\r\n\r\n  const RESULT_ORDER = [\"A\", \"B\", \"C\", \"D\"];\r\n\r\n  const SHARE_STATUS_LABELS = {\r\n    shared: \"\uacf5\uc720\uac00 \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.\",\r\n    copied: \"\uacf5\uc720 \ubb38\uad6c\uc640 \ub9c1\ud06c\ub97c \ubcf5\uc0ac\ud588\uc5b4\uc694.\",\r\n    failed: \"\uc9c0\uae08\uc740 \uacf5\uc720\ud560 \uc218 \uc5c6\uc5b4\uc694. \ub2e4\uc2dc \uc2dc\ub3c4\ud574 \uc8fc\uc138\uc694.\"\r\n  };\r\n\r\n  const state = {\r\n    gameType: null,\r\n    hasStarted: false,\r\n    answers: [],\r\n    currentIndex: 0,\r\n    resultType: null,\r\n    isSharing: false,\r\n    shareStatus: \"\",\r\n    isImageOpen: false\r\n  };\r\n\r\n  const app = document.getElementById(\"app\");\r\n\r\n  if (!app) {\r\n    return;\r\n  }\r\n\r\n  const getSharedResultType = () => {\r\n    const params = new URLSearchParams(window.location.search);\r\n    const gameType = params.get(\"game\");\r\n    const resultType = (params.get(\"result\") || \"\").toUpperCase();\r\n    \r\n    if (gameType && RESULT_META[gameType] && RESULT_META[gameType][resultType]) {\r\n      return { gameType, resultType };\r\n    }\r\n    return null;\r\n  };\r\n\r\n  const setResultParam = (gameType, resultType) => {\r\n    const url = new URL(window.location.href);\r\n\r\n    if (gameType && resultType) {\r\n      url.searchParams.set(\"game\", gameType);\r\n      url.searchParams.set(\"result\", resultType);\r\n    } else {\r\n      url.searchParams.delete(\"game\");\r\n      url.searchParams.delete(\"result\");\r\n    }\r\n\r\n    window.history.replaceState({}, \"\", `${url.pathname}${url.search}`);\r\n  };\r\n\r\n  const getDominantType = (answers) => {\r\n    const counts = {\r\n      A: 0,\r\n      B: 0,\r\n      C: 0,\r\n      D: 0\r\n    };\r\n\r\n    answers.forEach((answer) => {\r\n      if (counts[answer] !== undefined) {\r\n        counts[answer] += 1;\r\n      }\r\n    });\r\n\r\n    let dominant = \"A\";\r\n\r\n    RESULT_ORDER.forEach((type) => {\r\n      if (counts[type] > counts[dominant]) {\r\n        dominant = type;\r\n      }\r\n    });\r\n\r\n    return dominant;\r\n  };\r\n\r\n  const escapeHtml = (value) =>\r\n    value\r\n      .replaceAll(\"&\", \"&amp;\")\r\n      .replaceAll(\"<\", \"&lt;\")\r\n      .replaceAll(\">\", \"&gt;\")\r\n      .replaceAll('\"', \"&quot;\")\r\n      .replaceAll(\"'\", \"&#39;\");\r\n\r\n  const renderGameSelect = () => `\r\n    <div class=\"game-select-wrap\">\r\n      <button class=\"game-card\" data-action=\"select-game\" data-game=\"ceo\">\r\n        <h2 class=\"game-card-title\">\ud83c\udfc6 CEO \uc720\ud615 \ud14c\uc2a4\ud2b8<\/h2>\r\n        <p class=\"game-card-desc\">\ub0b4\uac00 \uc7a5\uc0ac\ub97c \ud558\uba74, \uc5b4\ub290 \uc815\ub3c4\ub85c \uc131\uacf5\ud560\uae4c?<\/p>\r\n      <\/button>\r\n      <button class=\"game-card\" data-action=\"select-game\" data-game=\"product\">\r\n        <h2 class=\"game-card-title\">\ud83d\udca1 \ucd94\ucc9c \uc544\uc774\ud15c \ud14c\uc2a4\ud2b8<\/h2>\r\n        <p class=\"game-card-desc\">\ub0b4\uac8c \ub531 \ub9de\ub294 \ud310\ub9e4 \uc544\uc774\ud15c \ucc3e\uae30<\/p>\r\n      <\/button>\r\n    <\/div>\r\n  `;\r\n\r\n  const renderIntro = () => {\r\n    const game = GAMES[state.gameType];\r\n    return `\r\n      <div class=\"intro-wrap\">\r\n        <div class=\"intro-image-wrap\">\r\n          <img decoding=\"async\" class=\"intro-image\" src=\"${game.introImage}\" alt=\"\ud14c\uc2a4\ud2b8 \uc2dc\uc791 \uc548\ub0b4 \uc774\ubbf8\uc9c0\" \/>\r\n        <\/div>\r\n        <button class=\"button button-primary start-btn\" data-action=\"start\">\ud14c\uc2a4\ud2b8 \uc2dc\uc791\ud558\uae30<\/button>\r\n      <\/div>\r\n    `;\r\n  };\r\n\r\n  const renderQuestion = () => {\r\n    const questions = QUESTIONS[state.gameType];\r\n    const currentQuestion = questions[state.currentIndex];\r\n    const progressPercent = Math.round(((state.currentIndex + 1) \/ questions.length) * 100);\r\n\r\n    return `\r\n      <div class=\"progress-bar\">\r\n        <div class=\"progress-fill\" style=\"width:${progressPercent}%\"><\/div>\r\n      <\/div>\r\n      <p class=\"progress-text\">${state.currentIndex + 1} \/ ${questions.length}<\/p>\r\n\r\n      <div class=\"question-card\">\r\n        <p class=\"question-index\">Question ${state.currentIndex + 1}<\/p>\r\n        <p class=\"question-text\">${escapeHtml(currentQuestion.question)}<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"options\">\r\n        ${currentQuestion.options\r\n          .map(\r\n            (option, idx) => `\r\n              <button class=\"option-btn\" data-action=\"answer\" data-type=\"${option.type}\">\r\n                <span class=\"option-badge\">${String.fromCharCode(65 + idx)}<\/span>\r\n                <span class=\"option-label\">${escapeHtml(option.label)}<\/span>\r\n              <\/button>\r\n            `\r\n          )\r\n          .join(\"\")}\r\n      <\/div>\r\n    `;\r\n  };\r\n\r\n  const renderResult = () => {\r\n    const result = RESULT_META[state.gameType][state.resultType];\r\n    const shared = getSharedResultType();\r\n    const isSharedOnly = shared && state.answers.length === 0;\r\n\r\n    return `\r\n      <div class=\"result-card\">\r\n        ${\r\n          isSharedOnly\r\n            ? '<p class=\"share-only-label\">\uacf5\uc720\ub85c \ubc1b\uc740 \uacb0\uacfc \ud654\uba74\uc785\ub2c8\ub2e4.<\/p>'\r\n            : \"\"\r\n        }\r\n\r\n        <button class=\"result-image-trigger\" data-action=\"open-image\">\r\n          <img decoding=\"async\" class=\"result-image\" src=\"${result.image}\" alt=\"${escapeHtml(\r\n      result.title\r\n    )} \uacb0\uacfc \uc774\ubbf8\uc9c0\" \/>\r\n          <p class=\"result-image-hint\">\ubaa8\ubc14\uc77c\uc5d0\uc11c \ud0ed\ud558\uba74 \ud06c\uac8c \ubcfc \uc218 \uc788\uc5b4\uc694<\/p>\r\n        <\/button>\r\n\r\n        <div class=\"button-grid two-col\">\r\n          <button class=\"button button-primary\" data-action=\"share\" ${\r\n            state.isSharing ? \"disabled\" : \"\"\r\n          }>\r\n            ${state.isSharing ? \"\uacf5\uc720 \uc911...\" : \"\uacb0\uacfc \uacf5\uc720\"}\r\n          <\/button>\r\n          <button class=\"button button-outline\" data-action=\"restart\">\ub2e4\uc2dc \ud14c\uc2a4\ud2b8<\/button>\r\n        <\/div>\r\n\r\n        <div class=\"button-grid two-col\">\r\n          <a class=\"button button-outline\" href=\"https:\/\/www.runmoa.com\/my-create-service?from=moa\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n            \uc9c0\uae08 \ubc14\ub85c \uc7a5\uc0ac \uc2dc\uc791\ud574\ubcf4\uae30\r\n          <\/a>\r\n          <a class=\"button button-outline\" href=\"https:\/\/runpick.runmoa.com\/?utm_source=moa&utm_campaign=hton\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n            \ucd9c\uc11d\ub9cc \ud574\ub3c4 \ucd5c\ub300 5,000P \uc801\ub9bd\r\n          <\/a>\r\n        <\/div>\r\n      <\/div>\r\n    `;\r\n  };\r\n\r\n  const renderModal = () => {\r\n    if (!state.isImageOpen || !state.resultType) {\r\n      return \"\";\r\n    }\r\n\r\n    const result = RESULT_META[state.gameType][state.resultType];\r\n\r\n    return `\r\n      <div class=\"modal\" data-action=\"close-image\">\r\n        <div class=\"modal-inner\">\r\n          <button class=\"modal-close\" type=\"button\" data-action=\"close-image-btn\">\ub2eb\uae30<\/button>\r\n          <img decoding=\"async\" class=\"modal-image\" src=\"${result.image}\" alt=\"${escapeHtml(\r\n      result.title\r\n    )} \uacb0\uacfc \uc774\ubbf8\uc9c0 \ud06c\uac8c \ubcf4\uae30\" \/>\r\n        <\/div>\r\n      <\/div>\r\n    `;\r\n  };\r\n\r\n  const bindEvents = () => {\r\n    app.querySelectorAll('[data-action=\"select-game\"]').forEach((button) => {\r\n      button.addEventListener(\"click\", () => {\r\n        const gameType = button.getAttribute(\"data-game\");\r\n        if (gameType && GAMES[gameType]) {\r\n          state.gameType = gameType;\r\n          state.shareStatus = \"\";\r\n          render();\r\n        }\r\n      });\r\n    });\r\n\r\n    const startButton = app.querySelector('[data-action=\"start\"]');\r\n    if (startButton) {\r\n      startButton.addEventListener(\"click\", () => {\r\n        state.hasStarted = true;\r\n        state.shareStatus = \"\";\r\n        render();\r\n      });\r\n    }\r\n\r\n    app.querySelectorAll('[data-action=\"answer\"]').forEach((button) => {\r\n      button.addEventListener(\"click\", () => {\r\n        if (state.resultType) {\r\n          return;\r\n        }\r\n\r\n        const selectedType = button.getAttribute(\"data-type\");\r\n        if (!selectedType || !RESULT_META[state.gameType][selectedType]) {\r\n          return;\r\n        }\r\n\r\n        state.answers.push(selectedType);\r\n        state.shareStatus = \"\";\r\n\r\n        const questions = QUESTIONS[state.gameType];\r\n        if (state.currentIndex < questions.length - 1) {\r\n          state.currentIndex += 1;\r\n          render();\r\n          return;\r\n        }\r\n\r\n        state.resultType = getDominantType(state.answers);\r\n        setResultParam(state.gameType, state.resultType);\r\n        render();\r\n      });\r\n    });\r\n\r\n    const restartButton = app.querySelector('[data-action=\"restart\"]');\r\n    if (restartButton) {\r\n      restartButton.addEventListener(\"click\", () => {\r\n        state.gameType = null;\r\n        state.hasStarted = false;\r\n        state.answers = [];\r\n        state.currentIndex = 0;\r\n        state.resultType = null;\r\n        state.shareStatus = \"\";\r\n        state.isImageOpen = false;\r\n        setResultParam(null, null);\r\n        render();\r\n      });\r\n    }\r\n\r\n    const shareButton = app.querySelector('[data-action=\"share\"]');\r\n    if (shareButton) {\r\n      shareButton.addEventListener(\"click\", async () => {\r\n        if (!state.resultType || state.isSharing) {\r\n          return;\r\n        }\r\n\r\n        const result = RESULT_META[state.gameType][state.resultType];\r\n        const game = GAMES[state.gameType];\r\n        const shareText = `\ub098\ub294 '${result.title}' \ub098\uc654\uc5b4. \ub108\ub294 \ubb50 \ub098\uc640?`;\r\n        const shareUrl = `${window.location.origin}${window.location.pathname}?game=${state.gameType}&result=${state.resultType}`;\r\n\r\n        state.isSharing = true;\r\n        state.shareStatus = \"\";\r\n        render();\r\n\r\n        try {\r\n          if (navigator.share) {\r\n            await navigator.share({\r\n              title: game.title,\r\n              text: shareText,\r\n              url: shareUrl\r\n            });\r\n            state.shareStatus = \"shared\";\r\n          } else {\r\n            await navigator.clipboard.writeText(`${shareText}\\n${shareUrl}`);\r\n            state.shareStatus = \"copied\";\r\n          }\r\n        } catch {\r\n          state.shareStatus = \"failed\";\r\n        } finally {\r\n          state.isSharing = false;\r\n          render();\r\n        }\r\n      });\r\n    }\r\n\r\n    const openImageButton = app.querySelector('[data-action=\"open-image\"]');\r\n    if (openImageButton) {\r\n      openImageButton.addEventListener(\"click\", () => {\r\n        state.isImageOpen = true;\r\n        render();\r\n      });\r\n    }\r\n\r\n    const closeImageOverlay = app.querySelector('[data-action=\"close-image\"]');\r\n    if (closeImageOverlay) {\r\n      closeImageOverlay.addEventListener(\"click\", (event) => {\r\n        if (event.target === closeImageOverlay) {\r\n          state.isImageOpen = false;\r\n          render();\r\n        }\r\n      });\r\n    }\r\n\r\n    const closeImageButton = app.querySelector('[data-action=\"close-image-btn\"]');\r\n    if (closeImageButton) {\r\n      closeImageButton.addEventListener(\"click\", () => {\r\n        state.isImageOpen = false;\r\n        render();\r\n      });\r\n    }\r\n  };\r\n\r\n  const render = () => {\r\n    const shared = getSharedResultType();\r\n\r\n    if (shared && !state.resultType && state.answers.length === 0) {\r\n      state.gameType = shared.gameType;\r\n      state.resultType = shared.resultType;\r\n      state.hasStarted = true;\r\n    }\r\n\r\n    const game = state.gameType ? GAMES[state.gameType] : null;\r\n\r\n    let content = `\r\n      <section class=\"card\">\r\n        <header class=\"header\">\r\n          <p class=\"badge\">${game ? game.badge : \"RUNMOA LABs\"}<\/p>\r\n          <h1 class=\"title\">${game ? game.title : \"\uc5b4\ub5a4 \ud14c\uc2a4\ud2b8\ub97c \ud574\ubcfc\uae4c\uc694?\"}<\/h1>\r\n        <\/header>\r\n    `;\r\n\r\n    if (!state.gameType) {\r\n      content += renderGameSelect();\r\n    } else if (!state.resultType && !state.hasStarted) {\r\n      content += renderIntro();\r\n    } else if (!state.resultType && state.hasStarted) {\r\n      content += renderQuestion();\r\n    } else {\r\n      content += renderResult();\r\n    }\r\n\r\n    if (state.shareStatus) {\r\n      content += `<p class=\"share-status\">${SHARE_STATUS_LABELS[state.shareStatus]}<\/p>`;\r\n    }\r\n\r\n    content += \"<\/section>\";\r\n    content += renderModal();\r\n\r\n    app.innerHTML = content;\r\n    bindEvents();\r\n  };\r\n\r\n  window.addEventListener(\"keydown\", (event) => {\r\n    if (event.key === \"Escape\" && state.isImageOpen) {\r\n      state.isImageOpen = false;\r\n      render();\r\n    }\r\n  });\r\n\r\n  render();\r\n})();\r\n<\/script>\r\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-18707","page","type-page","status-publish"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\uc0ac\uc5c5\ud14c\uc2a4\ud2b8 - \ub7f0\ubaa8\uc544 | \uc1fc\ud551\ubab0 \uc81c\uc791 \uad6c\ucd95 \ubd80\uc5c5 \ucc3d\uc5c5 \uccab\ub9e4\ucd9c \ud50c\ub7ab\ud3fc<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.runmoa.com\/business-test-game\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\uc0ac\uc5c5\ud14c\uc2a4\ud2b8 - \ub7f0\ubaa8\uc544 | \uc1fc\ud551\ubab0 \uc81c\uc791 \uad6c\ucd95 \ubd80\uc5c5 \ucc3d\uc5c5 \uccab\ub9e4\ucd9c \ud50c\ub7ab\ud3fc\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.runmoa.com\/business-test-game\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub7f0\ubaa8\uc544 | \uc1fc\ud551\ubab0 \uc81c\uc791 \uad6c\ucd95 \ubd80\uc5c5 \ucc3d\uc5c5 \uccab\ub9e4\ucd9c \ud50c\ub7ab\ud3fc\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-11T09:15:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.runmoa.com\/wp-content\/uploads\/2026\/02\/ceo.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"500\" \/>\n\t<meta property=\"og:image:height\" content=\"700\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data1\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.runmoa.com\/business-test-game\/\",\"url\":\"https:\/\/www.runmoa.com\/business-test-game\/\",\"name\":\"\uc0ac\uc5c5\ud14c\uc2a4\ud2b8 - \ub7f0\ubaa8\uc544 | \uc1fc\ud551\ubab0 \uc81c\uc791 \uad6c\ucd95 \ubd80\uc5c5 \ucc3d\uc5c5 \uccab\ub9e4\ucd9c \ud50c\ub7ab\ud3fc\",\"isPartOf\":{\"@id\":\"https:\/\/www.runmoa.com\/#website\"},\"datePublished\":\"2026-02-11T08:32:20+00:00\",\"dateModified\":\"2026-02-11T09:15:47+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.runmoa.com\/business-test-game\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.runmoa.com\/business-test-game\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.runmoa.com\/business-test-game\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/www.runmoa.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\uc0ac\uc5c5\ud14c\uc2a4\ud2b8\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.runmoa.com\/#website\",\"url\":\"https:\/\/www.runmoa.com\/\",\"name\":\"\ub7f0\ubaa8\uc544 | \uc1fc\ud551\ubab0 \uc81c\uc791 \uad6c\ucd95 \ubd80\uc5c5 \ucc3d\uc5c5 \uccab\ub9e4\ucd9c \ud50c\ub7ab\ud3fc\",\"description\":\"\uc1fc\ud551\ubab0 \uc81c\uc791\ubd80\ud130 \uc0c1\ud488 \uc18c\uc2f1, SNS \ud64d\ubcf4\uae4c\uc9c0 \ud55c\ubc88\uc5d0, \ucd08\ubcf4\ub3c4 \uc27d\uac8c \uc2dc\uc791\ud558\ub294 \uc628\ub77c\uc778 \uc1fc\ud551\ubab0 \ud50c\ub7ab\ud3fc\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.runmoa.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\uc0ac\uc5c5\ud14c\uc2a4\ud2b8 - \ub7f0\ubaa8\uc544 | \uc1fc\ud551\ubab0 \uc81c\uc791 \uad6c\ucd95 \ubd80\uc5c5 \ucc3d\uc5c5 \uccab\ub9e4\ucd9c \ud50c\ub7ab\ud3fc","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:\/\/www.runmoa.com\/business-test-game\/","og_locale":"ko_KR","og_type":"article","og_title":"\uc0ac\uc5c5\ud14c\uc2a4\ud2b8 - \ub7f0\ubaa8\uc544 | \uc1fc\ud551\ubab0 \uc81c\uc791 \uad6c\ucd95 \ubd80\uc5c5 \ucc3d\uc5c5 \uccab\ub9e4\ucd9c \ud50c\ub7ab\ud3fc","og_url":"https:\/\/www.runmoa.com\/business-test-game\/","og_site_name":"\ub7f0\ubaa8\uc544 | \uc1fc\ud551\ubab0 \uc81c\uc791 \uad6c\ucd95 \ubd80\uc5c5 \ucc3d\uc5c5 \uccab\ub9e4\ucd9c \ud50c\ub7ab\ud3fc","article_modified_time":"2026-02-11T09:15:47+00:00","og_image":[{"width":500,"height":700,"url":"https:\/\/www.runmoa.com\/wp-content\/uploads\/2026\/02\/ceo.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.runmoa.com\/business-test-game\/","url":"https:\/\/www.runmoa.com\/business-test-game\/","name":"\uc0ac\uc5c5\ud14c\uc2a4\ud2b8 - \ub7f0\ubaa8\uc544 | \uc1fc\ud551\ubab0 \uc81c\uc791 \uad6c\ucd95 \ubd80\uc5c5 \ucc3d\uc5c5 \uccab\ub9e4\ucd9c \ud50c\ub7ab\ud3fc","isPartOf":{"@id":"https:\/\/www.runmoa.com\/#website"},"datePublished":"2026-02-11T08:32:20+00:00","dateModified":"2026-02-11T09:15:47+00:00","breadcrumb":{"@id":"https:\/\/www.runmoa.com\/business-test-game\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.runmoa.com\/business-test-game\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.runmoa.com\/business-test-game\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/www.runmoa.com\/"},{"@type":"ListItem","position":2,"name":"\uc0ac\uc5c5\ud14c\uc2a4\ud2b8"}]},{"@type":"WebSite","@id":"https:\/\/www.runmoa.com\/#website","url":"https:\/\/www.runmoa.com\/","name":"\ub7f0\ubaa8\uc544 | \uc1fc\ud551\ubab0 \uc81c\uc791 \uad6c\ucd95 \ubd80\uc5c5 \ucc3d\uc5c5 \uccab\ub9e4\ucd9c \ud50c\ub7ab\ud3fc","description":"\uc1fc\ud551\ubab0 \uc81c\uc791\ubd80\ud130 \uc0c1\ud488 \uc18c\uc2f1, SNS \ud64d\ubcf4\uae4c\uc9c0 \ud55c\ubc88\uc5d0, \ucd08\ubcf4\ub3c4 \uc27d\uac8c \uc2dc\uc791\ud558\ub294 \uc628\ub77c\uc778 \uc1fc\ud551\ubab0 \ud50c\ub7ab\ud3fc","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.runmoa.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"}]}},"_links":{"self":[{"href":"https:\/\/www.runmoa.com\/api\/wp\/v2\/pages\/18707","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.runmoa.com\/api\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.runmoa.com\/api\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.runmoa.com\/api\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.runmoa.com\/api\/wp\/v2\/comments?post=18707"}],"version-history":[{"count":2,"href":"https:\/\/www.runmoa.com\/api\/wp\/v2\/pages\/18707\/revisions"}],"predecessor-version":[{"id":18709,"href":"https:\/\/www.runmoa.com\/api\/wp\/v2\/pages\/18707\/revisions\/18709"}],"wp:attachment":[{"href":"https:\/\/www.runmoa.com\/api\/wp\/v2\/media?parent=18707"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}