<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>집중하자</title>
    <link>https://ckshin.tistory.com/</link>
    <description>mmigrg</description>
    <language>ko</language>
    <pubDate>Wed, 17 Jun 2026 21:14:44 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>mmigrg</managingEditor>
    <image>
      <title>집중하자</title>
      <url>https://tistory1.daumcdn.net/tistory/2753500/attach/b69c1e33d3f54ada9bcff90ed84f7fe8</url>
      <link>https://ckshin.tistory.com</link>
    </image>
    <item>
      <title>TIME지로 배우는 직장인 비즈니스 영어 | AI 핵심 어휘 20개 + 4주 학습계획</title>
      <link>https://ckshin.tistory.com/531</link>
      <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ko&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot;&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
&lt;title&gt;TIME지로 배우는 직장인 비즈니스 영어 | AI 산업 핵심 어휘 20선 + 4주 학습계획&lt;/title&gt;
&lt;style&gt;
  /* ===== 기본 리셋 &amp; 폰트 ===== */
  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&amp;display=swap');

  body {
    font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #1a1a1a;
    line-height: 1.8;
    margin: 0;
    padding: 0;
    background: #fff;
    font-size: 16px;
  }

  .post-wrap {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 20px 60px;
  }

  /* ===== 헤더 배너 ===== */
  .post-hero {
    background: #CC0000;
    color: white;
    padding: 40px 36px 32px;
    margin: 0 -20px 40px;
    position: relative;
    overflow: hidden;
  }
  .post-hero::after {
    content: 'TIME';
    position: absolute;
    right: -10px;
    top: -20px;
    font-size: 160px;
    font-weight: 900;
    opacity: 0.07;
    line-height: 1;
    font-family: Georgia, serif;
    pointer-events: none;
  }
  .hero-label {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    opacity: 0.8;
    margin-bottom: 12px;
    font-weight: 500;
  }
  .hero-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 14px;
  }
  .hero-desc {
    font-size: 14px;
    opacity: 0.88;
    line-height: 1.7;
    max-width: 560px;
  }
  .hero-tags {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .hero-tag {
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 500;
  }

  /* ===== 저작권 출처 박스 ===== */
  .source-box {
    border: 1px solid #e0d5d5;
    border-left: 4px solid #CC0000;
    background: #fdf9f9;
    padding: 14px 18px;
    border-radius: 0 6px 6px 0;
    font-size: 13px;
    color: #666;
    margin-bottom: 36px;
    line-height: 1.7;
  }
  .source-box strong { color: #CC0000; }

  /* ===== 섹션 공통 ===== */
  .section {
    margin-bottom: 48px;
  }
  .section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f0ece8;
  }
  .section-num {
    width: 36px;
    height: 36px;
    background: #CC0000;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
    flex-shrink: 0;
  }
  .section-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
  }
  .section-sub {
    font-size: 13px;
    color: #888;
    margin-top: 2px;
  }

  /* ===== 어휘 카드 그리드 ===== */
  .vocab-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 14px;
  }
  @media (max-width: 600px) {
    .vocab-grid { grid-template-columns: 1fr; }
  }
  .vocab-card {
    border: 1px solid #ebe6e6;
    border-left: 4px solid #CC0000;
    border-radius: 0 8px 8px 0;
    padding: 16px 18px;
    background: white;
  }
  .vocab-word {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 2px;
  }
  .vocab-pos {
    font-size: 11px;
    color: #CC0000;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 6px;
  }
  .vocab-def {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 8px;
  }
  .vocab-ex {
    font-size: 13px;
    color: #888;
    font-style: italic;
    padding-top: 8px;
    border-top: 1px solid #f0ece8;
    line-height: 1.6;
  }
  .vocab-ex em { font-style: normal; color: #CC0000; font-weight: 600; }

  /* ===== 표현 카드 ===== */
  .phrase-card {
    border: 1px solid #ebe6e6;
    border-radius: 8px;
    padding: 18px 20px;
    margin-bottom: 14px;
    background: white;
  }
  .phrase-tag {
    display: inline-block;
    background: #fff0f0;
    color: #CC0000;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
  }
  .phrase-en {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 6px;
    line-height: 1.5;
    font-style: italic;
  }
  .phrase-ko {
    font-size: 14px;
    color: #555;
    margin-bottom: 8px;
    line-height: 1.6;
  }
  .phrase-note {
    font-size: 13px;
    color: #888;
    background: #f9f7f5;
    padding: 8px 12px;
    border-radius: 6px;
    line-height: 1.6;
  }

  /* ===== 문법 박스 ===== */
  .grammar-box {
    border: 1px solid #ebe6e6;
    border-radius: 8px;
    padding: 18px 20px;
    margin-bottom: 16px;
    background: white;
  }
  .grammar-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .grammar-title::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #CC0000;
    border-radius: 2px;
  }
  .grammar-rule {
    font-family: 'Courier New', monospace;
    font-size: 13px;
    background: #f5f2ed;
    color: #333;
    padding: 10px 14px;
    border-radius: 6px;
    margin-bottom: 12px;
    line-height: 1.7;
  }
  .grammar-ex-item {
    margin-bottom: 10px;
    padding-left: 14px;
    border-left: 2px solid #f0ece8;
    line-height: 1.7;
  }
  .grammar-ex-en { font-size: 14px; color: #333; }
  .grammar-ex-en em { font-style: normal; color: #CC0000; font-weight: 600; }
  .grammar-ex-ko { font-size: 13px; color: #888; margin-top: 2px; }

  /* ===== 4주 학습 계획 ===== */
  .week-block {
    border: 1px solid #ebe6e6;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 18px;
  }
  .week-header {
    background: #CC0000;
    color: white;
    padding: 12px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .week-name {
    font-size: 15px;
    font-weight: 700;
  }
  .week-theme {
    font-size: 13px;
    opacity: 0.88;
  }
  .week-time {
    font-size: 12px;
    background: rgba(255,255,255,0.2);
    padding: 3px 10px;
    border-radius: 20px;
  }
  .day-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 18px;
    border-bottom: 1px solid #f5f2ed;
    background: white;
  }
  .day-row:last-child { border-bottom: none; }
  .day-label {
    font-size: 11px;
    font-weight: 700;
    color: #CC0000;
    letter-spacing: 1px;
    min-width: 32px;
    padding-top: 2px;
    text-transform: uppercase;
  }
  .day-content { flex: 1; }
  .day-title { font-size: 14px; font-weight: 600; color: #1a1a1a; margin-bottom: 3px; }
  .day-detail { font-size: 13px; color: #777; line-height: 1.6; }

  /* ===== 학습 방법 카드 ===== */
  .method-card {
    border: 1px solid #ebe6e6;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 16px;
    background: white;
    display: flex;
    gap: 18px;
    align-items: flex-start;
  }
  .method-num {
    font-size: 42px;
    font-weight: 900;
    color: #f0e8e8;
    line-height: 1;
    min-width: 48px;
    font-family: Georgia, serif;
  }
  .method-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 7px;
  }
  .method-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.75;
    margin-bottom: 8px;
  }
  .method-tip {
    font-size: 13px;
    color: #CC0000;
    background: #fff8f8;
    border-radius: 6px;
    padding: 7px 12px;
    line-height: 1.6;
  }

  /* ===== 구분선 인포 박스 ===== */
  .info-box {
    background: #f9f7f5;
    border-radius: 8px;
    padding: 18px 22px;
    margin: 28px 0;
    font-size: 14px;
    color: #555;
    line-height: 1.8;
  }
  .info-box strong { color: #CC0000; }

  /* ===== 마무리 CTA ===== */
  .cta-box {
    background: #1a1a1a;
    color: white;
    border-radius: 10px;
    padding: 28px 28px;
    text-align: center;
    margin-top: 48px;
  }
  .cta-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .cta-desc {
    font-size: 14px;
    opacity: 0.75;
    line-height: 1.7;
  }

  /* ===== 반응형 ===== */
  @media (max-width: 600px) {
    .post-hero { padding: 28px 20px; }
    .hero-title { font-size: 22px; }
    .method-card { flex-direction: column; gap: 10px; }
    .method-num { font-size: 28px; }
    .week-header { flex-direction: column; align-items: flex-start; gap: 6px; }
  }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;post-wrap&quot;&gt;

  &lt;!-- 히어로 배너 --&gt;
  &lt;div class=&quot;post-hero&quot;&gt;
    &lt;div class=&quot;hero-label&quot;&gt;직장인 비즈니스 영어 학습&lt;/div&gt;
    &lt;div class=&quot;hero-title&quot;&gt;TIME지로 배우는 AI 비즈니스 영어&lt;br&gt;핵심 어휘 20선 + 4주 학습 계획&lt;/div&gt;
    &lt;div class=&quot;hero-desc&quot;&gt;
      세계적 권위지 TIME Magazine의 AI 커버스토리를 교육 자료로 재구성했습니다.
      기업 전략, 윤리 논쟁, 국방 계약까지 — 실무에서 바로 쓰는 영어 표현을 함께 익혀보세요.
    &lt;/div&gt;
    &lt;div class=&quot;hero-tags&quot;&gt;
      &lt;span class=&quot;hero-tag&quot;&gt;#직장인영어&lt;/span&gt;
      &lt;span class=&quot;hero-tag&quot;&gt;#비즈니스영어&lt;/span&gt;
      &lt;span class=&quot;hero-tag&quot;&gt;#AI영어&lt;/span&gt;
      &lt;span class=&quot;hero-tag&quot;&gt;#영어학습계획&lt;/span&gt;
      &lt;span class=&quot;hero-tag&quot;&gt;#TIME영어&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 출처 및 저작권 표기 --&gt;
  &lt;div class=&quot;source-box&quot;&gt;
      &lt;strong&gt;출처 표기&lt;/strong&gt; : 본 포스팅은 TIME Magazine (April 6, 2026), &quot;The Most Disruptive Company in The World&quot; by Harry Booth &amp;amp; Billy Perrigo 기사의 주제와 맥락을 교육 목적으로 재구성한 학습자료입니다. 기사 원문은 &lt;strong&gt;time.com&lt;/strong&gt;에서 확인하실 수 있습니다. 기사 원문 사진·문장의 무단 전재를 금합니다.
  &lt;/div&gt;

  &lt;!-- ===== 섹션 1: 핵심 어휘 ===== --&gt;
  &lt;div class=&quot;section&quot;&gt;
    &lt;div class=&quot;section-header&quot;&gt;
      &lt;div class=&quot;section-num&quot;&gt;1&lt;/div&gt;
      &lt;div&gt;
        &lt;div class=&quot;section-title&quot;&gt;핵심 어휘 20선&lt;/div&gt;
        &lt;div class=&quot;section-sub&quot;&gt;AI·Tech·비즈니스 기사에 반드시 등장하는 단어들&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;vocab-grid&quot;&gt;

      &lt;div class=&quot;vocab-card&quot;&gt;
        &lt;div class=&quot;vocab-word&quot;&gt;disruptive&lt;/div&gt;
        &lt;div class=&quot;vocab-pos&quot;&gt;adjective&lt;/div&gt;
        &lt;div class=&quot;vocab-def&quot;&gt;기존 산업·시장을 근본적으로 흔드는, 파괴적 혁신의&lt;/div&gt;
        &lt;div class=&quot;vocab-ex&quot;&gt;AI is the most &lt;em&gt;disruptive&lt;/em&gt; technology of our generation.&lt;/div&gt;
      &lt;/div&gt;

      &lt;div class=&quot;vocab-card&quot;&gt;
        &lt;div class=&quot;vocab-word&quot;&gt;vanguard&lt;/div&gt;
        &lt;div class=&quot;vocab-pos&quot;&gt;noun&lt;/div&gt;
        &lt;div class=&quot;vocab-def&quot;&gt;선봉, 최첨단 — 어떤 분야를 이끌어 나가는 선두 집단&lt;/div&gt;
        &lt;div class=&quot;vocab-ex&quot;&gt;The company operates at the &lt;em&gt;vanguard&lt;/em&gt; of AI research.&lt;/div&gt;
      &lt;/div&gt;

      &lt;div class=&quot;vocab-card&quot;&gt;
        &lt;div class=&quot;vocab-word&quot;&gt;biosecurity&lt;/div&gt;
        &lt;div class=&quot;vocab-pos&quot;&gt;noun&lt;/div&gt;
        &lt;div class=&quot;vocab-def&quot;&gt;생물보안 — 생물학적 위협으로부터의 안전 관리 체계&lt;/div&gt;
        &lt;div class=&quot;vocab-ex&quot;&gt;New AI models raise serious &lt;em&gt;biosecurity&lt;/em&gt; concerns.&lt;/div&gt;
      &lt;/div&gt;

      &lt;div class=&quot;vocab-card&quot;&gt;
        &lt;div class=&quot;vocab-word&quot;&gt;safeguard&lt;/div&gt;
        &lt;div class=&quot;vocab-pos&quot;&gt;noun / verb&lt;/div&gt;
        &lt;div class=&quot;vocab-def&quot;&gt;보호 장치, 안전 조치 / ~을 보호하다&lt;/div&gt;
        &lt;div class=&quot;vocab-ex&quot;&gt;The team put strict &lt;em&gt;safeguards&lt;/em&gt; in place before releasing the model.&lt;/div&gt;
      &lt;/div&gt;

      &lt;div class=&quot;vocab-card&quot;&gt;
        &lt;div class=&quot;vocab-word&quot;&gt;imperative&lt;/div&gt;
        &lt;div class=&quot;vocab-pos&quot;&gt;noun&lt;/div&gt;
        &lt;div class=&quot;vocab-def&quot;&gt;필수적인 요건, 절대적 과제 (복수형 imperatives)&lt;/div&gt;
        &lt;div class=&quot;vocab-ex&quot;&gt;Safety &lt;em&gt;imperatives&lt;/em&gt; must come before commercial pressures.&lt;/div&gt;
      &lt;/div&gt;

      &lt;div class=&quot;vocab-card&quot;&gt;
        &lt;div class=&quot;vocab-word&quot;&gt;autonomous&lt;/div&gt;
        &lt;div class=&quot;vocab-pos&quot;&gt;adjective&lt;/div&gt;
        &lt;div class=&quot;vocab-def&quot;&gt;자율적인 — 인간의 개입 없이 스스로 작동·결정하는&lt;/div&gt;
        &lt;div class=&quot;vocab-ex&quot;&gt;Fully &lt;em&gt;autonomous&lt;/em&gt; AI systems are both powerful and risky.&lt;/div&gt;
      &lt;/div&gt;

      &lt;div class=&quot;vocab-card&quot;&gt;
        &lt;div class=&quot;vocab-word&quot;&gt;relinquish&lt;/div&gt;
        &lt;div class=&quot;vocab-pos&quot;&gt;verb&lt;/div&gt;
        &lt;div class=&quot;vocab-def&quot;&gt;포기하다, 내어주다, 손을 놓다&lt;/div&gt;
        &lt;div class=&quot;vocab-ex&quot;&gt;No company wants to &lt;em&gt;relinquish&lt;/em&gt; control of its core technology.&lt;/div&gt;
      &lt;/div&gt;

      &lt;div class=&quot;vocab-card&quot;&gt;
        &lt;div class=&quot;vocab-word&quot;&gt;concession&lt;/div&gt;
        &lt;div class=&quot;vocab-pos&quot;&gt;noun&lt;/div&gt;
        &lt;div class=&quot;vocab-def&quot;&gt;양보, 타협 — 상대방 요구를 일부 수용하는 것&lt;/div&gt;
        &lt;div class=&quot;vocab-ex&quot;&gt;The policy change was a significant &lt;em&gt;concession&lt;/em&gt; to the government.&lt;/div&gt;
      &lt;/div&gt;

      &lt;div class=&quot;vocab-card&quot;&gt;
        &lt;div class=&quot;vocab-word&quot;&gt;valuation&lt;/div&gt;
        &lt;div class=&quot;vocab-pos&quot;&gt;noun&lt;/div&gt;
        &lt;div class=&quot;vocab-def&quot;&gt;기업 가치 평가액 — 스타트업·상장사 가치 산정&lt;/div&gt;
        &lt;div class=&quot;vocab-ex&quot;&gt;The startup's &lt;em&gt;valuation&lt;/em&gt; exceeded $10 billion after its latest round.&lt;/div&gt;
      &lt;/div&gt;

      &lt;div class=&quot;vocab-card&quot;&gt;
        &lt;div class=&quot;vocab-word&quot;&gt;proliferate&lt;/div&gt;
        &lt;div class=&quot;vocab-pos&quot;&gt;verb&lt;/div&gt;
        &lt;div class=&quot;vocab-def&quot;&gt;급속히 퍼지다, 증식·확산하다&lt;/div&gt;
        &lt;div class=&quot;vocab-ex&quot;&gt;AI tools &lt;em&gt;proliferate&lt;/em&gt; faster than regulations can follow.&lt;/div&gt;
      &lt;/div&gt;

      &lt;div class=&quot;vocab-card&quot;&gt;
        &lt;div class=&quot;vocab-word&quot;&gt;accountability&lt;/div&gt;
        &lt;div class=&quot;vocab-pos&quot;&gt;noun&lt;/div&gt;
        &lt;div class=&quot;vocab-def&quot;&gt;책임감, 책임 소재의 명확성 — 결과에 대한 책임&lt;/div&gt;
        &lt;div class=&quot;vocab-ex&quot;&gt;Greater &lt;em&gt;accountability&lt;/em&gt; is essential for AI companies.&lt;/div&gt;
      &lt;/div&gt;

      &lt;div class=&quot;vocab-card&quot;&gt;
        &lt;div class=&quot;vocab-word&quot;&gt;trajectory&lt;/div&gt;
        &lt;div class=&quot;vocab-pos&quot;&gt;noun&lt;/div&gt;
        &lt;div class=&quot;vocab-def&quot;&gt;궤도, 발전 방향 — 사람·조직·사물의 진행 경로&lt;/div&gt;
        &lt;div class=&quot;vocab-ex&quot;&gt;The &lt;em&gt;trajectory&lt;/em&gt; of AI development has surprised even its creators.&lt;/div&gt;
      &lt;/div&gt;

      &lt;div class=&quot;vocab-card&quot;&gt;
        &lt;div class=&quot;vocab-word&quot;&gt;classified&lt;/div&gt;
        &lt;div class=&quot;vocab-pos&quot;&gt;adjective&lt;/div&gt;
        &lt;div class=&quot;vocab-def&quot;&gt;기밀의, 비공개의 — 정부·군사 정보에 주로 사용&lt;/div&gt;
        &lt;div class=&quot;vocab-ex&quot;&gt;Access to &lt;em&gt;classified&lt;/em&gt; data requires special security clearance.&lt;/div&gt;
      &lt;/div&gt;

      &lt;div class=&quot;vocab-card&quot;&gt;
        &lt;div class=&quot;vocab-word&quot;&gt;unprecedented&lt;/div&gt;
        &lt;div class=&quot;vocab-pos&quot;&gt;adjective&lt;/div&gt;
        &lt;div class=&quot;vocab-def&quot;&gt;전례 없는 — 역사상 한 번도 일어난 적 없는&lt;/div&gt;
        &lt;div class=&quot;vocab-ex&quot;&gt;AI's growth rate is &lt;em&gt;unprecedented&lt;/em&gt; in the history of technology.&lt;/div&gt;
      &lt;/div&gt;

      &lt;div class=&quot;vocab-card&quot;&gt;
        &lt;div class=&quot;vocab-word&quot;&gt;rhetoric&lt;/div&gt;
        &lt;div class=&quot;vocab-pos&quot;&gt;noun&lt;/div&gt;
        &lt;div class=&quot;vocab-def&quot;&gt;수사법, 미사여구 — 행동이 따르지 않는 말뿐인 주장&lt;/div&gt;
        &lt;div class=&quot;vocab-ex&quot;&gt;Critics say the company's safety &lt;em&gt;rhetoric&lt;/em&gt; doesn't match its actions.&lt;/div&gt;
      &lt;/div&gt;

      &lt;div class=&quot;vocab-card&quot;&gt;
        &lt;div class=&quot;vocab-word&quot;&gt;complicit&lt;/div&gt;
        &lt;div class=&quot;vocab-pos&quot;&gt;adjective&lt;/div&gt;
        &lt;div class=&quot;vocab-def&quot;&gt;공모한, 연루된, 묵인한 — 나쁜 일에 함께한&lt;/div&gt;
        &lt;div class=&quot;vocab-ex&quot;&gt;Some employees felt &lt;em&gt;complicit&lt;/em&gt; in potential misuse of their work.&lt;/div&gt;
      &lt;/div&gt;

      &lt;div class=&quot;vocab-card&quot;&gt;
        &lt;div class=&quot;vocab-word&quot;&gt;existential&lt;/div&gt;
        &lt;div class=&quot;vocab-pos&quot;&gt;adjective&lt;/div&gt;
        &lt;div class=&quot;vocab-def&quot;&gt;존재론적, 실존적 — 존재 자체를 위협하는 수준의&lt;/div&gt;
        &lt;div class=&quot;vocab-ex&quot;&gt;AI poses an &lt;em&gt;existential&lt;/em&gt; risk if not properly governed.&lt;/div&gt;
      &lt;/div&gt;

      &lt;div class=&quot;vocab-card&quot;&gt;
        &lt;div class=&quot;vocab-word&quot;&gt;deter&lt;/div&gt;
        &lt;div class=&quot;vocab-pos&quot;&gt;verb&lt;/div&gt;
        &lt;div class=&quot;vocab-def&quot;&gt;막다, 저지하다, 단념시키다 — 위협이나 규제로&lt;/div&gt;
        &lt;div class=&quot;vocab-ex&quot;&gt;Heavy regulations may &lt;em&gt;deter&lt;/em&gt; investment in AI safety research.&lt;/div&gt;
      &lt;/div&gt;

      &lt;div class=&quot;vocab-card&quot;&gt;
        &lt;div class=&quot;vocab-word&quot;&gt;hedge&lt;/div&gt;
        &lt;div class=&quot;vocab-pos&quot;&gt;verb / noun&lt;/div&gt;
        &lt;div class=&quot;vocab-def&quot;&gt;위험을 분산하다, 양쪽에 걸치다 / 위험 분산 전략&lt;/div&gt;
        &lt;div class=&quot;vocab-ex&quot;&gt;Smart investors &lt;em&gt;hedge&lt;/em&gt; by funding both startups and established firms.&lt;/div&gt;
      &lt;/div&gt;

      &lt;div class=&quot;vocab-card&quot;&gt;
        &lt;div class=&quot;vocab-word&quot;&gt;confrontation&lt;/div&gt;
        &lt;div class=&quot;vocab-pos&quot;&gt;noun&lt;/div&gt;
        &lt;div class=&quot;vocab-def&quot;&gt;대립, 충돌, 정면 대결 — 두 세력의 직접적 갈등&lt;/div&gt;
        &lt;div class=&quot;vocab-ex&quot;&gt;The &lt;em&gt;confrontation&lt;/em&gt; between regulators and AI labs is escalating.&lt;/div&gt;
      &lt;/div&gt;

    &lt;/div&gt;
  &lt;/div&gt;&lt;!-- /section 1 --&gt;

  &lt;!-- ===== 섹션 2: 핵심 표현 ===== --&gt;
  &lt;div class=&quot;section&quot;&gt;
    &lt;div class=&quot;section-header&quot;&gt;
      &lt;div class=&quot;section-num&quot;&gt;2&lt;/div&gt;
      &lt;div&gt;
        &lt;div class=&quot;section-title&quot;&gt;실전 비즈니스 표현 8선&lt;/div&gt;
        &lt;div class=&quot;section-sub&quot;&gt;업무·발표·이메일에 바로 활용할 수 있는 표현&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;phrase-card&quot;&gt;
      &lt;span class=&quot;phrase-tag&quot;&gt;비즈니스 전략&lt;/span&gt;
      &lt;div class=&quot;phrase-en&quot;&gt;at the forefront of an industry that is fundamentally reshaping the world&lt;/div&gt;
      &lt;div class=&quot;phrase-ko&quot;&gt;세상을 근본적으로 재편하고 있는 산업의 최전선에서&lt;/div&gt;
      &lt;div class=&quot;phrase-note&quot;&gt;  'at the forefront of ~' = ~의 최첨단에. &quot;at the vanguard of&quot;와 같은 의미. 기업·팀 소개에서 강한 포지셔닝을 표현할 때 활용.&lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;phrase-card&quot;&gt;
      &lt;span class=&quot;phrase-tag&quot;&gt;협상·원칙&lt;/span&gt;
      &lt;div class=&quot;phrase-en&quot;&gt;maintain firm boundaries on non-negotiable principles&lt;/div&gt;
      &lt;div class=&quot;phrase-ko&quot;&gt;협상 불가한 원칙에 대해 확고한 경계를 유지하다&lt;/div&gt;
      &lt;div class=&quot;phrase-note&quot;&gt;  'non-negotiable' = 타협 불가. 회의·협상 자리에서 &quot;This is non-negotiable for us.&quot;로 단호한 입장을 표명할 때 사용.&lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;phrase-card&quot;&gt;
      &lt;span class=&quot;phrase-tag&quot;&gt;리스크 판단&lt;/span&gt;
      &lt;div class=&quot;phrase-en&quot;&gt;determine whether the immense risks are worth taking&lt;/div&gt;
      &lt;div class=&quot;phrase-ko&quot;&gt;막대한 위험을 감수할 가치가 있는지 판단하다&lt;/div&gt;
      &lt;div class=&quot;phrase-note&quot;&gt;  'worth taking' = 감수할 만한. &quot;Is the risk worth taking?&quot; 형태로 리스크 검토 회의에서 즐겨 쓰임.&lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;phrase-card&quot;&gt;
      &lt;span class=&quot;phrase-tag&quot;&gt;조직 문화&lt;/span&gt;
      &lt;div class=&quot;phrase-en&quot;&gt;preserve a tightly-knit organizational culture&lt;/div&gt;
      &lt;div class=&quot;phrase-ko&quot;&gt;긴밀하게 결속된 조직 문화를 지키다&lt;/div&gt;
      &lt;div class=&quot;phrase-note&quot;&gt;  'tight-knit' = 결속력이 강한. HR 자료나 채용 공고에서 &quot;We have a tight-knit team.&quot; 형태로 자주 등장.&lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;phrase-card&quot;&gt;
      &lt;span class=&quot;phrase-tag&quot;&gt;경고·위기&lt;/span&gt;
      &lt;div class=&quot;phrase-en&quot;&gt;We are driving down a cliff road — one mistake will be fatal.&lt;/div&gt;
      &lt;div class=&quot;phrase-ko&quot;&gt;우리는 절벽 도로를 달리고 있다 — 실수 하나가 치명적이다.&lt;/div&gt;
      &lt;div class=&quot;phrase-note&quot;&gt;  비유(metaphor)를 통한 강렬한 경고 표현. 프레젠테이션이나 임원 보고에서 위기의식을 전달할 때 매우 효과적.&lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;phrase-card&quot;&gt;
      &lt;span class=&quot;phrase-tag&quot;&gt;모순 지적&lt;/span&gt;
      &lt;div class=&quot;phrase-en&quot;&gt;sending contradictory messages to the public&lt;/div&gt;
      &lt;div class=&quot;phrase-ko&quot;&gt;대중에게 모순된 메시지를 전달하다&lt;/div&gt;
      &lt;div class=&quot;phrase-note&quot;&gt;  기업·정책의 앞뒤 다른 행동을 비판할 때. &quot;The company is sending contradictory messages.&quot;처럼 기사·보고서에서 활용.&lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;phrase-card&quot;&gt;
      &lt;span class=&quot;phrase-tag&quot;&gt;공급망·산업&lt;/span&gt;
      &lt;div class=&quot;phrase-en&quot;&gt;a critical supply-chain vulnerability affecting national security&lt;/div&gt;
      &lt;div class=&quot;phrase-ko&quot;&gt;국가 안보에 영향을 미치는 중요한 공급망 취약점&lt;/div&gt;
      &lt;div class=&quot;phrase-note&quot;&gt;  'supply-chain vulnerability' = 공급망 취약점. 제조·물류·기술 업계 모두 필수 표현. 최근 반도체·AI 맥락에서 특히 자주 등장.&lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;phrase-card&quot;&gt;
      &lt;span class=&quot;phrase-tag&quot;&gt;성장·평가&lt;/span&gt;
      &lt;div class=&quot;phrase-en&quot;&gt;annualized revenue from the product has surpassed $1 billion&lt;/div&gt;
      &lt;div class=&quot;phrase-ko&quot;&gt;해당 제품의 연간 환산 매출이 10억 달러를 돌파했다&lt;/div&gt;
      &lt;div class=&quot;phrase-note&quot;&gt;  'annualized revenue' = 연환산 매출. 분기 실적을 연간으로 환산할 때 사용. 투자자·경영진 보고 시 필수 표현.&lt;/div&gt;
    &lt;/div&gt;

  &lt;/div&gt;&lt;!-- /section 2 --&gt;

  &lt;!-- ===== 섹션 3: 문법 패턴 ===== --&gt;
  &lt;div class=&quot;section&quot;&gt;
    &lt;div class=&quot;section-header&quot;&gt;
      &lt;div class=&quot;section-num&quot;&gt;3&lt;/div&gt;
      &lt;div&gt;
        &lt;div class=&quot;section-title&quot;&gt;주요 문법 패턴 5가지&lt;/div&gt;
        &lt;div class=&quot;section-sub&quot;&gt;영어 기사·보고서에 반복적으로 나타나는 핵심 구문&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;grammar-box&quot;&gt;
      &lt;div class=&quot;grammar-title&quot;&gt;수동태 + 보어 구조&lt;/div&gt;
      &lt;div class=&quot;grammar-rule&quot;&gt;S + be + past participle + as / to + [보어/동사원형]&lt;/div&gt;
      &lt;div class=&quot;grammar-ex-item&quot;&gt;
        &lt;div class=&quot;grammar-ex-en&quot;&gt;The AI system is &lt;em&gt;viewed as&lt;/em&gt; one of the most transformative technologies.&lt;/div&gt;
        &lt;div class=&quot;grammar-ex-ko&quot;&gt;그 AI 시스템은 가장 혁신적인 기술 중 하나로 여겨진다.&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;grammar-ex-item&quot;&gt;
        &lt;div class=&quot;grammar-ex-en&quot;&gt;The company was &lt;em&gt;poised to transform&lt;/em&gt; the future of work.&lt;/div&gt;
        &lt;div class=&quot;grammar-ex-ko&quot;&gt;그 회사는 일의 미래를 바꿀 준비가 되어 있었다.&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;grammar-box&quot;&gt;
      &lt;div class=&quot;grammar-title&quot;&gt;양보 부사절 — even if / even though&lt;/div&gt;
      &lt;div class=&quot;grammar-rule&quot;&gt;Even if + [조건절], + [주절] &amp;nbsp;/&amp;nbsp; Even though + [사실절], + [주절]&lt;/div&gt;
      &lt;div class=&quot;grammar-ex-item&quot;&gt;
        &lt;div class=&quot;grammar-ex-en&quot;&gt;&lt;em&gt;Even if&lt;/em&gt; the information is publicly available, the company declines to share it.&lt;/div&gt;
        &lt;div class=&quot;grammar-ex-ko&quot;&gt;정보가 공개적으로 존재하더라도 회사는 공유를 거절한다.&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;grammar-ex-item&quot;&gt;
        &lt;div class=&quot;grammar-ex-en&quot;&gt;&lt;em&gt;Even though&lt;/em&gt; the firm promotes safety, critics point out contradictions.&lt;/div&gt;
        &lt;div class=&quot;grammar-ex-ko&quot;&gt;그 회사가 안전을 강조하지만 비판론자들은 모순을 지적한다.&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;grammar-box&quot;&gt;
      &lt;div class=&quot;grammar-title&quot;&gt;분사구문 — 동시 동작 / 이유 표현&lt;/div&gt;
      &lt;div class=&quot;grammar-rule&quot;&gt;[Verb-ing phrase], + [main clause]&lt;/div&gt;
      &lt;div class=&quot;grammar-ex-item&quot;&gt;
        &lt;div class=&quot;grammar-ex-en&quot;&gt;&lt;em&gt;Citing safety concerns&lt;/em&gt;, the team delayed the product release by ten days.&lt;/div&gt;
        &lt;div class=&quot;grammar-ex-ko&quot;&gt;안전 우려를 이유로 들어, 팀은 제품 출시를 10일 미뤘다.&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;grammar-ex-item&quot;&gt;
        &lt;div class=&quot;grammar-ex-en&quot;&gt;&lt;em&gt;Racing back to headquarters&lt;/em&gt;, the executives called an emergency meeting.&lt;/div&gt;
        &lt;div class=&quot;grammar-ex-ko&quot;&gt;본사로 급히 돌아가며 경영진은 긴급 회의를 소집했다.&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;grammar-box&quot;&gt;
      &lt;div class=&quot;grammar-title&quot;&gt;대조 접속사 — while / whereas&lt;/div&gt;
      &lt;div class=&quot;grammar-rule&quot;&gt;While/Whereas + [A절], + [B절] → A인 반면, B이다&lt;/div&gt;
      &lt;div class=&quot;grammar-ex-item&quot;&gt;
        &lt;div class=&quot;grammar-ex-en&quot;&gt;&lt;em&gt;While&lt;/em&gt; the company emphasizes ethics, it has signed defense contracts.&lt;/div&gt;
        &lt;div class=&quot;grammar-ex-ko&quot;&gt;그 회사는 윤리를 강조하면서도 국방부 계약을 체결했다.&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;grammar-ex-item&quot;&gt;
        &lt;div class=&quot;grammar-ex-en&quot;&gt;&lt;em&gt;Whereas&lt;/em&gt; competitors moved fast, this lab tried to proceed with caution.&lt;/div&gt;
        &lt;div class=&quot;grammar-ex-ko&quot;&gt;경쟁사들이 빠르게 움직인 반면, 이 연구소는 신중하게 가려 했다.&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;grammar-box&quot;&gt;
      &lt;div class=&quot;grammar-title&quot;&gt;강조 도치 구문 — It is/was ~ that ...&lt;/div&gt;
      &lt;div class=&quot;grammar-rule&quot;&gt;It is/was + [강조 요소] + that + [나머지 문장]&lt;/div&gt;
      &lt;div class=&quot;grammar-ex-item&quot;&gt;
        &lt;div class=&quot;grammar-ex-en&quot;&gt;&lt;em&gt;It was&lt;/em&gt; the security threat &lt;em&gt;that&lt;/em&gt; most alarmed the internal team.&lt;/div&gt;
        &lt;div class=&quot;grammar-ex-ko&quot;&gt;내부 팀을 가장 놀라게 한 것은 바로 그 보안 위협이었다.&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;grammar-ex-item&quot;&gt;
        &lt;div class=&quot;grammar-ex-en&quot;&gt;&lt;em&gt;It is&lt;/em&gt; the pace of AI growth &lt;em&gt;that&lt;/em&gt; regulators struggle to keep up with.&lt;/div&gt;
        &lt;div class=&quot;grammar-ex-ko&quot;&gt;규제당국이 따라가기 힘든 것은 바로 AI 성장 속도이다.&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;

  &lt;/div&gt;&lt;!-- /section 3 --&gt;

  &lt;!-- ===== 섹션 4: 4주 학습 계획 ===== --&gt;
  &lt;div class=&quot;section&quot;&gt;
    &lt;div class=&quot;section-header&quot;&gt;
      &lt;div class=&quot;section-num&quot;&gt;4&lt;/div&gt;
      &lt;div&gt;
        &lt;div class=&quot;section-title&quot;&gt;4주 학습 계획&lt;/div&gt;
        &lt;div class=&quot;section-sub&quot;&gt;하루 20~30분 투자로 완성하는 실전 비즈니스 영어&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;info-box&quot;&gt;
        &lt;strong&gt;이 계획의 핵심 원칙&lt;/strong&gt; : Input(읽기·듣기) 60% + Output(말하기·쓰기) 40%의 균형을 유지합니다. 4주가 끝나면 이 기사 수준의 영어 기사를 자유롭게 읽고, 관련 주제로 영어 이메일과 발표를 할 수 있게 됩니다.
    &lt;/div&gt;

    &lt;div class=&quot;week-block&quot;&gt;
      &lt;div class=&quot;week-header&quot;&gt;
        &lt;div&gt;&lt;div class=&quot;week-name&quot;&gt;Week 1&lt;/div&gt;&lt;div class=&quot;week-theme&quot;&gt;어휘 기초 다지기&lt;/div&gt;&lt;/div&gt;
        &lt;div class=&quot;week-time&quot;&gt;하루 20분&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;day-row&quot;&gt;&lt;div class=&quot;day-label&quot;&gt;Mon&lt;/div&gt;&lt;div class=&quot;day-content&quot;&gt;&lt;div class=&quot;day-title&quot;&gt;어휘 1–10 암기 + 발음 연습&lt;/div&gt;&lt;div class=&quot;day-detail&quot;&gt;Anki 또는 Quizlet에 vanguard, disruptive, biosecurity 등 플래시카드 생성 후 소리 내어 발음&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;day-row&quot;&gt;&lt;div class=&quot;day-label&quot;&gt;Tue&lt;/div&gt;&lt;div class=&quot;day-content&quot;&gt;&lt;div class=&quot;day-title&quot;&gt;문맥 속 어휘 확인&lt;/div&gt;&lt;div class=&quot;day-detail&quot;&gt;각 어휘가 쓰인 예문을 노트에 필사하며 문맥 파악 (Shadowing 준비 단계)&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;day-row&quot;&gt;&lt;div class=&quot;day-label&quot;&gt;Wed&lt;/div&gt;&lt;div class=&quot;day-content&quot;&gt;&lt;div class=&quot;day-title&quot;&gt;어휘 11–20 암기 + 셀프 퀴즈&lt;/div&gt;&lt;div class=&quot;day-detail&quot;&gt;classified, rhetoric, existential 등 학습 후 영어 정의만 보고 단어 맞추기 자체 테스트&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;day-row&quot;&gt;&lt;div class=&quot;day-label&quot;&gt;Thu&lt;/div&gt;&lt;div class=&quot;day-content&quot;&gt;&lt;div class=&quot;day-title&quot;&gt;직장 상황에 맞는 문장 만들기&lt;/div&gt;&lt;div class=&quot;day-detail&quot;&gt;새로 배운 어휘 10개로 자신의 업무 상황에 맞는 영어 문장 각 1개씩 작성&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;day-row&quot;&gt;&lt;div class=&quot;day-label&quot;&gt;Fri&lt;/div&gt;&lt;div class=&quot;day-content&quot;&gt;&lt;div class=&quot;day-title&quot;&gt;주간 총복습 + 낭독 훈련&lt;/div&gt;&lt;div class=&quot;day-detail&quot;&gt;섹션 2의 핵심 표현 8개를 소리 내어 3회 낭독, 주간 어휘 전체 복습&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;week-block&quot;&gt;
      &lt;div class=&quot;week-header&quot;&gt;
        &lt;div&gt;&lt;div class=&quot;week-name&quot;&gt;Week 2&lt;/div&gt;&lt;div class=&quot;week-theme&quot;&gt;표현 &amp; 구문 내재화&lt;/div&gt;&lt;/div&gt;
        &lt;div class=&quot;week-time&quot;&gt;하루 25분&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;day-row&quot;&gt;&lt;div class=&quot;day-label&quot;&gt;Mon&lt;/div&gt;&lt;div class=&quot;day-content&quot;&gt;&lt;div class=&quot;day-title&quot;&gt;핵심 표현 8개 완전 암기&lt;/div&gt;&lt;div class=&quot;day-detail&quot;&gt;'at the forefront of', 'non-negotiable' 등 표현을 보지 않고 말할 수 있을 때까지 반복&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;day-row&quot;&gt;&lt;div class=&quot;day-label&quot;&gt;Tue&lt;/div&gt;&lt;div class=&quot;day-content&quot;&gt;&lt;div class=&quot;day-title&quot;&gt;Shadowing 연습&lt;/div&gt;&lt;div class=&quot;day-detail&quot;&gt;YouTube에서 AI/Tech 분야 영어 인터뷰 1개 선택 후 10분 쉐도잉 (예: TED AI Talks)&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;day-row&quot;&gt;&lt;div class=&quot;day-label&quot;&gt;Wed&lt;/div&gt;&lt;div class=&quot;day-content&quot;&gt;&lt;div class=&quot;day-title&quot;&gt;문법 패턴 5가지 학습&lt;/div&gt;&lt;div class=&quot;day-detail&quot;&gt;수동태, 분사구문, 도치 구문 학습 후 각 패턴으로 나만의 문장 2개씩 작성&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;day-row&quot;&gt;&lt;div class=&quot;day-label&quot;&gt;Thu&lt;/div&gt;&lt;div class=&quot;day-content&quot;&gt;&lt;div class=&quot;day-title&quot;&gt;Output 실전 적용&lt;/div&gt;&lt;div class=&quot;day-detail&quot;&gt;오늘 업무 이메일 또는 사내 메신저에서 배운 표현 1개를 실제로 사용해보기&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;day-row&quot;&gt;&lt;div class=&quot;day-label&quot;&gt;Fri&lt;/div&gt;&lt;div class=&quot;day-content&quot;&gt;&lt;div class=&quot;day-title&quot;&gt;기사 핵심 내용 영어로 요약&lt;/div&gt;&lt;div class=&quot;day-detail&quot;&gt;이번 주 배운 어휘·표현을 사용해 기사 내용을 3~5문장 영어로 요약 작성&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;week-block&quot;&gt;
      &lt;div class=&quot;week-header&quot;&gt;
        &lt;div&gt;&lt;div class=&quot;week-name&quot;&gt;Week 3&lt;/div&gt;&lt;div class=&quot;week-theme&quot;&gt;독해력 &amp; 비판적 사고&lt;/div&gt;&lt;/div&gt;
        &lt;div class=&quot;week-time&quot;&gt;하루 30분&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;day-row&quot;&gt;&lt;div class=&quot;day-label&quot;&gt;Mon&lt;/div&gt;&lt;div class=&quot;day-content&quot;&gt;&lt;div class=&quot;day-title&quot;&gt;기사 전체 정독 심화&lt;/div&gt;&lt;div class=&quot;day-detail&quot;&gt;Pentagon 계약, Claude Code 성장, 사내 갈등 파트 집중 독해 — 모르는 표현 추가 메모&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;day-row&quot;&gt;&lt;div class=&quot;day-label&quot;&gt;Tue&lt;/div&gt;&lt;div class=&quot;day-content&quot;&gt;&lt;div class=&quot;day-title&quot;&gt;토론 주제로 혼자 말하기 연습&lt;/div&gt;&lt;div class=&quot;day-detail&quot;&gt;&quot;Should AI companies work with the military?&quot; 주제로 자신의 의견을 영어로 2분 말하기&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;day-row&quot;&gt;&lt;div class=&quot;day-label&quot;&gt;Wed&lt;/div&gt;&lt;div class=&quot;day-content&quot;&gt;&lt;div class=&quot;day-title&quot;&gt;비즈니스 영어 이메일 작성&lt;/div&gt;&lt;div class=&quot;day-detail&quot;&gt;기사 내용을 상사에게 보고하는 영어 이메일 초안 작성 (목표: 150 words)&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;day-row&quot;&gt;&lt;div class=&quot;day-label&quot;&gt;Thu&lt;/div&gt;&lt;div class=&quot;day-content&quot;&gt;&lt;div class=&quot;day-title&quot;&gt;추가 영어 기사 읽기&lt;/div&gt;&lt;div class=&quot;day-detail&quot;&gt;Financial Times 또는 The Economist에서 AI 관련 기사 1편 추가 읽기 (어휘 5개 수집)&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;day-row&quot;&gt;&lt;div class=&quot;day-label&quot;&gt;Fri&lt;/div&gt;&lt;div class=&quot;day-content&quot;&gt;&lt;div class=&quot;day-title&quot;&gt;어휘·표현 종합 테스트&lt;/div&gt;&lt;div class=&quot;day-detail&quot;&gt;배운 20 어휘 + 8 표현 자체 시험지 만들어 테스트, 틀린 것 집중 복습&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;week-block&quot;&gt;
      &lt;div class=&quot;week-header&quot;&gt;
        &lt;div&gt;&lt;div class=&quot;week-name&quot;&gt;Week 4&lt;/div&gt;&lt;div class=&quot;week-theme&quot;&gt;실전 Output &amp; 완전 자기화&lt;/div&gt;&lt;/div&gt;
        &lt;div class=&quot;week-time&quot;&gt;하루 30분&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;day-row&quot;&gt;&lt;div class=&quot;day-label&quot;&gt;Mon&lt;/div&gt;&lt;div class=&quot;day-content&quot;&gt;&lt;div class=&quot;day-title&quot;&gt;영어 프레젠테이션 아웃라인 작성&lt;/div&gt;&lt;div class=&quot;day-detail&quot;&gt;'AI 기업의 안전 vs 성장 딜레마'를 주제로 5분 발표 영어 아웃라인 작성&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;day-row&quot;&gt;&lt;div class=&quot;day-label&quot;&gt;Tue&lt;/div&gt;&lt;div class=&quot;day-content&quot;&gt;&lt;div class=&quot;day-title&quot;&gt;실전 발표 녹음 &amp; 자기 평가&lt;/div&gt;&lt;div class=&quot;day-detail&quot;&gt;스마트폰으로 녹음 후 발음·표현·속도 체크리스트로 자기 평가&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;day-row&quot;&gt;&lt;div class=&quot;day-label&quot;&gt;Wed&lt;/div&gt;&lt;div class=&quot;day-content&quot;&gt;&lt;div class=&quot;day-title&quot;&gt;업무 보고·LinkedIn에 영어 적용&lt;/div&gt;&lt;div class=&quot;day-detail&quot;&gt;이번 달 업무 성과를 영어로 LinkedIn 포스팅 또는 영문 주간보고 작성&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;day-row&quot;&gt;&lt;div class=&quot;day-label&quot;&gt;Thu&lt;/div&gt;&lt;div class=&quot;day-content&quot;&gt;&lt;div class=&quot;day-title&quot;&gt;Teach-back — 동료에게 설명하기&lt;/div&gt;&lt;div class=&quot;day-detail&quot;&gt;점심 시간에 동료에게 기사 내용을 5분간 영어로 설명 (말문 트이기 최고의 방법)&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;day-row&quot;&gt;&lt;div class=&quot;day-label&quot;&gt;Fri&lt;/div&gt;&lt;div class=&quot;day-content&quot;&gt;&lt;div class=&quot;day-title&quot;&gt;4주 회고 + 다음 학습 자료 선정&lt;/div&gt;&lt;div class=&quot;day-detail&quot;&gt;성취 점검, 부족한 영역 메모, 다음 달 학습할 TIME/Economist 기사 미리 선정&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
    &lt;/div&gt;

  &lt;/div&gt;&lt;!-- /section 4 --&gt;

  &lt;!-- ===== 섹션 5: 학습 방법 ===== --&gt;
  &lt;div class=&quot;section&quot;&gt;
    &lt;div class=&quot;section-header&quot;&gt;
      &lt;div class=&quot;section-num&quot;&gt;5&lt;/div&gt;
      &lt;div&gt;
        &lt;div class=&quot;section-title&quot;&gt;세계가 인정한 영어 학습법 6가지&lt;/div&gt;
        &lt;div class=&quot;section-sub&quot;&gt;언어습득 이론 기반 — 이 자료에 바로 적용하는 방법&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;method-card&quot;&gt;
      &lt;div class=&quot;method-num&quot;&gt;01&lt;/div&gt;
      &lt;div&gt;
        &lt;div class=&quot;method-title&quot;&gt;Spaced Repetition — 간격 반복 학습&lt;/div&gt;
        &lt;div class=&quot;method-desc&quot;&gt;에빙하우스 망각 곡선에 기반한 방법으로, 오늘 배운 어휘를 1일 후→3일→7일→14일 간격으로 복습합니다. 단순 반복보다 장기 기억 전환 효율이 3배 이상 높습니다.&lt;/div&gt;
        &lt;div class=&quot;method-tip&quot;&gt;  추천 앱: Anki (무료), Quizlet — 이 기사의 어휘 20개를 오늘 바로 등록하세요&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;method-card&quot;&gt;
      &lt;div class=&quot;method-num&quot;&gt;02&lt;/div&gt;
      &lt;div&gt;
        &lt;div class=&quot;method-title&quot;&gt;Krashen의 i+1 원칙 — Comprehensible Input&lt;/div&gt;
        &lt;div class=&quot;method-desc&quot;&gt;Stephen Krashen의 입력 가설: 현재 수준보다 약간 어려운(i+1) 자료를 반복적으로 접해야 자연스럽게 습득됩니다. TIME 기사는 C1 수준으로, B2 학습자에게 최적의 i+1 자료입니다.&lt;/div&gt;
        &lt;div class=&quot;method-tip&quot;&gt;  모르는 단어가 30% 이하인 기사를 고르세요. 너무 어려우면 오히려 효과 감소&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;method-card&quot;&gt;
      &lt;div class=&quot;method-num&quot;&gt;03&lt;/div&gt;
      &lt;div&gt;
        &lt;div class=&quot;method-title&quot;&gt;Shadowing — 쉐도잉 기법&lt;/div&gt;
        &lt;div class=&quot;method-desc&quot;&gt;원어민 오디오를 들으면서 동시에 따라 말하는 훈련법. 일본 언어학자 Alexander Arguelles가 체계화했으며 발음·억양·속도를 동시에 개선합니다. 기사 텍스트를 TTS(Text-to-Speech)로 변환 후 연습하세요.&lt;/div&gt;
        &lt;div class=&quot;method-tip&quot;&gt;  처음엔 0.8배속으로 시작 → 익숙해지면 1.0배속 → 1.2배속 순서로 진행&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;method-card&quot;&gt;
      &lt;div class=&quot;method-num&quot;&gt;04&lt;/div&gt;
      &lt;div&gt;
        &lt;div class=&quot;method-title&quot;&gt;Swain의 Output Hypothesis — 출력 가설&lt;/div&gt;
        &lt;div class=&quot;method-desc&quot;&gt;Merrill Swain의 연구에 따르면 읽고 듣기만으로는 부족하며, 반드시 '말하기·쓰기'로 출력해야 진짜 언어 능력이 생깁니다. 4주 계획의 Output 중심 과제들이 이 원리를 기반으로 합니다.&lt;/div&gt;
        &lt;div class=&quot;method-tip&quot;&gt;  업무 이메일 1통을 영어로 작성하는 것이 가장 효율적인 Output 훈련입니다&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;method-card&quot;&gt;
      &lt;div class=&quot;method-num&quot;&gt;05&lt;/div&gt;
      &lt;div&gt;
        &lt;div class=&quot;method-title&quot;&gt;Ericsson의 Deliberate Practice — 의도적 훈련&lt;/div&gt;
        &lt;div class=&quot;method-desc&quot;&gt;K. Anders Ericsson의 10,000시간 법칙의 핵심은 단순히 많이 하는 것이 아니라 '불편한 영역'을 의도적으로 집중 훈련하는 것입니다. 자신의 약점(발음, 어휘, 문법)을 파악하고 그 부분만 집중 공략하세요.&lt;/div&gt;
        &lt;div class=&quot;method-tip&quot;&gt;  매주 금요일 자기 녹음을 들으며 가장 불편했던 표현 3개를 따로 기록하세요&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;method-card&quot;&gt;
      &lt;div class=&quot;method-num&quot;&gt;06&lt;/div&gt;
      &lt;div&gt;
        &lt;div class=&quot;method-title&quot;&gt;Teach-back Method — 가르치기 학습법 (Feynman Technique)&lt;/div&gt;
        &lt;div class=&quot;method-desc&quot;&gt;인지심리학의 Protégé Effect: 타인에게 설명하면 자신의 이해도가 최대 50% 향상됩니다. 이 기사 내용을 동료에게 5분간 영어로 설명하면 어휘·표현이 장기 기억으로 전환됩니다.&lt;/div&gt;
        &lt;div class=&quot;method-tip&quot;&gt;  동료가 없으면 빈 의자에 대고 설명해도 효과 동일 — 이것이 Feynman Technique입니다&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;

  &lt;/div&gt;&lt;!-- /section 5 --&gt;

  &lt;!-- CTA --&gt;
  &lt;div class=&quot;cta-box&quot;&gt;
    &lt;div class=&quot;cta-title&quot;&gt;  다음 달 학습 자료 예고&lt;/div&gt;
    &lt;div class=&quot;cta-desc&quot;&gt;
      매달 The Economist, Financial Times, TIME 등 권위지에서 엄선한 기사로&lt;br&gt;
      직장인 비즈니스 영어 시리즈를 이어갑니다. 구독하고 함께 성장하세요.
    &lt;/div&gt;
  &lt;/div&gt;

&lt;/div&gt;&lt;!-- /post-wrap --&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <category>타임지(TIME)로 배우는 시사영어</category>
      <category>AI영어</category>
      <category>TIME영어</category>
      <category>비즈니스영어</category>
      <category>영어학습계획</category>
      <category>직장인영어</category>
      <author>mmigrg</author>
      <guid isPermaLink="true">https://ckshin.tistory.com/531</guid>
      <comments>https://ckshin.tistory.com/531#entry531comment</comments>
      <pubDate>Sat, 2 May 2026 23:41:06 +0900</pubDate>
    </item>
    <item>
      <title>타임지(TIME)로 배우는 시사영어 #01</title>
      <link>https://ckshin.tistory.com/530</link>
      <description>&lt;div style=&quot;background-color: #1f1f1f; color: #cccccc;&quot;&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;# 타임지로 영어공부 #01 | 35세 래퍼가 네팔 총리? 타임지 한 기사로 배우는 시사영어 5표현&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #6a9955;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;   오늘의 기사: &lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**TIME Magazine, April 6, 2026 &amp;mdash; The Bulletin**&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6a9955;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;   제목: &lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;*&quot;After youth-led protests, Nepal votes for rapper to be next leader&quot;*&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6a9955;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;   난이도: ★★★ 중급 &amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6a9955;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; ⏱️ 학습 시간: 15분&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;---&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;## 들어가며&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;타임지를 처음 펼치면 기사 양이 너무 많아 어디서부터 읽어야 할지 막막하죠. &lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**저는 한 번에 한 기사만**&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; 깊게 팝니다. 짧은 기사 하나로도 &lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**어휘 10개, 구문 3개, 배경 지식 1개**&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;는 충분히 건질 수 있거든요.&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;오늘 고른 기사는 &lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**네팔 차기 총리 후보 Balen Shah**&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; 이야기. 흥미롭고, 어렵지 않고, 정치&amp;middot;사회 영어의 핵심 표현이 가득한 &lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**블루오션 학습 소재**&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;입니다.&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;---&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;##   기사 요약 (30초 만에 이해하기)&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;네팔에서 &lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**35세 래퍼 출신 정치인 Balen Shah**&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;가 차기 총리로 유력해졌습니다. 그가 이끄는 신생 정당 RSP(국가자유당)가 3월 총선에서 275석 중 182석을 확보하며 기존 정치판을 뒤집었거든요. 작년 9월 Z세대 주도 시위로 77명이 사망하고 전임 총리가 사임한 뒤, 힙합 가수 출신 전 카트만두 시장이 새 리더로 떠오른 겁니다.&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**왜 이 기사가 학습에 좋은가**&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6796e6;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; 300단어 내외로 짧음 (부담 없음)&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6796e6;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &quot;정치판 뒤집기&quot;, &quot;부패 척결&quot;, &quot;세대 교체&quot; 등 &lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**뉴스에서 반복되는 표현**&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; 밀집&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6796e6;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; 인물 소개 문장 구조가 &lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**이력서&amp;middot;자기소개서에 바로 활용**&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; 가능&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;---&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;##   핵심 표현 5개 집중 공략&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;한꺼번에 10~20개 외우면 하나도 기억에 안 남습니다. &lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**딱 5개**&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;만 제대로 씹어먹으세요.&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;### 1️⃣ sweeping majority &amp;mdash; 압도적 다수&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #6a9955;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;*&quot;his party won a sweeping parliamentary majority in March 5 elections.&quot;*&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**핵심 포인트**&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6796e6;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #ce9178;&quot;&gt;`sweeping`&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; = 쓸어버리는 &amp;rarr; 광범위한, 압도적인&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6796e6;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; 선거&amp;middot;법안&amp;middot;개혁을 수식할 때 정석 표현&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6796e6;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; 비즈니스 영어: &quot;sweeping changes to the company policy&quot; (전면적인 회사 정책 변경)&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**  직장인 응용**&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6a9955;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;*&quot;The CEO announced sweeping changes to our organizational structure.&quot;*&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6a9955;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; (CEO가 조직 구조에 대해 전면적인 변화를 발표했다)&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;---&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;### 2️⃣ stunning upset &amp;mdash; 충격적 이변&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #6a9955;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;*&quot;STUNNING UPSET: The RSP's rise is a marked shift for the small Himalayan country.&quot;*&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**핵심 포인트**&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6796e6;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #ce9178;&quot;&gt;`upset`&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; = (예상을 뒤엎는) 이변, 역전승 &amp;larr; &lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**중요: &quot;속상한&quot;과 다른 의미!**&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6796e6;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; 스포츠&amp;middot;선거&amp;middot;경연에서 약자가 강자를 이길 때 반드시 등장&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6796e6;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #ce9178;&quot;&gt;`marked shift`&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; = 뚜렷한 변화 (marked는 &quot;표시된&quot;이 아니라 &quot;두드러진&quot;)&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**  직장인 응용**&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6a9955;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;*&quot;Our startup's win against the industry leader was a stunning upset.&quot;*&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6a9955;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; (업계 1위에 대한 우리 스타트업의 승리는 충격적 이변이었다)&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;---&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;### 3️⃣ unbeholden to ~ &amp;mdash; ~에 얽매이지 않는&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #6a9955;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;*&quot;Balen campaigned on being unbeholden to the Nepali political establishment.&quot;*&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**핵심 포인트**&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6796e6;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #ce9178;&quot;&gt;`beholden to`&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; = ~에 신세진, 은혜를 입은 &amp;rarr; &lt;/span&gt;&lt;span style=&quot;color: #ce9178;&quot;&gt;`unbeholden`&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; = 반대말&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6796e6;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**고급 어휘**&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;. 쓰는 순간 격이 확 올라감&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6796e6;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #ce9178;&quot;&gt;`establishment`&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; = 기득권, 체제&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**  이 표현을 아는 사람이 적어서 채널&amp;middot;블로그에서 쓰면 차별화**&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**  직장인 응용**&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6a9955;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;*&quot;As an independent consultant, I'm unbeholden to any single vendor.&quot;*&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6a9955;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; (독립 컨설턴트로서 저는 어느 한 벤더에 얽매여 있지 않습니다)&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;---&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;### 4️⃣ boil over &amp;mdash; 끓어 넘치다 (감정&amp;middot;사태)&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #6a9955;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;*&quot;discontent over perceived corruption among political elites boiled over in September.&quot;*&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**핵심 포인트**&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6796e6;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; 물리적 &quot;끓어 넘침&quot; &amp;rarr; 비유적으로 &lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**&quot;참아왔던 분노가 폭발하다&quot;**&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6796e6;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #ce9178;&quot;&gt;`discontent`&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; = 불만 / &lt;/span&gt;&lt;span style=&quot;color: #ce9178;&quot;&gt;`perceived corruption`&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; = 체감 부패&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6796e6;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; 뉴스 영어에서 시위&amp;middot;사회 운동 서술 시 단골 표현&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**  직장인 응용**&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6a9955;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;*&quot;Frustration over the unfair evaluation system finally boiled over last quarter.&quot;*&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6a9955;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; (불공정한 평가 시스템에 대한 불만이 지난 분기에 마침내 폭발했다)&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;---&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;### 5️⃣ stands out among ~ &amp;mdash; ~ 중에서 두드러지다&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #6a9955;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;*&quot;Shah stands out among Nepali politicians, not only for his signature black rectangular glasses, but also for his roots in hip-hop.&quot;*&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**핵심 포인트**&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6796e6;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**인물 소개의 정석 패턴**&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6796e6;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #ce9178;&quot;&gt;`not only A but also B`&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; = A보다도 B가 더 핵심&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6796e6;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #ce9178;&quot;&gt;`signature + 명사`&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; = 트레이드마크적인 (signature style, signature dish)&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6796e6;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #ce9178;&quot;&gt;`roots in ~`&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; = ~에 뿌리를 둔&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**  자기소개서/이력서 응용 (이게 진짜 핵심!)**&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6a9955;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;*&quot;I stand out among engineers, not only for my technical expertise in PCB design, but also for my experience leading cross-functional quality improvement projects.&quot;*&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6a9955;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; (저는 엔지니어 중에서도 두드러집니다. PCB 설계 기술력뿐 아니라, 교차 부서 품질 개선 프로젝트를 이끈 경험 때문입니다)&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #6a9955;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;   &lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**이 한 문장 템플릿**&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;이 자기소개서 한 문단을 완성합니다. 꼭 외워두세요.&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;---&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;##   문장 하나 뜯어보기 &amp;mdash; 구문 분석&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;기사에서 &lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**가장 배울 만한 한 문장**&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;을 골랐습니다.&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #6a9955;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;*&quot;Shah's tenure as mayor of Kathmandu from 2022 to earlier this year was defined by a massive cleanup campaign that earned him both praise and criticism.&quot;*&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;### 구조 분해&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;```&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;[주어] Shah's tenure as mayor of Kathmandu (from 2022 to earlier this year)&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;[동사] was defined by&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;[목적어] a massive cleanup campaign&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;└─ [that 관계절] that earned him both praise and criticism&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;```&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;### 핵심 패턴 3가지&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**① &lt;/span&gt;&lt;span style=&quot;color: #ce9178;&quot;&gt;`A be defined by B`&lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; = A는 B로 정의된다 / A를 대표하는 것은 B다 &amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;&amp;rarr; 인물의 경력이나 기업의 이력을 요약할 때 최고의 표현&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**② &lt;/span&gt;&lt;span style=&quot;color: #ce9178;&quot;&gt;`earn + 사람 + 명사`&lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; = ~에게 ~를 안겨주다 &amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;&amp;rarr; &quot;earned him criticism&quot; = 그에게 비판을 안겨주었다 &amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;&amp;rarr; 수동태보다 훨씬 자연스럽고 간결&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**③ &lt;/span&gt;&lt;span style=&quot;color: #ce9178;&quot;&gt;`both A and B`&lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; = A와 B 둘 다 (양면성 강조)&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;###   이 문장으로 이력서 한 줄 쓰기&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;원문 구조를 그대로 가져와서:&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #6a9955;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;*&quot;My tenure as quality engineer at ABC Corp from 2018 to 2024 was defined by standardizing the PCB repair process, which earned the company both cost savings and improved delivery reliability.&quot;*&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;이 한 줄이면 경력 기술서의 핵심 성과 한 항목이 완성됩니다.&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;---&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;##   배경 지식 &amp;mdash; 왜 네팔에서 이런 일이?&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;기사를 읽을 때 &lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**배경 지식**&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;이 있으면 이해 속도가 3배 빨라집니다.&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #6796e6;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**네팔 인구**&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;: 약 3,000만 명, 인도와 중국 사이 히말라야 소국&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6796e6;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**RSP(Rastriya Swatantra Party)**&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;: 2022년 창당된 신생 정당. &quot;국가자유당&quot; 의미&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6796e6;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**2025년 9월 시위**&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;: Z세대 주도로 정치 엘리트 부패에 항의, 77명 사망&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6796e6;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**K.P. Sharma Oli**&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;: 시위 이후 사임한 전임 총리&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6796e6;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**Balen Shah**&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;: 2022~2025년 카트만두 시장 역임, 래퍼 출신, Tupac과 50 Cent의 영향을 받았다고 알려짐&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**학습 포인트**&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;: 이 배경을 알면 기사 속 &lt;/span&gt;&lt;span style=&quot;color: #ce9178;&quot;&gt;`discontent`&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #ce9178;&quot;&gt;`establishment`&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #ce9178;&quot;&gt;`rotated between major parties`&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #ce9178;&quot;&gt;`cleanup campaign`&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; 같은 표현이 &lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**왜 그 맥락에서 쓰였는지**&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; 감이 잡힙니다.&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;---&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;## ✍️ 오늘의 영작 숙제&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;배운 표현 5개 중 &lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**3개 이상**&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;을 사용해서 본인 회사나 업계에 대해 1문장을 영작해보세요.&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**예시 답안**&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; (제가 직접 써본 버전)&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #6a9955;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;*&quot;Our company's new CEO campaigned on being unbeholden to legacy vendors, and her tenure has been defined by sweeping changes to our supply chain, which stand out among Korean manufacturers.&quot;*&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6a9955;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; (우리 회사 새 CEO는 기존 벤더에 얽매이지 않는다는 공약을 내걸었고, 그녀의 재임 기간은 공급망의 전면적 개편으로 대표된다. 이는 한국 제조업체들 중에서도 두드러지는 행보다)&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;  &lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**여러분의 영작 문장을 댓글로 남겨주세요.**&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; 다음 글에서 좋은 답안을 소개해드립니다.&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;---&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;##   오늘의 한 줄 섀도잉&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;하루 10번, 3일간 따라 읽어보세요. 입에 붙을 때까지.&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #6a9955;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;*&quot;Shah stands out among Nepali politicians, not only for his signature black rectangular glasses, but also for his roots in hip-hop.&quot;*&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**쪼개서 연습**&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6796e6;&quot;&gt;1.&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; Shah stands out / among Nepali politicians&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6796e6;&quot;&gt;2.&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; not only for his signature black rectangular glasses&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6796e6;&quot;&gt;3.&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; but also for his roots in hip-hop&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;세 덩어리씩 연습한 뒤 이어 붙이면 자연스럽게 한 문장이 됩니다.&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;---&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;##   마무리&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;오늘 배운 것 정리:&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6796e6;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**어휘 5개**&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;: sweeping, upset, unbeholden, boil over, stand out&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6796e6;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**구문 1개**&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;: A be defined by B + that 관계절&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6796e6;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**영작 템플릿**&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;: 자기소개서용 &quot;stand out among&quot; 패턴&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6796e6;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**배경 지식**&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;: 네팔 정치 지형&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;300단어 기사 하나로 이만큼 배울 수 있습니다. 매주 이런 식으로 &lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**한 기사 깊이 읽기**&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;만 해도 1년이면 &lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**고급 표현 250개**&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;가 쌓입니다.&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;---&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;###   소통해요&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #6796e6;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; ❤️ 도움되셨다면 &lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**공감**&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt; 부탁드려요&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6796e6;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;   &lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**댓글**&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;로 영작 숙제 공유해주세요&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #6796e6;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;   &lt;/span&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;**구독**&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;하시면 매주 타임지 한 기사씩 함께 공부합니다&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;---&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;###  ️ 태그&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;#타임지영어공부 #시사영어 #영어독해 #비즈니스영어 #영어표현 #직장인영어공부 #영어블로그 #TIMEmagazine #네팔뉴스 #BalenShah&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;---&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;color: #569cd6;&quot;&gt;###   저작권 안내&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;본 글은 TIME Magazine(April 6, 2026)의 기사를 학습 목적으로 분석한 리뷰입니다. 원문 인용은 짧은 구절로 제한되었으며, 주된 내용은 필자의 해설입니다. 기사 원문은 [&lt;/span&gt;&lt;span style=&quot;color: #ce9178;&quot;&gt;TIME.com&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;](&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;&lt;a href=&quot;https://time.com&quot;&gt;https://time.com&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;)에서 확인하세요. 본 콘텐츠는 Fair Use 원칙에 따라 교육&amp;middot;비평 목적으로 작성되었습니다.&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;</description>
      <category>타임지(TIME)로 배우는 시사영어</category>
      <category>BalenShah</category>
      <category>네팔뉴스</category>
      <category>비즈니스영어</category>
      <category>시사영어</category>
      <category>영어독해</category>
      <category>영어블로그</category>
      <category>영어표현</category>
      <category>직장인영어공부</category>
      <category>타임지영어공부</category>
      <author>mmigrg</author>
      <guid isPermaLink="true">https://ckshin.tistory.com/530</guid>
      <comments>https://ckshin.tistory.com/530#entry530comment</comments>
      <pubDate>Sun, 19 Apr 2026 20:03:06 +0900</pubDate>
    </item>
    <item>
      <title>[주간 매매 리포트] Micro Gold (MGC) | 2025-12-07 ~ 2025-12-13 | Week</title>
      <link>https://ckshin.tistory.com/529</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;아래는 **첨부된 ① 일별손익 요약 화면 + ② MGCG26(마이크로 골드) 60분 차트(RSI14) + ③ 거래내역 CSV(20건)**를 합쳐서, **&amp;ldquo;주간 리포트(고도화 버전)&amp;rdquo;**으로 정리한 블로그용 원고입니다.&lt;br /&gt;(참고: &lt;b&gt;주간 합계(청산손익 1,402 / 수수료 80 / 순손익 1,322)는 화면/CSV가 일치&lt;/b&gt;합니다. 다만 &lt;b&gt;일자별 수수료 배분은 화면과 CSV가 일부 상이&lt;/b&gt;할 수 있어, 일자별 총계는 화면 기준으로 표기했습니다.)&lt;/p&gt;
&lt;hr data-ke-style=&quot;style1&quot; /&gt;
&lt;h1&gt;[주간 매매 리포트] Micro Gold (MGCG26) | 2025/12/08 ~ 2025/12/12&lt;/h1&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;0) 이번 주 한 줄 결론&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;&amp;ldquo;초반(박스/탐색)은 짧게 먹고, 후반(추세/분출)은 크게 먹었다. 손익의 핵심은 &amp;lsquo;국면 전환(12/11~12/12)&amp;rsquo;에서 나온 추세 구간이었다.&amp;rdquo;&lt;/b&gt;&lt;/p&gt;
&lt;hr data-ke-style=&quot;style1&quot; /&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;1) 주간 KPI 요약(대시보드)&lt;/h2&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;종목: &lt;b&gt;Micro Gold (MGCG26, 26.02)&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;주간 청산손익(수수료 제외): &lt;b&gt;+1,402 USD&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;주간 수수료: &lt;b&gt;-80 USD&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;주간 순손익(수수료 반영): &lt;b&gt;+1,322 USD&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;거래 수(CSV 기준): &lt;b&gt;20 트레이드(전부 1계약)&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;승/패(CSV 기준): &lt;b&gt;18승 / 2패 (승률 90.0%)&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;1트레이드 기대값(순): &lt;b&gt;+66.1 USD/트레이드&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Profit Factor(순, CSV): &lt;b&gt;6.85&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;수수료 드래그: &lt;b&gt;총수수료 80 / 총청산손익 1,402 = 약 5.7%&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr data-ke-style=&quot;style1&quot; /&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;2) 일별 성과(영웅문 일별손익 화면 기준)&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;일자청산손익(USD)수수료(USD)일별손익(USD)&lt;/p&gt;
&lt;table style=&quot;border-collapse: collapse; width: 100%;&quot; border=&quot;1&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;12/08&lt;/td&gt;
&lt;td&gt;-143&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;&lt;b&gt;-145&lt;/b&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;12/09&lt;/td&gt;
&lt;td&gt;+440&lt;/td&gt;
&lt;td&gt;26&lt;/td&gt;
&lt;td&gt;&lt;b&gt;+414&lt;/b&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;12/10&lt;/td&gt;
&lt;td&gt;+375&lt;/td&gt;
&lt;td&gt;30&lt;/td&gt;
&lt;td&gt;&lt;b&gt;+345&lt;/b&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;12/11&lt;/td&gt;
&lt;td&gt;+500&lt;/td&gt;
&lt;td&gt;8&lt;/td&gt;
&lt;td&gt;&lt;b&gt;+492&lt;/b&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;12/12&lt;/td&gt;
&lt;td&gt;+230&lt;/td&gt;
&lt;td&gt;14&lt;/td&gt;
&lt;td&gt;&lt;b&gt;+216&lt;/b&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;b&gt;합계&lt;/b&gt;&lt;/td&gt;
&lt;td&gt;&lt;b&gt;+1,402&lt;/b&gt;&lt;/td&gt;
&lt;td&gt;&lt;b&gt;80&lt;/b&gt;&lt;/td&gt;
&lt;td&gt;&lt;b&gt;+1,322&lt;/b&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;&lt;b&gt;Best Day:&lt;/b&gt; 12/11 &lt;b&gt;+492&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Worst Day:&lt;/b&gt; 12/08 &lt;b&gt;-145&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr data-ke-style=&quot;style1&quot; /&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;3) 시장 환경 요약(60분 차트 + RSI14)&lt;/h2&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;주간 저점: &lt;b&gt;4197.4 (12/09 15:00 표기)&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;주간 고점: &lt;b&gt;4387.5 (12/12 23:00 표기)&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;주간 변동폭: &lt;b&gt;약 190pt&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;흐름 해석:
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;&lt;b&gt;12/08~12/10:&lt;/b&gt; 박스/눌림 중심의 탐색 구간(추세 약함)&lt;/li&gt;
&lt;li&gt;&lt;b&gt;12/11~12/12:&lt;/b&gt; 상방 분출(추세 강함) &amp;rarr; 고점권 변동성 확대&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;RSI(14) 관찰 포인트:
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;저점권에서 RSI가 바닥권 형성 후 반등 &amp;rarr; &lt;b&gt;리버설/반등 시그널 구간&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;급등 구간에서 RSI 과열 후 급락 &amp;rarr; &lt;b&gt;추격 진입 리스크 상승 구간&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr data-ke-style=&quot;style1&quot; /&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;4) 트레이드 레벨 분석(고도화) &amp;mdash; CSV 20건 기반&lt;/h2&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;4-1) &amp;ldquo;수익의 집중도&amp;rdquo; (핵심 인사이트)&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;주간 최고 수익 1건(12/11, +396 USD)이 **주간 순손익의 약 30.0%**를 차지&lt;/li&gt;
&lt;li&gt;상위 3개 트레이드 합계가 &lt;b&gt;주간 순손익의 약 52.0%&lt;/b&gt; 차지&lt;br /&gt;&amp;rarr; 이번 주는 **&amp;lsquo;큰 구간을 한 번 잘 먹는 것&amp;rsquo;**이 성과를 크게 좌우한 구조였습니다.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;4-2) Top / Worst 트레이드(팩트 로그)&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;Top 5 (순손익 기준)&lt;/b&gt;&lt;/p&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;12/11 매수 4236.0 &amp;rarr; 4276.0 : &lt;b&gt;+396&lt;/b&gt; (40pt)&lt;/li&gt;
&lt;li&gt;12/09 매수 4207.0 &amp;rarr; 4227.0 : &lt;b&gt;+196&lt;/b&gt; (20pt)&lt;/li&gt;
&lt;li&gt;12/12 매도 4333.0 &amp;rarr; 4323.0 : &lt;b&gt;+96&lt;/b&gt; (10pt)&lt;/li&gt;
&lt;li&gt;12/10 매수 4231.0 &amp;rarr; 4241.0 : &lt;b&gt;+96&lt;/b&gt; (10pt)&lt;/li&gt;
&lt;li&gt;12/11 매도 4267.0 &amp;rarr; 4257.0 : &lt;b&gt;+96&lt;/b&gt; (10pt)&lt;/li&gt;
&lt;/ul&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;Worst 2 (패배 트레이드)&lt;/b&gt;&lt;/p&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;12/08 매도 4197.3 &amp;rarr; 4211.6 : &lt;b&gt;-147&lt;/b&gt; (14.3pt 역행)&lt;/li&gt;
&lt;li&gt;12/10 매수 4231.0 &amp;rarr; 4223.5 : &lt;b&gt;-79&lt;/b&gt; (7.5pt 손절)&lt;/li&gt;
&lt;/ul&gt;
&lt;hr data-ke-style=&quot;style1&quot; /&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;5) &amp;ldquo;전략 태그&amp;rdquo; 대체 지표로 분류(파동폭 기반) &amp;mdash; 우선 자동 분류&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;사용자 전략(다이버전스 / N자 목표치)을 &lt;b&gt;정확히 태깅하려면 트레이드별 코멘트가 필요&lt;/b&gt;합니다.&lt;br /&gt;다만 현재 CSV에는 &amp;ldquo;신호/근거&amp;rdquo; 컬럼이 없어서, &lt;b&gt;임시로 &amp;lsquo;가격 이동폭(abs pt)&amp;rsquo;을 이용해 3버킷으로 자동 분류&lt;/b&gt;했습니다.&lt;/p&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;스캘핑(&amp;le;6pt): 짧은 파동/짧은 목표&lt;/li&gt;
&lt;li&gt;파동(6~15pt): 일반 파동(역추세/추세 혼재)&lt;/li&gt;
&lt;li&gt;추세/N자(&amp;gt;15pt): 큰 파동(목표치 추종 성격이 강함)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;5-1) 버킷별 성과(자동 분류)&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;버킷트레이드수승률순손익 합계평균 순손익평균 이동폭수수료 합계&lt;/p&gt;
&lt;table style=&quot;border-collapse: collapse; width: 100%;&quot; border=&quot;1&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;스캘핑(&amp;le;6pt)&lt;/td&gt;
&lt;td&gt;11&lt;/td&gt;
&lt;td&gt;100.0%&lt;/td&gt;
&lt;td&gt;+476&lt;/td&gt;
&lt;td&gt;+43.3&lt;/td&gt;
&lt;td&gt;4.7pt&lt;/td&gt;
&lt;td&gt;44&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;파동(6~15pt)&lt;/td&gt;
&lt;td&gt;7&lt;/td&gt;
&lt;td&gt;71.4%&lt;/td&gt;
&lt;td&gt;+254&lt;/td&gt;
&lt;td&gt;+36.3&lt;/td&gt;
&lt;td&gt;10.3pt&lt;/td&gt;
&lt;td&gt;28&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;추세/N자(&amp;gt;15pt)&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;100.0%&lt;/td&gt;
&lt;td&gt;+592&lt;/td&gt;
&lt;td&gt;+296.0&lt;/td&gt;
&lt;td&gt;30.0pt&lt;/td&gt;
&lt;td&gt;8&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;해석&lt;/b&gt;&lt;/p&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;&lt;b&gt;&amp;lsquo;추세/N자(&amp;gt;15pt)&amp;rsquo; 2건이 주간 손익의 44.8%(592/1322)를 기여&lt;/b&gt;&lt;br /&gt;&amp;rarr; N자 목표치 기반의 &amp;ldquo;큰 파동 추종&amp;rdquo;이 주간 성과의 핵심 엔진.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;손실 2건은 모두 &amp;lsquo;파동(6~15pt)&amp;rsquo; 버킷에서 발생&lt;/b&gt;&lt;br /&gt;&amp;rarr; 중간 파동 구간에서 &amp;ldquo;진입 근거 약함/무효화 지연&amp;rdquo; 같은 프로세스 리스크가 있었을 가능성.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr data-ke-style=&quot;style1&quot; /&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;6) 방향(매수/매도) 및 국면(박스/추세) 성과&lt;/h2&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;6-1) 매수/매도 성과&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;구분트레이드수승률순손익 합계평균 순손익평균 이동폭&lt;/p&gt;
&lt;table style=&quot;border-collapse: collapse; width: 100%;&quot; border=&quot;1&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;매수&lt;/td&gt;
&lt;td&gt;14&lt;/td&gt;
&lt;td&gt;92.9%&lt;/td&gt;
&lt;td&gt;+1,109&lt;/td&gt;
&lt;td&gt;+79.2&lt;/td&gt;
&lt;td&gt;9.4pt&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;매도&lt;/td&gt;
&lt;td&gt;6&lt;/td&gt;
&lt;td&gt;83.3%&lt;/td&gt;
&lt;td&gt;+213&lt;/td&gt;
&lt;td&gt;+35.5&lt;/td&gt;
&lt;td&gt;8.7pt&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;rarr; 이번 주는 &lt;b&gt;롱(매수) 우위&lt;/b&gt;가 확실했습니다.&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;6-2) 국면별 성과(날짜로 단순 분리)&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;국면트레이드수승률순손익 합계평균 순손익수수료 합계평균 이동폭&lt;/p&gt;
&lt;table style=&quot;border-collapse: collapse; width: 100%;&quot; border=&quot;1&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;박스/탐색(12/08~10)&lt;/td&gt;
&lt;td&gt;15&lt;/td&gt;
&lt;td&gt;86.7%&lt;/td&gt;
&lt;td&gt;+612&lt;/td&gt;
&lt;td&gt;+40.8&lt;/td&gt;
&lt;td&gt;60&lt;/td&gt;
&lt;td&gt;7.4pt&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;추세/분출(12/11~12)&lt;/td&gt;
&lt;td&gt;5&lt;/td&gt;
&lt;td&gt;100.0%&lt;/td&gt;
&lt;td&gt;+710&lt;/td&gt;
&lt;td&gt;+142.0&lt;/td&gt;
&lt;td&gt;20&lt;/td&gt;
&lt;td&gt;14.6pt&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;rarr; &lt;b&gt;거래 수는 적었지만(5건), 추세 국면이 수익 효율(트레이드당 손익)이 압도적&lt;/b&gt;이었습니다.&lt;/p&gt;
&lt;hr data-ke-style=&quot;style1&quot; /&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;7) 프로세스 품질(규칙 관점) 체크 &amp;mdash; 이번 주 개선 포인트&lt;/h2&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;좋았던 점(유지)&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;&lt;b&gt;승률 90% + Profit Factor 6.85&lt;/b&gt;: 손익 구조 자체가 우수&lt;/li&gt;
&lt;li&gt;큰 수익 트레이드가 존재: &lt;b&gt;N자 목표치(큰 파동) 전략이 작동한 흔적&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;리스크/개선 포인트(다음 주 보완)&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;손실 2건 모두 &lt;b&gt;파동(6~15pt) 구간&lt;/b&gt;에 집중&lt;br /&gt;&amp;rarr; 다음 주는 &amp;ldquo;중간 파동 구간&amp;rdquo;에서 아래를 강화:
&lt;ol style=&quot;list-style-type: decimal;&quot; data-ke-list-type=&quot;decimal&quot;&gt;
&lt;li&gt;&lt;b&gt;다이버전스가 &amp;lsquo;구간(지지/저항/박스 상하단)&amp;rsquo;에서만 발생했는지&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;무효화(손절) 라인이 명확했는지&lt;/b&gt;(직전 스윙 이탈 등)&lt;/li&gt;
&lt;li&gt;목표/손절 비(대략적인 R:R)가 최소 기준을 충족했는지&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr data-ke-style=&quot;style1&quot; /&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;8) 다음 주 운영 계획(실행 문장으로 고정)&lt;/h2&gt;
&lt;ol style=&quot;list-style-type: decimal;&quot; data-ke-list-type=&quot;decimal&quot;&gt;
&lt;li&gt;&lt;b&gt;추세장(돌파/분출)&lt;/b&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;&amp;ldquo;추격 진입&amp;rdquo;은 제한하고, &lt;b&gt;눌림 이후 히든 다이버전스 + N자 목표치&lt;/b&gt;를 우선한다.&lt;/li&gt;
&lt;/ul&gt;
&lt;ol style=&quot;list-style-type: decimal;&quot; data-ke-list-type=&quot;decimal&quot;&gt;
&lt;li&gt;&lt;b&gt;박스장&lt;/b&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;박스 상/하단 &amp;ldquo;구간&amp;rdquo;에서만 정/히든 다이버전스를 채택한다.&lt;/li&gt;
&lt;li&gt;목표는 1차 박스 반대편, 2차는 이탈 시 추세 분출로 전환.&lt;/li&gt;
&lt;/ul&gt;
&lt;ol style=&quot;list-style-type: decimal;&quot; data-ke-list-type=&quot;decimal&quot;&gt;
&lt;li&gt;&lt;b&gt;리스크 룰(권장 고정)&lt;/b&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;1회 손절을 &amp;ldquo;스윙 기준 무효화&amp;rdquo;로 고정&lt;/li&gt;
&lt;li&gt;&lt;b&gt;연속 2회 손절 또는 일 손실 -2R(또는 -X USD) 도달 시 종료&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr data-ke-style=&quot;style1&quot; /&gt;
&lt;h1&gt;(중요) 다음 주부터 &amp;lsquo;진짜 고도화&amp;rsquo;하는 방법: 태그 컬럼 추가&lt;/h1&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;지금은 자동 분류(파동폭)로 &amp;ldquo;추세/N자&amp;rdquo;를 추정했지만, 사용자의 핵심 전략을 정확히 검증하려면 &lt;b&gt;거래마다 태그를 10초만 붙이면&lt;/b&gt; 됩니다.&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;트레이드 태그(추천 최소 세트)&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;Setup: (RSI 정다이버전스 / RSI 히든다이버전스 / N자 추세 / 기타)&lt;/li&gt;
&lt;li&gt;Regime: (박스 / 추세 / 전환)&lt;/li&gt;
&lt;li&gt;Location: (지지 / 저항 / 박스 상단 / 박스 하단 / MA 근처 등)&lt;/li&gt;
&lt;li&gt;Outcome: (N자 1차 도달 / 2차 도달 / 본절 / 손절 / 규칙 위반)&lt;/li&gt;
&lt;/ul&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;rarr; 이렇게 2~4개만 태깅해도, 4주만 지나면 &amp;ldquo;셋업별 기대값/승률/최대손실&amp;rdquo;이 깔끔하게 분리됩니다.&lt;/p&gt;
&lt;hr data-ke-style=&quot;style1&quot; /&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;원하시면, 제가 **지금 CSV 20건을 기준으로 &amp;lsquo;태그 입력용 표(엑셀/구글시트 구조)&amp;rsquo;**까지 만들어서 드리겠습니다. 그러면 다음 주부터는 (1) 거래 후 10초 태깅, (2) 주말에 자동 집계 형태로 완전히 자동화가 가능합니다.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;아래는 **첨부 차트 기준(현재 4330.1 부근, 주간 저점 4197.4 / 고점 4387.5)**을 &amp;ldquo;가격으로 대입&amp;rdquo;해서 만든 **다음 주 실행 계획(수치화 버전)**입니다.&lt;br /&gt;투자 조언이 아니라, 블로그용으로 &amp;ldquo;규칙/조건/숫자&amp;rdquo;를 고정해 두기 위한 트레이딩 플랜입니다.&lt;/p&gt;
&lt;hr data-ke-style=&quot;style1&quot; /&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;0) 계약/손익 환산(고정)&lt;/h2&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;Micro Gold(MGC)는 &lt;b&gt;틱 0.10&lt;/b&gt;이고, &lt;b&gt;1틱 = $1&lt;/b&gt;입니다. (&lt;a href=&quot;https://www.cmegroup.com/education/lessons/micro-gold-and-micro-silver-futures-product-overview.html?utm_source=chatgpt.com&quot;&gt;CME Group&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;따라서
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;&lt;b&gt;1.0 가격 변동 = 10틱 = $10&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;5.0 가격 변동 = 50틱 = $50&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;이번 계획에서는 **1R = 5.0(= $50 / 1계약)**으로 통일해서 작성합니다.&lt;/p&gt;
&lt;hr data-ke-style=&quot;style1&quot; /&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;1) 다음 주 핵심 기준 가격(주간 프레임)&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;첨부 차트에서 확인되는 기준값을 &amp;ldquo;레벨&amp;rdquo;로 고정합니다.&lt;/p&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;&lt;b&gt;R(저항)&lt;/b&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;&lt;b&gt;R1: 4387.5&lt;/b&gt; (주간 고점)&lt;/li&gt;
&lt;li&gt;&lt;b&gt;R0: 4330.0~4335.0&lt;/b&gt; (현재가/피벗 구간: 4330.1 부근)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;b&gt;S(지지)&lt;/b&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;&lt;b&gt;S1: 4300.0&lt;/b&gt; (심리적/눌림 후보)&lt;/li&gt;
&lt;li&gt;&lt;b&gt;S2: 4275.0&amp;plusmn;&lt;/b&gt; (직전 상승 구간의 핵심 매물대 후보: &amp;ldquo;깨지면 약해질 수 있는 곳&amp;rdquo;)&lt;/li&gt;
&lt;li&gt;&lt;b&gt;S3: 4200.0~4197.4&lt;/b&gt; (주간 저점권)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;b&gt;주간 Range&lt;/b&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;4387.5 &amp;minus; 4197.4 = &lt;b&gt;190.1&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr data-ke-style=&quot;style1&quot; /&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;2) 다음 주 &amp;ldquo;세 가지 시나리오&amp;rdquo;로만 거래한다&lt;/h2&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;시나리오 A) 눌림 매수(주력): RSI 다이버전스 + N자 목표&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;목적:&lt;/b&gt; 4330 피벗 위에서 눌림이 나올 때, &amp;ldquo;상승 추세 유지&amp;rdquo;에 베팅&lt;/p&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;&lt;b&gt;진입 조건(필수)&lt;/b&gt;
&lt;ol style=&quot;list-style-type: decimal;&quot; data-ke-list-type=&quot;decimal&quot;&gt;
&lt;li&gt;가격이 &lt;b&gt;4305~4320&lt;/b&gt; 구간으로 하락(눌림)&lt;/li&gt;
&lt;li&gt;60분 RSI14에서 &lt;b&gt;Bullish Divergence(정/히든 둘 중 하나)&lt;/b&gt; 또는 RSI가 &lt;b&gt;40 아래에서 반등 후 40 재상향&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;진입 트리거: 60분봉 기준 &lt;b&gt;직전 스윙 고점(예: 4320~4325) 재돌파&lt;/b&gt; 또는 &amp;ldquo;반등 캔들 종가 확정&amp;rdquo;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;&lt;b&gt;진입/손절/목표(숫자 고정 예시)&lt;/b&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;&lt;b&gt;Entry:&lt;/b&gt; 4318.0 (눌림 후 트리거 확인 시)&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Stop:&lt;/b&gt; 4313.0 (&lt;b&gt;-5.0 = -1R = -$50&lt;/b&gt;)&lt;/li&gt;
&lt;li&gt;&lt;b&gt;TP1:&lt;/b&gt; 4333.0 (&lt;b&gt;+15.0 = +3R = +$150&lt;/b&gt;) &amp;rarr; 50% 청산&lt;/li&gt;
&lt;li&gt;&lt;b&gt;TP2:&lt;/b&gt; 4385.0~4387.5 (&lt;b&gt;+67~69.5 = +13.4~13.9R&lt;/b&gt;) &amp;rarr; 나머지 트레일/분할&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;b&gt;N자(AB=CD) 목표치(주간 확장 버전)&lt;/b&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;A=4197.4, B=4387.5 &amp;rarr; AB = 190.1&lt;/li&gt;
&lt;li&gt;다음 눌림 C를 &lt;b&gt;4310&lt;/b&gt;으로 가정하면
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;D = C + AB = &lt;b&gt;4500.1&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;즉, &lt;b&gt;강추세가 다시 나오면 &amp;ldquo;4500 부근&amp;rdquo;까지는 &amp;lsquo;주간 확장 목표&amp;rsquo;로만 관찰&lt;/b&gt;(현실적으로는 중간 저항에서 분할청산 권장)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr data-ke-style=&quot;style1&quot; /&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;시나리오 B) 돌파 매수(조건부): 4387.5 상방 이탈 추세추종&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;목적:&lt;/b&gt; 고점 갱신 추세가 나올 때만 추격을 제한적으로 허용(&amp;ldquo;돌파 후 리테스트&amp;rdquo; 형태만)&lt;/p&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;&lt;b&gt;진입 조건(필수)&lt;/b&gt;
&lt;ol style=&quot;list-style-type: decimal;&quot; data-ke-list-type=&quot;decimal&quot;&gt;
&lt;li&gt;60분봉 종가 기준으로 &lt;b&gt;4387.5 상향 돌파 확정&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;이후 &lt;b&gt;4387~4380 구간 리테스트에서 지지 확인&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;RSI14가 과열(70+)이라도 &lt;b&gt;가격이 고점 부근에서 밀리지 않고 횡보/재상승&lt;/b&gt;이면 OK&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;&lt;b&gt;진입/손절/목표(숫자 고정 예시)&lt;/b&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;&lt;b&gt;Entry:&lt;/b&gt; 4390.0 (돌파 확인 후)&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Stop:&lt;/b&gt; 4385.0 (&lt;b&gt;-5.0 = -1R = -$50&lt;/b&gt;)&lt;/li&gt;
&lt;li&gt;&lt;b&gt;TP1:&lt;/b&gt; 4405.0 (&lt;b&gt;+15.0 = +3R = +$150&lt;/b&gt;)&lt;/li&gt;
&lt;li&gt;&lt;b&gt;TP2:&lt;/b&gt; 4435.0 (&lt;b&gt;+45.0 = +9R = +$450&lt;/b&gt;)&lt;/li&gt;
&lt;li&gt;비고: 4435는 &amp;ldquo;돌파 후 1차 확장 구간&amp;rdquo;으로만 쓰고, 이후는 &lt;b&gt;트레일링(스윙 저점 기준)&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr data-ke-style=&quot;style1&quot; /&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;시나리오 C) 반락/전환 매도(방어): 고점권 Bearish Divergence 또는 4275 이탈&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;목적:&lt;/b&gt; &amp;ldquo;추세 끝&amp;rdquo;을 맞추려는 매매는 최소화하되, **명확한 무효화(레벨 이탈)**가 나오면 방어적으로 숏&lt;/p&gt;
&lt;h4 data-ke-size=&quot;size20&quot;&gt;C-1) 고점권 역추세(짧게만): 4387.5 근처 Bearish Divergence&lt;/h4&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;&lt;b&gt;조건&lt;/b&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;4380~4390 재접근 + RSI14 &lt;b&gt;Bearish Divergence&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;고점 갱신 실패&amp;rdquo; 캔들(윗꼬리/음봉) 확인&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;b&gt;예시&lt;/b&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;&lt;b&gt;Entry:&lt;/b&gt; 4382.0&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Stop:&lt;/b&gt; 4387.0 (&lt;b&gt;-5.0 = -1R&lt;/b&gt;)&lt;/li&gt;
&lt;li&gt;&lt;b&gt;TP1:&lt;/b&gt; 4367.0 (&lt;b&gt;+15.0 = +3R&lt;/b&gt;)&lt;/li&gt;
&lt;li&gt;&lt;b&gt;TP2:&lt;/b&gt; 4335.0 (&lt;b&gt;+47.0 = +9.4R&lt;/b&gt;)&lt;/li&gt;
&lt;li&gt;룰: 역추세는 &lt;b&gt;TP1 도달 시 절반 이상 청산&lt;/b&gt;(되돌림 매매는 길게 끌지 않기)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 data-ke-size=&quot;size20&quot;&gt;C-2) 구조 붕괴 추세매도: 4275 이탈 시 하방 N자&lt;/h4&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;&lt;b&gt;조건&lt;/b&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;&lt;b&gt;4275.0 하향 이탈 + 60분 종가 확정&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;리테스트에서 4275가 저항으로 작동(되돌림 실패)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;b&gt;예시&lt;/b&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;&lt;b&gt;Entry:&lt;/b&gt; 4272.0 (이탈 확정 후)&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Stop:&lt;/b&gt; 4277.0 (&lt;b&gt;-5.0 = -1R&lt;/b&gt;)&lt;/li&gt;
&lt;li&gt;&lt;b&gt;TP1:&lt;/b&gt; 4257.0 (&lt;b&gt;+15.0 = +3R&lt;/b&gt;)&lt;/li&gt;
&lt;li&gt;&lt;b&gt;TP2:&lt;/b&gt; 4205.0~4200.0 (&lt;b&gt;+67~72 = +13~14R&lt;/b&gt;)&lt;/li&gt;
&lt;li&gt;&lt;b&gt;TP3(확장):&lt;/b&gt; 4197.4 (주간 저점권)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr data-ke-style=&quot;style1&quot; /&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;3) &amp;ldquo;거래 금지 구간&amp;rdquo;을 숫자로 고정(과매매 방지)&lt;/h2&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;&lt;b&gt;4330&amp;plusmn;10(= 4320~4340)&lt;/b&gt; 구간에서
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;다이버전스/파동 기준점이 애매하면 &lt;b&gt;거래 금지&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&amp;ldquo;주간 고점(4387.5) 근처 추격&amp;rdquo;은
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;&lt;b&gt;돌파 확정 + 리테스트 성공&lt;/b&gt;이 아니면 금지&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr data-ke-style=&quot;style1&quot; /&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;4) 리스크 규칙(다음 주 고정)&lt;/h2&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;&lt;b&gt;1회 손실 = 1R = -$50/계약&lt;/b&gt;(손절 폭 5.0 고정)&lt;/li&gt;
&lt;li&gt;&lt;b&gt;일 손실 제한:&lt;/b&gt; -3R(= -$150/계약) 도달 시 그날 종료&lt;/li&gt;
&lt;li&gt;&lt;b&gt;연속 손절 제한:&lt;/b&gt; 2회 연속 손절 시 그날 종료&lt;/li&gt;
&lt;li&gt;&lt;b&gt;청산 규칙:&lt;/b&gt; TP1(3R) 도달 시 최소 50% 청산 + 나머지는 스윙 저점/고점 기준 트레일&lt;/li&gt;
&lt;/ul&gt;
&lt;hr data-ke-style=&quot;style1&quot; /&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;5) 블로그에 그대로 쓰는 &amp;ldquo;다음 주 계획 요약문&amp;rdquo;&lt;/h2&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;기준가: &lt;b&gt;4330.1&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;핵심 저항: &lt;b&gt;4387.5&lt;/b&gt; / 핵심 지지: &lt;b&gt;4300 &amp;rarr; 4275 &amp;rarr; 4200(4197.4)&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;주력 전략: &lt;b&gt;4305~4320 눌림에서 RSI 다이버전스 확인 후 매수, 손절 5.0(1R), 1차 목표 +15.0(3R)&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;조건부 전략: &lt;b&gt;4387.5 돌파 확정 + 리테스트 성공 시만 추세추종 매수&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;방어 전략: &lt;b&gt;4275 이탈 확정 시만 추세매도(하방 확장 4200~4197.4)&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr data-ke-style=&quot;style1&quot; /&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;원하시면, 제가 위 계획을 **당신의 실제 수수료(편도/왕복)와 1회 평균 승/패(이번 주 데이터)**까지 반영해서,&lt;br /&gt;1R을 &lt;b&gt;$50&lt;/b&gt;이 아니라 &amp;ldquo;수수료 포함 실질 손절(예: $55, $60)&amp;rdquo;로 재산정한 &lt;b&gt;완성형 플랜&lt;/b&gt;으로 다시 정리해드릴 수 있습니다.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;아래 4개 태그는 &amp;ldquo;매매일지/거래내역&amp;rdquo;을 &lt;b&gt;데이터로 분석 가능하게 만드는 분류 라벨&lt;/b&gt;입니다. 한 트레이드마다 10초 정도로 붙일 수 있고, 4주만 쌓여도 &amp;ldquo;어떤 조건에서 돈을 버는지/잃는지&amp;rdquo;가 숫자로 분리됩니다.&lt;/p&gt;
&lt;hr data-ke-style=&quot;style1&quot; /&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;1) Setup&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;무슨 근거(신호)로 들어갔는지&lt;/b&gt;를 표시합니다. 즉, &amp;ldquo;내 전략의 종류&amp;rdquo; 태그입니다.&lt;/p&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;예시(마이크로 골드 + 본인 전략 기준)
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;RSI_REG_BULL : RSI 정(Regular) 상승 다이버전스&lt;/li&gt;
&lt;li&gt;RSI_REG_BEAR : RSI 정 하락 다이버전스&lt;/li&gt;
&lt;li&gt;RSI_HID_BULL : RSI 히든(Hidden) 상승 다이버전스&lt;/li&gt;
&lt;li&gt;RSI_HID_BEAR : RSI 히든 하락 다이버전스&lt;/li&gt;
&lt;li&gt;N_WAVE_LONG : N자(상승) 파동 목표치 기반 롱&lt;/li&gt;
&lt;li&gt;N_WAVE_SHORT : N자(하락) 파동 목표치 기반 숏&lt;/li&gt;
&lt;li&gt;BREAKOUT : 레벨 돌파(돌파 후 리테스트 포함)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;핵심: &amp;ldquo;진입 이유&amp;rdquo;를 한 단어로 고정합니다. (매번 바꾸면 통계가 깨집니다.)&lt;/p&gt;
&lt;hr data-ke-style=&quot;style1&quot; /&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;2) Regime&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;**시장의 국면(환경)**이 무엇이었는지 표시합니다. 같은 Setup이라도 국면이 다르면 성과가 완전히 달라집니다.&lt;/p&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;예시
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;RANGE : 박스/횡보/레인지&lt;/li&gt;
&lt;li&gt;TREND_UP : 상승 추세&lt;/li&gt;
&lt;li&gt;TREND_DOWN : 하락 추세&lt;/li&gt;
&lt;li&gt;BREAKOUT_UP : 상방 돌파 직후(변동성 확대)&lt;/li&gt;
&lt;li&gt;BREAKOUT_DOWN : 하방 돌파 직후&lt;/li&gt;
&lt;li&gt;REVERSAL : 전환 시도 구간(추세 종료/반전 가능)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;현실적 기준(간단 버전):&lt;/p&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;상위 TF(예: 60분)에서 고점&amp;middot;저점이 &lt;b&gt;상승하면 TREND_UP&lt;/b&gt;, &lt;b&gt;하락하면 TREND_DOWN&lt;/b&gt;,&lt;/li&gt;
&lt;li&gt;그 외는 RANGE, 레벨 이탈 직후는 BREAKOUT으로 둡니다.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr data-ke-style=&quot;style1&quot; /&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;3) Location&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;**어디에서 들어갔는지(가격 위치/맥락)**를 표시합니다. 동일한 Setup도 &amp;ldquo;레벨 위/아래, 박스 상단/하단&amp;rdquo;에 따라 기대값이 갈립니다.&lt;/p&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;예시(가격 레벨 기반)
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;AT_SUPPORT : 지지선 부근&lt;/li&gt;
&lt;li&gt;AT_RESIST : 저항선 부근&lt;/li&gt;
&lt;li&gt;RANGE_LOW : 박스 하단&lt;/li&gt;
&lt;li&gt;RANGE_HIGH : 박스 상단&lt;/li&gt;
&lt;li&gt;PIVOT_4330 : 핵심 피벗(예: 4330) 근처&lt;/li&gt;
&lt;li&gt;PULLBACK_4300 : 눌림 매수 구간(예: 4300대)&lt;/li&gt;
&lt;li&gt;BREAKOUT_RETEST : 돌파 후 리테스트 구간&lt;/li&gt;
&lt;li&gt;MID_RANGE : 박스 한가운데(대개 성과가 나쁨 &amp;rarr; &amp;ldquo;금지구간&amp;rdquo; 후보)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;팁: Location은 숫자를 그대로 넣기보다, &lt;b&gt;본인이 쓰는 레벨 이름&lt;/b&gt;으로 고정하면 편합니다.&lt;/p&gt;
&lt;hr data-ke-style=&quot;style1&quot; /&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;4) Outcome&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;**결과가 무엇이었는지(어떤 식으로 끝났는지)**를 표시합니다. 단순히 &amp;ldquo;수익/손실&amp;rdquo;이 아니라, &amp;ldquo;규칙대로 끝났는지&amp;rdquo;를 남기는 게 핵심입니다.&lt;/p&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;예시(권장)
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;TP1 : 1차 목표 도달(부분청산 포함)&lt;/li&gt;
&lt;li&gt;TP2 : 2차 목표 도달&lt;/li&gt;
&lt;li&gt;TRAIL_STOP : 트레일링 스탑으로 종료&lt;/li&gt;
&lt;li&gt;BE : 본절(0R) 정리&lt;/li&gt;
&lt;li&gt;SL : 손절(계획된 손절)&lt;/li&gt;
&lt;li&gt;INVALID : 무효화 조건 발생으로 종료(구조 붕괴)&lt;/li&gt;
&lt;li&gt;RULE_VIOLATION : 규칙 위반(손절 미준수, 추격 진입 등)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Outcome을 잘 붙이면, 나중에 &amp;ldquo;수익보다 RULE_VIOLATION이 왜 나왔는지&amp;rdquo;가 먼저 보입니다.&lt;/p&gt;
&lt;hr data-ke-style=&quot;style1&quot; /&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;추천: 실제 기록 예시 2개&lt;/h2&gt;
&lt;ol style=&quot;list-style-type: decimal;&quot; data-ke-list-type=&quot;decimal&quot;&gt;
&lt;li&gt;&lt;b&gt;박스 하단에서 RSI 정다이버전스로 롱, 1차 목표 도달&lt;/b&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;Setup: RSI_REG_BULL&lt;/li&gt;
&lt;li&gt;Regime: RANGE&lt;/li&gt;
&lt;li&gt;Location: RANGE_LOW&lt;/li&gt;
&lt;li&gt;Outcome: TP1&lt;/li&gt;
&lt;/ul&gt;
&lt;ol style=&quot;list-style-type: decimal;&quot; data-ke-list-type=&quot;decimal&quot;&gt;
&lt;li&gt;&lt;b&gt;상방 돌파 후 리테스트에서 N자 목표치로 롱, 트레일링으로 종료&lt;/b&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;Setup: N_WAVE_LONG&lt;/li&gt;
&lt;li&gt;Regime: BREAKOUT_UP&lt;/li&gt;
&lt;li&gt;Location: BREAKOUT_RETEST&lt;/li&gt;
&lt;li&gt;Outcome: TRAIL_STOP&lt;/li&gt;
&lt;/ul&gt;
&lt;hr data-ke-style=&quot;style1&quot; /&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;원하시면, 본인 블로그/전략에 맞게 태그를 &lt;b&gt;각 항목당 6~10개 이내&lt;/b&gt;로 &amp;ldquo;표준 사전(코드북)&amp;rdquo; 형태로 확정해드리겠습니다. 그렇게 하면 기록과 통계가 훨씬 깔끔해집니다.&lt;/p&gt;</description>
      <category>Gold</category>
      <author>mmigrg</author>
      <guid isPermaLink="true">https://ckshin.tistory.com/529</guid>
      <comments>https://ckshin.tistory.com/529#entry529comment</comments>
      <pubDate>Sun, 14 Dec 2025 00:22:59 +0900</pubDate>
    </item>
    <item>
      <title>20251119(수)</title>
      <link>https://ckshin.tistory.com/528</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;1. 동진쎄미켐: ~31000원까지, 현재가 34000원&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;2. 금선물&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;- 일봉 5일선(4138)이 내일 어떻게 변하는지 봐야함 20일선(4060) 올라타고 5일선(4138)까지 올라타면 4200 도전&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;3. 나스닥선물&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;- 0.75(24200)까지 조정완료 여기서 상승이냐, 0.5(22100)까지 하락이냐&lt;/p&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;2174&quot; data-origin-height=&quot;966&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/egxubR/dJMcafZieub/VCsSzdPiJNoqwJC4OGUvmk/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/egxubR/dJMcafZieub/VCsSzdPiJNoqwJC4OGUvmk/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/egxubR/dJMcafZieub/VCsSzdPiJNoqwJC4OGUvmk/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FegxubR%2FdJMcafZieub%2FVCsSzdPiJNoqwJC4OGUvmk%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;2174&quot; height=&quot;966&quot; data-origin-width=&quot;2174&quot; data-origin-height=&quot;966&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;2174&quot; data-origin-height=&quot;966&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/0O79x/dJMcaaDGbpH/O9GcKF4MyvTzHKeF1FaeM1/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/0O79x/dJMcaaDGbpH/O9GcKF4MyvTzHKeF1FaeM1/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/0O79x/dJMcaaDGbpH/O9GcKF4MyvTzHKeF1FaeM1/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2F0O79x%2FdJMcaaDGbpH%2FO9GcKF4MyvTzHKeF1FaeM1%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;2174&quot; height=&quot;966&quot; data-origin-width=&quot;2174&quot; data-origin-height=&quot;966&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;2174&quot; data-origin-height=&quot;966&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/clG1M1/dJMcagcProL/f7U4bX3k8maCHhZ1kTIEKk/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/clG1M1/dJMcagcProL/f7U4bX3k8maCHhZ1kTIEKk/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/clG1M1/dJMcagcProL/f7U4bX3k8maCHhZ1kTIEKk/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FclG1M1%2FdJMcagcProL%2Ff7U4bX3k8maCHhZ1kTIEKk%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;2174&quot; height=&quot;966&quot; data-origin-width=&quot;2174&quot; data-origin-height=&quot;966&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/p&gt;</description>
      <category>520Cross</category>
      <category>금선물</category>
      <category>나스닥선물</category>
      <category>동진쎄미켐</category>
      <author>mmigrg</author>
      <guid isPermaLink="true">https://ckshin.tistory.com/528</guid>
      <comments>https://ckshin.tistory.com/528#entry528comment</comments>
      <pubDate>Wed, 19 Nov 2025 00:30:23 +0900</pubDate>
    </item>
    <item>
      <title>20251118(화)</title>
      <link>https://ckshin.tistory.com/527</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;1. 나스닥: 24300까지 하락가능&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;2. Gold: 4000을 깨야 3800까지 하락가능&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;3. 비트코인: 80000까지는 하락가능&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;4. 유한양행: 10~13&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;5. 포스코홀딩스: 28~34&lt;/p&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;2174&quot; data-origin-height=&quot;966&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/U3jdI/dJMcafEY3Lh/Kng7BKoVlNFg5f643UojF1/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/U3jdI/dJMcafEY3Lh/Kng7BKoVlNFg5f643UojF1/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/U3jdI/dJMcafEY3Lh/Kng7BKoVlNFg5f643UojF1/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FU3jdI%2FdJMcafEY3Lh%2FKng7BKoVlNFg5f643UojF1%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;2174&quot; height=&quot;966&quot; data-origin-width=&quot;2174&quot; data-origin-height=&quot;966&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;2174&quot; data-origin-height=&quot;966&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/ballHR/dJMcah3R2pe/IINbGK1xlLjkYMREDZ3PKk/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/ballHR/dJMcah3R2pe/IINbGK1xlLjkYMREDZ3PKk/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/ballHR/dJMcah3R2pe/IINbGK1xlLjkYMREDZ3PKk/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FballHR%2FdJMcah3R2pe%2FIINbGK1xlLjkYMREDZ3PKk%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;2174&quot; height=&quot;966&quot; data-origin-width=&quot;2174&quot; data-origin-height=&quot;966&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;2174&quot; data-origin-height=&quot;966&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/diFxWl/dJMcahJzjb9/ckSfsOcDVzBwOx7qJ0xtqK/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/diFxWl/dJMcahJzjb9/ckSfsOcDVzBwOx7qJ0xtqK/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/diFxWl/dJMcahJzjb9/ckSfsOcDVzBwOx7qJ0xtqK/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FdiFxWl%2FdJMcahJzjb9%2FckSfsOcDVzBwOx7qJ0xtqK%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;2174&quot; height=&quot;966&quot; data-origin-width=&quot;2174&quot; data-origin-height=&quot;966&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;2174&quot; data-origin-height=&quot;966&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/AYjRc/dJMcacnXnuC/NZ0rBhDAPxzmgFLRK9Oh71/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/AYjRc/dJMcacnXnuC/NZ0rBhDAPxzmgFLRK9Oh71/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/AYjRc/dJMcacnXnuC/NZ0rBhDAPxzmgFLRK9Oh71/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FAYjRc%2FdJMcacnXnuC%2FNZ0rBhDAPxzmgFLRK9Oh71%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;2174&quot; height=&quot;966&quot; data-origin-width=&quot;2174&quot; data-origin-height=&quot;966&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;2174&quot; data-origin-height=&quot;966&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/8jy2q/dJMcafdUGVs/OGCB9m8Qr6Ue0ieXQqUqyK/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/8jy2q/dJMcafdUGVs/OGCB9m8Qr6Ue0ieXQqUqyK/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/8jy2q/dJMcafdUGVs/OGCB9m8Qr6Ue0ieXQqUqyK/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2F8jy2q%2FdJMcafdUGVs%2FOGCB9m8Qr6Ue0ieXQqUqyK%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;2174&quot; height=&quot;966&quot; data-origin-width=&quot;2174&quot; data-origin-height=&quot;966&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/p&gt;</description>
      <category>520Cross</category>
      <category>POSCO홀딩스</category>
      <category>골드</category>
      <category>나스닥</category>
      <category>비트코인</category>
      <category>유한양행</category>
      <author>mmigrg</author>
      <guid isPermaLink="true">https://ckshin.tistory.com/527</guid>
      <comments>https://ckshin.tistory.com/527#entry527comment</comments>
      <pubDate>Tue, 18 Nov 2025 06:53:18 +0900</pubDate>
    </item>
    <item>
      <title>일일 매매일지 (2025. 10. 10.)</title>
      <link>https://ckshin.tistory.com/526</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;1. 개요&lt;/span&gt;&lt;/p&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li style=&quot;list-style-type: disc; color: #000000;&quot;&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;매매일자:&lt;/span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt; 2025년 10월 9일(목) ~ 10월 10일(금)&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;list-style-type: disc; color: #000000;&quot;&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;대상종목:&lt;/span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt; Micro Mini NASDAQ 100 선물 (MNQZ25)&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;list-style-type: disc; color: #000000;&quot;&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;핵심전략:&lt;/span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt; 시장 국면(하락&amp;rarr;반등&amp;rarr;재하락) 전환에 따른 유연한 포지션 스위칭&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;2. 매매 성과&lt;/span&gt;&lt;/p&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li style=&quot;list-style-type: disc; color: #000000;&quot;&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;총 매매횟수:&lt;/span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt; 7회 (7승 0패)&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;list-style-type: disc; color: #000000;&quot;&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;승률:&lt;/span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt; 100%&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;list-style-type: disc; color: #000000;&quot;&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;총 획득포인트:&lt;/span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt; 138.25 pt&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;list-style-type: disc; color: #000000;&quot;&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;최종 순수익:&lt;/span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt; $248.5 (수수료 반영)&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;3. 시간대별 매매 내용&lt;/span&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;가. 하락 추세 추종 구간 (10/09 21:00 ~ 23:50)&lt;/span&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;- 시장 상황: 주요 지표 하락 신호에 따른 명확한 매도 우위 장세.&lt;/span&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;- 대응 전략: 단기 반등 시 매도(Short)로 진입하는 스캘핑 전략 반복 구사.&lt;/span&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;- 매매 결과: 총 5회 진입, 전량 수익 청산 (+93.25 pt).&lt;/span&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;나. 기술적 반등 공략 구간 (10/10 00:40 ~ 00:49)&lt;/span&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;- 시장 상황: 저점 확인 후 단기 상승 파동 발생.&lt;/span&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;- 대응 전략: 매수(Long) 포지션으로 신속히 전환하여 반등 추세 추종.&lt;/span&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;- 매매 결과: 1회 진입, +30.0 pt 수익 실현.&lt;/span&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;다. 추세 복귀 공략 구간 (10/10 00:49 ~ 01:55)&lt;/span&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;- 시장 상황: 주요 저항선에서 상승세 둔화 및 재차 하락 전환.&lt;/span&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;- 대응 전략: 매수 포지션 익절과 동시에 매도(Short)로 전환하여 하락 추세 복귀 공략.&lt;/span&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;- 매매 결과: 1회 진입, +15.0 pt 수익 실현.&lt;/span&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;4. 상세 거래 내역&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;
