{"id":668,"date":"2025-02-13T01:53:56","date_gmt":"2025-02-13T01:53:56","guid":{"rendered":"https:\/\/amigayquiz.com\/?page_id=668"},"modified":"2025-02-13T07:22:35","modified_gmt":"2025-02-13T07:22:35","slug":"am-i-lesbian-quiz","status":"publish","type":"page","link":"https:\/\/amigayquiz.com\/ko\/am-i-lesbian-quiz\/","title":{"rendered":"\ub098\ub294 \ub808\uc988\ube44\uc5b8\uc778\uac00 \ud034\uc988"},"content":{"rendered":"<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-d4f7d3f\" id=\"gspb_row-id-gsbp-d4f7d3f\"><div class=\"gspb_row__content\"> \n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-f701469\" id=\"gspb_col-id-gsbp-f701469\">\n<section class=\"wp-block-greenshift-blocks-row alignfull gspb_row gspb_row-id-gsbp-a2da9fe\" id=\"gspb_row-id-gsbp-a2da9fe\"><div class=\"gspb_row__content\"> \n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-acb81c9\" id=\"gspb_col-id-gsbp-acb81c9\">\n<style>\n    .quiz-wrapper {\n        font-family: Arial, sans-serif;\n        max-width: 800px;\n        margin: 0 auto;\n        padding: 20px;\n    }\n    .quiz-container {\n        background-color: white;\n        padding: 20px;\n        border-radius: 10px;\n        box-shadow: 0 0 10px rgba(255,182,193,0.3);\n    }\n    .question {\n        margin-bottom: 20px;\n        padding: 15px;\n        border: 1px solid #ffb6c1;\n        border-radius: 5px;\n        display: none;\n    }\n    .question.active {\n        display: block;\n    }\n    .options {\n        display: grid;\n        gap: 10px;\n        margin-top: 10px;\n    }\n    .option {\n        padding: 10px;\n        border: 1px solid #ffb6c1;\n        border-radius: 5px;\n        cursor: pointer;\n        transition: background-color 0.3s;\n    }\n    .option:hover {\n        background-color: #ffe4e8;\n    }\n    .option.selected {\n        background-color: #ffb6c1;\n        color: white;\n    }\n    .navigation {\n        display: flex;\n        justify-content: space-between;\n        margin-top: 20px;\n    }\n    .quiz-btn {\n        padding: 10px 20px;\n        border: none;\n        border-radius: 5px;\n        background-color: #ff69b4;\n        color: white;\n        cursor: pointer;\n        transition: background-color 0.3s;\n    }\n    .quiz-btn:hover {\n        background-color: #ff1493;\n    }\n    .quiz-btn:disabled {\n        background-color: #ffb6c1;\n        cursor: not-allowed;\n    }\n    .result {\n        display: none;\n        text-align: center;\n        margin-top: 20px;\n    }\n    .progress-bar {\n        width: 100%;\n        height: 10px;\n        background-color: #ffe4e8;\n        border-radius: 5px;\n        margin-bottom: 20px;\n    }\n    .progress {\n        height: 100%;\n        background-color: #ff69b4;\n        border-radius: 5px;\n        transition: width 0.3s;\n    }\n    .quiz-title {\n        color: #ff1493;\n        text-align: center;\n        margin-bottom: 20px;\n    }\n<\/style>\n\n<div class=\"quiz-wrapper\">\n    <h1 class=\"quiz-title\">\ub098\ub294 \ub808\uc988\ube44\uc5b8\uc778\uac00 \ud034\uc988<\/h1>\n    <div class=\"quiz-container\">\n        <div class=\"progress-bar\">\n            <div class=\"progress\" style=\"width: 0%\"><\/div>\n        <\/div>\n        <div id=\"quiz-questions\"><\/div>\n        <div class=\"navigation\">\n            <button id=\"quiz-prevBtn\" class=\"quiz-btn\" onclick=\"quizPreviousQuestion()\" disabled>\uc774\uc804\uc758<\/button>\n            <button id=\"quiz-nextBtn\" class=\"quiz-btn\" onclick=\"quizNextQuestion()\">\ub2e4\uc74c<\/button>\n        <\/div>\n        <div class=\"result\" id=\"quiz-result\">\n            <h2>\ud034\uc988 \uacb0\uacfc<\/h2>\n            <p id=\"quiz-score\"><\/p>\n            <p id=\"quiz-interpretation\"><\/p>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n    const quizQuestions = [\n        {\n            question: \"Have you ever felt romantic or sexual attraction towards women?\",\n            options: [\"Frequently\", \"Occasionally\", \"Rarely\", \"Never\"]\n        },\n        {\n            question: \"Have you ever felt romantic or sexual attraction towards men?\",\n            options: [\"Never\", \"Rarely\", \"Occasionally\", \"Frequently\"]\n        },\n        {\n            question: \"Have you ever been in a romantic or sexual relationship with a woman?\",\n            options: [\"Frequently\", \"Occasionally\", \"Rarely\", \"Never\"]\n        },\n        {\n            question: \"Have you ever been in a romantic or sexual relationship with a man?\",\n            options: [\"Never\", \"Rarely\", \"Occasionally\", \"Frequently\"]\n        },\n        {\n            question: \"Have you ever fantasized about being with a woman?\",\n            options: [\"Frequently\", \"Occasionally\", \"Rarely\", \"Never\"]\n        },\n        {\n            question: \"Have you ever fantasized about being with a man?\",\n            options: [\"Never\", \"Rarely\", \"Occasionally\", \"Frequently\"]\n        },\n        {\n            question: \"Do you find yourself attracted to women's appearance or behavior?\",\n            options: [\"Frequently\", \"Occasionally\", \"Rarely\", \"Never\"]\n        },\n        {\n            question: \"Do you find yourself attracted to men's appearance or behavior?\",\n            options: [\"Never\", \"Rarely\", \"Occasionally\", \"Frequently\"]\n        },\n        {\n            question: \"In social situations, do you prefer to connect with women?\",\n            options: [\"Frequently\", \"Occasionally\", \"Rarely\", \"Never\"]\n        },\n        {\n            question: \"In social situations, do you prefer to connect with men?\",\n            options: [\"Never\", \"Rarely\", \"Occasionally\", \"Frequently\"]\n        },\n        {\n            question: \"Do you feel envious or desirous of women's romantic relationships?\",\n            options: [\"Frequently\", \"Occasionally\", \"Rarely\", \"Never\"]\n        },\n        {\n            question: \"Do you feel envious or desirous of men's romantic relationships?\",\n            options: [\"Never\", \"Rarely\", \"Occasionally\", \"Frequently\"]\n        },\n        {\n            question: \"Do you feel lonely or desire a romantic relationship when not with a man?\",\n            options: [\"Frequently\", \"Occasionally\", \"Rarely\", \"Never\"]\n        },\n        {\n            question: \"Do you feel lonely or desire a romantic relationship when not with a woman?\",\n            options: [\"Never\", \"Rarely\", \"Occasionally\", \"Frequently\"]\n        },\n        {\n            question: \"Do you feel particularly excited or satisfied with romantic or sexual relationships with women?\",\n            options: [\"Frequently\", \"Occasionally\", \"Rarely\", \"Never\"]\n        },\n        {\n            question: \"Do you feel particularly excited or satisfied with romantic or sexual relationships with men?\",\n            options: [\"Never\", \"Rarely\", \"Occasionally\", \"Frequently\"]\n        }\n    ];\n\n    let quizCurrentQuestion = 0;\n    let quizAnswers = new Array(16).fill(null);\n\n    function createQuizQuestions() {\n        const container = document.getElementById('quiz-questions');\n        quizQuestions.forEach((q, index) => {\n            const div = document.createElement('div');\n            div.className = `question ${index === 0 ? 'active' : ''}`;\n            div.innerHTML = `\n                <h3>Question ${index + 1}\/16<\/h3>\n                <p>${q.question}<\/p>\n                <div class=\"options\">\n                    ${q.options.map((opt, i) => `\n                        <div class=\"option\" onclick=\"selectQuizOption(${index}, ${i})\">${opt}<\/div>\n                    `).join('')}\n                <\/div>\n            `;\n            container.appendChild(div);\n        });\n    }\n\n    function selectQuizOption(questionIndex, optionIndex) {\n        const options = document.querySelectorAll(`.question:nth-child(${questionIndex + 1}) .option`);\n        options.forEach(opt => opt.classList.remove('selected'));\n        options[optionIndex].classList.add('selected');\n        quizAnswers[questionIndex] = 3 - optionIndex;\n        updateQuizNextButton();\n    }\n\n    function updateQuizNextButton() {\n        const nextBtn = document.getElementById('quiz-nextBtn');\n        if (quizCurrentQuestion === quizQuestions.length - 1) {\n            nextBtn.textContent = 'Show Results';\n        }\n    }\n\n    function quizPreviousQuestion() {\n        if (quizCurrentQuestion > 0) {\n            document.querySelectorAll('.question')[quizCurrentQuestion].classList.remove('active');\n            quizCurrentQuestion--;\n            document.querySelectorAll('.question')[quizCurrentQuestion].classList.add('active');\n            document.getElementById('quiz-prevBtn').disabled = quizCurrentQuestion === 0;\n            document.getElementById('quiz-nextBtn').textContent = 'Next';\n            updateQuizProgress();\n        }\n    }\n\n    function quizNextQuestion() {\n        if (quizAnswers[quizCurrentQuestion] === null) {\n            alert('Please select an option before continuing');\n            return;\n        }\n\n        if (quizCurrentQuestion < quizQuestions.length - 1) {\n            document.querySelectorAll('.question')[quizCurrentQuestion].classList.remove('active');\n            quizCurrentQuestion++;\n            document.querySelectorAll('.question')[quizCurrentQuestion].classList.add('active');\n            document.getElementById('quiz-prevBtn').disabled = false;\n            updateQuizProgress();\n        } else {\n            showQuizResult();\n        }\n    }\n\n    function updateQuizProgress() {\n        const progress = ((quizCurrentQuestion + 1) \/ quizQuestions.length) * 100;\n        document.querySelector('.progress').style.width = `${progress}%`;\n    }\n\n    function showQuizResult() {\n        const totalScore = quizAnswers.reduce((sum, score) => sum + (score || 0), 0);\n        document.querySelectorAll('.question').forEach(q => q.style.display = 'none');\n        document.querySelector('.navigation').style.display = 'none';\n        document.querySelector('.progress-bar').style.display = 'none';\n        \n        const result = document.getElementById('quiz-result');\n        const score = document.getElementById('quiz-score');\n        const interpretation = document.getElementById('quiz-interpretation');\n        \n        score.textContent = `Total Score: ${totalScore} points`;\n        \n        if (totalScore >= 48) {\n            interpretation.textContent = 'Interpretation: Primarily lesbian, with possible mixed feelings';\n        } else if (totalScore >= 32) {\n            interpretation.textContent = 'Interpretation: Bisexual tendencies';\n        } else if (totalScore >= 16) {\n            interpretation.textContent = 'Interpretation: Primarily heterosexual, with possible mixed feelings';\n        } else {\n            interpretation.textContent = 'Interpretation: Primarily heterosexual';\n        }\n        \n        result.style.display = 'block';\n    }\n\n    \/\/ Initialize quiz\n    createQuizQuestions();\n    updateQuizProgress();\n<\/script>\n<\/div>\n <\/div><\/section>\n<\/div>\n <\/div><\/div>\n\n\n\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-11f8a08\" id=\"gspb_row-id-gsbp-11f8a08\"><div class=\"gspb_row__content\"> \n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-f70f076\" id=\"gspb_col-id-gsbp-f70f076\">\n<p><strong>\uc810\uc218 \ud574\uc11d am i lesbian \ud034\uc988: <\/strong> <\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>34\u201348<\/strong>: \uc8fc\ub85c \ub808\uc988\ube44\uc5b8\uc774\uc9c0\ub9cc \uac10\uc815\uc774\ub098 \ub9e4\ub825\uc774 \uc5c7\uac08\ub9bc<\/li>\n\n\n\n<li><strong>25\u201333<\/strong>: \uc591\uc131\uc560\uc801 \uacbd\ud5a5, \uc5ec\uc131\uc5d0\uac8c \ub3d9\ub4f1\ud558\uac70\ub098 \ubd80\ubd84\uc801\uc73c\ub85c \ub9e4\ub825\uc744 \ub290\ub080\ub2e4<\/li>\n\n\n\n<li><strong>13\u201324<\/strong>: \uc8fc\ub85c \uc774\uc131\uc560\uc790\uc774\uc9c0\ub9cc \uac00\ub054 \uc5ec\uc131\uc5d0\uac8c \ub9e4\ub825\uc744 \ub290\ub080\ub2e4<\/li>\n\n\n\n<li><strong>0\u201312<\/strong>: \ub300\ubd80\ubd84 \uc774\uc131\uc560\uc790\uc774\uba70 \uc5ec\uc131\uc5d0\uac8c \uac70\uc758 \ub9e4\ub825\uc744 \ub290\ub07c\uc9c0 \ubabb\ud568<\/li>\n<\/ul>\n<\/div>\n <\/div><\/div>\n\n\n\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-cf85a9d\" id=\"gspb_row-id-gsbp-cf85a9d\"><div class=\"gspb_row__content\"> \n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-5315f64\" id=\"gspb_col-id-gsbp-5315f64\">\n<p><strong>\ub098\ub294 \ub808\uc988\ube44\uc5b8\uc778\uac00 \ud034\uc988: \uc790\uae30 \ubc1c\uacac\uc744 \uc704\ud55c \uac00\uc774\ub4dc<\/strong><\/p>\n\n\n\n<p>\uc131\uc801 \uc9c0\ud5a5\uc744 \ud0d0\uad6c\ud558\ub294 \uac83\uc740 \ubcf5\uc7a1\ud558\uace0 \ub54c\ub85c\ub294 \ud63c\ub780\uc2a4\ub7ec\uc6b4 \uc5ec\uc815\uc774 \ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. &quot;\ub098\ub294 <a href=\"https:\/\/en.wikipedia.org\/wiki\/Lesbian\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">\ub808\uc988\ube44\uc5b8<\/a>?\u201d\ub2f9\uc2e0\uc740 \ud63c\uc790\uac00 \uc544\ub2d9\ub2c8\ub2e4. \uc790\uc2e0\uc758 \uc131\uc801 \uc815\uccb4\uc131\uc744 \uc774\ud574\ud558\ub294 \uac83\uc740 \uac1c\uc778\uc801\uc778 \uacfc\uc815\uc774\uba70 \ub9ce\uc740 \uc0ac\ub78c\ub4e4\uc774 \ud034\uc988\uc5d0 \uc758\uc9c0\ud569\ub2c8\ub2e4. <strong>\u201c\ub098\ub294 \ub808\uc988\ube44\uc5b8\uc778\uac00 \ud034\uc988\u201d<\/strong>\uc774\ub7ec\ud55c \uc790\uae30\uc131\ucc30\uc744 \ud0d0\uc0c9\ud558\ub294 \ub370 \ub3c4\uc6c0\uc774 \ub418\ub294 \ub3c4\uad6c\ub85c\uc11c.<\/p>\n\n\n\n<p>\uc774 \uae00\uc5d0\uc11c\ub294 \ud034\uc988\uac00 \uc5b4\ub5bb\uac8c \uc791\ub3d9\ud558\ub294\uc9c0, \ud034\uc988\uac00 \ubb34\uc5c7\uc744 \uc54c\ub824\uc904 \uc218 \uc788\uace0(\uc54c \uc218 \uc5c6\ub294)\uc9c0, \uadf8\ub9ac\uace0 \uc774 \uacfc\uc815\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc790\uc2e0\uc744 \ub354 \uc798 \uc774\ud574\ud560 \uc218 \uc788\ub294 \ubc29\ubc95\uc744 \uc790\uc138\ud788 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ub610\ud55c \ub808\uc988\ube44\uc5b8 \uc815\uccb4\uc131\uc758 \ub2e4\uc591\ud55c \uce21\uba74, \ub808\uc988\ube44\uc5b8 \ucee4\ubba4\ub2c8\ud2f0 \ub0b4\uc758 \ub258\uc559\uc2a4, \uadf8\ub9ac\uace0 \uc139\uc288\uc5bc\ub9ac\ud2f0\uac00 \uc5b4\ub5bb\uac8c \uc720\ub3d9\uc801\uc774\uace0 \ub2e4\uba74\uc801\uc77c \uc218 \uc788\ub294\uc9c0\ub3c4 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-is-the-am-i-lesbian-quiz\"><strong>&quot;\ub098\ub294 \ub808\uc988\ube44\uc5b8\uc778\uac00 \ud034\uc988&quot;\ub780 \ubb34\uc5c7\uc778\uac00?<\/strong><\/h2>\n\n\n\n<p>\uadf8\ub9cc\ud07c <strong>\u201c\ub098\ub294 \ub808\uc988\ube44\uc5b8\uc778\uac00 \ud034\uc988\u201d<\/strong> \uac1c\uc778\uc774 \uc790\uc2e0\uc758 \uac10\uc815, \ub9e4\ub825, \uacfc\uac70 \uacbd\ud5d8\uc744 \ub418\ub3cc\uc544\ubcf4\ub294 \ub370 \ub3c4\uc6c0\uc774 \ub418\ub3c4\ub85d \uc124\uacc4\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774 \ud034\uc988\ub294 \uc77c\ubc18\uc801\uc73c\ub85c \uc77c\ub828\uc758 \uc9c8\ubb38\uc73c\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc73c\uba70, \ub0ad\ub9cc\uc801\uc774\uace0 \uc131\uc801\uc778 \ub9e4\ub825, \uc5ec\uc131\uc5d0 \ub300\ud55c \ud3b8\uc548\ud568, \ub2e4\ub978 \uc0ac\ub78c\uacfc \uac10\uc815\uc801\uc73c\ub85c \uc5b4\ub5bb\uac8c \uc5f0\uacb0\ub418\ub294\uc9c0 \uc54c\uc544\ubcf4\ub294 \ub370 \ub3c4\uc6c0\uc774 \ub429\ub2c8\ub2e4. \ud655\uc815\uc801\uc778 \ud14c\uc2a4\ud2b8\ub294 \uc544\ub2c8\uc9c0\ub9cc \uac10\uc815\uc744 \ub354 \uc798 \uc774\ud574\ud558\ub294 \ubc29\ubc95\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/p>\n\n\n\n<p>\uc608\ub97c \ub4e4\uc5b4, \ud55c \ud034\uc988\ub294 \ub2f9\uc2e0\uc758 \uacfc\uac70 \uad00\uacc4\uc5d0 \ub300\ud574, \ub2f9\uc2e0\uc774 \uc5ec\uc131\uc5d0\uac8c \ub0ad\ub9cc\uc801\uc774\uac70\ub098 \uc131\uc801\uc778 \ub9e4\ub825\uc744 \ub290\ub080 \uc801\uc774 \uc788\ub294\uc9c0, \uadf8\ub9ac\uace0 \ub2f9\uc2e0\uc774 \uc5ec\uc131\uc5d0 \ub300\ud574 \ud658\uc0c1\uc744 \ud488\uace0 \uc788\ub294\uc9c0\uc5d0 \ub300\ud574 \ubb3c\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub2f9\uc2e0\uc758 \ub2f5\ubcc0\uc5d0 \ub530\ub77c, \ub2f9\uc2e0\uc740 \ub2f9\uc2e0\uc774 \ub808\uc988\ube44\uc5b8\uc77c \uac00\ub2a5\uc131\uc774 \uc5bc\ub9c8\ub098 \ub418\ub294\uc9c0\uc5d0 \ub300\ud55c \uc989\uac01\uc801\uc778 \ud53c\ub4dc\ubc31\uc744 \ubc1b\uac8c \ub429\ub2c8\ub2e4.<\/p>\n\n\n\n<p>\uac00\uc7a5 \uc88b\uc740 \uc810\uc740? \uacb0\uacfc\ub97c \ubc1b\uae30 \uc704\ud574 \uc774\uba54\uc77c \uc8fc\uc18c\ub97c \uc81c\uacf5\ud560 \ud544\uc694\uc870\ucc28 \uc5c6\uc5b4\uc11c, \uc131\uc801 \ucde8\ud5a5\uc744 \uc131\ucc30\ud560 \uc218 \uc788\ub294 \ube44\uacf5\uac1c\uc801\uc774\uace0 \uc811\uadfc \uac00\ub2a5\ud55c \ubc29\ubc95\uc774 \ub429\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \uc774\uac83\uc740 \uc9c4\ub2e8\uc774 \uc544\ub2c8\ub77c \uc131\ucc30\uc744 \uc704\ud55c \ub3c4\uad6c\ub77c\ub294 \uac83\uc744 \uae30\uc5b5\ud558\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"am-i-really-a-lesbian-how-to-know\"><strong>\ub0b4\uac00 \uc815\ub9d0 \ub808\uc988\ube44\uc5b8\uc778\uac00? \uc5b4\ub5bb\uac8c \uc54c \uc218 \uc788\uc744\uae4c<\/strong><\/h2>\n\n\n\n<p>\uc131\uc801 \uc9c0\ud5a5\uc744 \ud30c\uc545\ud558\ub294 \uac83\uc740 \ub9e4\uc6b0 \uac1c\uc778\uc801\uc774\uace0 \uc9c4\ud654\ud558\ub294 \uacfc\uc815\uc774 \ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc5ec\uc815\uc744 \ud0d0\uc0c9\ud558\uba74\uc11c \uace0\ub824\ud560 \uc218 \uc788\ub294 \uba87 \uac00\uc9c0 \uc9c8\ubb38\uacfc \ub2e8\uacc4\uac00 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"reflect-on-your-feelings-toward-women\"><strong>\uc5ec\uc131\uc5d0 \ub300\ud55c \ub2f9\uc2e0\uc758 \uac10\uc815\uc744 \ubc18\uc131\ud574\ubcf4\uc138\uc694<\/strong><\/h3>\n\n\n\n<p>\ub808\uc988\ube44\uc5b8\uc778\uc9c0 \ud310\ub2e8\ud560 \ub54c \uac00\uc7a5 \uae30\ubcf8\uc801\uc778 \uc9c8\ubb38\uc740 \uc5ec\uc131\uc5d0\uac8c \ub0ad\ub9cc\uc801 \ub610\ub294 \uc131\uc801\uc73c\ub85c \ub04c\ub9ac\ub294\uc9c0 \uc5ec\ubd80\uc785\ub2c8\ub2e4. \uc2dc\uac04\uc744 \ub0b4\uc5b4 \uacfc\uac70 \uacbd\ud5d8\uacfc \uc5ec\uc131 \uc8fc\ubcc0\uc5d0 \uc788\uc744 \ub54c \uc5b4\ub5a4 \uae30\ubd84\uc778\uc9c0 \uc0dd\uac01\ud574\ubcf4\uc138\uc694. \ub04c\ub9bc, \uc695\ub9dd \ub610\ub294 \uac10\uc815\uc801 \uc5f0\uacb0\uc744 \uacbd\ud5d8\ud569\ub2c8\uae4c? \ud034\uc988\uc5d0\uc11c \uc774\ub7ec\ud55c \uac10\uc815\uc744 \uc131\ucc30\ud558\ub3c4\ub85d \uc694\uccad\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"consider-your-past-relationships\"><strong>\uacfc\uac70\uc758 \uad00\uacc4\ub97c \uace0\ub824\ud558\uc138\uc694<\/strong><\/h3>\n\n\n\n<p>\ub2f9\uc2e0\uc758 \uacfc\uac70 \uad00\uacc4\uac00 \ub2f9\uc2e0\uc5d0\uac8c \uc5b4\ub5a4 \uba85\ud655\uc131\uc744 \uc81c\uacf5\ud569\ub2c8\uae4c? \ub9cc\uc57d \ub2f9\uc2e0\uc774 \uc5ec\uc131\uc5d0\uac8c\ub9cc \ub9e4\ub825\uc744 \ub290\uaf08\ub2e4\uba74, \uadf8\uac83\uc740 \ub2f9\uc2e0\uc774 <a href=\"http:\/\/Lesbian\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">\ub808\uc988\ube44\uc5b8<\/a>. \ud558\uc9c0\ub9cc \ub0a8\uc131\uacfc \uad00\uacc4\ub97c \ub9fa\uc5c8\uac70\ub098 \ub450 \uc131\ubcc4\uc5d0 \ubaa8\ub450 \ub04c\ub9b0\ub2e4\uba74 \uc131\uc801 \ucde8\ud5a5\uc774 \ub354 \uc720\ub3d9\uc801\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc5b4\ub5a4 \uacbd\uc6b0\uc5d0\ub294 \uac1c\uc778\uc774 \uc790\uc2e0\uc758 \ub9e4\ub825\uc744 \ubc1b\uc544\ub4e4\uc774\uace0 \uac00\uc7a5 \ud3b8\uc548\ud568\uc744 \ub290\ub07c\ub294 \uacf3\uc744 \ud30c\uc545\ud558\ub294 \ub370 \uc2dc\uac04\uc774 \uac78\ub9b4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"explore-your-fantasies\"><strong>\ub2f9\uc2e0\uc758 \ud658\uc0c1\uc744 \ud0d0\ud5d8\ud558\uc138\uc694<\/strong><\/h3>\n\n\n\n<p>\ud658\uc0c1\uc740 \uc885\uc885 \uc6b0\ub9ac\uc758 \uc228\uaca8\uc9c4 \uc695\ub9dd\uc744 \ubc18\uc601\ud569\ub2c8\ub2e4. \uc5ec\uc131\uc5d0 \ub300\ud55c \ud658\uc0c1\uc774 \uc6b0\uc138\ud558\ub2e4\uba74 \ub808\uc988\ube44\uc5b8\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub9ce\uc740 \ud034\uc988\uc5d0\uc11c \uc774\uc5d0 \ub300\ud574 \uc9c8\ubb38\ud558\uc5ec \ub2f9\uc2e0\uc758 \ud658\uc0c1\uc774 \ub808\uc988\ube44\uc5b8 \uc815\uccb4\uc131\uacfc \uc77c\uce58\ud558\ub294\uc9c0 \uace0\ub824\ud558\ub294 \ub370 \ub3c4\uc6c0\uc744 \uc90d\ub2c8\ub2e4.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"pay-attention-to-how-you-feel\"><strong>\ub2f9\uc2e0\uc774 \uc5b4\ub5bb\uac8c \ub290\ub07c\ub294\uc9c0\uc5d0 \uc8fc\uc758\ub97c \uae30\uc6b8\uc774\uc2ed\uc2dc\uc624<\/strong><\/h3>\n\n\n\n<p>\ub54c\ub54c\ub85c \uc6b0\ub9ac\uc758 \uac10\uc815\uc740 \uc6b0\ub9ac\uc758 \uc131\uc801 \uc9c0\ud5a5\uc5d0 \ub300\ud55c \uc911\uc694\ud55c \ub2e8\uc11c\ub97c \uc904 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub2f9\uc2e0\uc740 \ub0a8\uc131\ubcf4\ub2e4 \uc5ec\uc131\uacfc \ub354 \ud3b8\uc548\ud568\uc744 \ub290\ub07c\uc2ed\ub2c8\uae4c? \ub9cc\uc57d \ub2f9\uc2e0\uc774 \uc5ec\uc131\uc5d0\uac8c \uae4a\uc740 \uac10\uc815\uc801 \uc5f0\uacb0\uacfc \ub9e4\ub825\uc744 \ub290\ub080\ub2e4\uba74, \uc774\uac83\uc740 \uc911\uc694\ud55c \uc2e0\ud638\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"seek-support-from-others\"><strong>\ub2e4\ub978 \uc0ac\ub78c\uc758 \uc9c0\uc6d0\uc744 \uad6c\ud558\uc2ed\uc2dc\uc624<\/strong><\/h3>\n\n\n\n<p>\uc131\uc801 \uc9c0\ud5a5\uc744 \ubc1b\uc544\ub4e4\uc774\ub294 \uac83\uc740 \ud56d\uc0c1 \uc26c\uc6b4 \uc77c\uc740 \uc544\ub2c8\uc9c0\ub9cc, \uc0b6 \uc18d\uc5d0\uc11c \uc9c0\uc9c0\ud574\uc8fc\ub294 \uc0ac\ub78c\ub4e4\uacfc \uc774\uc57c\uae30\ud558\ub294 \uac83\uc740 \ub3c4\uc6c0\uc774 \ub429\ub2c8\ub2e4. \uce5c\uad6c, \uac00\uc871, \uc2ec\uc9c0\uc5b4 \uc804\ubb38 \uce58\ub8cc\uc0ac\uc870\ucc28\ub3c4 \uc548\ub0b4\uc640 \uc774\ud574\ub97c \uc81c\uacf5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc628\ub77c\uc778\uacfc \uc624\ud504\ub77c\uc778\uc758 LGBTQ+ \uadf8\ub8f9\ub3c4 \uacbd\ud5d8\uc744 \uacf5\uc720\ud558\uace0 \uc9c0\uc6d0\uc744 \ubc1b\uae30\uc5d0 \uadc0\uc911\ud55c \uacf5\uac04\uc785\ub2c8\ub2e4.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"remember-no-quiz-can-define-you\"><strong>\uae30\uc5b5\ud558\uc138\uc694, \uc5b4\ub5a4 \ud034\uc988\ub3c4 \ub2f9\uc2e0\uc744 \uc815\uc758\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4<\/strong><\/h3>\n\n\n\n<p>\uc544\ubb34\ub9ac \uc815\ud655\ud558\ub2e4\uace0 \ub290\uaef4\uc9c0\ub354\ub77c\ub3c4 \uc5b4\ub5a4 \ud034\uc988\ub3c4 \uc790\uc2e0\uc758 \uc790\uae30 \ubc1c\uacac\uc744 \ub300\uccb4\ud560 \uc218 \uc5c6\ub2e4\ub294 \uac83\uc744 \uae30\uc5b5\ud558\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4. \uc139\uc288\uc5bc\ub9ac\ud2f0\ub294 \ubcf5\uc7a1\ud558\uace0 \uc720\ub3d9\uc801\uc774\uba70 \uac1c\uc778\uc801\uc785\ub2c8\ub2e4. \ud034\uc988\ub294 \uc2dc\uc791\uc810\uc744 \uc81c\uacf5\ud560 \uc218 \uc788\uc9c0\ub9cc, \uc790\uc2e0\uc758 \uc815\uccb4\uc131\uc744 \uc815\uc758\ud560 \uc218 \uc788\ub294 \uc0ac\ub78c\uc740 \uc624\uc9c1 \ub2f9\uc2e0\ubfd0\uc785\ub2c8\ub2e4.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"types-of-lesbian-identities\"><strong>\ub808\uc988\ube44\uc5b8 \uc815\uccb4\uc131\uc758 \uc720\ud615<\/strong><\/h2>\n\n\n\n<p>\ub808\uc988\ube44\uc5b8 \uc815\uccb4\uc131\uc740 \ub2e8\uc77c\uc801\uc774\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ub2e4\uc591\ud55c \ud45c\ud604, \ubbf8\ud559, \uacbd\ud5d8\uc744 \ud3ec\uad04\ud569\ub2c8\ub2e4. \ub808\uc988\ube44\uc5b8 \ucee4\ubba4\ub2c8\ud2f0\uc5d0\ub294 \ub2e4\uc591\ud55c \uc120\ud638\ub3c4, \uc131\uc801 \ud45c\ud604, \ub0ad\ub9cc\uc801\/\uc131\uc801 \uc5ed\ud559\uc744 \uac00\uc9c4 \uc0ac\ub78c\ub4e4\uc774 \ud3ec\ud568\ub429\ub2c8\ub2e4. \uac00\uc7a5 \uc77c\ubc18\uc801\uc778 \ub808\uc988\ube44\uc5b8 \uc815\uccb4\uc131 \uc720\ud615\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"butch-lesbians\"><strong>\ubd80\uce58 \ub808\uc988\ube44\uc5b8<\/strong><\/h3>\n\n\n\n<p>\ubd80\uce58 \ub808\uc988\ube44\uc5b8\uc740 \uc885\uc885 \uc2a4\ud0c0\uc77c, \ub9e4\ub108\ub9ac\uc998, \ud589\ub3d9\uc5d0\uc11c \ub0a8\uc131\uc131\uc744 \ud45c\ud604\ud569\ub2c8\ub2e4. \uadf8\ub4e4\uc740 \ub354 \ub0a8\uc131\uc801\uc778 \uc637\uc744 \uc785\uace0, \uc9e7\uc740 \uba38\ub9ac\ub97c \ud558\uace0, \uad00\uacc4\uc5d0\uc11c \ub354 &quot;\uc131 \uc911\ub9bd\uc801&quot; \ub610\ub294 &quot;\ub0a8\uc131\uc801&quot; \ud2b9\uc131\uc744 \uc120\ud638\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubd80\uce58 \ub808\uc988\ube44\uc5b8\uc740 &quot;\uc2a4\ud1a4 \ubd80\uce58&quot;, &quot;\uc54c\ud30c&quot;, &quot;\uc6b4\ub3d9\uc120\uc218&quot; \ub610\ub294 &quot;\ubcf4\uc774 \ubca0\uc774\ube0c&quot;\uc640 \uac19\uc740 \ub77c\ubca8\ub85c \uc790\uc2e0\uc744 \uc2dd\ubcc4\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"femme-lesbians\"><strong>\ud398\ubbc0 \ub808\uc988\ube44\uc5b8<\/strong><\/h3>\n\n\n\n<p>\ubc18\uba74 \ud398\ubbc0 \ub808\uc988\ube44\uc5b8\uc740 \uc678\ubaa8\uc640 \ud589\ub3d9\uc5d0\uc11c \uc5ec\uc131\uc131\uc744 \uc218\uc6a9\ud569\ub2c8\ub2e4. \uc774\ub294 \ud654\uc7a5\uc744 \ud558\uace0, \ubcf4\ub2e4 \uc804\ud1b5\uc801\uc73c\ub85c \uc5ec\uc131\uc2a4\ub7ec\uc6b4 \uc637\uc744 \uc785\uace0, \uc628\ud654\ud55c \ud0dc\ub3c4\ub97c \uc720\uc9c0\ud558\ub294 \uac83\uc744 \uc758\ubbf8\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub610\ud55c &quot;\ub9bd\uc2a4\ud2f1 \ub808\uc988\ube44\uc5b8&quot;\uc774\ub098 &quot;\uc6b8\ud2b8\ub77c \ud398\ubbc0&quot;\uc640 \uac19\uc740 \ud398\ubbc0\uc758 \ud558\uc704 \ubc94\uc8fc\ub3c4 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"chapstick-lesbians\"><strong>\ucc55\uc2a4\ud2f1 \ub808\uc988\ube44\uc5b8<\/strong><\/h3>\n\n\n\n<p>\uc774\ub7f0 \uc0ac\ub78c\ub4e4\uc740 \ub0a8\uc131\uc801 \ub610\ub294 \uc5ec\uc131\uc801 \uaddc\ubc94\uc744 \uc5c4\uaca9\ud788 \uace0\uc218\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ub300\uc2e0, \ub458 \ub2e4\uc758 \ud2b9\uc131\uc744 \uc11e\uc5b4\uc11c \ub354 \uc591\uc131\uc801\uc774\uac70\ub098 \uc720\ub3d9\uc801\uc778 \ubaa8\uc2b5\uc744 \ubcf4\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub7f0 \ub808\uc988\ube44\uc5b8\uc744 &quot;\uc18c\ud504\ud2b8 \ubd80\uce58&quot; \ub610\ub294 &quot;\ube14\ub8e8 \uc9c4&quot; \ub808\uc988\ube44\uc5b8\uc774\ub77c\uace0 \ubd80\ub974\ub294 \uac83\uc744 \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"sporty-lesbians\"><strong>\uc2a4\ud3ec\ud2f0 \ub808\uc988\ube44\uc5b8<\/strong><\/h3>\n\n\n\n<p>\uc2a4\ud3ec\ud2f0 \ub808\uc988\ube44\uc5b8\uc740 \uc885\uc885 \uc6b4\ub3d9\uc801\uc774\uace0 \ud65c\ub3d9\uc801\uc785\ub2c8\ub2e4. \uadf8\ub4e4\uc740 \uccb4\uc721\uad00, \uc6b4\ub3d9\uc7a5 \ub610\ub294 \ub2e4\ub978 \uc2e0\uccb4\uc801\uc73c\ub85c \ud798\ub4e0 \ud658\uacbd\uc5d0\uc11c \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uadf8\ub4e4\uc758 \uc815\uccb4\uc131\uc740 \uac74\uac15, \uaddc\uc728, \ud798\uc744 \uac15\uc870\ud569\ub2c8\ub2e4.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"top-dominant-vs-bottom-submissive\"><strong>\uc0c1\uc704\/\uc9c0\ubc30 vs. \ud558\uc704\/\ubcf5\uc885<\/strong><\/h3>\n\n\n\n<p>\ub808\uc988\ube44\uc5b8 \uad00\uacc4 \ub0b4\uc758 \uc131\uc801 \uc5ed\ud559\uc740 \ub610\ud55c \ud55c \uc0ac\ub78c\uc758 \uc815\uccb4\uc131\uc758 \uc911\uc694\ud55c \ubd80\ubd84\uc774 \ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. &quot;\uc0c1\uc704&quot; \ub808\uc988\ube44\uc5b8\uc740 \uc9c0\ubc30\uc801\uc774\uac70\ub098 \uc801\uadf9\uc801\uc778 \uc5ed\ud560\uc744 \ud558\ub294 \uac83\uc744 \uc120\ud638\ud558\ub294 \ubc18\uba74, &quot;\ud558\uc704&quot; \ub808\uc988\ube44\uc5b8\uc740 \ubcf4\ub2e4 \ubcf5\uc885\uc801\uc778 \uc5ed\ud560\uc744 \uc120\ud638\ud569\ub2c8\ub2e4. &quot;\uc2a4\uc704\uce58&quot; \ub808\uc988\ube44\uc5b8\uc740 \uad00\uacc4 \uc5ed\ud559\uc774\ub098 \uae30\ubd84\uc5d0 \ub530\ub77c \ub450 \uc5ed\ud560 \ubaa8\ub450\uc5d0\uc11c \ud3b8\uc548\ud568\uc744 \ub290\ub084 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-accurate-are-these-quizzes-in-determining-sexual-orientation\"><strong>\uc131\uc801 \uc9c0\ud5a5\uc744 \ud310\ubcc4\ud558\ub294 \ub370 \uc788\uc5b4\uc11c \uc774\ub7ec\ud55c \ud034\uc988\ub294 \uc5bc\ub9c8\ub098 \uc815\ud655\ud560\uae4c\uc694?<\/strong><\/h2>\n\n\n\n<p>\ud034\uc988\ub294 \uc790\uae30\uc131\ucc30\uc744 \uc548\ub0b4\ud558\ub294 \ub370 \ub3c4\uc6c0\uc774 \ub420 \uc218 \uc788\uc9c0\ub9cc, \uacb0\ucf54 \uc644\ubcbd\ud558\uac70\ub098 \ud655\uc815\uc801\uc774\uc9c0\ub294 \uc54a\uc2b5\ub2c8\ub2e4. \uc774\ub7ec\ud55c \ud034\uc988\uc758 \uc815\ud655\uc131\uc5d0 \uc601\ud5a5\uc744 \ubbf8\uce58\ub294 \uba87 \uac00\uc9c0 \uc694\uc18c\uac00 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>\uc131\uc801 \ubcf5\uc7a1\uc131:<\/strong> \uc131\uc801 \ub9e4\ub825\uc740 \ub2e4\uba74\uc801\uc785\ub2c8\ub2e4. \ub9e4\ub825\uc740 \ub0ad\ub9cc\uc801, \uc131\uc801 \ub610\ub294 \uac10\uc815\uc801\uc77c \uc218 \uc788\uc73c\uba70 \ub2e4\uc591\ud55c \uc131 \uc815\uccb4\uc131\uc744 \ud3ec\ud568\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud034\uc988\ub294 \ub2f9\uc2e0\uc758 \uac10\uc815\uc758 \uc804\uccb4 \ubcf5\uc7a1\uc131\uc744 \ud3ec\ucc29\ud558\uc9c0 \ubabb\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n\n\n\n<li><strong>\uc790\uccb4 \ubcf4\uace0 \uc81c\ud55c \uc0ac\ud56d:<\/strong> \ub9ce\uc740 \ud034\uc988\ub294 \uc790\uae30 \ubcf4\uace0 \ub2f5\ubcc0\uc5d0 \uc758\uc874\ud558\ub294\ub370, \uc774\ub294 \uac1c\uc778\uc801 \ud3b8\uacac, \ud3b8\uc548\ud568\uc758 \uc815\ub3c4 \ub610\ub294 \uc9c8\ubb38\uc5d0 \ub300\ud55c \uc624\ud574\uc758 \uc601\ud5a5\uc744 \ubc1b\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n\n\n\n<li><strong>\uc131\uc801 \uc9c0\ud5a5\uc758 \uc720\ub3d9\uc131:<\/strong> \uc131\uc801 \uc9c0\ud5a5\uc740 \uace0\uc815\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc0ac\ub78c\ub4e4\uc740 \uc2dc\uac04\uc774 \uc9c0\ub0a8\uc5d0 \ub530\ub77c \ub2e4\ub978 \uc131\ubcc4\uc5d0 \ub300\ud55c \ub9e4\ub825\uc744 \uacbd\ud5d8\ud558\uac70\ub098 \ub2e4\uc591\ud55c \uac10\uc815\uc744 \uac00\uc9c8 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc624\ub298 \ud034\uc988\uc5d0 \ub300\ud55c \ub2f5\ubcc0\uc740 \ubbf8\ub798\uc5d0 \uc790\uc2e0\uc5d0 \ub300\ud574 \ub354 \ub9ce\uc774 \uc54c\uac8c \ub428\uc5d0 \ub530\ub77c \ub2f5\ubcc0\uacfc \ub2e4\ub97c \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"do-these-quizzes-help-you-understand-your-feelings-better\"><strong>\uc774\ub7ec\ud55c \ud034\uc988\uac00 \uc790\uc2e0\uc758 \uac10\uc815\uc744 \ub354 \uc798 \uc774\ud574\ud558\ub294 \ub370 \ub3c4\uc6c0\uc774 \ub420\uae4c\uc694?<\/strong><\/h2>\n\n\n\n<p>\ub2e4\uc74c\uacfc \uac19\uc740 \ud034\uc988\ub97c \ud480\ub2e4 <strong>\u201c\ub098\ub294 \ub808\uc988\ube44\uc5b8\uc778\uac00 \ud034\uc988\u201d<\/strong> \uc790\uae30\uc131\ucc30\uc744 \uc704\ud55c \ud6cc\ub96d\ud55c \ucd9c\ubc1c\uc810\uc774 \ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uadf8\uac83\uc740 \ub2f9\uc2e0\uc774 \ub2f9\uc2e0\uc758 \uac10\uc815, \uc695\ub9dd, \ub9e4\ub825\uc758 \ud328\ud134\uc744 \uc774\ud574\ud558\ub294 \ub370 \ub3c4\uc6c0\uc774 \ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \ud034\uc988 \uacb0\uacfc\ub294 \uadf8 \uacfc\uc815\uc758 \uc77c\ubd80\uc77c \ubfd0\uc785\ub2c8\ub2e4. \ub9ce\uc740 \uc0ac\ub78c\ub4e4\uc774 \ud034\uc988\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc2e0\ub8b0\ud560 \uc218 \uc788\ub294 \uc0ac\ub78c\uacfc\uc758 \ucd94\uac00 \ud0d0\uc0c9\uc774\ub098 \ub300\ud654\ub97c \uc548\ub0b4\ud569\ub2c8\ub2e4.<\/p>\n\n\n\n<p>\uae30\uc5b5\ud558\uc138\uc694, \ud034\uc988 \uacb0\uacfc\ub294 \ub2f9\uc2e0\uc758 \ud604\uc7ac \uac10\uc815\uc5d0 \ub300\ud55c \uc2a4\ub0c5\uc0f7\uc77c \ubfd0\uc785\ub2c8\ub2e4. \uc774 \uc5ec\uc815\uc5d0\uc11c \uac00\uc7a5 \uc911\uc694\ud55c \ubd80\ubd84\uc740 \ub2f9\uc2e0\uc774 \uc9c4\uc815\ud55c \uc790\uc544\ub97c \uc131\ucc30\ud558\uace0, \ud0d0\uad6c\ud558\uace0, \ubc1c\uacac\ud558\ub294 \ub370 \uc2dc\uac04\uc744 \ud560\uc560\ud558\ub294 \uac83\uc785\ub2c8\ub2e4.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"the-lesbian-community-and-labels-embrace-your-identity\"><strong>\ub808\uc988\ube44\uc5b8 \ucee4\ubba4\ub2c8\ud2f0\uc640 \ub808\uc774\ube14: \ub2f9\uc2e0\uc758 \uc815\uccb4\uc131\uc744 \uc218\uc6a9\ud558\uc138\uc694<\/strong><\/h2>\n\n\n\n<p>\ub2f9\uc2e0\uc774 \ubd80\uce58, \ud398\ubbc0, \uc18c\ud504\ud2b8 \ubd80\uce58 \ub808\uc988\ube44\uc5b8\uc73c\ub85c \uc815\uccb4\uc131\uc744 \uaddc\uc815\ud558\ub4e0, \ub808\uc988\ube44\uc5b8 \ucee4\ubba4\ub2c8\ud2f0\ub294 \ub2e4\uc591\ud558\uba70 \ubaa8\ub4e0 \uacbd\ud5d8\uc744 \uc704\ud55c \uacf5\uac04\uc774 \uc788\uc2b5\ub2c8\ub2e4. \uc5f4\ub9b0 \ub9c8\uc74c\uc73c\ub85c \uc790\uae30 \ubc1c\uacac\uc758 \uc5ec\uc815\uc744 \ubc1b\uc544\ub4e4\uc774\uc138\uc694. \ub77c\ubca8\uc740 \ud798\uc744 \uc904 \uc218 \uc788\uc9c0\ub9cc \ubaa8\ub4e0 \uc0ac\ub78c\uc5d0\uac8c \ud544\uc694\ud55c \uac83\uc740 \uc544\ub2d9\ub2c8\ub2e4. \uc5b4\ub5a4 \uc0ac\ub78c\ub4e4\uc740 \uc790\uc2e0\uc744 \ub77c\ubca8\ub9c1\ud558\uc9c0 \uc54a\uace0 \ub354 \ub113\uc740 &quot;\ub808\uc988\ube44\uc5b8&quot; \uc815\uccb4\uc131\uc744 \ubc1b\uc544\ub4e4\uc774\uae30\ub85c \uc120\ud0dd\ud569\ub2c8\ub2e4.<\/p>\n\n\n\n<p>&quot;\ub0b4\uac00 \ub808\uc988\ube44\uc5b8\uc778\uac00 \ud034\uc988&quot;\uac00 \ud1b5\ucc30\ub825\uc744 \uc81c\uacf5\ud560 \uc218 \uc788\uc9c0\ub9cc, \uac1c\uc778\uc801\uc778 \uacbd\ud5d8, \uc695\ub9dd, \uac10\uc815\uc744 \uc874\uc911\ud558\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4. \uc790\uc2e0\uc5d0\uac8c \uce5c\uc808\ud558\uace0, \uc9c0\uc6d0\uc744 \uad6c\ud558\uace0, \uc131\uc801 \uc9c0\ud5a5\uc774 \ub2f9\uc2e0\uc758 \uc815\uccb4\uc131\uc758 \uc720\ub3d9\uc801\uc774\uace0 \uc9c4\ud654\ud558\ub294 \ubd80\ubd84\uc774\ub77c\ub294 \uac83\uc744 \uc544\uc2ed\uc2dc\uc624.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"frequently-asked-questions-faqs\"><strong>\uc790\uc8fc \ubb3b\ub294 \uc9c8\ubb38(FAQ)<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"1-how-do-i-know-if-i-m-a-lesbian\"><strong>1. \ub0b4\uac00 \ub808\uc988\ube44\uc5b8\uc778\uc9c0 \uc5b4\ub5bb\uac8c \uc54c \uc218 \uc788\ub098\uc694?<\/strong><\/h3>\n\n\n\n<p>\ub808\uc988\ube44\uc5b8\uc778\uc9c0 \ud655\uc778\ud558\ub824\uba74 \uc790\uc2e0\uc758 \uac10\uc815, \ub9e4\ub825, \uacfc\uac70 \uacbd\ud5d8\uc744 \ub418\ub3cc\uc544\ubcf4\uc138\uc694. \uc5ec\uc131\uc5d0\uac8c \ub0ad\ub9cc\uc801\uc73c\ub85c\ub098 \uc131\uc801\uc73c\ub85c \ub9e4\ub825\uc744 \ub290\ub080\ub2e4\uba74 \ub808\uc988\ube44\uc5b8\uc774\ub77c\ub294 \uc2e0\ud638\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc2dc\uac04\uc744 \ub0b4\uc5b4 \uc774\ub7ec\ud55c \uac10\uc815\uc744 \ud0d0\uad6c\ud574\ubcf4\uc138\uc694.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"2-can-the-am-i-lesbian-quiz-really-tell-me-if-i-m-a-lesbian\"><strong>2. &quot;\ub0b4\uac00 \ub808\uc988\ube44\uc5b8\uc778\uac00 \ud034\uc988&quot;\uac00 \ub0b4\uac00 \ub808\uc988\ube44\uc5b8\uc778\uc9c0 \uc815\ub9d0 \uc54c\ub824\uc904 \uc218 \uc788\ub098\uc694?<\/strong><\/h3>\n\n\n\n<p>\uc5b4\ub5a4 \ud034\uc988\ub3c4 \ub2f9\uc2e0\uc758 \uc131\uc801 \uc9c0\ud5a5\uc744 \ud655\uc2e4\ud558\uac8c \uacb0\uc815\ud560 \uc218\ub294 \uc5c6\uc2b5\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \ud034\uc988\ub294 \uc790\uae30\uc131\ucc30\uc744 \uc704\ud55c \uc720\uc6a9\ud55c \ucd9c\ubc1c\uc810\uc774 \ub420 \uc218 \uc788\uc73c\uba70 \ub2f9\uc2e0\uc758 \uac10\uc815\uc5d0 \ub300\ud55c \ud1b5\ucc30\ub825\uc744 \uc81c\uacf5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"3-what-if-i-m-attracted-to-both-men-and-women\"><strong>3. \ub0a8\uc790\uc640 \uc5ec\uc790 \ubaa8\ub450\uc5d0\uac8c \ub9e4\ub825\uc744 \ub290\ub080\ub2e4\uba74 \uc5b4\ub5a8\uae4c\uc694?<\/strong><\/h3>\n\n\n\n<p>\ub450 \uc131\ubcc4\uc5d0 \ubaa8\ub450 \ub04c\ub9b0\ub2e4\uba74, \uc591\uc131\uc560\uc790 \ub610\ub294 \ubc94\uc131\uc560\uc790\ub85c \uc815\uccb4\uc131\uc744 \uaddc\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc131\uc801 \ucde8\ud5a5\uc740 \uc720\ub3d9\uc801\uc774\uba70, \uc815\uccb4\uc131\uc744 \uaddc\uc815\ud558\ub294 \ub370 \uc633\uace0 \uadf8\ub978 \ubc29\ubc95\uc740 \uc5c6\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"4-can-my-sexual-orientation-change-over-time\"><strong>4. \uc2dc\uac04\uc774 \uc9c0\ub098\uba74\uc11c \uc131\uc801 \uc9c0\ud5a5\uc774 \ubc14\ub014 \uc218 \uc788\ub098\uc694?<\/strong><\/h3>\n\n\n\n<p>\ub124, \uc131\uc801 \uc9c0\ud5a5\uc740 \uc9c4\ud654\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub9ce\uc740 \uc0ac\ub78c\ub4e4\uc740 \uc790\uc2e0\uc5d0 \ub300\ud574 \ub354 \ub9ce\uc774 \uc54c\uac8c \ub418\uba74\uc11c \uc2dc\uac04\uc774 \uc9c0\ub0a8\uc5d0 \ub530\ub77c \uc790\uc2e0\uc758 \uac10\uc815\uacfc \ub9e4\ub825\uc774 \ubcc0\ud55c\ub2e4\ub294 \uac83\uc744 \uc54c\uac8c \ub429\ub2c8\ub2e4.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"5-what-types-of-lesbians-are-there\"><strong>5. \ub808\uc988\ube44\uc5b8\uc5d0\ub294 \uc5b4\ub5a4 \uc720\ud615\uc774 \uc788\ub098\uc694?<\/strong><\/h3>\n\n\n\n<p>\ub808\uc988\ube44\uc5b8\uc5d0\ub294 \ubd80\uce58, \ud398\ubbc0, \uc2a4\ud3ec\ud2f0, \uc18c\ud504\ud2b8 \ubd80\uce58 \ub4f1 \ub2e4\uc591\ud55c \uc720\ud615\uc774 \uc788\uc2b5\ub2c8\ub2e4. \uac01 \uac1c\uc778\uc758 \uc815\uccb4\uc131\uc740 \uace0\uc720\ud558\uace0 \uc720\ud6a8\ud558\uba70 \ub77c\ubca8\uc740 \ud544\uc218\uac00 \uc544\ub2d9\ub2c8\ub2e4.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"6-should-i-seek-professional-help-to-explore-my-sexuality\"><strong>6. \ub0b4 \uc131\uc801 \ucde8\ud5a5\uc744 \ud0d0\uad6c\ud558\uae30 \uc704\ud574 \uc804\ubb38\uac00\uc758 \ub3c4\uc6c0\uc744 \ubc1b\uc544\uc57c \ud560\uae4c\uc694?<\/strong><\/h3>\n\n\n\n<p>\uc131\uc801 \uc9c0\ud5a5\uc5d0 \uc5b4\ub824\uc6c0\uc744 \uacaa\uace0 \uc788\uac70\ub098 \uac10\uc815\uc801 \ub3c4\uc804\uc5d0 \uc9c1\uba74\ud574 \uc788\ub2e4\uba74 \uce58\ub8cc\uc0ac\uc640 \uc0c1\ub2f4\ud558\ub294 \uac83\uc774 \ub3c4\uc6c0\uc774 \ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud6c8\ub828\ub41c \uc804\ubb38\uac00\uc758 \uc9c0\uc6d0\uc774 \uc774 \uacfc\uc815\uc744 \uc548\ub0b4\ud574 \uc904 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<strong> <\/strong><\/p>\n<\/div>\n <\/div><\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_gspb_post_css":"#gspb_row-id-gsbp-11f8a08,#gspb_row-id-gsbp-a2da9fe,#gspb_row-id-gsbp-cf85a9d,#gspb_row-id-gsbp-d4f7d3f{justify-content:space-between;margin-top:0;margin-bottom:0;display:flex;flex-wrap:wrap}#gspb_row-id-gsbp-d4f7d3f>.gspb_row__content{display:flex;justify-content:space-between;margin:0 auto;width:100%;flex-wrap:wrap}.gspb_row{position:relative}div[id^=gspb_col-id]{box-sizing:border-box;position:relative;padding:15px min(3vw,20px)}#gspb_col-id-gsbp-f701469.gspb_row__col--12{width:100%}@media (max-width:575.98px){#gspb_col-id-gsbp-f701469.gspb_row__col--12{width:100%}}#gspb_row-id-gsbp-a2da9fe>.gspb_row__content{display:flex;justify-content:space-between;margin:0 auto;width:100%;flex-wrap:wrap}body.gspb-bodyfront #gspb_row-id-gsbp-a2da9fe>.gspb_row__content,body.gspb-bodyfront #gspb_row-id-gsbp-d4f7d3f>.gspb_row__content{width:var(--theme-container-width, 1200px);max-width:var(--theme-normal-container-max-width, 1200px)}#gspb_col-id-gsbp-acb81c9.gspb_row__col--12{width:100%}@media (max-width:575.98px){#gspb_col-id-gsbp-acb81c9.gspb_row__col--12{width:100%}}#gspb_row-id-gsbp-11f8a08>.gspb_row__content{display:flex;justify-content:space-between;margin:0 auto;width:100%;flex-wrap:wrap;max-width:960px}#gspb_col-id-gsbp-f70f076.gspb_row__col--12{width:100%}@media (max-width:575.98px){#gspb_col-id-gsbp-f70f076.gspb_row__col--12{width:100%}}#gspb_row-id-gsbp-cf85a9d>.gspb_row__content{display:flex;justify-content:space-between;margin:0 auto;width:100%;flex-wrap:wrap;max-width:960px}#gspb_col-id-gsbp-5315f64.gspb_row__col--12{width:100%}@media (max-width:575.98px){#gspb_col-id-gsbp-5315f64.gspb_row__col--12{width:100%}}","footnotes":""},"class_list":["post-668","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/amigayquiz.com\/ko\/wp-json\/wp\/v2\/pages\/668"}],"collection":[{"href":"https:\/\/amigayquiz.com\/ko\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/amigayquiz.com\/ko\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/amigayquiz.com\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/amigayquiz.com\/ko\/wp-json\/wp\/v2\/comments?post=668"}],"version-history":[{"count":6,"href":"https:\/\/amigayquiz.com\/ko\/wp-json\/wp\/v2\/pages\/668\/revisions"}],"predecessor-version":[{"id":680,"href":"https:\/\/amigayquiz.com\/ko\/wp-json\/wp\/v2\/pages\/668\/revisions\/680"}],"wp:attachment":[{"href":"https:\/\/amigayquiz.com\/ko\/wp-json\/wp\/v2\/media?parent=668"}],"curies":[{"name":"\uc6cc\ub4dc\ud504\ub808\uc2a4","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}