{"id":2090,"date":"2025-08-11T11:07:03","date_gmt":"2025-08-11T11:07:03","guid":{"rendered":"https:\/\/visionnetworkcamp.org\/?page_id=2090"},"modified":"2025-08-13T05:38:33","modified_gmt":"2025-08-13T05:38:33","slug":"%eb%a1%9c%eb%93%9c%ed%8a%b8%eb%a6%bd-%ec%84%b1%ed%96%a5%ed%85%8c%ec%8a%a4%ed%8a%b8","status":"publish","type":"page","link":"https:\/\/visionnetworkcamp.org\/ko\/%eb%a1%9c%eb%93%9c%ed%8a%b8%eb%a6%bd-%ec%84%b1%ed%96%a5%ed%85%8c%ec%8a%a4%ed%8a%b8\/","title":{"rendered":"\ub85c\ub4dc\ud2b8\ub9bd \uc131\ud5a5\ud14c\uc2a4\ud2b8"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"ko\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\ubbf8\uad6d \uc11c\ubd80 \ub85c\ub4dc\ud2b8\ub9bd \uc131\ud5a5 \ubd84\uc11d<\/title>\n    \n    <!-- \ud3f0\ud2b8 -->\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600&#038;family=Inter:wght@400;500;600&#038;family=Montserrat:wght@400;500;600&#038;display=swap\" rel=\"stylesheet\">\n    \n    <!-- Chart.js -->\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js\"><\/script>\n    \n    <style>\n        \/* CSS Variables *\/\n        :root {\n            --primary: #2C3E50;\n            --secondary: #E8B86D;\n            --accent: #A0522D;\n            --background: #FAFAFA;\n            --text: #2C2C2C;\n            --subtle: #E5E5E5;\n            --white: #FFFFFF;\n            \n            --font-title: 'Playfair Display', serif;\n            --font-body: 'Inter', sans-serif;\n            --font-emphasis: 'Montserrat', sans-serif;\n            \n            --shadow-card: 0 4px 20px rgba(0,0,0,0.08);\n            --shadow-hover: 0 8px 30px rgba(0,0,0,0.12);\n            --border-radius: 12px;\n            --transition: all 0.3s ease;\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: var(--font-body);\n            background-color: var(--background);\n            color: var(--text);\n            line-height: 1.6;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            min-height: 100vh;\n            display: flex;\n            flex-direction: column;\n        }\n\n        \/* Components *\/\n        .btn {\n            padding: 16px 32px;\n            border: none;\n            border-radius: var(--border-radius);\n            font-family: var(--font-emphasis);\n            font-weight: 500;\n            cursor: pointer;\n            transition: var(--transition);\n            text-decoration: none;\n            display: inline-block;\n            text-align: center;\n            background: none;\n            font-size: 16px;\n            min-height: 44px;\n        }\n\n        .btn-primary {\n            background-color: var(--secondary);\n            color: var(--white);\n        }\n\n        .btn-primary:hover {\n            background-color: #d4a455;\n            transform: translateY(-2px);\n            box-shadow: var(--shadow-hover);\n        }\n\n        .btn-secondary {\n            background-color: transparent;\n            color: var(--primary);\n            border: 2px solid var(--primary);\n        }\n\n        .btn-secondary:hover {\n            background-color: var(--primary);\n            color: var(--white);\n        }\n\n        .card {\n            background: var(--white);\n            border-radius: var(--border-radius);\n            padding: 24px;\n            box-shadow: var(--shadow-card);\n            transition: var(--transition);\n        }\n\n        .card:hover {\n            transform: translateY(-2px);\n            box-shadow: var(--shadow-hover);\n        }\n\n        .progress-bar {\n            width: 100%;\n            height: 8px;\n            background-color: var(--subtle);\n            border-radius: 4px;\n            overflow: hidden;\n            margin-bottom: 24px;\n        }\n\n        .progress-fill {\n            height: 100%;\n            background-color: var(--secondary);\n            transition: width 0.5s ease;\n            width: 0%;\n        }\n\n        \/* Landing Page *\/\n        .landing {\n            text-align: center;\n            padding: 60px 0;\n            flex: 1;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n        }\n\n        .hero {\n            margin-bottom: 60px;\n        }\n\n        .hero h1 {\n            font-family: var(--font-title);\n            font-size: 48px;\n            font-weight: 600;\n            color: var(--primary);\n            margin-bottom: 16px;\n        }\n\n        .hero .subtitle {\n            font-size: 20px;\n            color: var(--accent);\n            margin-bottom: 32px;\n        }\n\n        .hero-icon {\n            font-size: 80px;\n            margin-bottom: 24px;\n            opacity: 0.8;\n        }\n\n        .intro {\n            max-width: 600px;\n            margin: 0 auto 40px;\n        }\n\n        .intro p {\n            font-size: 18px;\n            margin-bottom: 16px;\n            opacity: 0.8;\n        }\n\n        .time-info {\n            font-size: 14px;\n            color: var(--accent);\n            margin-top: 16px;\n        }\n\n        \/* Question Page *\/\n        .question-header {\n            margin-bottom: 40px;\n        }\n\n        .question-number {\n            text-align: center;\n            font-size: 14px;\n            color: var(--accent);\n            margin-bottom: 8px;\n        }\n\n        .question-title {\n            font-family: var(--font-title);\n            font-size: 32px;\n            text-align: center;\n            color: var(--primary);\n            margin-bottom: 24px;\n        }\n\n        .situation-card {\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            border-left: 4px solid var(--secondary);\n            padding: 24px;\n            border-radius: var(--border-radius);\n            margin-bottom: 40px;\n        }\n\n        .situation-card p {\n            font-size: 16px;\n            line-height: 1.7;\n        }\n\n        .question-options {\n            display: flex;\n            gap: 20px;\n            margin-bottom: 40px;\n        }\n\n        .option-btn {\n            flex: 1;\n            padding: 24px;\n            background: var(--white);\n            border: 2px solid var(--subtle);\n            border-radius: var(--border-radius);\n            text-align: left;\n            cursor: pointer;\n            transition: var(--transition);\n            font-size: 16px;\n            font-family: var(--font-body);\n            color: var(--text);\n        }\n\n        .option-btn:hover {\n            border-color: var(--secondary);\n            transform: translateY(-2px);\n            box-shadow: var(--shadow-hover);\n        }\n\n        .option-btn.selected {\n            border-color: var(--secondary);\n            background-color: rgba(232, 184, 109, 0.1);\n        }\n\n        .navigation {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        \/* Result Page *\/\n        .result-page {\n            text-align: center;\n            padding: 40px 0;\n        }\n\n        .result-header {\n            margin-bottom: 40px;\n        }\n\n        .result-character {\n            width: 200px;\n            height: 200px;\n            margin: 0 auto 24px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: linear-gradient(135deg, rgba(232, 184, 109, 0.1) 0%, rgba(160, 82, 45, 0.1) 100%);\n            border-radius: 50%;\n            box-shadow: var(--shadow-card);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .result-character img,\n        .result-character video {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n            border-radius: 50%;\n        }\n\n        .result-character .lottie-animation {\n            width: 160px;\n            height: 160px;\n        }\n\n        .result-character .fallback-emoji {\n            font-size: 80px;\n            animation: bounce 2s ease-in-out infinite;\n        }\n\n        @keyframes bounce {\n            0%, 20%, 50%, 80%, 100% {\n                transform: translateY(0);\n            }\n            40% {\n                transform: translateY(-10px);\n            }\n            60% {\n                transform: translateY(-5px);\n            }\n        }\n\n        .result-title {\n            font-family: var(--font-title);\n            font-size: 36px;\n            color: var(--primary);\n            margin-bottom: 16px;\n        }\n\n        .result-type {\n            font-size: 24px;\n            color: var(--secondary);\n            font-weight: 600;\n            margin-bottom: 8px;\n        }\n\n        .result-code {\n            font-size: 18px;\n            color: var(--accent);\n            font-family: var(--font-emphasis);\n        }\n\n        .chart-container {\n            max-width: 600px;\n            margin: 0 auto 40px;\n        }\n\n        .personality-bars {\n            display: flex;\n            flex-direction: column;\n            gap: 24px;\n            padding: 24px;\n            background: var(--white);\n            border-radius: var(--border-radius);\n            box-shadow: var(--shadow-card);\n        }\n\n        .bar-item {\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n        }\n\n        .bar-labels {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            font-size: 14px;\n            font-weight: 500;\n            margin-bottom: 4px;\n        }\n\n        .bar-label-left {\n            color: var(--primary);\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n\n        .bar-label-right {\n            color: var(--accent);\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n\n        .bar-track {\n            height: 12px;\n            background: linear-gradient(to right, #2C3E50 0%, #E5E5E5 50%, #A0522D 100%);\n            border-radius: 6px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .bar-indicator {\n            position: absolute;\n            top: -2px;\n            width: 16px;\n            height: 16px;\n            background: var(--secondary);\n            border: 2px solid var(--white);\n            border-radius: 50%;\n            transform: translateX(-8px);\n            transition: left 0.8s ease-out;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.2);\n        }\n\n        .bar-label-left.active,\n        .bar-label-right.active {\n            color: var(--secondary);\n            font-weight: 600;\n        }\n\n        .bar-description {\n            text-align: center;\n            font-size: 12px;\n            color: var(--text);\n            opacity: 0.7;\n            margin-top: 4px;\n        }\n\n        .result-content {\n            max-width: 800px;\n            margin: 0 auto;\n            text-align: left;\n        }\n\n        .result-section {\n            margin-bottom: 40px;\n        }\n\n        .result-section h3 {\n            font-family: var(--font-emphasis);\n            font-size: 24px;\n            color: var(--primary);\n            margin-bottom: 16px;\n        }\n\n        .result-section p {\n            font-size: 16px;\n            line-height: 1.7;\n            margin-bottom: 16px;\n        }\n\n        .strengths-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-bottom: 40px;\n        }\n\n        .strength-card {\n            background: var(--white);\n            padding: 20px;\n            border-radius: var(--border-radius);\n            box-shadow: var(--shadow-card);\n            border-left: 4px solid var(--secondary);\n        }\n\n        .strength-card h4 {\n            color: var(--primary);\n            font-weight: 600;\n            margin-bottom: 8px;\n        }\n\n        .questions-section {\n            background: var(--white);\n            padding: 24px;\n            border-radius: var(--border-radius);\n            box-shadow: var(--shadow-card);\n            margin-bottom: 40px;\n        }\n\n        .reflection-question {\n            padding: 16px;\n            background: #f8f9fa;\n            border-radius: 8px;\n            margin-bottom: 12px;\n            font-style: italic;\n        }\n\n        .roles-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n\n        .role-card {\n            background: var(--white);\n            padding: 20px;\n            border-radius: var(--border-radius);\n            box-shadow: var(--shadow-card);\n            border-top: 4px solid var(--accent);\n        }\n\n        .role-card h4 {\n            color: var(--primary);\n            font-weight: 600;\n            margin-bottom: 8px;\n        }\n\n        .role-card .emoji {\n            font-size: 24px;\n            margin-bottom: 8px;\n        }\n\n        .share-section {\n            margin: 40px 0;\n            text-align: center;\n        }\n\n        .share-buttons {\n            display: flex;\n            justify-content: center;\n            gap: 16px;\n            margin-top: 20px;\n        }\n\n        \/* Responsive *\/\n                    @media (max-width: 767px) {\n                .container {\n                    padding: 16px;\n                }\n                \n                .btn {\n                    width: 100%;\n                    padding: 16px;\n                }\n                \n                .hero h1 {\n                    font-size: 32px;\n                }\n                \n                .hero .subtitle {\n                    font-size: 18px;\n                }\n                \n                .question-title {\n                    font-size: 24px;\n                }\n                \n                .card {\n                    padding: 16px;\n                    margin-bottom: 16px;\n                }\n                \n                .question-options {\n                    flex-direction: column;\n                    gap: 12px;\n                }\n                \n                .strengths-grid,\n                .roles-grid {\n                    grid-template-columns: 1fr;\n                }\n                \n                .share-buttons {\n                    flex-direction: column;\n                }\n                \n                .result-character {\n                    width: 150px;\n                    height: 150px;\n                }\n                \n                .result-character .lottie-animation {\n                    width: 120px;\n                    height: 120px;\n                }\n                \n                .result-character .fallback-emoji {\n                    font-size: 60px;\n                }\n                \n                .bar-labels {\n                    font-size: 12px;\n                }\n                \n                .bar-label-left,\n                .bar-label-right {\n                    flex-direction: column;\n                    text-align: center;\n                    gap: 4px;\n                }\n                \n                .bar-description {\n                    font-size: 11px;\n                }\n            }\n            .container {\n                padding: 16px;\n            }\n            \n            .btn {\n                width: 100%;\n                padding: 16px;\n            }\n            \n            .hero h1 {\n                font-size: 32px;\n            }\n            \n            .hero .subtitle {\n                font-size: 18px;\n            }\n            \n            .question-title {\n                font-size: 24px;\n            }\n            \n            .card {\n                padding: 16px;\n                margin-bottom: 16px;\n            }\n            \n            .question-options {\n                flex-direction: column;\n                gap: 12px;\n            }\n            \n            .strengths-grid,\n            .roles-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .share-buttons {\n                flex-direction: column;\n            }\n        }\n\n        @media (min-width: 768px) and (max-width: 1023px) {\n            .strengths-grid,\n            .roles-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        \/* Hidden class *\/\n        .hidden {\n            display: none !important;\n        }\n\n        \/* Loading animation *\/\n        .loading {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            min-height: 400px;\n        }\n\n        .spinner {\n            width: 40px;\n            height: 40px;\n            border: 4px solid var(--subtle);\n            border-top: 4px solid var(--secondary);\n            border-radius: 50%;\n            animation: spin 1s linear infinite;\n            margin-bottom: 16px;\n        }\n\n        @keyframes spin {\n            0% { transform: rotate(0deg); }\n            100% { transform: rotate(360deg); }\n        }\n\n        \/* Fade in animation *\/\n        .fade-in {\n            animation: fadeIn 0.5s ease-in;\n        }\n\n        @keyframes fadeIn {\n            from { opacity: 0; transform: translateY(20px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <!-- Landing Page -->\n        <div id=\"landing-page\" class=\"landing\">\n            <div class=\"hero\">\n                <div class=\"hero-icon\">\ud83c\uddfa\ud83c\uddf8<\/div>\n                <h1>\ubbf8\uad6d \uc11c\ubd80 \ub85c\ub4dc\ud2b8\ub9bd \uc131\ud5a5 \ubd84\uc11d<\/h1>\n                <p class=\"subtitle\">\ub2f9\uc2e0\ub9cc\uc758 \ub3c5\ud2b9\ud55c \uc5ec\ud589 \uc2a4\ud0c0\uc77c\uc744 \ubc1c\uacac\ud574\ubcf4\uc138\uc694<\/p>\n            <\/div>\n            \n            <div class=\"intro\">\n                <p>\uadf8\ub79c\ub4dc\uce90\ub2c8\uc5b8\uc758 \uc6c5\uc7a5\ud568\ubd80\ud130 \uc694\uc138\ubbf8\ud2f0\uc758 \uc2e0\ube44\ub85c\uc6c0\uae4c\uc9c0, \ubbf8\uad6d \uc11c\ubd80\ub97c \uc5ec\ud589\ud558\uba70 \ub098\ud0c0\ub098\ub294 \ub2f9\uc2e0\uc758 \uc9c4\uc9dc \ubaa8\uc2b5\uc740 \uc5b4\ub5a8\uae4c\uc694?<\/p>\n                <p>12\uac00\uc9c0 \uc0c1\ud669\uc744 \ud1b5\ud574 \ub2f9\uc2e0\uc758 \uc131\ud5a5\uc744 \ubd84\uc11d\ud558\uace0, \uad50\ud68c \uacf5\ub3d9\uccb4\uc5d0\uc11c \ubc1c\ud718\ud560 \uc218 \uc788\ub294 \ud2b9\ubcc4\ud55c \uc7ac\ub2a5\uc744 \ubc1c\uacac\ud574\ubcf4\uc138\uc694.<\/p>\n            <\/div>\n            \n            <button class=\"btn btn-primary\" onclick=\"startTest()\">\ud14c\uc2a4\ud2b8 \uc2dc\uc791\ud558\uae30<\/button>\n            <p class=\"time-info\">\u23f1 \uc57d 3-5\ubd84 \uc18c\uc694<\/p>\n        <\/div>\n\n        <!-- Question Page -->\n        <div id=\"question-page\" class=\"hidden\">\n            <div class=\"question-header\">\n                <div class=\"progress-bar\">\n                    <div id=\"progress-fill\" class=\"progress-fill\"><\/div>\n                <\/div>\n                <div id=\"question-number\" class=\"question-number\">\uc9c8\ubb38 1 \/ 12<\/div>\n                <h2 id=\"question-title\" class=\"question-title\"><\/h2>\n            <\/div>\n            \n            <div class=\"situation-card\">\n                <p id=\"situation-text\"><\/p>\n            <\/div>\n            \n            <div class=\"question-options\">\n                <button class=\"option-btn\" id=\"option-a\" onclick=\"selectOption('A')\"><\/button>\n                <button class=\"option-btn\" id=\"option-b\" onclick=\"selectOption('B')\"><\/button>\n            <\/div>\n            \n            <div class=\"navigation\">\n                <button class=\"btn btn-secondary\" id=\"prev-btn\" onclick=\"previousQuestion()\" disabled>\uc774\uc804<\/button>\n                <button class=\"btn btn-primary\" id=\"next-btn\" onclick=\"nextQuestion()\" disabled>\ub2e4\uc74c<\/button>\n            <\/div>\n        <\/div>\n\n        <!-- Loading Page -->\n        <div id=\"loading-page\" class=\"hidden\">\n            <div class=\"loading\">\n                <div class=\"spinner\"><\/div>\n                <h3>\ub2f9\uc2e0\uc758 \uc131\ud5a5\uc744 \ubd84\uc11d \uc911\uc785\ub2c8\ub2e4&#8230;<\/h3>\n                <p>\uc7a0\uc2dc\ub9cc \uae30\ub2e4\ub824\uc8fc\uc138\uc694<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Result Page -->\n        <div id=\"result-page\" class=\"hidden result-page\">\n            <div class=\"result-header\">\n                <div class=\"result-character\" id=\"result-character\">\n                    <!-- \uc560\ub2c8\uba54\uc774\uc158 \uce90\ub9ad\ud130\uac00 \ub4e4\uc5b4\uac08 \uc790\ub9ac -->\n                    <div class=\"fallback-emoji\" id=\"fallback-emoji\">\ud83d\udc22<\/div>\n                <\/div>\n                <h2 class=\"result-title\">\ub2f9\uc2e0\uc740 <span id=\"personality-name\"><\/span> \uc0ac\ub78c\uc774\uad70\uc694!<\/h2>\n                <div class=\"result-type\" id=\"personality-type\"><\/div>\n                <div class=\"result-code\" id=\"personality-code\"><\/div>\n            <\/div>\n            \n            <div class=\"chart-container\">\n                <div class=\"personality-bars\" id=\"personalityBars\"><\/div>\n            <\/div>\n            \n            <div class=\"result-content\">\n                <div class=\"result-section\">\n                    <h3>\ud83c\udfaf \ub2f9\uc2e0\uc758 \uc131\ud5a5 \ubd84\uc11d<\/h3>\n                    <div id=\"personality-description\"><\/div>\n                <\/div>\n                \n                <div class=\"result-section\">\n                    <h3>\u2728 \ud575\uc2ec \uc7a5\uc810<\/h3>\n                    <div class=\"strengths-grid\" id=\"strengths-grid\"><\/div>\n                <\/div>\n                \n                <div class=\"result-section\">\n                    <h3>\ud83c\udf31 \uc131\uc7a5\ud560 \uc218 \uc788\ub294 \ubd80\ubd84<\/h3>\n                    <div id=\"growth-area\"><\/div>\n                <\/div>\n                \n                <div class=\"questions-section\">\n                    <h3>\ud83e\udd14 \uc790\uae30\uc131\ucc30 \uc9c8\ubb38<\/h3>\n                    <div id=\"reflection-questions\"><\/div>\n                <\/div>\n                \n                <div class=\"result-section\">\n                    <h3>\ud83d\ude4f \uad50\ud68c \uacf5\ub3d9\uccb4 \ucd94\ucc9c \uc5ed\ud560<\/h3>\n                    <div class=\"roles-grid\" id=\"roles-grid\"><\/div>\n                <\/div>\n                \n                <div class=\"share-section\">\n                    <h3>\uacb0\uacfc \uacf5\uc720\ud558\uae30<\/h3>\n                    <div class=\"share-buttons\">\n                        <button class=\"btn btn-secondary\" onclick=\"shareResult()\">\ub9c1\ud06c \ubcf5\uc0ac<\/button>\n                        <button class=\"btn btn-primary\" onclick=\"restartTest()\">\ub2e4\uc2dc \ud14c\uc2a4\ud2b8\ud558\uae30<\/button>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ \uc9c8\ubb38 \ub370\uc774\ud130 - \ubbf8\uad6d \uc11c\ubd80 \ub2e4\uc591\ud55c \uba85\uc18c\ub97c \ud3ec\ud568\ud55c \ub85c\ub4dc\ud2b8\ub9bd (\uadf8\ub79c\ub4dc\uce90\ub2c8\uc5b8\u2192\uc694\uc138\ubbf8\ud2f0 \uc21c\uc11c)\n        const QUESTIONS = [\n            {\n                id: 1,\n                title: \uc0cc\ud504\ub780\uc2dc\uc2a4\ucf54\uc5d0\uc11c \uccab\ub0a0\",\n                situation: \"\ub85c\ub4dc\ud2b8\ub9bd \uba64\ubc84\ub4e4\uc774 \ubaa8\ub450 \ub9cc\ub09c \uccab \ub0a0! \uace8\ub4e0\uac8c\uc774\ud2b8 \ube0c\ub9bf\uc9c0 \uc55e\uc5d0\uc11c \ub108\ubb34 \uba4b\uc9c4 \ud48d\uacbd\uc774 \ub098\ud0c0\ub0ac\uc2b5\ub2c8\ub2e4. \uadf8\ub7f0\ub370 \uc8fc\ubcc0\uc5d0 \ub2e8\uccb4\uc0ac\uc9c4\uc744 \ucc0d\uc5b4\uc904 \uc0ac\ub78c\uc774 \uc5c6\ub294 \uc0c1\ud669.\",\n                options: [\n                    { text: \"\uad1c\ucc2e\uc544, \ub0b4\uac00 \ucc0d\uc5b4\uc904\uac8c!\", type: \"B\", dimension: \"service\" },\n                    { text: \"(\uc140\uce74\ubaa8\ub4dc\ub97c \ucf1c\uba70) \uc790 \ub2e4\ub4e4 \uc5ec\uae30\ubcf4\uc138\uc694!\", type: \"S\", dimension: \"service\" }\n                ]\n            },\n            {\n                id: 2,\n                title: \"\ud83e\uddad \uc0cc\ud504\ub780\uc2dc\uc2a4\ucf54: \ud53c\uc5b4 39 \uc800\ub141\uc2dd\uc0ac\",\n                situation: \"\ud53c\uc5b4 39\uc5d0\uc11c \uc720\uba85\ud55c \uc528\ud478\ub4dc \ub808\uc2a4\ud1a0\ub791\uc5d0 \uac14\uc2b5\ub2c8\ub2e4. \ub300\ubd80\ubd84\uc758 \uba64\ubc84\ub4e4\uc774 \uc2dd\uc0ac\ub97c \ub9c8\uce5c \uc0c1\ud669, \uc544\uc9c1 \ud06c\ub7a9\uc744 \uc5f4\uc2ec\ud788 \uae4c\uba70 \uc2dd\uc0ac \uc911\uc778 \uba64\ubc84\uac00 \uc788\uc2b5\ub2c8\ub2e4.\",\n                options: [\n                    { text: \"\uc870\uae08 \ub2a6\uc5b4\uc9c0\ub354\ub77c\ub3c4 \ubaa8\ub450\uac00 \uc2dd\uc0ac\ub97c \ub9c8\uce58\uace0 \ub2e4\uc74c \uc7a5\uc18c\ub85c \uc774\ub3d9\ud560 \uc900\ube44\uac00 \ub420 \ub54c\uae4c\uc9c0 \uae30\ub2e4\ub9ac\uba70 \ub300\ud654\ub97c \ub098\ub208\ub2e4\", type: \"I\", dimension: \"decision\" },\n                    { text: \"\ub9c8\uc9c0\ub9c9 \uba64\ubc84\uac00 \uba39\uc790\ub9c8\uc790 \ucd5c\ub300\ud55c \ube68\ub9ac \ub5a0\ub0a0 \uc218 \uc788\ub3c4\ub85d \uc790\ub9ac\ub97c \uc815\ub9ac\ud558\uae30 \uc2dc\uc791\ud55c\ub2e4\", type: \"D\", dimension: \"decision\" }\n                ]\n            },\n            {\n                id: 3,\n                title: \"\uc138\uacc4\uc5d0\uc11c \uac00\uc7a5 \uad6c\ubd88\uad6c\ubd88\ud55c \uae38\",\n                situation: \"\ub86c\ubc14\ub4dc \uc2a4\ud2b8\ub9ac\ud2b8\ub97c \uad6c\uacbd\ud558\uace0 \uc219\uc18c\ub85c \ub3cc\uc544\uc654\uc2b5\ub2c8\ub2e4. \ud558\ub8e8 \uc885\uc77c \uc5b8\ub355\uae38\uc744 \uc624\ub974\ub0b4\ub9ac\uba70 \ubaa8\ub4e0 \ud300\uc6d0\ub4e4\uc774 \uc9c0\ucce4\uc744 \ub54c \ub2f9\uc2e0\uc758 \ubaa8\uc2b5\uc740?\",\n                options: [\n                    { text: \"\uc870\uc6a9\ud788 \ud734\uc2dd\uc744 \ucde8\ud558\uba70 \ud63c\uc790\ub9cc\uc758 \uc2dc\uac04\uc744 \uac00\uc9c4\ub2e4\", type: \"R\", dimension: \"energy\" },\n                    { text: \"\ud300\uc6d0\ub4e4\uacfc \ubaa8\uc5ec \uc624\ub298 \ucc0d\uc740 \uc0ac\uc9c4\ub4e4\uc744 \ub3cc\ub824\ubcf4\uace0 \ub300\ud654\ub97c \ub098\ub208\ub2e4\", type: \"E\", dimension: \"energy\" }\n                ]\n            },\n            {\n                id: 4,\n                title: \"\ud83c\udfc4\u200d\u2640\ufe0f LA \uc5d0\",\n                situation: \"\uadf8\ub9ac\ud53c\uc2a4 \ucc9c\ubb38\ub300\uc5d0 \ud5a5\ud558\ub294 \uae38, \uae38\uc774 \ub108\ubb34 \ub9c9\ud600 \uc81c\uc2dc\uac04\uc5d0 \ub3c4\ucc29\ud574 \ub178\uc744\uc744 \ubcf4\uae30 \ud798\ub4e4 \uac83 \uac19\uc2b5\ub2c8\ub2e4. \ucc28\uc5d0\uc11c \ub0b4\ub824 \uac78\uc5b4\uac00\uba74 10\ubd84\uc774\uba74 \uac08 \uc218 \uc788\ub294 \uc0c1\ud669\",\n                options: [\n                    { text: \"\uc6b4\uc804\uc790\ub97c \ub450\uace0 \uac08 \uc218\ub294 \uc5c6\uc73c\ub2c8 \ub178\uc744\uc740 \ud3ec\uae30\ud558\uace0 \ud568\uaed8 \ucc28\uc548\uc5d0\uc11c \ub2e4\ub978 \uc77c\uc815\uc744 \ub17c\uc758\ud574\ubcf8\ub2e4\", type: \"I\", dimension: \"decision\" },\n                    { text: \"\ucd5c\ub300\ud55c \ub9ce\uc740 \uc0ac\ub78c\ub4e4\uc774 \uc6d0\ub798\ub300\ub85c \ub178\uc744\uc744 \ubcfc \uc218 \uc788\ub3c4\ub85d \uc6b4\uc804\uc790\ub97c \uc81c\uc678\ud55c \uba64\ubc84\ub4e4\uc774 \uac78\uc5b4\uac00\uc790\uace0 \uc81c\uc548\ud55c\ub2e4.\", type: \"D\", dimension: \"decision\" }\n                ]\n            },\n            {\n                id: 5,\n                title: \"\ub2e4\uc74c\ub0a0 \uce68\",\n                situation: \"\ud560\ub9ac\uc6b0\ub4dc \uc0ac\uc778\uc774 \ubcf4\uc774\ub294 \uba4b\uc9c4 \uc219\uc18c\uc5d0\uc11c \uc774\uc81c \uccb4\ud06c\uc544\uc6c3\uc744 \uc900\ube44\ud574\uc57c \ud558\ub294 \uc0c1\ud669:\",\n                options: [\n                    { text: \"\uc870\uc6a9\ud788 \ubc29\ub9c8\ub2e4 \ub4e4\uc5b4\uac00 \ud639\uc2dc \ub4a4\uc5d0 \ub0a8\uaca8\uc9c4 \ubb3c\uac74\uc774 \uc788\ub294\uc9c0 \ud655\uc778\ud55c\ub2e4\", type: \"B\", dimension: \"service\" },\n                    { text: \"\uc790 \uc5ec\ub7ec\ubd84! \ub2e4\ub4e4 \uc5ec\uad8c, \ud578\ub4dc\ud3f0, \uadc0\uc911\ud488 \ud655\uc778\ud558\uc138\uc694!\", type: \"S\", dimension: \"service\" }\n                ]\n            },\n            {\n                id: 6,\n                title: \"\ud574\uc548 \ub3c4\ub85c\ub97c \ub530\ub77c\",\n                situation: \"\ud300\uc6d0 \uc911 \ud55c \uba85\uc774 \uaf2d \ub9d0\ub9ac\ubd80 \ud574\ubcc0\uc744 \uac70\uccd0\uc11c \uac00\uace0 \uc2f6\ub2e4\uace0 \ud569\ub2c8\ub2e4. \ud558\uc9c0\ub9cc \ud574\uc548\ub3c4\ub85c\ub294 \uc6d0\ub798 \uacc4\ud68d\ubcf4\ub2e4 1\uc2dc\uac04 \ub354 \uac78\ub9ac\ub294 \ub8e8\ud2b8\uc785\ub2c8\ub2e4.\",\n                options: [\n                    { text: \"\uac11\uc791\uc2a4\ub7fd\uc9c0\ub9cc \uc6d0\ud558\ub294 \uc0ac\ub78c\uc774 \ub9ce\uc744 \uc218\ub3c4 \uc788\uc73c\ub2c8 \uc6b0\uc120 \ubaa8\ub450\uc758 \uc758\uacac\uc744 \ub4e4\uc5b4\ubcf8\ub2e4\", type: \"I\", dimension: \"decision\" },\n                    { text: \"\uc774\ubbf8 \uacc4\ud68d\ub41c \uc77c\uc815\uc774 \uc788\uace0 \uc2dc\uac04\uc774 \ucd09\ubc15\ud558\ub2c8 \uc6d0\ub798 \ub8e8\ud2b8\ub85c \uac00\uc790\uace0 \uacb0\uc815\ud55c\ub2e4\", type: \"D\", dimension: \"decision\" }\n                ]\n            },\n            {\n                id: 7,\n                title: \"\uba58\ud1a0\uc640\uc758 \ub9cc\ub0a8\",\n                situation: \"\uba58\ud1a0\uac00 \uccad\ub144\ub4e4\uc744 \uc790\uc2e0\uc758 \uc9d1\uc73c\ub85c \ucd08\uccad\ud574\uc8fc\uc168\uc2b5\ub2c8\ub2e4. \uac70\uc2e4\uc5d0 \ubaa8\ub450 \ubaa8\uc5ec \uc790\ub9ac\uc5d0 \uc549\uae30 \uc804\",\n                options: [\n                    { text: \"\ub2e4\ub978 \ud300\uc6d0\ub4e4\uc774 \uc9c8\ubb38\ud560 \uc218 \uc788\ub3c4\ub85d \uc870\uc6a9\ud788 \ubd84\uc704\uae30\ub97c \ub9cc\ub4e4\uc5b4\uc8fc\uae30 \uc704\ud574 \ub4b7\uc790\ub9ac\uc5d0 \uc549\ub294\ub2e4\", type: \"B\", dimension: \"service\" },\n                    { text: \"\uc801\uadf9\uc801\uc73c\ub85c \uc9c8\ubb38\ud558\uba70 \ub300\ud654\ub97c \uc774\ub04c\uc5b4\uac00\uae30 \uc704\ud574 \uc55e\uc790\ub9ac\uc5d0 \uc549\ub294\ub2e4\", type: \"S\", dimension: \"service\" }\n                ]\n            },\n            {\n                id: 8,\n                title: \"\ud83c\udf2e \uc0cc\ub514\uc5d0\uc774\uace0: \uba55\uc2dc\uce78 \ud0c0\uc6b4 \uc800\ub141\",\n                situation: \"\uba58\ud1a0 \ubbf8\ud305\uc774 \ub05d\ub098\uace0 \uc800\ub141\uc744 \uba39\uc73c\ub7ec \uac00\ub294\ub370, \ud55c \uba64\ubc84\ub294 \uc804\uc5d0 \uba39\uc740 \ud0dc\uad6d \uc74c\uc2dd\uc744 \ubcc4\ub85c \uc88b\uc544\ud558\uc9c0 \uc54a\uc558\uc9c0\ub9cc, \ub2e4\ub978 \uba64\ubc84\uac00 \ud0dc\uad6d \uc74c\uc2dd\uc744 \uba39\uc790\uace0 \uc81c\uc548\ud55c \uc0c1\ud669\",\n                options: [\n                    { text: \"\ud0dc\uad6d \uc74c\uc2dd\uacfc \ub2e4\ub978 \uc74c\uc2dd\ub4e4\ub3c4 \ud568\uaed8 \uc788\ub294 \ud4e8\uc804 \ub808\uc2a4\ud1a0\ub791 \ucc3e\uc544\ubcf8\ub2e4\", type: \"P\", dimension: \"conflict\" },\n                    { text: \"\uadfc\ub370 \ud0dc\uad6d \uc74c\uc2dd \uba87 \ubc88 \uba39\uc5b4\ubd24\uc5b4? \ub2e4\uc12f \ubc88\uc740 \uba39\uc5b4\ubd10\uc57c \uc9c4\uc9dc \uc2eb\uc5b4\ud558\ub294 \uac74\uc9c0 \uc54c \uc218 \uc788\uc9c0 \uc54a\uc744\uae4c?\", type: \"A\", dimension: \"conflict\" }\n                ]\n            },\n            {\n                id: 9,\n                title: \"\u23f0 \uadf8\ub79c\ub4dc\uce90\ub2c8\uc5b8 \uc774\ub3d9\uc77c: \uc2dc\uac04 \uc57d\uc18d\",\n                situation: \"\uc0c8\ubcbd \uc77c\ucc0d \ucd9c\ubc1c\ud558\uae30\ub85c \uc815\ud55c \uc2dc\uac04\uc5d0 \ubaa8\uc774\uae30\ub85c \ud588\uc2b5\ub2c8\ub2e4. \uadf8\ub79c\ub4dc\uce90\ub2c8\uc5b8\uae4c\uc9c0 6\uc2dc\uac04 \ub4dc\ub77c\uc774\ube0c\uc778\ub370 \uba64\ubc84\ub4e4\uc774 \ub2a6\uc5b4\uc9c4 \uc0c1\ud669:\",\n                options: [\n                    { text: \"\uc7a5\uac70\ub9ac \uc6b4\uc804\uc774\ub2c8 \ub2a6\uc5b4\uc9c4 \uc774\uc720\uac00 \uc788\uc744 \uac83\uc774\ub77c \uc0dd\uac01\ud558\uba70 \uc720\uc5f0\ud558\uac8c \ub300\ucc98\ud55c\ub2e4\", type: \"P\", dimension: \"conflict\" },\n                    { text: \"\uadf8\ub79c\ub4dc\uce90\ub2c8\uc5b8 \uc77c\ubab0\uc744 \ubcf4\ub824\uba74 \uc2dc\uac04\uc774 \uc911\uc694\ud558\ub2e4\uba70 \uc2dc\uac04 \uc57d\uc18d\uc758 \uc911\uc694\uc131\uc744 \uc0c1\uae30\uc2dc\ud0a8\ub2e4\", type: \"A\", dimension: \"conflict\" }\n                ]\n            },\n            {\n                id: 10,\n                title: \"\ud83c\udfdc\ufe0f \uadf8\ub79c\ub4dc\uce90\ub2c8\uc5b8: \uc0ac\uc6b0\uc2a4\ub9bc \uc804\ub9dd\ub300\uc5d0\uc11c\",\n                situation: \"\u3010\uadf8\ub79c\ub4dc\uce90\ub2c8\uc5b8 \uad6d\ub9bd\uacf5\uc6d0 \uc800\ub141\u3011 \uc0ac\uc6b0\uc2a4\ub9bc \uc804\ub9dd\ub300\uc5d0\uc11c \uc7a5\uc5c4\ud55c \uc11d\uc591\uc744 \uac10\uc0c1\ud55c \ud6c4, \ud300\uc6d0 \uc911 \ud55c \uba85\uc758 \ud45c\uc815\uc774 \uc5b4\ub461\uc2b5\ub2c8\ub2e4:\",\n                options: [\n                    { text: \"\uad11\ud65c\ud55c \uc790\uc5f0 \uc18d\uc5d0\uc11c \uc2dc\uac04\uc744 \uc8fc\uace0 \ud63c\uc790 \uc0dd\uac01\ud560 \uc218 \uc788\uac8c \ub3c4\uc640\uc900\ub2e4\", type: \"R\", dimension: \"energy\" },\n                    { text: \"\uc9c1\uc811 \ub2e4\uac00\uac00 \uace0\ubbfc\uc774 \ubb34\uc5c7\uc778\uc9c0 \ubb3c\uc5b4\ubcf4\uace0 \uc790\uc2e0\uc758 \uc0dd\uac01\uc774\ub098 \uacbd\ud5d8\uc744 \ub098\ub208\ub2e4\", type: \"E\", dimension: \"energy\" }\n                ]\n            },\n            {\n                id: 11,\n                title: \"\ud83c\udf05 \uadf8\ub79c\ub4dc\uce90\ub2c8\uc5b8: \uc77c\ucd9c \uad00\ub78c \uacc4\ud68d\",\n                situation: \"\uadf8\ub79c\ub4dc \uce90\ub2c8\uc5b8\uc5d0 \ub2a6\uac8c \ub3c4\ucc29\ud574 \uc77c\ubab0\uc744 \ubcf4\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. \uc77c\ucd9c\uc744 \ubcf4\uc790\ub294 \uc81c\uc548\uc774 \ub098\uc654\uc9c0\ub9cc, \uc0c8\ubcbd 4\uc2dc\uc5d0 \uc77c\uc5b4\ub098\uc57c \ud558\uace0 \ubc14\ub85c \uc694\uc138\ubbf8\ud2f0\ub85c \uc774\ub3d9\ud574\uc57c \ud558\ub294 \uc0c1\ud669.\",\n                options: [\n                    { text: \"\ud53c\uace4\ud560 \uac83 \uac19\uace0 \uc774\ub3d9\ub3c4 \ud574\uc57c \ud558\ub2c8 \ud300 \ubd84\uc704\uae30\ub97c \uace0\ub824\ud574 \ud2b9\ubcc4\ud788 \uc758\uacac\uc744 \uc81c\uc2dc\ud558\uc9c0 \uc54a\uace0 \ud300\uc758 \uacb0\uc815\uc5d0 \ub530\ub978\ub2e4\", type: \"P\", dimension: \"conflict\" },\n                    { text: \"\uadf8\ub79c\ub4dc\uce90\ub2c8\uc5b8 \uc77c\ucd9c\uc740 \uc815\ub9d0 \uc7a5\uad00\uc774\uc57c! \ud798\ub4e4\uaca0\uc9c0\ub9cc \ud3c9\uc0dd \uae30\uc5b5\uc5d0 \ub0a8\uc744 \uac70\ub77c\uba70 \uc801\uadf9\uc801\uc73c\ub85c \uc124\ub4dd\ud55c\ub2e4\", type: \"A\", dimension: \"conflict\" }\n                ]\n            },\n            {\n                id: 12,\n                title: \"\ud83c\udfd4\ufe0f \uc694\uc138\ubbf8\ud2f0: \ud558\ud504\ub3d4 \uc55e\uc5d0\uc11c \ub9c8\uc9c0\ub9c9 \ucd94\uc5b5\",\n                situation: \"\u3010\uc694\uc138\ubbf8\ud2f0 \uad6d\ub9bd\uacf5\uc6d0 \ub9c8\uc9c0\ub9c9\ub0a0\u3011 \uc5ec\ud589\uc758 \ub300\ubbf8\ub97c \uc7a5\uc2dd\ud560 \uc694\uc138\ubbf8\ud2f0! \ud558\ud504\ub3d4\uc774 \ubcf4\uc774\ub294 \ud130\ub110 \ubdf0\uc5d0\uc11c \ub9c8\uc9c0\ub9c9 \ubc84\uc2a4\ud0b9 \uacf5\uc5f0\uc744 \uc900\ube44\ud569\ub2c8\ub2e4. \uc7a5\uc18c\uc640 \uace1\ub4e4\uc744 \uc120\uc815\ud558\ub294 \uc544\uc774\ub514\uc5b4 \ud68c\uc758:\",\n                options: [\n                    { text: \"\uc544\uc774\ub514\uc5b4 \ud68c\uc758\uc5d0\uc11c \uc81c\uc2dc\ub418\ub294 \ub2e4\uc591\ud55c \uc544\uc774\ub514\uc5b4\ub4e4\uc744 \ub4e4\uc5b4\ubcf4\uba70 \uc88b\uc740 \uc544\uc774\ub514\uc5b4\ub97c \ub5a0\uc62c\ub824\ubcf8\ub2e4\", type: \"R\", dimension: \"energy\" },\n                    { text: \"\ub5a0\uc624\ub974\ub294 \uc544\uc774\ub514\uc5b4\ub4e4\uc744 \uc989\uc11d\uc5d0\uc11c \ud65c\ubc1c\ud558\uac8c \uacf5\uc720\ud558\uba70 \ud1a0\ub860\ud55c\ub2e4\", type: \"E\", dimension: \"energy\" }\n                ]\n            }\n        ];\n\n        \/\/ \uc131\ud5a5 \ubd84\uc11d \uacb0\uacfc \ub370\uc774\ud130\n        const PERSONALITY_TYPES = {\n            \"IBPR\": {\n                name: \"\uc870\uc6a9\ud55c \ub4e0\ub4e0\ud568\",\n                animal: \"\ud3ec\uadfc\ud558\uac8c \uc548\uc544\ub294 \uac70\ubd81\uc774 \ud83d\udc22\",\n                description: [\n                    \"\ub2f9\uc2e0\uc740 \ud300\uc758 '\ub4e0\ub4e0\ud55c \ub4b7\ubc30\uacbd'\uc774 \ub418\uc5b4\uc8fc\ub294 \uc0ac\ub78c\uc785\ub2c8\ub2e4. \ud654\ub824\ud558\uac8c \uc55e\uc11c \ub098\uac00\uae30\ubcf4\ub2e4\ub294 \ub4a4\uc5d0\uc11c \ubb35\ubb35\ud788 \ud300\uc6d0\ub4e4\uc744 \ucc59\uae30\uace0, \uac08\ub4f1\uc774 \uc0dd\uacbc\uc744 \ub54c\ub294 \uc9c0\ud61c\ub86d\uac8c \uc911\uc7ac\ud558\ub294 \uc5ed\ud560\uc744 \uc790\uc5f0\uc2a4\ub7fd\uac8c \ub9e1\uac8c \ub429\ub2c8\ub2e4.\",\n                    \"\uacb0\uc815\uc744 \ub0b4\ub9b4 \ub54c\ub294 \ubaa8\ub4e0 \uc0ac\ub78c\uc758 \uc758\uacac\uc744 \ucda9\ubd84\ud788 \ub4e3\uace0 \uc2f6\uc5b4\ud558\uba70, \uc131\uae09\ud55c \ud310\ub2e8\ubcf4\ub2e4\ub294 \uae4a\uc774 \uc0dd\uac01\ud55c \ud6c4 \uc2e0\uc911\ud558\uac8c \ud589\ub3d9\ud569\ub2c8\ub2e4. \ub2f9\uc2e0\uc774 \uc788\uc73c\uba74 \ud300\uc758 \ubd84\uc704\uae30\uac00 \ub530\ub73b\ud574\uc9c0\uace0 \uc548\uc815\uac10\uc774 \uc0dd\uae41\ub2c8\ub2e4.\",\n                    \"\uac08\ub4f1 \uc0c1\ud669\uc5d0\uc11c\ub3c4 \uac10\uc815\uc801\uc73c\ub85c \ub300\uc751\ud558\uae30\ubcf4\ub2e4\ub294 \ud55c \ubc1c\uc9dd \ubb3c\ub7ec\uc11c\uc11c \uc0c1\ud669\uc744 \uac1d\uad00\uc801\uc73c\ub85c \ubc14\ub77c\ubcf4\uace0, \uc11c\ub85c \ub2e4\ub978 \uc785\uc7a5\uc744 \uc774\ud574\ud560 \uc218 \uc788\ub3c4\ub85d \ub3d5\uc2b5\ub2c8\ub2e4. \uc870\uc6a9\ud558\uc9c0\ub9cc \ub9e4\uc6b0 \uc911\uc694\ud55c \uc601\ud5a5\ub825\uc744 \ubc1c\ud718\ud558\ub294 \ud0c0\uc785\uc785\ub2c8\ub2e4.\"\n                ],\n                strengths: [\n                    {\n                        title: \"\ub6f0\uc5b4\ub09c \uacbd\uccad \ub2a5\ub825\",\n                        description: \"\ub2e4\ub978 \uc0ac\ub78c\uc758 \uc774\uc57c\uae30\ub97c \uc9c4\uc2ec\uc73c\ub85c \ub4e4\uc5b4\uc8fc\uace0 \uacf5\uac10\ud558\ub294 \ub2a5\ub825\uc774 \ud0c1\uc6d4\ud569\ub2c8\ub2e4.\"\n                    },\n                    {\n                        title: \"\uac08\ub4f1 \uc911\uc7ac \uc5ed\ub7c9\",\n                        description: \"\uac08\ub4f1 \uc0c1\ud669\uc5d0\uc11c \uade0\ud615\uc7a1\ud78c \uc2dc\uac01\uc73c\ub85c \ud574\uacb0\ucc45\uc744 \ucc3e\uc544\ub0c5\ub2c8\ub2e4.\"\n                    },\n                    {\n                        title: \"\uae4a\uc774 \uc788\ub294 \uc0ac\uace0\",\n                        description: \"\uc2e0\uc911\ud558\uace0 \uae4a\uc774 \uc788\ub294 \ud310\ub2e8\ub825\uc73c\ub85c \ud604\uba85\ud55c \uacb0\uc815\uc744 \ub0b4\ub9bd\ub2c8\ub2e4.\"\n                    }\n                ],\n                growth: \"\ub54c\ub85c\ub294 \uc790\uc2e0\uc758 \uc758\uacac\uc744 \ub354 \uc801\uadf9\uc801\uc73c\ub85c \ud45c\ud604\ud574\ubcf4\uc138\uc694. \ub2f9\uc2e0\uc758 \ud1b5\ucc30\ub825 \uc788\ub294 \uc0dd\uac01\ub4e4\uc774 \ud300\uc5d0\uac8c \ud070 \ub3c4\uc6c0\uc774 \ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\",\n                questions: [\n                    \"\ub098\ub294 \ub2e4\ub978 \uc0ac\ub78c\uc758 \uc758\uacac\uc744 \ub4e4\uc744 \ub54c \uc9c4\uc815\uc73c\ub85c \uc774\ud574\ud558\ub824\uace0 \ub178\ub825\ud558\uace0 \uc788\ub098\uc694?\",\n                    \"\uac08\ub4f1 \uc0c1\ud669\uc5d0\uc11c \uc911\uc7ac\ub9cc \ud558\ub824 \ud558\uc9c0 \ub9d0\uace0, \ub0b4 \uc9c4\uc194\ud55c \uc0dd\uac01\ub3c4 \ub098\ub204\uace0 \uc788\ub098\uc694?\",\n                    \"\ub4a4\uc5d0\uc11c \uc9c0\uc6d0\ud558\ub294 \uac83\ub3c4 \uc88b\uc9c0\ub9cc, \ub54c\ub85c\ub294 \uc55e\uc5d0 \ub098\uc11c\ub294 \uac83\ub3c4 \ud544\uc694\ud558\uc9c0 \uc54a\uc744\uae4c\uc694?\",\n                    \"\ud63c\uc790\ub9cc\uc758 \uc2dc\uac04\uc5d0\uc11c \uc5bb\uc740 \ud1b5\ucc30\uc744 \ub2e4\ub978 \uc0ac\ub78c\ub4e4\uacfc \ub098\ub204\uace0 \uc788\ub098\uc694?\"\n                ],\n                roles: [\n                    {\n                        emoji: \"\ud83d\ude4f\",\n                        title: \"\uc18c\uadf8\ub8f9 \ub9ac\ub354\",\n                        description: \"\uad6c\uc131\uc6d0\ub4e4\uc758 \uc774\uc57c\uae30\ub97c \uae4a\uc774 \ub4e4\uc5b4\uc8fc\uace0, \uac08\ub4f1\uc774 \uc0dd\uacbc\uc744 \ub54c \uc9c0\ud61c\ub86d\uac8c \uc911\uc7ac\ud560 \uc218 \uc788\ub294 \ub2a5\ub825\uc774 \ub6f0\uc5b4\ub0a9\ub2c8\ub2e4.\"\n                    },\n                    {\n                        emoji: \"\ud83e\udd1d\",\n                        title: \"\uc0c8\uac00\uc871\ubd80 \uc0ac\uc5ed\uc790\",\n                        description: \"\uc0c8\ub85c \uc628 \ubd84\ub4e4\uc758 \ub9c8\uc74c\uc744 \uc138\uc2ec\ud558\uac8c \ud5e4\uc544\ub9ac\uace0, \uad50\ud68c\uc5d0 \uc790\uc5f0\uc2a4\ub7fd\uac8c \uc801\uc751\ud560 \uc218 \uc788\ub3c4\ub85d \ub530\ub73b\ud558\uac8c \ub3c4\uc6b8 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\"\n                    },\n                    {\n                        emoji: \"\ud83d\udcad\",\n                        title: \"\uae30\ub3c4\ud300\",\n                        description: \"\uae4a\uc774 \uc788\ub294 \uc131\ucc30 \ub2a5\ub825\uc73c\ub85c \uc9c4\uc815\uc131 \uc788\ub294 \uae30\ub3c4\ub97c \ub4dc\ub9b4 \uc218 \uc788\uace0, \ub2e4\ub978 \uc0ac\ub78c\ub4e4\uc758 \uae30\ub3c4 \uc81c\ubaa9\ub3c4 \uc138\uc2ec\ud558\uac8c \ub4e4\uc5b4\uc904 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\"\n                    }\n                ]\n            },\n            \"DSAE\": {\n                name: \"\uc5ed\ub3d9\uc801 \ub9ac\ub354\",\n                animal: \"\uc0ac\ud68c\ubcf4\ub294 \uc575\ubb34\uc0c8 \ud83e\udd9c\",\n                description: [\n                    \"\ub2f9\uc2e0\uc740 \ud0c0\uace0\ub09c '\ucd94\uc9c4\ub825\uc758 \uc5d4\uc9c4'\uc785\ub2c8\ub2e4. \ubb38\uc81c\uac00 \uc0dd\uae30\uba74 \ube60\ub974\uac8c \ud574\uacb0\ucc45\uc744 \ucc3e\uc544 \uc2e4\ud589\ud558\uace0, \ud300\uc774 \ubc29\ud5a5\uc744 \uc783\uc5c8\uc744 \ub54c\ub294 \uc55e\uc7a5\uc11c\uc11c \uae38\uc744 \uc81c\uc2dc\ud569\ub2c8\ub2e4.\",\n                    \"\uacb0\uc815\uc774 \ud544\uc694\ud55c \uc21c\uac04\uc5d0\ub294 \uacfc\uac10\ud558\uac8c \ud310\ub2e8\uc744 \ub0b4\ub9ac\uba70, \uac08\ub4f1\uc774\ub098 \ubb38\uc81c\ub97c \ud68c\ud53c\ud558\uc9c0 \uc54a\uace0 \uc815\uba74\uc73c\ub85c \ub2e4\ub8f9\ub2c8\ub2e4. \ub2f9\uc2e0\uc758 \uc5d0\ub108\uc9c0\ub294 \uc8fc\ubcc0 \uc0ac\ub78c\ub4e4\uc5d0\uac8c \ud65c\ub825\uc744 \ubd88\uc5b4\ub123\uace0, \uce68\uccb4\ub41c \ubd84\uc704\uae30\ub97c \ubc14\uafb8\ub294 \ucd09\ub9e4\uc81c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4.\",\n                    \"\ub54c\ub85c\ub294 \ub108\ubb34 \ube60\ub978 \uc9c4\ud589\uc73c\ub85c \ub2e4\ub978 \uc0ac\ub78c\ub4e4\uc774 \ub530\ub77c\uc624\uae30 \ud798\ub4e4 \uc218 \uc788\uc9c0\ub9cc, \ub2f9\uc2e0\uc758 \uc5f4\uc815\uacfc \ucd94\uc9c4\ub825\uc740 \ud300\uc774 \ubaa9\ud45c\ub97c \ub2ec\uc131\ud558\ub294 \ub370 \uc5c6\uc5b4\uc11c\ub294 \uc548 \ub420 \uc6d0\ub3d9\ub825\uc785\ub2c8\ub2e4.\"\n                ],\n                strengths: [\n                    {\n                        title: \"\uc2e0\uc18d\ud55c \uc758\uc0ac\uacb0\uc815\",\n                        description: \"\ube60\ub974\uace0 \uc815\ud655\ud55c \ud310\ub2e8\ub825\uc73c\ub85c \ud300\uc744 \uc774\ub04c\uc5b4\uac11\ub2c8\ub2e4.\"\n                    },\n                    {\n                        title: \"\ubb38\uc81c \ud574\uacb0 \ub2a5\ub825\",\n                        description: \"\uc5b4\ub824\uc6b4 \uc0c1\ud669\uc5d0\uc11c\ub3c4 \ub9ac\ub354\uc2ed\uc744 \ubc1c\ud718\ud558\uc5ec \ud574\uacb0\ucc45\uc744 \ucc3e\uc544\ub0c5\ub2c8\ub2e4.\"\n                    },\n                    {\n                        title: \"\ud65c\ub825\uacfc \uc5d0\ub108\uc9c0\",\n                        description: \"\ud300\uc5d0 \ud65c\ub825\uc744 \ubd88\uc5b4\ub123\uace0 \ub3d9\uae30\ub97c \ubd80\uc5ec\ud558\ub294 \ub2a5\ub825\uc774 \ub6f0\uc5b4\ub0a9\ub2c8\ub2e4.\"\n                    }\n                ],\n                growth: \"\ub2e4\ub978 \uc0ac\ub78c\ub4e4\uc758 \uc18d\ub3c4\ub3c4 \ubc30\ub824\ud574\ubcf4\uc138\uc694. \ub54c\ub85c\ub294 \ucc9c\ucc9c\ud788 \uac00\ub294 \uac83\uc774 \ub354 \uba40\ub9ac \uac08 \uc218 \uc788\ub294 \ubc29\ubc95\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4.\",\n                questions: [\n                    \"\ube60\ub978 \uacb0\uc815\uc774 \ud56d\uc0c1 \ucd5c\uc120\uc77c\uae4c\uc694? \ub54c\ub85c\ub294 \ub354 \ub9ce\uc740 \uc758\uacac\uc744 \ub4e4\uc5b4\ubcf4\uba74 \uc5b4\ub5a8\uae4c\uc694?\",\n                    \"\ub098\uc758 \uc5d0\ub108\uc9c0\uac00 \ub2e4\ub978 \uc0ac\ub78c\ub4e4\uc5d0\uac8c\ub294 \ubd80\ub2f4\uc2a4\ub7fd\uac8c \ub290\uaef4\uc9c0\uc9c0 \uc54a\uc744\uae4c\uc694?\",\n                    \"\uac08\ub4f1\uc744 \ud574\uacb0\ud560 \ub54c \uc2b9\ubd80\ubcf4\ub2e4\ub294 \uad00\uacc4\uac00 \ub354 \uc911\uc694\ud558\uc9c0 \uc54a\uc744\uae4c\uc694?\",\n                    \"\ub9ac\ub354\ub85c\uc11c \uc12c\uae30\ub294 \ub9c8\uc74c\uc744 \ub193\uce58\uace0 \uc788\uc9c0\ub294 \uc54a\ub098\uc694?\"\n                ],\n                roles: [\n                    {\n                        emoji: \"\ud83c\udfaf\",\n                        title: \"\ud589\uc0ac\uae30\ud68d\ud300\",\n                        description: \"\ucd94\uc9c4\ub825\uacfc \ub9ac\ub354\uc2ed\uc73c\ub85c \ud070 \ud589\uc0ac\ub97c \uc131\uacf5\uc801\uc73c\ub85c \uc774\ub04c\uc5b4\uac08 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\"\n                    },\n                    {\n                        emoji: \"\ud83d\udc65\",\n                        title: \"\uccad\ub144\ubd80 \ub9ac\ub354\",\n                        description: \"\uc5ed\ub3d9\uc801\uc778 \uc5d0\ub108\uc9c0\ub85c \uccad\ub144\ub4e4\uc5d0\uac8c \ub3d9\uae30\ub97c \ubd80\uc5ec\ud558\uace0 \ud65c\ubc1c\ud55c \uacf5\ub3d9\uccb4\ub97c \ub9cc\ub4e4\uc5b4\uac08 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\"\n                    },\n                    {\n                        emoji: \"\ud83d\udce2\",\n                        title: \"\ud64d\ubcf4\ud300\",\n                        description: \"\uc801\uadf9\uc801\uc778 \uc131\ud5a5\uc73c\ub85c \uad50\ud68c\uc758 \uc18c\uc2dd\uc744 \ud6a8\uacfc\uc801\uc73c\ub85c \uc804\ub2ec\ud558\uace0 \uc0ac\ub78c\ub4e4\uc744 \ubaa8\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\"\n                    }\n                ]\n            },\n            \"IBPE\": {\n                name: \"\ucc28\ubd84\ud55c \uad00\ucc30\uc790\",\n                animal: \"\uac19\uc774 \uc218\uc601\ud558\ub294 \uce74\ud53c\ubc14\ub77c \ud83e\udd9b\",\n                description: [\n                    \"\ub2f9\uc2e0\uc740 \ud300\uc758 '\ud3c9\ud654\ub85c\uc6b4 \uc911\uc2ec\ucd95'\uc785\ub2c8\ub2e4. \uae09\ud558\uac8c \uc11c\ub450\ub974\uc9c0 \uc54a\uc73c\uba74\uc11c\ub3c4 \ud300\uc6d0\ub4e4\uc744 \uc138\uc2ec\ud558\uac8c \ucc59\uae30\uace0, \uac08\ub4f1 \uc0c1\ud669\uc5d0\uc11c\ub294 \uc790\uc5f0\uc2a4\ub7fd\uac8c \uc911\uc7ac \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4.\",\n                    \"\uacb0\uc815\uc744 \ub0b4\ub9b4 \ub54c\ub294 \ubaa8\ub4e0 \uc0ac\ub78c\uc758 \uc785\uc7a5\uc744 \uace0\ub824\ud558\uba70, \ud45c\uba74\uc801\uc778 \ud574\uacb0\ubcf4\ub2e4\ub294 \uadfc\ubcf8\uc801\uc778 \ud654\ud569\uc744 \ucd94\uad6c\ud569\ub2c8\ub2e4. \ud65c\ubc1c\ud55c \uc5d0\ub108\uc9c0\ub85c \ud300 \ubd84\uc704\uae30\ub97c \ubc1d\uac8c \ub9cc\ub4dc\ub294 \ub2a5\ub825\uc774 \uc788\uc2b5\ub2c8\ub2e4.\",\n                    \"\uac08\ub4f1\uc744 \ud53c\ud558\uae30\ubcf4\ub2e4\ub294 \uc9c0\ud61c\ub86d\uac8c \ud574\uacb0\ud558\uba70, \ubaa8\ub4e0 \uc0ac\ub78c\uc774 \ud3b8\uc548\ud568\uc744 \ub290\ub084 \uc218 \uc788\ub294 \ud658\uacbd\uc744 \ub9cc\ub4e4\uc5b4\uac11\ub2c8\ub2e4.\"\n                ],\n                strengths: [\n                    { title: \"\ub6f0\uc5b4\ub09c \uade0\ud615\uac10\uac01\", description: \"\ub2e4\uc591\ud55c \uc758\uacac\uc744 \uc870\ud654\ub86d\uac8c \uc870\uc728\ud558\ub294 \ub2a5\ub825\uc774 \ud0c1\uc6d4\ud569\ub2c8\ub2e4.\" },\n                    { title: \"\uc790\uc5f0\uc2a4\ub7ec\uc6b4 \uc5d0\ub108\uc9c0\", description: \"\ubd80\ub2f4\uc2a4\ub7fd\uc9c0 \uc54a\uc73c\uba74\uc11c\ub3c4 \ud65c\uae30\ucc2c \ubd84\uc704\uae30\ub97c \ub9cc\ub4e4\uc5b4\ub0c5\ub2c8\ub2e4.\" },\n                    { title: \"\uac08\ub4f1 \uc644\ud654 \ub2a5\ub825\", description: \"\ud300 \ub0b4 \uac08\ub4f1\uc744 \uc790\uc5f0\uc2a4\ub7fd\uac8c \ud574\uc18c\uc2dc\ud0a4\ub294 \uc7ac\ub2a5\uc774 \uc788\uc2b5\ub2c8\ub2e4.\" }\n                ],\n                growth: \"\ub54c\ub85c\ub294 \ub354 \uc801\uadf9\uc801\uc73c\ub85c \ub9ac\ub4dc\ud574\ubcf4\uc138\uc694. \ub2f9\uc2e0\uc758 \uade0\ud615\uc7a1\ud78c \uc2dc\uac01\uc774 \ud300\uc744 \ub354 \uc88b\uc740 \ubc29\ud5a5\uc73c\ub85c \uc774\ub04c \uc218 \uc788\uc2b5\ub2c8\ub2e4.\",\n                questions: [\n                    \"\ub098\ub294 \uac08\ub4f1\uc744 \ud574\uacb0\ud560 \ub54c \uc9c4\uc815\ud55c \uc18c\ud1b5\uc744 \ucd94\uad6c\ud558\uace0 \uc788\ub098\uc694?\",\n                    \"\ubaa8\ub4e0 \uc0ac\ub78c\uc744 \ubc30\ub824\ud558\ub2e4\uac00 \uc815\uc791 \uc911\uc694\ud55c \uacb0\uc815\uc744 \ub193\uce58\uace0 \uc788\uc9c0\ub294 \uc54a\ub098\uc694?\",\n                    \"\ub0b4 \uc5d0\ub108\uc9c0\uac00 \ud300\uc5d0\uac8c \uae0d\uc815\uc801\uc778 \uc601\ud5a5\uc744 \uc8fc\uace0 \uc788\ub098\uc694?\",\n                    \"\ud3ec\uc6a9\uc801\uc778 \ud0dc\ub3c4\uc640 \uba85\ud655\ud55c \ubc29\ud5a5 \uc81c\uc2dc \uc0ac\uc774\uc758 \uade0\ud615\uc744 \ub9de\ucd94\uace0 \uc788\ub098\uc694?\"\n                ],\n                roles: [\n                    { emoji: \"\ud83c\udfad\", title: \"\uc18c\uadf8\ub8f9 \ub9ac\ub354\", description: \"\ub2e4\uc591\ud55c \uc0ac\ub78c\ub4e4\uc744 \uc790\uc5f0\uc2a4\ub7fd\uac8c \uc5b4\uc6b0\ub974\uba70 \ud654\ud569\uc758 \ubd84\uc704\uae30\ub97c \ub9cc\ub4e4\uc5b4\uac08 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\" },\n                    { emoji: \"\ud83e\udd1d\", title: \"\uad50\uc721\ubd80 \uc0ac\uc5ed\uc790\", description: \"\ud559\uc2b5\uc790\ub4e4\uc758 \ub2e4\uc591\ud55c \uc18d\ub3c4\uc640 \uc2a4\ud0c0\uc77c\uc744 \ubc30\ub824\ud558\uba70 \ubaa8\ub450\uac00 \uc131\uc7a5\ud560 \uc218 \uc788\ub3c4\ub85d \ub3c4\uc6b8 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\" },\n                    { emoji: \"\ud83c\udfb6\", title: \"\ucc2c\uc591\ud300\", description: \"\ud300\uc6cc\ud06c\uc640 \uc870\ud654\ub97c \uc911\uc2dc\ud558\uba70 \uc544\ub984\ub2e4\uc6b4 \ud558\ubaa8\ub2c8\ub97c \ub9cc\ub4e4\uc5b4\uac00\ub294 \ub370 \uae30\uc5ec\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\" }\n                ]\n            },\n            \"IBAR\": {\n                name: \"\uc2e0\uc911\ud55c \uc801\uc751\uc790\",\n                animal: \"\ub178\ub798\ub4e4\uc73c\uba70 \ub3c5\uc11c\ud558\ub294 \ubb38\uc5b4 \ud83d\udc19\",\n                description: [\n                    \"\ub2f9\uc2e0\uc740 \uc0c1\ud669\uc5d0 \ub530\ub77c \uc720\uc5f0\ud558\uac8c \uc801\uc751\ud558\uba74\uc11c\ub3c4 \uae4a\uc774 \uc788\ub294 \ud1b5\ucc30\ub825\uc744 \ubc1c\ud718\ud558\ub294 \uc0ac\ub78c\uc785\ub2c8\ub2e4. \uac89\uc73c\ub85c \ub4dc\ub7ec\ub098\uc9c0 \uc54a\uc9c0\ub9cc \ud300\uc758 \uc228\uc740 \uc870\ub825\uc790 \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4.\",\n                    \"\uacb0\uc815\uc744 \ub0b4\ub9b4 \ub54c\ub294 \ubaa8\ub4e0 \uac00\ub2a5\uc131\uc744 \uace0\ub824\ud558\uba70, \uac08\ub4f1\uc774 \uc0dd\uacbc\uc744 \ub54c\ub294 \uc9c1\uc811\uc801\uc778 \ub300\uc751\ubcf4\ub2e4\ub294 \uc0c1\ud669\uc744 \uc804\uccb4\uc801\uc73c\ub85c \ud30c\uc545\ud55c \ud6c4 \ucd5c\uc801\uc758 \ud574\uacb0\ucc45\uc744 \ucc3e\uc2b5\ub2c8\ub2e4.\",\n                    \"\ud63c\uc790\ub9cc\uc758 \uc2dc\uac04\uc744 \ud1b5\ud574 \uc5bb\uc740 \uae4a\uc740 \ud1b5\ucc30\uc744 \ubc14\ud0d5\uc73c\ub85c \ud300\uc5d0\uac8c \ud544\uc694\ud55c \uc21c\uac04\uc5d0 \uc801\uc808\ud55c \ub3c4\uc6c0\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.\"\n                ],\n                strengths: [\n                    { title: \"\ub6f0\uc5b4\ub09c \uc801\uc751\ub825\", description: \"\ub2e4\uc591\ud55c \uc0c1\ud669\uc5d0 \uc720\uc5f0\ud558\uac8c \ub300\uc751\ud558\uba70 \ucd5c\uc801\uc758 \ud574\uacb0\ucc45\uc744 \ucc3e\uc544\ub0c5\ub2c8\ub2e4.\" },\n                    { title: \"\uae4a\uc774 \uc788\ub294 \uad00\ucc30\ub825\", description: \"\uac89\uc73c\ub85c \ub4dc\ub7ec\ub098\uc9c0 \uc54a\ub294 \ubb38\uc81c\uc758 \ubcf8\uc9c8\uc744 \ud30c\uc545\ud558\ub294 \ub2a5\ub825\uc774 \ub6f0\uc5b4\ub0a9\ub2c8\ub2e4.\" },\n                    { title: \"\uc804\ub7b5\uc801 \uc0ac\uace0\", description: \"\uc7a5\uae30\uc801\uc778 \uad00\uc810\uc5d0\uc11c \ud300\uc5d0\uac8c \ub3c4\uc6c0\uc774 \ub418\ub294 \ubc29\ud5a5\uc744 \uc81c\uc2dc\ud569\ub2c8\ub2e4.\" }\n                ],\n                growth: \"\ub2f9\uc2e0\uc758 \ud1b5\ucc30\ub825\uc744 \ub354 \uc801\uadf9\uc801\uc73c\ub85c \uacf5\uc720\ud574\ubcf4\uc138\uc694. \uc228\uaca8\uc9c4 \uc9c0\ud61c\uac00 \ud300\uc5d0\uac8c \ud070 \ub3c4\uc6c0\uc774 \ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\",\n                questions: [\n                    \"\ub098\ub294 \uc0c1\ud669\uc5d0 \uc801\uc751\ud558\uba74\uc11c\ub3c4 \ub0b4 \uac00\uce58\uad00\uc744 \uc9c0\ud0a4\uace0 \uc788\ub098\uc694?\",\n                    \"\uac08\ub4f1\uc744 \ud68c\ud53c\ud558\ub294 \uac83\uacfc \uc9c0\ud61c\ub86d\uac8c \ud574\uacb0\ud558\ub294 \uac83\uc758 \ucc28\uc774\ub97c \uc54c\uace0 \uc788\ub098\uc694?\",\n                    \"\ub0b4 \uad00\ucc30\uc744 \ud1b5\ud574 \uc5bb\uc740 \ud1b5\ucc30\uc744 \ud300\uacfc \ub098\ub204\uace0 \uc788\ub098\uc694?\",\n                    \"\ud63c\uc790\ub9cc\uc758 \uc2dc\uac04\uc774 \ub098\uc640 \ud300 \ubaa8\ub450\uc5d0\uac8c \uc720\uc775\ud558\uac8c \ud65c\uc6a9\ub418\uace0 \uc788\ub098\uc694?\"\n                ],\n                roles: [\n                    { emoji: \"\ud83d\udcda\", title: \"\ub3c4\uc11c\uad00 \uc0ac\uc5ed\", description: \"\uc870\uc6a9\ud55c \ud658\uacbd\uc5d0\uc11c \uae4a\uc774 \uc788\ub294 \uc5f0\uad6c\uc640 \uc900\ube44\ub97c \ud1b5\ud574 \uad50\ud68c\uc5d0 \uae30\uc5ec\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\" },\n                    { emoji: \"\ud83d\udd0d\", title: \"\uae30\ud68d\ud300\", description: \"\uc804\uccb4\uc801\uc778 \uc0c1\ud669\uc744 \ud30c\uc545\ud558\uace0 \uc7a5\uae30\uc801\uc778 \uad00\uc810\uc5d0\uc11c \uacc4\ud68d\uc744 \uc138\uc6b0\ub294 \ub2a5\ub825\uc774 \ub6f0\uc5b4\ub0a9\ub2c8\ub2e4.\" },\n                    { emoji: \"\ud83e\udded\", title: \"\uc0c1\ub2f4\uc0ac\uc5ed\", description: \"\uc0ac\ub78c\ub4e4\uc758 \ub9c8\uc74c\uc744 \uae4a\uc774 \uc774\ud574\ud558\uace0 \uc801\uc808\ud55c \uc870\uc5b8\uc744 \uc81c\uacf5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\" }\n                ]\n            }\n            \/\/ \ub098\uba38\uc9c0 13\uac1c \uc131\ud5a5 \ud0c0\uc785 \ucd94\uac00 \ud544\uc694...\n        };\n\n        \/\/ \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uc0c1\ud0dc\n        let currentQuestionIndex = 0;\n        let answers = [];\n        let selectedOption = null;\n\n        \/\/ \ud14c\uc2a4\ud2b8 \uc2dc\uc791\n        function startTest() {\n            document.getElementById('landing-page').classList.add('hidden');\n            document.getElementById('question-page').classList.remove('hidden');\n            showQuestion(0);\n        }\n\n        \/\/ \uc9c8\ubb38 \ud45c\uc2dc\n        function showQuestion(index) {\n            const question = QUESTIONS[index];\n            const progress = ((index + 1) \/ QUESTIONS.length) * 100;\n            \n            \/\/ \uc635\uc158 \uc21c\uc11c \ub79c\ub364 \uc11e\uae30\n            const shuffledOptions = [...question.options].sort(() => Math.random() - 0.5);\n            \n            document.getElementById('progress-fill').style.width = `${progress}%`;\n            document.getElementById('question-number').textContent = `\uc9c8\ubb38 ${index + 1} \/ ${QUESTIONS.length}`;\n            document.getElementById('question-title').textContent = question.title;\n            document.getElementById('situation-text').textContent = question.situation;\n            document.getElementById('option-a').textContent = shuffledOptions[0].text;\n            document.getElementById('option-b').textContent = shuffledOptions[1].text;\n            \n            \/\/ \uc11e\uc778 \uc635\uc158 \uc815\ubcf4\ub97c \uc800\uc7a5 (\ub098\uc911\uc5d0 \ub2f5\ubcc0 \ucc98\ub9ac\uc2dc \uc0ac\uc6a9)\n            window.currentShuffledOptions = shuffledOptions;\n            \n            \/\/ \uc774\uc804 \uc120\ud0dd \ucd08\uae30\ud654\n            document.getElementById('option-a').classList.remove('selected');\n            document.getElementById('option-b').classList.remove('selected');\n            selectedOption = null;\n            \n            \/\/ \ubc84\ud2bc \uc0c1\ud0dc \uc5c5\ub370\uc774\ud2b8\n            document.getElementById('prev-btn').disabled = index === 0;\n            document.getElementById('next-btn').disabled = true;\n            \n            \/\/ \uc560\ub2c8\uba54\uc774\uc158 \ud6a8\uacfc\n            document.getElementById('question-page').classList.add('fade-in');\n            setTimeout(() => {\n                document.getElementById('question-page').classList.remove('fade-in');\n            }, 500);\n        }\n\n        \/\/ \uc635\uc158 \uc120\ud0dd\n        function selectOption(option) {\n            selectedOption = option;\n            \n            \/\/ \uc120\ud0dd \uc0c1\ud0dc \ud45c\uc2dc\n            document.getElementById('option-a').classList.remove('selected');\n            document.getElementById('option-b').classList.remove('selected');\n            \n            if (option === 'A') {\n                document.getElementById('option-a').classList.add('selected');\n            } else {\n                document.getElementById('option-b').classList.add('selected');\n            }\n            \n            \/\/ \ub2e4\uc74c \ubc84\ud2bc \ud65c\uc131\ud654\n            document.getElementById('next-btn').disabled = false;\n        }\n\n        \/\/ \ub2e4\uc74c \uc9c8\ubb38\n        function nextQuestion() {\n            if (selectedOption === null) return;\n            \n            \/\/ \ub2f5\ubcc0 \uc800\uc7a5 - \uc11e\uc778 \uc635\uc158\uc5d0\uc11c \uc2e4\uc81c \uc120\ud0dd\ub41c \ub370\uc774\ud130 \ucc3e\uae30\n            const question = QUESTIONS[currentQuestionIndex];\n            const shuffledOptions = window.currentShuffledOptions;\n            const selectedOptionData = selectedOption === 'A' ? shuffledOptions[0] : shuffledOptions[1];\n            \n            answers[currentQuestionIndex] = {\n                questionId: question.id,\n                selectedOption: selectedOption,\n                type: selectedOptionData.type,\n                dimension: selectedOptionData.dimension\n            };\n            \n            currentQuestionIndex++;\n            \n            if (currentQuestionIndex < QUESTIONS.length) {\n                showQuestion(currentQuestionIndex);\n            } else {\n                showLoading();\n            }\n        }\n\n        \/\/ \uc774\uc804 \uc9c8\ubb38\n        function previousQuestion() {\n            if (currentQuestionIndex > 0) {\n                currentQuestionIndex--;\n                showQuestion(currentQuestionIndex);\n                \n                \/\/ \uc774\uc804 \ub2f5\ubcc0\uc774 \uc788\ub2e4\uba74 \ubcf5\uc6d0 - \ud558\uc9c0\ub9cc \uc635\uc158\uc774 \ub2e4\uc2dc \uc11e\uc774\ubbc0\ub85c \uc120\ud0dd\ub9cc \ud574\uc81c\n                if (answers[currentQuestionIndex]) {\n                    \/\/ \uc774\uc804 \ub2f5\ubcc0\uc740 \uc800\uc7a5\ub418\uc5b4 \uc788\uc9c0\ub9cc, \uc635\uc158\uc774 \uc0c8\ub85c \uc11e\uc600\uc73c\ubbc0\ub85c \n                    \/\/ \uc0ac\uc6a9\uc790\uac00 \ub2e4\uc2dc \uc120\ud0dd\ud558\ub3c4\ub85d \uc720\ub3c4\n                    selectedOption = null;\n                    document.getElementById('next-btn').disabled = true;\n                }\n            }\n        }\n\n        \/\/ \ub85c\ub529 \ud654\uba74 \ud45c\uc2dc\n        function showLoading() {\n            document.getElementById('question-page').classList.add('hidden');\n            document.getElementById('loading-page').classList.remove('hidden');\n            \n            \/\/ 2\ucd08 \ud6c4 \uacb0\uacfc \ud45c\uc2dc\n            setTimeout(() => {\n                analyzeResults();\n                showResults();\n            }, 2000);\n        }\n\n        \/\/ \uacb0\uacfc \ubd84\uc11d\n        function analyzeResults() {\n            \/\/ \uac01 \ucc28\uc6d0\ubcc4 \uc810\uc218 \uacc4\uc0b0\n            const scores = {\n                decision: 0, \/\/ I(\ud3ec\uc6a9\uc801) vs D(\uacb0\ub2e8\uc801)\n                service: 0,  \/\/ B(\uc9c0\uc6d0\ud615) vs S(\uc8fc\ub3c4\ud615)\n                conflict: 0, \/\/ P(\uc911\uc7ac\ud615) vs A(\uc9c1\uba74\ud615)\n                energy: 0    \/\/ R(\uc131\ucc30\ud615) vs E(\ud45c\ud604\ud615)\n            };\n            \n            \/\/ \ub514\ubc84\uae45\uc744 \uc704\ud55c \ub85c\uadf8\n            console.log('=== \ub2f5\ubcc0 \ubd84\uc11d \uc2dc\uc791 ===');\n            \n            answers.forEach((answer, index) => {\n                const dimension = answer.dimension;\n                const type = answer.type;\n                \n                console.log(`\uc9c8\ubb38 ${index + 1}: ${dimension} \ucc28\uc6d0, \uc120\ud0dd: ${type}`);\n                \n                if (dimension === 'decision') {\n                    scores.decision += (type === 'I') ? -1 : 1;\n                } else if (dimension === 'service') {\n                    scores.service += (type === 'B') ? -1 : 1;\n                } else if (dimension === 'conflict') {\n                    scores.conflict += (type === 'P') ? -1 : 1;\n                } else if (dimension === 'energy') {\n                    scores.energy += (type === 'R') ? -1 : 1;\n                }\n            });\n            \n            console.log('\ucd5c\uc885 \uc810\uc218:', scores);\n            \n            \/\/ \uc131\ud5a5 \ucf54\ub4dc \uc0dd\uc131 (\uc74c\uc218\uba74 \uccab \ubc88\uc9f8 \ubb38\uc790, \uc591\uc218\uba74 \ub450 \ubc88\uc9f8 \ubb38\uc790)\n            const personalityCode = \n                (scores.decision <= 0 ? 'I' : 'D') +\n                (scores.service <= 0 ? 'B' : 'S') +\n                (scores.conflict <= 0 ? 'P' : 'A') +\n                (scores.energy <= 0 ? 'R' : 'E');\n            \n            console.log('\uc131\ud5a5 \ucf54\ub4dc:', personalityCode);\n            \n            \/\/ \uacb0\uacfc \uc800\uc7a5 (\uc808\ub313\uac12\uc73c\ub85c \uac15\ub3c4 \ud45c\uc2dc)\n            window.testResult = {\n                code: personalityCode,\n                scores: {\n                    decision: Math.abs(scores.decision),\n                    service: Math.abs(scores.service),\n                    conflict: Math.abs(scores.conflict),\n                    energy: Math.abs(scores.energy)\n                },\n                rawScores: scores \/\/ \uc6d0\ubcf8 \uc810\uc218\ub3c4 \uc800\uc7a5\n            };\n            \n            console.log('\ucd5c\uc885 \uacb0\uacfc:', window.testResult);\n        }\n\n        \/\/ \uacb0\uacfc \ud45c\uc2dc\n        function showResults() {\n            document.getElementById('loading-page').classList.add('hidden');\n            document.getElementById('result-page').classList.remove('hidden');\n            \n            const result = window.testResult;\n            const personalityType = PERSONALITY_TYPES[result.code] || PERSONALITY_TYPES['IBPR'];\n            \n            \/\/ \uae30\ubcf8 \uc815\ubcf4 \ud45c\uc2dc\n            document.getElementById('personality-name').textContent = personalityType.name;\n            document.getElementById('personality-type').textContent = personalityType.animal;\n            document.getElementById('personality-code').textContent = result.code;\n            \n            \/\/ \uc560\ub2c8\uba54\uc774\uc158 \uce90\ub9ad\ud130 \ub85c\ub4dc\n            loadCharacterAnimation(result.code);\n            \n            \/\/ \uc131\ud5a5 \uc124\uba85\n            const descriptionHtml = personalityType.description\n                .map(paragraph => `<p>${paragraph}<\/p>`)\n                .join('');\n            document.getElementById('personality-description').innerHTML = descriptionHtml;\n            \n            \/\/ \uc7a5\uc810 \uce74\ub4dc\ub4e4\n            const strengthsHtml = personalityType.strengths\n                .map(strength => `\n                    <div class=\"strength-card\">\n                        <h4>${strength.title}<\/h4>\n                        <p>${strength.description}<\/p>\n                    <\/div>\n                `).join('');\n            document.getElementById('strengths-grid').innerHTML = strengthsHtml;\n            \n            \/\/ \uc131\uc7a5 \uc601\uc5ed\n            document.getElementById('growth-area').innerHTML = `<p>${personalityType.growth}<\/p>`;\n            \n            \/\/ \uc790\uae30\uc131\ucc30 \uc9c8\ubb38\n            const questionsHtml = personalityType.questions\n                .map(question => `<div class=\"reflection-question\">\ud83e\udd14 ${question}<\/div>`)\n                .join('');\n            document.getElementById('reflection-questions').innerHTML = questionsHtml;\n            \n            \/\/ \uad50\ud68c \uc5ed\ud560 \ucd94\ucc9c\n            const rolesHtml = personalityType.roles\n                .map(role => `\n                    <div class=\"role-card\">\n                        <div class=\"emoji\">${role.emoji}<\/div>\n                        <h4>${role.title}<\/h4>\n                        <p>${role.description}<\/p>\n                    <\/div>\n                `).join('');\n            document.getElementById('roles-grid').innerHTML = rolesHtml;\n            \n            \/\/ \ubc14 \ucc28\ud2b8 \uc0dd\uc131\n            createPersonalityBars(result.scores, result.code);\n        }\n\n        \/\/ \uc560\ub2c8\uba54\uc774\uc158 \uce90\ub9ad\ud130 \ub85c\ub4dc \ud568\uc218\n        function loadCharacterAnimation(personalityCode) {\n            const characterContainer = document.getElementById('result-character');\n            const fallbackEmoji = document.getElementById('fallback-emoji');\n            \n            \/\/ \uc131\ud5a5\ubcc4 \uc560\ub2c8\uba54\uc774\uc158 \ud30c\uc77c \ub9e4\ud551\n            const characterAnimations = {\n                'IBPR': { \n                    file: 'turtle_hiding.json', \n                    emoji: '\ud83d\udc22',\n                    alt: '\uc228\ubc14\uaf2d\uc9c8\ud558\ub294 \uac70\ubd81\uc774'\n                },\n                'DSAE': { \n                    file: 'parrot_hanging.json', \n                    emoji: '\ud83e\udd9c',\n                    alt: '\uac70\uafb8\ub85c\ub9e4\ub2ec\ub9ac\ub294 \uc575\ubb34\uc0c8'\n                },\n                'IBPE': { \n                    file: 'capybara_staring.json', \n                    emoji: '\ud83e\udd9b',\n                    alt: '\uba4d\ub54c\ub9ac\ub294 \uce74\ud53c\ubc14\ub77c'\n                },\n                'IBAR': { \n                    file: 'octopus_changing.json', \n                    emoji: '\ud83d\udc19',\n                    alt: '\ubcc0\uc0c9\ud558\ub294 \ubb38\uc5b4'\n                }\n                \/\/ \ub098\uba38\uc9c0 12\uac1c \uc131\ud5a5\ub3c4 \ucd94\uac00 \uac00\ub2a5\n            };\n            \n            const animationData = characterAnimations[personalityCode];\n            if (!animationData) {\n                \/\/ \uae30\ubcf8 \uc774\ubaa8\uc9c0 \ud45c\uc2dc\n                fallbackEmoji.textContent = '\ud83c\udfad';\n                return;\n            }\n            \n            \/\/ \uc774\ubaa8\uc9c0 \uc5c5\ub370\uc774\ud2b8\n            fallbackEmoji.textContent = animationData.emoji;\n            \n            \/\/ Lottie \uc560\ub2c8\uba54\uc774\uc158 \ub85c\ub4dc \uc2dc\ub3c4\n            if (typeof lottie !== 'undefined') {\n                \/\/ Lottie \uc560\ub2c8\uba54\uc774\uc158\uc774 \uc788\ub294 \uacbd\uc6b0\n                const animationContainer = document.createElement('div');\n                animationContainer.className = 'lottie-animation';\n                \n                try {\n                    const animation = lottie.loadAnimation({\n                        container: animationContainer,\n                        renderer: 'svg',\n                        loop: true,\n                        autoplay: true,\n                        path: `assets\/animations\/${animationData.file}`\n                    });\n                    \n                    \/\/ \uc560\ub2c8\uba54\uc774\uc158 \ub85c\ub4dc \uc131\uacf5\uc2dc \uc774\ubaa8\uc9c0 \ub300\uc2e0 \ud45c\uc2dc\n                    animation.addEventListener('data_ready', () => {\n                        fallbackEmoji.style.display = 'none';\n                        characterContainer.appendChild(animationContainer);\n                    });\n                    \n                    \/\/ \ub85c\ub4dc \uc2e4\ud328\uc2dc \uc774\ubaa8\uc9c0 \uc720\uc9c0\n                    animation.addEventListener('data_failed', () => {\n                        console.log('\uc560\ub2c8\uba54\uc774\uc158 \ub85c\ub4dc \uc2e4\ud328, \uc774\ubaa8\uc9c0\ub85c \ub300\uccb4');\n                    });\n                    \n                } catch (error) {\n                    console.log('Lottie \uc560\ub2c8\uba54\uc774\uc158 \ub85c\ub4dc \uc911 \uc624\ub958:', error);\n                }\n            } else {\n                \/\/ \uc774\ubbf8\uc9c0\ub098 GIF\uac00 \uc788\ub294 \uacbd\uc6b0\n                const img = document.createElement('img');\n                img.src = `assets\/characters\/${personalityCode.toLowerCase()}.gif`;\n                img.alt = animationData.alt;\n                img.onerror = () => {\n                    \/\/ \uc774\ubbf8\uc9c0 \ub85c\ub4dc \uc2e4\ud328\uc2dc \uc774\ubaa8\uc9c0 \uc720\uc9c0\n                    console.log('\uce90\ub9ad\ud130 \uc774\ubbf8\uc9c0 \ub85c\ub4dc \uc2e4\ud328, \uc774\ubaa8\uc9c0\ub85c \ub300\uccb4');\n                };\n                img.onload = () => {\n                    \/\/ \uc774\ubbf8\uc9c0 \ub85c\ub4dc \uc131\uacf5\uc2dc \uc774\ubaa8\uc9c0 \ub300\uc2e0 \ud45c\uc2dc\n                    fallbackEmoji.style.display = 'none';\n                    characterContainer.appendChild(img);\n                };\n            }\n        }\n        function createPersonalityBars(scores, code) {\n            const container = document.getElementById('personalityBars');\n            \n            const dimensions = [\n                {\n                    key: 'decision',\n                    left: { label: 'I', name: '\ud3ec\uc6a9\uc801', desc: '\ubaa8\ub4e0 \uc758\uacac \uc218\ub834' },\n                    right: { label: 'D', name: '\uacb0\ub2e8\uc801', desc: '\uc2e0\uc18d\ud55c \uc758\uc0ac\uacb0\uc815' },\n                    score: scores.decision\n                },\n                {\n                    key: 'service',\n                    left: { label: 'B', name: '\uc9c0\uc6d0\ud615', desc: '\ub4a4\uc5d0\uc11c \ub3c4\uc6c0' },\n                    right: { label: 'S', name: '\uc8fc\ub3c4\ud615', desc: '\uc55e\uc7a5\uc11c\uc11c \ub9ac\ub4dc' },\n                    score: scores.service\n                },\n                {\n                    key: 'conflict',\n                    left: { label: 'P', name: '\uc911\uc7ac\ud615', desc: '\uac08\ub4f1 \uc644\ud654' },\n                    right: { label: 'A', name: '\uc9c1\uba74\ud615', desc: '\ubb38\uc81c \ud574\uacb0' },\n                    score: scores.conflict\n                },\n                {\n                    key: 'energy',\n                    left: { label: 'R', name: '\uc131\ucc30\ud615', desc: '\ub0b4\uc801 \ucda9\uc804' },\n                    right: { label: 'E', name: '\ud45c\ud604\ud615', desc: '\ub300\uc678 \ud65c\ub3d9' },\n                    score: scores.energy\n                }\n            ];\n\n            \/\/ \ucee8\ud14c\uc774\ub108 \ucd08\uae30\ud654\n            container.innerHTML = '';\n\n            dimensions.forEach((dim, index) => {\n                const codeChar = code[index];\n                const isLeft = codeChar === dim.left.label;\n                const maxScore = 3; \/\/ \ucd5c\ub300 \uc810\uc218\n                \n                \/\/ \uc810\uc218\ub97c 0~100% \ubc94\uc704\ub85c \ubcc0\ud658 (\uc911\uc559\uc774 50%)\n                let position;\n                if (dim.score === 0) {\n                    \/\/ \uc810\uc218\uac00 0\uc774\uba74 \uc815\ud655\ud788 \uc911\uc559\n                    position = 50;\n                } else if (isLeft) {\n                    \/\/ \uc67c\ucabd \uc131\ud5a5: 0~50% \ubc94\uc704 (\uc810\uc218\uac00 \ub192\uc744\uc218\ub85d \ub354 \uc67c\ucabd)\n                    position = 50 - (dim.score \/ maxScore) * 45; \/\/ 5% \uc5ec\ubc31\n                } else {\n                    \/\/ \uc624\ub978\ucabd \uc131\ud5a5: 50~100% \ubc94\uc704 (\uc810\uc218\uac00 \ub192\uc744\uc218\ub85d \ub354 \uc624\ub978\ucabd)\n                    position = 50 + (dim.score \/ maxScore) * 45; \/\/ 5% \uc5ec\ubc31\n                }\n\n                \/\/ \ucd5c\uc18c\/\ucd5c\ub300 \uc81c\ud55c\n                position = Math.max(5, Math.min(95, position));\n\n                const barItem = document.createElement('div');\n                barItem.className = 'bar-item';\n                barItem.innerHTML = `\n                    <div class=\"bar-labels\">\n                        <div class=\"bar-label-left ${isLeft ? 'active' : ''}\">\n                            <strong>${dim.left.label}<\/strong>\n                            <span>${dim.left.name}<\/span>\n                        <\/div>\n                        <div class=\"bar-label-right ${!isLeft ? 'active' : ''}\">\n                            <span>${dim.right.name}<\/span>\n                            <strong>${dim.right.label}<\/strong>\n                        <\/div>\n                    <\/div>\n                    <div class=\"bar-track\">\n                        <div class=\"bar-indicator\" style=\"left: 50%\" data-target=\"${position}\"><\/div>\n                    <\/div>\n                    <div class=\"bar-description\">\n                        ${isLeft ? dim.left.desc : dim.right.desc} \uc131\ud5a5 \n                        ${dim.score > 0 ? `(\uac15\ub3c4: ${dim.score}\/3)` : '(\uc911\ub9bd)'}\n                    <\/div>\n                `;\n                \n                container.appendChild(barItem);\n            });\n\n            \/\/ \uc560\ub2c8\uba54\uc774\uc158 \ud6a8\uacfc\n            setTimeout(() => {\n                const indicators = container.querySelectorAll('.bar-indicator');\n                indicators.forEach(indicator => {\n                    const targetPosition = indicator.getAttribute('data-target');\n                    indicator.style.transition = 'left 1.2s cubic-bezier(0.4, 0, 0.2, 1)';\n                    indicator.style.left = targetPosition + '%';\n                });\n            }, 200);\n        }\n\n        \/\/ \uacb0\uacfc \uacf5\uc720\n        function shareResult() {\n            const result = window.testResult;\n            const personalityType = PERSONALITY_TYPES[result.code] || PERSONALITY_TYPES['IBPR'];\n            const shareText = `\ub098\ub294 \"${personalityType.animal}\" \ud0c0\uc785\uc774\uc5d0\uc694! \ubbf8\uad6d \uc11c\ubd80 \ub85c\ub4dc\ud2b8\ub9bd \uc131\ud5a5 \ubd84\uc11d \uacb0\uacfc: ${result.code}`;\n            \n            if (navigator.share) {\n                navigator.share({\n                    title: '\ubbf8\uad6d \uc11c\ubd80 \ub85c\ub4dc\ud2b8\ub9bd \uc131\ud5a5 \ubd84\uc11d \uacb0\uacfc',\n                    text: shareText,\n                    url: window.location.href\n                });\n            } else {\n                \/\/ \ud074\ub9bd\ubcf4\ub4dc\uc5d0 \ubcf5\uc0ac\n                navigator.clipboard.writeText(shareText + ' ' + window.location.href).then(() => {\n                    alert('\uacb0\uacfc\uac00 \ud074\ub9bd\ubcf4\ub4dc\uc5d0 \ubcf5\uc0ac\ub418\uc5c8\uc2b5\ub2c8\ub2e4!');\n                });\n            }\n        }\n\n        \/\/ \ud14c\uc2a4\ud2b8 \ub2e4\uc2dc \uc2dc\uc791\n        function restartTest() {\n            currentQuestionIndex = 0;\n            answers = [];\n            selectedOption = null;\n            \n            document.getElementById('result-page').classList.add('hidden');\n            document.getElementById('landing-page').classList.remove('hidden');\n        }\n\n        \/\/ \ucd08\uae30\ud654\n        document.addEventListener('DOMContentLoaded', function() {\n            \/\/ \ud398\uc774\uc9c0 \ub85c\ub4dc\uc2dc \uc560\ub2c8\uba54\uc774\uc158\n            document.getElementById('landing-page').classList.add('fade-in');\n        });\n    <\/script>\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>\ubbf8\uad6d \uc11c\ubd80 \ub85c\ub4dc\ud2b8\ub9bd \uc131\ud5a5 \ubd84\uc11d \ud83c\uddfa\ud83c\uddf8 \ubbf8\uad6d \uc11c\ubd80 \ub85c\ub4dc\ud2b8\ub9bd \uc131\ud5a5 \ubd84\uc11d \ub2f9\uc2e0\ub9cc\uc758 \ub3c5\ud2b9\ud55c \uc5ec\ud589 \uc2a4\ud0c0\uc77c\uc744 \ubc1c\uacac\ud574\ubcf4\uc138\uc694 \uadf8\ub79c\ub4dc\uce90\ub2c8\uc5b8\uc758 \uc6c5\uc7a5\ud568\ubd80\ud130 \uc694\uc138\ubbf8\ud2f0\uc758 \uc2e0\ube44\ub85c\uc6c0\uae4c\uc9c0, \ubbf8\uad6d \uc11c\ubd80\ub97c \uc5ec\ud589\ud558\uba70 \ub098\ud0c0\ub098\ub294 \ub2f9\uc2e0\uc758 \uc9c4\uc9dc \ubaa8\uc2b5\uc740 \uc5b4\ub5a8\uae4c\uc694? 12\uac00\uc9c0 \uc0c1\ud669\uc744&#8230;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_price":"","_stock":"","_tribe_ticket_header":"","_tribe_default_ticket_provider":"","_tribe_ticket_capacity":"0","_ticket_start_date":"","_ticket_end_date":"","_tribe_ticket_show_description":"","_tribe_ticket_show_not_going":false,"_tribe_ticket_use_global_stock":"","_tribe_ticket_global_stock_level":"","_global_stock_mode":"","_global_stock_cap":"","_tribe_rsvp_for_event":"","_tribe_ticket_going_count":"","_tribe_ticket_not_going_count":"","_tribe_tickets_list":"[]","_tribe_ticket_has_attendee_info_fields":false,"_EventAllDay":false,"_EventTimezone":"","_EventStartDate":"","_EventEndDate":"","_EventStartDateUTC":"","_EventEndDateUTC":"","_EventShowMap":false,"_EventShowMapLink":false,"_EventURL":"","_EventCost":"","_EventCostDescription":"","_EventCurrencySymbol":"","_EventCurrencyCode":"","_EventCurrencyPosition":"","_EventDateTimeSeparator":"","_EventTimeRangeSeparator":"","_EventOrganizerID":[],"_EventVenueID":[],"_OrganizerEmail":"","_OrganizerPhone":"","_OrganizerWebsite":"","_VenueAddress":"","_VenueCity":"","_VenueCountry":"","_VenueProvince":"","_VenueState":"","_VenueZip":"","_VenuePhone":"","_VenueURL":"","_VenueStateProvince":"","_VenueLat":"","_VenueLng":"","_VenueShowMap":false,"_VenueShowMapLink":false,"_kadence_starter_templates_imported_post":false,"_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,"footnotes":"","_tec_slr_enabled":"","_tec_slr_layout":""},"class_list":["post-2090","page","type-page","status-publish","hentry"],"ticketed":false,"_links":{"self":[{"href":"https:\/\/visionnetworkcamp.org\/ko\/wp-json\/wp\/v2\/pages\/2090","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/visionnetworkcamp.org\/ko\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/visionnetworkcamp.org\/ko\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/visionnetworkcamp.org\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/visionnetworkcamp.org\/ko\/wp-json\/wp\/v2\/comments?post=2090"}],"version-history":[{"count":0,"href":"https:\/\/visionnetworkcamp.org\/ko\/wp-json\/wp\/v2\/pages\/2090\/revisions"}],"wp:attachment":[{"href":"https:\/\/visionnetworkcamp.org\/ko\/wp-json\/wp\/v2\/media?parent=2090"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}