{"id":7,"date":"2026-02-01T06:10:28","date_gmt":"2026-02-01T06:10:28","guid":{"rendered":"https:\/\/x-global.it\/classica-x\/?page_id=7"},"modified":"2026-02-09T19:53:00","modified_gmt":"2026-02-09T10:53:00","slug":"about","status":"publish","type":"page","link":"https:\/\/x-global.it\/classica-x\/about\/","title":{"rendered":"About(kr)"},"content":{"rendered":"\n<style>\n  \/* ============================================================\n     Classica-X About Page\n     WordPress \uc0ac\uc6a9\uc790 \uc815\uc758 HTML \ube14\ub85d\uc6a9\n     \uae30\uc874 Classica-X \ub514\uc790\uc778 \uc2dc\uc2a4\ud15c \uc7ac\uc0ac\uc6a9\n     ============================================================ *\/\n  .cxa-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  .cxa-page *,\n  .cxa-page *::before,\n  .cxa-page *::after {\n    box-sizing: border-box;\n  }\n\n  .cxa-page a {\n    color: var(--color-link);\n    text-decoration: none;\n    transition: color 0.3s ease;\n  }\n  .cxa-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&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  .cxa-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  .cxa-breadcrumb a { color: var(--color-text-tertiary); }\n  .cxa-breadcrumb a:hover { color: var(--color-accent-gold); }\n  .cxa-breadcrumb .sep { margin: 0 0.5em; opacity: 0.5; }\n\n  \/* ---- Hero ---- *\/\n  .cxa-hero {\n    max-width: var(--max-width);\n    margin: 0 auto;\n    padding: 4rem 2rem 3.5rem;\n    text-align: center;\n  }\n  .cxa-hero-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: 2rem;\n  }\n  .cxa-hero-badge::before {\n    content: '';\n    display: inline-block;\n    width: 6px; height: 6px;\n    border-radius: 50%;\n    background: var(--color-accent-gold);\n  }\n  .cxa-hero-title {\n    font-family: var(--font-display);\n    font-size: 3rem;\n    font-weight: 400;\n    letter-spacing: 0.06em;\n    color: var(--color-white);\n    margin-bottom: 0.3rem;\n  }\n  .cxa-hero-subtitle {\n    font-family: var(--font-display);\n    font-size: 1.3rem;\n    font-weight: 300;\n    font-style: italic;\n    color: var(--color-accent-gold);\n    letter-spacing: 0.03em;\n    margin-bottom: 1rem;\n  }\n  .cxa-hero-tagline {\n    font-family: var(--font-body-kr);\n    font-size: 1rem;\n    color: var(--color-text-secondary);\n    letter-spacing: 0.15em;\n    margin-bottom: 2rem;\n  }\n  .cxa-hero-line {\n    width: 80px;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, var(--color-accent-gold-dim), transparent);\n    margin: 0 auto 2rem;\n  }\n  .cxa-hero-desc {\n    max-width: 640px;\n    margin: 0 auto;\n    font-size: 0.92rem;\n    color: var(--color-text-tertiary);\n    line-height: 1.85;\n  }\n\n  \/* ---- Section ---- *\/\n  .cxa-section {\n    max-width: var(--max-width);\n    margin: 0 auto;\n    padding: 3.5rem 2rem;\n  }\n  .cxa-section-narrow {\n    max-width: var(--content-width);\n    margin: 0 auto;\n  }\n  .cxa-sec-label {\n    font-family: var(--font-display);\n    font-size: 0.72rem;\n    font-weight: 600;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: var(--color-accent-gold-dim);\n    margin-bottom: 0.6rem;\n  }\n  .cxa-sec-title {\n    font-family: var(--font-display);\n    font-size: 1.8rem;\n    font-weight: 500;\n    color: var(--color-white);\n    margin: 0 0 1.5rem 0;\n    line-height: 1.3;\n  }\n  .cxa-divider {\n    max-width: var(--max-width);\n    margin: 0 auto;\n    padding: 0 2rem;\n  }\n  .cxa-divider hr {\n    border: none;\n    height: 1px;\n    background: var(--color-border-subtle);\n    margin: 0;\n  }\n\n  \/* ---- Vision Block ---- *\/\n  .cxa-vision {\n    background: var(--color-bg-elevated);\n    border: 1px solid var(--color-border-subtle);\n    border-radius: 6px;\n    padding: 3rem 3.5rem;\n    text-align: center;\n    margin-bottom: 1rem;\n  }\n  .cxa-vision-en {\n    font-family: var(--font-display);\n    font-size: 1.6rem;\n    font-weight: 400;\n    font-style: italic;\n    color: var(--color-accent-gold);\n    letter-spacing: 0.03em;\n    margin-bottom: 0.5rem;\n  }\n  .cxa-vision-kr {\n    font-family: var(--font-body-kr);\n    font-size: 1rem;\n    color: var(--color-text-secondary);\n    letter-spacing: 0.12em;\n  }\n\n  \/* ---- Prose ---- *\/\n  .cxa-prose {\n    font-size: 0.92rem;\n    color: var(--color-text-secondary);\n    line-height: 1.95;\n  }\n  .cxa-prose p {\n    margin: 0 0 1.4rem 0;\n  }\n  .cxa-prose strong {\n    color: var(--color-text-primary);\n    font-weight: 500;\n  }\n\n  \/* ---- Features Grid ---- *\/\n  .cxa-features {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 1.25rem;\n    margin-top: 2rem;\n  }\n  .cxa-feature {\n    background: var(--color-bg-card);\n    border: 1px solid var(--color-border-subtle);\n    border-radius: 6px;\n    padding: 2rem 2rem 1.8rem;\n    transition: border-color 0.3s ease;\n  }\n  .cxa-feature:hover {\n    border-color: var(--color-border);\n  }\n  .cxa-feature-num {\n    font-family: var(--font-display);\n    font-size: 2rem;\n    font-weight: 300;\n    color: var(--color-accent-gold-dim);\n    opacity: 0.4;\n    line-height: 1;\n    margin-bottom: 1rem;\n  }\n  .cxa-feature-title {\n    font-family: var(--font-display);\n    font-size: 1.15rem;\n    font-weight: 500;\n    color: var(--color-white);\n    margin-bottom: 0.2rem;\n  }\n  .cxa-feature-title-kr {\n    font-family: var(--font-body-kr);\n    font-size: 0.82rem;\n    color: var(--color-text-secondary);\n    margin-bottom: 0.8rem;\n  }\n  .cxa-feature-desc {\n    font-size: 0.82rem;\n    color: var(--color-text-tertiary);\n    line-height: 1.7;\n  }\n\n  \/* ---- Process \/ How It Works ---- *\/\n  .cxa-process {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 1.25rem;\n    margin-top: 2rem;\n  }\n  .cxa-step {\n    text-align: center;\n    padding: 2rem 1.2rem;\n    background: var(--color-bg-card);\n    border: 1px solid var(--color-border-subtle);\n    border-radius: 6px;\n    position: relative;\n    transition: border-color 0.3s ease;\n  }\n  .cxa-step:hover {\n    border-color: var(--color-border);\n  }\n  .cxa-step-num {\n    font-family: var(--font-display);\n    font-size: 2.2rem;\n    font-weight: 300;\n    color: var(--color-accent-gold-dim);\n    opacity: 0.35;\n    margin-bottom: 0.8rem;\n  }\n  .cxa-step-title {\n    font-family: var(--font-display);\n    font-size: 1rem;\n    font-weight: 500;\n    color: var(--color-white);\n    margin-bottom: 0.2rem;\n  }\n  .cxa-step-title-kr {\n    font-family: var(--font-body-kr);\n    font-size: 0.78rem;\n    color: var(--color-text-secondary);\n    margin-bottom: 0.6rem;\n  }\n  .cxa-step-desc {\n    font-size: 0.78rem;\n    color: var(--color-text-tertiary);\n    line-height: 1.65;\n  }\n  .cxa-step-arrow {\n    position: absolute;\n    right: -0.9rem;\n    top: 50%;\n    transform: translateY(-50%);\n    color: var(--color-border);\n    font-size: 0.9rem;\n  }\n  .cxa-step:last-child .cxa-step-arrow {\n    display: none;\n  }\n\n  \/* ---- Stats ---- *\/\n  .cxa-stats {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 1.25rem;\n    margin-top: 2rem;\n  }\n  .cxa-stat {\n    text-align: center;\n    padding: 1.8rem 1rem;\n    background: var(--color-bg-card);\n    border: 1px solid var(--color-border-subtle);\n    border-radius: 6px;\n  }\n  .cxa-stat-num {\n    font-family: var(--font-display);\n    font-size: 2rem;\n    font-weight: 400;\n    color: var(--color-accent-gold);\n    margin-bottom: 0.3rem;\n  }\n  .cxa-stat-label {\n    font-size: 0.78rem;\n    color: var(--color-text-tertiary);\n  }\n\n  \/* ---- Public Domain Notice ---- *\/\n  .cxa-pd {\n    background: var(--color-bg-elevated);\n    border: 1px solid var(--color-border-subtle);\n    border-radius: 6px;\n    padding: 2rem 2.5rem;\n    display: grid;\n    grid-template-columns: auto 1fr;\n    gap: 1.5rem;\n    align-items: start;\n    margin-top: 2rem;\n  }\n  .cxa-pd-icon {\n    font-family: var(--font-display);\n    font-size: 1.8rem;\n    color: var(--color-accent-gold-dim);\n    opacity: 0.6;\n    line-height: 1;\n    padding-top: 0.2rem;\n  }\n  .cxa-pd-title {\n    font-family: var(--font-body-kr);\n    font-size: 0.9rem;\n    font-weight: 500;\n    color: var(--color-text-primary);\n    margin: 0 0 0.6rem 0;\n  }\n  .cxa-pd-text {\n    font-size: 0.82rem;\n    color: var(--color-text-tertiary);\n    line-height: 1.7;\n    margin: 0;\n  }\n\n  \/* ---- Languages ---- *\/\n  .cxa-langs {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 1.25rem;\n    margin-top: 2rem;\n  }\n  .cxa-lang {\n    background: var(--color-bg-card);\n    border: 1px solid var(--color-border-subtle);\n    border-radius: 6px;\n    padding: 1.8rem 1.5rem;\n    text-align: center;\n    transition: border-color 0.3s ease;\n  }\n  .cxa-lang:hover {\n    border-color: var(--color-border);\n  }\n  .cxa-lang-flag {\n    font-size: 1.8rem;\n    margin-bottom: 0.6rem;\n  }\n  .cxa-lang-name {\n    font-family: var(--font-display);\n    font-size: 1rem;\n    font-weight: 500;\n    color: var(--color-white);\n    margin-bottom: 0.15rem;\n  }\n  .cxa-lang-native {\n    font-size: 0.82rem;\n    color: var(--color-text-secondary);\n    margin-bottom: 0.5rem;\n  }\n  .cxa-lang-type {\n    font-size: 0.72rem;\n    color: var(--color-text-tertiary);\n  }\n\n  \/* ---- CTA ---- *\/\n  .cxa-cta {\n    max-width: var(--max-width);\n    margin: 0 auto;\n    padding: 0 2rem 4rem;\n  }\n  .cxa-cta-box {\n    background: var(--color-bg-card);\n    border: 1px solid var(--color-border-subtle);\n    border-radius: 6px;\n    padding: 3rem;\n    text-align: center;\n  }\n  .cxa-cta-title {\n    font-family: var(--font-display);\n    font-size: 1.5rem;\n    color: var(--color-white);\n    margin-bottom: 0.8rem;\n  }\n  .cxa-cta-text {\n    font-size: 0.85rem;\n    color: var(--color-text-tertiary);\n    margin-bottom: 1.8rem;\n    line-height: 1.6;\n  }\n  .cxa-cta-btns {\n    display: flex;\n    justify-content: center;\n    gap: 1rem;\n    flex-wrap: wrap;\n  }\n  .cxa-btn {\n    display: inline-block;\n    padding: 0.7em 2em;\n    font-family: var(--font-body-kr);\n    font-size: 0.85rem;\n    border-radius: 4px;\n    cursor: pointer;\n    transition: all 0.3s ease;\n    text-decoration: none;\n  }\n  .cxa-btn-primary {\n    color: var(--color-accent-gold);\n    background: var(--color-bg);\n    border: 1px solid var(--color-accent-gold);\n  }\n  .cxa-btn-primary:hover {\n    background: var(--color-accent-gold);\n    color: var(--color-bg);\n  }\n  .cxa-btn-sec {\n    color: var(--color-accent-gold);\n    background: transparent;\n    border: 1px solid var(--color-accent-gold);\n  }\n  .cxa-btn-sec:hover {\n    background: var(--color-accent-gold);\n    color: var(--color-bg);\n  }\n\n  \/* ---- Responsive ---- *\/\n  @media (max-width: 1024px) {\n    .cxa-features { grid-template-columns: repeat(2, 1fr); }\n    .cxa-process { grid-template-columns: repeat(2, 1fr); }\n    .cxa-step-arrow { display: none; }\n    .cxa-stats { grid-template-columns: repeat(2, 1fr); }\n    .cxa-langs { grid-template-columns: repeat(2, 1fr); }\n  }\n  @media (max-width: 768px) {\n    .cxa-hero { padding: 3rem 1.25rem 2.5rem; }\n    .cxa-hero-title { font-size: 2.2rem; }\n    .cxa-hero-subtitle { font-size: 1.1rem; }\n    .cxa-section { padding: 2.5rem 1.25rem; }\n    .cxa-vision { padding: 2rem 1.5rem; }\n    .cxa-vision-en { font-size: 1.3rem; }\n    .cxa-features { grid-template-columns: 1fr; }\n    .cxa-process { grid-template-columns: 1fr; }\n    .cxa-stats { grid-template-columns: repeat(2, 1fr); }\n    .cxa-langs { grid-template-columns: 1fr 1fr; }\n    .cxa-pd { grid-template-columns: 1fr; gap: 1rem; }\n    .cxa-cta { padding: 0 1.25rem 3rem; }\n    .cxa-cta-box { padding: 2rem 1.5rem; }\n    .cxa-divider { padding: 0 1.25rem; }\n    .cxa-breadcrumb { padding: 1rem 1.25rem 0; }\n  }\n  @media (max-width: 480px) {\n    .cxa-hero-title { font-size: 1.8rem; }\n    .cxa-stats { grid-template-columns: 1fr 1fr; }\n    .cxa-langs { grid-template-columns: 1fr; }\n    .cxa-cta-btns { flex-direction: column; align-items: center; }\n  }\n<\/style>\n\n<div class=\"cxa-page\">\n\n  <!-- Breadcrumb -->\n  <nav class=\"cxa-breadcrumb\">\n    <a href=\"\/classica-x\/\">Classica-X<\/a><span class=\"sep\">\/<\/span>\n    \uc18c\uac1c\n  <\/nav>\n\n  <!-- ============================================================\n       HERO\n       ============================================================ -->\n  <section class=\"cxa-hero\">\n    <div class=\"cxa-hero-badge\">About Classica-X<\/div>\n    <div class=\"cxa-hero-title\">Classica-X<\/div>\n    <div class=\"cxa-hero-subtitle\">Timeless Wisdom, Modern Translation<\/div>\n    <div class=\"cxa-hero-tagline\">\uace0\uc804\uc758 \uc9c0\ud61c\ub97c \ud604\ub300\uc758 \uc5b8\uc5b4\ub85c<\/div>\n    <div class=\"cxa-hero-line\"><\/div>\n    <div class=\"cxa-hero-desc\">\n      Classica-X\ub294 \uc800\uc791\uad8c\uc774 \ub9cc\ub8cc\ub41c \ud37c\ube14\ub9ad \ub3c4\uba54\uc778 \uace0\uc804\uc744 \uc601\ud55c\ub300\uc5ed\uc73c\ub85c \uc0c8\ub86d\uac8c \uc120\ubcf4\uc774\ub294 \n      \ub514\uc9c0\ud138 \ucd9c\ud310 \ud50c\ub7ab\ud3fc\uc785\ub2c8\ub2e4. \uc6d0\ubb38\uc758 \uae4a\uc774\ub97c \uadf8\ub300\ub85c \uc0b4\ub9ac\uba74\uc11c, \ud604\ub300 \ub3c5\uc790\uac00 \uc27d\uac8c \uc811\uadfc\ud560 \uc218 \uc788\ub3c4\ub85d \n      \uc0c1\uc138 \uac01\uc8fc, \ud575\uc2ec \uc5b4\ud718, \uba85\ubb38\uc7a5 \uceec\ub809\uc158\uc744 \ud568\uaed8 \uc81c\uacf5\ud569\ub2c8\ub2e4.\n    <\/div>\n  <\/section>\n\n  <div class=\"cxa-divider\"><hr><\/div>\n\n  <!-- ============================================================\n       VISION\n       ============================================================ -->\n  <section class=\"cxa-section\">\n    <div class=\"cxa-sec-label\">Vision<\/div>\n    <h2 class=\"cxa-sec-title\">\uc6b0\ub9ac\uc758 \ube44\uc804<\/h2>\n    <div class=\"cxa-vision\">\n      <div class=\"cxa-vision-en\">&ldquo;Timeless Wisdom, Modern Translation&rdquo;<\/div>\n      <div class=\"cxa-vision-kr\">\uace0\uc804\uc758 \uc9c0\ud61c\ub97c \ud604\ub300\uc758 \uc5b8\uc5b4\ub85c<\/div>\n    <\/div>\n    <div class=\"cxa-section-narrow\">\n      <div class=\"cxa-prose\" style=\"margin-top:2rem;\">\n        <p>\n          \uc2dc\ub300\ub97c \ucd08\uc6d4\ud55c \uace0\uc804 \uc18d\uc5d0\ub294 \uc624\ub298\ub0a0\uc5d0\ub3c4 \uc720\ud6a8\ud55c \ud1b5\ucc30\uc774 \ub2f4\uaca8 \uc788\uc2b5\ub2c8\ub2e4. \n          \ud558\uc9c0\ub9cc \uc5b8\uc5b4\uc758 \uc7a5\ubcbd\uacfc \uc2dc\ub300\uc801 \uac70\ub9ac\uac10 \ub54c\ubb38\uc5d0 \ub9ce\uc740 \ub3c5\uc790\ub4e4\uc774 \uc774 \uc9c0\ud61c\uc5d0 \uc27d\uac8c \ub2e4\uac00\uac00\uc9c0 \ubabb\ud569\ub2c8\ub2e4.\n        <\/p>\n        <p>\n          Classica-X\ub294 \uc774 \uac04\uadf9\uc744 \uc881\ud788\uace0\uc790 \ud569\ub2c8\ub2e4. <strong>\uc601\uc5b4 \uc6d0\ubb38\uacfc \ud55c\uad6d\uc5b4 \ubc88\uc5ed\uc744 \ub098\ub780\ud788 \ubc30\uce58<\/strong>\ud558\uc5ec \n          \uc6d0\uc804\uc758 \ub258\uc559\uc2a4\ub97c \uadf8\ub300\ub85c \ub290\ub07c\uba74\uc11c\ub3c4 \uc790\uc5f0\uc2a4\ub7ec\uc6b4 \ud55c\uad6d\uc5b4\ub85c \uc774\ud574\ud560 \uc218 \uc788\ub3c4\ub85d \ud569\ub2c8\ub2e4. \n          \ub2e8\uc21c\ud55c \ubc88\uc5ed\uc744 \ub118\uc5b4, \ub3c5\uc790\uac00 \uace0\uc804\uc744 \uae4a\uc774 \uc788\uac8c \ud0d0\uad6c\ud560 \uc218 \uc788\ub294 \ud559\uc2b5 \ub3c4\uad6c\ub97c \ud568\uaed8 \uc81c\uacf5\ud569\ub2c8\ub2e4.\n        <\/p>\n        <p>\n          <strong>Classica<\/strong>\ub294 \ub77c\ud2f4\uc5b4\ub85c &#8216;\uace0\uc804\uc758, \uace0\uc804\uc801\uc778&#8217;\uc744 \uc758\ubbf8\ud558\uace0, <strong>X<\/strong>\ub294 \ud655\uc7a5(eXtended)\uacfc \n          \ud604\ub300\uc801 \uc7ac\ud574\uc11d\uc744 \uc0c1\uc9d5\ud569\ub2c8\ub2e4. \uace0\uc804\uc758 \uac00\uce58\ub97c \ud604\ub300\uc758 \ud615\uc2dd\uc73c\ub85c \ud655\uc7a5\ud558\ub294 \uac83, \n          \uadf8\uac83\uc774 Classica-X\uc758 \uc874\uc7ac \uc774\uc720\uc785\ub2c8\ub2e4.\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <div class=\"cxa-divider\"><hr><\/div>\n\n  <!-- ============================================================\n       FEATURES\n       ============================================================ -->\n  <section class=\"cxa-section\">\n    <div class=\"cxa-sec-label\">Features<\/div>\n    <h2 class=\"cxa-sec-title\">Classica-X\ub9cc\uc758 \ud2b9\uc9d5<\/h2>\n    <div class=\"cxa-features\">\n\n      <div class=\"cxa-feature\">\n        <div class=\"cxa-feature-num\">01<\/div>\n        <div class=\"cxa-feature-title\">Bilingual Translation<\/div>\n        <div class=\"cxa-feature-title-kr\">\uc601\ud55c\ub300\uc5ed \ubc88\uc5ed<\/div>\n        <div class=\"cxa-feature-desc\">\n          \uc601\uc5b4 \uc6d0\ubb38\uacfc \ud55c\uad6d\uc5b4 \ubc88\uc5ed\uc744 \ud398\uc774\uc9c0 \ub2e8\uc704\ub85c \ub098\ub780\ud788 \ubc30\uce58\ud569\ub2c8\ub2e4. \n          \uc6d0\uc804\uc758 \ubb38\uccb4\uc640 \ub258\uc559\uc2a4\ub97c \uc9c1\uc811 \ube44\uad50\ud558\uba70 \uc77d\uc744 \uc218 \uc788\uc5b4, \n          \uc678\uad6d\uc5b4 \ud559\uc2b5\uacfc \uae4a\uc740 \uc774\ud574\ub97c \ub3d9\uc2dc\uc5d0 \uc81c\uacf5\ud569\ub2c8\ub2e4.\n        <\/div>\n      <\/div>\n\n      <div class=\"cxa-feature\">\n        <div class=\"cxa-feature-num\">02<\/div>\n        <div class=\"cxa-feature-title\">Detailed Annotations<\/div>\n        <div class=\"cxa-feature-title-kr\">\uc0c1\uc138 \uac01\uc8fc<\/div>\n        <div class=\"cxa-feature-desc\">\n          \uc2dc\ub300\uc801 \ubc30\uacbd, \ubb38\ud654\uc801 \ub9e5\ub77d, \ucca0\ud559\uc801 \uac1c\ub150\uc5d0 \ub300\ud55c \ud48d\ubd80\ud55c \uac01\uc8fc\ub97c \ub2ec\uc544 \n          100\ub144 \uc804 \uc800\uc220\uc758 \ub0b4\uc6a9\uc744 \ud604\ub300 \ub3c5\uc790\uac00 \uc628\uc804\ud788 \uc774\ud574\ud560 \uc218 \uc788\ub3c4\ub85d \ub3d5\uc2b5\ub2c8\ub2e4.\n        <\/div>\n      <\/div>\n\n      <div class=\"cxa-feature\">\n        <div class=\"cxa-feature-num\">03<\/div>\n        <div class=\"cxa-feature-title\">Key Vocabulary<\/div>\n        <div class=\"cxa-feature-title-kr\">\ud575\uc2ec \uc5b4\ud718 \uc815\ub9ac<\/div>\n        <div class=\"cxa-feature-desc\">\n          \uac01 \ucc55\ud130\ubcc4 \ud575\uc2ec \uc601\uc5b4 \uc5b4\ud718\ub97c \ubc1c\uc74c \uae30\ud638, \ud488\uc0ac, \uc758\ubbf8\uc640 \ud568\uaed8 \uc815\ub9ac\ud569\ub2c8\ub2e4. \n          \uac80\uc0c9\uacfc \ud544\ud130 \uae30\ub2a5\uc73c\ub85c \uc6d0\ud558\ub294 \uc5b4\ud718\ub97c \ube60\ub974\uac8c \ucc3e\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n        <\/div>\n      <\/div>\n\n      <div class=\"cxa-feature\">\n        <div class=\"cxa-feature-num\">04<\/div>\n        <div class=\"cxa-feature-title\">Sentences to Remember<\/div>\n        <div class=\"cxa-feature-title-kr\">\uba85\ubb38\uc7a5 \ud544\uc0ac<\/div>\n        <div class=\"cxa-feature-desc\">\n          \uc6d0\uc804\uc5d0\uc11c \uc5c4\uc120\ud55c \uba85\ubb38\uc7a5\uc744 \uc601\ubb38 \uc6d0\ubb38\uacfc \ud55c\uad6d\uc5b4 \ubc88\uc5ed\uc73c\ub85c \uc81c\uacf5\ud569\ub2c8\ub2e4. \n          \ud544\uc0ac\uc640 \ubb35\uc0c1\uc5d0 \uc801\ud569\ud55c \uce74\ub4dc \ud615\ud0dc\ub85c, \uace0\uc804\uc758 \ud575\uc2ec \uc9c0\ud61c\ub97c \uc77c\uc0c1\uc5d0\uc11c \ub418\uc0c8\uae38 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <div class=\"cxa-divider\"><hr><\/div>\n\n  <!-- ============================================================\n       HOW IT WORKS\n       ============================================================ -->\n  <section class=\"cxa-section\">\n    <div class=\"cxa-sec-label\">How It Works<\/div>\n    <h2 class=\"cxa-sec-title\">\ud558\ub098\uc758 \uace0\uc804, \ud48d\uc131\ud55c \uacbd\ud5d8<\/h2>\n    <div class=\"cxa-process\">\n\n      <div class=\"cxa-step\">\n        <div class=\"cxa-step-num\">1<\/div>\n        <div class=\"cxa-step-title\">Discover<\/div>\n        <div class=\"cxa-step-title-kr\">\ubc1c\uacac<\/div>\n        <div class=\"cxa-step-desc\">\ub3c4\uc11c \ubaa9\ub85d\uc5d0\uc11c \uad00\uc2ec \uc788\ub294 \uace0\uc804\uc744 \ucc3e\uace0 \ubbf8\ub9ac\ubcf4\uae30\ub85c \ub0b4\uc6a9\uc744 \ud655\uc778\ud569\ub2c8\ub2e4.<\/div>\n        <span class=\"cxa-step-arrow\">&rarr;<\/span>\n      <\/div>\n\n      <div class=\"cxa-step\">\n        <div class=\"cxa-step-num\">2<\/div>\n        <div class=\"cxa-step-title\">Read<\/div>\n        <div class=\"cxa-step-title-kr\">\uc77d\uae30<\/div>\n        <div class=\"cxa-step-desc\">\uc628\ub77c\uc778 \uc11c\uc810\uc5d0\uc11c \uad6c\ub9e4 \ud6c4, \uc601\ud55c\ub300\uc5ed\uc73c\ub85c \uc6d0\ubb38\uacfc \ubc88\uc5ed\uc744 \ud568\uaed8 \uc77d\uc2b5\ub2c8\ub2e4.<\/div>\n        <span class=\"cxa-step-arrow\">&rarr;<\/span>\n      <\/div>\n\n      <div class=\"cxa-step\">\n        <div class=\"cxa-step-num\">3<\/div>\n        <div class=\"cxa-step-title\">Learn<\/div>\n        <div class=\"cxa-step-title-kr\">\ud559\uc2b5<\/div>\n        <div class=\"cxa-step-desc\">\uac01\uc8fc\ub85c \ub9e5\ub77d\uc744 \uc774\ud574\ud558\uace0, \ud575\uc2ec \uc5b4\ud718\ub97c \uc815\ub9ac\ud558\uba70 \uc5b4\ud718\ub825\uc744 \ud0a4\uc6c1\ub2c8\ub2e4.<\/div>\n        <span class=\"cxa-step-arrow\">&rarr;<\/span>\n      <\/div>\n\n      <div class=\"cxa-step\">\n        <div class=\"cxa-step-num\">4<\/div>\n        <div class=\"cxa-step-title\">Reflect<\/div>\n        <div class=\"cxa-step-title-kr\">\uc131\ucc30<\/div>\n        <div class=\"cxa-step-desc\">\uba85\ubb38\uc7a5 \uceec\ub809\uc158\uc73c\ub85c \uace0\uc804\uc758 \ud575\uc2ec \uc9c0\ud61c\ub97c \uc77c\uc0c1\uc5d0\uc11c \ub418\uc0c8\uae41\ub2c8\ub2e4.<\/div>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <div class=\"cxa-divider\"><hr><\/div>\n\n  <!-- ============================================================\n       LANGUAGES\n       ============================================================ -->\n  <section class=\"cxa-section\">\n    <div class=\"cxa-sec-label\">Languages<\/div>\n    <h2 class=\"cxa-sec-title\">\uc9c0\uc6d0 \uc5b8\uc5b4<\/h2>\n    <div class=\"cxa-section-narrow\">\n      <div class=\"cxa-prose\">\n        <p>\n          Classica-X\ub294 \ud55c\uad6d\uc5b4\ub97c \uae30\ubcf8\uc73c\ub85c, \uc601\uc5b4, \uc77c\ubcf8\uc5b4, \uc2a4\ud398\uc778\uc5b4\uae4c\uc9c0 \n          4\uac1c \uc5b8\uc5b4\ub85c \ub300\uc5ed \ubc88\uc5ed\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \n          \uac01 \uc5b8\uc5b4\ud310\uc740 \uc6d0\uc5b4\ubbfc\uc758 \uc790\uc5f0\uc2a4\ub7ec\uc6b4 \ud45c\ud604\uacfc \ud574\ub2f9 \ubb38\ud654\uad8c\uc5d0 \ub9de\ub294 \uac01\uc8fc\ub97c \ud3ec\ud568\ud569\ub2c8\ub2e4.\n        <\/p>\n      <\/div>\n    <\/div>\n    <div class=\"cxa-langs\">\n      <div class=\"cxa-lang\">\n        <div class=\"cxa-lang-flag\">&#x1F1F0;&#x1F1F7;<\/div>\n        <div class=\"cxa-lang-name\">Korean<\/div>\n        <div class=\"cxa-lang-native\">\ud55c\uad6d\uc5b4<\/div>\n        <div class=\"cxa-lang-type\">\uc601\ud55c\ub300\uc5ed<\/div>\n      <\/div>\n      <div class=\"cxa-lang\">\n        <div class=\"cxa-lang-flag\">&#x1F1FA;&#x1F1F8;<\/div>\n        <div class=\"cxa-lang-name\">English<\/div>\n        <div class=\"cxa-lang-native\">English<\/div>\n        <div class=\"cxa-lang-type\">\uc6d0\ubb38 + \ud604\ub300 \uc8fc\uc11d<\/div>\n      <\/div>\n      <div class=\"cxa-lang\">\n        <div class=\"cxa-lang-flag\">&#x1F1EF;&#x1F1F5;<\/div>\n        <div class=\"cxa-lang-name\">Japanese<\/div>\n        <div class=\"cxa-lang-native\">\u65e5\u672c\u8a9e<\/div>\n        <div class=\"cxa-lang-type\">\uc601\uc77c\ub300\uc5ed<\/div>\n      <\/div>\n      <div class=\"cxa-lang\">\n        <div class=\"cxa-lang-flag\">&#x1F1EA;&#x1F1F8;<\/div>\n        <div class=\"cxa-lang-name\">Spanish<\/div>\n        <div class=\"cxa-lang-native\">Espa&ntilde;ol<\/div>\n        <div class=\"cxa-lang-type\">\uc601\uc11c\ub300\uc5ed<\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <div class=\"cxa-divider\"><hr><\/div>\n\n  <!-- ============================================================\n       PUBLIC DOMAIN\n       ============================================================ -->\n  <section class=\"cxa-section\">\n    <div class=\"cxa-sec-label\">Public Domain<\/div>\n    <h2 class=\"cxa-sec-title\">\ud37c\ube14\ub9ad \ub3c4\uba54\uc778\uacfc Classica-X<\/h2>\n    <div class=\"cxa-section-narrow\">\n      <div class=\"cxa-prose\">\n        <p>\n          Classica-X\uc5d0\uc11c \ub2e4\ub8e8\ub294 \ubaa8\ub4e0 \uc6d0\uc804\uc740 <strong>\uc800\uc791\uad8c\uc774 \ub9cc\ub8cc\ub41c \ud37c\ube14\ub9ad \ub3c4\uba54\uc778 \uc800\uc791\ubb3c<\/strong>\uc785\ub2c8\ub2e4. \n          \uc800\uc790 \uc0ac\ud6c4 70\ub144\uc774 \uacbd\uacfc\ud558\uc600\uac70\ub098, 1929\ub144 \uc774\uc804\uc5d0 \ucd9c\ud310\ub41c \uc791\ud488\uc73c\ub85c\uc11c \n          \ud55c\uad6d, \ubbf8\uad6d, \uc77c\ubcf8, \uc2a4\ud398\uc778 \uac01\uad6d\uc758 \uc800\uc791\uad8c\ubc95\uc5d0 \ub530\ub77c \uc790\uc720\ub86d\uac8c \uc774\uc6a9\ud560 \uc218 \uc788\ub294 \uc800\uc791\ubb3c\ub9cc\uc744 \uc120\uc815\ud569\ub2c8\ub2e4.\n        <\/p>\n        <p>\n          \uc6d0\uc804\uc758 \uc601\uc5b4 \ud14d\uc2a4\ud2b8\ub294 Project Gutenberg, Internet Archive \ub4f1 \n          \uacf5\uc778\ub41c \ud37c\ube14\ub9ad \ub3c4\uba54\uc778 \uc544\uce74\uc774\ube0c\uc5d0\uc11c \ud655\ubcf4\ud558\uba70, \n          Classica-X\uc758 <strong>\uc601\ud55c\ub300\uc5ed \ubc88\uc5ed, \uac01\uc8fc, \uc5b4\ud718 \uc815\ub9ac, \ud3b8\uc9d1 \uad6c\uc131\uc5d0 \ub300\ud55c \uc800\uc791\uad8c\uc740 Classica-X\uc5d0 \uc788\uc2b5\ub2c8\ub2e4.<\/strong>\n        <\/p>\n      <\/div>\n    <\/div>\n    <div class=\"cxa-pd\">\n      <div class=\"cxa-pd-icon\">&copy;<\/div>\n      <div>\n        <div class=\"cxa-pd-title\">\uc800\uc791\uad8c \uc548\ub0b4<\/div>\n        <div class=\"cxa-pd-text\">\n          \uc6d0\uc800\uc791\ubb3c\uc758 \uc601\uc5b4 \uc6d0\ubb38\uc740 \ud37c\ube14\ub9ad \ub3c4\uba54\uc778\uc774\ubbc0\ub85c \ub204\uad6c\ub098 \uc790\uc720\ub86d\uac8c \uc774\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n          Classica-X\uac00 \uc81c\uc791\ud55c \ubc88\uc5ed, \uac01\uc8fc, \ud575\uc2ec \uc5b4\ud718, \uba85\ubb38\uc7a5 \uceec\ub809\uc158, \ud3b8\uc9d1 \uad6c\uc131\uc740 \n          Classica-X\uc758 \uc800\uc791\ubb3c\ub85c\uc11c \uc800\uc791\uad8c\ubc95\uc758 \ubcf4\ud638\ub97c \ubc1b\uc2b5\ub2c8\ub2e4.\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <div class=\"cxa-divider\"><hr><\/div>\n\n  <!-- ============================================================\n       STATS\n       ============================================================ -->\n  <section class=\"cxa-section\">\n    <div class=\"cxa-sec-label\">At a Glance<\/div>\n    <h2 class=\"cxa-sec-title\">Classica-X \ud604\ud669<\/h2>\n    <div class=\"cxa-stats\">\n      <div class=\"cxa-stat\">\n        <div class=\"cxa-stat-num\">7<\/div>\n        <div class=\"cxa-stat-label\">\uc804\uccb4 \ub3c4\uc11c<\/div>\n      <\/div>\n      <div class=\"cxa-stat\">\n        <div class=\"cxa-stat-num\">5<\/div>\n        <div class=\"cxa-stat-label\">\uc800\uc790<\/div>\n      <\/div>\n      <div class=\"cxa-stat\">\n        <div class=\"cxa-stat-num\">4<\/div>\n        <div class=\"cxa-stat-label\">\uc9c0\uc6d0 \uc5b8\uc5b4<\/div>\n      <\/div>\n      <div class=\"cxa-stat\">\n        <div class=\"cxa-stat-num\">1906<\/div>\n        <div class=\"cxa-stat-label\">\uac00\uc7a5 \uc624\ub798\ub41c \uc6d0\uc804<\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============================================================\n       SALES NOTICE\n       ============================================================ -->\n  <section class=\"cxa-section\" style=\"padding-top:0;\">\n    <div class=\"cxa-section-narrow\">\n      <div class=\"cxa-prose\" style=\"font-size:0.82rem; color:var(--color-text-tertiary);\">\n        <p>\n          Classica-X\ub294 \uc790\uccb4 \uc0ac\uc774\ud2b8\uc5d0\uc11c \uc804\uc790\ucc45\uc744 \uc9c1\uc811 \ud310\ub9e4\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \n          \ubaa8\ub4e0 \ub3c4\uc11c\ub294 \uad50\ubcf4\ubb38\uace0, \ub9ac\ub514\ubd81\uc2a4, Amazon Kindle, Apple Books \ub4f1 \n          \uacf5\uc778\ub41c \uc628\ub77c\uc778 \uc11c\uc810\uc744 \ud1b5\ud574\uc11c\ub9cc \uad6c\ub9e4\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \n          \uc774 \uc0ac\uc774\ud2b8\uc5d0\uc11c\ub294 \ub3c4\uc11c \uc18c\uac1c, \ubbf8\ub9ac\ubcf4\uae30, \ud575\uc2ec \uc5b4\ud718, \uba85\ubb38\uc7a5 \ub4f1 \n          \ubd80\uac00 \ucf58\ud150\uce20\ub97c \ubb34\ub8cc\ub85c \uc81c\uacf5\ud569\ub2c8\ub2e4.\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============================================================\n       CTA\n       ============================================================ -->\n  <div class=\"cxa-cta\">\n    <div class=\"cxa-cta-box\">\n      <div class=\"cxa-cta-title\">\uace0\uc804\uc758 \uc9c0\ud61c\ub97c \ub9cc\ub098\ubcf4\uc138\uc694<\/div>\n      <div class=\"cxa-cta-text\">\n        Classica-X\uc758 \ub3c4\uc11c \ubaa9\ub85d\uc744 \ub458\ub7ec\ubcf4\uace0, \uc601\ud55c\ub300\uc5ed \uace0\uc804\uc758 \uc138\uacc4\ub97c \uacbd\ud5d8\ud574 \ubcf4\uc138\uc694.\n      <\/div>\n      <div class=\"cxa-cta-btns\">\n        <a href=\"\/classica-x\/catalog\/\" class=\"cxa-btn cxa-btn-primary\">\ub3c4\uc11c \ubaa9\ub85d \ubcf4\uae30<\/a>\n        <a href=\"\/classica-x\/contact\/\" class=\"cxa-btn cxa-btn-sec\">\ubb38\uc758\ud558\uae30<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Classica-X\/ \uc18c\uac1c About Classica-X Classica-X Timeless Wisdom, Modern Translation \uace0\uc804\uc758 \uc9c0\ud61c\ub97c \ud604\ub300\uc758 \uc5b8\uc5b4\ub85c Classica-X\ub294 \uc800\uc791\uad8c\uc774 \ub9cc\ub8cc\ub41c \ud37c\ube14\ub9ad \ub3c4\uba54\uc778 \uace0\uc804\uc744 \uc601\ud55c\ub300\uc5ed\uc73c\ub85c [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"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-7","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\/ \uc18c\uac1c About Classica-X Classica-X Timeless Wisdom, Modern Translation \uace0\uc804\uc758 \uc9c0\ud61c\ub97c \ud604\ub300\uc758 \uc5b8\uc5b4\ub85c Classica-X\ub294 \uc800\uc791\uad8c\uc774 \ub9cc\ub8cc\ub41c \ud37c\ube14\ub9ad \ub3c4\uba54\uc778 \uace0\uc804\uc744 \uc601\ud55c\ub300\uc5ed\uc73c\ub85c [&hellip;]","_links":{"self":[{"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/pages\/7","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=7"}],"version-history":[{"count":3,"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":339,"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/pages\/7\/revisions\/339"}],"wp:attachment":[{"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/media?parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}