&lt;table style=&quot;border-collapse: collapse; width: 100%;&quot; border=&quot;1&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;No.&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;구분&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;진입 (시각/가격)&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;청산 (시각/가격)&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;보유 시간&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;수익(pt)&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;1&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;매도&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;21:00 / 25325.5&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;22:33 / 25297.0&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;1시간 33분&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;+28.5&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;2&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;매도&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;23:07 / 25287.0&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;23:08 / 25269.75&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;1분&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;+17.25&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;3&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;매도&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;23:19 / 25274.0&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;23:21 / 25260.0&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;2분&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;+14.0&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;4&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;매도&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;23:41 / 25230.0&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;23:41 / 25215.0&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;1분 이내&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;+15.0&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;5&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;매도&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;23:50 / 25233.5&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;00:34 / 25215.0&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;44분&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;+18.5&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;6&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;매수&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;00:40 / 25220.0&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;00:49 / 25250.0&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;9분&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;+30.0&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;7&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;매도&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;01:23 / 25240.0&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;01:55 / 25225.0&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;32분&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;background-color: #f8fafd;&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;+15.0&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;5. 종합 평가&lt;/span&gt;&lt;/p&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li style=&quot;list-style-type: disc; color: #000000;&quot;&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;금일 매매는 시장의 국면 전환을 정확히 인지하고 각 상황에 맞는 최적의 전략을 구사하여 100% 승률이라는 높은 성과를 달성함.&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;list-style-type: disc; color: #000000;&quot;&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;특히, 시장의 변곡점에서 Short &amp;rarr; Long &amp;rarr; Short로 이어지는 과감하고 유연한 포지션 전환이 수익을 극대화한 주요 요인으로 판단됨.&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;list-style-type: disc; color: #000000;&quot;&gt;&lt;span style=&quot;color: #1b1c1d;&quot;&gt;향후에도 단일 관점에 얽매이지 않고, 객관적 지표에 근거하여 시장 변화에 순응하는 매매 원칙을 준수할 예정임. 끝.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;1992&quot; data-origin-height=&quot;734&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/bFlD1d/btsQ4XEwyDT/ywiWD9gMuK7kHzKqg1hYR1/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/bFlD1d/btsQ4XEwyDT/ywiWD9gMuK7kHzKqg1hYR1/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/bFlD1d/btsQ4XEwyDT/ywiWD9gMuK7kHzKqg1hYR1/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbFlD1d%2FbtsQ4XEwyDT%2FywiWD9gMuK7kHzKqg1hYR1%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;1992&quot; height=&quot;734&quot; data-origin-width=&quot;1992&quot; data-origin-height=&quot;734&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;2525&quot; data-origin-height=&quot;848&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/EOJkm/btsQ3Iuxl4O/7C3CFKk15fa41CNx5s5zek/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/EOJkm/btsQ3Iuxl4O/7C3CFKk15fa41CNx5s5zek/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/EOJkm/btsQ3Iuxl4O/7C3CFKk15fa41CNx5s5zek/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FEOJkm%2FbtsQ3Iuxl4O%2F7C3CFKk15fa41CNx5s5zek%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;2525&quot; height=&quot;848&quot; data-origin-width=&quot;2525&quot; data-origin-height=&quot;848&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;872&quot; data-origin-height=&quot;271&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/STBvG/btsQ320C6pu/SYuIGCJSQNwB7lycAsXAx0/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/STBvG/btsQ320C6pu/SYuIGCJSQNwB7lycAsXAx0/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/STBvG/btsQ320C6pu/SYuIGCJSQNwB7lycAsXAx0/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FSTBvG%2FbtsQ320C6pu%2FSYuIGCJSQNwB7lycAsXAx0%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;872&quot; height=&quot;271&quot; data-origin-width=&quot;872&quot; data-origin-height=&quot;271&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/p&gt;</description>
      <category>집중하자</category>
      <category>마이크로미니나스닥</category>
      <author>mmigrg</author>
      <guid isPermaLink="true">https://ckshin.tistory.com/526</guid>
      <comments>https://ckshin.tistory.com/526#entry526comment</comments>
      <pubDate>Fri, 10 Oct 2025 02:52:30 +0900</pubDate>
    </item>
    <item>
      <title>2025년 7월</title>
      <link>https://ckshin.tistory.com/525</link>
      <description>&lt;p style=&quot;color: #333333; text-align: start;&quot; data-ke-size=&quot;size16&quot;&gt;7월9일(수): 유한양행, 덴티움&lt;/p&gt;
