{"id":522,"date":"2026-03-07T11:19:51","date_gmt":"2026-03-07T02:19:51","guid":{"rendered":"https:\/\/x-global.it\/classica-x\/?page_id=522"},"modified":"2026-03-07T11:19:52","modified_gmt":"2026-03-07T02:19:52","slug":"chapter-1","status":"publish","type":"page","link":"https:\/\/x-global.it\/classica-x\/kybalion\/preview\/chapter-1\/","title":{"rendered":"Kybalion Chapter 1(Kr)"},"content":{"rendered":"\n<style>\n  \/* ============================================================\n     The Kybalion - Chapter I Preview Page\n     WordPress \uc0ac\uc6a9\uc790 \uc815\uc758 HTML \ube14\ub85d\uc6a9\n     \uae30\uc874 cx-preview-page \ub514\uc790\uc778 \uc2dc\uc2a4\ud15c \uc7ac\uc0ac\uc6a9 (Introduction\uacfc \ub3d9\uc77c)\n     ============================================================ *\/\n  .cx-preview-page {\n    --color-bg: #0a0a0a;\n    --color-bg-elevated: #111111;\n    --color-bg-card: #161616;\n    --color-bg-card-hover: #1a1a1a;\n    --color-surface: #1e1e1e;\n    --color-border: #2a2a2a;\n    --color-border-subtle: #1f1f1f;\n    --color-text-primary: #f0ece6;\n    --color-text-secondary: #d5d0c8;\n    --color-text-tertiary: #a8a298;\n    --color-accent-gold: #c9a96e;\n    --color-accent-gold-dim: #a08a50;\n    --color-accent-gold-bright: #dfc48b;\n    --color-accent-silver: #d4cec6;\n    --color-white: #f5f0ea;\n    --color-tag-bg: rgba(201, 169, 110, 0.08);\n    --color-tag-border: rgba(201, 169, 110, 0.2);\n    --color-link: #c9a96e;\n    --color-link-hover: #dfc48b;\n    --font-display: 'Cormorant Garamond', 'EB Garamond', Georgia, serif;\n    --font-body-kr: 'Noto Sans KR', sans-serif;\n    --font-body-en: 'EB Garamond', Georgia, serif;\n    --max-width: 1200px;\n    --content-width: 780px;\n\n    background-color: var(--color-bg);\n    color: var(--color-text-primary);\n    font-family: var(--font-body-kr);\n    line-height: 1.8;\n    margin: 0 auto;\n    padding: 0;\n    max-width: 100%;\n  }\n\n  .cx-preview-page *,\n  .cx-preview-page *::before,\n  .cx-preview-page *::after {\n    box-sizing: border-box;\n  }\n\n  .cx-preview-page a {\n    color: var(--color-link);\n    text-decoration: none;\n    transition: color 0.3s ease;\n  }\n\n  .cx-preview-page a:hover {\n    color: var(--color-link-hover);\n  }\n\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&family=Noto+Sans+KR:wght@300;400;500;600;700&family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap');\n\n  \/* ---- Breadcrumb ---- *\/\n  .cxp-breadcrumb {\n    max-width: var(--max-width);\n    margin: 0 auto;\n    padding: 1.5rem 2rem 0;\n    font-size: 0.8rem;\n    color: var(--color-text-tertiary);\n    font-family: var(--font-body-kr);\n  }\n  .cxp-breadcrumb a { color: var(--color-text-tertiary); }\n  .cxp-breadcrumb a:hover { color: var(--color-accent-gold); }\n  .cxp-breadcrumb .sep { margin: 0 0.5em; opacity: 0.5; }\n\n  \/* ---- Preview Header ---- *\/\n  .cxp-header {\n    max-width: var(--max-width);\n    margin: 0 auto;\n    padding: 2.5rem 2rem 0;\n  }\n  .cxp-preview-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 0.5em;\n    font-size: 0.7rem;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--color-accent-gold);\n    background: var(--color-tag-bg);\n    border: 1px solid var(--color-tag-border);\n    padding: 0.4em 1em;\n    border-radius: 2px;\n    margin-bottom: 1.2rem;\n  }\n  .cxp-preview-badge::before {\n    content: '';\n    display: inline-block;\n    width: 6px;\n    height: 6px;\n    border-radius: 50%;\n    background: var(--color-accent-gold);\n  }\n  .cxp-book-ref {\n    font-family: var(--font-display);\n    font-size: 1rem;\n    color: var(--color-text-tertiary);\n    margin-bottom: 0.3rem;\n  }\n  .cxp-book-ref a { color: var(--color-accent-gold-dim); }\n  .cxp-book-ref a:hover { color: var(--color-accent-gold); }\n  .cxp-chapter-title {\n    font-family: var(--font-display);\n    font-size: 2.8rem;\n    font-weight: 400;\n    color: var(--color-white);\n    letter-spacing: 0.02em;\n    line-height: 1.15;\n    margin: 0 0 0.15em 0;\n  }\n  .cxp-chapter-kr {\n    font-family: var(--font-body-kr);\n    font-size: 1.3rem;\n    font-weight: 400;\n    color: var(--color-text-secondary);\n    letter-spacing: 0.06em;\n    margin: 0 0 1.5rem 0;\n  }\n  .cxp-meta {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 1.5rem;\n    font-size: 0.8rem;\n    color: var(--color-text-tertiary);\n    padding-bottom: 2rem;\n    border-bottom: 1px solid var(--color-border-subtle);\n  }\n  .cxp-meta-item {\n    display: flex;\n    align-items: center;\n    gap: 0.4em;\n  }\n  .cxp-meta-label { color: var(--color-text-tertiary); }\n  .cxp-meta-value { color: var(--color-text-secondary); }\n\n  \/* ---- Bilingual Content ---- *\/\n  .cxp-content {\n    max-width: var(--content-width);\n    margin: 0 auto;\n    padding: 3rem 2rem;\n  }\n\n  .cxp-para {\n    margin-bottom: 2.5rem;\n    padding-bottom: 2.5rem;\n    border-bottom: 1px solid rgba(42, 42, 42, 0.5);\n  }\n  .cxp-para:last-of-type {\n    border-bottom: none;\n  }\n\n  .cxp-en {\n    font-family: var(--font-body-en);\n    font-size: 1.05rem;\n    font-style: italic;\n    color: var(--color-text-primary);\n    line-height: 1.85;\n    margin-bottom: 1.2rem;\n    padding-left: 1rem;\n    border-left: 2px solid rgba(201, 169, 110, 0.15);\n  }\n\n  .cxp-kr {\n    font-family: var(--font-body-kr);\n    font-size: 0.95rem;\n    color: var(--color-text-secondary);\n    line-height: 1.95;\n  }\n\n  \/* \uc778\uc6a9\ubb38 (\ud0a4\ubc1c\ub9ac\uc628 \uaca9\uc5b8) *\/\n  .cxp-quote-block {\n    margin: 1.2rem 0;\n    padding: 1.2rem 1.5rem;\n    border-left: 2px solid var(--color-accent-gold-dim);\n    background: rgba(201, 169, 110, 0.04);\n  }\n  .cxp-quote-en {\n    font-family: var(--font-body-en);\n    font-size: 1rem;\n    font-style: italic;\n    color: var(--color-text-primary);\n    line-height: 1.7;\n    margin-bottom: 0.5rem;\n  }\n  .cxp-quote-kr {\n    font-family: var(--font-body-kr);\n    font-size: 0.88rem;\n    color: var(--color-text-secondary);\n    line-height: 1.8;\n  }\n\n  \/* Footnote markers *\/\n  .cxp-fn {\n    display: inline;\n    position: relative;\n    cursor: help;\n  }\n  .cxp-fn-num {\n    font-family: var(--font-body-en);\n    font-size: 0.7rem;\n    color: var(--color-accent-gold);\n    vertical-align: super;\n    margin: 0 0.1em;\n    cursor: help;\n  }\n  .cxp-fn-tip {\n    display: none;\n    position: absolute;\n    bottom: calc(100% + 8px);\n    left: 50%;\n    transform: translateX(-50%);\n    background: var(--color-bg-card);\n    border: 1px solid var(--color-border);\n    border-radius: 4px;\n    padding: 0.6rem 0.9rem;\n    font-size: 0.78rem;\n    font-style: normal;\n    color: var(--color-text-secondary);\n    white-space: nowrap;\n    max-width: 320px;\n    white-space: normal;\n    z-index: 100;\n    box-shadow: 0 4px 16px rgba(0,0,0,0.4);\n    line-height: 1.5;\n  }\n  .cxp-fn-tip strong {\n    color: var(--color-accent-gold);\n    font-weight: 500;\n  }\n  .cxp-fn:hover .cxp-fn-tip {\n    display: block;\n  }\n\n  \/* Fade-out overlay for partial content *\/\n  .cxp-fadeout {\n    position: relative;\n  }\n  .cxp-fadeout::after {\n    content: '';\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    right: 0;\n    height: 180px;\n    background: linear-gradient(transparent, var(--color-bg));\n    pointer-events: none;\n  }\n\n  \/* Continue reading CTA *\/\n  .cxp-continue {\n    max-width: var(--content-width);\n    margin: 0 auto;\n    padding: 0 2rem 3rem;\n    text-align: center;\n  }\n  .cxp-continue-box {\n    background: var(--color-bg-elevated);\n    border: 1px solid var(--color-border-subtle);\n    border-radius: 6px;\n    padding: 2.5rem;\n  }\n  .cxp-continue-icon {\n    font-family: var(--font-display);\n    font-size: 2rem;\n    color: var(--color-accent-gold-dim);\n    margin-bottom: 0.8rem;\n    opacity: 0.6;\n  }\n  .cxp-continue-title {\n    font-family: var(--font-display);\n    font-size: 1.4rem;\n    font-weight: 400;\n    color: var(--color-white);\n    margin: 0 0 0.5rem 0;\n  }\n  .cxp-continue-desc {\n    font-size: 0.88rem;\n    color: var(--color-text-tertiary);\n    margin-bottom: 0.3rem;\n    line-height: 1.6;\n  }\n  .cxp-continue-remaining {\n    font-size: 0.8rem;\n    color: var(--color-text-tertiary);\n    margin-bottom: 1.8rem;\n    opacity: 0.7;\n  }\n\n  \/* ---- Sections ---- *\/\n  .cxp-section {\n    max-width: var(--content-width);\n    margin: 0 auto;\n    padding: 0 2rem 3rem;\n  }\n  .cxp-section-divider {\n    max-width: var(--content-width);\n    margin: 0 auto;\n    padding: 0 2rem;\n  }\n  .cxp-section-divider hr {\n    border: none;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, var(--color-border), transparent);\n  }\n  .cxp-sec-label {\n    font-size: 0.7rem;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: var(--color-accent-gold-dim);\n    margin-bottom: 0.5rem;\n  }\n  .cxp-sec-title {\n    font-family: var(--font-display);\n    font-size: 1.5rem;\n    font-weight: 400;\n    color: var(--color-white);\n    letter-spacing: 0.02em;\n    margin: 0 0 0.3em 0;\n  }\n  .cxp-sec-sub {\n    font-size: 0.85rem;\n    color: var(--color-text-tertiary);\n    margin-bottom: 1.5rem;\n  }\n\n  \/* ---- Vocab table ---- *\/\n  .cxp-vocab {\n    border: none;\n    border-radius: 6px;\n    overflow: hidden;\n    background: #1a1a1a;\n  }\n  .cxp-vtable {\n    width: 100%;\n    border-collapse: collapse;\n    margin: 0 !important;\n    padding: 0 !important;\n    border: none !important;\n  }\n  .cxp-vtable thead th {\n    text-align: left;\n    padding: 0.8rem 1.2rem;\n    font-size: 0.7rem;\n    font-weight: 500;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: var(--color-text-tertiary);\n    background: #1e1e1e;\n    border: none;\n    border-bottom: 1px solid #2a2a2a;\n  }\n  .cxp-vtable tbody td {\n    padding: 0.7rem 1.2rem;\n    font-size: 0.85rem;\n    border: none;\n    border-bottom: 1px solid #222222;\n    color: var(--color-text-secondary);\n  }\n  .cxp-vtable tbody tr:last-child td {\n    border-bottom: none;\n  }\n  .cxp-vtable tbody tr:hover { background: rgba(255,255,255,0.02); }\n  .cxp-vword {\n    font-family: var(--font-body-en);\n    font-weight: 500;\n    color: var(--color-text-primary);\n  }\n  .cxp-vdesc {\n    font-size: 0.78rem;\n    color: var(--color-text-tertiary);\n    margin-top: 0.2rem;\n    line-height: 1.5;\n  }\n\n  \/* Sentences to Remember *\/\n  .cxp-sentences {\n    display: grid;\n    gap: 1rem;\n  }\n  .cxp-sentence {\n    background: var(--color-bg-card);\n    border: 1px solid var(--color-border-subtle);\n    border-radius: 6px;\n    padding: 1.5rem 1.8rem;\n    position: relative;\n  }\n  .cxp-s-en {\n    font-family: var(--font-body-en);\n    font-size: 1rem;\n    font-style: italic;\n    color: var(--color-text-primary);\n    line-height: 1.6;\n    margin-bottom: 0.6rem;\n  }\n  .cxp-s-kr {\n    font-family: var(--font-body-kr);\n    font-size: 0.85rem;\n    color: var(--color-text-secondary);\n    line-height: 1.65;\n  }\n\n  \/* ---- Navigation ---- *\/\n  .cxp-nav {\n    max-width: var(--content-width);\n    margin: 0 auto;\n    padding: 0 2rem 1.5rem;\n  }\n  .cxp-nav-inner {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 1.5rem 0;\n    border-top: 1px solid var(--color-border-subtle);\n  }\n  .cxp-nav-link {\n    font-size: 0.85rem;\n    color: var(--color-text-tertiary);\n    transition: color 0.3s ease;\n  }\n  .cxp-nav-link:hover { color: var(--color-accent-gold); }\n  .cxp-nav-label {\n    font-size: 0.68rem;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: var(--color-accent-gold-dim);\n    display: block;\n    margin-bottom: 0.2rem;\n  }\n  .cxp-nav-title {\n    font-family: var(--font-display);\n    font-size: 1rem;\n    color: var(--color-text-secondary);\n  }\n  .cxp-nav-link:hover .cxp-nav-title { color: var(--color-accent-gold); }\n\n  \/* ---- CTA Purchase ---- *\/\n  .cxp-cta {\n    max-width: var(--content-width);\n    margin: 0 auto;\n    padding: 0 2rem 3rem;\n  }\n  .cxp-cta-box {\n    background: var(--color-bg-elevated);\n    border: 1px solid var(--color-border-subtle);\n    border-radius: 6px;\n    padding: 2.5rem;\n    text-align: center;\n  }\n  .cxp-cta-title {\n    font-family: var(--font-display);\n    font-size: 1.4rem;\n    font-weight: 400;\n    color: var(--color-white);\n    margin: 0 0 0.5rem 0;\n  }\n  .cxp-cta-desc {\n    font-size: 0.88rem;\n    color: var(--color-text-tertiary);\n    margin-bottom: 1.8rem;\n    line-height: 1.6;\n  }\n  .cxp-cta-buttons {\n    display: flex;\n    justify-content: center;\n    gap: 0.8rem;\n    flex-wrap: wrap;\n  }\n  .cxp-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 0.5em;\n    padding: 0.75em 1.8em;\n    font-family: var(--font-body-kr);\n    font-size: 0.85rem;\n    font-weight: 500;\n    letter-spacing: 0.04em;\n    border-radius: 3px;\n    border: 1px solid var(--color-accent-gold);\n    cursor: pointer;\n    transition: all 0.3s ease;\n    text-decoration: none;\n    background: transparent;\n    color: var(--color-accent-gold);\n  }\n  .cxp-btn:hover {\n    background: var(--color-accent-gold);\n    color: var(--color-bg);\n    box-shadow: 0 4px 16px rgba(201,169,110,0.25);\n  }\n  .cxp-btn-primary {\n    background: var(--color-accent-gold);\n    color: var(--color-bg);\n  }\n  .cxp-btn-primary:hover {\n    background: var(--color-accent-gold-bright);\n    color: var(--color-bg);\n    box-shadow: 0 4px 16px rgba(201,169,110,0.35);\n  }\n\n  \/* ---- Responsive ---- *\/\n  @media (max-width: 768px) {\n    .cxp-header { padding: 2rem 1.25rem 0; }\n    .cxp-chapter-title { font-size: 2rem; }\n    .cxp-chapter-kr { font-size: 1.1rem; }\n    .cxp-content { padding: 2.5rem 1.25rem; }\n    .cxp-section { padding: 0 1.25rem 2.5rem; }\n    .cxp-section-divider { padding: 0 1.25rem; }\n    .cxp-nav { padding: 0 1.25rem 1.5rem; }\n    .cxp-cta { padding: 0 1.25rem 2.5rem; }\n    .cxp-cta-box { padding: 2rem 1.5rem; }\n    .cxp-continue { padding: 0 1.25rem 2.5rem; }\n    .cxp-continue-box { padding: 2rem 1.5rem; }\n    .cxp-breadcrumb { padding: 1rem 1.25rem 0; }\n    .cxp-en { padding-left: 0.8rem; }\n    .cxp-fn-tip { max-width: 260px; left: 0; transform: none; }\n  }\n<\/style>\n\n<div class=\"cx-preview-page\">\n\n  <!-- Breadcrumb -->\n  <nav class=\"cxp-breadcrumb\">\n    <a href=\"\/classica-x\/\">Classica-X<\/a>\n    <span class=\"sep\">\/<\/span>\n    <a href=\"\/classica-x\/catalog\/\">\ub3c4\uc11c \ubaa9\ub85d<\/a>\n    <span class=\"sep\">\/<\/span>\n    <a href=\"\/classica-x\/kybalion\/\">\ud0a4\ubc1c\ub9ac\uc628<\/a>\n    <span class=\"sep\">\/<\/span>\n    <a href=\"\/classica-x\/kybalion\/preview\/\">\ubbf8\ub9ac\ubcf4\uae30<\/a>\n    <span class=\"sep\">\/<\/span>\n    <span>Chapter I<\/span>\n  <\/nav>\n\n  <!-- ============================================================\n       PREVIEW HEADER\n       ============================================================ -->\n  <header class=\"cxp-header\">\n    <div class=\"cxp-preview-badge\">\ubb34\ub8cc \ubbf8\ub9ac\ubcf4\uae30 (\uc77c\ubd80 \uacf5\uac1c)<\/div>\n    <div class=\"cxp-book-ref\"><a href=\"\/classica-x\/kybalion\/\">The Kybalion<\/a> &middot; 3-in-1 Bilingual Edition<\/div>\n    <h1 class=\"cxp-chapter-title\">The Hermetic Philosophy<\/h1>\n    <div class=\"cxp-chapter-kr\">\uc81c1\uc7a5: \ud5e4\ub974\uba54\uc2a4 \ucca0\ud559<\/div>\n    <div class=\"cxp-meta\">\n      <div class=\"cxp-meta-item\"><span class=\"cxp-meta-label\">\uc800\uc790<\/span> <span class=\"cxp-meta-value\">Three Initiates<\/span><\/div>\n      <div class=\"cxp-meta-item\"><span class=\"cxp-meta-label\">\uc6d0\uc800<\/span> <span class=\"cxp-meta-value\">1908<\/span><\/div>\n      <div class=\"cxp-meta-item\"><span class=\"cxp-meta-label\">\ud615\uc2dd<\/span> <span class=\"cxp-meta-value\">\uc601\ud55c\ub300\uc5ed (PART 1)<\/span><\/div>\n      <div class=\"cxp-meta-item\"><span class=\"cxp-meta-label\">\uacf5\uac1c \ubc94\uc704<\/span> <span class=\"cxp-meta-value\">\uc804\uccb4 12\ub2e8\ub77d \uc911 6\ub2e8\ub77d<\/span><\/div>\n      <div class=\"cxp-meta-item\"><span class=\"cxp-meta-label\">\uac01\uc8fc<\/span> <span class=\"cxp-meta-value\">20\uac1c<\/span><\/div>\n    <\/div>\n  <\/header>\n\n  <!-- ============================================================\n       BILINGUAL CONTENT (\uc55e 6\ub2e8\ub77d \uacf5\uac1c)\n       ============================================================ -->\n  <article class=\"cxp-content\">\n\n    <!-- \uc5ec\ub294 \uaca9\uc5b8 -->\n    <div class=\"cxp-para\">\n      <div class=\"cxp-quote-block\">\n        <div class=\"cxp-quote-en\">&#8220;The lips of wisdom are closed, except to the ears of Understanding.&#8221;&mdash;The Kybalion.<\/div>\n        <div class=\"cxp-quote-kr\">&#8220;\uc9c0\ud61c\uc758 \uc785\uc220\uc740, \uc774\ud574\uc758 \uadc0\uc5d0\ub9cc \uc5f4\ub9b0\ub2e4.&#8221;&mdash;\ud0a4\ubc1c\ub9ac\uc628.<\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Para 1 -->\n    <div class=\"cxp-para\">\n      <div class=\"cxp-en\">From old Egypt have come the fundamental <span class=\"cxp-fn\">esoteric<span class=\"cxp-fn-num\">19<\/span><span class=\"cxp-fn-tip\"><strong>esoteric<\/strong> \ube44\uc804\uc801(\u79d8\u50b3\u7684)\uc778, \uc2ec\uc624\ud55c \u2014 \uc18c\uc218\uc5d0\uac8c\ub9cc \uc804\ud574\uc9c0\ub294 \ub0b4\ubc00\ud55c \uac00\ub974\uce68<\/span><\/span> and occult teachings which have so strongly influenced the philosophies of all races, nations and peoples, for several thousand years. Egypt, the home of the Pyramids and the Sphinx, was the birthplace of the Hidden Wisdom and Mystic Teachings. From her <span class=\"cxp-fn\">Secret Doctrine<span class=\"cxp-fn-num\">20<\/span><span class=\"cxp-fn-tip\"><strong>Secret Doctrine<\/strong> \ube44\ubc00 \uad50\uc758 \u2014 \ub300\uc911\uc5d0\uac8c \uacf5\uac1c\ub418\uc9c0 \uc54a\ub294 \ud5e4\ub974\uba54\uc2a4\uc8fc\uc758 \ud575\uc2ec \uac00\ub974\uce68<\/span><\/span> all nations have borrowed. India, Persia, Chaldea, Medea, China, Japan, Assyria, ancient Greece and Rome, and other ancient countries partook liberally at the feast of knowledge which the <span class=\"cxp-fn\">Hierophants<span class=\"cxp-fn-num\">21<\/span><span class=\"cxp-fn-tip\"><strong>Hierophants<\/strong> \ube44\uc758 \uc0ac\uc81c\ub4e4 \u2014 \uace0\ub300 \ube44\uc758 \uc885\uad50\uc5d0\uc11c \uc2e0\uc131\ud55c \uac00\ub974\uce68\uc744 \uc804\ud558\ub294 \uc0ac\uc81c<\/span><\/span> and Masters of the Land of Isis so freely provided for those who came prepared to partake of the great store of Mystic and Occult Lore which the masterminds of that ancient land had gathered together.<\/div>\n      <div class=\"cxp-kr\">\uc218\ucc9c \ub144\uc5d0 \uac78\uccd0 \ubaa8\ub4e0 \ubbfc\uc871\uacfc \uad6d\uac00\uc640 \uc0ac\ub78c\ub4e4\uc758 \uc0ac\uc0c1\uc5d0 \uac15\ub825\ud55c \uc601\ud5a5\uc744 \ubbf8\uccd0 \uc628 \uadfc\ubcf8\uc801\uc778 \ube44\uc804(\u79d8\u50b3) \ubc0f \uc2e0\ube44\ud559\uc758 \uac00\ub974\uce68\uc740 \uace0\ub300 \uc774\uc9d1\ud2b8\uc5d0\uc11c \ube44\ub86f\ub418\uc5c8\ub2e4. \ud53c\ub77c\ubbf8\ub4dc\uc640 \uc2a4\ud551\ud06c\uc2a4\uc758 \ub545, \uc774\uc9d1\ud2b8\ub294 \uc228\uaca8\uc9c4 \uc9c0\ud61c\uc640 \uc2e0\ube44\ub85c\uc6b4 \uac00\ub974\uce68\uc758 \ubc1c\uc6d0\uc9c0\uc600\ub2e4. \ubaa8\ub4e0 \ub098\ub77c\ub4e4\uc740 \uc774\uc9d1\ud2b8\uc758 \ube44\ubc00 \uad50\uc758\uc5d0\uc11c \ubb34\uc5b8\uac00\ub97c \ube4c\ub824\uac14\ub2e4. \uc778\ub3c4, \ud398\ub974\uc2dc\uc544, \uce7c\ub370\uc544, \uba54\ub370\uc544, \uc911\uad6d, \uc77c\ubcf8, \uc544\uc2dc\ub9ac\uc544, \uace0\ub300 \uadf8\ub9ac\uc2a4\uc640 \ub85c\ub9c8, \uadf8\ub9ac\uace0 \uadf8 \ubc16\uc758 \uace0\ub300 \uad6d\uac00\ub4e4\uc740 \uc774\uc2dc\uc2a4\uc758 \ub545\uc758 \ube44\uc758 \uc0ac\uc81c\ub4e4\uacfc \uc2a4\uc2b9\ub4e4\uc774 \uc544\ub08c\uc5c6\uc774 \ub9c8\ub828\ud574 \uc900 \uc9c0\uc2dd\uc758 \ud5a5\uc5f0\uc5d0\uc11c \ud48d\uc131\ud788 \ub098\ub220 \uba39\uc5c8\ub2e4. \uadf8 \ud5a5\uc5f0\uc740, \uadf8 \uace0\ub300\uc758 \ub545\uc5d0\uc11c \ub6f0\uc5b4\ub09c \uc9c0\uc131\ub4e4\uc774 \ud55c\ub370 \ubaa8\uc544 \ub193\uc740 \ubc29\ub300\ud55c \uc2e0\ube44\uc758 \uc9c0\uc2dd \ubcf4\uace0\uc5d0\uc11c \ub098\ub220 \ubc1b\uc744 \uc900\ube44\uac00 \ub41c \uc790\ub4e4\uc744 \uc704\ud55c \uac83\uc774\uc5c8\ub2e4.<\/div>\n    <\/div>\n\n    <!-- Para 2 -->\n    <div class=\"cxp-para\">\n      <div class=\"cxp-en\">In ancient Egypt dwelt the great <span class=\"cxp-fn\">Adepts<span class=\"cxp-fn-num\">22<\/span><span class=\"cxp-fn-tip\"><strong>Adepts<\/strong> \ub2ec\uc778\ub4e4, \uacbd\uc9c0\uc5d0 \uc624\ub978 \uc218\ud589\uc790\ub4e4 \u2014 \uc624\ub79c \uc601\uc801 \ud6c8\ub828\uc73c\ub85c \ub192\uc740 \uacbd\uc9c0\uc5d0 \uc774\ub978 \uc790\ub4e4<\/span><\/span> and Masters who have never been surpassed, and who seldom have been equaled, during the centuries that have taken their processional flight since the days of the Great Hermes. In Egypt was located the Great Lodge of Lodges of the Mystics. At the doors of her Temples entered the <span class=\"cxp-fn\">Neophytes<span class=\"cxp-fn-num\">23<\/span><span class=\"cxp-fn-tip\"><strong>Neophytes<\/strong> \uc218\ub828\uc0dd\ub4e4, \ucd08\uc2ec\uc790\ub4e4 \u2014 \ube44\uc758 \uc804\ud1b5\uc5d0 \uc785\ubb38\ud55c \ucd08\ubcf4 \ud559\ub3c4\ub4e4<\/span><\/span> who afterward, as Hierophants, Adepts, and Masters, traveled to the four corners of the earth, carrying with them the precious knowledge which they were ready, anxious, and willing to pass on to those who were ready to receive the same. All students of the Occult recognize the debt that they owe to these <span class=\"cxp-fn\">venerable<span class=\"cxp-fn-num\">24<\/span><span class=\"cxp-fn-tip\"><strong>venerable<\/strong> \uc874\uacbd\ud560 \ub9cc\ud55c, \ub355\ub9dd \ub192\uc740<\/span><\/span> Masters of that ancient land.<\/div>\n      <div class=\"cxp-kr\">\uace0\ub300 \uc774\uc9d1\ud2b8\uc5d0\ub294 \uc704\ub300\ud55c \ub2ec\uc778\ub4e4\uacfc \uc2a4\uc2b9\ub4e4\uc774 \uac70\ud558\uc600\ub294\ub370, \uc774\ub4e4\uc740 \uc704\ub300\ud55c \ud5e4\ub974\uba54\uc2a4 \uc774\ub798 \uc218\ubc31 \ub144\uc758 \uc138\uc6d4\uc774 \ud750\ub974\ub294 \ub3d9\uc548 \uadf8 \ub204\uad6c\uc5d0\uac8c\ub3c4 \ub2a5\uac00\ub418\uc9c0 \uc54a\uc558\uace0 \uac70\uc758 \ud544\uc801\ud558\ub294 \uc790\ub3c4 \uc5c6\uc5c8\ub2e4. \uc774\uc9d1\ud2b8\uc5d0\ub294 \uc2e0\ube44\uc8fc\uc758\uc790\ub4e4\uc758 \uac00\uc7a5 \uc704\ub300\ud55c \uacb0\uc0ac\uac00 \uc790\ub9ac\ud558\uace0 \uc788\uc5c8\ub2e4. \uc774\uc9d1\ud2b8\uc758 \uc2e0\uc804 \ubb38\uc5d0 \ub4e4\uc5b4\uc120 \uc218\ub828\uc0dd\ub4e4\uc740 \ud6d7\ub0a0 \ube44\uc758 \uc0ac\uc81c, \ub2ec\uc778, \uc2a4\uc2b9\uc774 \ub418\uc5b4 \uc138\uc0c1 \uc0ac\ubc29\uc73c\ub85c \ub098\uc544\uac14\ub2e4. \uadf8\ub4e4\uc740 \uadc0\ud55c \uc9c0\uc2dd\uc744 \uac00\uc9c0\uace0 \ub2e4\ub2c8\uba70, \uadf8\uac83\uc744 \ubc1b\uc544\ub4e4\uc77c \uc900\ube44\uac00 \ub41c \uc790\ub4e4\uc5d0\uac8c \uae30\uaebc\uc774, \uc5f4\uc131\uc73c\ub85c, \uc790\ubc1c\uc801\uc73c\ub85c \uc804\ud574 \uc8fc\uc5c8\ub2e4. \uc2e0\ube44\ud559\uc744 \uacf5\ubd80\ud558\ub294 \ubaa8\ub4e0 \ud559\ub3c4\ub294 \uadf8 \uace0\ub300\uc758 \ub545\uc758 \ub355\ub9dd \ub192\uc740 \uc2a4\uc2b9\ub4e4\uc5d0\uac8c \uc9c4 \ube5a\uc744 \uc54c\uace0 \uc788\ub2e4.<\/div>\n    <\/div>\n\n    <!-- Para 3 -->\n    <div class=\"cxp-para\">\n      <div class=\"cxp-en\">But among these great Masters of Ancient Egypt there once dwelt one of whom Masters hailed as &#8220;The Master of Masters.&#8221; This man, if &#8220;man&#8221; indeed he was, dwelt in Egypt in the earliest days. He was known as <span class=\"cxp-fn\">Hermes Trismegistus<span class=\"cxp-fn-num\">25<\/span><span class=\"cxp-fn-tip\"><strong>Hermes Trismegistus<\/strong> \ud5e4\ub974\uba54\uc2a4 \ud2b8\ub9ac\uc2a4\uba54\uae30\uc2a4\ud1a0\uc2a4 \u2014 &#8216;\uc138 \ubc88 \uc704\ub300\ud55c \ud5e4\ub974\uba54\uc2a4&#8217;, \ud5e4\ub974\uba54\uc2a4\uc8fc\uc758\uc758 \uc804\uc124\uc801 \ucc3d\uc2dc\uc790<\/span><\/span>. He was the father of the Occult Wisdom; the founder of <span class=\"cxp-fn\">Astrology<span class=\"cxp-fn-num\">26<\/span><span class=\"cxp-fn-tip\"><strong>Astrology<\/strong> \uc810\uc131\uc220 \u2014 \ubcc4\uacfc \ud589\uc131\uc758 \uc6c0\uc9c1\uc784\uc774 \uc778\uac04\uc0ac\uc5d0 \uc601\ud5a5\uc744 \ubbf8\uce5c\ub2e4\ub294 \ud559\ubb38<\/span><\/span>; the discoverer of <span class=\"cxp-fn\">Alchemy<span class=\"cxp-fn-num\">27<\/span><span class=\"cxp-fn-tip\"><strong>Alchemy<\/strong> \uc5f0\uae08\uc220 \u2014 \ud5e4\ub974\uba54\uc2a4 \ucca0\ud559\uc5d0\uc11c\ub294 \ubb3c\uc9c8 \ubcc0\ud658\uc774 \uc544\ub2cc \uc815\uc2e0\uc801 \ubcc0\ud658\uc758 \uc0c1\uc9d5<\/span><\/span>. The details of his life story are lost to history, owing to the lapse of the years, though several of the ancient countries disputed with each other in their claims to the honor of having furnished his birthplace&mdash;and this thousands of years ago. The date of his <span class=\"cxp-fn\">sojourn<span class=\"cxp-fn-num\">28<\/span><span class=\"cxp-fn-tip\"><strong>sojourn<\/strong> \uccb4\ub958, \uba38\ubb34\ub984 \u2014 \uc77c\uc815 \uae30\uac04 \uc5b4\ub5a4 \uacf3\uc5d0 \uba38\ubb34\ub294 \uac83<\/span><\/span> in Egypt, in that his last incarnation on this planet, is not now known, but it has been fixed at the early days of the oldest dynasties of Egypt&mdash;long before the days of Moses. The best authorities regard him as a contemporary of Abraham, and some of the Jewish traditions go so far as to claim that Abraham acquired a portion of his mystic knowledge from Hermes himself.<\/div>\n      <div class=\"cxp-kr\">\uadf8\ub7ec\ub098 \uace0\ub300 \uc774\uc9d1\ud2b8\uc758 \uc704\ub300\ud55c \uc2a4\uc2b9\ub4e4 \uac00\uc6b4\ub370\uc5d0\ub294, \uc2a4\uc2b9\ub4e4\uc870\ucc28 &#8220;\uc2a4\uc2b9 \uc911\uc758 \uc2a4\uc2b9&#8221;\uc774\ub77c \ubd80\ub974\ub294 \uc874\uc7ac\uac00 \uc0b4\uace0 \uc788\uc5c8\ub2e4. \uc774 \uc778\ubb3c\uc740&mdash;\uadf8\uac00 \uacfc\uc5f0 &#8220;\uc778\uac04&#8221;\uc774\uc5c8\ub2e4\uba74&mdash;\uc774\uc9d1\ud2b8\uc758 \uac00\uc7a5 \uc774\ub978 \uc2dc\uc808\uc5d0 \uac70\ud558\uc600\ub2e4. \uadf8\ub294 \ud5e4\ub974\uba54\uc2a4 \ud2b8\ub9ac\uc2a4\uba54\uae30\uc2a4\ud1a0\uc2a4\ub77c \uc54c\ub824\uc838 \uc788\ub2e4. \uadf8\ub294 \uc2e0\ube44\ud559 \uc9c0\ud61c\uc758 \uc544\ubc84\uc9c0\uc694, \uc810\uc131\uc220\uc758 \ucc3d\uc2dc\uc790\uc694, \uc5f0\uae08\uc220\uc758 \ubc1c\uacac\uc790\uc600\ub2e4. \uadf8\uc758 \uc0dd\uc560\uc5d0 \uad00\ud55c \uc138\ubd80 \uc0ac\ud56d\ub4e4\uc740 \uc138\uc6d4\uc758 \ud750\ub984\uc73c\ub85c \uc778\ud574 \uc5ed\uc0ac\uc5d0\uc11c \uc0ac\ub77c\uc84c\uc9c0\ub9cc, \uba87\uba87 \uace0\ub300 \ub098\ub77c\ub4e4\uc774 \uadf8\uc758 \ucd9c\uc0dd\uc9c0\uc758 \uc601\uc608\ub97c \ub450\uace0 \uc11c\ub85c \ub2e4\ud22c\uc5c8\ub2e4&mdash;\uadf8\uac83\ub3c4 \uc218\ucc9c \ub144 \uc804\uc758 \uc77c\uc774\ub2e4. \uc774 \ud589\uc131\uc5d0\uc11c\uc758 \ub9c8\uc9c0\ub9c9 \uc0dd\uc560\ub85c\uc11c \uadf8\uac00 \uc774\uc9d1\ud2b8\uc5d0 \uccb4\ub958\ud55c \uc2dc\uae30\ub294 \uc9c0\uae08\uc740 \uc54c \uc218 \uc5c6\uc73c\ub098, \uc774\uc9d1\ud2b8 \ucd5c\uace0(\u6700\u53e4) \uc655\uc870\ub4e4\uc758 \ucd08\uae30, \uc989 \ubaa8\uc138\ubcf4\ub2e4 \ud6e8\uc52c \uc774\uc804\uc73c\ub85c \ucd94\uc815\ub41c\ub2e4. \uac00\uc7a5 \uad8c\uc704 \uc788\ub294 \ud559\uc790\ub4e4\uc740 \uadf8\ub97c \uc544\ube0c\ub77c\ud568\uacfc \ub3d9\uc2dc\ub300\uc778\uc73c\ub85c \ubcf4\uba70, \uc77c\ubd80 \uc720\ub300 \uc804\ud1b5\uc740 \uc544\ube0c\ub77c\ud568\uc774 \ud5e4\ub974\uba54\uc2a4 \uc790\uc2e0\uc73c\ub85c\ubd80\ud130 \uc2e0\ube44 \uc9c0\uc2dd\uc758 \uc77c\ubd80\ub97c \uc5bb\uc5c8\ub2e4\uace0\uae4c\uc9c0 \uc8fc\uc7a5\ud55c\ub2e4.<\/div>\n    <\/div>\n\n    <!-- Para 4 -->\n    <div class=\"cxp-para\">\n      <div class=\"cxp-en\">As the years rolled by after his passing from this plane of life (tradition recording that he lived three hundred years in the flesh), the Egyptians deified Hermes, and made him one of their gods, under the name of <span class=\"cxp-fn\">Thoth<span class=\"cxp-fn-num\">29<\/span><span class=\"cxp-fn-tip\"><strong>Thoth<\/strong> \ud1a0\ud2b8 \u2014 \uc774\uc9d1\ud2b8 \uc2e0\ud654\uc758 \uc9c0\ud61c\uc640 \uae00\uc4f0\uae30\uc758 \uc2e0, \ud5e4\ub974\uba54\uc2a4\uc640 \ub3d9\uc77c\uc2dc\ub428<\/span><\/span>. Years after, the people of Ancient Greece also made him one of their many gods&mdash;calling him &#8220;Hermes, the god of Wisdom.&#8221; The Egyptians revered his memory for many centuries&mdash;yes, tens of centuries&mdash;calling him &#8220;the Scribe of the Gods,&#8221; and bestowing upon him, distinctively, his ancient title, &#8220;Trismegistus,&#8221; which means &#8220;the thrice-great&#8221;; &#8220;the great-great&#8221;; &#8220;the greatest-great&#8221;; etc. In all the ancient lands, the name of Hermes Trismegistus was revered, the name being synonymous with the &#8220;Fount of Wisdom.&#8221;<\/div>\n      <div class=\"cxp-kr\">\uadf8\uac00 \uc774 \uc0dd\uc758 \ucc28\uc6d0\uc5d0\uc11c \ub5a0\ub09c \ud6c4(\uc804\uc2b9\uc5d0 \ub530\ub974\uba74 \uadf8\ub294 \uc721\uc2e0\uc73c\ub85c \uc0bc\ubc31 \ub144\uc744 \uc0b4\uc558\ub2e4) \uc138\uc6d4\uc774 \ud750\ub974\uba74\uc11c, \uc774\uc9d1\ud2b8\uc778\ub4e4\uc740 \ud5e4\ub974\uba54\uc2a4\ub97c \uc2e0\uaca9\ud654\ud558\uc5ec \ud1a0\ud2b8\ub77c\ub294 \uc774\ub984\uc73c\ub85c \uc790\uc2e0\ub4e4\uc758 \uc2e0 \uac00\uc6b4\ub370 \ud558\ub098\ub85c \uc0bc\uc558\ub2e4. \uadf8\ub85c\ubd80\ud130 \uc218\ubc31 \ub144 \ud6c4, \uace0\ub300 \uadf8\ub9ac\uc2a4\uc778\ub4e4\ub3c4 \uadf8\ub97c \uc5ec\ub7ec \uc2e0\ub4e4 \uc911 \ud558\ub098\ub85c \uc0bc\uc544 &#8220;\uc9c0\ud61c\uc758 \uc2e0 \ud5e4\ub974\uba54\uc2a4&#8221;\ub77c \ubd88\ub800\ub2e4. \uc774\uc9d1\ud2b8\uc778\ub4e4\uc740 \uc218\ubc31 \ub144, \uc544\ub2c8 \uc218\ucc9c \ub144\uc5d0 \uac78\uccd0 \uadf8\uc758 \uae30\uc5b5\uc744 \uacf5\uacbd\ud558\uba70, \uadf8\ub97c &#8220;\uc2e0\ub4e4\uc758 \uc11c\uae30\uad00&#8221;\uc774\ub77c \ubd88\ub800\uace0, \uc624\uc9c1 \uadf8\uc5d0\uac8c\ub9cc \uace0\uc720\ud558\uac8c \uc61b \uce6d\ud638 &#8220;\ud2b8\ub9ac\uc2a4\uba54\uae30\uc2a4\ud1a0\uc2a4&#8221;\ub97c \ubd80\uc5ec\ud558\uc600\uc73c\ub2c8, \uc774\ub294 &#8220;\uc138 \ubc88 \uc704\ub300\ud55c&#8221;, &#8220;\uc704\ub300\ud558\uace0\ub3c4 \uc704\ub300\ud55c&#8221;, &#8220;\uac00\uc7a5 \uc704\ub300\ud55c&#8221; \ub4f1\uc744 \ub73b\ud55c\ub2e4. \uace0\ub300\uc758 \ubaa8\ub4e0 \ub098\ub77c\uc5d0\uc11c \ud5e4\ub974\uba54\uc2a4 \ud2b8\ub9ac\uc2a4\uba54\uae30\uc2a4\ud1a0\uc2a4\ub77c\ub294 \uc774\ub984\uc740 \uacf5\uacbd\uc744 \ubc1b\uc558\uc73c\uba70, \uadf8 \uc774\ub984\uc740 &#8220;\uc9c0\ud61c\uc758 \uc0d8&#8221;\uacfc \ub3d9\uc758\uc5b4\uc600\ub2e4.<\/div>\n    <\/div>\n\n    <!-- Para 5 -->\n    <div class=\"cxp-para\">\n      <div class=\"cxp-en\">Even to this day, we use the term &#8220;hermetic&#8221; in the sense of &#8220;secret&#8221;; &#8220;sealed so that nothing can escape&#8221;; etc., and this by reason of the fact that the followers of Hermes always observed the principle of secrecy in their teachings. They did not believe in &#8220;casting pearls before swine,&#8221; but rather held to the teaching &#8220;milk for babes&#8221;; &#8220;meat for strong men,&#8221; both of which <span class=\"cxp-fn\">maxims<span class=\"cxp-fn-num\">30<\/span><span class=\"cxp-fn-tip\"><strong>maxims<\/strong> \uaca9\uc5b8, \uae08\uc5b8 \u2014 \uac04\uacb0\ud558\uac8c \uc9c4\ub9ac\ub97c \ud45c\ud604\ud55c \uc9e7\uc740 \ub9d0<\/span><\/span> are familiar to readers of the Christian scriptures, but both of which had been used by the Egyptians for centuries before the Christian era.<\/div>\n      <div class=\"cxp-kr\">\uc624\ub298\ub0a0\uc5d0\ub3c4 \uc6b0\ub9ac\ub294 &#8220;\ud5e4\ub974\uba54\ud2f1(hermetic)&#8221;\uc774\ub77c\ub294 \ub9d0\uc744 &#8220;\ube44\ubc00\uc758&#8221;, &#8220;\uc544\ubb34\uac83\ub3c4 \ube60\uc838\ub098\uac00\uc9c0 \ubabb\ud558\ub3c4\ub85d \ubc00\ubd09\ub41c&#8221; \ub4f1\uc758 \ub73b\uc73c\ub85c \uc0ac\uc6a9\ud558\ub294\ub370, \uc774\ub294 \ud5e4\ub974\uba54\uc2a4\uc758 \ucd94\uc885\uc790\ub4e4\uc774 \uac00\ub974\uce68\uc5d0 \uc788\uc5b4 \ud56d\uc0c1 \ube44\ubc00 \uc720\uc9c0\uc758 \uc6d0\uce59\uc744 \uc9c0\ucf30\uae30 \ub54c\ubb38\uc774\ub2e4. \uadf8\ub4e4\uc740 &#8220;\ub3fc\uc9c0 \uc55e\uc5d0 \uc9c4\uc8fc\ub97c \ub358\uc9c0\ub294&#8221; \uc77c\uc744 \ubbff\uc9c0 \uc54a\uc558\uc73c\uba70, \uc624\ud788\ub824 &#8220;\uc5b4\ub9b0\uc544\uc774\uc5d0\uac8c\ub294 \uc816&#8221;, &#8220;\uac15\ud55c \uc790\uc5d0\uac8c\ub294 \uace0\uae30&#8221;\ub77c\ub294 \uac00\ub974\uce68\uc744 \ub530\ub790\ub2e4. \uc774 \ub450 \uaca9\uc5b8\uc740 \uae30\ub3c5\uad50 \uc131\uacbd\uc744 \uc77d\ub294 \uc774\ub4e4\uc5d0\uac8c\ub3c4 \uce5c\uc219\ud558\uc9c0\ub9cc, \uc0ac\uc2e4 \uae30\ub3c5\uad50 \uc2dc\ub300\uac00 \uc2dc\uc791\ub418\uae30 \uc218\ubc31 \ub144 \uc804\ubd80\ud130 \uc774\uc9d1\ud2b8\uc778\ub4e4\uc774 \uc0ac\uc6a9\ud574 \uc628 \uac83\uc774\ub2e4.<\/div>\n    <\/div>\n\n    <!-- Para 6 (\ub9c8\uc9c0\ub9c9 \uacf5\uac1c \ub2e8\ub77d, \ud398\uc774\ub4dc\uc544\uc6c3 \uc801\uc6a9) -->\n    <div class=\"cxp-para cxp-fadeout\">\n      <div class=\"cxp-en\">And this policy of careful <span class=\"cxp-fn\">dissemination<span class=\"cxp-fn-num\">31<\/span><span class=\"cxp-fn-tip\"><strong>dissemination<\/strong> \uc804\ud30c, \ubcf4\uae09 \u2014 \uc528\uc557\uc744 \ubfcc\ub9ac\ub4ef \uc9c0\uc2dd\uc774\ub098 \uc9c4\ub9ac\ub97c \uc0ac\ubc29\uc5d0 \uace0\ub974\uac8c \ud37c\ub728\ub9ac\ub294 \uac83<\/span><\/span> of the truth has always characterized the Hermetics, even unto the present day. The Hermetic Teachings are to be found in all lands, among all religions, but never identified with any particular country, nor with any particular religious sect. This because of the warning of the ancient teachers against allowing the Secret Doctrine to become <span class=\"cxp-fn\">crystallized<span class=\"cxp-fn-num\">32<\/span><span class=\"cxp-fn-tip\"><strong>crystallized<\/strong> \uad73\uc5b4\uc9c4, \uacbd\uc9c1\ub41c \u2014 \uc720\ub3d9\uc801\uc774\ub358 \uac83\uc774 \uace0\uc815\ub41c \ud615\ud0dc\ub85c \uad73\uc5b4\uc9c0\ub294 \uac83<\/span><\/span> into a creed. The wisdom of this caution is apparent to all students of history.<\/div>\n      <div class=\"cxp-kr\">\uc9c4\ub9ac\ub97c \uc2e0\uc911\ud558\uac8c \uc804\ud30c\ud558\ub294 \uc774 \ubc29\uce68\uc740, \uc624\ub298\ub0a0\uc5d0 \uc774\ub974\uae30\uae4c\uc9c0 \ud56d\uc0c1 \ud5e4\ub974\uba54\ud2f0\uc2a4\ud2b8\ub4e4\uc758 \ud2b9\uc9d5\uc774\uc5c8\ub2e4. \ud5e4\ub974\uba54\uc2a4\uc758 \uac00\ub974\uce68\uc740 \ubaa8\ub4e0 \ub098\ub77c\uc5d0\uc11c, \ubaa8\ub4e0 \uc885\uad50 \uc548\uc5d0\uc11c \ubc1c\uacac\ub420 \uc218 \uc788\uc9c0\ub9cc, \uc5b4\ub290 \ud2b9\uc815 \ub098\ub77c\ub098 \ud2b9\uc815 \uc885\ud30c\uc640 \ub3d9\uc77c\uc2dc\ub418\uc9c0\ub294 \uc54a\ub294\ub2e4. \uc774\ub294 \ube44\ubc00 \uad50\uc758\uac00 \uad73\uc5b4\uc838 \ud558\ub098\uc758 \uc2e0\uc870(\u4fe1\u689d)\ub85c \uace0\uc815\ub418\ub294 \uac83\uc744 \uacbd\uacc4\ud558\ub77c\ub294 \uace0\ub300 \uc2a4\uc2b9\ub4e4\uc758 \uac00\ub974\uce68 \ub54c\ubb38\uc774\ub2e4. \uc774 \uacbd\uacc4\uc758 \uc9c0\ud61c\ub294 \uc5ed\uc0ac\ub97c \uacf5\ubd80\ud558\ub294 \ubaa8\ub4e0 \ud559\ub3c4\uc5d0\uac8c \uba85\ubc31\ud558\ub2e4.<\/div>\n    <\/div>\n\n  <\/article>\n\n  <!-- ============================================================\n       CONTINUE READING CTA\n       ============================================================ -->\n  <div class=\"cxp-continue\">\n    <div class=\"cxp-continue-box\">\n      <div class=\"cxp-continue-icon\">&hellip;<\/div>\n      <div class=\"cxp-continue-title\">\uc774\uc5b4\uc11c \uc77d\uc73c\ub824\uba74<\/div>\n      <div class=\"cxp-continue-desc\">\uc774 \uc7a5\uc758 \ub098\uba38\uc9c0 6\uac1c \ub2e8\ub77d\uc5d0\uc11c Three Initiates\ub294 \ud5e4\ub974\uba54\uc2a4 \ucca0\ud559\uc774 \uc5ed\uc0ac \uc18d\uc5d0\uc11c \uc5b4\ub5bb\uac8c \uc0b4\uc544\ub0a8\uc558\ub294\uc9c0\ub97c \uc11c\uc220\ud558\uace0,<br>&#8220;\ud0a4\ubc1c\ub9ac\uc628&#8221;\uc774\ub77c\ub294 \uc774\ub984\uc758 \uc720\ub798\uc640 \uc5f0\uae08\uc220\u00b7\uc810\uc131\uc220\uc758 \uc228\uaca8\uc9c4 \uc758\ubbf8, \uadf8\ub9ac\uace0<br>\uc778\uacfc\uc758 \ud5e4\ub974\uba54\uc2a4 \uc6d0\ub9ac\uac00 \uc774 \ucc45\uc744 \ub3c5\uc790\uc5d0\uac8c \uc774\ub044\ub294 \ubc29\uc2dd\uc744 \ubc1d\ud799\ub2c8\ub2e4.<\/div>\n      <div class=\"cxp-continue-remaining\">\ubbf8\uacf5\uac1c \ubd84\ub7c9: 6\ub2e8\ub77d + \ud575\uc2ec \uc5b4\ud718 \ucd94\uac00 &middot; \uba85\ubb38\uc7a5 5\uc120<\/div>\n      <div class=\"cxp-cta-buttons\">\n        <a href=\"#\" class=\"cxp-btn\">\uad50\ubcf4\ubb38\uace0\uc5d0\uc11c \uad6c\ub9e4<\/a>\n        <a href=\"#\" class=\"cxp-btn\">\ub9ac\ub514\ubd81\uc2a4<\/a>\n        <a href=\"#\" class=\"cxp-btn\">Amazon Kindle<\/a>\n        <a href=\"\/classica-x\/kybalion\/#cx-purchase\" class=\"cxp-btn\">\uc804\uccb4 \uad6c\ub9e4\ucc98 \ubcf4\uae30<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"cxp-section-divider\"><hr><\/div>\n\n  <!-- ============================================================\n       VOCABULARY (\ubbf8\ub9ac\ubcf4\uae30 \uacf5\uac1c \ubc94\uc704 \ub0b4 \uc5b4\ud718)\n       ============================================================ -->\n  <section class=\"cxp-section\" style=\"padding-top:3rem;\">\n    <div class=\"cxp-sec-label\">Vocabulary Review<\/div>\n    <div class=\"cxp-sec-title\">\ud575\uc2ec \uc5b4\ud718 \uc815\ub9ac<\/div>\n    <div class=\"cxp-sec-sub\">\uc81c1\uc7a5 \ubbf8\ub9ac\ubcf4\uae30\uc5d0 \ub4f1\uc7a5\ud55c \uc8fc\uc694 \uc5b4\ud718\ub97c \ubcf5\uc2b5\ud569\ub2c8\ub2e4 (\uc804\uccb4 13\uac1c \uc911 \uc77c\ubd80)<\/div>\n    <div class=\"cxp-vocab\">\n      <table class=\"cxp-vtable\">\n        <thead><tr><th>\ub2e8\uc5b4(\uad6c)<\/th><th>\uc758\ubbf8<\/th><th>\ud574\uc124<\/th><\/tr><\/thead>\n        <tbody>\n          <tr><td class=\"cxp-vword\">Adept<\/td><td>n. \ub2ec\uc778, \uacbd\uc9c0\uc5d0 \uc624\ub978 \uc218\ud589\uc790<\/td><td>\uc624\ub79c \uc218\ub828\uacfc \uae68\ub2ec\uc74c\uc744 \ud1b5\ud574 \ub192\uc740 \uacbd\uc9c0\uc5d0 \uc774\ub978 \uc601\uc801 \ub2ec\uc778<\/td><\/tr>\n          <tr><td class=\"cxp-vword\">Hierophant<\/td><td>n. \ube44\uc758 \uc0ac\uc81c<\/td><td>\uc2e0\uc131\ud55c \ube44\uc758\ub97c \uc8fc\uad00\ud558\uba70 \uc785\ubb38\uc790\uc5d0\uac8c \ube44\uc804 \uc9c0\uc2dd\uc744 \uc804\uc218\ud558\ub294 \uc0ac\uc81c<\/td><\/tr>\n          <tr><td class=\"cxp-vword\">Neophyte<\/td><td>n. \uc218\ub828\uc0dd, \ucd08\uc2ec\uc790<\/td><td>\ube44\uc804 \uac00\ub974\uce68\uc758 \uc785\ubb38 \ub2e8\uacc4\uc5d0 \uac13 \ub4e4\uc5b4\uc120 \ucd08\uc2ec \uc218\ub828\uc790<\/td><\/tr>\n          <tr><td class=\"cxp-vword\">sojourn<\/td><td>n. \uccb4\ub958, \uba38\ubb34\ub984<\/td><td>\ud55c \uacf3\uc5d0 \uc7a0\uc2dc \uba38\ubb3c\ub2e4\uac00 \ub2e4\uc2dc \uae38\uc744 \ub5a0\ub098\ub294 \uccb4\ub958<\/td><\/tr>\n          <tr><td class=\"cxp-vword\">dissemination<\/td><td>n. \uc804\ud30c, \ubcf4\uae09<\/td><td>\uc528\uc557\uc744 \ubfcc\ub9ac\ub4ef \uc9c0\uc2dd\uc774\ub098 \uc9c4\ub9ac\ub97c \uc0ac\ubc29\uc5d0 \uace0\ub974\uac8c \ud37c\ub728\ub9ac\ub294 \uac83<\/td><\/tr>\n          <tr><td class=\"cxp-vword\">crystallize<\/td><td>v. \uad73\uc5b4\uc9c0\ub2e4, \uacbd\uc9c1\ub418\ub2e4<\/td><td>\uc720\ub3d9\uc801\uc774\uace0 \ub9c9\uc5f0\ud588\ub358 \uc0dd\uac01\uc774\ub098 \uad50\uc758\uac00 \uad73\uc5b4\uc838 \uace0\uc815\ub41c \ud615\ud0dc\ub97c \uac16\ucd94\ub2e4<\/td><\/tr>\n          <tr><td class=\"cxp-vword\">maxim<\/td><td>n. \uaca9\uc5b8, \uae08\uc5b8<\/td><td>\uc778\uc0dd\uc758 \uc9c0\ud61c\ub098 \uc9c4\ub9ac\ub97c \ub2f4\uc740 \uac04\uacb0\ud558\uace0 \ubcf4\ud3b8\uc801\uc778 \uaca9\uc5b8<\/td><\/tr>\n          <tr><td class=\"cxp-vword\">alchemy<\/td><td>n. \uc5f0\uae08\uc220<\/td><td>\ud5e4\ub974\uba54\uc2a4 \ucca0\ud559\uc5d0\uc11c\ub294 \ubb3c\uc9c8 \ubcc0\ud658\uc774 \uc544\ub2cc \uc815\uc2e0\uc801 \ubcc0\ud658\uc758 \uc0c1\uc9d5<\/td><\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n  <\/section>\n\n  <div class=\"cxp-section-divider\"><hr><\/div>\n\n  <!-- ============================================================\n       SENTENCES TO REMEMBER\n       ============================================================ -->\n  <section class=\"cxp-section\" style=\"padding-top:3rem;\">\n    <div class=\"cxp-sec-label\">Sentences to Remember<\/div>\n    <div class=\"cxp-sec-title\">\ud575\uc2ec \ubb38\uc7a5 \ud544\uc0ac<\/div>\n    <div class=\"cxp-sec-sub\">\uc81c1\uc7a5\uc758 \ud575\uc2ec \ubb38\uc7a5\ub4e4\uc785\ub2c8\ub2e4. \uc18c\ub9ac \ub0b4\uc5b4 \uc77d\uace0 \ud544\uc0ac\ud574 \ubcf4\uc138\uc694<\/div>\n    <div class=\"cxp-sentences\">\n      <div class=\"cxp-sentence\">\n        <div class=\"cxp-s-en\">&#8220;From old Egypt have come the fundamental esoteric and occult teachings which have so strongly influenced the philosophies of all races, nations and peoples, for several thousand years.&#8221;<\/div>\n        <div class=\"cxp-s-kr\">\uc218\ucc9c \ub144\uc5d0 \uac78\uccd0 \ubaa8\ub4e0 \ubbfc\uc871\uacfc \uad6d\uac00\uc640 \uc0ac\ub78c\ub4e4\uc758 \uc0ac\uc0c1\uc5d0 \uac15\ub825\ud55c \uc601\ud5a5\uc744 \ubbf8\uccd0 \uc628 \uadfc\ubcf8\uc801\uc778 \ube44\uc804(\u79d8\u50b3) \ubc0f \uc2e0\ube44\ud559\uc758 \uac00\ub974\uce68\uc740 \uace0\ub300 \uc774\uc9d1\ud2b8\uc5d0\uc11c \ube44\ub86f\ub418\uc5c8\ub2e4.<\/div>\n      <\/div>\n      <div class=\"cxp-sentence\">\n        <div class=\"cxp-s-en\">&#8220;It has been passed along from Master to Student; from Initiate to Hierophant; from lip to ear.&#8221;<\/div>\n        <div class=\"cxp-s-kr\">\uc9c4\ub9ac\ub294 \uc2a4\uc2b9\uc5d0\uc11c \ud559\ub3c4\ub85c, \uc785\ubb38\uc790\uc5d0\uc11c \ube44\uc758 \uc0ac\uc81c\ub85c, \uc785\uc5d0\uc11c \uadc0\ub85c \uc804\ud574\uc838 \uc654\ub2e4.<\/div>\n      <\/div>\n      <div class=\"cxp-sentence\">\n        <div class=\"cxp-s-en\">&#8220;The Hermetic Philosophy is the only Master Key which will open all the doors of the Occult Teachings!&#8221;<\/div>\n        <div class=\"cxp-s-kr\">\ud5e4\ub974\uba54\uc2a4 \ucca0\ud559\uc774\uc57c\ub9d0\ub85c \uc2e0\ube44\ud559 \uac00\ub974\uce68\uc758 \ubaa8\ub4e0 \ubb38\uc744 \uc5f4 \uc218 \uc788\ub294 \uc720\uc77c\ud55c \ub9cc\ub2a5 \uc5f4\uc1e0\uc774\ub2e4!<\/div>\n      <\/div>\n      <div class=\"cxp-sentence\">\n        <div class=\"cxp-s-en\">&#8220;When the pupil is ready to receive the truth, then will this little book come to him, or her. Such is The Law.&#8221;<\/div>\n        <div class=\"cxp-s-kr\">\ud559\ub3c4\uac00 \uc9c4\ub9ac\ub97c \ubc1b\uc744 \uc900\ube44\uac00 \ub418\uc5c8\uc744 \ub54c, \uc774 \uc791\uc740 \ucc45\uc774 \uadf8\uc5d0\uac8c&mdash;\ud639\uc740 \uadf8\ub140\uc5d0\uac8c&mdash;\ucc3e\uc544\uc62c \uac83\uc774\ub2e4. \uc774\uac83\uc774 \ubc14\ub85c \ubc95\uce59\uc774\ub2e4.<\/div>\n      <\/div>\n      <div class=\"cxp-sentence\">\n        <div class=\"cxp-s-en\">&#8220;The Hermetic Principle of Cause and Effect, in its aspect of The Law of Attraction, will bring lips and ear together&mdash;pupil and book in company. So mote it be!&#8221;<\/div>\n        <div class=\"cxp-s-kr\">\uc778\uacfc\uc758 \ud5e4\ub974\uba54\uc2a4 \uc6d0\ub9ac\ub294, \ub04c\uc5b4\ub2f9\uae40\uc758 \ubc95\uce59\uc774\ub77c\ub294 \uce21\uba74\uc5d0\uc11c, \uc785\uc220\uacfc \uadc0\ub97c&mdash;\ud559\ub3c4\uc640 \ucc45\uc744&mdash;\ud568\uaed8 \uc774\uc5b4 \uc904 \uac83\uc774\ub2e4. \uadf8\ub807\uac8c \ub418\uae30\ub97c!<\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <div class=\"cxp-section-divider\"><hr><\/div>\n\n  <!-- ============================================================\n       CHAPTER NAVIGATION\n       ============================================================ -->\n  <nav class=\"cxp-nav\">\n    <div class=\"cxp-nav-inner\">\n      <a href=\"\/classica-x\/kybalion\/preview\/introduction\/\" class=\"cxp-nav-link\">\n        <span class=\"cxp-nav-label\">&#8592; \uc774\uc804 \ubbf8\ub9ac\ubcf4\uae30<\/span>\n        <span class=\"cxp-nav-title\">Introduction: \uc11c\ubb38<\/span>\n      <\/a>\n      <a href=\"\/classica-x\/kybalion\/\" class=\"cxp-nav-link\" style=\"text-align:right;\">\n        <span class=\"cxp-nav-label\">\ucc45 \uc18c\uac1c \ud398\uc774\uc9c0 &#8594;<\/span>\n        <span class=\"cxp-nav-title\">The Kybalion<\/span>\n      <\/a>\n    <\/div>\n  <\/nav>\n\n  <!-- ============================================================\n       PURCHASE CTA\n       ============================================================ -->\n  <div class=\"cxp-cta\">\n    <div class=\"cxp-cta-box\">\n      <div class=\"cxp-cta-title\">\uc804\uccb4 \ub0b4\uc6a9\uc774 \uad81\uae08\ud558\uc2e0\uac00\uc694?<\/div>\n      <div class=\"cxp-cta-desc\">Chapter I \uc804\ubb38\uacfc \uc774\ud6c4 \uc804\uccb4 15\uc7a5, \ud575\uc2ec \uc5b4\ud718 500\uac1c \uc774\uc0c1, \uba85\ubb38\uc7a5 300\uc120 \uc774\uc0c1\uc740<br>\uc628\ub77c\uc778 \uc11c\uc810\uc5d0\uc11c \uc804\uc790\ucc45\uc73c\ub85c \ub9cc\ub098\ubcf4\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/div>\n      <div class=\"cxp-cta-buttons\">\n        <a href=\"#\" class=\"cxp-btn\">\uad50\ubcf4\ubb38\uace0\uc5d0\uc11c \uad6c\ub9e4<\/a>\n        <a href=\"#\" class=\"cxp-btn\">\ub9ac\ub514\ubd81\uc2a4<\/a>\n        <a href=\"#\" class=\"cxp-btn\">Amazon Kindle<\/a>\n        <a href=\"\/classica-x\/kybalion\/#cx-purchase\" class=\"cxp-btn\">\uc804\uccb4 \uad6c\ub9e4\ucc98 \ubcf4\uae30<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Classica-X \/ \ub3c4\uc11c \ubaa9\ub85d \/ \ud0a4\ubc1c\ub9ac\uc628 \/ \ubbf8\ub9ac\ubcf4\uae30 \/ Chapter I \ubb34\ub8cc \ubbf8\ub9ac\ubcf4\uae30 (\uc77c\ubd80 \uacf5\uac1c) The Kybalion &middot; 3-in-1 Bilingual [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":518,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-522","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"prinz002","author_link":"https:\/\/x-global.it\/classica-x\/author\/prinz002\/"},"uagb_comment_info":0,"uagb_excerpt":"Classica-X \/ \ub3c4\uc11c \ubaa9\ub85d \/ \ud0a4\ubc1c\ub9ac\uc628 \/ \ubbf8\ub9ac\ubcf4\uae30 \/ Chapter I \ubb34\ub8cc \ubbf8\ub9ac\ubcf4\uae30 (\uc77c\ubd80 \uacf5\uac1c) The Kybalion &middot; 3-in-1 Bilingual [&hellip;]","_links":{"self":[{"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/pages\/522","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/comments?post=522"}],"version-history":[{"count":1,"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/pages\/522\/revisions"}],"predecessor-version":[{"id":523,"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/pages\/522\/revisions\/523"}],"up":[{"embeddable":true,"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/pages\/518"}],"wp:attachment":[{"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/media?parent=522"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}