&lt;p style=&quot;color: #333333; text-align: start;&quot; data-ke-size=&quot;size16&quot;&gt;7월8일(화): 휴스틸, NAVER, 포스코인터내셔널, 파미셀&lt;/p&gt;
&lt;p style=&quot;color: #333333; text-align: start;&quot; data-ke-size=&quot;size16&quot;&gt;-휴스틸은 정리하는게 나을것 같음&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;7월7일(월): 칩스앤미디어&lt;/p&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;1188&quot; data-origin-height=&quot;785&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/boPAsj/btsPbuEszvJ/hJTg3jzkbX0jgwPLSZWbh1/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/boPAsj/btsPbuEszvJ/hJTg3jzkbX0jgwPLSZWbh1/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/boPAsj/btsPbuEszvJ/hJTg3jzkbX0jgwPLSZWbh1/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FboPAsj%2FbtsPbuEszvJ%2FhJTg3jzkbX0jgwPLSZWbh1%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;1188&quot; height=&quot;785&quot; data-origin-width=&quot;1188&quot; data-origin-height=&quot;785&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;1186&quot; data-origin-height=&quot;786&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/bP1Bet/btsPan0DXPz/DaTyDLwznvwCUpQilKVaAk/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/bP1Bet/btsPan0DXPz/DaTyDLwznvwCUpQilKVaAk/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/bP1Bet/btsPan0DXPz/DaTyDLwznvwCUpQilKVaAk/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbP1Bet%2FbtsPan0DXPz%2FDaTyDLwznvwCUpQilKVaAk%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;1186&quot; height=&quot;786&quot; data-origin-width=&quot;1186&quot; data-origin-height=&quot;786&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;1191&quot; data-origin-height=&quot;797&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/DD35o/btsO69A7CVL/Iq4QE6WTaKUyVFW41LKWZ1/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/DD35o/btsO69A7CVL/Iq4QE6WTaKUyVFW41LKWZ1/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/DD35o/btsO69A7CVL/Iq4QE6WTaKUyVFW41LKWZ1/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FDD35o%2FbtsO69A7CVL%2FIq4QE6WTaKUyVFW41LKWZ1%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;1191&quot; height=&quot;797&quot; data-origin-width=&quot;1191&quot; data-origin-height=&quot;797&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/p&gt;</description>
      <category>집중하자</category>
      <category>칩스앤미디어</category>
      <author>mmigrg</author>
      <guid isPermaLink="true">https://ckshin.tistory.com/525</guid>
      <comments>https://ckshin.tistory.com/525#entry525comment</comments>
      <pubDate>Tue, 8 Jul 2025 00:11:26 +0900</pubDate>
    </item>
    <item>
      <title>2024년 11월</title>
      <link>https://ckshin.tistory.com/524</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;14일: NAVER, 한글과컴퓨터, &lt;b&gt;미래에셋벤처투자, 아주IB투자&lt;/b&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;18일: &lt;b&gt;퓨런티어, 슈어소프트테크&lt;/b&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;25일: 알서포트(매수 2950 이하, 손절 2510 이탈)&lt;/p&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;2530&quot; data-origin-height=&quot;826&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/sanrA/btsKMdVF4xY/ieVS2F6as8U9kFBmCJgZEk/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/sanrA/btsKMdVF4xY/ieVS2F6as8U9kFBmCJgZEk/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/sanrA/btsKMdVF4xY/ieVS2F6as8U9kFBmCJgZEk/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FsanrA%2FbtsKMdVF4xY%2FieVS2F6as8U9kFBmCJgZEk%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;2530&quot; height=&quot;826&quot; data-origin-width=&quot;2530&quot; data-origin-height=&quot;826&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/p&gt;</description>
      <category>집중하자</category>
      <author>mmigrg</author>
      <guid isPermaLink="true">https://ckshin.tistory.com/524</guid>
      <comments>https://ckshin.tistory.com/524#entry524comment</comments>
      <pubDate>Fri, 15 Nov 2024 04:51:36 +0900</pubDate>
    </item>
    <item>
      <title>2024년 5월</title>
      <link>https://ckshin.tistory.com/523</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;8일(수): 클래시스(35000)&lt;/p&gt;</description>
      <category>집중하자</category>
      <author>mmigrg</author>
      <guid isPermaLink="true">https://ckshin.tistory.com/523</guid>
      <comments>https://ckshin.tistory.com/523#entry523comment</comments>
      <pubDate>Wed, 8 May 2024 20:22:20 +0900</pubDate>
    </item>
    <item>
      <title>2024년 4월</title>
      <link>https://ckshin.tistory.com/522</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;4월 11일: 더존비즈온(52,500)&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;4월 12일: 파마리서치(120,000)&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;4월 15일: 셀트리온(180,000)&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;4월 16일: 리노공업(205,000)&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;4월 17일: 크래프톤(220,000), 제이시스메디칼(10,000)&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;color: #333333; text-align: start;&quot;&gt;4월 18일: 제룡전기(27,500)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;1349&quot; data-origin-height=&quot;677&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/TD2cK/btsGCyoK3jv/3PRJpQYonHpHbutKi31tMk/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/TD2cK/btsGCyoK3jv/3PRJpQYonHpHbutKi31tMk/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/TD2cK/btsGCyoK3jv/3PRJpQYonHpHbutKi31tMk/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FTD2cK%2FbtsGCyoK3jv%2F3PRJpQYonHpHbutKi31tMk%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;1349&quot; height=&quot;677&quot; data-origin-width=&quot;1349&quot; data-origin-height=&quot;677&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;1349&quot; data-origin-height=&quot;677&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/kF2vi/btsGCybakNs/eX508kswtJlhOV8wP4DGT0/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/kF2vi/btsGCybakNs/eX508kswtJlhOV8wP4DGT0/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/kF2vi/btsGCybakNs/eX508kswtJlhOV8wP4DGT0/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FkF2vi%2FbtsGCybakNs%2FeX508kswtJlhOV8wP4DGT0%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;1349&quot; height=&quot;677&quot; data-origin-width=&quot;1349&quot; data-origin-height=&quot;677&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;2525&quot; data-origin-height=&quot;821&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/eJVgEk/btsGyDpq74B/fNQmo6VL6SG6xdxVy64kk0/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/eJVgEk/btsGyDpq74B/fNQmo6VL6SG6xdxVy64kk0/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/eJVgEk/btsGyDpq74B/fNQmo6VL6SG6xdxVy64kk0/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FeJVgEk%2FbtsGyDpq74B%2FfNQmo6VL6SG6xdxVy64kk0%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;2525&quot; height=&quot;821&quot; data-origin-width=&quot;2525&quot; data-origin-height=&quot;821&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;1874&quot; data-origin-height=&quot;784&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/cYrO4d/btsGxBxBuQq/AlxeSUIxv2J3N1wa10UTO1/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/cYrO4d/btsGxBxBuQq/AlxeSUIxv2J3N1wa10UTO1/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/cYrO4d/btsGxBxBuQq/AlxeSUIxv2J3N1wa10UTO1/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FcYrO4d%2FbtsGxBxBuQq%2FAlxeSUIxv2J3N1wa10UTO1%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;1874&quot; height=&quot;784&quot; data-origin-width=&quot;1874&quot; data-origin-height=&quot;784&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;</description>
      <category>집중하자</category>
      <category>더존비즈온</category>
      <category>파마리서치</category>
      <author>mmigrg</author>
      <guid isPermaLink="true">https://ckshin.tistory.com/522</guid>
      <comments>https://ckshin.tistory.com/522#entry522comment</comments>
      <pubDate>Wed, 10 Apr 2024 14:27:59 +0900</pubDate>
    </item>
  </channel>
</rss>