<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>오늘의 갓생 치트키</title>
    <link>https://infomationhealth.tistory.com/</link>
    <description>갓생을 살고 싶어하는 사람들에게 제공하는 치트키</description>
    <language>ko</language>
    <pubDate>Wed, 3 Jun 2026 23:07:30 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>갓생치트키</managingEditor>
    <image>
      <title>오늘의 갓생 치트키</title>
      <url>https://tistory1.daumcdn.net/tistory/7067499/attach/7909a291d014483198bb84868df6a360</url>
      <link>https://infomationhealth.tistory.com</link>
    </image>
    <item>
      <title>오늘 '종이비행기의 날'! 전 세계에서 가장 오래 날아가는 접기 비법</title>
      <link>https://infomationhealth.tistory.com/77</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;[5월 26일] 오늘 '종이비행기의 날'! 전 세계에서 가장 오래 날아가는 접기 비법&lt;/title&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&amp;family=Noto+Serif+KR:wght@400;700&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;
&lt;style&gt;
  :root {
    --sky: #2068C0;
    --sky-light: #EAF3FB;
    --sky-mid: #70A8E0;
    --cloud: #F0F6FF;
    --paper: #FEF8E8;
    --paper-border: #E8D880;
    --green: #1E7040;
    --green-light: #EAF4EC;
    --amber: #B07808;
    --amber-light: #FEF7E4;
    --red: #BF2020;
    --red-light: #FDEAEA;
    --teal: #1A7878;
    --teal-light: #E5F5F3;
    --gold: #C09010;
    --gold-light: #FEF8E4;
    --dark: #08101E;
    --text: #1E1E1E;
    --gray: #6C757D;
    --border: #D8E8F0;
    --white: #FFFFFF;
    --bg: #F3F8FC;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }
  body { font-family: 'Noto Sans KR', sans-serif; background: var(--bg); color: var(--text); font-size: 15px; line-height: 1.8; }
  .post-wrap { max-width: 720px; margin: 0 auto; padding: 0 16px 64px; }

  /* ─── HERO ─── */
  .hero {
    background: linear-gradient(160deg, #061828 0%, #1050A8 45%, #2878D0 80%, #58A0F0 100%);
    border-radius: 22px;
    padding: 52px 32px 46px;
    margin: 28px 0 30px;
    color: white;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: '✈️';
    position: absolute;
    right: -10px; top: 18px;
    font-size: 110px;
    opacity: 0.2;
    transform: rotate(-15deg);
  }
  /* 구름 장식 */
  .hero::after {
    content: '☁️ ☁️';
    position: absolute;
    left: 16px; bottom: 12px;
    font-size: 30px;
    opacity: 0.2;
    letter-spacing: 20px;
  }
  .date-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 20px;
    padding: 4px 14px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 14px;
  }
  .hero h1 {
    font-family: 'Noto Serif KR', serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 12px;
  }
  .hero h1 em { font-style: normal; color: #FFE680; }
  .hero-sub { font-size: 14px; opacity: 0.88; line-height: 1.7; max-width: 480px; }
  .hero-meta { margin-top: 18px; display: flex; gap: 8px; flex-wrap: wrap; }
  .hero-pill { background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.3); border-radius: 20px; padding: 3px 12px; font-size: 12px; font-weight: 600; }

  /* ─── INTRO ─── */
  .intro-box {
    background: var(--cloud);
    border-radius: 16px;
    border: 2px solid var(--sky);
    padding: 20px 22px;
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 1.88;
    position: relative;
  }
  .intro-box::before { content: ' '; position: absolute; top: -14px; left: 20px; font-size: 24px; }
  .intro-box strong { color: var(--sky); }

  /* ─── SECTION HEADER ─── */
  .sec-header { display: flex; align-items: center; gap: 10px; margin: 36px 0 16px; }
  .sec-num { width: 38px; height: 38px; border-radius: 11px; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 900; color: white; flex-shrink: 0; }
  .sec-num.sky  { background: var(--sky); }
  .sec-num.gold { background: var(--gold); }
  .sec-num.teal { background: var(--teal); }
  .sec-title { font-family: 'Noto Serif KR', serif; font-size: 18px; font-weight: 700; color: var(--dark); }

  /* ─── GUINNESS CARDS ─── */
  .record-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 16px 0; }
  .record-card {
    background: var(--white);
    border-radius: 16px;
    padding: 20px 18px;
    box-shadow: 0 3px 12px rgba(32,104,192,0.12);
    border-top: 5px solid var(--sky);
    position: relative;
    overflow: hidden;
  }
  .record-card.time { border-top-color: var(--gold); }
  .record-card::after { content: ' '; position: absolute; right: 12px; bottom: 8px; font-size: 36px; opacity: 0.1; }
  .rc-type { font-size: 11.5px; font-weight: 700; color: var(--sky); margin-bottom: 4px; text-transform: uppercase; letter-spacing: 0.5px; }
  .record-card.time .rc-type { color: var(--gold); }
  .rc-record { font-family: 'Noto Serif KR', serif; font-size: 26px; font-weight: 700; color: var(--dark); margin-bottom: 6px; line-height: 1.2; }
  .rc-record span { font-size: 14px; font-weight: 400; color: var(--gray); }
  .rc-who { font-size: 12.5px; color: var(--gray); margin-bottom: 8px; }
  .rc-story { font-size: 13px; line-height: 1.72; color: #3C3C3C; }

  /* ─── HIGHLIGHT ─── */
  .highlight { border-radius: 12px; padding: 18px 20px; margin: 14px 0; font-size: 14px; line-height: 1.82; }
  .highlight.sky   { background: var(--sky-light);   border-left: 3px solid var(--sky); }
  .highlight.gold  { background: var(--gold-light);  border-left: 3px solid var(--gold); }
  .highlight.green { background: var(--green-light); border-left: 3px solid var(--green); }
  .highlight.amber { background: var(--amber-light); border-left: 3px solid var(--amber); }
  .highlight.teal  { background: var(--teal-light);  border-left: 3px solid var(--teal); }
  .highlight strong { font-weight: 700; }

  /* ─── FOLD STEPS ─── */
  .fold-step {
    display: flex;
    gap: 14px;
    margin-bottom: 18px;
    align-items: flex-start;
  }
  .fs-num {
    width: 36px; height: 36px;
    background: var(--sky);
    color: white;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 15px; font-weight: 900;
    flex-shrink: 0; margin-top: 2px;
  }
  .fs-body { flex: 1; }
  .fs-title { font-size: 15px; font-weight: 900; color: var(--sky); margin-bottom: 4px; }
  .fs-desc  { font-size: 13.5px; line-height: 1.78; color: #3C3C3C; }
  .fs-tip   { margin-top: 6px; font-size: 12.5px; color: var(--amber); font-weight: 700; }

  /* ─── PAPER DIAGRAM ─── */
  .diagram-wrap {
    background: var(--paper);
    border: 2px dashed var(--paper-border);
    border-radius: 14px;
    padding: 24px 20px;
    margin: 20px 0;
    text-align: center;
    position: relative;
  }
  .diagram-wrap::before { content: '  접기 다이어그램'; position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--paper); padding: 2px 12px; font-size: 12px; font-weight: 700; color: var(--amber); border: 1px dashed var(--paper-border); border-radius: 10px; white-space: nowrap; }
  .diagram { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 8px; }
  .d-step { background: var(--white); border-radius: 10px; padding: 12px 8px; box-shadow: 0 2px 6px rgba(0,0,0,0.06); }
  .d-step svg { display: block; margin: 0 auto 6px; }
  .d-label { font-size: 11px; font-weight: 700; color: var(--sky); }
  .d-sub   { font-size: 10px; color: var(--gray); margin-top: 2px; }

  /* ─── WINGLET SCIENCE ─── */
  .science-box {
    background: linear-gradient(135deg, #061830, #0E2850);
    border-radius: 14px;
    padding: 22px 24px;
    margin: 16px 0;
    color: white;
    position: relative;
    overflow: hidden;
  }
  .science-box::before { content: '✈️'; position: absolute; right: 16px; top: 10px; font-size: 64px; opacity: 0.12; }
  .sb-title { font-family: 'Noto Serif KR', serif; font-size: 16px; font-weight: 700; color: #90C0F8; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
  .science-box p { font-size: 14px; line-height: 1.88; color: rgba(255,255,255,0.9); }
  .science-box p + p { margin-top: 10px; }
  .science-box strong { color: #A8D0FF; }

  /* ─── TIPS GRID ─── */
  .tips-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 16px 0; }
  .tip-card {
    background: var(--white);
    border-radius: 14px;
    padding: 16px 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    border-left: 4px solid var(--sky);
  }
  .tip-card.gold-l { border-left-color: var(--gold); }
  .tip-card.green-l { border-left-color: var(--green); }
  .tip-card.teal-l  { border-left-color: var(--teal); }
  .tc-title { font-size: 14px; font-weight: 900; margin-bottom: 7px; display: flex; align-items: center; gap: 6px; color: var(--sky); }
  .tip-card.gold-l  .tc-title { color: var(--gold); }
  .tip-card.green-l .tc-title { color: var(--green); }
  .tip-card.teal-l  .tc-title { color: var(--teal); }
  .tip-card p { font-size: 13px; line-height: 1.75; color: #3C3C3C; }

  /* ─── CHALLENGE ─── */
  .challenge-box {
    background: var(--white);
    border-radius: 16px;
    padding: 24px 24px;
    margin: 24px 0;
    box-shadow: 0 4px 16px rgba(32,104,192,0.12);
    border: 2px solid var(--sky);
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .challenge-box::before { content: '✈️'; position: absolute; left: -10px; top: -10px; font-size: 80px; opacity: 0.06; }
  .challenge-box::after  { content: '✈️'; position: absolute; right: -10px; bottom: -10px; font-size: 80px; opacity: 0.06; transform: rotate(180deg); }
  .ch-title { font-family: 'Noto Serif KR', serif; font-size: 20px; font-weight: 700; color: var(--sky); margin-bottom: 10px; }
  .ch-sub { font-size: 14px; color: var(--gray); margin-bottom: 18px; line-height: 1.75; }
  .ch-levels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 16px 0; }
  .ch-level { background: var(--cloud); border-radius: 11px; padding: 14px 10px; text-align: center; }
  .ch-level.silver { border: 2px solid #A0A8B8; }
  .ch-level.gold   { border: 2px solid var(--gold); }
  .ch-level.platinum { border: 2px solid var(--sky); }
  .cl-rank  { font-size: 11px; font-weight: 900; margin-bottom: 5px; }
  .ch-level.silver   .cl-rank { color: #8088A0; }
  .ch-level.gold     .cl-rank { color: var(--gold); }
  .ch-level.platinum .cl-rank { color: var(--sky); }
  .cl-dist  { font-size: 20px; font-weight: 900; color: var(--dark); }
  .cl-label { font-size: 11px; color: var(--gray); margin-top: 3px; }
  .ch-note  { font-size: 12.5px; color: var(--gray); margin-top: 8px; }

  /* ─── PAPER TYPES ─── */
  .paper-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 16px 0; }
  .paper-item { background: var(--white); border-radius: 12px; padding: 14px 11px; text-align: center; box-shadow: 0 2px 6px rgba(0,0,0,0.05); }
  .paper-item.best  { border-top: 3px solid var(--green); }
  .paper-item.good  { border-top: 3px solid var(--sky); }
  .paper-item.avoid { border-top: 3px solid var(--red); }
  .pi-emoji { font-size: 24px; display: block; margin-bottom: 5px; }
  .pi-name  { font-size: 12.5px; font-weight: 900; color: var(--dark); margin-bottom: 3px; }
  .pi-desc  { font-size: 11px; color: var(--gray); line-height: 1.55; }
  .pi-tag   { margin-top: 5px; font-size: 11px; font-weight: 700; }
  .paper-item.best  .pi-tag { color: var(--green); }
  .paper-item.good  .pi-tag { color: var(--sky); }
  .paper-item.avoid .pi-tag { color: var(--red); }

  /* ─── CLOSING ─── */
  .closing { background: var(--dark); border-radius: 18px; padding: 30px 26px; margin-top: 42px; text-align: center; color: white; }
  .closing h4 { font-family: 'Noto Serif KR', serif; font-size: 18px; font-weight: 700; color: #90C0F8; margin-bottom: 12px; }
  .closing p  { font-size: 14px; line-height: 1.85; color: rgba(255,255,255,0.82); margin-bottom: 18px; }
  .tag-list { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
  .tag { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 20px; padding: 4px 12px; font-size: 12px; color: rgba(255,255,255,0.85); }

  .divider { border: none; border-top: 2px dashed var(--border); margin: 30px 0; }

  @media (max-width: 480px) {
    .record-grid { grid-template-columns: 1fr; }
    .tips-grid   { grid-template-columns: 1fr; }
    .ch-levels   { grid-template-columns: 1fr; }
    .diagram     { grid-template-columns: repeat(2, 1fr); }
  }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;post-wrap&quot;&gt;

  &lt;!-- HERO --&gt;
  &lt;div class=&quot;hero&quot;&gt;
    &lt;div class=&quot;date-badge&quot;&gt;  2026년 5월 26일 · 국제 종이비행기의 날&lt;/div&gt;
    &lt;h1&gt;오늘은 &lt;em&gt;'종이비행기의 날'&lt;/em&gt;! ✈️&lt;br&gt;전 세계에서 가장 오래 날아가는&lt;br&gt;접기 비법 총정리&lt;/h1&gt;
    &lt;p class=&quot;hero-sub&quot;&gt;기네스북 기록의 비밀 + 윙렛 원리 + 5분이면 완성하는 장거리 비행 종이비행기 레시피&lt;/p&gt;
    &lt;div class=&quot;hero-meta&quot;&gt;
      &lt;span class=&quot;hero-pill&quot;&gt;✈️ 체공 시간 세계기록&lt;/span&gt;
      &lt;span class=&quot;hero-pill&quot;&gt;  비행 거리 세계기록&lt;/span&gt;
      &lt;span class=&quot;hero-pill&quot;&gt; ️ 윙렛(Winglet) 원리&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- INTRO --&gt;
  &lt;div class=&quot;intro-box&quot;&gt;
    &lt;p&gt;
      오늘 &lt;strong&gt;5월 26일은 국제 종이비행기의 날(International Paper Airplane Day)&lt;/strong&gt;입니다. 종이 한 장과 손가락만으로 하늘을 나는 비행기를 만드는 것 — 유치원생부터 노벨상 수상자까지 모두가 즐기는 전 세계 공통의 놀이입니다. 오늘 하루, 책상 한쪽 구석의 A4 한 장을 꺼내 세계기록 도전에 나서보는 건 어떨까요?
    &lt;/p&gt;
  &lt;/div&gt;

  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;!-- SECTION 1: 기네스북 기록 비하인드 --&gt;
  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;div class=&quot;sec-header&quot;&gt;
    &lt;div class=&quot;sec-num sky&quot;&gt;1&lt;/div&gt;
    &lt;div class=&quot;sec-title&quot;&gt;세계가 인정한 기네스 기록 — 종이비행기의 전설들&lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:14px; line-height:1.85; margin-bottom:16px;&quot;&gt;
    종이비행기는 단순한 장난감이 아닙니다. 기네스 세계기록에는 두 개의 공식 종이비행기 부문이 있습니다 — &lt;strong&gt;비행 거리(Distance)&lt;/strong&gt;와 &lt;strong&gt;체공 시간(Time Aloft)&lt;/strong&gt;. 두 기록 모두 평범한 종이 한 장으로 만들어졌습니다.
  &lt;/p&gt;

  &lt;div class=&quot;record-grid&quot;&gt;
    &lt;div class=&quot;record-card&quot;&gt;
      &lt;div class=&quot;rc-type&quot;&gt;  비행 거리 부문&lt;/div&gt;
      &lt;div class=&quot;rc-record&quot;&gt;77.134&lt;span&gt;m&lt;/span&gt;&lt;/div&gt;
      &lt;div class=&quot;rc-who&quot;&gt;존 콜린스(John Collins) 설계, 조 아이어톤(Joe Ayoob) 투척 · 2012년 캘리포니아&lt;/div&gt;
      &lt;div class=&quot;rc-story&quot;&gt;전직 미식축구 쿼터백의 강력한 투척력과 항공공학 전문가의 설계가 만난 결과입니다. 종이 비행기를 위한 특별 설계 도면이 공개되어 전 세계에 퍼졌고, '슈가 레이(Sugar Ray)'라는 이름이 붙었습니다.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;record-card time&quot;&gt;
      &lt;div class=&quot;rc-type&quot;&gt;⏱️ 체공 시간 부문&lt;/div&gt;
      &lt;div class=&quot;rc-record&quot;&gt;29.2&lt;span&gt;초&lt;/span&gt;&lt;/div&gt;
      &lt;div class=&quot;rc-who&quot;&gt;에반 루이(Evan Rui) · 2022년 미국&lt;/div&gt;
      &lt;div class=&quot;rc-story&quot;&gt;29초 이상 공중에 머문다는 것은 사실상 수평 활강이 아닌 기류를 타는 것입니다. 실내 높은 천장 아래에서 던지는 각도, 회전력, 비행기 형태가 정교하게 맞아야 가능한 기록입니다.&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;highlight sky&quot;&gt;
    &lt;strong&gt;  비하인드 스토리 — 존 콜린스의 '종이비행기 집착':&lt;/strong&gt; 존 콜린스는 자신을 '세계 최고의 종이비행기 설계사'라 부릅니다. 그는 수백 개의 종이비행기 설계를 연구했고, 기네스 기록을 위한 비행기는 &lt;strong&gt;A4가 아닌 특수 규격의 종이&lt;/strong&gt;를 사용했습니다. 비행기 형태는 납작하고 날개가 긴 '글라이더형'으로, 투척 후 최대한 수평을 유지하도록 설계됐습니다. 그의 책 『The New World Champion Paper Airplane Book』에 설계도가 공개돼 있습니다.
  &lt;/div&gt;

  &lt;hr class=&quot;divider&quot;&gt;

  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;!-- SECTION 2: 가장 오래 나는 접기법 --&gt;
  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;div class=&quot;sec-header&quot;&gt;
    &lt;div class=&quot;sec-num gold&quot;&gt;2&lt;/div&gt;
    &lt;div class=&quot;sec-title&quot;&gt;5분 완성 — 가장 오래 날아가는 종이비행기 접기 순서&lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:14px; line-height:1.85; margin-bottom:16px;&quot;&gt;
    '가장 오래 나는' 종이비행기의 형태는 &lt;strong&gt;날개가 넓고 기체가 무거운 글라이더형&lt;/strong&gt;입니다. 뾰족하고 빠른 다트형은 거리는 멀지만 체공 시간이 짧습니다. 오늘 소개할 접기법은 초보도 5분이면 완성할 수 있는 '슬로우 글라이더(Slow Glider)' 스타일입니다.
  &lt;/p&gt;

  &lt;!-- 접기 다이어그램 --&gt;
  &lt;div class=&quot;diagram-wrap&quot;&gt;
    &lt;div class=&quot;diagram&quot;&gt;
      &lt;div class=&quot;d-step&quot;&gt;
        &lt;svg width=&quot;60&quot; height=&quot;60&quot; viewBox=&quot;0 0 60 60&quot;&gt;
          &lt;rect x=&quot;5&quot; y=&quot;5&quot; width=&quot;50&quot; height=&quot;50&quot; fill=&quot;#EAF3FB&quot; stroke=&quot;#2068C0&quot; stroke-width=&quot;1.5&quot; rx=&quot;2&quot;/&gt;
          &lt;line x1=&quot;30&quot; y1=&quot;5&quot; x2=&quot;30&quot; y2=&quot;55&quot; stroke=&quot;#2068C0&quot; stroke-width=&quot;1&quot; stroke-dasharray=&quot;3,2&quot;/&gt;
          &lt;text x=&quot;30&quot; y=&quot;35&quot; text-anchor=&quot;middle&quot; font-size=&quot;8&quot; fill=&quot;#2068C0&quot;&gt;세로 반&lt;/text&gt;
        &lt;/svg&gt;
        &lt;div class=&quot;d-label&quot;&gt;STEP 1&lt;/div&gt;
        &lt;div class=&quot;d-sub&quot;&gt;세로로 반 접기&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;d-step&quot;&gt;
        &lt;svg width=&quot;60&quot; height=&quot;60&quot; viewBox=&quot;0 0 60 60&quot;&gt;
          &lt;rect x=&quot;5&quot; y=&quot;5&quot; width=&quot;50&quot; height=&quot;50&quot; fill=&quot;#EAF3FB&quot; stroke=&quot;#2068C0&quot; stroke-width=&quot;1.5&quot; rx=&quot;2&quot;/&gt;
          &lt;polygon points=&quot;5,5 55,5 30,30&quot; fill=&quot;#C8E0FF&quot; stroke=&quot;#2068C0&quot; stroke-width=&quot;1&quot;/&gt;
          &lt;text x=&quot;30&quot; y=&quot;48&quot; text-anchor=&quot;middle&quot; font-size=&quot;8&quot; fill=&quot;#2068C0&quot;&gt;양쪽 모서리&lt;/text&gt;
        &lt;/svg&gt;
        &lt;div class=&quot;d-label&quot;&gt;STEP 2&lt;/div&gt;
        &lt;div class=&quot;d-sub&quot;&gt;양쪽 위 접기&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;d-step&quot;&gt;
        &lt;svg width=&quot;60&quot; height=&quot;60&quot; viewBox=&quot;0 0 60 60&quot;&gt;
          &lt;polygon points=&quot;5,8 55,8 30,36&quot; fill=&quot;#90B8E8&quot; stroke=&quot;#2068C0&quot; stroke-width=&quot;1.5&quot;/&gt;
          &lt;line x1=&quot;5&quot; y1=&quot;8&quot; x2=&quot;55&quot; y2=&quot;8&quot; stroke=&quot;#C06010&quot; stroke-width=&quot;1.5&quot; stroke-dasharray=&quot;3,2&quot;/&gt;
          &lt;text x=&quot;30&quot; y=&quot;52&quot; text-anchor=&quot;middle&quot; font-size=&quot;8&quot; fill=&quot;#2068C0&quot;&gt;한 번 더&lt;/text&gt;
        &lt;/svg&gt;
        &lt;div class=&quot;d-label&quot;&gt;STEP 3&lt;/div&gt;
        &lt;div class=&quot;d-sub&quot;&gt;한 번 더 접기&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;d-step&quot;&gt;
        &lt;svg width=&quot;60&quot; height=&quot;60&quot; viewBox=&quot;0 0 60 60&quot;&gt;
          &lt;polygon points=&quot;10,55 50,55 30,10&quot; fill=&quot;#70A0D8&quot; stroke=&quot;#2068C0&quot; stroke-width=&quot;1.5&quot;/&gt;
          &lt;line x1=&quot;14&quot; y1=&quot;46&quot; x2=&quot;46&quot; y2=&quot;46&quot; stroke=&quot;#C09010&quot; stroke-width=&quot;1.5&quot;/&gt;
          &lt;text x=&quot;30&quot; y=&quot;52&quot; text-anchor=&quot;middle&quot; font-size=&quot;7&quot; fill=&quot;#C09010&quot;&gt;← 날개 완성 →&lt;/text&gt;
        &lt;/svg&gt;
        &lt;div class=&quot;d-label&quot;&gt;STEP 4~6&lt;/div&gt;
        &lt;div class=&quot;d-sub&quot;&gt;날개 펼치기&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 상세 접기 단계 --&gt;
  &lt;div class=&quot;fold-step&quot;&gt;
    &lt;div class=&quot;fs-num&quot;&gt;1&lt;/div&gt;
    &lt;div class=&quot;fs-body&quot;&gt;
      &lt;div class=&quot;fs-title&quot;&gt;A4 용지를 세로로 정확히 반 접기&lt;/div&gt;
      &lt;div class=&quot;fs-desc&quot;&gt;A4 용지를 세로 방향으로 놓고 정중앙을 따라 정확하게 반으로 접으세요. 접힌 선이 선명하고 정확할수록 비행이 안정됩니다. 손톱이나 자의 뒷면으로 꼭꼭 눌러 선명한 접힌 선을 만드세요.&lt;/div&gt;
      &lt;div class=&quot;fs-tip&quot;&gt;  종이 품질 팁: 80g/m² 일반 복사 용지가 가장 좋습니다. 너무 두꺼우면 무겁고, 너무 얇으면 형태 유지가 어렵습니다.&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;fold-step&quot;&gt;
    &lt;div class=&quot;fs-num&quot;&gt;2&lt;/div&gt;
    &lt;div class=&quot;fs-body&quot;&gt;
      &lt;div class=&quot;fs-title&quot;&gt;위쪽 양쪽 모서리를 중앙 선으로 접기&lt;/div&gt;
      &lt;div class=&quot;fs-desc&quot;&gt;반 접힌 상태에서 위쪽 양 모서리를 중앙 접힌 선 방향으로 45도 각도로 내려 삼각형을 만드세요. 양쪽이 완전히 대칭이어야 합니다. 비대칭이면 비행기가 한쪽으로 굽어집니다.&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;fold-step&quot;&gt;
    &lt;div class=&quot;fs-num&quot;&gt;3&lt;/div&gt;
    &lt;div class=&quot;fs-body&quot;&gt;
      &lt;div class=&quot;fs-title&quot;&gt;삼각형을 한 번 더 중앙으로 접기&lt;/div&gt;
      &lt;div class=&quot;fs-desc&quot;&gt;방금 만든 삼각형의 양쪽 날개 끝을 다시 한번 중앙 선으로 내려 접어 더 작고 두꺼운 삼각형을 만드세요. 이 부분이 비행기의 '기수(머리)' 부분이 됩니다. 두꺼울수록 무게 중심이 앞에 쏠려 안정됩니다.&lt;/div&gt;
      &lt;div class=&quot;fs-tip&quot;&gt;  무게 중심이 기체 전체 길이의 약 1/3 지점에 있을 때 비행이 가장 안정적입니다.&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;fold-step&quot;&gt;
    &lt;div class=&quot;fs-num&quot;&gt;4&lt;/div&gt;
    &lt;div class=&quot;fs-body&quot;&gt;
      &lt;div class=&quot;fs-title&quot;&gt;날개 접기 — 중앙 선에서 약 3cm 아래로&lt;/div&gt;
      &lt;div class=&quot;fs-desc&quot;&gt;기체를 뒤집어 날개를 한쪽씩 접습니다. 날개 접히는 높이가 기체 아래쪽에서 약 2~3cm 위 지점이 되도록 합니다. 양쪽 날개가 완전히 같은 높이여야 합니다. 이 단계에서 날개의 넓이가 결정됩니다.&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;fold-step&quot;&gt;
    &lt;div class=&quot;fs-num&quot;&gt;5&lt;/div&gt;
    &lt;div class=&quot;fs-body&quot;&gt;
      &lt;div class=&quot;fs-title&quot;&gt;윙렛(Winglet) 접기 — 가장 중요한 단계!&lt;/div&gt;
      &lt;div class=&quot;fs-desc&quot;&gt;날개 끝 약 1~1.5cm를 살짝 위로 꺾어 올립니다. 이것이 바로 '윙렛(Winglet)'입니다. 실제 여객기 날개 끝에 있는 그 위로 꺾인 부분과 동일한 원리입니다. 각도는 약 5~10도면 충분합니다.&lt;/div&gt;
      &lt;div class=&quot;fs-tip&quot;&gt;✈️ 윙렛이 없으면 공기가 날개 끝에서 소용돌이(와류)를 만들어 저항이 커집니다. 윙렛이 있으면 이 소용돌이를 줄여 비행 효율이 향상됩니다.&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;hr class=&quot;divider&quot;&gt;

  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;!-- 윙렛 과학 원리 --&gt;
  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;div class=&quot;science-box&quot;&gt;
    &lt;div class=&quot;sb-title&quot;&gt;  윙렛 원리 — 왜 날개 끝을 올리면 더 멀리 나는가&lt;/div&gt;
    &lt;p&gt;
      날개가 공기를 가를 때 날개 &lt;strong&gt;위는 기압이 낮고(양력 발생), 아래는 기압이 높습니다.&lt;/strong&gt; 날개 끝에서는 이 기압 차이 때문에 아래쪽 높은 기압의 공기가 위로 말려 올라가며 &lt;strong&gt;'익단 소용돌이(Wingtip Vortex)'&lt;/strong&gt;가 생깁니다. 이 소용돌이가 항력(공기 저항)을 만들어 비행기를 느리게 합니다.
    &lt;/p&gt;
    &lt;p&gt;
      날개 끝을 살짝 위로 꺾은 &lt;strong&gt;윙렛은 이 소용돌이의 크기를 줄입니다.&lt;/strong&gt; 실제 여객기에서는 윙렛 하나로 연료 효율이 3~5% 향상됩니다. 종이비행기에서도 같은 원리가 작용하여 더 오래, 더 멀리 날 수 있습니다.
    &lt;/p&gt;
  &lt;/div&gt;

  &lt;!-- 비행 팁 4종 --&gt;
  &lt;p style=&quot;font-size:14px; font-weight:700; margin: 18px 0 10px;&quot;&gt;  더 멀리, 더 오래 날리는 비행 팁 4가지&lt;/p&gt;

  &lt;div class=&quot;tips-grid&quot;&gt;
    &lt;div class=&quot;tip-card&quot;&gt;
      &lt;div class=&quot;tc-title&quot;&gt;  투척 각도&lt;/div&gt;
      &lt;p&gt;수평보다 5~10도 위로 던지세요. 너무 높으면 금방 떨어지고, 수평이면 초반 거리가 짧습니다. 5~10도가 최적 각도입니다.&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;tip-card gold-l&quot;&gt;
      &lt;div class=&quot;tc-title&quot;&gt;  투척 힘&lt;/div&gt;
      &lt;p&gt;글라이더형은 세게 던지면 오히려 형태가 흐트러집니다. 부드럽고 일정한 힘으로, 팔 전체를 사용해 부드럽게 밀어내듯 던지세요.&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;tip-card green-l&quot;&gt;
      &lt;div class=&quot;tc-title&quot;&gt; ️ 바람 방향&lt;/div&gt;
      &lt;p&gt;실내는 환기로 인한 기류를 역이용하세요. 에어컨·환기구 방향으로 날리면 체공 시간이 늘어납니다.&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;tip-card teal-l&quot;&gt;
      &lt;div class=&quot;tc-title&quot;&gt;  실시간 조정&lt;/div&gt;
      &lt;p&gt;왼쪽으로 굽으면 오른쪽 날개 뒤쪽을 살짝 위로. 오른쪽으로 굽으면 반대로. 미세 조정이 큰 차이를 만듭니다.&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 종이 선택 --&gt;
  &lt;p style=&quot;font-size:14px; font-weight:700; margin: 16px 0 10px;&quot;&gt;  비행 성능에 영향 미치는 종이 선택&lt;/p&gt;

  &lt;div class=&quot;paper-grid&quot;&gt;
    &lt;div class=&quot;paper-item best&quot;&gt;
      &lt;span class=&quot;pi-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;pi-name&quot;&gt;복사용지 (80g)&lt;/div&gt;
      &lt;div class=&quot;pi-desc&quot;&gt;A4 일반 복사지. 무게와 강도의 균형이 최적. 세계 기록도 이 재질.&lt;/div&gt;
      &lt;div class=&quot;pi-tag&quot;&gt;✓ 최강 추천&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;paper-item good&quot;&gt;
      &lt;span class=&quot;pi-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;pi-name&quot;&gt;신문지 (가벼움)&lt;/div&gt;
      &lt;div class=&quot;pi-desc&quot;&gt;가볍지만 강도 부족. 체공 시간에 유리하나 거리는 짧음.&lt;/div&gt;
      &lt;div class=&quot;pi-tag&quot;&gt;○ 체공 시간용&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;paper-item avoid&quot;&gt;
      &lt;span class=&quot;pi-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;pi-name&quot;&gt;두꺼운 도화지&lt;/div&gt;
      &lt;div class=&quot;pi-desc&quot;&gt;너무 무거워 양력 발생 전 떨어짐. 날개도 잘 접히지 않음.&lt;/div&gt;
      &lt;div class=&quot;pi-tag&quot;&gt;✗ 비추&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 챌린지 박스 --&gt;
  &lt;div class=&quot;challenge-box&quot;&gt;
    &lt;div class=&quot;ch-title&quot;&gt;  오늘의 종이비행기 챌린지&lt;/div&gt;
    &lt;div class=&quot;ch-sub&quot;&gt;
      오늘 점심 또는 퇴근 후 10분, A4 한 장으로 세 가지 난이도 챌린지에 도전해보세요.&lt;br&gt;
      동료나 가족과 함께하면 더 재미있습니다!
    &lt;/div&gt;
    &lt;div class=&quot;ch-levels&quot;&gt;
      &lt;div class=&quot;ch-level silver&quot;&gt;
        &lt;div class=&quot;cl-rank&quot;&gt;  SILVER&lt;/div&gt;
        &lt;div class=&quot;cl-dist&quot;&gt;10m+&lt;/div&gt;
        &lt;div class=&quot;cl-label&quot;&gt;실내 한 복도 끝&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;ch-level gold&quot;&gt;
        &lt;div class=&quot;cl-rank&quot;&gt;  GOLD&lt;/div&gt;
        &lt;div class=&quot;cl-dist&quot;&gt;20m+&lt;/div&gt;
        &lt;div class=&quot;cl-label&quot;&gt;복도 두 번 가로질러&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;ch-level platinum&quot;&gt;
        &lt;div class=&quot;cl-rank&quot;&gt;  PLATINUM&lt;/div&gt;
        &lt;div class=&quot;cl-dist&quot;&gt;10초+&lt;/div&gt;
        &lt;div class=&quot;cl-label&quot;&gt;체공 시간 10초 이상&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;ch-note&quot;&gt;  챌린지 인증샷은 #종이비행기의날 #5월26일 태그와 함께!&lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;!-- CLOSING --&gt;
  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;div class=&quot;closing&quot;&gt;
    &lt;h4&gt;✈️ 오늘 하루, 잠깐 하늘을 바라보세요&lt;/h4&gt;
    &lt;p&gt;
      A4 한 장, 5분, 그리고 두 손. 세계기록을 세운 비행기도 이것으로 시작됐습니다.&lt;br&gt;
      오늘 종이비행기의 날, 책상 한쪽에 복사지 한 장을 꺼내 오늘 배운 윙렛 접기에 도전해보세요.&lt;br&gt;
      당신의 비행기가 공중에 떠 있는 그 몇 초 동안 — 잠시 일상을 날려버리는 기분을 만끽하세요. ✈️
    &lt;/p&gt;
    &lt;div class=&quot;tag-list&quot;&gt;
      &lt;span class=&quot;tag&quot;&gt;#종이비행기의날&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#5월26일&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#종이비행기접는법&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#기네스북기록&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#이색챌린지&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <author>갓생치트키</author>
      <guid isPermaLink="true">https://infomationhealth.tistory.com/77</guid>
      <comments>https://infomationhealth.tistory.com/77#entry77comment</comments>
      <pubDate>Tue, 26 May 2026 08:57:53 +0900</pubDate>
    </item>
    <item>
      <title>[갓생 치트키] 2026 여름 패션은 '초경량'이 지배한다! 가성비 쿨링 런닝템 &amp;amp; 주말 하프마라톤 D-15 치트키</title>
      <link>https://infomationhealth.tistory.com/76</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;[갓생 치트키 #72] 2026 여름 패션은 '초경량'이 지배한다! 가성비 쿨링 런닝템 &amp; 하프마라톤 D-15 치트키&lt;/title&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&amp;family=Noto+Serif+KR:wght@400;700&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;
&lt;style&gt;
  :root {
    --trend: #3A3878;
    --trend-light: #EEEEFB;
    --trend-mid: #8080D0;
    --run: #1E7040;
    --run-light: #EAF4EC;
    --sky: #2878B8;
    --sky-light: #EAF3FB;
    --teal: #1A7878;
    --teal-light: #E5F5F3;
    --amber: #B07808;
    --amber-light: #FEF7E4;
    --gold: #C09010;
    --gold-light: #FEF8E4;
    --purple: #5840A8;
    --purple-light: #F0EDFB;
    --dark: #08080E;
    --text: #1E1E1E;
    --gray: #6C757D;
    --border: #DCDCF0;
    --white: #FFFFFF;
    --bg: #F5F5FB;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }
  body { font-family: 'Noto Sans KR', sans-serif; background: var(--bg); color: var(--text); font-size: 15px; line-height: 1.8; }
  .post-wrap { max-width: 720px; margin: 0 auto; padding: 0 16px 64px; }

  /* ─── HERO ─── */
  .hero {
    background: linear-gradient(145deg, #0A0818 0%, #3A3878 55%, #5858A0 100%);
    border-radius: 22px; padding: 46px 32px 40px; margin: 28px 0 30px;
    color: white; position: relative; overflow: hidden;
  }
  .hero::before { content: ' '; position: absolute; right: 16px; top: 14px; font-size: 88px; opacity: 0.18; }
  .hero::after  { content: ' '; position: absolute; left: -8px; bottom: -10px; font-size: 70px; opacity: 0.1; }
  .series-badge { display: inline-block; background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.35); border-radius: 20px; padding: 4px 14px; font-size: 12px; font-weight: 700; letter-spacing: 0.5px; margin-bottom: 14px; }
  .d15-badge { display: inline-block; background: var(--amber); color: white; font-size: 11px; font-weight: 900; padding: 3px 12px; border-radius: 20px; margin-left: 8px; }
  .hero h1 { font-family: 'Noto Serif KR', serif; font-size: 21px; font-weight: 700; line-height: 1.5; margin-bottom: 14px; }
  .hero-sub { font-size: 13.5px; opacity: 0.88; line-height: 1.7; }
  .hero-meta { margin-top: 16px; display: flex; gap: 8px; flex-wrap: wrap; }
  .hero-pill { background: rgba(255,255,255,0.16); border: 1px solid rgba(255,255,255,0.28); border-radius: 20px; padding: 3px 12px; font-size: 12px; font-weight: 600; }

  /* ─── TREND BANNER ─── */
  .trend-banner { background: var(--white); border-radius: 14px; border: 2px solid var(--trend); padding: 16px 20px; margin-bottom: 26px; display: flex; gap: 12px; align-items: flex-start; flex-wrap: wrap; }
  .tb-icon { font-size: 28px; flex-shrink: 0; margin-top: 2px; }
  .tb-text p { font-size: 14px; line-height: 1.82; }
  .tb-text strong { color: var(--trend); }
  .tb-tags { display: flex; gap: 7px; flex-wrap: wrap; margin-top: 8px; }
  .tbtag { background: var(--trend-light); color: var(--trend); border-radius: 20px; padding: 3px 11px; font-size: 12px; font-weight: 700; }
  .tbtag.run  { background: var(--run-light);  color: var(--run); }
  .tbtag.gold { background: var(--gold-light); color: var(--gold); }

  /* ─── SECTION HEADER ─── */
  .sec-header { display: flex; align-items: center; gap: 10px; margin: 36px 0 16px; }
  .sec-num { width: 38px; height: 38px; border-radius: 11px; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 900; color: white; flex-shrink: 0; }
  .sec-num.trend  { background: var(--trend); }
  .sec-num.run    { background: var(--run); }
  .sec-num.purple { background: var(--purple); }
  .sec-title { font-family: 'Noto Serif KR', serif; font-size: 18px; font-weight: 700; color: var(--dark); }

  /* ─── BRAND CARDS ─── */
  .brand-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 16px 0; }
  .brand-card { background: var(--white); border-radius: 14px; padding: 17px 16px; box-shadow: 0 2px 8px rgba(58,56,120,0.1); position: relative; }
  .brand-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; border-radius: 14px 14px 0 0; }
  .brand-card.k2    ::before { background: #1A50A0; }
  .brand-card.black ::before { background: #1A1A1A; }
  .brand-card.dec   ::before { background: #1A70C8; }
  .brand-card.mml   ::before { background: #C03030; }
  .bc-label { font-size: 12.5px; font-weight: 900; margin-bottom: 7px; }
  .brand-card.k2    .bc-label { color: #1A50A0; }
  .brand-card.black .bc-label { color: #1A1A1A; }
  .brand-card.dec   .bc-label { color: #1A70C8; }
  .brand-card.mml   .bc-label { color: #C03030; }
  .brand-card ul { list-style: none; }
  .brand-card ul li { font-size: 12.5px; line-height: 1.7; padding: 3px 0; border-bottom: 1px dashed var(--border); display: flex; gap: 5px; }
  .brand-card ul li:last-child { border-bottom: none; }
  .brand-card ul li::before { content: '▸'; color: var(--trend-mid); font-size: 10px; flex-shrink: 0; margin-top: 4px; }

  /* ─── OUTFIT IDEAS ─── */
  .outfit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 16px 0; }
  .outfit-item { background: var(--white); border-radius: 13px; padding: 15px 12px; text-align: center; box-shadow: 0 2px 6px rgba(0,0,0,0.05); border-top: 3px solid var(--trend); }
  .outfit-item.run-t  { border-top-color: var(--run); }
  .outfit-item.sky-t  { border-top-color: var(--sky); }
  .oi-emoji { font-size: 26px; display: block; margin-bottom: 5px; }
  .oi-name  { font-size: 12.5px; font-weight: 900; color: var(--dark); margin-bottom: 3px; }
  .oi-desc  { font-size: 11px; color: var(--gray); line-height: 1.55; }
  .oi-price { margin-top: 6px; font-size: 11.5px; font-weight: 700; color: var(--trend); }
  .outfit-item.run-t .oi-price { color: var(--run); }
  .outfit-item.sky-t .oi-price { color: var(--sky); }

  /* ─── TABLE ─── */
  .table-wrap { overflow-x: auto; margin: 16px 0 22px; border-radius: 12px; box-shadow: 0 2px 10px rgba(0,0,0,0.07); }
  table { width: 100%; border-collapse: collapse; font-size: 13.5px; background: var(--white); }
  thead th { background: var(--dark); color: white; padding: 12px 14px; text-align: left; font-weight: 700; white-space: nowrap; }
  thead th:first-child { border-radius: 12px 0 0 0; }
  thead th:last-child  { border-radius: 0 12px 0 0; }
  tbody tr:nth-child(even) { background: #EEEEFC; }
  tbody td { padding: 11px 14px; border-bottom: 1px solid var(--border); line-height: 1.6; vertical-align: middle; }
  .badge { display: inline-block; padding: 2px 8px; border-radius: 20px; font-size: 11px; font-weight: 700; }
  .badge-trend  { background: var(--trend-light);  color: var(--trend); }
  .badge-run    { background: var(--run-light);    color: var(--run); }
  .badge-sky    { background: var(--sky-light);    color: var(--sky); }
  .badge-amber  { background: var(--amber-light);  color: var(--amber); }
  .badge-gold   { background: var(--gold-light);   color: var(--gold); }

  /* ─── HIGHLIGHT ─── */
  .highlight { border-radius: 12px; padding: 18px 20px; margin: 14px 0; font-size: 14px; line-height: 1.82; }
  .highlight.trend  { background: var(--trend-light);  border-left: 3px solid var(--trend); }
  .highlight.run    { background: var(--run-light);    border-left: 3px solid var(--run); }
  .highlight.amber  { background: var(--amber-light);  border-left: 3px solid var(--amber); }
  .highlight.teal   { background: var(--teal-light);   border-left: 3px solid var(--teal); }
  .highlight.gold   { background: var(--gold-light);   border-left: 3px solid var(--gold); }
  .highlight.purple { background: var(--purple-light); border-left: 3px solid var(--purple); }
  .highlight strong { font-weight: 700; }

  /* ─── TAPER VISUAL ─── */
  .taper-visual { background: var(--white); border-radius: 14px; padding: 20px 20px; margin: 14px 0; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
  .tv-title { font-size: 13px; font-weight: 700; color: var(--gray); margin-bottom: 14px; }
  .week-row { display: flex; align-items: center; gap: 10px; margin-bottom: 9px; }
  .wr-label { font-size: 12px; font-weight: 900; color: var(--dark); width: 64px; flex-shrink: 0; }
  .wr-bar-wrap { flex: 1; height: 16px; background: #E8EDF0; border-radius: 10px; overflow: hidden; }
  .wr-bar { height: 100%; border-radius: 10px; }
  .wr-bar.peak  { background: var(--run); width: 100%; }
  .wr-bar.d15   { background: #70A860; width: 70%; }
  .wr-bar.d8    { background: var(--amber); width: 50%; }
  .wr-bar.race  { background: var(--sky); width: 20%; }
  .wr-note { font-size: 12px; font-weight: 700; width: 90px; flex-shrink: 0; text-align: right; }
  .wr-note.peak { color: var(--run); }
  .wr-note.d15  { color: #50A040; }
  .wr-note.d8   { color: var(--amber); }
  .wr-note.race { color: var(--sky); }

  /* ─── D15 PLAN ─── */
  .d15-plan { background: var(--white); border-radius: 14px; padding: 20px 20px; margin: 14px 0; box-shadow: 0 2px 8px rgba(30,112,64,0.1); border-top: 3px solid var(--run); }
  .dp-title { font-size: 14.5px; font-weight: 900; color: var(--run); margin-bottom: 14px; display: flex; align-items: center; gap: 7px; }
  .dp-row { display: flex; gap: 10px; padding: 8px 0; border-bottom: 1px dashed var(--border); align-items: flex-start; font-size: 13.5px; line-height: 1.7; }
  .dp-row:last-child { border-bottom: none; }
  .dp-day  { font-size: 12px; font-weight: 900; color: var(--run); width: 44px; flex-shrink: 0; }
  .dp-km   { font-size: 12px; font-weight: 900; color: var(--amber); width: 44px; flex-shrink: 0; }
  .dp-content { flex: 1; color: #3C3C3C; }
  .dp-content strong { color: var(--run); }

  /* ─── STEP LIST ─── */
  .step-list { list-style: none; margin: 14px 0; }
  .step-list li { display: flex; align-items: flex-start; gap: 12px; padding: 11px 0; border-bottom: 1px dashed var(--border); font-size: 14px; line-height: 1.78; }
  .step-list li:last-child { border-bottom: none; }
  .step-dot { width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 900; color: white; flex-shrink: 0; margin-top: 2px; }
  .step-dot.trend  { background: var(--trend); }
  .step-dot.run    { background: var(--run); }
  .step-dot.purple { background: var(--purple); }
  .step-dot.gold   { background: var(--gold); }

  /* ─── STUDY SHORTFORM ─── */
  .shortform-card { background: linear-gradient(135deg, #080820, #141030); border-radius: 14px; padding: 20px 22px; margin: 14px 0; color: white; }
  .sf-title { font-size: 14.5px; font-weight: 900; color: #A0A0E8; margin-bottom: 12px; display: flex; align-items: center; gap: 7px; }
  .sf-item { font-size: 13.5px; color: rgba(255,255,255,0.88); padding: 7px 0; border-bottom: 1px dashed rgba(255,255,255,0.1); display: flex; gap: 10px; line-height: 1.7; align-items: flex-start; }
  .sf-item:last-child { border-bottom: none; }
  .sf-tag { font-size: 11px; font-weight: 900; padding: 2px 8px; border-radius: 8px; background: rgba(255,255,255,0.1); color: #A0A0E8; flex-shrink: 0; white-space: nowrap; margin-top: 2px; }
  .sf-item strong { color: #C0C0FF; }

  /* ─── CHEAT KEY ─── */
  .cheat-box { background: linear-gradient(135deg, #08080E 0%, #101018 55%, #181828 100%); border-radius: 18px; padding: 30px 26px; margin: 38px 0; color: white; position: relative; overflow: hidden; }
  .cheat-box::before { content: ' '; position: absolute; right: 16px; bottom: 10px; font-size: 72px; opacity: 0.13; }
  .cheat-box h3 { font-family: 'Noto Serif KR', serif; font-size: 17px; font-weight: 700; color: var(--trend-mid); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
  .cheat-box p { font-size: 14px; line-height: 1.92; color: rgba(255,255,255,0.88); }
  .cheat-box p + p { margin-top: 10px; }
  .cheat-box strong { color: #C0C0FF; }
  .cheat-box .link-ref { display: inline-block; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.22); border-radius: 8px; padding: 3px 10px; font-size: 12.5px; font-weight: 700; color: var(--trend-mid); margin-top: 8px; }

  /* ─── CLOSING ─── */
  .closing { background: var(--dark); border-radius: 18px; padding: 30px 26px; margin-top: 42px; text-align: center; color: white; }
  .closing h4 { font-family: 'Noto Serif KR', serif; font-size: 17px; font-weight: 700; color: var(--trend-mid); margin-bottom: 12px; }
  .closing p { font-size: 13.5px; line-height: 1.85; color: rgba(255,255,255,0.8); margin-bottom: 18px; }
  .tag-list { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
  .tag { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 20px; padding: 4px 12px; font-size: 12px; color: rgba(255,255,255,0.85); }

  .divider { border: none; border-top: 2px dashed var(--border); margin: 30px 0; }

  @media (max-width: 480px) {
    .brand-grid  { grid-template-columns: 1fr; }
    .outfit-grid { grid-template-columns: 1fr 1fr; }
  }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;post-wrap&quot;&gt;

  &lt;!-- HERO --&gt;
  &lt;div class=&quot;hero&quot;&gt;
    &lt;div class=&quot;series-badge&quot;&gt;갓생 치트키 #72 &lt;span class=&quot;d15-badge&quot;&gt;  D-15!&lt;/span&gt;&lt;/div&gt;
    &lt;h1&gt;2026 여름 패션은 '초경량'이 지배한다!&lt;br&gt;가성비 쿨링 런닝템 &amp;&lt;br&gt;하프마라톤 D-15 테이퍼링 치트키&lt;/h1&gt;
    &lt;p class=&quot;hero-sub&quot;&gt;K2·블랙야크 2026 SS 초경량 트렌드 + D-15 훈련량 조절 + 금요일 퇴근 후 CPLA 숏폼 공부&lt;/p&gt;
    &lt;div class=&quot;hero-meta&quot;&gt;
      &lt;span class=&quot;hero-pill&quot;&gt;  2026 SS 초경량 트렌드&lt;/span&gt;
      &lt;span class=&quot;hero-pill&quot;&gt;  D-15 테이퍼링&lt;/span&gt;
      &lt;span class=&quot;hero-pill&quot;&gt;  CPLA 숏폼 공부&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- TREND BANNER --&gt;
  &lt;div class=&quot;trend-banner&quot;&gt;
    &lt;div class=&quot;tb-icon&quot;&gt; ️&lt;/div&gt;
    &lt;div class=&quot;tb-text&quot;&gt;
      &lt;p&gt;2026 SS(봄여름) 시즌 아웃도어·스포츠 패션의 핵심 키워드는 단 하나: &lt;strong&gt;'초경량(Ultra-Light)'&lt;/strong&gt;. K2·블랙야크·밀레 등 국내 아웃도어 브랜드와 데카트론·나이키·아디다스가 모두 100~150g대 초경량 러닝·트레이닝 제품을 내놓으며 경쟁 중입니다. 가볍고 시원하게, 달리고 입고 생활하는 것이 올여름 갓생 패션입니다.&lt;/p&gt;
      &lt;div class=&quot;tb-tags&quot;&gt;
        &lt;span class=&quot;tbtag&quot;&gt; ️ 초경량 트렌드&lt;/span&gt;
        &lt;span class=&quot;tbtag run&quot;&gt;  러닝 퍼포먼스&lt;/span&gt;
        &lt;span class=&quot;tbtag gold&quot;&gt;  가성비 선택&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;!-- SECTION 1: 브랜드 동향 + 코디법 --&gt;
  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;div class=&quot;sec-header&quot;&gt;
    &lt;div class=&quot;sec-num trend&quot;&gt;1&lt;/div&gt;
    &lt;div class=&quot;sec-title&quot;&gt;2026 SS 초경량 런닝 기어 — 브랜드별 동향과 가성비 선택법&lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:14px; line-height:1.85; margin-bottom:16px;&quot;&gt;
    올여름 러닝 기어 트렌드는 '가볍다'는 것을 넘어 &lt;strong&gt;일상과 운동의 경계를 허무는 '고성능 스몰 패션'&lt;/strong&gt;으로 진화했습니다. 카페에서 입고 나가서 달리고, 다시 카페로 돌아와도 어색하지 않은 기능성 의류가 핵심입니다.
  &lt;/p&gt;

  &lt;div class=&quot;brand-grid&quot;&gt;
    &lt;div class=&quot;brand-card k2&quot;&gt;
      &lt;div class=&quot;bc-label&quot;&gt;⛰️ K2 2026 SS&lt;/div&gt;
      &lt;ul&gt;
        &lt;li&gt;플라이 라이트(FlyLight) 반팔 — 85g 초경량&lt;/li&gt;
        &lt;li&gt;Air Touch 냉감 소재 + UPF 50+ UV 차단&lt;/li&gt;
        &lt;li&gt;3만~4만원대 (5월 시즌 오픈 특가)&lt;/li&gt;
        &lt;li&gt;K2 앱 회원 추가 10% 쿠폰 발급&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/div&gt;
    &lt;div class=&quot;brand-card black&quot;&gt;
      &lt;div class=&quot;bc-label&quot;&gt;  블랙야크 2026 SS&lt;/div&gt;
      &lt;ul&gt;
        &lt;li&gt;BYN 드라이 쿨링 런 티셔츠 — 90g&lt;/li&gt;
        &lt;li&gt;접촉 냉감 소재 + 속건 시간 15분 이내&lt;/li&gt;
        &lt;li&gt;2.5~3.5만원대, 컬러 8종&lt;/li&gt;
        &lt;li&gt;무신사 스토어에서 추가 20% 쿠폰&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/div&gt;
    &lt;div class=&quot;brand-card dec&quot;&gt;
      &lt;div class=&quot;bc-label&quot;&gt;  데카트론 Kalenji&lt;/div&gt;
      &lt;ul&gt;
        &lt;li&gt;런 라이트 반팔 — 70g (업계 최경량급)&lt;/li&gt;
        &lt;li&gt;1~1.5만원대 초가성비&lt;/li&gt;
        &lt;li&gt;반사 소재 기본 내장 — 야간 러닝 안전&lt;/li&gt;
        &lt;li&gt;온라인 당일·익일 배송 가능&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/div&gt;
    &lt;div class=&quot;brand-card mml&quot;&gt;
      &lt;div class=&quot;bc-label&quot;&gt;  마무트·밀레 세일&lt;/div&gt;
      &lt;ul&gt;
        &lt;li&gt;2025 시즌 오프 50% 이상 할인&lt;/li&gt;
        &lt;li&gt;고가 아웃도어 기능성을 절반 가격에&lt;/li&gt;
        &lt;li&gt;아웃렛·이커머스 재고 세일 노리기&lt;/li&gt;
        &lt;li&gt;K-패스 포인트로 결제 가능 (온라인몰)&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 일상+운동 코디 아이디어 --&gt;
  &lt;p style=&quot;font-size:14px; font-weight:700; margin: 16px 0 10px;&quot;&gt;  일상+운동 겸용 초경량 스타일링 3선&lt;/p&gt;

  &lt;div class=&quot;outfit-grid&quot;&gt;
    &lt;div class=&quot;outfit-item&quot;&gt;
      &lt;span class=&quot;oi-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;oi-name&quot;&gt;화이트 레이어드&lt;/div&gt;
      &lt;div class=&quot;oi-desc&quot;&gt;초경량 화이트 반팔 + 반바지. 카페→런닝→카페 이동 자연스러움. 선크림 필수.&lt;/div&gt;
      &lt;div class=&quot;oi-price&quot;&gt;총 3~5만원&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;outfit-item run-t&quot;&gt;
      &lt;span class=&quot;oi-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;oi-name&quot;&gt;쿨링 어스톤&lt;/div&gt;
      &lt;div class=&quot;oi-desc&quot;&gt;카키·베이지 냉감 반팔 + 5인치 런닝 쇼츠. 중성 톤으로 어디서나 무난.&lt;/div&gt;
      &lt;div class=&quot;oi-price&quot;&gt;총 4~7만원&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;outfit-item sky-t&quot;&gt;
      &lt;span class=&quot;oi-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;oi-name&quot;&gt;테크 블루 포인트&lt;/div&gt;
      &lt;div class=&quot;oi-desc&quot;&gt;네이비·스카이블루 기능성 반팔 + 흰 런닝 바지. 선명한 컬러가 여름 생기.&lt;/div&gt;
      &lt;div class=&quot;oi-price&quot;&gt;총 4~8만원&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 체크리스트 표 --&gt;
  &lt;div class=&quot;table-wrap&quot;&gt;
    &lt;table&gt;
      &lt;thead&gt;
        &lt;tr&gt;
          &lt;th&gt;아이템&lt;/th&gt;
          &lt;th&gt;핵심 기능&lt;/th&gt;
          &lt;th&gt;추천 가격대&lt;/th&gt;
          &lt;th&gt;구매 채널&lt;/th&gt;
        &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
        &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;초경량 반팔&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;UPF 50+·속건·냉감 소재&lt;/td&gt;
          &lt;td&gt;1~4만원 (데카트론 최가성비)&lt;/td&gt;
          &lt;td&gt;&lt;span class=&quot;badge badge-run&quot;&gt;데카트론·탑텐·무신사&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;런닝 쇼츠 (5인치)&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;인너포켓·가벼운 신축 소재&lt;/td&gt;
          &lt;td&gt;2~5만원&lt;/td&gt;
          &lt;td&gt;&lt;span class=&quot;badge badge-trend&quot;&gt;K2·블랙야크·나이키 세일&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;초경량 런닝 양말&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;압박+통기성, 발가락 水疱 방지&lt;/td&gt;
          &lt;td&gt;3,000~8,000원&lt;/td&gt;
          &lt;td&gt;&lt;span class=&quot;badge badge-sky&quot;&gt;다이소·아디다스&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;런닝 캡&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;UV 차단+통기 메쉬&lt;/td&gt;
          &lt;td&gt;1~3만원&lt;/td&gt;
          &lt;td&gt;&lt;span class=&quot;badge badge-amber&quot;&gt;세일 시 우선 구매&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;

  &lt;div class=&quot;highlight trend&quot;&gt;
    &lt;strong&gt;  갓생 구매 전략 — 오늘이 최적 타이밍:&lt;/strong&gt; D-15일 기준으로 지금 구매한 런닝 기어는 대회 전까지 최소 2~3회 세탁·착용 테스트를 거칠 수 있습니다. 새 티셔츠·양말은 반드시 대회 전에 한 번 이상 훈련에서 착용해보세요. &lt;strong&gt;새 장비는 대회 당일 처음 입으면 안 됩니다&lt;/strong&gt; — 마찰·불쾌감 위험.
  &lt;/div&gt;

  &lt;hr class=&quot;divider&quot;&gt;

  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;!-- SECTION 2: D-15 테이퍼링 전략 --&gt;
  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;div class=&quot;sec-header&quot;&gt;
    &lt;div class=&quot;sec-num run&quot;&gt;2&lt;/div&gt;
    &lt;div class=&quot;sec-title&quot;&gt;D-15 테이퍼링 — 줄이는 것이 기록을 높이는 역설&lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:14px; line-height:1.85; margin-bottom:16px;&quot;&gt;
    D-15일 오늘부터 &lt;strong&gt;테이퍼링(Tapering)&lt;/strong&gt;이 시작됩니다. 테이퍼링이란 대회 2~3주 전부터 훈련 강도와 거리를 줄여 몸을 회복·최적 컨디션으로 만드는 전략입니다. 지금 열심히 달려야 한다는 생각이 들겠지만 — 지금 더 달리면 대회 당일 지쳐있고, 줄이면 대회 당일 최상 컨디션이 됩니다.
  &lt;/p&gt;

  &lt;!-- 테이퍼링 시각화 --&gt;
  &lt;div class=&quot;taper-visual&quot;&gt;
    &lt;div class=&quot;tv-title&quot;&gt;  하프마라톤 테이퍼링 주간 훈련량 변화 (전체 거리 기준)&lt;/div&gt;
    &lt;div class=&quot;week-row&quot;&gt;
      &lt;div class=&quot;wr-label&quot;&gt;피크 주&lt;/div&gt;
      &lt;div class=&quot;wr-bar-wrap&quot;&gt;&lt;div class=&quot;wr-bar peak&quot;&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;wr-note peak&quot;&gt;주 40~45km (D-22 전)&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;week-row&quot;&gt;
      &lt;div class=&quot;wr-label&quot;&gt;D-15 주 ✓&lt;/div&gt;
      &lt;div class=&quot;wr-bar-wrap&quot;&gt;&lt;div class=&quot;wr-bar d15&quot;&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;wr-note d15&quot;&gt;주 28~32km (오늘~)&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;week-row&quot;&gt;
      &lt;div class=&quot;wr-label&quot;&gt;D-8 주&lt;/div&gt;
      &lt;div class=&quot;wr-bar-wrap&quot;&gt;&lt;div class=&quot;wr-bar d8&quot;&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;wr-note d8&quot;&gt;주 18~22km&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;week-row&quot;&gt;
      &lt;div class=&quot;wr-label&quot;&gt;대회 주&lt;/div&gt;
      &lt;div class=&quot;wr-bar-wrap&quot;&gt;&lt;div class=&quot;wr-bar race&quot;&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;wr-note race&quot;&gt;짧은 런 + 휴식&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- D-15 주간 계획 --&gt;
  &lt;div class=&quot;d15-plan&quot;&gt;
    &lt;div class=&quot;dp-title&quot;&gt;  D-15 이번 주 훈련 계획 — 테이퍼링 Week 1&lt;/div&gt;
    &lt;div class=&quot;dp-row&quot;&gt;
      &lt;div class=&quot;dp-day&quot;&gt;토요일&lt;/div&gt;
      &lt;div class=&quot;dp-km&quot;&gt;12km&lt;/div&gt;
      &lt;div class=&quot;dp-content&quot;&gt;&lt;strong&gt;롱런 마지막 회&lt;/strong&gt; — Zone 3 페이스. 오늘이 사실상 마지막 장거리. 오존 확인 후 새벽 출발 (#71). 초경량 새 기어 첫 착용 테스트.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;dp-row&quot;&gt;
      &lt;div class=&quot;dp-day&quot;&gt;일요일&lt;/div&gt;
      &lt;div class=&quot;dp-km&quot;&gt;8km&lt;/div&gt;
      &lt;div class=&quot;dp-content&quot;&gt;&lt;strong&gt;회복 런&lt;/strong&gt; — Zone 2 가볍게. 어제 롱런 후 근육 회복. 페이스 신경 쓰지 말고 여유롭게.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;dp-row&quot;&gt;
      &lt;div class=&quot;dp-day&quot;&gt;월~수&lt;/div&gt;
      &lt;div class=&quot;dp-km&quot;&gt;6km×3&lt;/div&gt;
      &lt;div class=&quot;dp-content&quot;&gt;&lt;strong&gt;가볍게 유지 런&lt;/strong&gt; — 새벽 5시 Zone 2~3. 다리 감각 유지가 목적. 무리하지 않기.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;dp-row&quot;&gt;
      &lt;div class=&quot;dp-day&quot;&gt;목요일&lt;/div&gt;
      &lt;div class=&quot;dp-km&quot;&gt;휴식&lt;/div&gt;
      &lt;div class=&quot;dp-content&quot;&gt;&lt;strong&gt;완전 휴식 or 실내 보강&lt;/strong&gt; — L자 다리 + 폼롤러. 다리에 쌓인 피로 완전 해소. 수면 8시간 목표.&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;highlight run&quot;&gt;
    &lt;strong&gt;  테이퍼링 기간 멘탈 관리:&lt;/strong&gt; &quot;훈련을 이렇게 줄여도 될까?&quot; 라는 불안감은 모든 러너가 겪습니다. 하지만 &lt;strong&gt;근육의 회복과 글리코겐 충전은 훈련을 줄인 후 7~10일 동안&lt;/strong&gt; 일어납니다. D-15 오늘부터 줄이기 시작해야 대회 당일 최대 에너지를 갖출 수 있습니다. 지금 가장 용기 있는 결정은 '더 달리기'가 아니라 '쉬기'입니다.
  &lt;/div&gt;

  &lt;hr class=&quot;divider&quot;&gt;

  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;!-- SECTION 3: 금요일 퇴근 후 루틴 --&gt;
  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;div class=&quot;sec-header&quot;&gt;
    &lt;div class=&quot;sec-num purple&quot;&gt;3&lt;/div&gt;
    &lt;div class=&quot;sec-title&quot;&gt;금요일 퇴근 후 — 숏폼처럼 CPLA 보기 &amp; 주말 예산 리셋&lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:14px; line-height:1.85; margin-bottom:16px;&quot;&gt;
    금요일 퇴근 후는 공부 의지가 가장 낮은 시간입니다. 하지만 &lt;strong&gt;틱톡 숏폼 보듯 5~10분씩 노동법을 훑는 것&lt;/strong&gt;은 부담이 없습니다. 주말 전에 이번 주 수험 리듬을 한 번 챙겨두면 월요일 복귀 손실이 사라집니다.
  &lt;/p&gt;

  &lt;!-- 숏폼 CPLA 공부법 --&gt;
  &lt;div class=&quot;shortform-card&quot;&gt;
    &lt;div class=&quot;sf-title&quot;&gt;  퇴근 후 10분 CPLA 숏폼 공부 — 근로시간·휴식 파트&lt;/div&gt;
    &lt;div class=&quot;sf-item&quot;&gt;
      &lt;span class=&quot;sf-tag&quot;&gt;1분&lt;/span&gt;
      &lt;span&gt;&lt;strong&gt;근로기준법 제50조 (법정 근로시간)&lt;/strong&gt; — 1주 40시간, 1일 8시간. 연장 합계 52시간. 탄력·선택 근로제 예외.&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;sf-item&quot;&gt;
      &lt;span class=&quot;sf-tag&quot;&gt;2분&lt;/span&gt;
      &lt;span&gt;&lt;strong&gt;제54조 (휴게)&lt;/strong&gt; — 4h→30분, 8h→1시간 이상. 근로자 자유 이용. 제55조 (주휴) — 주 1회 유급 휴일.&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;sf-item&quot;&gt;
      &lt;span class=&quot;sf-tag&quot;&gt;3분&lt;/span&gt;
      &lt;span&gt;&lt;strong&gt;제56조 (연장·야간·휴일 가산)&lt;/strong&gt; — 연장 50%, 야간(22~06시) 50%, 휴일 8h 이내 50%·초과 100%. 중복 가산 가능.&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;sf-item&quot;&gt;
      &lt;span class=&quot;sf-tag&quot;&gt;4분&lt;/span&gt;
      &lt;span&gt;&lt;strong&gt;테이퍼링 적용&lt;/strong&gt; — 나는 오늘 법이 보장한 주휴일(제55조)을 활용해 쉰다. 근로자도, 러너도, 쉬어야 더 강해진다.&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;ul class=&quot;step-list&quot;&gt;
    &lt;li&gt;
      &lt;div class=&quot;step-dot purple&quot;&gt;1&lt;/div&gt;
      &lt;div&gt;&lt;strong&gt;주말 보양식 예산 리셋 — 파킹통장 이자 활용:&lt;/strong&gt;&lt;br&gt;
      이번 주 파킹통장 이자 (약 500~2,000원) + 발로소득 포인트 + 탄소중립포인트 현금 전환분을 합산하면 주말 보양식 예산 3,000~10,000원이 만들어집니다. 들깨 버섯탕 (#65) 재료비 또는 현미밥 즉석 팩 구매에 활용하세요.&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;div class=&quot;step-dot run&quot;&gt;2&lt;/div&gt;
      &lt;div&gt;&lt;strong&gt;내일 토요일 롱런 준비:&lt;/strong&gt;&lt;br&gt;
      오늘 밤 에어코리아 오존 확인 (#71) → 새벽 5시 알람 4:30 설정 → 초경량 새 기어 현관에 꺼내두기 → 이온음료 냉장고에 준비. 마지막 롱런 12km — 이번 대회를 위한 가장 중요한 훈련입니다.&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;div class=&quot;step-dot gold&quot;&gt;3&lt;/div&gt;
      &lt;div&gt;&lt;strong&gt;6월 대회 물품 체크리스트 시작:&lt;/strong&gt;&lt;br&gt;
      D-15일 오늘부터 대회 당일 필요한 물품을 리스트업 시작하세요:&lt;br&gt;
      카본화 (#50) / 냉감 반팔·반바지 / 에너지젤 2개 / 소형 수분팩 / 선크림 SPF 50+ / 수면 안대 (전날 숙면) / 이온음료 보충제&lt;br&gt;
      이 리스트가 완성되면 D-15 준비의 70%가 끝납니다.&lt;/div&gt;
    &lt;/li&gt;
  &lt;/ul&gt;

  &lt;!-- CHEAT KEY BOX --&gt;
  &lt;div class=&quot;cheat-box&quot;&gt;
    &lt;h3&gt; ️ D-15 핵심 치트키: 가볍게 입고, 가볍게 달리고, 가볍게 공부하라&lt;/h3&gt;
    &lt;p&gt;
      초경량 기어를 입으면 달리기가 가벼워집니다. 테이퍼링으로 훈련을 줄이면 몸이 가벼워집니다. 숏폼처럼 10분 공부하면 CPLA도 부담이 가벼워집니다. &lt;strong&gt;모든 갓생은 '가볍게 시작하는 것'에서 출발합니다.&lt;/strong&gt;
    &lt;/p&gt;
    &lt;p&gt;
      오늘 퇴근 후 초경량 런닝 기어를 주문하고, CPLA 근로시간 파트를 10분 숏폼처럼 훑고, 파킹통장 이자로 주말 보양식 예산을 확인하세요. 그리고 내일 새벽 5시 — 오존이 낮고 기온이 선선한 그 시간에, &lt;strong&gt;이번 대회를 위한 마지막 롱런 12km를 초경량 기어와 함께 달리세요.&lt;/strong&gt;
    &lt;/p&gt;
    &lt;span class=&quot;link-ref&quot;&gt;  이전 포스팅: [갓생 치트키 #71] 오존 주의보 &amp; 경정청구 치트키 →&lt;/span&gt;
  &lt;/div&gt;

  &lt;!-- CLOSING --&gt;
  &lt;div class=&quot;closing&quot;&gt;
    &lt;h4&gt;  The Fix — 오늘 당장 실행할 것 3가지&lt;/h4&gt;
    &lt;p&gt;
      ① 데카트론·탑텐·무신사에서 초경량 런닝 반팔 + 양말 주문 → K-패스 포인트 결제&lt;br&gt;
      ② 퇴근 후 근로기준법 제50·54·55·56조 숏폼 10분 통독&lt;br&gt;
      ③ 내일 새벽 5시 알람 + NRC 앱 세팅 + 초경량 기어 현관 준비 → D-15 마지막 롱런 준비 완료
    &lt;/p&gt;
    &lt;div class=&quot;tag-list&quot;&gt;
      &lt;span class=&quot;tag&quot;&gt;#2026패션트렌드&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#초경량러닝화&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#하프마라톤준비&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#CPLA노동법&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#주말컨디션조절&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#갓생치트키&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <author>갓생치트키</author>
      <guid isPermaLink="true">https://infomationhealth.tistory.com/76</guid>
      <comments>https://infomationhealth.tistory.com/76#entry76comment</comments>
      <pubDate>Fri, 22 May 2026 08:45:24 +0900</pubDate>
    </item>
    <item>
      <title>[갓생 치트키] 오후 러닝 금지? 5월 '오존 주의보' 속 마라톤 훈련법 &amp;amp; 직장인 연말정산 누락 챙기는 경정청구 치트키</title>
      <link>https://infomationhealth.tistory.com/75</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;[갓생 치트키 #71] 오후 러닝 금지? 5월 '오존 주의보' 속 마라톤 훈련법 &amp; 직장인 연말정산 누락 챙기는 경정청구 치트키&lt;/title&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&amp;family=Noto+Serif+KR:wght@400;700&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;
&lt;style&gt;
  :root {
    --ozone: #A06010;
    --ozone-light: #FEF6EA;
    --ozone-mid: #E09040;
    --tax: #1A5898;
    --tax-light: #EAF3FB;
    --tax-mid: #70A8D8;
    --green: #1E7040;
    --green-light: #EAF4EC;
    --teal: #1A7878;
    --teal-light: #E5F5F3;
    --red: #BF2020;
    --red-light: #FDEAEA;
    --gold: #C09010;
    --gold-light: #FEF8E4;
    --purple: #5840A8;
    --purple-light: #F0EDFB;
    --dark: #0A0C08;
    --text: #1E1E1E;
    --gray: #6C757D;
    --border: #E0D8C8;
    --white: #FFFFFF;
    --bg: #FAF8F4;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }
  body { font-family: 'Noto Sans KR', sans-serif; background: var(--bg); color: var(--text); font-size: 15px; line-height: 1.8; }
  .post-wrap { max-width: 720px; margin: 0 auto; padding: 0 16px 64px; }

  /* ─── HERO ─── */
  .hero {
    background: linear-gradient(145deg, #301800 0%, #A06010 50%, #C07820 100%);
    border-radius: 22px; padding: 46px 32px 40px; margin: 28px 0 30px;
    color: white; position: relative; overflow: hidden;
  }
  .hero::before { content: '⚠️'; position: absolute; right: 16px; top: 14px; font-size: 88px; opacity: 0.18; }
  .hero::after  { content: ' '; position: absolute; left: -8px; bottom: -10px; font-size: 70px; opacity: 0.1; }
  .series-badge { display: inline-block; background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.35); border-radius: 20px; padding: 4px 14px; font-size: 12px; font-weight: 700; letter-spacing: 0.5px; margin-bottom: 14px; }
  .hero h1 { font-family: 'Noto Serif KR', serif; font-size: 21px; font-weight: 700; line-height: 1.5; margin-bottom: 14px; }
  .hero-sub { font-size: 13.5px; opacity: 0.88; line-height: 1.7; }
  .hero-meta { margin-top: 16px; display: flex; gap: 8px; flex-wrap: wrap; }
  .hero-pill { background: rgba(255,255,255,0.16); border: 1px solid rgba(255,255,255,0.28); border-radius: 20px; padding: 3px 12px; font-size: 12px; font-weight: 600; }

  /* ─── OZONE ALERT ─── */
  .ozone-alert {
    background: linear-gradient(90deg, var(--ozone), #B87020);
    border-radius: 12px; padding: 14px 20px; color: white; font-size: 14px; font-weight: 700;
    margin-bottom: 24px; display: flex; align-items: center; gap: 10px;
  }
  .oa-icon { font-size: 18px; flex-shrink: 0; }

  /* ─── SECTION HEADER ─── */
  .sec-header { display: flex; align-items: center; gap: 10px; margin: 36px 0 16px; }
  .sec-num { width: 38px; height: 38px; border-radius: 11px; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 900; color: white; flex-shrink: 0; }
  .sec-num.ozone { background: var(--ozone); }
  .sec-num.tax   { background: var(--tax); }
  .sec-num.teal  { background: var(--teal); }
  .sec-title { font-family: 'Noto Serif KR', serif; font-size: 18px; font-weight: 700; color: var(--dark); }

  /* ─── OZONE VS DUST ─── */
  .compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 16px 0; }
  .cmp-card { background: var(--white); border-radius: 14px; padding: 18px 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
  .cmp-card.ozone-c { border-top: 3px solid var(--ozone); }
  .cmp-card.dust-c  { border-top: 3px solid var(--teal); }
  .cc-header { font-size: 13.5px; font-weight: 900; margin-bottom: 10px; display: flex; align-items: center; gap: 6px; }
  .cmp-card.ozone-c .cc-header { color: var(--ozone); }
  .cmp-card.dust-c  .cc-header { color: var(--teal); }
  .cmp-card ul { list-style: none; }
  .cmp-card ul li { font-size: 13px; line-height: 1.72; padding: 4px 0; border-bottom: 1px dashed var(--border); display: flex; gap: 6px; align-items: flex-start; }
  .cmp-card ul li:last-child { border-bottom: none; }
  .cmp-card.ozone-c ul li::before { content: '⚠️'; font-size: 11px; flex-shrink: 0; }
  .cmp-card.dust-c  ul li::before { content: '✓'; color: var(--teal); font-weight: 900; flex-shrink: 0; }

  /* ─── OZONE TIME BAR ─── */
  .ozone-time { background: var(--white); border-radius: 14px; padding: 20px 20px; margin: 14px 0; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
  .ot-title { font-size: 13px; font-weight: 700; color: var(--gray); margin-bottom: 14px; }
  .ot-row { display: flex; align-items: center; gap: 10px; margin-bottom: 9px; }
  .ot-label { font-size: 12px; font-weight: 900; width: 60px; flex-shrink: 0; color: var(--dark); }
  .ot-bar-wrap { flex: 1; height: 16px; background: #E8EDF0; border-radius: 10px; overflow: hidden; }
  .ot-bar { height: 100%; border-radius: 10px; }
  .ot-bar.low    { background: var(--green); width: 25%; }
  .ot-bar.mid    { background: #90B830; width: 50%; }
  .ot-bar.high   { background: var(--ozone); width: 80%; }
  .ot-bar.danger { background: var(--red); width: 100%; }
  .ot-note { font-size: 12px; font-weight: 700; width: 72px; flex-shrink: 0; text-align: right; }
  .ot-note.low    { color: var(--green); }
  .ot-note.mid    { color: #70A020; }
  .ot-note.high   { color: var(--ozone); }
  .ot-note.danger { color: var(--red); }

  /* ─── TRAINING ADJUST ─── */
  .training-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 16px 0; }
  .tr-item { background: var(--white); border-radius: 12px; padding: 14px 11px; text-align: center; box-shadow: 0 2px 6px rgba(0,0,0,0.05); border-top: 3px solid var(--green); }
  .tr-item.ozone-t { border-top-color: var(--ozone); }
  .tr-item.red-t   { border-top-color: var(--red); }
  .ti-emoji { font-size: 24px; display: block; margin-bottom: 5px; }
  .ti-name  { font-size: 12.5px; font-weight: 900; color: var(--dark); margin-bottom: 3px; }
  .ti-desc  { font-size: 11px; color: var(--gray); line-height: 1.55; }
  .ti-tag   { margin-top: 5px; font-size: 11px; font-weight: 700; color: var(--green); }
  .tr-item.ozone-t .ti-tag { color: var(--ozone); }
  .tr-item.red-t   .ti-tag { color: var(--red); }

  /* ─── HIGHLIGHT ─── */
  .highlight { border-radius: 12px; padding: 18px 20px; margin: 14px 0; font-size: 14px; line-height: 1.82; }
  .highlight.ozone  { background: var(--ozone-light);  border-left: 3px solid var(--ozone); }
  .highlight.tax    { background: var(--tax-light);    border-left: 3px solid var(--tax); }
  .highlight.green  { background: var(--green-light);  border-left: 3px solid var(--green); }
  .highlight.teal   { background: var(--teal-light);   border-left: 3px solid var(--teal); }
  .highlight.gold   { background: var(--gold-light);   border-left: 3px solid var(--gold); }
  .highlight.purple { background: var(--purple-light); border-left: 3px solid var(--purple); }
  .highlight strong { font-weight: 700; }

  /* ─── TAX SECTION ─── */
  .eligibility-box { background: var(--white); border-radius: 14px; padding: 20px 22px; margin: 16px 0; box-shadow: 0 2px 8px rgba(0,0,0,0.06); border-top: 3px solid var(--tax); }
  .eb-title { font-size: 14px; font-weight: 900; color: var(--tax); margin-bottom: 14px; }
  .elig-row { display: flex; align-items: flex-start; gap: 10px; padding: 8px 0; border-bottom: 1px dashed var(--border); font-size: 13.5px; line-height: 1.7; }
  .elig-row:last-child { border-bottom: none; }
  .elig-check { font-size: 15px; flex-shrink: 0; margin-top: 1px; }
  .elig-text strong { color: var(--tax); }

  /* ─── HOW TO FILE ─── */
  .apply-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 16px 0; }
  .apply-step { background: var(--white); border-radius: 12px; padding: 14px 10px; text-align: center; box-shadow: 0 2px 6px rgba(0,0,0,0.05); border-top: 3px solid var(--tax); }
  .as-num { width: 24px; height: 24px; background: var(--tax); color: white; font-size: 11px; font-weight: 900; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 7px; }
  .as-text { font-size: 12px; line-height: 1.55; color: var(--dark); font-weight: 600; }

  /* ─── TABLE ─── */
  .table-wrap { overflow-x: auto; margin: 16px 0 22px; border-radius: 12px; box-shadow: 0 2px 10px rgba(0,0,0,0.07); }
  table { width: 100%; border-collapse: collapse; font-size: 13.5px; background: var(--white); }
  thead th { background: var(--dark); color: white; padding: 12px 14px; text-align: left; font-weight: 700; white-space: nowrap; }
  thead th:first-child { border-radius: 12px 0 0 0; }
  thead th:last-child  { border-radius: 0 12px 0 0; }
  tbody tr:nth-child(even) { background: #F6F2EC; }
  tbody td { padding: 11px 14px; border-bottom: 1px solid var(--border); line-height: 1.6; vertical-align: middle; }
  .badge { display: inline-block; padding: 2px 8px; border-radius: 20px; font-size: 11px; font-weight: 700; }
  .badge-tax   { background: var(--tax-light);   color: var(--tax); }
  .badge-green { background: var(--green-light); color: var(--green); }
  .badge-ozone { background: var(--ozone-light); color: var(--ozone); }
  .badge-teal  { background: var(--teal-light);  color: var(--teal); }
  .badge-gold  { background: var(--gold-light);  color: var(--gold); }

  /* ─── REFUND SIM ─── */
  .refund-box { background: linear-gradient(135deg, #081828, #101E38); border-radius: 14px; padding: 22px 22px; margin: 14px 0; color: white; }
  .rb-title { font-size: 14.5px; font-weight: 900; color: var(--tax-mid); margin-bottom: 14px; }
  .rb-row { display: flex; justify-content: space-between; padding: 7px 0; border-bottom: 1px dashed rgba(255,255,255,0.12); font-size: 13.5px; color: rgba(255,255,255,0.88); }
  .rb-row:last-child { border-bottom: none; }
  .rb-amount { font-weight: 900; color: #90D0F0; }
  .rb-total { margin-top: 10px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,0.2); display: flex; justify-content: space-between; font-size: 15px; font-weight: 900; }
  .rb-total .rb-amount { font-size: 18px; color: #B0F080; }

  /* ─── INDOOR ROUTINE ─── */
  .indoor-card { background: var(--white); border-radius: 14px; padding: 20px 20px; margin: 14px 0; box-shadow: 0 2px 8px rgba(0,0,0,0.06); border-left: 5px solid var(--green); }
  .ic-title { font-size: 14.5px; font-weight: 900; color: var(--green); margin-bottom: 12px; display: flex; align-items: center; gap: 7px; }
  .ic-row { display: flex; gap: 10px; padding: 8px 0; border-bottom: 1px dashed var(--border); font-size: 13.5px; line-height: 1.7; align-items: flex-start; }
  .ic-row:last-child { border-bottom: none; }
  .ic-time { font-size: 12px; font-weight: 900; color: var(--green); width: 72px; flex-shrink: 0; }
  .ic-content { flex: 1; color: #3C3C3C; }
  .ic-content strong { color: var(--green); }

  /* ─── STEP LIST ─── */
  .step-list { list-style: none; margin: 14px 0; }
  .step-list li { display: flex; align-items: flex-start; gap: 12px; padding: 11px 0; border-bottom: 1px dashed var(--border); font-size: 14px; line-height: 1.78; }
  .step-list li:last-child { border-bottom: none; }
  .step-dot { width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 900; color: white; flex-shrink: 0; margin-top: 2px; }
  .step-dot.ozone  { background: var(--ozone); }
  .step-dot.tax    { background: var(--tax); }
  .step-dot.green  { background: var(--green); }
  .step-dot.gold   { background: var(--gold); }

  /* ─── CHEAT KEY ─── */
  .cheat-box { background: linear-gradient(135deg, #0A0C08 0%, #181A10 55%, #282810 100%); border-radius: 18px; padding: 30px 26px; margin: 38px 0; color: white; position: relative; overflow: hidden; }
  .cheat-box::before { content: ' '; position: absolute; right: 16px; bottom: 10px; font-size: 72px; opacity: 0.13; }
  .cheat-box h3 { font-family: 'Noto Serif KR', serif; font-size: 17px; font-weight: 700; color: var(--ozone-mid); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
  .cheat-box p { font-size: 14px; line-height: 1.92; color: rgba(255,255,255,0.88); }
  .cheat-box p + p { margin-top: 10px; }
  .cheat-box strong { color: #F8D090; }
  .cheat-box .link-ref { display: inline-block; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.22); border-radius: 8px; padding: 3px 10px; font-size: 12.5px; font-weight: 700; color: var(--ozone-mid); margin-top: 8px; }

  /* ─── CLOSING ─── */
  .closing { background: var(--dark); border-radius: 18px; padding: 30px 26px; margin-top: 42px; text-align: center; color: white; }
  .closing h4 { font-family: 'Noto Serif KR', serif; font-size: 17px; font-weight: 700; color: var(--ozone-mid); margin-bottom: 12px; }
  .closing p { font-size: 13.5px; line-height: 1.85; color: rgba(255,255,255,0.8); margin-bottom: 18px; }
  .tag-list { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
  .tag { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 20px; padding: 4px 12px; font-size: 12px; color: rgba(255,255,255,0.85); }

  .divider { border: none; border-top: 2px dashed var(--border); margin: 30px 0; }

  @media (max-width: 480px) {
    .compare-grid  { grid-template-columns: 1fr; }
    .apply-steps   { grid-template-columns: repeat(2, 1fr); }
    .training-grid { grid-template-columns: 1fr 1fr; }
  }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;post-wrap&quot;&gt;

  &lt;!-- HERO --&gt;
  &lt;div class=&quot;hero&quot;&gt;
    &lt;div class=&quot;series-badge&quot;&gt;갓생 치트키 #71&lt;/div&gt;
    &lt;h1&gt;오후 러닝 금지?&lt;br&gt;5월 '오존 주의보' 속 마라톤 훈련법 &amp;&lt;br&gt;연말정산 누락 경정청구 치트키&lt;/h1&gt;
    &lt;p class=&quot;hero-sub&quot;&gt;마스크로 안 막히는 오존의 진실 + 새벽 런닝이 정답인 이유 + 연말정산 놓친 공제 돌려받기&lt;/p&gt;
    &lt;div class=&quot;hero-meta&quot;&gt;
      &lt;span class=&quot;hero-pill&quot;&gt;⚠️ 오존 주의보&lt;/span&gt;
      &lt;span class=&quot;hero-pill&quot;&gt;  새벽 러닝 치트키&lt;/span&gt;
      &lt;span class=&quot;hero-pill&quot;&gt;  경정청구 가이드&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- OZONE ALERT --&gt;
  &lt;div class=&quot;ozone-alert&quot;&gt;
    &lt;span class=&quot;oa-icon&quot;&gt; &lt;/span&gt;
    수도권 오존 농도 '나쁨' 예보 — 오후 2시~6시 야외 활동 자제 권고. 마스크로 차단 불가. 새벽·저녁으로 훈련 시간 이동 필수.
  &lt;/div&gt;

  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;!-- SECTION 1: 오존 vs 미세먼지 차이 --&gt;
  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;div class=&quot;sec-header&quot;&gt;
    &lt;div class=&quot;sec-num ozone&quot;&gt;1&lt;/div&gt;
    &lt;div class=&quot;sec-title&quot;&gt;오존은 미세먼지와 다르다 — 마스크로 막을 수 없는 이유&lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:14px; line-height:1.85; margin-bottom:16px;&quot;&gt;
    KF94 마스크를 쓰고 달리면 오존(O₃)을 막을 수 있을까요? &lt;strong&gt;아닙니다.&lt;/strong&gt; 미세먼지는 입자이기 때문에 마스크로 걸러지지만, 오존은 기체(가스) 상태라 마스크를 그냥 통과합니다. 러너가 달리는 동안 호흡량이 3~5배 늘어난다는 점을 고려하면, 오존 나쁨 시간대의 야외 훈련은 상당한 위험이 따릅니다.
  &lt;/p&gt;

  &lt;div class=&quot;compare-grid&quot;&gt;
    &lt;div class=&quot;cmp-card ozone-c&quot;&gt;
      &lt;div class=&quot;cc-header&quot;&gt;⚠️ 오존(O₃) — 가스형 오염&lt;/div&gt;
      &lt;ul&gt;
        &lt;li&gt;자동차 배기가스 + 햇빛 반응으로 생성&lt;/li&gt;
        &lt;li&gt;기체 상태 → 마스크 완전 통과&lt;/li&gt;
        &lt;li&gt;오후 2~6시 피크 (햇빛 누적)&lt;/li&gt;
        &lt;li&gt;폐포 직접 산화 손상 → 기침·기도 수축&lt;/li&gt;
        &lt;li&gt;달리기 중 호흡량 ↑ = 흡입량 3~5배&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/div&gt;
    &lt;div class=&quot;cmp-card dust-c&quot;&gt;
      &lt;div class=&quot;cc-header&quot;&gt;✓ 미세먼지 — 입자형 오염&lt;/div&gt;
      &lt;ul&gt;
        &lt;li&gt;토양·자동차 배출가스 등 입자 오염&lt;/li&gt;
        &lt;li&gt;KF94 마스크로 95% 이상 차단 가능&lt;/li&gt;
        &lt;li&gt;계절·날씨에 따라 달라짐&lt;/li&gt;
        &lt;li&gt;비 오면 씻겨 내려감 — 오후 낮아지기도&lt;/li&gt;
        &lt;li&gt;새벽도 간혹 높을 수 있음 (에어코리아 확인)&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 오존 시간대 바 차트 --&gt;
  &lt;div class=&quot;ozone-time&quot;&gt;
    &lt;div class=&quot;ot-title&quot;&gt;⏰ 5~6월 오존 농도 시간대별 변화 — 훈련 타이밍 가이드 (#60 심화)&lt;/div&gt;
    &lt;div class=&quot;ot-row&quot;&gt;
      &lt;div class=&quot;ot-label&quot;&gt;새벽 5~7시&lt;/div&gt;
      &lt;div class=&quot;ot-bar-wrap&quot;&gt;&lt;div class=&quot;ot-bar low&quot;&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;ot-note low&quot;&gt;✓ 최저 — 훈련 최적&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;ot-row&quot;&gt;
      &lt;div class=&quot;ot-label&quot;&gt;오전 8~11시&lt;/div&gt;
      &lt;div class=&quot;ot-bar-wrap&quot;&gt;&lt;div class=&quot;ot-bar mid&quot;&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;ot-note mid&quot;&gt;보통 — 짧게 가능&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;ot-row&quot;&gt;
      &lt;div class=&quot;ot-label&quot;&gt;낮 12~2시&lt;/div&gt;
      &lt;div class=&quot;ot-bar-wrap&quot;&gt;&lt;div class=&quot;ot-bar high&quot;&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;ot-note high&quot;&gt;⚠️ 높음 — 자제&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;ot-row&quot;&gt;
      &lt;div class=&quot;ot-label&quot;&gt;오후 2~6시&lt;/div&gt;
      &lt;div class=&quot;ot-bar-wrap&quot;&gt;&lt;div class=&quot;ot-bar danger&quot;&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;ot-note danger&quot;&gt;❌ 최고 — 금지&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;ot-row&quot;&gt;
      &lt;div class=&quot;ot-label&quot;&gt;저녁 8시+&lt;/div&gt;
      &lt;div class=&quot;ot-bar-wrap&quot;&gt;&lt;div class=&quot;ot-bar mid&quot; style=&quot;width:35%&quot;&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;ot-note low&quot;&gt;낮아짐 — 가능&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 훈련 조정 3선 --&gt;
  &lt;div class=&quot;training-grid&quot;&gt;
    &lt;div class=&quot;tr-item&quot;&gt;
      &lt;span class=&quot;ti-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;ti-name&quot;&gt;새벽 5시 런 (#70)&lt;/div&gt;
      &lt;div class=&quot;ti-desc&quot;&gt;오존 최저·기온 최저·상쾌함 최고. D-28 페이스메이커 훈련 최적 시간.&lt;/div&gt;
      &lt;div class=&quot;ti-tag&quot;&gt;✓ 최우선 선택&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;tr-item ozone-t&quot;&gt;
      &lt;span class=&quot;ti-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;ti-name&quot;&gt;실내 보강 (#68)&lt;/div&gt;
      &lt;div class=&quot;ti-desc&quot;&gt;오존 나쁨 시 L자 다리·플랭크·힙브릿지. 50분 루틴으로 코어 강화.&lt;/div&gt;
      &lt;div class=&quot;ti-tag&quot;&gt;⚠️ 오존 나쁨 시 대체&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;tr-item red-t&quot;&gt;
      &lt;span class=&quot;ti-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;ti-name&quot;&gt;오후 2~6시 런&lt;/div&gt;
      &lt;div class=&quot;ti-desc&quot;&gt;오존 피크 구간. 아무리 훈련이 급해도 오늘만큼은 절대 피하세요.&lt;/div&gt;
      &lt;div class=&quot;ti-tag&quot;&gt;❌ 완전 금지&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;highlight ozone&quot;&gt;
    &lt;strong&gt;  새벽 5시 런닝이 절대적인 치트키인 이유:&lt;/strong&gt;&lt;br&gt;
    ① 오존 최저 구간 — 폐 보호&lt;br&gt;
    ② 기온 18~20°C — 열 스트레스 없음 (#64 폭염 복습)&lt;br&gt;
    ③ 오전 6~8시보다 미세먼지도 낮은 경우 많음&lt;br&gt;
    ④ 대회 시작 시간(오전 7~8시)과 비슷한 환경 → 레이스 시뮬레이션&lt;br&gt;
    &lt;strong&gt;D-28일, 새벽 5시가 오늘 가장 갓생다운 훈련 시간입니다.&lt;/strong&gt;
  &lt;/div&gt;

  &lt;!-- 오존 후 회복 루틴 --&gt;
  &lt;div class=&quot;indoor-card&quot;&gt;
    &lt;div class=&quot;ic-title&quot;&gt;  오존 나쁨 저녁 — 실내 L자 다리 &amp; 체력 안배 루틴&lt;/div&gt;
    &lt;div class=&quot;ic-row&quot;&gt;
      &lt;div class=&quot;ic-time&quot;&gt;퇴근 후&lt;/div&gt;
      &lt;div class=&quot;ic-content&quot;&gt;&lt;strong&gt;수분 500ml 즉시 섭취&lt;/strong&gt;. 오존 노출이 있었다면 기도 점막을 촉촉하게 유지하는 것이 최우선. 따뜻한 캐모마일 티 병행.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;ic-row&quot;&gt;
      &lt;div class=&quot;ic-time&quot;&gt;20분 후&lt;/div&gt;
      &lt;div class=&quot;ic-content&quot;&gt;&lt;strong&gt;L자 다리 10~15분&lt;/strong&gt; (#36 복습). 하체 혈액 역류로 종아리 부종 제거. 오존 나쁜 날 굳이 야외 쿨다운 런 할 필요 없음.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;ic-row&quot;&gt;
      &lt;div class=&quot;ic-time&quot;&gt;이후&lt;/div&gt;
      &lt;div class=&quot;ic-content&quot;&gt;&lt;strong&gt;폼롤러 10분 + 경정청구 확인 5분&lt;/strong&gt;. 실내에서 몸을 회복시키면서 오늘 소개할 세무 치트키도 함께 처리하면 일석이조.&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;hr class=&quot;divider&quot;&gt;

  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;!-- SECTION 2: 경정청구 치트키 --&gt;
  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;div class=&quot;sec-header&quot;&gt;
    &lt;div class=&quot;sec-num tax&quot;&gt;2&lt;/div&gt;
    &lt;div class=&quot;sec-title&quot;&gt;연말정산 경정청구 — 놓친 공제 5월 안에 돌려받는 법&lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:14px; line-height:1.85; margin-bottom:16px;&quot;&gt;
    2~3월 연말정산 때 바빠서 놓친 공제 항목이 있나요? &lt;strong&gt;5월 말까지 '경정청구'를 제출하면 추가 환급&lt;/strong&gt;을 받을 수 있습니다. CPLA를 공부하는 수험생 시각에서 보면, 경정청구는 세법이 보장하는 납세자의 권리 구제 절차입니다. 권리는 아는 사람만 누립니다.
  &lt;/p&gt;

  &lt;!-- 경정청구 대상 확인 --&gt;
  &lt;div class=&quot;eligibility-box&quot;&gt;
    &lt;div class=&quot;eb-title&quot;&gt;✅ 이런 분들은 반드시 경정청구 확인!&lt;/div&gt;
    &lt;div class=&quot;elig-row&quot;&gt;
      &lt;span class=&quot;elig-check&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;elig-text&quot;&gt;&lt;strong&gt;의료비 누락&lt;/strong&gt; — 본인·부양가족 의료비 합계를 빠뜨렸거나 실손보험 미차감으로 잘못 계산한 경우. 연간 수십만원 공제 가능.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;elig-row&quot;&gt;
      &lt;span class=&quot;elig-check&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;elig-text&quot;&gt;&lt;strong&gt;교육비 누락&lt;/strong&gt; — 본인 대학원비·직업훈련비 미신고. 특히 CPLA 시험 준비 강의료·교재비도 직업 관련 교육비로 공제 가능 여부 확인 권장.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;elig-row&quot;&gt;
      &lt;span class=&quot;elig-check&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;elig-text&quot;&gt;&lt;strong&gt;기부금 누락&lt;/strong&gt; — 지정 기부금 단체 기부 누락. 세액공제율 15~25%. 월드비전·유니세프 등 기부금 영수증이 있으면 반드시 포함.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;elig-row&quot;&gt;
      &lt;span class=&quot;elig-check&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;elig-text&quot;&gt;&lt;strong&gt;인적공제 누락&lt;/strong&gt; — 부모님·배우자 소득 요건(100만원 이하) 충족인데 공제 안 한 경우. 1인당 150만원 공제. 최고 효과.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;elig-row&quot;&gt;
      &lt;span class=&quot;elig-check&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;elig-text&quot;&gt;&lt;strong&gt;중소기업 취업 감면 누락&lt;/strong&gt; — 중소기업 취업 후 5년간 소득세 70~90% 감면(청년). 회사 HR팀에서 신청 안 해줬다면 직접 경정청구.&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 경정청구 4단계 --&gt;
  &lt;div class=&quot;apply-steps&quot;&gt;
    &lt;div class=&quot;apply-step&quot;&gt;
      &lt;div class=&quot;as-num&quot;&gt;1&lt;/div&gt;
      &lt;div class=&quot;as-text&quot;&gt;홈택스 로그인 → 신고/납부 → 근로소득 연말정산 확인&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;apply-step&quot;&gt;
      &lt;div class=&quot;as-num&quot;&gt;2&lt;/div&gt;
      &lt;div class=&quot;as-text&quot;&gt;경정청구 메뉴 → 2024년 귀속 선택 → 누락 공제 항목 추가&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;apply-step&quot;&gt;
      &lt;div class=&quot;as-num&quot;&gt;3&lt;/div&gt;
      &lt;div class=&quot;as-text&quot;&gt;증빙 서류 첨부 (의료비 영수증·기부금 영수증 등)&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;apply-step&quot;&gt;
      &lt;div class=&quot;as-num&quot;&gt;4&lt;/div&gt;
      &lt;div class=&quot;as-text&quot;&gt;제출 완료 → 약 30일 내 추가 환급 계좌 입금&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 공제 항목 비교 표 --&gt;
  &lt;div class=&quot;table-wrap&quot;&gt;
    &lt;table&gt;
      &lt;thead&gt;
        &lt;tr&gt;
          &lt;th&gt;공제 항목&lt;/th&gt;
          &lt;th&gt;한도&lt;/th&gt;
          &lt;th&gt;절세 효과 예시&lt;/th&gt;
          &lt;th&gt;주의사항&lt;/th&gt;
        &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
        &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;의료비 세액공제&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;총급여 3% 초과분의 15%&lt;/td&gt;
          &lt;td&gt;의료비 200만원 → 최대 30만원 환급&lt;/td&gt;
          &lt;td&gt;&lt;span class=&quot;badge badge-ozone&quot;&gt;실손보험 차감 필수&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;교육비 세액공제&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;본인 전액, 자녀 1인 300만원&lt;/td&gt;
          &lt;td&gt;교육비 100만원 → 15만원 환급&lt;/td&gt;
          &lt;td&gt;&lt;span class=&quot;badge badge-tax&quot;&gt;소득 공제 아닌 세액공제&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;기부금 세액공제&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;소득의 30% 이내&lt;/td&gt;
          &lt;td&gt;기부금 50만원 → 7.5~12.5만원 환급&lt;/td&gt;
          &lt;td&gt;&lt;span class=&quot;badge badge-green&quot;&gt;영수증 보관 필수&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;인적공제&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;1인당 150만원 소득공제&lt;/td&gt;
          &lt;td&gt;부모 2명 추가 → 세금 30~60만원 감소&lt;/td&gt;
          &lt;td&gt;&lt;span class=&quot;badge badge-teal&quot;&gt;소득 요건 100만원 이하&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;

  &lt;!-- 환급 시뮬레이션 --&gt;
  &lt;div class=&quot;refund-box&quot;&gt;
    &lt;div class=&quot;rb-title&quot;&gt;  경정청구 추가 환급 시뮬레이션 (연봉 4,000만원 기준)&lt;/div&gt;
    &lt;div class=&quot;rb-row&quot;&gt;&lt;span&gt;의료비 200만원 누락 → 추가 세액공제&lt;/span&gt;&lt;span class=&quot;rb-amount&quot;&gt;+15만원&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;rb-row&quot;&gt;&lt;span&gt;부모님 인적공제 1명 추락 → 소득세 환급&lt;/span&gt;&lt;span class=&quot;rb-amount&quot;&gt;+9만원&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;rb-row&quot;&gt;&lt;span&gt;기부금 50만원 누락 → 세액공제&lt;/span&gt;&lt;span class=&quot;rb-amount&quot;&gt;+7.5만원&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;rb-row&quot;&gt;&lt;span&gt;CPLA 수험 강의비 교육비 공제&lt;/span&gt;&lt;span class=&quot;rb-amount&quot;&gt;확인 필요&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;rb-total&quot;&gt;&lt;span&gt;추가 환급 합산 예상&lt;/span&gt;&lt;span class=&quot;rb-amount&quot;&gt;약 31.5만원&lt;/span&gt;&lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;highlight tax&quot;&gt;
    &lt;strong&gt;⚖️ CPLA 수험생 시각 — 경정청구의 법적 의미:&lt;/strong&gt; 경정청구는 국세기본법 제45조의2에 근거한 납세자의 법적 권리입니다. 연말정산 후 3년 이내(2024년 귀속 → 2027년까지)에 언제든 청구 가능하지만, &lt;strong&gt;5월 종소세 신고 기간에 함께 처리하는 것이 가장 효율적&lt;/strong&gt;입니다. 법으로 보장된 권리를 쓰지 않는 것은 갓생이 아닙니다.
  &lt;/div&gt;

  &lt;hr class=&quot;divider&quot;&gt;

  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;!-- SECTION 3: 오늘 갓생 루틴 통합 --&gt;
  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;div class=&quot;sec-header&quot;&gt;
    &lt;div class=&quot;sec-num teal&quot;&gt;3&lt;/div&gt;
    &lt;div class=&quot;sec-title&quot;&gt;오존 나쁜 목요일 저녁 — 실내 + 경정청구 + 러닝 기어 예산 리셋&lt;/div&gt;
  &lt;/div&gt;

  &lt;ul class=&quot;step-list&quot;&gt;
    &lt;li&gt;
      &lt;div class=&quot;step-dot ozone&quot;&gt;1&lt;/div&gt;
      &lt;div&gt;&lt;strong&gt;저녁 훈련 대체 루틴 (오존 나쁜 날):&lt;/strong&gt;&lt;br&gt;
      야외 런닝 → 실내 50분 보강 (#68 복습)으로 대체&lt;br&gt;
      L자 다리 15분 + 플랭크 60초 × 3 + 힙브릿지 15개 × 3&lt;br&gt;
      내일 새벽 5시 페이스메이커 런 (#70 #71) 준비로 에너지 보존.&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;div class=&quot;step-dot tax&quot;&gt;2&lt;/div&gt;
      &lt;div&gt;&lt;strong&gt;홈택스 경정청구 10분:&lt;/strong&gt;&lt;br&gt;
      홈택스(hometax.go.kr) 접속 → 2024년 귀속 연말정산 → 경정청구 메뉴. 의료비·기부금·인적공제 항목 중 누락 확인. 증빙 서류 스캔본 첨부 → 제출. &lt;strong&gt;5월 31일 마감&lt;/strong&gt; — 오늘이 13일 남은 상황.&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;div class=&quot;step-dot green&quot;&gt;3&lt;/div&gt;
      &lt;div&gt;&lt;strong&gt;6월 러닝 기어 예산 리셋:&lt;/strong&gt;&lt;br&gt;
      파킹통장 이자 (월 1~3만원) + 경정청구 환급 예정액(약 20~30만원) + K-패스 누적(3~6만원) = 합산 약 24~39만원&lt;br&gt;
      → 6월 대회 후 카본 러닝화 교체 예산으로 배정 완료 (#51 근로장려금과 합산하면 더욱 여유)&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;div class=&quot;step-dot gold&quot;&gt;4&lt;/div&gt;
      &lt;div&gt;&lt;strong&gt;내일 새벽 5시 준비 세팅:&lt;/strong&gt;&lt;br&gt;
      오늘 밤 ① 알람 4:30 설정 ② NRC 앱 목표 페이스 세팅 (Zone 3 기준) ③ 냉감 러닝 티셔츠·양말 현관에 꺼내두기 ④ 이온음료 500ml 냉장고에 넣어두기. 내일 새벽이 D-27일 훈련의 핵심입니다.&lt;/div&gt;
    &lt;/li&gt;
  &lt;/ul&gt;

  &lt;!-- CHEAT KEY BOX --&gt;
  &lt;div class=&quot;cheat-box&quot;&gt;
    &lt;h3&gt; ️ 이달의 핵심 치트키: 오존이 막으면 더 영리하게 — 세금은 아는 만큼 돌아온다&lt;/h3&gt;
    &lt;p&gt;
      오존 주의보가 내렸다고 훈련을 멈추는 것이 아니라, &lt;strong&gt;새벽 5시로 이동하는 것&lt;/strong&gt;이 갓생 러너의 대응입니다. 오후 오존 피크 시간에 억지로 달리면 폐에 손상을 주고 내일 훈련의 질도 떨어집니다. 오늘 저녁은 실내 보강으로 몸을 유지하고, 내일 새벽 깨끗한 공기 속에서 더 좋은 훈련을 하세요.
    &lt;/p&gt;
    &lt;p&gt;
      동시에 오늘 저녁 10분 투자로 경정청구를 제출하면 약 30만원의 추가 환급이 생깁니다. &lt;strong&gt;파킹통장 이자 + 경정청구 환급 + K-패스 환급&lt;/strong&gt;을 합산하면 6월 대회 후 카본화 교체 예산이 완성됩니다. 오존이 나쁜 날도, 갓생의 수익은 멈추지 않습니다.
    &lt;/p&gt;
    &lt;span class=&quot;link-ref&quot;&gt;  이전 포스팅: [갓생 치트키 #70] 5·18 기념일 &amp; 페이스메이커 훈련법 →&lt;/span&gt;
  &lt;/div&gt;

  &lt;!-- CLOSING --&gt;
  &lt;div class=&quot;closing&quot;&gt;
    &lt;h4&gt;  The Fix — 오늘 당장 실행할 것 3가지&lt;/h4&gt;
    &lt;p&gt;
      ① 에어코리아 오존 지수 확인 → 오후 야외 런닝 취소 → 실내 보강 50분&lt;br&gt;
      ② 홈택스 경정청구 10분 → 누락 공제 항목 추가 제출 (5/31 마감 D-13)&lt;br&gt;
      ③ 내일 새벽 5시 알람 설정 + NRC 페이스메이커 세팅 + 러닝 장비 현관에 꺼내두기
    &lt;/p&gt;
    &lt;div class=&quot;tag-list&quot;&gt;
      &lt;span class=&quot;tag&quot;&gt;#오존주의보&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#초여름러닝주의점&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#연말정산경정청구&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#종합소득세환급&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#새벽러닝루틴&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#갓생치트키&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <author>갓생치트키</author>
      <guid isPermaLink="true">https://infomationhealth.tistory.com/75</guid>
      <comments>https://infomationhealth.tistory.com/75#entry75comment</comments>
      <pubDate>Thu, 21 May 2026 08:38:05 +0900</pubDate>
    </item>
    <item>
      <title>[갓생 치트키] 5월 18일 민주화운동 기념일 역사 상식 &amp;amp; 하프마라톤 한 달 전 '페이스 메이커' 앱 활용 치트키</title>
      <link>https://infomationhealth.tistory.com/74</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;[갓생 치트키 #70] 5월 18일 민주화운동 기념일 역사 상식 &amp; 하프마라톤 한 달 전 '페이스 메이커' 앱 활용 치트키&lt;/title&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&amp;family=Noto+Serif+KR:wght@400;700&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;
&lt;style&gt;
  :root {
    --history: #2A3878;
    --history-light: #EAF0FB;
    --history-mid: #7080C8;
    --run: #1E7040;
    --run-light: #EAF4EC;
    --teal: #1A7878;
    --teal-light: #E5F5F3;
    --amber: #B07808;
    --amber-light: #FEF7E4;
    --gold: #C09010;
    --gold-light: #FEF8E4;
    --purple: #5840A8;
    --purple-light: #F0EDFB;
    --dark: #080C18;
    --text: #1E1E1E;
    --gray: #6C757D;
    --border: #D8DDF0;
    --white: #FFFFFF;
    --bg: #F4F5FB;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }
  body { font-family: 'Noto Sans KR', sans-serif; background: var(--bg); color: var(--text); font-size: 15px; line-height: 1.8; }
  .post-wrap { max-width: 720px; margin: 0 auto; padding: 0 16px 64px; }

  /* ─── HERO ─── */
  .hero {
    background: linear-gradient(145deg, #0A0C28 0%, #2A3878 55%, #3A50A8 100%);
    border-radius: 22px; padding: 46px 32px 40px; margin: 28px 0 30px;
    color: white; position: relative; overflow: hidden;
  }
  .hero::before { content: ' ️'; position: absolute; right: 16px; top: 14px; font-size: 88px; opacity: 0.18; }
  .hero::after  { content: ' '; position: absolute; left: -8px; bottom: -10px; font-size: 70px; opacity: 0.1; }
  .series-badge { display: inline-block; background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.35); border-radius: 20px; padding: 4px 14px; font-size: 12px; font-weight: 700; letter-spacing: 0.5px; margin-bottom: 14px; }
  .hero h1 { font-family: 'Noto Serif KR', serif; font-size: 21px; font-weight: 700; line-height: 1.5; margin-bottom: 14px; }
  .hero-sub { font-size: 13.5px; opacity: 0.88; line-height: 1.7; }
  .hero-meta { margin-top: 16px; display: flex; gap: 8px; flex-wrap: wrap; }
  .hero-pill { background: rgba(255,255,255,0.16); border: 1px solid rgba(255,255,255,0.28); border-radius: 20px; padding: 3px 12px; font-size: 12px; font-weight: 600; }

  /* ─── MEMORIAL BANNER ─── */
  .memorial {
    background: var(--dark);
    border-radius: 14px; padding: 20px 24px; margin-bottom: 26px; color: white; text-align: center;
  }
  .memorial-date { font-size: 13px; color: rgba(255,255,255,0.6); margin-bottom: 6px; }
  .memorial-title { font-family: 'Noto Serif KR', serif; font-size: 18px; font-weight: 700; color: #B0C0F0; margin-bottom: 8px; }
  .memorial-sub { font-size: 13.5px; color: rgba(255,255,255,0.82); line-height: 1.75; }

  /* ─── SECTION HEADER ─── */
  .sec-header { display: flex; align-items: center; gap: 10px; margin: 36px 0 16px; }
  .sec-num { width: 38px; height: 38px; border-radius: 11px; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 900; color: white; flex-shrink: 0; }
  .sec-num.history { background: var(--history); }
  .sec-num.run     { background: var(--run); }
  .sec-num.teal    { background: var(--teal); }
  .sec-title { font-family: 'Noto Serif KR', serif; font-size: 18px; font-weight: 700; color: var(--dark); }

  /* ─── HISTORY TIMELINE ─── */
  .timeline { background: var(--white); border-radius: 14px; padding: 20px 20px; margin: 16px 0; box-shadow: 0 2px 8px rgba(0,0,0,0.06); border-left: 5px solid var(--history); }
  .tl-title { font-size: 14px; font-weight: 700; color: var(--history); margin-bottom: 14px; }
  .tl-row { display: flex; align-items: flex-start; gap: 12px; padding: 9px 0; border-bottom: 1px dashed var(--border); }
  .tl-row:last-child { border-bottom: none; }
  .tl-date { font-size: 12.5px; font-weight: 900; color: var(--history); width: 56px; flex-shrink: 0; }
  .tl-dot  { width: 10px; height: 10px; background: var(--history); border-radius: 50%; flex-shrink: 0; margin-top: 5px; }
  .tl-dot.run-d { background: var(--run); }
  .tl-content { font-size: 13.5px; line-height: 1.65; flex: 1; }
  .tl-content strong { color: var(--history); }
  .tl-content strong.run { color: var(--run); }

  /* ─── LABOR LINK BOX ─── */
  .labor-box { background: linear-gradient(135deg, #0A0C20, #14183A); border-radius: 14px; padding: 20px 22px; margin: 14px 0; color: white; }
  .lb-title { font-size: 14.5px; font-weight: 900; color: #90A8E8; margin-bottom: 12px; display: flex; align-items: center; gap: 7px; }
  .lb-row { font-size: 13.5px; color: rgba(255,255,255,0.88); padding: 7px 0; border-bottom: 1px dashed rgba(255,255,255,0.1); display: flex; gap: 10px; line-height: 1.7; align-items: flex-start; }
  .lb-row:last-child { border-bottom: none; }
  .lb-tag { font-size: 11px; font-weight: 900; padding: 2px 8px; border-radius: 8px; background: rgba(255,255,255,0.1); color: #90A8E8; flex-shrink: 0; white-space: nowrap; margin-top: 2px; }
  .lb-row strong { color: #B0C8FF; }

  /* ─── HIGHLIGHT ─── */
  .highlight { border-radius: 12px; padding: 18px 20px; margin: 14px 0; font-size: 14px; line-height: 1.82; }
  .highlight.history { background: var(--history-light); border-left: 3px solid var(--history); }
  .highlight.run     { background: var(--run-light);     border-left: 3px solid var(--run); }
  .highlight.amber   { background: var(--amber-light);   border-left: 3px solid var(--amber); }
  .highlight.teal    { background: var(--teal-light);    border-left: 3px solid var(--teal); }
  .highlight.gold    { background: var(--gold-light);    border-left: 3px solid var(--gold); }
  .highlight.purple  { background: var(--purple-light);  border-left: 3px solid var(--purple); }
  .highlight strong  { font-weight: 700; }

  /* ─── PACEMAKER APP GRID ─── */
  .app-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 16px 0; }
  .app-item { background: var(--white); border-radius: 13px; padding: 15px 12px; text-align: center; box-shadow: 0 2px 6px rgba(0,0,0,0.05); border-top: 3px solid var(--run); }
  .app-item.amber-t { border-top-color: var(--amber); }
  .app-item.teal-t  { border-top-color: var(--teal); }
  .ai-emoji { font-size: 26px; display: block; margin-bottom: 5px; }
  .ai-name  { font-size: 13px; font-weight: 900; color: var(--dark); margin-bottom: 3px; }
  .ai-desc  { font-size: 11px; color: var(--gray); line-height: 1.55; }
  .ai-func  { margin-top: 6px; font-size: 11px; font-weight: 700; color: var(--run); }
  .app-item.amber-t .ai-func { color: var(--amber); }
  .app-item.teal-t  .ai-func { color: var(--teal); }

  /* ─── TABLE ─── */
  .table-wrap { overflow-x: auto; margin: 16px 0 22px; border-radius: 12px; box-shadow: 0 2px 10px rgba(0,0,0,0.07); }
  table { width: 100%; border-collapse: collapse; font-size: 13.5px; background: var(--white); }
  thead th { background: var(--dark); color: white; padding: 12px 14px; text-align: left; font-weight: 700; white-space: nowrap; }
  thead th:first-child { border-radius: 12px 0 0 0; }
  thead th:last-child  { border-radius: 0 12px 0 0; }
  tbody tr:nth-child(even) { background: #EEEEF8; }
  tbody td { padding: 11px 14px; border-bottom: 1px solid var(--border); line-height: 1.6; vertical-align: middle; }
  .badge { display: inline-block; padding: 2px 8px; border-radius: 20px; font-size: 11px; font-weight: 700; }
  .badge-history { background: var(--history-light); color: var(--history); }
  .badge-run     { background: var(--run-light);     color: var(--run); }
  .badge-teal    { background: var(--teal-light);    color: var(--teal); }
  .badge-amber   { background: var(--amber-light);   color: var(--amber); }
  .badge-gold    { background: var(--gold-light);    color: var(--gold); }

  /* ─── DAWN RUN PLAN ─── */
  .dawn-plan { background: var(--white); border-radius: 14px; padding: 20px 20px; margin: 14px 0; box-shadow: 0 2px 8px rgba(30,112,64,0.1); border-top: 3px solid var(--run); }
  .dp-title { font-size: 14.5px; font-weight: 900; color: var(--run); margin-bottom: 14px; display: flex; align-items: center; gap: 7px; }
  .dp-row { display: flex; gap: 10px; padding: 8px 0; border-bottom: 1px dashed var(--border); align-items: flex-start; font-size: 13.5px; line-height: 1.7; }
  .dp-row:last-child { border-bottom: none; }
  .dp-time { font-size: 12px; font-weight: 900; color: var(--run); width: 68px; flex-shrink: 0; }
  .dp-content { flex: 1; color: #3C3C3C; }
  .dp-content strong { color: var(--run); }

  /* ─── STEP LIST ─── */
  .step-list { list-style: none; margin: 14px 0; }
  .step-list li { display: flex; align-items: flex-start; gap: 12px; padding: 11px 0; border-bottom: 1px dashed var(--border); font-size: 14px; line-height: 1.78; }
  .step-list li:last-child { border-bottom: none; }
  .step-dot { width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 900; color: white; flex-shrink: 0; margin-top: 2px; }
  .step-dot.history { background: var(--history); }
  .step-dot.run     { background: var(--run); }
  .step-dot.teal    { background: var(--teal); }
  .step-dot.gold    { background: var(--gold); }

  /* ─── WEEK OPEN ─── */
  .week-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 16px 0; }
  .week-item { background: var(--white); border-radius: 12px; padding: 14px 11px; text-align: center; box-shadow: 0 2px 6px rgba(0,0,0,0.05); border-top: 3px solid var(--history); }
  .week-item.run-t  { border-top-color: var(--run); }
  .week-item.gold-t { border-top-color: var(--gold); }
  .wi-emoji { font-size: 24px; display: block; margin-bottom: 5px; }
  .wi-name  { font-size: 12.5px; font-weight: 900; color: var(--dark); margin-bottom: 3px; }
  .wi-desc  { font-size: 11px; color: var(--gray); line-height: 1.55; }
  .wi-tag   { margin-top: 5px; font-size: 11px; font-weight: 700; color: var(--history); }
  .week-item.run-t  .wi-tag { color: var(--run); }
  .week-item.gold-t .wi-tag { color: var(--gold); }

  /* ─── CHEAT KEY ─── */
  .cheat-box { background: linear-gradient(135deg, #080C18 0%, #101828 55%, #182038 100%); border-radius: 18px; padding: 30px 26px; margin: 38px 0; color: white; position: relative; overflow: hidden; }
  .cheat-box::before { content: ' ️'; position: absolute; right: 16px; bottom: 10px; font-size: 72px; opacity: 0.13; }
  .cheat-box h3 { font-family: 'Noto Serif KR', serif; font-size: 17px; font-weight: 700; color: var(--history-mid); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
  .cheat-box p { font-size: 14px; line-height: 1.92; color: rgba(255,255,255,0.88); }
  .cheat-box p + p { margin-top: 10px; }
  .cheat-box strong { color: #A8B8F0; }
  .cheat-box .link-ref { display: inline-block; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.22); border-radius: 8px; padding: 3px 10px; font-size: 12.5px; font-weight: 700; color: var(--history-mid); margin-top: 8px; }

  /* ─── CLOSING ─── */
  .closing { background: var(--dark); border-radius: 18px; padding: 30px 26px; margin-top: 42px; text-align: center; color: white; }
  .closing h4 { font-family: 'Noto Serif KR', serif; font-size: 17px; font-weight: 700; color: var(--history-mid); margin-bottom: 12px; }
  .closing p { font-size: 13.5px; line-height: 1.85; color: rgba(255,255,255,0.8); margin-bottom: 18px; }
  .tag-list { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
  .tag { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 20px; padding: 4px 12px; font-size: 12px; color: rgba(255,255,255,0.85); }

  .divider { border: none; border-top: 2px dashed var(--border); margin: 30px 0; }

  @media (max-width: 480px) {
    .app-grid  { grid-template-columns: 1fr 1fr; }
    .week-grid { grid-template-columns: 1fr 1fr; }
  }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;post-wrap&quot;&gt;

  &lt;!-- HERO --&gt;
  &lt;div class=&quot;hero&quot;&gt;
    &lt;div class=&quot;series-badge&quot;&gt;갓생 치트키 #70&lt;/div&gt;
    &lt;h1&gt;5월 18일 민주화운동 기념일&lt;br&gt;역사 상식 &amp; 하프마라톤 한 달 전&lt;br&gt;'페이스 메이커' 앱 활용 치트키&lt;/h1&gt;
    &lt;p class=&quot;hero-sub&quot;&gt;오늘을 기억하며 달린다 — 5·18의 의미 + 새벽 런 페이스메이커 + 집단적 노사관계 통독&lt;/p&gt;
    &lt;div class=&quot;hero-meta&quot;&gt;
      &lt;span class=&quot;hero-pill&quot;&gt; ️ 5·18 민주화운동 기념일&lt;/span&gt;
      &lt;span class=&quot;hero-pill&quot;&gt;  페이스메이커 앱&lt;/span&gt;
      &lt;span class=&quot;hero-pill&quot;&gt;⚖️ CPLA 집단적 노사관계&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- MEMORIAL BANNER --&gt;
  &lt;div class=&quot;memorial&quot;&gt;
    &lt;div class=&quot;memorial-date&quot;&gt;2026년 5월 18일 — 5·18 광주 민주화운동 제46주년&lt;/div&gt;
    &lt;div class=&quot;memorial-title&quot;&gt; ️ 오월의 빛, 민주주의의 씨앗을 기억합니다&lt;/div&gt;
    &lt;div class=&quot;memorial-sub&quot;&gt;1980년 5월 18일부터 27일까지, 광주 시민들이 민주주의와&lt;br&gt;인권을 위해 목숨을 바쳤습니다. 오늘 하루, 경건하게 기억합니다.&lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;!-- SECTION 1: 5·18 역사와 노동권 --&gt;
  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;div class=&quot;sec-header&quot;&gt;
    &lt;div class=&quot;sec-num history&quot;&gt;1&lt;/div&gt;
    &lt;div class=&quot;sec-title&quot;&gt;5·18 민주화운동 — 역사 상식과 CPLA 수험생의 시각&lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:14px; line-height:1.85; margin-bottom:16px;&quot;&gt;
    5·18 민주화운동은 단순한 역사적 사건이 아닙니다. 오늘 우리가 누리는 민주주의, 표현의 자유, 그리고 &lt;strong&gt;노동자의 권리가 법으로 보장된 배경&lt;/strong&gt;에는 이분들의 희생이 있었습니다. CPLA(노동법률사)를 공부하는 수험생이라면, 노동 3권이 헌법에 명시된 역사적 맥락을 이해하는 것이 법 조문 암기를 넘어 진짜 공부가 됩니다.
  &lt;/p&gt;

  &lt;!-- 역사 타임라인 --&gt;
  &lt;div class=&quot;timeline&quot;&gt;
    &lt;div class=&quot;tl-title&quot;&gt;  민주주의와 노동권의 역사적 흐름&lt;/div&gt;
    &lt;div class=&quot;tl-row&quot;&gt;
      &lt;div class=&quot;tl-date&quot;&gt;1980. 5&lt;/div&gt;
      &lt;div class=&quot;tl-dot&quot;&gt;&lt;/div&gt;
      &lt;div class=&quot;tl-content&quot;&gt;&lt;strong&gt;5·18 광주 민주화운동&lt;/strong&gt; — 시민들이 민주주의와 기본권을 위해 저항. 노동자·학생·시민 모두가 함께한 민주화 운동의 분수령.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;tl-row&quot;&gt;
      &lt;div class=&quot;tl-date&quot;&gt;1987. 6&lt;/div&gt;
      &lt;div class=&quot;tl-dot&quot;&gt;&lt;/div&gt;
      &lt;div class=&quot;tl-content&quot;&gt;&lt;strong&gt;6월 민주항쟁 &amp; 노동자 대투쟁&lt;/strong&gt; — 직선제 개헌 쟁취. 같은 해 7~9월 노동자 대투쟁으로 노동조합 결성·단체행동권 실질적 보장 시작.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;tl-row&quot;&gt;
      &lt;div class=&quot;tl-date&quot;&gt;1990년대&lt;/div&gt;
      &lt;div class=&quot;tl-dot run-d&quot;&gt;&lt;/div&gt;
      &lt;div class=&quot;tl-content&quot;&gt;&lt;strong class=&quot;run&quot;&gt;근로기준법·노동조합법 전면 개정&lt;/strong&gt; — 노동 3권(단결권·단체교섭권·단체행동권)의 실질적 보장 확대. CPLA 시험의 핵심 법령이 이 시기에 현대적 체계를 갖춤.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;tl-row&quot;&gt;
      &lt;div class=&quot;tl-date&quot;&gt;현재&lt;/div&gt;
      &lt;div class=&quot;tl-dot run-d&quot;&gt;&lt;/div&gt;
      &lt;div class=&quot;tl-content&quot;&gt;&lt;strong class=&quot;run&quot;&gt;노동법률사(CPLA) 제도 운용&lt;/strong&gt; — 노동자의 권리를 지키는 전문 인력 양성. 오늘 공부하는 노동법 조문 하나하나가 이 역사의 결실입니다.&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 노사관계법 연결 --&gt;
  &lt;div class=&quot;labor-box&quot;&gt;
    &lt;div class=&quot;lb-title&quot;&gt;⚖️ 5·18이 CPLA 수험생에게 주는 공부 맥락&lt;/div&gt;
    &lt;div class=&quot;lb-row&quot;&gt;
      &lt;span class=&quot;lb-tag&quot;&gt;헌법 제33조&lt;/span&gt;
      &lt;span&gt;&lt;strong&gt;노동 3권 보장&lt;/strong&gt; — 단결권·단체교섭권·단체행동권. 이 조항이 헌법에 들어가기까지 수많은 시민의 희생이 있었습니다. 조문을 외울 때 그 의미를 생각하세요.&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;lb-row&quot;&gt;
      &lt;span class=&quot;lb-tag&quot;&gt;노동조합법&lt;/span&gt;
      &lt;span&gt;&lt;strong&gt;부당노동행위(제81조)&lt;/strong&gt; 금지 규정 — 사용자가 조합 활동을 방해하면 형사처벌. 1987년 이전엔 노조 결성 자체가 위험했습니다. 오늘 이 조문이 존재하는 이유를 기억하세요.&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;lb-row&quot;&gt;
      &lt;span class=&quot;lb-tag&quot;&gt;근로기준법&lt;/span&gt;
      &lt;span&gt;&lt;strong&gt;해고의 정당한 이유 요구(제23조)&lt;/strong&gt; — 권력에 의한 부당 해고를 막는 가장 기본적인 보호 장치. 이 조문도 민주주의가 성숙하며 강화되었습니다.&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;highlight history&quot;&gt;
    &lt;strong&gt;  오늘 통독 추천 — 집단적 노사관계법:&lt;/strong&gt; 오늘 저녁 CPLA 공부로 &lt;strong&gt;노동조합법 전체 구조&lt;/strong&gt;를 가볍게 통독하세요. 노동조합의 설립 요건 → 단체교섭 → 쟁의행위 → 부당노동행위의 흐름을 한 번에 머릿속에 그리면, 개별 조문이 훨씬 자연스럽게 기억됩니다. 오늘 같은 날, 이 법이 왜 만들어졌는지를 생각하면 암기 효율이 달라집니다.
  &lt;/div&gt;

  &lt;hr class=&quot;divider&quot;&gt;

  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;!-- SECTION 2: 페이스메이커 앱 활용 --&gt;
  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;div class=&quot;sec-header&quot;&gt;
    &lt;div class=&quot;sec-num run&quot;&gt;2&lt;/div&gt;
    &lt;div class=&quot;sec-title&quot;&gt;D-29 새벽 러닝 — 페이스메이커 앱으로 오버페이스 방지&lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:14px; line-height:1.85; margin-bottom:16px;&quot;&gt;
    어제(#69) Zone 3 점검 런으로 현재 페이스를 파악했다면, 오늘부터는 그 페이스를 유지하는 훈련이 시작됩니다. 초여름 새벽 5시, 기온 18~20°C로 가장 쾌적하지만 자신도 모르게 오버페이스가 되기 쉽습니다. &lt;strong&gt;가상 페이스메이커(Virtual Pacer)&lt;/strong&gt; 기능을 활용하면 이를 정확히 방지할 수 있습니다.
  &lt;/p&gt;

  &lt;!-- 페이스메이커 앱 3종 --&gt;
  &lt;div class=&quot;app-grid&quot;&gt;
    &lt;div class=&quot;app-item&quot;&gt;
      &lt;span class=&quot;ai-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;ai-name&quot;&gt;나이키 런클럽 (NRC)&lt;/div&gt;
      &lt;div class=&quot;ai-desc&quot;&gt;가이드 런 기능. 원하는 목표 시간 입력 시 km마다 페이스 안내 음성.&lt;/div&gt;
      &lt;div class=&quot;ai-func&quot;&gt;✓ 무료 / 한국어&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;app-item amber-t&quot;&gt;
      &lt;span class=&quot;ai-emoji&quot;&gt;⌚&lt;/span&gt;
      &lt;div class=&quot;ai-name&quot;&gt;가민 커넥트&lt;/div&gt;
      &lt;div class=&quot;ai-desc&quot;&gt;목표 페이스 설정 시 실시간 가상 파트너 표시. 심박수 Zone 경보 연동.&lt;/div&gt;
      &lt;div class=&quot;ai-func&quot;&gt;✓ 가민워치 필요&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;app-item teal-t&quot;&gt;
      &lt;span class=&quot;ai-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;ai-name&quot;&gt;스트라바 (Strava)&lt;/div&gt;
      &lt;div class=&quot;ai-desc&quot;&gt;비콘 기능으로 위치 공유. Segment별 페이스 비교. 커뮤니티 동기부여.&lt;/div&gt;
      &lt;div class=&quot;ai-func&quot;&gt;✓ 무료+프리미엄&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 페이스메이커 설정법 --&gt;
  &lt;div class=&quot;dawn-plan&quot;&gt;
    &lt;div class=&quot;dp-title&quot;&gt;  새벽 5시 페이스메이커 활용 — 10km 훈련 세팅법&lt;/div&gt;
    &lt;div class=&quot;dp-row&quot;&gt;
      &lt;div class=&quot;dp-time&quot;&gt;전날 밤&lt;/div&gt;
      &lt;div class=&quot;dp-content&quot;&gt;&lt;strong&gt;목표 페이스 설정:&lt;/strong&gt; 어제 Zone 3 점검 런 평균 페이스 + 10초. 예: 점검 런 km/6분 00초 → 오늘 설정 6분 10초. 더위 보정 포함.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;dp-row&quot;&gt;
      &lt;div class=&quot;dp-time&quot;&gt;5:00 AM&lt;/div&gt;
      &lt;div class=&quot;dp-content&quot;&gt;&lt;strong&gt;NRC 앱 → Guided Run 선택&lt;/strong&gt; → 목표 시간 입력 (10km × 6분 10초 = 1시간 01분) → 이어폰 연결 → 출발.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;dp-row&quot;&gt;
      &lt;div class=&quot;dp-time&quot;&gt;0~2km&lt;/div&gt;
      &lt;div class=&quot;dp-content&quot;&gt;&lt;strong&gt;워밍업 — 가상 페이스메이커보다 느리게 시작해도 OK.&lt;/strong&gt; 앱이 &quot;페이스가 느립니다&quot; 알려줘도 처음 2km는 무시. 워밍업이 끝나면 자연스럽게 페이스 올리기.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;dp-row&quot;&gt;
      &lt;div class=&quot;dp-time&quot;&gt;2~8km&lt;/div&gt;
      &lt;div class=&quot;dp-content&quot;&gt;&lt;strong&gt;가상 페이스메이커 따라가기.&lt;/strong&gt; km마다 안내 음성이 들리면 실시간 조정. 앞서가면 페이스 낮추기, 뒤처지면 약간 올리기. 심박수 Zone 3 유지 확인.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;dp-row&quot;&gt;
      &lt;div class=&quot;dp-time&quot;&gt;8~10km&lt;/div&gt;
      &lt;div class=&quot;dp-content&quot;&gt;&lt;strong&gt;마지막 2km 선택:&lt;/strong&gt; 페이스 유지하거나 여유가 있으면 5~10초 올리기. 쿨다운 1km 포함. 완료 후 Zone 3 유지 여부 기록.&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 페이스메이커 vs 나 혼자 비교 --&gt;
  &lt;div class=&quot;table-wrap&quot;&gt;
    &lt;table&gt;
      &lt;thead&gt;
        &lt;tr&gt;
          &lt;th&gt;항목&lt;/th&gt;
          &lt;th&gt;페이스메이커 없이&lt;/th&gt;
          &lt;th&gt;페이스메이커 활용&lt;/th&gt;
          &lt;th&gt;효과&lt;/th&gt;
        &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
        &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;초반 오버페이스&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;흥분 → 빠르게 출발 → 후반 급락&lt;/td&gt;
          &lt;td&gt;설정 페이스로 자동 제어&lt;/td&gt;
          &lt;td&gt;&lt;span class=&quot;badge badge-run&quot;&gt;부상 위험 ↓&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;페이스 일관성&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;km마다 ±20~30초 편차&lt;/td&gt;
          &lt;td&gt;±5~10초 이내 유지&lt;/td&gt;
          &lt;td&gt;&lt;span class=&quot;badge badge-run&quot;&gt;레이스 시뮬레이션&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;심리적 안정감&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;&quot;지금 너무 빠른가?&quot; 불안&lt;/td&gt;
          &lt;td&gt;음성 안내로 불안 해소&lt;/td&gt;
          &lt;td&gt;&lt;span class=&quot;badge badge-teal&quot;&gt;집중력 향상&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;훈련 데이터&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;감각에 의존&lt;/td&gt;
          &lt;td&gt;구간별 페이스 정확히 기록&lt;/td&gt;
          &lt;td&gt;&lt;span class=&quot;badge badge-amber&quot;&gt;D-29 전략 수립&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;

  &lt;div class=&quot;highlight run&quot;&gt;
    &lt;strong&gt;  새벽 5시 러닝의 D-29 전략:&lt;/strong&gt; 5·18을 기억하며 오늘 새벽을 달리세요. 자유를 위해 거리로 나섰던 시민들처럼, 오늘 새벽 거리로 나서는 것은 나 자신의 한계를 넘기 위한 선택입니다. &lt;strong&gt;페이스메이커 앱을 설정하고 이어폰을 꽂고 — 출발 버튼을 누르는 것이 오늘 새벽의 첫 번째 갓생입니다.&lt;/strong&gt;
  &lt;/div&gt;

  &lt;hr class=&quot;divider&quot;&gt;

  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;!-- SECTION 3: 월요일 갓생 루틴 리셋 --&gt;
  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;div class=&quot;sec-header&quot;&gt;
    &lt;div class=&quot;sec-num teal&quot;&gt;3&lt;/div&gt;
    &lt;div class=&quot;sec-title&quot;&gt;월요일 갓생 리셋 — 경건함이 한 주의 동력이 된다&lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:14px; line-height:1.85; margin-bottom:16px;&quot;&gt;
    5·18 기념일인 오늘 월요일. 역사적 의미를 마음에 담은 채로 한 주를 시작하면 평소 월요일과 다른 무게감과 집중력이 생깁니다. 오늘 하루를 세 가지 갓생으로 채워봅니다.
  &lt;/p&gt;

  &lt;div class=&quot;week-grid&quot;&gt;
    &lt;div class=&quot;week-item&quot;&gt;
      &lt;span class=&quot;wi-emoji&quot;&gt; ️&lt;/span&gt;
      &lt;div class=&quot;wi-name&quot;&gt;아침 — 묵념 1분&lt;/div&gt;
      &lt;div class=&quot;wi-desc&quot;&gt;출근 전 1분 묵념 또는 5·18 관련 기사 하나 읽기. 역사를 아는 것이 갓생의 시작.&lt;/div&gt;
      &lt;div class=&quot;wi-tag&quot;&gt;경건함으로 하루 시작&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;week-item run-t&quot;&gt;
      &lt;span class=&quot;wi-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;wi-name&quot;&gt;새벽/저녁 — 페이스 런&lt;/div&gt;
      &lt;div class=&quot;wi-desc&quot;&gt;NRC 가상 페이스메이커 설정 10km. Zone 3 유지 + 구간 데이터 기록.&lt;/div&gt;
      &lt;div class=&quot;wi-tag&quot;&gt;D-29 훈련&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;week-item gold-t&quot;&gt;
      &lt;span class=&quot;wi-emoji&quot;&gt;☕&lt;/span&gt;
      &lt;div class=&quot;wi-name&quot;&gt;출근길 — 아이스 아메리카노&lt;/div&gt;
      &lt;div class=&quot;wi-desc&quot;&gt;파킹통장 이자 또는 발로소득 기프티콘으로 0원 아이스 아메리카노. 월요병 타파.&lt;/div&gt;
      &lt;div class=&quot;wi-tag&quot;&gt;소확행 리셋&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;ul class=&quot;step-list&quot;&gt;
    &lt;li&gt;
      &lt;div class=&quot;step-dot history&quot;&gt;1&lt;/div&gt;
      &lt;div&gt;&lt;strong&gt;오늘 저녁 CPLA — 집단적 노사관계법 통독 (1시간):&lt;/strong&gt;&lt;br&gt;
      노동조합법 목차를 한 번 훑으며 전체 구조 파악:&lt;br&gt;
      노동조합 설립 요건 → 조합원 자격 → 단체교섭 절차 → 쟁의행위 정당성 → 부당노동행위 유형(5가지) → 노동위원회 구제 신청(3개월)&lt;br&gt;
      조문 암기보다 &lt;strong&gt;흐름을 먼저 파악&lt;/strong&gt;하는 것이 오늘 목표입니다.&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;div class=&quot;step-dot history&quot;&gt;2&lt;/div&gt;
      &lt;div&gt;&lt;strong&gt;5·18 관련 읽을거리 추천 (10분):&lt;/strong&gt;&lt;br&gt;
      국가보훈부 5·18 기념재단 공식 홈페이지 또는 naver 5·18 검색 → 올해 추모 행사 기사 확인. 역사를 아는 수험생이 노동법 조문의 맥락도 더 깊이 이해합니다.&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;div class=&quot;step-dot teal&quot;&gt;3&lt;/div&gt;
      &lt;div&gt;&lt;strong&gt;파킹통장 이자 확인 + 이번 주 재정 목표 점검:&lt;/strong&gt;&lt;br&gt;
      이번 주 확인할 것 — ① 파킹통장 5월 누적 이자 ② K-패스 이달 환급 누적 ③ 탄소중립포인트 현금 전환 가능 여부. 아이스 아메리카노 한 잔 포인트로 교환 후 오늘 하루 동기부여 완성.&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;div class=&quot;step-dot gold&quot;&gt;4&lt;/div&gt;
      &lt;div&gt;&lt;strong&gt;내일부터 D-28일 훈련 계획 세팅:&lt;/strong&gt;&lt;br&gt;
      이번 주 목표 — 총 주행 거리 35~40km, 롱런 1회(15km), 페이스 훈련 2회, 회복 런 1회. 오늘 NRC 앱에서 이번 주 훈련 계획을 미리 캘린더에 등록해두면 실행 확률이 70% 올라갑니다.&lt;/div&gt;
    &lt;/li&gt;
  &lt;/ul&gt;

  &lt;!-- CHEAT KEY BOX --&gt;
  &lt;div class=&quot;cheat-box&quot;&gt;
    &lt;h3&gt; ️ 오늘의 핵심 치트키: 역사를 기억하는 것이 가장 강한 동기부여&lt;/h3&gt;
    &lt;p&gt;
      5·18 광주 민주화운동의 시민들은 두려움에도 불구하고 거리로 나섰습니다. 그분들이 지킨 자유 덕분에 오늘 우리는 공부하고, 달리고, 원하는 직업을 선택할 수 있습니다. &lt;strong&gt;CPLA를 공부한다는 것은 그 자유 안에서 노동자의 권리를 지키는 사람이 되겠다는 선택&lt;/strong&gt;입니다.
    &lt;/p&gt;
    &lt;p&gt;
      오늘 새벽 달리기에서 힘들 때 — 1980년 5월 광주 거리를 생각하세요. 그보다 힘든 일은 없었습니다. &lt;strong&gt;페이스메이커 앱이 안내하는 그 페이스를 따라가는 것, 그것이 오늘의 필사즉생입니다.&lt;/strong&gt; (#52 이순신 멘탈 연계)
    &lt;/p&gt;
    &lt;p&gt;
      월요일 아침, 파킹통장 이자로 아이스 아메리카노 한 잔, 저녁엔 노동조합법 통독 한 번. 오늘이 이번 주 갓생의 가장 중요한 출발점입니다.
    &lt;/p&gt;
    &lt;span class=&quot;link-ref&quot;&gt;  이전 포스팅: [갓생 치트키 #69] D-30 냉감 러닝웨어 &amp; Zone 3 점검 런 →&lt;/span&gt;
  &lt;/div&gt;

  &lt;!-- CLOSING --&gt;
  &lt;div class=&quot;closing&quot;&gt;
    &lt;h4&gt;  The Fix — 오늘 당장 실행할 것 3가지&lt;/h4&gt;
    &lt;p&gt;
      ① 새벽 5시 NRC 가상 페이스메이커 설정 → 10km Zone 3 훈련 (D-29)&lt;br&gt;
      ② 파킹통장 이자로 아이스 아메리카노 — 월요병 날리는 소확행&lt;br&gt;
      ③ 퇴근 후 노동조합법 전체 구조 1시간 통독 → 흐름 파악 후 핵심 조문 3개 기록
    &lt;/p&gt;
    &lt;div class=&quot;tag-list&quot;&gt;
      &lt;span class=&quot;tag&quot;&gt;#518민주화운동&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#5월18일&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#새벽러닝루틴&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#페이스메이커&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#CPLA노동법&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#갓생치트키&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <author>갓생치트키</author>
      <guid isPermaLink="true">https://infomationhealth.tistory.com/74</guid>
      <comments>https://infomationhealth.tistory.com/74#entry74comment</comments>
      <pubDate>Mon, 18 May 2026 13:00:09 +0900</pubDate>
    </item>
    <item>
      <title>[갓생 치트키] SPA 브랜드 '냉감 러닝웨어' 가성비 비교 &amp;amp; 하프마라톤 D-30 치트키</title>
      <link>https://infomationhealth.tistory.com/73</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;[갓생 치트키 #69] 5월 셋째 주 마트 휴무일 확인! SPA 냉감 러닝웨어 가성비 비교 &amp; 하프마라톤 D-30 치트키&lt;/title&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&amp;family=Noto+Serif+KR:wght@400;700&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;
&lt;style&gt;
  :root {
    --cool: #1A88C8;
    --cool-light: #EAF4FB;
    --cool-mid: #70B8E8;
    --run: #1E7040;
    --run-light: #EAF4EC;
    --amber: #B07808;
    --amber-light: #FEF7E4;
    --teal: #1A7878;
    --teal-light: #E5F5F3;
    --gold: #C09010;
    --gold-light: #FEF8E4;
    --purple: #5840A8;
    --purple-light: #F0EDFB;
    --red: #BF2020;
    --red-light: #FDEAEA;
    --dark: #080C18;
    --text: #1E1E1E;
    --gray: #6C757D;
    --border: #D8E8F4;
    --white: #FFFFFF;
    --bg: #F3F8FB;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }
  body { font-family: 'Noto Sans KR', sans-serif; background: var(--bg); color: var(--text); font-size: 15px; line-height: 1.8; }
  .post-wrap { max-width: 720px; margin: 0 auto; padding: 0 16px 64px; }

  /* ─── HERO ─── */
  .hero {
    background: linear-gradient(145deg, #081830 0%, #1A88C8 50%, #2A98D8 100%);
    border-radius: 22px; padding: 46px 32px 40px; margin: 28px 0 30px;
    color: white; position: relative; overflow: hidden;
  }
  .hero::before { content: ' '; position: absolute; right: 16px; top: 14px; font-size: 88px; opacity: 0.18; }
  .hero::after  { content: ' '; position: absolute; left: -8px; bottom: -10px; font-size: 70px; opacity: 0.1; }
  .series-badge { display: inline-block; background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.35); border-radius: 20px; padding: 4px 14px; font-size: 12px; font-weight: 700; letter-spacing: 0.5px; margin-bottom: 14px; }
  .d30-badge { display: inline-block; background: var(--gold); color: white; font-size: 11px; font-weight: 900; padding: 3px 12px; border-radius: 20px; margin-left: 8px; }
  .hero h1 { font-family: 'Noto Serif KR', serif; font-size: 21px; font-weight: 700; line-height: 1.5; margin-bottom: 14px; }
  .hero-sub { font-size: 13.5px; opacity: 0.88; line-height: 1.7; }
  .hero-meta { margin-top: 16px; display: flex; gap: 8px; flex-wrap: wrap; }
  .hero-pill { background: rgba(255,255,255,0.16); border: 1px solid rgba(255,255,255,0.28); border-radius: 20px; padding: 3px 12px; font-size: 12px; font-weight: 600; }

  /* ─── MART STRIP ─── */
  .mart-strip {
    background: var(--white); border-radius: 14px; border: 2px solid var(--cool);
    padding: 16px 20px; margin-bottom: 26px;
    display: flex; gap: 12px; align-items: flex-start; flex-wrap: wrap;
  }
  .ms-icon { font-size: 28px; flex-shrink: 0; margin-top: 2px; }
  .ms-text p { font-size: 14px; line-height: 1.82; }
  .ms-text strong { color: var(--cool); }
  .ms-tags { display: flex; gap: 7px; flex-wrap: wrap; margin-top: 8px; }
  .mstag { background: var(--cool-light); color: var(--cool); border-radius: 20px; padding: 3px 11px; font-size: 12px; font-weight: 700; }
  .mstag.run  { background: var(--run-light);  color: var(--run); }
  .mstag.gold { background: var(--gold-light); color: var(--gold); }

  /* ─── SECTION HEADER ─── */
  .sec-header { display: flex; align-items: center; gap: 10px; margin: 36px 0 16px; }
  .sec-num { width: 38px; height: 38px; border-radius: 11px; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 900; color: white; flex-shrink: 0; }
  .sec-num.cool   { background: var(--cool); }
  .sec-num.run    { background: var(--run); }
  .sec-num.purple { background: var(--purple); }
  .sec-title { font-family: 'Noto Serif KR', serif; font-size: 18px; font-weight: 700; color: var(--dark); }

  /* ─── BRAND COMPARE ─── */
  .brand-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 16px 0; }
  .brand-card { background: var(--white); border-radius: 14px; padding: 17px 16px; box-shadow: 0 2px 8px rgba(26,136,200,0.1); position: relative; }
  .brand-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; border-radius: 14px 14px 0 0; }
  .brand-card.topten ::before { background: #E83030; }
  .brand-card.uniqlo ::before { background: #E83030; }
  .brand-card.decath ::before { background: #1A70C8; }
  .brand-card.nike   ::before { background: #111111; }
  .bc-disc { position: absolute; top: 10px; right: 10px; font-size: 12px; font-weight: 900; color: var(--red); }
  .bc-label { font-size: 12.5px; font-weight: 900; margin-bottom: 7px; }
  .brand-card.topten .bc-label { color: #C01818; }
  .brand-card.uniqlo .bc-label { color: #C01818; }
  .brand-card.decath .bc-label { color: #1A70C8; }
  .brand-card.nike   .bc-label { color: #222; }
  .brand-card ul { list-style: none; }
  .brand-card ul li { font-size: 12.5px; line-height: 1.7; padding: 3px 0; border-bottom: 1px dashed var(--border); display: flex; gap: 5px; }
  .brand-card ul li:last-child { border-bottom: none; }
  .brand-card ul li::before { content: '▸'; color: var(--cool-mid); font-size: 10px; flex-shrink: 0; margin-top: 4px; }

  /* ─── TABLE ─── */
  .table-wrap { overflow-x: auto; margin: 16px 0 22px; border-radius: 12px; box-shadow: 0 2px 10px rgba(0,0,0,0.07); }
  table { width: 100%; border-collapse: collapse; font-size: 13.5px; background: var(--white); }
  thead th { background: var(--dark); color: white; padding: 12px 14px; text-align: left; font-weight: 700; white-space: nowrap; }
  thead th:first-child { border-radius: 12px 0 0 0; }
  thead th:last-child  { border-radius: 0 12px 0 0; }
  tbody tr:nth-child(even) { background: #EEF6FB; }
  tbody td { padding: 11px 14px; border-bottom: 1px solid var(--border); line-height: 1.6; vertical-align: middle; }
  .badge { display: inline-block; padding: 2px 8px; border-radius: 20px; font-size: 11px; font-weight: 700; }
  .badge-cool  { background: var(--cool-light);   color: var(--cool); }
  .badge-run   { background: var(--run-light);    color: var(--run); }
  .badge-amber { background: var(--amber-light);  color: var(--amber); }
  .badge-teal  { background: var(--teal-light);   color: var(--teal); }
  .badge-gold  { background: var(--gold-light);   color: var(--gold); }

  /* ─── HIGHLIGHT ─── */
  .highlight { border-radius: 12px; padding: 18px 20px; margin: 14px 0; font-size: 14px; line-height: 1.82; }
  .highlight.cool   { background: var(--cool-light);   border-left: 3px solid var(--cool); }
  .highlight.run    { background: var(--run-light);    border-left: 3px solid var(--run); }
  .highlight.amber  { background: var(--amber-light);  border-left: 3px solid var(--amber); }
  .highlight.teal   { background: var(--teal-light);   border-left: 3px solid var(--teal); }
  .highlight.gold   { background: var(--gold-light);   border-left: 3px solid var(--gold); }
  .highlight.purple { background: var(--purple-light); border-left: 3px solid var(--purple); }
  .highlight strong { font-weight: 700; }

  /* ─── ZONE GUIDE ─── */
  .zone-visual { background: var(--white); border-radius: 14px; padding: 20px 20px; margin: 14px 0; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
  .zv-title { font-size: 13px; font-weight: 700; color: var(--gray); margin-bottom: 14px; }
  .zone-row { display: flex; align-items: center; gap: 10px; margin-bottom: 9px; }
  .zr-label { font-size: 12px; font-weight: 900; width: 64px; flex-shrink: 0; color: var(--dark); }
  .zr-bar-wrap { flex: 1; height: 16px; background: #E8EDF0; border-radius: 10px; overflow: hidden; }
  .zr-bar { height: 100%; border-radius: 10px; }
  .zr-bar.z1 { background: #90C870; width: 30%; }
  .zr-bar.z2 { background: var(--run); width: 55%; }
  .zr-bar.z3 { background: #70A8D0; width: 70%; }
  .zr-bar.z4 { background: var(--amber); width: 85%; }
  .zr-bar.z5 { background: var(--red); width: 100%; }
  .zr-val { font-size: 12px; font-weight: 900; width: 80px; flex-shrink: 0; text-align: right; }
  .zr-val.z1 { color: #50A030; }
  .zr-val.z2 { color: var(--run); }
  .zr-val.z3 { color: #2878A8; }
  .zr-val.z4 { color: var(--amber); }
  .zr-val.z5 { color: var(--red); }

  /* ─── D30 RUN PLAN ─── */
  .run-plan { background: var(--white); border-radius: 14px; padding: 20px 20px; margin: 14px 0; box-shadow: 0 2px 8px rgba(30,112,64,0.1); border-top: 3px solid var(--run); }
  .rp-title { font-size: 14.5px; font-weight: 900; color: var(--run); margin-bottom: 14px; display: flex; align-items: center; gap: 7px; }
  .rp-row { display: flex; gap: 10px; padding: 8px 0; border-bottom: 1px dashed var(--border); align-items: flex-start; font-size: 13.5px; line-height: 1.7; }
  .rp-row:last-child { border-bottom: none; }
  .rp-km { font-size: 12px; font-weight: 900; color: var(--run); width: 60px; flex-shrink: 0; }
  .rp-content { flex: 1; color: #3C3C3C; }
  .rp-content strong { color: var(--run); }

  /* ─── FRIDGE RECIPE ─── */
  .fridge-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 16px 0; }
  .fridge-item { background: var(--white); border-radius: 12px; padding: 14px 14px; box-shadow: 0 2px 6px rgba(0,0,0,0.05); border-left: 3px solid var(--amber); }
  .fi-title { font-size: 13.5px; font-weight: 900; color: var(--amber); margin-bottom: 5px; display: flex; align-items: center; gap: 6px; }
  .fridge-item p { font-size: 12.5px; line-height: 1.7; color: #3C3C3C; }

  /* ─── VISUAL STUDY ─── */
  .whiteboard { background: linear-gradient(135deg, #081020, #101828); border-radius: 14px; padding: 22px 22px; margin: 14px 0; color: white; }
  .wb-title { font-size: 14.5px; font-weight: 900; color: #90B8E8; margin-bottom: 14px; display: flex; align-items: center; gap: 7px; }
  .wb-item { font-size: 13.5px; color: rgba(255,255,255,0.88); padding: 7px 0; border-bottom: 1px dashed rgba(255,255,255,0.1); display: flex; gap: 10px; align-items: flex-start; line-height: 1.7; }
  .wb-item:last-child { border-bottom: none; }
  .wb-num { font-size: 12px; font-weight: 900; color: #90B8E8; width: 24px; flex-shrink: 0; }
  .wb-item strong { color: #B0D0FF; }

  /* ─── STEP LIST ─── */
  .step-list { list-style: none; margin: 14px 0; }
  .step-list li { display: flex; align-items: flex-start; gap: 12px; padding: 11px 0; border-bottom: 1px dashed var(--border); font-size: 14px; line-height: 1.78; }
  .step-list li:last-child { border-bottom: none; }
  .step-dot { width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 900; color: white; flex-shrink: 0; margin-top: 2px; }
  .step-dot.cool   { background: var(--cool); }
  .step-dot.run    { background: var(--run); }
  .step-dot.purple { background: var(--purple); }
  .step-dot.gold   { background: var(--gold); }

  /* ─── CHEAT KEY ─── */
  .cheat-box { background: linear-gradient(135deg, #080C18 0%, #101828 55%, #182438 100%); border-radius: 18px; padding: 30px 26px; margin: 38px 0; color: white; position: relative; overflow: hidden; }
  .cheat-box::before { content: ' '; position: absolute; right: 16px; bottom: 10px; font-size: 72px; opacity: 0.13; }
  .cheat-box h3 { font-family: 'Noto Serif KR', serif; font-size: 17px; font-weight: 700; color: var(--cool-mid); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
  .cheat-box p { font-size: 14px; line-height: 1.92; color: rgba(255,255,255,0.88); }
  .cheat-box p + p { margin-top: 10px; }
  .cheat-box strong { color: #A8C8F0; }
  .cheat-box .link-ref { display: inline-block; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.22); border-radius: 8px; padding: 3px 10px; font-size: 12.5px; font-weight: 700; color: var(--cool-mid); margin-top: 8px; }

  /* ─── CLOSING ─── */
  .closing { background: var(--dark); border-radius: 18px; padding: 30px 26px; margin-top: 42px; text-align: center; color: white; }
  .closing h4 { font-family: 'Noto Serif KR', serif; font-size: 17px; font-weight: 700; color: var(--cool-mid); margin-bottom: 12px; }
  .closing p { font-size: 13.5px; line-height: 1.85; color: rgba(255,255,255,0.8); margin-bottom: 18px; }
  .tag-list { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
  .tag { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 20px; padding: 4px 12px; font-size: 12px; color: rgba(255,255,255,0.85); }

  .divider { border: none; border-top: 2px dashed var(--border); margin: 30px 0; }

  @media (max-width: 480px) {
    .brand-grid  { grid-template-columns: 1fr; }
    .fridge-grid { grid-template-columns: 1fr; }
  }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;post-wrap&quot;&gt;

  &lt;!-- HERO --&gt;
  &lt;div class=&quot;hero&quot;&gt;
    &lt;div class=&quot;series-badge&quot;&gt;갓생 치트키 #69 &lt;span class=&quot;d30-badge&quot;&gt;  D-30!&lt;/span&gt;&lt;/div&gt;
    &lt;h1&gt;5월 셋째 주 마트 휴무일 확인!&lt;br&gt;SPA 냉감 러닝웨어 가성비 비교 &amp;&lt;br&gt;하프마라톤 D-30 치트키&lt;/h1&gt;
    &lt;p class=&quot;hero-sub&quot;&gt;마트 쉬는 날 대안 쇼핑 + 탑텐·유니클로·데카트론 냉감웨어 비교 + Zone 2 점검 런&lt;/p&gt;
    &lt;div class=&quot;hero-meta&quot;&gt;
      &lt;span class=&quot;hero-pill&quot;&gt;  5월 셋째 주 마트 휴무&lt;/span&gt;
      &lt;span class=&quot;hero-pill&quot;&gt;  냉감 러닝웨어 비교&lt;/span&gt;
      &lt;span class=&quot;hero-pill&quot;&gt;  D-30 페이스 점검&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- MART STRIP --&gt;
  &lt;div class=&quot;mart-strip&quot;&gt;
    &lt;div class=&quot;ms-icon&quot;&gt; &lt;/div&gt;
    &lt;div class=&quot;ms-text&quot;&gt;
      &lt;p&gt;5월 셋째 주 일요일, &lt;strong&gt;대형마트 의무 휴업일 여부를 먼저 확인하세요&lt;/strong&gt; (#43 복습). 이마트·홈플러스·롯데마트는 지점마다 다르므로 네이버 지도 또는 각 마트 앱에서 내 지점을 확인하세요. 마트가 쉰다면 오늘은 이커머스로 냉감 러닝웨어를 선점하는 날입니다.&lt;/p&gt;
      &lt;div class=&quot;ms-tags&quot;&gt;
        &lt;span class=&quot;mstag&quot;&gt;  마트 지점별 확인 필요&lt;/span&gt;
        &lt;span class=&quot;mstag run&quot;&gt;  이커머스 냉감웨어 세일&lt;/span&gt;
        &lt;span class=&quot;mstag gold&quot;&gt;  D-30 페이스 점검&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;!-- SECTION 1: 냉감 러닝웨어 비교 --&gt;
  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;div class=&quot;sec-header&quot;&gt;
    &lt;div class=&quot;sec-num cool&quot;&gt;1&lt;/div&gt;
    &lt;div class=&quot;sec-title&quot;&gt;SPA 냉감 러닝웨어 가성비 비교 — 지금 사야 할까?&lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:14px; line-height:1.85; margin-bottom:16px;&quot;&gt;
    5월 중순부터 기온이 30도에 육박하면서 냉감 소재 의류 수요가 급증하고 있습니다. 고가 스포츠 브랜드 대신 &lt;strong&gt;SPA·생활 의류 브랜드의 냉감 기능성 소재&lt;/strong&gt;가 가성비 면에서 크게 올라왔습니다. 6월 대회를 한 달 앞두고, 지금 구매하면 대회 전까지 충분히 길들일 수 있습니다.
  &lt;/p&gt;

  &lt;div class=&quot;brand-grid&quot;&gt;
    &lt;div class=&quot;brand-card topten&quot;&gt;
      &lt;div class=&quot;bc-disc&quot;&gt;최대 -30%&lt;/div&gt;
      &lt;div class=&quot;bc-label&quot;&gt;  탑텐 쿨에어&lt;/div&gt;
      &lt;ul&gt;
        &lt;li&gt;쿨에어 기능성 반팔 1~2만원대&lt;/li&gt;
        &lt;li&gt;국내 생산·품질 관리 우수&lt;/li&gt;
        &lt;li&gt;다양한 컬러·사이즈 오프라인 구비&lt;/li&gt;
        &lt;li&gt;흡습 속건 기능 + 항균 처리&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/div&gt;
    &lt;div class=&quot;brand-card uniqlo&quot;&gt;
      &lt;div class=&quot;bc-disc&quot;&gt;세일 중&lt;/div&gt;
      &lt;div class=&quot;bc-label&quot;&gt;  유니클로 에어리즘&lt;/div&gt;
      &lt;ul&gt;
        &lt;li&gt;에어리즘 기술 — 접촉 냉감 + 속건&lt;/li&gt;
        &lt;li&gt;스포츠 라인 1.5~2.5만원대&lt;/li&gt;
        &lt;li&gt;런닝 전용 UV 차단 기능 있음&lt;/li&gt;
        &lt;li&gt;5월 특가 행사 자주 진행&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/div&gt;
    &lt;div class=&quot;brand-card decath&quot;&gt;
      &lt;div class=&quot;bc-disc&quot;&gt;1~3만원대&lt;/div&gt;
      &lt;div class=&quot;bc-label&quot;&gt;  데카트론 런닝 라인&lt;/div&gt;
      &lt;ul&gt;
        &lt;li&gt;러닝 전용 설계 — 반사 소재 기본&lt;/li&gt;
        &lt;li&gt;Kalenji 브랜드 1.5~2만원&lt;/li&gt;
        &lt;li&gt;흡습 속건 성능 가성비 최강&lt;/li&gt;
        &lt;li&gt;온라인 당일 배송 가능&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/div&gt;
    &lt;div class=&quot;brand-card nike&quot;&gt;
      &lt;div class=&quot;bc-disc&quot;&gt;구모델 -40%&lt;/div&gt;
      &lt;div class=&quot;bc-label&quot;&gt;  나이키 드라이핏 구모델&lt;/div&gt;
      &lt;ul&gt;
        &lt;li&gt;Dri-FIT 기술 — 땀 빠른 배출&lt;/li&gt;
        &lt;li&gt;구시즌 제품 3~5만원대 세일&lt;/li&gt;
        &lt;li&gt;나이키 앱 회원 추가 10% 할인&lt;/li&gt;
        &lt;li&gt;무신사에서 추가 쿠폰 적용 가능&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 냉감 소재 비교 표 --&gt;
  &lt;div class=&quot;table-wrap&quot;&gt;
    &lt;table&gt;
      &lt;thead&gt;
        &lt;tr&gt;
          &lt;th&gt;브랜드&lt;/th&gt;
          &lt;th&gt;가격대&lt;/th&gt;
          &lt;th&gt;냉감 성능&lt;/th&gt;
          &lt;th&gt;속건 속도&lt;/th&gt;
          &lt;th&gt;러너 추천도&lt;/th&gt;
        &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
        &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;탑텐 쿨에어&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;1~2만원&lt;/td&gt;
          &lt;td&gt;⭐⭐⭐⭐&lt;/td&gt;
          &lt;td&gt;빠름&lt;/td&gt;
          &lt;td&gt;&lt;span class=&quot;badge badge-cool&quot;&gt;가성비 최고&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;유니클로 에어리즘&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;1.5~2.5만원&lt;/td&gt;
          &lt;td&gt;⭐⭐⭐⭐⭐&lt;/td&gt;
          &lt;td&gt;매우 빠름&lt;/td&gt;
          &lt;td&gt;&lt;span class=&quot;badge badge-cool&quot;&gt;접촉 냉감 우수&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;데카트론 Kalenji&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;1~2만원&lt;/td&gt;
          &lt;td&gt;⭐⭐⭐&lt;/td&gt;
          &lt;td&gt;빠름&lt;/td&gt;
          &lt;td&gt;&lt;span class=&quot;badge badge-run&quot;&gt;러닝 전용 설계&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;나이키 Dri-FIT (구모델)&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;3~5만원&lt;/td&gt;
          &lt;td&gt;⭐⭐⭐⭐⭐&lt;/td&gt;
          &lt;td&gt;매우 빠름&lt;/td&gt;
          &lt;td&gt;&lt;span class=&quot;badge badge-amber&quot;&gt;세일 시 구매 추천&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;

  &lt;div class=&quot;highlight cool&quot;&gt;
    &lt;strong&gt;  갓생 구매 전략 — 포인트 활용 + 가성비 선택:&lt;/strong&gt;&lt;br&gt;
    ① &lt;strong&gt;K-패스 환급금 → 네이버페이 전환&lt;/strong&gt; 후 탑텐·데카트론 온라인몰에서 결제&lt;br&gt;
    ② 발로소득 포인트로 배송비 없는 쿠팡에서 유니클로 에어리즘 주문&lt;br&gt;
    ③ 냉감 티셔츠 + 냉감 반바지 세트로 구매 시 보통 10~15% 추가 할인&lt;br&gt;
    → &lt;strong&gt;실질 1~1.5만원으로 대회용 상하의 세트 완성 가능&lt;/strong&gt;
  &lt;/div&gt;

  &lt;hr class=&quot;divider&quot;&gt;

  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;!-- SECTION 2: D-30 페이스 점검 런 --&gt;
  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;div class=&quot;sec-header&quot;&gt;
    &lt;div class=&quot;sec-num run&quot;&gt;2&lt;/div&gt;
    &lt;div class=&quot;sec-title&quot;&gt;하프마라톤 D-30 — Zone 2~3 점검 런으로 현재 실력 확인&lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:14px; line-height:1.85; margin-bottom:16px;&quot;&gt;
    오늘은 정확히 하프마라톤 D-30일입니다. 이 시점에 해야 할 훈련은 &lt;strong&gt;'최대 거리 달리기'가 아니라 '현재 Zone 2~3 페이스 점검'&lt;/strong&gt;입니다. 지금 자신의 편안한 페이스를 정확히 파악해야 앞으로 남은 4주 훈련 계획을 세울 수 있습니다.
  &lt;/p&gt;

  &lt;!-- Zone 가이드 --&gt;
  &lt;div class=&quot;zone-visual&quot;&gt;
    &lt;div class=&quot;zv-title&quot;&gt;  심박수 Zone 가이드 — 오늘 D-30 점검 런에서 목표 구간&lt;/div&gt;
    &lt;div class=&quot;zone-row&quot;&gt;
      &lt;div class=&quot;zr-label&quot;&gt;Zone 1&lt;/div&gt;
      &lt;div class=&quot;zr-bar-wrap&quot;&gt;&lt;div class=&quot;zr-bar z1&quot;&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;zr-val z1&quot;&gt;최대 심박 50~60%&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;zone-row&quot;&gt;
      &lt;div class=&quot;zr-label&quot;&gt;Zone 2 ✓&lt;/div&gt;
      &lt;div class=&quot;zr-bar-wrap&quot;&gt;&lt;div class=&quot;zr-bar z2&quot;&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;zr-val z2&quot;&gt;60~70% — 회복 런&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;zone-row&quot;&gt;
      &lt;div class=&quot;zr-label&quot;&gt;Zone 3 ✓&lt;/div&gt;
      &lt;div class=&quot;zr-bar-wrap&quot;&gt;&lt;div class=&quot;zr-bar z3&quot;&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;zr-val z3&quot;&gt;70~80% — 오늘 목표&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;zone-row&quot;&gt;
      &lt;div class=&quot;zr-label&quot;&gt;Zone 4&lt;/div&gt;
      &lt;div class=&quot;zr-bar-wrap&quot;&gt;&lt;div class=&quot;zr-bar z4&quot;&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;zr-val z4&quot;&gt;80~90% — 인터벌용&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;zone-row&quot;&gt;
      &lt;div class=&quot;zr-label&quot;&gt;Zone 5&lt;/div&gt;
      &lt;div class=&quot;zr-bar-wrap&quot;&gt;&lt;div class=&quot;zr-bar z5&quot;&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;zr-val z5&quot;&gt;90%+ — 오늘 금지&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- D-30 점검 런 계획 --&gt;
  &lt;div class=&quot;run-plan&quot;&gt;
    &lt;div class=&quot;rp-title&quot;&gt;  D-30 하프 점검 런 — 10km Zone 2~3 루틴&lt;/div&gt;
    &lt;div class=&quot;rp-row&quot;&gt;
      &lt;div class=&quot;rp-km&quot;&gt;0~2km&lt;/div&gt;
      &lt;div class=&quot;rp-content&quot;&gt;&lt;strong&gt;워밍업 (Zone 1~2)&lt;/strong&gt; — 편안하게, 거의 걷는 속도. 심박수를 서서히 올리며 관절을 풀어주세요. 더위에 워밍업 시간을 평소보다 2분 더 늘리세요.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rp-row&quot;&gt;
      &lt;div class=&quot;rp-km&quot;&gt;2~7km&lt;/div&gt;
      &lt;div class=&quot;rp-content&quot;&gt;&lt;strong&gt;Zone 3 페이스 유지&lt;/strong&gt; — 최대 심박의 70~80% 구간. 대화가 짧게 가능한 정도. 이 페이스를 5km 유지할 수 있다면 완주 가능. 오늘 기온(#64 폭염 복습)에 맞춰 +10~15초/km 보정.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rp-row&quot;&gt;
      &lt;div class=&quot;rp-km&quot;&gt;7~10km&lt;/div&gt;
      &lt;div class=&quot;rp-content&quot;&gt;&lt;strong&gt;쿨다운 (Zone 2~1)&lt;/strong&gt; — 마지막 3km는 페이스를 낮추며 호흡을 정리. Zone 3 구간에서 느낀 몸의 느낌을 기억해두세요. 이것이 6월 대회 레이스 페이스의 기준점이 됩니다.&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;highlight run&quot;&gt;
    &lt;strong&gt;  오늘 점검 런 결과로 알 수 있는 것:&lt;/strong&gt;&lt;br&gt;
    Zone 3 유지 시 km당 몇 분? → 대회 목표 페이스 = 그 페이스 + 5~10초&lt;br&gt;
    예: Zone 3에서 km당 6분 00초 유지 → 대회 목표 페이스 6분 05~10초&lt;br&gt;
    &lt;strong&gt;오늘 점검 런의 Zone 3 평균 페이스를 기록해두는 것&lt;/strong&gt;이 D-30의 가장 중요한 미션입니다.
  &lt;/div&gt;

  &lt;hr class=&quot;divider&quot;&gt;

  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;!-- SECTION 3: 냉파 식단 + 시각 암기 --&gt;
  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;div class=&quot;sec-header&quot;&gt;
    &lt;div class=&quot;sec-num purple&quot;&gt;3&lt;/div&gt;
    &lt;div class=&quot;sec-title&quot;&gt;마트 쉬는 날 '냉파' 식단 + 화이트보드 CPLA 시각 암기&lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:14px; line-height:1.85; margin-bottom:16px;&quot;&gt;
    마트가 쉬는 일요일에는 &lt;strong&gt;냉장고 파먹기(냉파)&lt;/strong&gt;로 식비를 절약하면서 고단백 식단을 유지하세요. 버려지는 식재료 없이 훈련 후 영양을 챙기는 것이 갓생 식단 관리의 완성입니다.
  &lt;/p&gt;

  &lt;div class=&quot;fridge-grid&quot;&gt;
    &lt;div class=&quot;fridge-item&quot;&gt;
      &lt;div class=&quot;fi-title&quot;&gt;  달걀 + 냉동 채소&lt;/div&gt;
      &lt;p&gt;달걀 3개 스크램블 + 냉동 시금치·브로콜리 데치기. 단백질 20g + 철분. 10분 완성.&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;fridge-item&quot;&gt;
      &lt;div class=&quot;fi-title&quot;&gt;  참치캔 + 현미밥&lt;/div&gt;
      &lt;p&gt;참치 캔 + 그릭요거트 소스 현미밥 비빔. #56 참치 또띠아 랩 재료로 활용 가능.&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;fridge-item&quot;&gt;
      &lt;div class=&quot;fi-title&quot;&gt;  냉동 닭가슴살&lt;/div&gt;
      &lt;p&gt;전날 냉장 해동 후 오늘 데우기. 봄나물 무침 곁들여 완전 단백질 식사. #43 연계.&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;fridge-item&quot;&gt;
      &lt;div class=&quot;fi-title&quot;&gt;  냉동 블루베리 스무디&lt;/div&gt;
      &lt;p&gt;냉동 블루베리 + 그릭요거트 + 바나나. 항산화 + 단백질 + 탄수화물 한 잔 완성.&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 화이트보드 시각 암기 --&gt;
  &lt;div class=&quot;whiteboard&quot;&gt;
    &lt;div class=&quot;wb-title&quot;&gt;  화이트보드 시각 암기 — CPLA 가장 헷갈리는 3가지&lt;/div&gt;
    &lt;div class=&quot;wb-item&quot;&gt;
      &lt;div class=&quot;wb-num&quot;&gt;①&lt;/div&gt;
      &lt;span&gt;&lt;strong&gt;유사개념 혼동 1: 해고 vs 권고사직&lt;/strong&gt; — 해고(사용자 일방 의사표시, 정당 이유 필요) vs 권고사직(근로자 동의 기반, 실업급여 가능). 화이트보드에 두 개를 나란히 적고 차이점을 색으로 구분.&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;wb-item&quot;&gt;
      &lt;div class=&quot;wb-num&quot;&gt;②&lt;/div&gt;
      &lt;span&gt;&lt;strong&gt;유사개념 혼동 2: 휴가 vs 휴일 vs 휴업&lt;/strong&gt; — 휴가(근로자 청구, 연차 등) / 휴일(근로 의무 없는 날, 주휴일·공휴일) / 휴업(사용자 사정, 평균임금 70% 이상 지급). 화이트보드에 삼각형 구조로 배치.&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;wb-item&quot;&gt;
      &lt;div class=&quot;wb-num&quot;&gt;③&lt;/div&gt;
      &lt;span&gt;&lt;strong&gt;가장 헷갈리는 숫자: 퇴직 관련 3·1·15·30&lt;/strong&gt; — 퇴직금 청구 소멸시효 &lt;strong&gt;3년&lt;/strong&gt; / 최소 근속 기간 &lt;strong&gt;1년&lt;/strong&gt; / 주15시간 이상 / 30일분 평균임금. 화이트보드에 숫자를 크게 쓰고 벽에 붙여두기.&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;ul class=&quot;step-list&quot;&gt;
    &lt;li&gt;
      &lt;div class=&quot;step-dot purple&quot;&gt;1&lt;/div&gt;
      &lt;div&gt;&lt;strong&gt;화이트보드 없을 때 대안:&lt;/strong&gt; A4 종이 + 굵은 마카 + 투명 테이프로 냉장고·욕실 거울에 붙이세요. 자주 보는 공간에 붙여두면 의식하지 않아도 반복 노출이 됩니다. '보다 보면 외워지는' 것이 시각 암기의 핵심입니다.&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;div class=&quot;step-dot purple&quot;&gt;2&lt;/div&gt;
      &lt;div&gt;&lt;strong&gt;오늘 저녁 루틴 완성판:&lt;/strong&gt;&lt;br&gt;
      훈련 후 냉파 고단백 식사 → 화이트보드에 헷갈리는 조문 3개 크게 쓰기 → 30분 보면서 반복 → #63에서 배운 음성 녹음 병행 → 슬립맥싱 루틴(#54) + 취침 전 눈 감고 화이트보드 내용 떠올리기&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;div class=&quot;step-dot gold&quot;&gt;3&lt;/div&gt;
      &lt;div&gt;&lt;strong&gt;D-30 갓생 결산 — 오늘 확인할 것:&lt;/strong&gt;&lt;br&gt;
      ① 마트 지점 휴무 여부 → 이커머스로 냉감웨어 구매 결정&lt;br&gt;
      ② Zone 3 점검 런 10km 페이스 기록&lt;br&gt;
      ③ 파킹통장 이번 주 잔액 확인 → 이온음료(제로 칼로리) 편의점 포인트로 구매&lt;/div&gt;
    &lt;/li&gt;
  &lt;/ul&gt;

  &lt;!-- CHEAT KEY BOX --&gt;
  &lt;div class=&quot;cheat-box&quot;&gt;
    &lt;h3&gt; ️ D-30 핵심 치트키: 장비·페이스·공부를 오늘 하루에 정렬하라&lt;/h3&gt;
    &lt;p&gt;
      오늘 D-30일은 6월 대회를 향한 여정의 정확히 중간 점검일입니다. 냉감 러닝웨어를 SPA 브랜드로 가성비 있게 선점하고, Zone 3 점검 런으로 현재 실력을 파악하고, 화이트보드 시각 암기로 CPLA의 가장 헷갈리는 부분을 정리하세요.
    &lt;/p&gt;
    &lt;p&gt;
      마트가 쉬는 날은 냉파 고단백 식단으로 식비를 절약하고, 절약분은 파킹통장으로. &lt;strong&gt;장비·훈련·공부·절약&lt;/strong&gt;이 오늘 하루 모두 정렬되면 남은 30일이 훨씬 선명해집니다.
    &lt;/p&gt;
    &lt;span class=&quot;link-ref&quot;&gt;  이전 포스팅: [갓생 치트키 #68] 스승의 날 실내 보강 훈련 →&lt;/span&gt;
  &lt;/div&gt;

  &lt;!-- CLOSING --&gt;
  &lt;div class=&quot;closing&quot;&gt;
    &lt;h4&gt;  The Fix — 오늘 당장 실행할 것 3가지&lt;/h4&gt;
    &lt;p&gt;
      ① 탑텐·유니클로·데카트론 온라인몰 비교 → K-패스 포인트로 냉감 티셔츠 구매&lt;br&gt;
      ② Zone 3 점검 런 10km → 2~7km 구간 평균 페이스 기록해두기&lt;br&gt;
      ③ 화이트보드·A4 용지에 헷갈리는 CPLA 조문 3개 크게 쓰고 냉장고에 붙이기
    &lt;/p&gt;
    &lt;div class=&quot;tag-list&quot;&gt;
      &lt;span class=&quot;tag&quot;&gt;#마트휴무일&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#냉감티셔츠비교&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#하프마라톤D30&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#초여름러닝웨어&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#CPLA공부법&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#갓생치트키&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <author>갓생치트키</author>
      <guid isPermaLink="true">https://infomationhealth.tistory.com/73</guid>
      <comments>https://infomationhealth.tistory.com/73#entry73comment</comments>
      <pubDate>Mon, 18 May 2026 08:37:10 +0900</pubDate>
    </item>
    <item>
      <title>[갓생 치트키] 스승의 날 감사 인사말 모음 &amp;amp; 주말 '비 예보' 속 마라톤 실내 보강 운동 치트키</title>
      <link>https://infomationhealth.tistory.com/72</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;[갓생 치트키 #68] 스승의 날 감사 인사말 &amp; 주말 '비 예보' 속 마라톤 실내 보강 운동 치트키&lt;/title&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&amp;family=Noto+Serif+KR:wght@400;700&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;
&lt;style&gt;
  :root {
    --teacher: #1A5898;
    --teacher-light: #EAF3FB;
    --teacher-mid: #70A8D8;
    --green: #1E7040;
    --green-light: #EAF4EC;
    --rain: #2A6890;
    --rain-light: #EAF2FB;
    --amber: #B07808;
    --amber-light: #FEF7E4;
    --teal: #1A7878;
    --teal-light: #E5F5F3;
    --gold: #C09010;
    --gold-light: #FEF8E4;
    --purple: #5840A8;
    --purple-light: #F0EDFB;
    --dark: #080C18;
    --text: #1E1E1E;
    --gray: #6C757D;
    --border: #D8E5F0;
    --white: #FFFFFF;
    --bg: #F3F7FB;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }
  body {
    font-family: 'Noto Sans KR', sans-serif;
    background: var(--bg);
    color: var(--text);
    font-size: 15px;
    line-height: 1.8;
  }
  .post-wrap { max-width: 720px; margin: 0 auto; padding: 0 16px 64px; }

  /* ─── HERO ─── */
  .hero {
    background: linear-gradient(145deg, #082050 0%, #1A5898 50%, #2A70B8 100%);
    border-radius: 22px;
    padding: 46px 32px 40px;
    margin: 28px 0 30px;
    color: white;
    position: relative;
    overflow: hidden;
  }
  .hero::before { content: ' '; position: absolute; right: 16px; top: 14px; font-size: 88px; opacity: 0.18; }
  .hero::after  { content: ' '; position: absolute; left: -8px; bottom: -10px; font-size: 70px; opacity: 0.1; }
  .series-badge {
    display: inline-block;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 20px;
    padding: 4px 14px;
    font-size: 12px; font-weight: 700; letter-spacing: 0.5px;
    margin-bottom: 14px;
  }
  .hero h1 { font-family: 'Noto Serif KR', serif; font-size: 21px; font-weight: 700; line-height: 1.5; margin-bottom: 14px; }
  .hero-sub { font-size: 13.5px; opacity: 0.88; line-height: 1.7; }
  .hero-meta { margin-top: 16px; display: flex; gap: 8px; flex-wrap: wrap; }
  .hero-pill { background: rgba(255,255,255,0.16); border: 1px solid rgba(255,255,255,0.28); border-radius: 20px; padding: 3px 12px; font-size: 12px; font-weight: 600; }

  /* ─── INTRO BOX ─── */
  .intro-box {
    background: var(--white);
    border-radius: 14px;
    border-left: 5px solid var(--teacher);
    padding: 18px 20px;
    margin-bottom: 26px;
    font-size: 14px;
    line-height: 1.88;
  }
  .intro-box strong { color: var(--teacher); }

  /* ─── SECTION HEADER ─── */
  .sec-header { display: flex; align-items: center; gap: 10px; margin: 36px 0 16px; }
  .sec-num {
    width: 38px; height: 38px; border-radius: 11px;
    display: flex; align-items: center; justify-content: center;
    font-size: 15px; font-weight: 900; color: white; flex-shrink: 0;
  }
  .sec-num.teacher { background: var(--teacher); }
  .sec-num.rain    { background: var(--rain); }
  .sec-num.teal    { background: var(--teal); }
  .sec-title { font-family: 'Noto Serif KR', serif; font-size: 18px; font-weight: 700; color: var(--dark); }

  /* ─── MENTOR CARDS ─── */
  .mentor-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 16px 0; }
  .mentor-card {
    background: var(--white);
    border-radius: 14px;
    padding: 18px 16px;
    box-shadow: 0 2px 8px rgba(26,88,152,0.1);
    border-top: 4px solid var(--teacher);
  }
  .mentor-card.green-t { border-top-color: var(--green); }
  .mentor-card.teal-t  { border-top-color: var(--teal); }
  .mentor-card.gold-t  { border-top-color: var(--gold); }
  .mc-emoji { font-size: 28px; display: block; margin-bottom: 6px; }
  .mc-name  { font-size: 14.5px; font-weight: 900; color: var(--teacher); margin-bottom: 5px; }
  .mentor-card.green-t .mc-name { color: var(--green); }
  .mentor-card.teal-t  .mc-name { color: var(--teal); }
  .mentor-card.gold-t  .mc-name { color: var(--gold); }
  .mentor-card p { font-size: 13px; line-height: 1.75; color: #3C3C3C; }
  .mc-lesson { margin-top: 8px; font-size: 12px; font-weight: 700; color: var(--teacher); }
  .mentor-card.green-t .mc-lesson { color: var(--green); }
  .mentor-card.teal-t  .mc-lesson { color: var(--teal); }
  .mentor-card.gold-t  .mc-lesson { color: var(--gold); }

  /* ─── MSG BOX ─── */
  .msg-box {
    background: var(--dark);
    border-radius: 14px;
    padding: 22px 24px;
    margin: 14px 0;
    color: white;
    position: relative;
    overflow: hidden;
  }
  .msg-box::before { content: '&quot;'; position: absolute; left: 14px; top: 0px; font-size: 80px; color: rgba(255,255,255,0.1); font-family: Georgia, serif; line-height: 1; }
  .msg-title { font-size: 13px; font-weight: 900; color: var(--teacher-mid); margin-bottom: 12px; }
  .msg-text { font-family: 'Noto Serif KR', serif; font-size: 15px; line-height: 1.85; color: rgba(255,255,255,0.92); }

  /* ─── HIGHLIGHT ─── */
  .highlight {
    border-radius: 12px; padding: 18px 20px; margin: 14px 0;
    font-size: 14px; line-height: 1.82;
  }
  .highlight.teacher { background: var(--teacher-light); border-left: 3px solid var(--teacher); }
  .highlight.green   { background: var(--green-light);   border-left: 3px solid var(--green); }
  .highlight.rain    { background: var(--rain-light);    border-left: 3px solid var(--rain); }
  .highlight.amber   { background: var(--amber-light);   border-left: 3px solid var(--amber); }
  .highlight.teal    { background: var(--teal-light);    border-left: 3px solid var(--teal); }
  .highlight.gold    { background: var(--gold-light);    border-left: 3px solid var(--gold); }
  .highlight.purple  { background: var(--purple-light);  border-left: 3px solid var(--purple); }
  .highlight strong  { font-weight: 700; }

  /* ─── INDOOR TRAINING ─── */
  .indoor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 16px 0; }
  .indoor-item {
    background: var(--white);
    border-radius: 12px;
    padding: 14px 11px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    border-top: 3px solid var(--rain);
  }
  .indoor-item.green-t { border-top-color: var(--green); }
  .indoor-item.teal-t  { border-top-color: var(--teal); }
  .ii-emoji { font-size: 24px; display: block; margin-bottom: 5px; }
  .ii-name  { font-size: 12.5px; font-weight: 900; color: var(--dark); margin-bottom: 3px; }
  .ii-desc  { font-size: 11px; color: var(--gray); line-height: 1.55; }
  .ii-time  { margin-top: 5px; font-size: 11px; font-weight: 700; color: var(--rain); }
  .indoor-item.green-t .ii-time { color: var(--green); }
  .indoor-item.teal-t  .ii-time { color: var(--teal); }

  /* ─── EXERCISE STEPS ─── */
  .exercise-card {
    background: var(--white);
    border-radius: 14px;
    padding: 20px 20px;
    margin: 14px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    border-top: 3px solid var(--green);
  }
  .ec-title { font-size: 14.5px; font-weight: 900; color: var(--green); margin-bottom: 14px; display: flex; align-items: center; gap: 7px; }
  .ex-row {
    display: flex;
    gap: 12px;
    padding: 9px 0;
    border-bottom: 1px dashed var(--border);
    align-items: flex-start;
    font-size: 13.5px;
    line-height: 1.7;
  }
  .ex-row:last-child { border-bottom: none; }
  .ex-num {
    width: 26px; height: 26px;
    border-radius: 50%;
    background: var(--green);
    color: white;
    font-size: 11px; font-weight: 900;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; margin-top: 2px;
  }
  .ex-content { flex: 1; color: #3C3C3C; }
  .ex-content strong { color: var(--green); }

  /* ─── TABLE ─── */
  .table-wrap {
    overflow-x: auto; margin: 16px 0 22px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
  }
  table { width: 100%; border-collapse: collapse; font-size: 13.5px; background: var(--white); }
  thead th { background: var(--dark); color: white; padding: 12px 14px; text-align: left; font-weight: 700; white-space: nowrap; }
  thead th:first-child { border-radius: 12px 0 0 0; }
  thead th:last-child  { border-radius: 0 12px 0 0; }
  tbody tr:nth-child(even) { background: #EEF4FB; }
  tbody td { padding: 11px 14px; border-bottom: 1px solid var(--border); line-height: 1.6; vertical-align: middle; }
  .badge { display: inline-block; padding: 2px 8px; border-radius: 20px; font-size: 11px; font-weight: 700; }
  .badge-teacher { background: var(--teacher-light); color: var(--teacher); }
  .badge-green   { background: var(--green-light);   color: var(--green); }
  .badge-teal    { background: var(--teal-light);     color: var(--teal); }
  .badge-amber   { background: var(--amber-light);   color: var(--amber); }
  .badge-gold    { background: var(--gold-light);    color: var(--gold); }

  /* ─── STEP LIST ─── */
  .step-list { list-style: none; margin: 14px 0; }
  .step-list li {
    display: flex; align-items: flex-start; gap: 12px;
    padding: 11px 0; border-bottom: 1px dashed var(--border);
    font-size: 14px; line-height: 1.78;
  }
  .step-list li:last-child { border-bottom: none; }
  .step-dot {
    width: 26px; height: 26px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 11px; font-weight: 900; color: white; flex-shrink: 0; margin-top: 2px;
  }
  .step-dot.teacher { background: var(--teacher); }
  .step-dot.green   { background: var(--green); }
  .step-dot.teal    { background: var(--teal); }
  .step-dot.gold    { background: var(--gold); }

  /* ─── WEEKLY PLAN ─── */
  .week-plan {
    background: var(--white);
    border-radius: 14px;
    padding: 20px 20px;
    margin: 14px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  }
  .wp-title { font-size: 13.5px; font-weight: 900; color: var(--rain); margin-bottom: 14px; }
  .wp-row { display: flex; align-items: flex-start; gap: 12px; padding: 8px 0; border-bottom: 1px dashed var(--border); font-size: 13.5px; }
  .wp-row:last-child { border-bottom: none; }
  .wp-day { font-weight: 900; color: var(--rain); width: 48px; flex-shrink: 0; }
  .wp-content { line-height: 1.65; }
  .wp-badge { font-size: 10.5px; font-weight: 700; padding: 1px 6px; border-radius: 8px; background: var(--rain-light); color: var(--rain); margin-left: 4px; }
  .wp-badge.green { background: var(--green-light); color: var(--green); }

  /* ─── CHEAT KEY ─── */
  .cheat-box {
    background: linear-gradient(135deg, #080C18 0%, #101828 55%, #182438 100%);
    border-radius: 18px;
    padding: 30px 26px;
    margin: 38px 0;
    color: white;
    position: relative;
    overflow: hidden;
  }
  .cheat-box::before { content: ' '; position: absolute; right: 16px; bottom: 10px; font-size: 72px; opacity: 0.13; }
  .cheat-box h3 { font-family: 'Noto Serif KR', serif; font-size: 17px; font-weight: 700; color: var(--teacher-mid); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
  .cheat-box p { font-size: 14px; line-height: 1.92; color: rgba(255,255,255,0.88); }
  .cheat-box p + p { margin-top: 10px; }
  .cheat-box strong { color: #A8C8F0; }
  .cheat-box .link-ref { display: inline-block; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.22); border-radius: 8px; padding: 3px 10px; font-size: 12.5px; font-weight: 700; color: var(--teacher-mid); margin-top: 8px; }

  /* ─── CLOSING ─── */
  .closing { background: var(--dark); border-radius: 18px; padding: 30px 26px; margin-top: 42px; text-align: center; color: white; }
  .closing h4 { font-family: 'Noto Serif KR', serif; font-size: 17px; font-weight: 700; color: var(--teacher-mid); margin-bottom: 12px; }
  .closing p { font-size: 13.5px; line-height: 1.85; color: rgba(255,255,255,0.8); margin-bottom: 18px; }
  .tag-list { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
  .tag { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 20px; padding: 4px 12px; font-size: 12px; color: rgba(255,255,255,0.85); }

  .divider { border: none; border-top: 2px dashed var(--border); margin: 30px 0; }

  @media (max-width: 480px) {
    .mentor-grid  { grid-template-columns: 1fr; }
    .indoor-grid  { grid-template-columns: 1fr 1fr; }
  }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;post-wrap&quot;&gt;

  &lt;!-- HERO --&gt;
  &lt;div class=&quot;hero&quot;&gt;
    &lt;div class=&quot;series-badge&quot;&gt;갓생 치트키 #68&lt;/div&gt;
    &lt;h1&gt;스승의 날 감사 인사말 &amp;&lt;br&gt;주말 '비 예보' 속&lt;br&gt;마라톤 실내 보강 운동 치트키&lt;/h1&gt;
    &lt;p class=&quot;hero-sub&quot;&gt;나를 성장시킨 무형의 스승들 + 비 오는 주말 L자 다리·코어 훈련 + CPLA 감사 루틴&lt;/p&gt;
    &lt;div class=&quot;hero-meta&quot;&gt;
      &lt;span class=&quot;hero-pill&quot;&gt;  5월 15일 스승의 날&lt;/span&gt;
      &lt;span class=&quot;hero-pill&quot;&gt; ️ 주말 비 예보&lt;/span&gt;
      &lt;span class=&quot;hero-pill&quot;&gt;  실내 보강 운동&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- INTRO --&gt;
  &lt;div class=&quot;intro-box&quot;&gt;
    오늘 &lt;strong&gt;5월 15일 스승의 날&lt;/strong&gt;입니다. 학교 선생님·교수님·멘토에게 감사를 전하는 날이지만, 갓생러에게는 &lt;strong&gt;'나를 성장시킨 모든 스승'에게 감사하는 날&lt;/strong&gt;이기도 합니다. 달리기 앱, 수험서, 유튜브 강사, 그리고 매일의 루틴 — 이 모든 것이 오늘 나를 만든 스승입니다. 내일부터 예보된 비를 맞이하며, 실내에서 더 강해지는 주말 플랜도 함께 설계합니다.
  &lt;/div&gt;

  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;!-- SECTION 1: 나를 성장시킨 스승들 --&gt;
  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;div class=&quot;sec-header&quot;&gt;
    &lt;div class=&quot;sec-num teacher&quot;&gt;1&lt;/div&gt;
    &lt;div class=&quot;sec-title&quot;&gt;나를 성장시킨 무형의 스승들 — 갓생러의 감사 인사&lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:14px; line-height:1.85; margin-bottom:16px;&quot;&gt;
    CPLA를 공부하면서, 하프마라톤을 준비하면서 만난 '스승들'은 교실 안에만 있지 않았습니다. 새벽 5시에 혼자 달릴 수 있게 해준 러닝 앱, 슬럼프를 이겨내게 해준 수험서의 한 문장, 파킹통장으로 돈을 모으는 법을 알려준 블로그 글 — 이 모든 것이 오늘의 나를 만든 스승입니다.
  &lt;/p&gt;

  &lt;div class=&quot;mentor-grid&quot;&gt;
    &lt;div class=&quot;mentor-card&quot;&gt;
      &lt;span class=&quot;mc-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;mc-name&quot;&gt;러닝 앱 (Strava·가민·나이키런클럽)&lt;/div&gt;
      &lt;p&gt;매 훈련을 기록하고 페이스를 알려준 무언의 코치. 기록이 쌓일수록 자신감이 됐습니다. 철새의 방향감각처럼 (#62), 앱의 데이터가 나의 나침반이었습니다.&lt;/p&gt;
      &lt;div class=&quot;mc-lesson&quot;&gt;배운 것: 기록이 쌓이면 길이 보인다&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;mentor-card green-t&quot;&gt;
      &lt;span class=&quot;mc-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;mc-name&quot;&gt;CPLA 수험서 &amp; 인강 강사&lt;/div&gt;
      &lt;p&gt;방대한 노동법을 체계적으로 정리해준 교재와 강사님. 슬럼프가 왔을 때 (#53) 다시 집어든 책 한 권이 임계점을 넘게 해줬습니다. 감사 인사를 수강후기로 남겨드리세요.&lt;/p&gt;
      &lt;div class=&quot;mc-lesson&quot;&gt;배운 것: 좋은 구조가 암기 효율을 3배 높인다&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;mentor-card teal-t&quot;&gt;
      &lt;span class=&quot;mc-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;mc-name&quot;&gt;L자 다리 &amp; 슬립맥싱 루틴 (#36·#54)&lt;/div&gt;
      &lt;p&gt;자기 전 10분의 습관이 수면의 질을 바꾸고, 다음 날 훈련의 질을 바꿨습니다. 몸이 스승이었습니다 — 무리하면 아프고, 쉬면 회복되는 단순한 진리를 훈련으로 배웠습니다.&lt;/p&gt;
      &lt;div class=&quot;mc-lesson&quot;&gt;배운 것: 루틴이 실력을 만든다&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;mentor-card gold-t&quot;&gt;
      &lt;span class=&quot;mc-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;mc-name&quot;&gt;파킹통장 &amp; 환급금 갓생 루틴&lt;/div&gt;
      &lt;p&gt;K-패스·탄소중립포인트·근로장려금·종소세 환급 — 이 시리즈에서 배운 경제 치트키들이 매달 20~50만원의 차이를 만들었습니다. 돈의 흐름을 이해하는 것이 진짜 경제 스승입니다.&lt;/p&gt;
      &lt;div class=&quot;mc-lesson&quot;&gt;배운 것: 작은 절약의 복리가 큰 자산이 된다&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 감사 메시지 예시 --&gt;
  &lt;div class=&quot;msg-box&quot;&gt;
    &lt;div class=&quot;msg-title&quot;&gt;✉️ 스승의 날 감사 인사 — 오늘 보내기 좋은 메시지&lt;/div&gt;
    &lt;div class=&quot;msg-text&quot;&gt;
      &quot;선생님, 안녕하세요. 제가 지금 이 자리에서 공부하고 달리며 성장할 수 있는 것은 선생님께서 심어주신 '포기하지 않는 힘' 덕분입니다. 오늘 스승의 날에 그 감사함을 전합니다. 건강하게 좋은 날 보내세요.&quot;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;highlight teacher&quot;&gt;
    &lt;strong&gt;  감사 표현의 힘:&lt;/strong&gt; 감사한 마음을 말로 표현하는 것은 받는 사람만큼 보내는 사람에게도 긍정적인 영향을 줍니다. 심리학 연구에 따르면 감사 편지를 쓴 사람은 4주간 행복감이 유의미하게 높아졌습니다. 오늘 짧은 문자 하나가 &lt;strong&gt;나의 공부 동기와 훈련 의욕을 함께 높이는&lt;/strong&gt; 갓생 치트키입니다.
  &lt;/div&gt;

  &lt;hr class=&quot;divider&quot;&gt;

  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;!-- SECTION 2: 비 오는 주말 실내 훈련 --&gt;
  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;div class=&quot;sec-header&quot;&gt;
    &lt;div class=&quot;sec-num rain&quot;&gt;2&lt;/div&gt;
    &lt;div class=&quot;sec-title&quot;&gt;주말 비 예보 — 집에서 더 강해지는 실내 보강 훈련&lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:14px; line-height:1.85; margin-bottom:16px;&quot;&gt;
    내일부터 전국 비 예보. D-16일을 앞두고 훈련을 멈출 수는 없습니다. 비 오는 날은 야외 훈련 대신 &lt;strong&gt;코어·고관절·발목 보강 운동&lt;/strong&gt;을 하는 날로 활용하세요. 이 보강 운동이 부족하면 대회 당일 15~17km 마의 구간에서 자세가 무너집니다.
  &lt;/p&gt;

  &lt;!-- 실내 훈련 메뉴 --&gt;
  &lt;div class=&quot;indoor-grid&quot;&gt;
    &lt;div class=&quot;indoor-item&quot;&gt;
      &lt;span class=&quot;ii-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;ii-name&quot;&gt;L자 다리 (#36)&lt;/div&gt;
      &lt;div class=&quot;ii-desc&quot;&gt;벽에 다리 올리기 10~15분. 혈액 역류, 부종 제거, 허리 이완.&lt;/div&gt;
      &lt;div class=&quot;ii-time&quot;&gt;10~15분&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;indoor-item green-t&quot;&gt;
      &lt;span class=&quot;ii-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;ii-name&quot;&gt;플랭크·코어&lt;/div&gt;
      &lt;div class=&quot;ii-desc&quot;&gt;30~60초 × 3세트. 주자 자세 유지 핵심. 허리 부상 예방.&lt;/div&gt;
      &lt;div class=&quot;ii-time&quot;&gt;15~20분&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;indoor-item teal-t&quot;&gt;
      &lt;span class=&quot;ii-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;ii-name&quot;&gt;폼롤러 이완&lt;/div&gt;
      &lt;div class=&quot;ii-desc&quot;&gt;허벅지·종아리·IT밴드. 각 부위 2분. 근막 유착 제거.&lt;/div&gt;
      &lt;div class=&quot;ii-time&quot;&gt;10분&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;indoor-item&quot;&gt;
      &lt;span class=&quot;ii-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;ii-name&quot;&gt;발목 강화&lt;/div&gt;
      &lt;div class=&quot;ii-desc&quot;&gt;한발 서기 30초 × 3회. 발목 안정성이 부상 예방 1번.&lt;/div&gt;
      &lt;div class=&quot;ii-time&quot;&gt;5분&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;indoor-item green-t&quot;&gt;
      &lt;span class=&quot;ii-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;ii-name&quot;&gt;제자리 고무줄 런&lt;/div&gt;
      &lt;div class=&quot;ii-desc&quot;&gt;제자리에서 무릎 높이 올리기 1분 × 5세트. 심박수 유지.&lt;/div&gt;
      &lt;div class=&quot;ii-time&quot;&gt;10분&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;indoor-item teal-t&quot;&gt;
      &lt;span class=&quot;ii-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;ii-name&quot;&gt;힙브릿지&lt;/div&gt;
      &lt;div class=&quot;ii-desc&quot;&gt;엉덩이 들어올리기 15회 × 3세트. 둔근 강화 = 달리기 추진력.&lt;/div&gt;
      &lt;div class=&quot;ii-time&quot;&gt;10분&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 50분 실내 훈련 루틴 --&gt;
  &lt;div class=&quot;exercise-card&quot;&gt;
    &lt;div class=&quot;ec-title&quot;&gt;  비 오는 날 50분 실내 보강 루틴 — 순서대로&lt;/div&gt;
    &lt;div class=&quot;ex-row&quot;&gt;
      &lt;div class=&quot;ex-num&quot;&gt;1&lt;/div&gt;
      &lt;div class=&quot;ex-content&quot;&gt;&lt;strong&gt;워밍업 5분&lt;/strong&gt; — 제자리 가볍게 걷기 + 어깨·허리 돌리기. 실내이지만 워밍업은 필수. 체온을 올려야 운동 효과가 높아집니다.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;ex-row&quot;&gt;
      &lt;div class=&quot;ex-num&quot;&gt;2&lt;/div&gt;
      &lt;div class=&quot;ex-content&quot;&gt;&lt;strong&gt;코어 블록 15분&lt;/strong&gt; — 플랭크 60초 × 3, 힙브릿지 15개 × 3, 사이드 플랭크 30초 × 양쪽. 각 세트 사이 30초 휴식.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;ex-row&quot;&gt;
      &lt;div class=&quot;ex-num&quot;&gt;3&lt;/div&gt;
      &lt;div class=&quot;ex-content&quot;&gt;&lt;strong&gt;유산소 블록 10분&lt;/strong&gt; — 제자리 무릎 높이 올리기 1분 + 30초 휴식 × 5세트. 심박수를 훈련 수준(130~150bpm)으로 유지.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;ex-row&quot;&gt;
      &lt;div class=&quot;ex-num&quot;&gt;4&lt;/div&gt;
      &lt;div class=&quot;ex-content&quot;&gt;&lt;strong&gt;발목·고관절 보강 10분&lt;/strong&gt; — 한발 서기 30초 × 3회(양쪽), 레그스윙 전후 10회 × 양쪽. 부상 예방 핵심 구간.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;ex-row&quot;&gt;
      &lt;div class=&quot;ex-num&quot;&gt;5&lt;/div&gt;
      &lt;div class=&quot;ex-content&quot;&gt;&lt;strong&gt;L자 다리 + 폼롤러 쿨다운 10분&lt;/strong&gt; — 벽에 다리 10분 올리기 + 허벅지·종아리 폼롤러. 오늘의 보강 운동 완성.&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 비 오는 주말 훈련 계획 --&gt;
  &lt;div class=&quot;week-plan&quot;&gt;
    &lt;div class=&quot;wp-title&quot;&gt;  이번 주말 비 예보 — 훈련 조정 플랜 (D-16일 기준)&lt;/div&gt;
    &lt;div class=&quot;wp-row&quot;&gt;
      &lt;div class=&quot;wp-day&quot;&gt;토요일&lt;/div&gt;
      &lt;div class=&quot;wp-content&quot;&gt;실내 보강 50분 → 슬립맥싱 + CPLA 복습 &lt;span class=&quot;wp-badge&quot;&gt;오늘 계획&lt;/span&gt;&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;wp-row&quot;&gt;
      &lt;div class=&quot;wp-day&quot;&gt;일요일&lt;/div&gt;
      &lt;div class=&quot;wp-content&quot;&gt;비 소강 시 야외 6~8km 또는 실내 러닝머신 → #63 듣는 공부 병행 &lt;span class=&quot;wp-badge green&quot;&gt;D-15일&lt;/span&gt;&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;wp-row&quot;&gt;
      &lt;div class=&quot;wp-day&quot;&gt;월요일&lt;/div&gt;
      &lt;div class=&quot;wp-content&quot;&gt;맑음 예보 시 새벽 런닝 10km 회복 → 폭염 대비 페이스 조정 (#64)&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;highlight rain&quot;&gt;
    &lt;strong&gt; ️ 비 오는 날 훈련의 가치:&lt;/strong&gt; 비 오는 날 실내 보강을 완성한 러너와 그냥 쉰 러너의 차이는 대회 당일 15km 이후에서 나타납니다. 코어가 강한 러너는 마지막 5km에서 자세가 유지되지만, 보강이 부족한 러너는 허리가 굽고 보폭이 줄어듭니다. &lt;strong&gt;비 오는 오늘이 6월 완주를 결정하는 날&lt;/strong&gt;입니다.
  &lt;/div&gt;

  &lt;hr class=&quot;divider&quot;&gt;

  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;!-- SECTION 3: 감사 + CPLA + 파킹통장 --&gt;
  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;div class=&quot;sec-header&quot;&gt;
    &lt;div class=&quot;sec-num teal&quot;&gt;3&lt;/div&gt;
    &lt;div class=&quot;sec-title&quot;&gt;스승의 날 갓생 루틴 — 감사·공부·절약의 삼박자&lt;/div&gt;
  &lt;/div&gt;

  &lt;ul class=&quot;step-list&quot;&gt;
    &lt;li&gt;
      &lt;div class=&quot;step-dot teacher&quot;&gt;1&lt;/div&gt;
      &lt;div&gt;&lt;strong&gt;오늘 감사 메시지 보내기 (5분):&lt;/strong&gt;&lt;br&gt;
      선생님·강사님·멘토에게 짧은 문자 또는 카카오톡 메시지 하나. 오늘 위에서 제안한 문구를 참고하거나 나만의 말로 바꿔서 보내세요. 파킹통장 이자로 3,000~5,000원 기프티콘을 함께 보내면 더욱 특별합니다. 나눔이 내 동기부여를 함께 높입니다.&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;div class=&quot;step-dot green&quot;&gt;2&lt;/div&gt;
      &lt;div&gt;&lt;strong&gt;비 오는 저녁 CPLA + 배경 음악 조합:&lt;/strong&gt;&lt;br&gt;
      창밖 빗소리를 BGM 삼아 (#66 축제 BGM 공부법 복습) CPLA 핵심 조문 단권화를 마무리하세요. 오늘 목표:&lt;br&gt;
      ① 근로기준법 제54·55조 (휴게·주휴) — '4·30·8·60' + '주1유급'&lt;br&gt;
      ② 노동조합법 제81조 (부당노동행위) — 유형 5가지&lt;br&gt;
      ③ 근로기준법 제56조 (휴일수당) — 5·50·100·250·5인&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;div class=&quot;step-dot teal&quot;&gt;3&lt;/div&gt;
      &lt;div&gt;&lt;strong&gt;이번 주 파킹통장 정리:&lt;/strong&gt;&lt;br&gt;
      오늘 스승의 날 기프티콘 예산(5,000원) + 이번 주 절약 목표(3만원)를 함께 파악하세요. 근로장려금 입금 예정일(8~9월)까지 매주 3만원씩 쌓으면 16주 후 약 48만원이 됩니다. 오늘의 절약이 미래의 러닝화가 됩니다.&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;div class=&quot;step-dot gold&quot;&gt;4&lt;/div&gt;
      &lt;div&gt;&lt;strong&gt;내일 비 속 훈련 장비 준비:&lt;/strong&gt;&lt;br&gt;
      패커블 윈드브레이커(#59) + 방수 양말 + 반사 테이프(#52). 일기예보를 다시 확인하고, 비가 소강되는 시간대(오전 or 저녁)를 찾아 야외 6~8km를 계획하세요. 우중 런닝도 D-15일의 훈련입니다.&lt;/div&gt;
    &lt;/li&gt;
  &lt;/ul&gt;

  &lt;div class=&quot;highlight gold&quot;&gt;
    &lt;strong&gt;  스승의 날, 가장 큰 감사는 배운 것을 실천하는 것:&lt;/strong&gt; 선생님께 드리는 최고의 감사는 말이 아니라 &lt;strong&gt;배운 것을 삶에서 실천하는 것&lt;/strong&gt;입니다. CPLA를 공부하며 배운 노동법 지식을 언젠가 누군가의 권리를 지키는 데 쓸 것, 러닝을 통해 건강한 삶을 유지할 것, 갓생 루틴으로 경제적 자유를 향해 나아갈 것 — 이것이 오늘 스승의 날에 나 자신에게 하는 약속입니다.
  &lt;/div&gt;

  &lt;!-- CHEAT KEY BOX --&gt;
  &lt;div class=&quot;cheat-box&quot;&gt;
    &lt;h3&gt; ️ 이달의 핵심 치트키: 배움은 평생 — 감사는 오늘&lt;/h3&gt;
    &lt;p&gt;
      스승의 날은 1년에 한 번이지만, 스승에게 배우는 것은 매일입니다. 오늘 달리기 앱이 알려준 페이스, 수험서가 알려준 노동법, 파킹통장이 알려준 돈의 흐름 — 이 모든 것이 오늘의 갓생 스승입니다.
    &lt;/p&gt;
    &lt;p&gt;
      비 오는 주말을 아쉬워하지 마세요. &lt;strong&gt;실내 보강 50분이 대회 당일 완주를 결정합니다.&lt;/strong&gt; 코어를 강화하고, 감사 메시지를 보내고, CPLA 핵심 조문 3개를 완성하고, 파킹통장 잔액을 확인하는 것 — D-16일 오늘이 6월 갓생의 분기점입니다.
    &lt;/p&gt;
    &lt;span class=&quot;link-ref&quot;&gt;  이전 포스팅: [갓생 치트키 #67] 로즈데이 꽃길 러닝 &amp; 자외선 방어 →&lt;/span&gt;
  &lt;/div&gt;

  &lt;!-- CLOSING --&gt;
  &lt;div class=&quot;closing&quot;&gt;
    &lt;h4&gt;  The Fix — 오늘 당장 실행할 것 3가지&lt;/h4&gt;
    &lt;p&gt;
      ① 감사한 분께 짧은 카카오톡 메시지 + 기프티콘 하나 (파킹통장 이자 활용)&lt;br&gt;
      ② 실내 보강 50분 루틴 완성 (플랭크·힙브릿지·L자 다리·폼롤러)&lt;br&gt;
      ③ 빗소리 BGM + CPLA 핵심 조문 3개 단권화 완성 → 잠들기 전 1회 복습
    &lt;/p&gt;
    &lt;div class=&quot;tag-list&quot;&gt;
      &lt;span class=&quot;tag&quot;&gt;#스승의날&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#5월15일&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#감사인사말&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#실내러닝훈련&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#CPLA수험생&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#갓생치트키&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <author>갓생치트키</author>
      <guid isPermaLink="true">https://infomationhealth.tistory.com/72</guid>
      <comments>https://infomationhealth.tistory.com/72#entry72comment</comments>
      <pubDate>Fri, 15 May 2026 08:41:18 +0900</pubDate>
    </item>
    <item>
      <title>[갓생 치트키] 오늘은 로즈데이! 장미 축제 속 '꽃길 러닝' 코스 &amp;amp; 초여름 자외선 방어 치트키</title>
      <link>https://infomationhealth.tistory.com/71</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;[갓생 치트키 #67] 오늘은 로즈데이! 장미 축제 속 '꽃길 러닝' 코스 &amp; 초여름 자외선 방어 치트키&lt;/title&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&amp;family=Noto+Serif+KR:wght@400;700&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;
&lt;style&gt;
  :root {
    --rose: #C82850;
    --rose-light: #FDEEF2;
    --rose-mid: #E87090;
    --petal: #8A1840;
    --green: #1E7040;
    --green-light: #EAF4EC;
    --sky: #2878B0;
    --sky-light: #EAF3FB;
    --amber: #B07808;
    --amber-light: #FEF7E4;
    --teal: #1A7878;
    --teal-light: #E5F5F3;
    --gold: #C09010;
    --gold-light: #FEF8E4;
    --purple: #5840A8;
    --purple-light: #F0EDFB;
    --dark: #0E0408;
    --text: #1E1E1E;
    --gray: #6C757D;
    --border: #F0D8E4;
    --white: #FFFFFF;
    --bg: #FBF5F7;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  body {
    font-family: 'Noto Sans KR', sans-serif;
    background: var(--bg);
    color: var(--text);
    font-size: 15px;
    line-height: 1.8;
  }

  .post-wrap {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 16px 64px;
  }

  /* ─── HERO ─── */
  .hero {
    background: linear-gradient(145deg, #500818 0%, #C82850 50%, #E04070 100%);
    border-radius: 22px;
    padding: 46px 32px 40px;
    margin: 28px 0 30px;
    color: white;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: ' ';
    position: absolute;
    right: 16px; top: 14px;
    font-size: 88px;
    opacity: 0.18;
  }
  .hero::after {
    content: ' ';
    position: absolute;
    left: -8px; bottom: -10px;
    font-size: 70px;
    opacity: 0.1;
  }
  .series-badge {
    display: inline-block;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 20px;
    padding: 4px 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
  }
  .hero h1 {
    font-family: 'Noto Serif KR', serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 14px;
  }
  .hero-sub { font-size: 13.5px; opacity: 0.88; line-height: 1.7; }
  .hero-meta { margin-top: 16px; display: flex; gap: 8px; flex-wrap: wrap; }
  .hero-pill {
    background: rgba(255,255,255,0.16);
    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 20px;
    padding: 3px 12px;
    font-size: 12px;
    font-weight: 600;
  }

  /* ─── ROSE STRIP ─── */
  .rose-strip {
    background: var(--white);
    border-radius: 14px;
    border: 2px solid var(--rose);
    padding: 16px 20px;
    margin-bottom: 26px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .rs-icon { font-size: 28px; flex-shrink: 0; margin-top: 2px; }
  .rs-text p { font-size: 14px; line-height: 1.82; }
  .rs-text strong { color: var(--rose); }
  .rs-tags { display: flex; gap: 7px; flex-wrap: wrap; margin-top: 8px; }
  .rstag { background: var(--rose-light); color: var(--rose); border-radius: 20px; padding: 3px 11px; font-size: 12px; font-weight: 700; }
  .rstag.green { background: var(--green-light); color: var(--green); }
  .rstag.sky   { background: var(--sky-light);   color: var(--sky); }

  /* ─── SECTION HEADER ─── */
  .sec-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 36px 0 16px;
  }
  .sec-num {
    width: 38px; height: 38px;
    border-radius: 11px;
    display: flex; align-items: center; justify-content: center;
    font-size: 15px; font-weight: 900; color: white; flex-shrink: 0;
  }
  .sec-num.rose   { background: var(--rose); }
  .sec-num.sky    { background: var(--sky); }
  .sec-num.purple { background: var(--purple); }
  .sec-title {
    font-family: 'Noto Serif KR', serif;
    font-size: 18px; font-weight: 700; color: var(--dark);
  }

  /* ─── ROUTE CARDS ─── */
  .route-card {
    background: var(--white);
    border-radius: 16px;
    padding: 20px 20px 16px;
    margin-bottom: 14px;
    box-shadow: 0 2px 10px rgba(200,40,80,0.1);
    border-left: 5px solid var(--rose);
  }
  .route-card.green-l { border-left-color: var(--green); }
  .route-card.teal-l  { border-left-color: var(--teal); }
  .rc-badge {
    display: inline-block;
    background: var(--rose-light);
    color: var(--rose);
    font-size: 11px;
    font-weight: 700;
    padding: 2px 9px;
    border-radius: 10px;
    margin-bottom: 8px;
  }
  .route-card.green-l .rc-badge { background: var(--green-light); color: var(--green); }
  .route-card.teal-l  .rc-badge { background: var(--teal-light);  color: var(--teal); }
  .rc-header { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 10px; }
  .rc-emoji  { font-size: 30px; flex-shrink: 0; }
  .rc-name   { font-family: 'Noto Serif KR', serif; font-size: 17px; font-weight: 700; color: var(--dark); }
  .rc-sub    { font-size: 11.5px; color: var(--gray); margin-top: 2px; }
  .route-card p { font-size: 14px; line-height: 1.85; color: #3C3C3C; }
  .rc-meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px dashed var(--border);
  }
  .rc-meta-item { text-align: center; }
  .rc-meta-label { font-size: 10.5px; color: var(--gray); margin-bottom: 2px; }
  .rc-meta-val   { font-size: 12.5px; font-weight: 900; color: var(--rose); }
  .route-card.green-l .rc-meta-val { color: var(--green); }

  /* ─── TABLE ─── */
  .table-wrap {
    overflow-x: auto;
    margin: 16px 0 22px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
  }
  table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13.5px;
    background: var(--white);
  }
  thead th {
    background: var(--dark);
    color: white;
    padding: 12px 14px;
    text-align: left;
    font-weight: 700;
    white-space: nowrap;
  }
  thead th:first-child { border-radius: 12px 0 0 0; }
  thead th:last-child  { border-radius: 0 12px 0 0; }
  tbody tr:nth-child(even) { background: #FDF2F5; }
  tbody td {
    padding: 11px 14px;
    border-bottom: 1px solid var(--border);
    line-height: 1.6;
    vertical-align: middle;
  }
  .badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
  }
  .badge-rose   { background: var(--rose-light);   color: var(--rose); }
  .badge-green  { background: var(--green-light);  color: var(--green); }
  .badge-sky    { background: var(--sky-light);    color: var(--sky); }
  .badge-teal   { background: var(--teal-light);   color: var(--teal); }
  .badge-gold   { background: var(--gold-light);   color: var(--gold); }

  /* ─── HIGHLIGHT ─── */
  .highlight {
    border-radius: 12px;
    padding: 18px 20px;
    margin: 14px 0;
    font-size: 14px;
    line-height: 1.82;
  }
  .highlight.rose   { background: var(--rose-light);   border-left: 3px solid var(--rose); }
  .highlight.green  { background: var(--green-light);  border-left: 3px solid var(--green); }
  .highlight.sky    { background: var(--sky-light);    border-left: 3px solid var(--sky); }
  .highlight.amber  { background: var(--amber-light);  border-left: 3px solid var(--amber); }
  .highlight.teal   { background: var(--teal-light);   border-left: 3px solid var(--teal); }
  .highlight.gold   { background: var(--gold-light);   border-left: 3px solid var(--gold); }
  .highlight.purple { background: var(--purple-light); border-left: 3px solid var(--purple); }
  .highlight strong { font-weight: 700; }

  /* ─── UV SECTION ─── */
  .uv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 16px 0;
  }
  .uv-item {
    background: var(--white);
    border-radius: 12px;
    padding: 14px 11px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    border-top: 3px solid var(--rose);
  }
  .uv-item.sky-t  { border-top-color: var(--sky); }
  .uv-item.teal-t { border-top-color: var(--teal); }
  .uv-emoji { font-size: 24px; display: block; margin-bottom: 5px; }
  .uv-name  { font-size: 12.5px; font-weight: 900; color: var(--dark); margin-bottom: 3px; }
  .uv-desc  { font-size: 11px; color: var(--gray); line-height: 1.55; }
  .uv-tip   { margin-top: 5px; font-size: 11px; font-weight: 700; color: var(--rose); }
  .uv-item.sky-t  .uv-tip { color: var(--sky); }
  .uv-item.teal-t .uv-tip { color: var(--teal); }

  /* ─── SKIN CARE ─── */
  .skin-card {
    background: var(--white);
    border-radius: 14px;
    padding: 20px 20px;
    margin: 14px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    border-left: 5px solid var(--rose);
  }
  .sk-title { font-size: 14.5px; font-weight: 900; color: var(--rose); margin-bottom: 12px; display: flex; align-items: center; gap: 7px; }
  .skin-row {
    display: flex;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px dashed var(--border);
    align-items: flex-start;
    font-size: 13.5px;
    line-height: 1.7;
  }
  .skin-row:last-child { border-bottom: none; }
  .skin-tag {
    font-size: 11px;
    font-weight: 900;
    padding: 2px 8px;
    border-radius: 8px;
    background: var(--rose-light);
    color: var(--rose);
    flex-shrink: 0;
    margin-top: 2px;
    white-space: nowrap;
  }
  .skin-tag.sky  { background: var(--sky-light);  color: var(--sky); }
  .skin-tag.teal { background: var(--teal-light);  color: var(--teal); }
  .skin-row strong { color: var(--rose); }

  /* ─── STEP LIST ─── */
  .step-list { list-style: none; margin: 14px 0; }
  .step-list li {
    display: flex; align-items: flex-start; gap: 12px;
    padding: 11px 0; border-bottom: 1px dashed var(--border);
    font-size: 14px; line-height: 1.78;
  }
  .step-list li:last-child { border-bottom: none; }
  .step-dot {
    width: 26px; height: 26px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 11px; font-weight: 900; color: white; flex-shrink: 0; margin-top: 2px;
  }
  .step-dot.rose   { background: var(--rose); }
  .step-dot.sky    { background: var(--sky); }
  .step-dot.purple { background: var(--purple); }
  .step-dot.gold   { background: var(--gold); }

  /* ─── CPLA QUOTE ─── */
  .quote-box {
    background: linear-gradient(135deg, #500818, #881030);
    border-radius: 14px;
    padding: 22px 24px;
    margin: 14px 0;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .quote-box::before {
    content: ' ';
    position: absolute;
    left: 14px; top: 10px;
    font-size: 50px;
    opacity: 0.2;
  }
  .quote-box::after {
    content: ' ';
    position: absolute;
    right: 14px; top: 10px;
    font-size: 50px;
    opacity: 0.2;
  }
  .qb-text {
    font-family: 'Noto Serif KR', serif;
    font-size: 17px;
    font-weight: 700;
    color: #F8D0D8;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .qb-sub { font-size: 13.5px; color: rgba(255,255,255,0.8); }

  /* ─── REWARD PLAN ─── */
  .reward-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 16px 0;
  }
  .reward-item {
    background: var(--white);
    border-radius: 12px;
    padding: 14px 11px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    border-top: 3px solid var(--rose);
  }
  .reward-item.gold-t   { border-top-color: var(--gold); }
  .reward-item.purple-t { border-top-color: var(--purple); }
  .ri-emoji { font-size: 24px; display: block; margin-bottom: 5px; }
  .ri-name  { font-size: 12.5px; font-weight: 900; color: var(--dark); margin-bottom: 3px; }
  .ri-desc  { font-size: 11px; color: var(--gray); line-height: 1.55; }
  .ri-cost  { margin-top: 5px; font-size: 12px; font-weight: 700; color: var(--rose); }
  .reward-item.gold-t   .ri-cost { color: var(--gold); }
  .reward-item.purple-t .ri-cost { color: var(--purple); }

  /* ─── CHEAT KEY ─── */
  .cheat-box {
    background: linear-gradient(135deg, #0E0408 0%, #200810 55%, #380C18 100%);
    border-radius: 18px;
    padding: 30px 26px;
    margin: 38px 0;
    color: white;
    position: relative;
    overflow: hidden;
  }
  .cheat-box::before {
    content: ' ';
    position: absolute;
    right: 16px; bottom: 10px;
    font-size: 72px;
    opacity: 0.13;
  }
  .cheat-box h3 {
    font-family: 'Noto Serif KR', serif;
    font-size: 17px; font-weight: 700;
    color: var(--rose-mid);
    margin-bottom: 16px;
    display: flex; align-items: center; gap: 8px;
  }
  .cheat-box p { font-size: 14px; line-height: 1.92; color: rgba(255,255,255,0.88); }
  .cheat-box p + p { margin-top: 10px; }
  .cheat-box strong { color: #F8C0D0; }
  .cheat-box .link-ref {
    display: inline-block;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 8px;
    padding: 3px 10px;
    font-size: 12.5px; font-weight: 700;
    color: var(--rose-mid);
    margin-top: 8px;
  }

  /* ─── CLOSING ─── */
  .closing {
    background: var(--dark);
    border-radius: 18px;
    padding: 30px 26px;
    margin-top: 42px;
    text-align: center;
    color: white;
  }
  .closing h4 {
    font-family: 'Noto Serif KR', serif;
    font-size: 17px; font-weight: 700;
    color: var(--rose-mid); margin-bottom: 12px;
  }
  .closing p { font-size: 13.5px; line-height: 1.85; color: rgba(255,255,255,0.8); margin-bottom: 18px; }
  .tag-list { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
  .tag {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 12px;
    color: rgba(255,255,255,0.85);
  }

  .divider { border: none; border-top: 2px dashed var(--border); margin: 30px 0; }

  @media (max-width: 480px) {
    .uv-grid     { grid-template-columns: 1fr 1fr; }
    .reward-grid { grid-template-columns: 1fr 1fr; }
    .rc-meta     { grid-template-columns: 1fr 1fr; }
  }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;post-wrap&quot;&gt;

  &lt;!-- HERO --&gt;
  &lt;div class=&quot;hero&quot;&gt;
    &lt;div class=&quot;series-badge&quot;&gt;갓생 치트키 #67&lt;/div&gt;
    &lt;h1&gt;오늘은 로즈데이!&lt;br&gt;장미 축제 속 '꽃길 러닝' 코스 &amp;&lt;br&gt;초여름 자외선 방어 치트키&lt;/h1&gt;
    &lt;p class=&quot;hero-sub&quot;&gt;5월 14일 — 중랑천 장미터널 원정 런 + 알로에 피부 진정 + 장미 향기 속 CPLA 공부&lt;/p&gt;
    &lt;div class=&quot;hero-meta&quot;&gt;
      &lt;span class=&quot;hero-pill&quot;&gt;  5월 14일 로즈데이&lt;/span&gt;
      &lt;span class=&quot;hero-pill&quot;&gt;  꽃길 러닝 코스&lt;/span&gt;
      &lt;span class=&quot;hero-pill&quot;&gt;☀️ 자외선 방어&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- ROSE STRIP --&gt;
  &lt;div class=&quot;rose-strip&quot;&gt;
    &lt;div class=&quot;rs-icon&quot;&gt; &lt;/div&gt;
    &lt;div class=&quot;rs-text&quot;&gt;
      &lt;p&gt;오늘 &lt;strong&gt;5월 14일 로즈데이(Rose Day)&lt;/strong&gt;입니다. 연인에게 장미꽃을 선물하는 기념일이지만, 갓생러에게는 &lt;strong&gt;'나 자신을 사랑하는 날'&lt;/strong&gt;이기도 합니다. 장미가 가장 아름답게 피는 5월, 장미 축제 명소를 달리며 훈련하고, 자외선으로부터 피부를 지키고, 저녁엔 장미 향기 속에서 CPLA를 공부하는 로즈데이 갓생을 제안합니다.&lt;/p&gt;
      &lt;div class=&quot;rs-tags&quot;&gt;
        &lt;span class=&quot;rstag&quot;&gt;  로즈데이&lt;/span&gt;
        &lt;span class=&quot;rstag green&quot;&gt;  꽃길 원정 런&lt;/span&gt;
        &lt;span class=&quot;rstag sky&quot;&gt;☀️ 자외선 방어&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;!-- SECTION 1: 꽃길 러닝 코스 --&gt;
  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;div class=&quot;sec-header&quot;&gt;
    &lt;div class=&quot;sec-num rose&quot;&gt;1&lt;/div&gt;
    &lt;div class=&quot;sec-title&quot;&gt;로즈 런(Rose Run) — 장미 향기 맡으며 달리는 원정 코스&lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:14px; line-height:1.85; margin-bottom:16px;&quot;&gt;
    5월 중순은 서울·수도권 장미가 절정에 달하는 시기입니다. 평소 달리던 한강·탄천 대신, 오늘만큼은 장미가 만발한 명소를 달려보세요. 꽃 향기를 맡으며 달리면 러닝의 지루함이 사라지고 멘탈도 리셋됩니다. D-17일 하프마라톤을 준비하는 러너에게 이보다 좋은 훈련 환경은 없습니다.
  &lt;/p&gt;

  &lt;!-- 중랑천 장미터널 --&gt;
  &lt;div class=&quot;route-card&quot;&gt;
    &lt;span class=&quot;rc-badge&quot;&gt;  서울 최대 장미 군락&lt;/span&gt;
    &lt;div class=&quot;rc-header&quot;&gt;
      &lt;div class=&quot;rc-emoji&quot;&gt; &lt;/div&gt;
      &lt;div&gt;
        &lt;div class=&quot;rc-name&quot;&gt;중랑천 장미터널 &amp; 장미공원&lt;/div&gt;
        &lt;div class=&quot;rc-sub&quot;&gt;서울 중랑구 · 지하철 1호선 회기역·외대앞역 하차&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;p&gt;중랑천변 장미공원은 서울에서 가장 큰 장미 군락지입니다. 5월 중~하순 &lt;strong&gt;중랑 장미 축제&lt;/strong&gt; 기간에는 7km 길이의 장미터널이 조성되며, 달리기에 최적인 평탄한 하천변 코스가 이어집니다. 지하철로 이동(K-패스 환급 적립)하면 주차 걱정 없이 코스 양쪽 끝에서 출발·도착이 가능합니다.&lt;/p&gt;
    &lt;p&gt;장미 향기가 가장 진한 아침 6~8시에 달리면 훈련 효과와 힐링 효과를 동시에 얻을 수 있습니다.&lt;/p&gt;
    &lt;div class=&quot;rc-meta&quot;&gt;
      &lt;div class=&quot;rc-meta-item&quot;&gt;
        &lt;div class=&quot;rc-meta-label&quot;&gt;코스 거리&lt;/div&gt;
        &lt;div class=&quot;rc-meta-val&quot;&gt;왕복 10~14km&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;rc-meta-item&quot;&gt;
        &lt;div class=&quot;rc-meta-label&quot;&gt;교통&lt;/div&gt;
        &lt;div class=&quot;rc-meta-val&quot;&gt;1호선 회기역&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;rc-meta-item&quot;&gt;
        &lt;div class=&quot;rc-meta-label&quot;&gt;입장료&lt;/div&gt;
        &lt;div class=&quot;rc-meta-val&quot;&gt;무료  &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 올림픽공원 장미광장 --&gt;
  &lt;div class=&quot;route-card green-l&quot;&gt;
    &lt;span class=&quot;rc-badge&quot;&gt;  도심 속 장미 정원&lt;/span&gt;
    &lt;div class=&quot;rc-header&quot;&gt;
      &lt;div class=&quot;rc-emoji&quot;&gt; &lt;/div&gt;
      &lt;div&gt;
        &lt;div class=&quot;rc-name&quot;&gt;올림픽공원 장미광장&lt;/div&gt;
        &lt;div class=&quot;rc-sub&quot;&gt;서울 송파구 · 지하철 5호선 올림픽공원역&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;p&gt;올림픽공원 내 장미광장은 5월마다 수천 종의 장미가 피어나는 서울 대표 장미 명소입니다. 공원 내 러닝 코스(5~9km)가 잘 정비되어 있어, 달리는 중간 장미 정원을 통과하는 경험이 독특합니다. 5호선 직접 접근, 공원 내 카페·편의점이 있어 수분 보충도 편리합니다.&lt;/p&gt;
    &lt;div class=&quot;rc-meta&quot;&gt;
      &lt;div class=&quot;rc-meta-item&quot;&gt;
        &lt;div class=&quot;rc-meta-label&quot;&gt;코스 거리&lt;/div&gt;
        &lt;div class=&quot;rc-meta-val&quot;&gt;5~9km 루프&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;rc-meta-item&quot;&gt;
        &lt;div class=&quot;rc-meta-label&quot;&gt;교통&lt;/div&gt;
        &lt;div class=&quot;rc-meta-val&quot;&gt;5호선 도보 5분&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;rc-meta-item&quot;&gt;
        &lt;div class=&quot;rc-meta-label&quot;&gt;입장료&lt;/div&gt;
        &lt;div class=&quot;rc-meta-val&quot;&gt;무료  &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 전국 장미 축제 표 --&gt;
  &lt;div class=&quot;table-wrap&quot;&gt;
    &lt;table&gt;
      &lt;thead&gt;
        &lt;tr&gt;
          &lt;th&gt;축제명&lt;/th&gt;
          &lt;th&gt;장소&lt;/th&gt;
          &lt;th&gt;시기 (예상)&lt;/th&gt;
          &lt;th&gt;러닝 적합도&lt;/th&gt;
        &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
        &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;중랑 장미 축제&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;서울 중랑천변&lt;/td&gt;
          &lt;td&gt;5월 중~하순&lt;/td&gt;
          &lt;td&gt;&lt;span class=&quot;badge badge-rose&quot;&gt;★★★★★ 평탄·장거리 최적&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;곡성 세계 장미 축제&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;전남 곡성 섬진강기차마을&lt;/td&gt;
          &lt;td&gt;5월 하순~6월 초&lt;/td&gt;
          &lt;td&gt;&lt;span class=&quot;badge badge-green&quot;&gt;★★★★ 원정 런 코스&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;올림픽공원 장미광장&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;서울 송파구&lt;/td&gt;
          &lt;td&gt;5월 중순~하순&lt;/td&gt;
          &lt;td&gt;&lt;span class=&quot;badge badge-rose&quot;&gt;★★★★ 루프 코스&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;인천 장미원&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;인천 남동구&lt;/td&gt;
          &lt;td&gt;5월 중순&lt;/td&gt;
          &lt;td&gt;&lt;span class=&quot;badge badge-teal&quot;&gt;★★★ 경인선 접근&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;

  &lt;div class=&quot;highlight rose&quot;&gt;
    &lt;strong&gt;  꽃길 러닝 치트키:&lt;/strong&gt; 장미 향기가 가장 진한 시간은 &lt;strong&gt;이슬이 마르는 오전 7~9시&lt;/strong&gt;입니다. 오후 2시 이후에는 기온이 오르며 향기가 약해집니다. 오늘 달리기를 오전에 배치하면 향기도, 선선한 날씨도, 낮은 오존 지수도 모두 잡을 수 있습니다. 지하철로 이동하면 K-패스 환급이 쌓이고, 플로깅(#46)으로 탄소중립포인트까지 챙기세요.
  &lt;/div&gt;

  &lt;hr class=&quot;divider&quot;&gt;

  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;!-- SECTION 2: 자외선 방어 + 피부 진정 --&gt;
  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;div class=&quot;sec-header&quot;&gt;
    &lt;div class=&quot;sec-num sky&quot;&gt;2&lt;/div&gt;
    &lt;div class=&quot;sec-title&quot;&gt;5월 자외선 방어 — 탄 피부 진정 &amp; 피부 리셋법&lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:14px; line-height:1.85; margin-bottom:16px;&quot;&gt;
    5월 14일 자외선 지수는 '높음~매우 높음' 수준입니다. 장미 축제를 즐기며 1~2시간 야외에 있으면 피부가 빠르게 붉어집니다. #47에서 선크림 도포법을 배웠다면, 오늘은 &lt;strong&gt;이미 탄 피부를 진정시키는 애프터케어&lt;/strong&gt;까지 완성합니다.
  &lt;/p&gt;

  &lt;div class=&quot;uv-grid&quot;&gt;
    &lt;div class=&quot;uv-item&quot;&gt;
      &lt;span class=&quot;uv-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;uv-name&quot;&gt;알로에 젤 진정&lt;/div&gt;
      &lt;div class=&quot;uv-desc&quot;&gt;자외선 후 열감·붉음 즉각 완화. 냉장 보관 후 사용하면 효과 ↑&lt;/div&gt;
      &lt;div class=&quot;uv-tip&quot;&gt;훈련 후 즉시 도포&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;uv-item sky-t&quot;&gt;
      &lt;span class=&quot;uv-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;uv-name&quot;&gt;감자 팩&lt;/div&gt;
      &lt;div class=&quot;uv-desc&quot;&gt;얇게 썬 감자를 10분. 카테콜라아제 효소가 멜라닌 생성 억제. 천연 미백.&lt;/div&gt;
      &lt;div class=&quot;uv-tip&quot;&gt;주 2~3회&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;uv-item teal-t&quot;&gt;
      &lt;span class=&quot;uv-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;uv-name&quot;&gt;장미수 스프레이&lt;/div&gt;
      &lt;div class=&quot;uv-desc&quot;&gt;달리기 중 미스트 대신 로즈워터. 항산화·진정 효과. 수분 보충 겸용.&lt;/div&gt;
      &lt;div class=&quot;uv-tip&quot;&gt;훈련 중·후 사용&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 피부 진정 루틴 --&gt;
  &lt;div class=&quot;skin-card&quot;&gt;
    &lt;div class=&quot;sk-title&quot;&gt;  야외 훈련 후 피부 진정 루틴 — 30분 완성&lt;/div&gt;
    &lt;div class=&quot;skin-row&quot;&gt;
      &lt;span class=&quot;skin-tag&quot;&gt;즉시&lt;/span&gt;
      &lt;span&gt;&lt;strong&gt;그늘 이동 + 미지근한 물 페이셜 미스트&lt;/strong&gt;. 뜨거운 물로 씻으면 모공 팽창 → 열기 더 심해짐. 미온수 또는 찬 물로 세안.&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;skin-row&quot;&gt;
      &lt;span class=&quot;skin-tag&quot;&gt;귀가 후&lt;/span&gt;
      &lt;span&gt;&lt;strong&gt;냉장 알로에 젤 도포&lt;/strong&gt;. 얼굴·목·팔 등 노출 부위 전체에 두툼하게 발라 15분 흡수. 냉장 알로에 젤이 없다면 그릭요거트를 팩으로 대용 가능.&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;skin-row&quot;&gt;
      &lt;span class=&quot;skin-tag sky&quot;&gt;15분 후&lt;/span&gt;
      &lt;span&gt;&lt;strong&gt;감자 팩 10분&lt;/strong&gt;. 생감자를 얇게 썰어 붉어진 부위에 올려두기. 차갑게 식힌 후 사용하면 진정 효과 배가. 로즈데이에 가장 어울리는 천연 팩.&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;skin-row&quot;&gt;
      &lt;span class=&quot;skin-tag teal&quot;&gt;마무리&lt;/span&gt;
      &lt;span&gt;&lt;strong&gt;수분 크림 + 비타민C 세럼&lt;/strong&gt;. 자외선 손상 후 24시간 내 비타민C가 색소 침착 방지에 효과적. 내부 섭취도 병행 — 키위·블루베리 한 줌 (#40).&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;highlight sky&quot;&gt;
    &lt;strong&gt;☀️ 5월 SPF 선택 업그레이드 (#47 복습):&lt;/strong&gt;&lt;br&gt;
    날씨가 더워질수록 선크림이 빨리 흘러내립니다. 이제부터는 &lt;strong&gt;'내수성 80분 + SPF 50+ PA++++' 조합의 스틱형&lt;/strong&gt;이 표준입니다. 장미축제처럼 야외 2시간 이상 있다면 1시간마다 재도포가 필수입니다. 로즈데이 특집으로 오늘 선크림 재고를 확인하고, 부족하다면 올리브영·무신사에서 추가 구매해두세요.
  &lt;/div&gt;

  &lt;hr class=&quot;divider&quot;&gt;

  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;!-- SECTION 3: 장미 향기 속 CPLA + 셀프 선물 --&gt;
  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;div class=&quot;sec-header&quot;&gt;
    &lt;div class=&quot;sec-num purple&quot;&gt;3&lt;/div&gt;
    &lt;div class=&quot;sec-title&quot;&gt;나 자신에게 장미를 — 셀프 선물 + 저녁 CPLA 루틴&lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;quote-box&quot;&gt;
    &lt;div class=&quot;qb-text&quot;&gt;
      &quot;장미는 가시가 있어 아름답고,&lt;br&gt;우리의 공부도 고통 뒤에 합격이라는 꽃이 핍니다.&quot;
    &lt;/div&gt;
    &lt;div class=&quot;qb-sub&quot;&gt;— 로즈데이 갓생러의 CPLA 다짐&lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:14px; line-height:1.85; margin: 16px 0;&quot;&gt;
    로즈데이는 연인에게만 꽃을 선물하는 날이 아닙니다. 매일 달리고, 공부하고, 절약하며 갓생을 살아온 나 자신에게 작은 보상을 주는 날이기도 합니다. 오늘 저녁 편의점이나 꽃집에서 장미 한 송이(3,000~5,000원)를 구매해 책상 옆에 두고 공부해보세요. 향기가 집중력을 높이고, 눈길을 끄는 꽃이 '나를 위한 동기부여'가 됩니다.
  &lt;/p&gt;

  &lt;!-- 셀프 선물 아이디어 --&gt;
  &lt;div class=&quot;reward-grid&quot;&gt;
    &lt;div class=&quot;reward-item&quot;&gt;
      &lt;span class=&quot;ri-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;ri-name&quot;&gt;장미 한 송이&lt;/div&gt;
      &lt;div class=&quot;ri-desc&quot;&gt;편의점·꽃집. 책상 옆 물병에 꽂아두면 공부 동기부여 최고.&lt;/div&gt;
      &lt;div class=&quot;ri-cost&quot;&gt;3,000~5,000원&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;reward-item gold-t&quot;&gt;
      &lt;span class=&quot;ri-emoji&quot;&gt;☕&lt;/span&gt;
      &lt;div class=&quot;ri-name&quot;&gt;발로소득 커피&lt;/div&gt;
      &lt;div class=&quot;ri-desc&quot;&gt;발로소득·편의점 포인트로 무료 아이스 아메리카노 한 잔.&lt;/div&gt;
      &lt;div class=&quot;ri-cost&quot;&gt;포인트 사용 0원&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;reward-item purple-t&quot;&gt;
      &lt;span class=&quot;ri-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;ri-name&quot;&gt;장미 입욕제 족욕&lt;/div&gt;
      &lt;div class=&quot;ri-desc&quot;&gt;다이소 장미 입욕제 + 족욕으로 #54 슬립맥싱 업그레이드.&lt;/div&gt;
      &lt;div class=&quot;ri-cost&quot;&gt;1,000~3,000원&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;ul class=&quot;step-list&quot;&gt;
    &lt;li&gt;
      &lt;div class=&quot;step-dot purple&quot;&gt;1&lt;/div&gt;
      &lt;div&gt;&lt;strong&gt;오늘 저녁 CPLA 루틴 — 장미 향기 집중법:&lt;/strong&gt;&lt;br&gt;
      장미 한 송이를 책상 옆에 → 아이스 아메리카노(발로소득 포인트) → 노동법 판례 3개 집중 복습.&lt;br&gt;
      오늘 목표: ① 정리해고 4요건(긴해합협) ② 전직명령 정당성(업수범) ③ 근로기준법 제54조(4·30·8·60)&lt;br&gt;
      이 세 개를 눈 감고 말할 수 있으면 오늘 완성.&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;div class=&quot;step-dot purple&quot;&gt;2&lt;/div&gt;
      &lt;div&gt;&lt;strong&gt;장미 족욕으로 슬립맥싱 업그레이드 (#54 복습):&lt;/strong&gt; 오늘 저녁 공부 후 장미 입욕제(다이소 1,000원)를 넣은 족욕 15분 → L자 다리 10분 → 캐모마일 티. 장미향이 더해진 오늘의 슬립맥싱은 특별합니다. 내일 D-16일 훈련을 위한 최고의 회복 루틴입니다.&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;div class=&quot;step-dot gold&quot;&gt;3&lt;/div&gt;
      &lt;div&gt;&lt;strong&gt;로즈데이 절약 치트키:&lt;/strong&gt; 외식이나 비싼 선물 대신 오늘의 지출을 최소화하고, 아낀 돈을 파킹통장에 이체하세요. 장미 한 송이(5,000원) + 발로소득 커피(0원) + 다이소 족욕제(1,000원) = 총 6,000원의 완벽한 로즈데이. 나머지는 파킹통장으로.&lt;/div&gt;
    &lt;/li&gt;
  &lt;/ul&gt;

  &lt;!-- CHEAT KEY BOX --&gt;
  &lt;div class=&quot;cheat-box&quot;&gt;
    &lt;h3&gt; ️ 이달의 핵심 치트키: 가시 없는 장미는 없다 — 고통 뒤의 꽃&lt;/h3&gt;
    &lt;p&gt;
      장미는 가시가 있어서 아름답습니다. 쉽게 꺾이지 않기 위한 자기 방어 본능입니다. CPLA 공부의 고통, 30도 폭염 속 훈련의 고통, 매일의 절약이 불편함 — 이 모든 가시가 쌓여서 &lt;strong&gt;합격이라는 꽃, 완주라는 꽃, 경제적 자유라는 꽃&lt;/strong&gt;이 핍니다.
    &lt;/p&gt;
    &lt;p&gt;
      오늘 로즈데이에 장미 한 송이를 나 자신에게 선물하세요. 그리고 그 향기 속에서 딱 3개의 판례만 완벽히 외우세요. &lt;strong&gt;작은 보상이 오늘의 몰입을 만들고, 오늘의 몰입이 합격을 만듭니다.&lt;/strong&gt;
    &lt;/p&gt;
    &lt;p&gt;
      D-17일. 오늘 중랑천 장미터널을 달리고, 알로에 젤로 피부를 진정시키고, 장미 한 송이 옆에서 노동법을 공부하는 것 — 그것이 5월 14일 로즈데이 갓생의 완성입니다.
    &lt;/p&gt;
    &lt;span class=&quot;link-ref&quot;&gt;  이전 포스팅: [갓생 치트키 #66] 대학 축제 암표 주의 &amp; 무알코올 레시피 →&lt;/span&gt;
  &lt;/div&gt;

  &lt;!-- CLOSING --&gt;
  &lt;div class=&quot;closing&quot;&gt;
    &lt;h4&gt;  The Fix — 오늘 당장 실행할 것 3가지&lt;/h4&gt;
    &lt;p&gt;
      ① 에어코리아 확인 후 오전 중랑천 or 올림픽공원 꽃길 러닝 10~14km&lt;br&gt;
      ② 귀가 후 냉장 알로에 젤 → 감자 팩 → 비타민C 세럼 피부 진정 루틴 30분&lt;br&gt;
      ③ 편의점에서 장미 한 송이 구매 → 책상 옆에 두고 CPLA 판례 3개 완벽 암기
    &lt;/p&gt;
    &lt;div class=&quot;tag-list&quot;&gt;
      &lt;span class=&quot;tag&quot;&gt;#로즈데이&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#5월14일&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#서울장미축제&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#자외선차단제추천&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#마라톤훈련&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#갓생치트키&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <author>갓생치트키</author>
      <guid isPermaLink="true">https://infomationhealth.tistory.com/71</guid>
      <comments>https://infomationhealth.tistory.com/71#entry71comment</comments>
      <pubDate>Thu, 14 May 2026 08:30:49 +0900</pubDate>
    </item>
    <item>
      <title>[갓생 치트키] 5월 대학 축제 라인업 총정리! 암표 사기 방지법 &amp;amp; 운동 후 '갈증 해소' 무알코올 치트키</title>
      <link>https://infomationhealth.tistory.com/70</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;[갓생 치트키 #66] 5월 대학 축제 라인업 총정리! 암표 사기 방지법 &amp; 운동 후 '갈증 해소' 무알코올 치트키&lt;/title&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&amp;family=Noto+Serif+KR:wght@400;700&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;
&lt;style&gt;
  :root {
    --fest: #6A28C8;
    --fest-light: #F0EDFB;
    --fest-mid: #A870E8;
    --green: #1E7040;
    --green-light: #EAF4EC;
    --teal: #1A7878;
    --teal-light: #E5F5F3;
    --amber: #B07808;
    --amber-light: #FEF7E4;
    --red: #BF2020;
    --red-light: #FDEAEA;
    --mint: #1A9060;
    --mint-light: #E5F5EF;
    --watermelon: #C83048;
    --watermelon-light: #FDEEF2;
    --gold: #C09010;
    --gold-light: #FEF8E4;
    --dark: #0A0818;
    --text: #1E1E1E;
    --gray: #6C757D;
    --border: #E0D8F0;
    --white: #FFFFFF;
    --bg: #F6F4FB;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  body {
    font-family: 'Noto Sans KR', sans-serif;
    background: var(--bg);
    color: var(--text);
    font-size: 15px;
    line-height: 1.8;
  }

  .post-wrap {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 16px 64px;
  }

  /* ─── HERO ─── */
  .hero {
    background: linear-gradient(145deg, #200848 0%, #6A28C8 50%, #8A48E0 100%);
    border-radius: 22px;
    padding: 46px 32px 40px;
    margin: 28px 0 30px;
    color: white;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: ' ';
    position: absolute;
    right: 16px; top: 14px;
    font-size: 88px;
    opacity: 0.18;
  }
  .hero::after {
    content: ' ';
    position: absolute;
    left: -8px; bottom: -10px;
    font-size: 70px;
    opacity: 0.1;
  }
  .series-badge {
    display: inline-block;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 20px;
    padding: 4px 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
  }
  .hero h1 {
    font-family: 'Noto Serif KR', serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 14px;
  }
  .hero-sub { font-size: 13.5px; opacity: 0.88; line-height: 1.7; }
  .hero-meta { margin-top: 16px; display: flex; gap: 8px; flex-wrap: wrap; }
  .hero-pill {
    background: rgba(255,255,255,0.16);
    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 20px;
    padding: 3px 12px;
    font-size: 12px;
    font-weight: 600;
  }

  /* ─── SECTION HEADER ─── */
  .sec-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 36px 0 16px;
  }
  .sec-num {
    width: 38px; height: 38px;
    border-radius: 11px;
    display: flex; align-items: center; justify-content: center;
    font-size: 15px; font-weight: 900; color: white; flex-shrink: 0;
  }
  .sec-num.fest  { background: var(--fest); }
  .sec-num.mint  { background: var(--mint); }
  .sec-num.teal  { background: var(--teal); }
  .sec-title {
    font-family: 'Noto Serif KR', serif;
    font-size: 18px; font-weight: 700; color: var(--dark);
  }

  /* ─── FESTIVAL LINEUP ─── */
  .lineup-card {
    background: var(--dark);
    border-radius: 14px;
    padding: 20px 22px;
    margin: 16px 0;
    color: white;
    position: relative;
    overflow: hidden;
  }
  .lineup-card::before {
    content: ' ';
    position: absolute;
    right: 14px; top: 10px;
    font-size: 60px;
    opacity: 0.12;
  }
  .lc-title { font-size: 14.5px; font-weight: 900; color: var(--fest-mid); margin-bottom: 14px; display: flex; align-items: center; gap: 7px; }
  .lineup-row {
    display: flex;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(255,255,255,0.1);
    font-size: 13.5px;
    color: rgba(255,255,255,0.88);
    align-items: flex-start;
    line-height: 1.65;
  }
  .lineup-row:last-child { border-bottom: none; }
  .lu-school { font-size: 12px; font-weight: 900; color: var(--fest-mid); width: 72px; flex-shrink: 0; }
  .lu-info { flex: 1; }
  .lu-info strong { color: #E8D0FF; }

  /* ─── SCAM WARNING ─── */
  .scam-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 16px 0;
  }
  .scam-card {
    background: var(--white);
    border-radius: 14px;
    padding: 17px 16px;
    box-shadow: 0 2px 8px rgba(106,40,200,0.1);
  }
  .scam-card.bad  { border-top: 3px solid var(--red); }
  .scam-card.safe { border-top: 3px solid var(--green); }
  .sc-header { font-size: 13.5px; font-weight: 900; margin-bottom: 10px; display: flex; align-items: center; gap: 6px; }
  .scam-card.bad  .sc-header { color: var(--red); }
  .scam-card.safe .sc-header { color: var(--green); }
  .scam-card ul { list-style: none; }
  .scam-card ul li {
    font-size: 13px;
    line-height: 1.72;
    padding: 4px 0;
    border-bottom: 1px dashed var(--border);
    display: flex;
    gap: 6px;
    align-items: flex-start;
  }
  .scam-card ul li:last-child { border-bottom: none; }
  .scam-card.bad  ul li::before { content: ' '; font-size: 11px; flex-shrink: 0; }
  .scam-card.safe ul li::before { content: '✓'; color: var(--green); font-weight: 900; flex-shrink: 0; }

  /* ─── HIGHLIGHT ─── */
  .highlight {
    border-radius: 12px;
    padding: 18px 20px;
    margin: 14px 0;
    font-size: 14px;
    line-height: 1.82;
  }
  .highlight.fest        { background: var(--fest-light);       border-left: 3px solid var(--fest); }
  .highlight.mint        { background: var(--mint-light);       border-left: 3px solid var(--mint); }
  .highlight.green       { background: var(--green-light);      border-left: 3px solid var(--green); }
  .highlight.amber       { background: var(--amber-light);      border-left: 3px solid var(--amber); }
  .highlight.teal        { background: var(--teal-light);       border-left: 3px solid var(--teal); }
  .highlight.watermelon  { background: var(--watermelon-light); border-left: 3px solid var(--watermelon); }
  .highlight.gold        { background: var(--gold-light);       border-left: 3px solid var(--gold); }
  .highlight strong { font-weight: 700; }

  /* ─── CPLA LAW BOX ─── */
  .law-card {
    background: var(--white);
    border-radius: 14px;
    padding: 18px 20px;
    margin: 14px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    border-left: 5px solid var(--fest);
  }
  .law-title { font-size: 14.5px; font-weight: 900; color: var(--fest); margin-bottom: 10px; display: flex; align-items: center; gap: 7px; }
  .law-item {
    display: flex;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px dashed var(--border);
    font-size: 13.5px;
    line-height: 1.7;
  }
  .law-item:last-child { border-bottom: none; }
  .law-tag {
    font-size: 11px;
    font-weight: 900;
    padding: 2px 8px;
    border-radius: 8px;
    background: var(--fest-light);
    color: var(--fest);
    flex-shrink: 0;
    white-space: nowrap;
    margin-top: 2px;
  }

  /* ─── DRINK CARDS ─── */
  .drink-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 16px 0;
  }
  .drink-card {
    background: var(--white);
    border-radius: 14px;
    padding: 18px 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    position: relative;
  }
  .drink-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    border-radius: 14px 14px 0 0;
  }
  .drink-card.watermelon-d::before { background: var(--watermelon); }
  .drink-card.mint-d::before       { background: var(--mint); }
  .drink-card.citrus-d::before     { background: var(--amber); }
  .drink-card.blue-d::before       { background: #2888C8; }
  .dc-emoji { font-size: 28px; display: block; margin-bottom: 5px; }
  .dc-name  { font-size: 14px; font-weight: 900; color: var(--dark); margin-bottom: 6px; }
  .drink-card p { font-size: 12.5px; line-height: 1.72; color: #3C3C3C; }
  .dc-hydra { margin-top: 8px; font-size: 12px; font-weight: 700; color: var(--mint); }

  /* ─── RECIPE DETAIL ─── */
  .recipe-box {
    background: var(--white);
    border-radius: 14px;
    padding: 20px 20px;
    margin: 14px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    border-top: 3px solid var(--watermelon);
  }
  .rb-title { font-size: 14.5px; font-weight: 900; color: var(--watermelon); margin-bottom: 12px; display: flex; align-items: center; gap: 7px; }
  .rb-step {
    display: flex;
    gap: 12px;
    padding: 9px 0;
    border-bottom: 1px dashed var(--border);
    align-items: flex-start;
    font-size: 13.5px;
  }
  .rb-step:last-child { border-bottom: none; }
  .rb-num {
    width: 26px; height: 26px;
    border-radius: 50%;
    background: var(--watermelon);
    color: white;
    font-size: 11px; font-weight: 900;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; margin-top: 2px;
  }
  .rb-content { line-height: 1.7; color: #3C3C3C; }

  /* ─── TABLE ─── */
  .table-wrap {
    overflow-x: auto;
    margin: 16px 0 22px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
  }
  table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13.5px;
    background: var(--white);
  }
  thead th {
    background: var(--dark);
    color: white;
    padding: 12px 14px;
    text-align: left;
    font-weight: 700;
    white-space: nowrap;
  }
  thead th:first-child { border-radius: 12px 0 0 0; }
  thead th:last-child  { border-radius: 0 12px 0 0; }
  tbody tr:nth-child(even) { background: #F3F0FB; }
  tbody td {
    padding: 11px 14px;
    border-bottom: 1px solid var(--border);
    line-height: 1.6;
    vertical-align: middle;
  }
  .badge {
    display: inline-block; padding: 2px 8px; border-radius: 20px; font-size: 11px; font-weight: 700;
  }
  .badge-fest  { background: var(--fest-light);  color: var(--fest); }
  .badge-mint  { background: var(--mint-light);  color: var(--mint); }
  .badge-green { background: var(--green-light); color: var(--green); }
  .badge-amber { background: var(--amber-light); color: var(--amber); }
  .badge-teal  { background: var(--teal-light);  color: var(--teal); }

  /* ─── STEP LIST ─── */
  .step-list { list-style: none; margin: 14px 0; }
  .step-list li {
    display: flex; align-items: flex-start; gap: 12px;
    padding: 11px 0; border-bottom: 1px dashed var(--border);
    font-size: 14px; line-height: 1.78;
  }
  .step-list li:last-child { border-bottom: none; }
  .step-dot {
    width: 26px; height: 26px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 11px; font-weight: 900; color: white; flex-shrink: 0; margin-top: 2px;
  }
  .step-dot.fest  { background: var(--fest); }
  .step-dot.mint  { background: var(--mint); }
  .step-dot.teal  { background: var(--teal); }
  .step-dot.gold  { background: var(--gold); }

  /* ─── CHEAT KEY ─── */
  .cheat-box {
    background: linear-gradient(135deg, #0A0818 0%, #141030 55%, #1E1848 100%);
    border-radius: 18px;
    padding: 30px 26px;
    margin: 38px 0;
    color: white;
    position: relative;
    overflow: hidden;
  }
  .cheat-box::before {
    content: ' ';
    position: absolute;
    right: 16px; bottom: 10px;
    font-size: 72px;
    opacity: 0.13;
  }
  .cheat-box h3 {
    font-family: 'Noto Serif KR', serif;
    font-size: 17px; font-weight: 700;
    color: var(--fest-mid);
    margin-bottom: 16px;
    display: flex; align-items: center; gap: 8px;
  }
  .cheat-box p { font-size: 14px; line-height: 1.92; color: rgba(255,255,255,0.88); }
  .cheat-box p + p { margin-top: 10px; }
  .cheat-box strong { color: #D0A8FF; }
  .cheat-box .link-ref {
    display: inline-block;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 8px;
    padding: 3px 10px;
    font-size: 12.5px; font-weight: 700;
    color: var(--fest-mid);
    margin-top: 8px;
  }

  /* ─── CLOSING ─── */
  .closing {
    background: var(--dark);
    border-radius: 18px;
    padding: 30px 26px;
    margin-top: 42px;
    text-align: center;
    color: white;
  }
  .closing h4 {
    font-family: 'Noto Serif KR', serif;
    font-size: 17px; font-weight: 700;
    color: var(--fest-mid); margin-bottom: 12px;
  }
  .closing p { font-size: 13.5px; line-height: 1.85; color: rgba(255,255,255,0.8); margin-bottom: 18px; }
  .tag-list { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
  .tag {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 12px;
    color: rgba(255,255,255,0.85);
  }

  .divider { border: none; border-top: 2px dashed var(--border); margin: 30px 0; }

  @media (max-width: 480px) {
    .scam-grid  { grid-template-columns: 1fr; }
    .drink-grid { grid-template-columns: 1fr; }
  }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;post-wrap&quot;&gt;

  &lt;!-- HERO --&gt;
  &lt;div class=&quot;hero&quot;&gt;
    &lt;div class=&quot;series-badge&quot;&gt;갓생 치트키 #66&lt;/div&gt;
    &lt;h1&gt;5월 대학 축제 라인업 총정리!&lt;br&gt;암표 사기 방지법 &amp;&lt;br&gt;운동 후 '갈증 해소' 무알코올 치트키&lt;/h1&gt;
    &lt;p class=&quot;hero-sub&quot;&gt;축제 즐기되 암표 조심 + 러너를 위한 수박 모히또 레시피 + 축제 BGM으로 CPLA 공부법&lt;/p&gt;
    &lt;div class=&quot;hero-meta&quot;&gt;
      &lt;span class=&quot;hero-pill&quot;&gt;  5월 대학 축제 시즌&lt;/span&gt;
      &lt;span class=&quot;hero-pill&quot;&gt;  암표 사기 주의보&lt;/span&gt;
      &lt;span class=&quot;hero-pill&quot;&gt;  무알코올 레시피&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;!-- SECTION 1: 축제 라인업 + 암표 주의보 --&gt;
  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;div class=&quot;sec-header&quot;&gt;
    &lt;div class=&quot;sec-num fest&quot;&gt;1&lt;/div&gt;
    &lt;div class=&quot;sec-title&quot;&gt;5월 대학 축제 — 라인업 확인법 &amp; 암표 사기 방지 치트키&lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:14px; line-height:1.85; margin-bottom:16px;&quot;&gt;
    매년 5월 중·하순은 대학 축제 시즌의 절정입니다. 유명 아티스트 라인업을 보고 싶은 마음에 SNS·중고거래 플랫폼에서 암표를 사는 경우가 생기는데, 이는 법적·경제적으로 모두 위험합니다. CPLA를 공부하는 수험생이라면 이 문제를 더 깊이 이해할 수 있습니다.
  &lt;/p&gt;

  &lt;!-- 축제 라인업 확인 방법 --&gt;
  &lt;div class=&quot;lineup-card&quot;&gt;
    &lt;div class=&quot;lc-title&quot;&gt;  5월 주요 대학 축제 — 공식 확인 경로&lt;/div&gt;
    &lt;div class=&quot;lineup-row&quot;&gt;
      &lt;div class=&quot;lu-school&quot;&gt;연세대&lt;/div&gt;
      &lt;div class=&quot;lu-info&quot;&gt;아카라카 (5월 하순) — &lt;strong&gt;공식 학생처 홈페이지·총학생회 인스타그램&lt;/strong&gt;에서 무료 공개 부분 확인&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;lineup-row&quot;&gt;
      &lt;div class=&quot;lu-school&quot;&gt;고려대&lt;/div&gt;
      &lt;div class=&quot;lu-info&quot;&gt;입실렌티 (5월 중하순) — &lt;strong&gt;고려대 총학생회 SNS&lt;/strong&gt;에서 당일 공연 현장 공개 여부 확인&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;lineup-row&quot;&gt;
      &lt;div class=&quot;lu-school&quot;&gt;서울대&lt;/div&gt;
      &lt;div class=&quot;lu-info&quot;&gt;관악문화제 (5월 중순) — &lt;strong&gt;공식 홈페이지&lt;/strong&gt;에서 행사 일정 발표, 일부 프로그램 일반 공개&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;lineup-row&quot;&gt;
      &lt;div class=&quot;lu-school&quot;&gt;일반원칙&lt;/div&gt;
      &lt;div class=&quot;lu-info&quot;&gt;&lt;strong&gt;재학생 우선 배부 티켓&lt;/strong&gt;은 공식 경로(학교 앱·총학 SNS)로만 발급. 외부 유통 티켓은 100% 위조 또는 암표 위험.&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 암표 사기 체크 --&gt;
  &lt;div class=&quot;scam-grid&quot;&gt;
    &lt;div class=&quot;scam-card bad&quot;&gt;
      &lt;div class=&quot;sc-header&quot;&gt;  암표 사기 레드플래그&lt;/div&gt;
      &lt;ul&gt;
        &lt;li&gt;재학생 인증 없이 판매하는 유료 티켓&lt;/li&gt;
        &lt;li&gt;당근·중고나라에 &quot;급처&quot; 올린 축제 티켓&lt;/li&gt;
        &lt;li&gt;&quot;계좌이체만 가능&quot; 현금 직거래 요구&lt;/li&gt;
        &lt;li&gt;입장 당일 취소해준다는 개인 약속&lt;/li&gt;
        &lt;li&gt;원가의 2배 이상 가격 요구&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/div&gt;
    &lt;div class=&quot;scam-card safe&quot;&gt;
      &lt;div class=&quot;sc-header&quot;&gt;✅ 안전하게 즐기는 법&lt;/div&gt;
      &lt;ul&gt;
        &lt;li&gt;공개 공연(야외 무대)은 무료 — 굳이 암표 살 필요 없음&lt;/li&gt;
        &lt;li&gt;총학생회 공식 SNS로 일정 확인 후 현장 방문&lt;/li&gt;
        &lt;li&gt;재학생 지인 동행 가능 여부 공식 확인&lt;/li&gt;
        &lt;li&gt;암표 구매 피해 시 경찰청 사이버수사대 신고&lt;/li&gt;
        &lt;li&gt;사기 시 환급 어려우므로 애초 구매 자제&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- CPLA 법률 관점 --&gt;
  &lt;div class=&quot;law-card&quot;&gt;
    &lt;div class=&quot;law-title&quot;&gt;⚖️ CPLA 수험생의 시각 — 암표 거래의 법적 리스크&lt;/div&gt;
    &lt;div class=&quot;law-item&quot;&gt;
      &lt;span class=&quot;law-tag&quot;&gt;사기죄&lt;/span&gt;
      &lt;span&gt;가짜 티켓을 팔면 형법 제347조 사기죄 성립. 10년 이하 징역 또는 2천만원 이하 벌금.&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;law-item&quot;&gt;
      &lt;span class=&quot;law-tag&quot;&gt;소비자보호&lt;/span&gt;
      &lt;span&gt;온라인 거래 시 전자상거래법·소비자기본법 적용. 단, 개인 간 직거래는 보호 범위 제한적.&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;law-item&quot;&gt;
      &lt;span class=&quot;law-tag&quot;&gt;직업 무관&lt;/span&gt;
      &lt;span&gt;암표 판매는 티켓 직업 알선법(공연법)으로도 처벌 가능. 영리 목적 반복 판매는 더 중한 처벌.&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;law-item&quot;&gt;
      &lt;span class=&quot;law-tag&quot;&gt;CPLA 연계&lt;/span&gt;
      &lt;span&gt;사기죄 성립 요건(기망·착오·재산 처분·손해)이 노동 사건에서도 등장. 오늘 내용이 법률 전반 암기에 연결됩니다.&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;highlight fest&quot;&gt;
    &lt;strong&gt;  갓생 러너가 축제를 즐기는 방법:&lt;/strong&gt; 대학 축제의 야외 공연 무대는 대부분 &lt;strong&gt;무료로 오픈&lt;/strong&gt;됩니다. 티켓 없이도 공연 분위기는 충분히 즐길 수 있습니다. 아낀 암표 값(3~10만원)을 파킹통장에 넣으면 그것이 진짜 갓생입니다. 축제장을 한 바퀴 달리는 '축제 어반 런'으로 훈련도 겸할 수 있습니다.
  &lt;/div&gt;

  &lt;hr class=&quot;divider&quot;&gt;

  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;!-- SECTION 2: 무알코올 음료 레시피 --&gt;
  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;div class=&quot;sec-header&quot;&gt;
    &lt;div class=&quot;sec-num mint&quot;&gt;2&lt;/div&gt;
    &lt;div class=&quot;sec-title&quot;&gt;축제 분위기 + 러너 수분 보충 — 무알코올 음료 4선&lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:14px; line-height:1.85; margin-bottom:16px;&quot;&gt;
    D-18일 하프마라톤을 준비하는 러너에게 알코올은 수면의 질을 낮추고 근육 회복을 방해합니다. 축제 분위기는 즐기면서도 훈련 컨디션을 지키려면 &lt;strong&gt;무알코올 대안 음료&lt;/strong&gt;가 필요합니다. 집에서 10분 안에 만들 수 있는 네 가지 레시피를 소개합니다.
  &lt;/p&gt;

  &lt;div class=&quot;drink-grid&quot;&gt;
    &lt;div class=&quot;drink-card watermelon-d&quot;&gt;
      &lt;span class=&quot;dc-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;dc-name&quot;&gt;수박 모히또 (Virgin)&lt;/div&gt;
      &lt;p&gt;수박 주스 150ml + 탄산수 100ml + 민트 잎 + 라임즙 + 얼음. 수박의 시트룰린이 혈관을 확장해 달리기 전 최고의 음료.&lt;/p&gt;
      &lt;div class=&quot;dc-hydra&quot;&gt;✓ 수분 + 항산화 동시&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;drink-card mint-d&quot;&gt;
      &lt;span class=&quot;dc-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;dc-name&quot;&gt;청포도 민트 에이드&lt;/div&gt;
      &lt;p&gt;청포도 주스 120ml + 탄산수 + 민트 + 꿀 1작은술 + 얼음. 자연스러운 단맛으로 이온음료 대체.&lt;/p&gt;
      &lt;div class=&quot;dc-hydra&quot;&gt;✓ 전해질 + 청량감&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;drink-card citrus-d&quot;&gt;
      &lt;span class=&quot;dc-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;dc-name&quot;&gt;레몬 진저 스파클링&lt;/div&gt;
      &lt;p&gt;레몬즙 2큰술 + 생강즙 1/2작은술 + 꿀 + 탄산수 200ml + 얼음. 생강의 소염 효과로 근육통 완화.&lt;/p&gt;
      &lt;div class=&quot;dc-hydra&quot;&gt;✓ 항염 + 소화 도움&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;drink-card blue-d&quot;&gt;
      &lt;span class=&quot;dc-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;dc-name&quot;&gt;블루베리 라벤더 에이드&lt;/div&gt;
      &lt;p&gt;냉동 블루베리(#40) 한 줌 갈아 체에 거르기 + 탄산수 + 라벤더 시럽 or 허브티. 안토시아닌 항산화 최강.&lt;/p&gt;
      &lt;div class=&quot;dc-hydra&quot;&gt;✓ 항산화 + 슬립맥싱 연계&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 수박 모히또 상세 레시피 --&gt;
  &lt;div class=&quot;recipe-box&quot;&gt;
    &lt;div class=&quot;rb-title&quot;&gt;  수박 모히또 (Virgin) — 10분 완성 레시피&lt;/div&gt;
    &lt;div class=&quot;rb-step&quot;&gt;
      &lt;div class=&quot;rb-num&quot;&gt;1&lt;/div&gt;
      &lt;div class=&quot;rb-content&quot;&gt;&lt;strong&gt;수박 준비 (5분):&lt;/strong&gt; 씨 제거한 수박 200g을 믹서에 갈아 체에 거릅니다. 조각 수박(#57 한입 소비 연계) 1/4 조각이면 충분합니다. 미리 냉동해두면 셔벗 효과도.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rb-step&quot;&gt;
      &lt;div class=&quot;rb-num&quot;&gt;2&lt;/div&gt;
      &lt;div class=&quot;rb-content&quot;&gt;&lt;strong&gt;민트 준비:&lt;/strong&gt; 민트 잎 8~10장을 컵에 넣고 라임즙 1큰술과 함께 머들러(또는 숟가락)로 살짝 짓이깁니다. 너무 세게 누르면 민트가 쓴맛을 냅니다.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rb-step&quot;&gt;
      &lt;div class=&quot;rb-num&quot;&gt;3&lt;/div&gt;
      &lt;div class=&quot;rb-content&quot;&gt;&lt;strong&gt;조합:&lt;/strong&gt; 컵에 얼음 → 수박 주스 150ml → 탄산수 100ml 순서로 붓습니다. 꿀 1작은술로 단맛 조절. 민트 잎으로 장식하면 축제 분위기 완성.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rb-step&quot;&gt;
      &lt;div class=&quot;rb-num&quot;&gt;4&lt;/div&gt;
      &lt;div class=&quot;rb-content&quot;&gt;&lt;strong&gt;러너 포인트:&lt;/strong&gt; 수박의 시트룰린은 혈관을 확장시켜 산소 공급 효율을 높입니다. 훈련 1~2시간 전 이 음료를 마시면 달리기 퍼포먼스가 향상된다는 연구가 있습니다.&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 알코올 VS 무알코올 비교 --&gt;
  &lt;div class=&quot;table-wrap&quot;&gt;
    &lt;table&gt;
      &lt;thead&gt;
        &lt;tr&gt;
          &lt;th&gt;항목&lt;/th&gt;
          &lt;th&gt;알코올 음료&lt;/th&gt;
          &lt;th&gt;무알코올 대안&lt;/th&gt;
          &lt;th&gt;러너 판정&lt;/th&gt;
        &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
        &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;수분 보충&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;이뇨 작용으로 탈수 심화&lt;/td&gt;
          &lt;td&gt;탄산수·과일 주스로 보충&lt;/td&gt;
          &lt;td&gt;&lt;span class=&quot;badge badge-mint&quot;&gt;무알코올 압승&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;수면 질&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;REM 수면 방해 → 회복 저하&lt;/td&gt;
          &lt;td&gt;라벤더·캐모마일 → 수면 향상&lt;/td&gt;
          &lt;td&gt;&lt;span class=&quot;badge badge-mint&quot;&gt;슬립맥싱 연계&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;근육 회복&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;단백질 합성 저해&lt;/td&gt;
          &lt;td&gt;항산화 성분으로 회복 촉진&lt;/td&gt;
          &lt;td&gt;&lt;span class=&quot;badge badge-green&quot;&gt;D-18일 훈련 보호&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;비용&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;캔맥주 2,000~5,000원&lt;/td&gt;
          &lt;td&gt;홈메이드 500~1,000원&lt;/td&gt;
          &lt;td&gt;&lt;span class=&quot;badge badge-amber&quot;&gt;파킹통장 절약&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;

  &lt;hr class=&quot;divider&quot;&gt;

  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;!-- SECTION 3: 축제 BGM + CPLA 공부 --&gt;
  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;div class=&quot;sec-header&quot;&gt;
    &lt;div class=&quot;sec-num teal&quot;&gt;3&lt;/div&gt;
    &lt;div class=&quot;sec-title&quot;&gt;축제 열기를 공부 에너지로 — BGM 활용 CPLA 단권화&lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:14px; line-height:1.85; margin-bottom:16px;&quot;&gt;
    축제 시즌이라 SNS가 들썩이고 주변이 시끄러울 수 있습니다. 이 열기를 공부 에너지로 전환하는 방법이 있습니다. &lt;strong&gt;축제 아티스트의 음악을 BGM으로 틀어두고 공부하는 것&lt;/strong&gt;입니다. 노동법 단권화 작업처럼 반복이 필요한 공부는 약간의 배경 음악이 집중력을 높이는 효과가 있습니다.
  &lt;/p&gt;

  &lt;ul class=&quot;step-list&quot;&gt;
    &lt;li&gt;
      &lt;div class=&quot;step-dot teal&quot;&gt;1&lt;/div&gt;
      &lt;div&gt;&lt;strong&gt;축제 BGM + 단권화 조합법:&lt;/strong&gt; 오늘 밤 축제 아티스트 음악을 유튜브 또는 스트리밍으로 틀고, CPLA 핵심 조문 단권화 노트를 정리하세요. BPM 100~120의 팝·댄스 음악은 집중력 유지에 효과적이라는 연구가 있습니다. 가사가 없는 인스트루멘탈 버전이 더 좋습니다.&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;div class=&quot;step-dot teal&quot;&gt;2&lt;/div&gt;
      &lt;div&gt;&lt;strong&gt;오늘 단권화 목표 — 핵심 숫자 통합 정리:&lt;/strong&gt;&lt;br&gt;
      이 시리즈에서 배운 CPLA 핵심 숫자들을 한 페이지로 정리하세요:&lt;br&gt;
      · 주52시간 (5·12·3·6) / 해고예고 (30·3) / 퇴직급여 (1·15·30·3)&lt;br&gt;
      · 연차휴가 (15·3·2·25) / 휴게시간 (4·30·8·60) / 부당노동행위 (3개월)&lt;br&gt;
      · 정리해고 (긴해합협) / 전직명령 (업수범)&lt;br&gt;
      이 단 한 페이지가 CPLA 시험의 숫자 문제를 다 커버합니다.&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;div class=&quot;step-dot gold&quot;&gt;3&lt;/div&gt;
      &lt;div&gt;&lt;strong&gt;아낀 티켓값 → 파킹통장 선순환:&lt;/strong&gt; 암표 구매 포기로 절약한 3~10만원을 오늘 파킹통장에 이체하세요. 연 3.5% 금리 기준, 10만원 이체 → 연 3,500원 이자. 작아 보이지만 매주 이런 결정이 쌓이면 6월 대회 후 러닝화 교체 예산이 됩니다.&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;div class=&quot;step-dot teal&quot;&gt;4&lt;/div&gt;
      &lt;div&gt;&lt;strong&gt;축제장 플로깅 런닝 아이디어 (#46 복습):&lt;/strong&gt; 축제가 열리는 대학 캠퍼스 주변을 달리면서 플로깅을 하면 탄소중립포인트 + 발로소득 포인트 적립이 됩니다. 축제 분위기를 느끼면서 D-18일 훈련도 완성하는 진짜 갓생 원정 런입니다.&lt;/div&gt;
    &lt;/li&gt;
  &lt;/ul&gt;

  &lt;div class=&quot;highlight teal&quot;&gt;
    &lt;strong&gt;  축제 BGM 공부의 과학적 근거:&lt;/strong&gt; 개인차가 있지만, 70dB 이하의 중간 소음 환경에서 창의성과 집중력이 높아진다는 연구가 있습니다(Mehta 외, 2012). 완전한 침묵보다 약간의 배경 소리가 있을 때 집중이 더 잘 되는 경우도 많습니다. 단, 노래를 따라 부르게 되는 음악은 피하세요. &lt;strong&gt;익숙하지 않은 장르 또는 가사 없는 음악&lt;/strong&gt;이 공부 BGM으로 최적입니다.
  &lt;/div&gt;

  &lt;!-- CHEAT KEY BOX --&gt;
  &lt;div class=&quot;cheat-box&quot;&gt;
    &lt;h3&gt; ️ 이달의 핵심 치트키: 축제의 열기를 갓생의 연료로&lt;/h3&gt;
    &lt;p&gt;
      대학 축제 시즌의 에너지를 두려워하지 마세요. 암표를 사지 않고 공개 공연을 즐기면서 아낀 돈은 파킹통장으로. 술 대신 수박 모히또로 갈증을 해결하면 내일 훈련 컨디션은 그대로. 축제 BGM을 들으며 노동법 단권화를 완성하면 CPLA 진도는 계속 앞으로.
    &lt;/p&gt;
    &lt;p&gt;
      &lt;strong&gt;즐거움과 갓생은 반대가 아닙니다.&lt;/strong&gt; 오늘 축제 분위기를 충분히 흡수하되, 그 에너지를 공부와 훈련의 연료로 전환하는 것이 차이입니다. D-18일, 오늘도 달리고, 마시고(무알코올), 공부하는 완전한 갓생입니다.
    &lt;/p&gt;
    &lt;span class=&quot;link-ref&quot;&gt;  이전 포스팅: [갓생 치트키 #65] 금리 갈아타기 &amp; 들깨 버섯탕 보양식 →&lt;/span&gt;
  &lt;/div&gt;

  &lt;!-- CLOSING --&gt;
  &lt;div class=&quot;closing&quot;&gt;
    &lt;h4&gt;  The Fix — 오늘 당장 실행할 것 3가지&lt;/h4&gt;
    &lt;p&gt;
      ① 총학생회 공식 SNS로 축제 일정 확인 → 암표 대신 야외 무대 무료 관람&lt;br&gt;
      ② 수박 모히또 10분 홈메이드 → 훈련 전후 무알코올 수분 보충 완성&lt;br&gt;
      ③ 축제 BGM 틀고 CPLA 핵심 숫자 단권화 1페이지 완성 → 절약 3만원 파킹통장 이체
    &lt;/p&gt;
    &lt;div class=&quot;tag-list&quot;&gt;
      &lt;span class=&quot;tag&quot;&gt;#대학축제라인업&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#암표사기주의&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#무알코올칵테일&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#5월나들이&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#CPLA공부&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#갓생치트키&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <author>갓생치트키</author>
      <guid isPermaLink="true">https://infomationhealth.tistory.com/70</guid>
      <comments>https://infomationhealth.tistory.com/70#entry70comment</comments>
      <pubDate>Wed, 13 May 2026 08:51:14 +0900</pubDate>
    </item>
    <item>
      <title>[갓생 치트키] 금리 갈아타기 찬스? 이자 아끼는 법 &amp;amp; 마라톤 기록 높이는 '초여름 보양' 치트키</title>
      <link>https://infomationhealth.tistory.com/69</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;[갓생 치트키 #65] 금리 갈아타기 찬스? 이자 아끼는 법 &amp; 마라톤 기록 높이는 '초여름 보양' 치트키&lt;/title&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&amp;family=Noto+Serif+KR:wght@400;700&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;
&lt;style&gt;
  :root {
    --rate: #1A5898;
    --rate-light: #EAF2FB;
    --rate-mid: #70A8D8;
    --soup: #5A7A30;
    --soup-light: #EDF4E8;
    --soup-mid: #90B860;
    --green: #1E7040;
    --green-light: #EAF4EC;
    --amber: #B07808;
    --amber-light: #FEF7E4;
    --teal: #1A7878;
    --teal-light: #E5F5F3;
    --gold: #C09010;
    --gold-light: #FEF8E4;
    --red: #BF2020;
    --red-light: #FDEAEA;
    --purple: #5840A8;
    --purple-light: #F0EDFB;
    --dark: #080C10;
    --text: #1E1E1E;
    --gray: #6C757D;
    --border: #D8E8F0;
    --white: #FFFFFF;
    --bg: #F3F7FB;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  body {
    font-family: 'Noto Sans KR', sans-serif;
    background: var(--bg);
    color: var(--text);
    font-size: 15px;
    line-height: 1.8;
  }

  .post-wrap {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 16px 64px;
  }

  /* ─── HERO ─── */
  .hero {
    background: linear-gradient(145deg, #081830 0%, #1A5898 50%, #2A70B8 100%);
    border-radius: 22px;
    padding: 46px 32px 40px;
    margin: 28px 0 30px;
    color: white;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: ' ';
    position: absolute;
    right: 16px; top: 14px;
    font-size: 88px;
    opacity: 0.18;
  }
  .hero::after {
    content: ' ';
    position: absolute;
    left: -8px; bottom: -10px;
    font-size: 70px;
    opacity: 0.1;
  }
  .series-badge {
    display: inline-block;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 20px;
    padding: 4px 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
  }
  .hero h1 {
    font-family: 'Noto Serif KR', serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 14px;
  }
  .hero-sub { font-size: 13.5px; opacity: 0.88; line-height: 1.7; }
  .hero-meta { margin-top: 16px; display: flex; gap: 8px; flex-wrap: wrap; }
  .hero-pill {
    background: rgba(255,255,255,0.16);
    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 20px;
    padding: 3px 12px;
    font-size: 12px;
    font-weight: 600;
  }

  /* ─── RATE BANNER ─── */
  .rate-banner {
    background: var(--white);
    border-radius: 14px;
    border: 2px solid var(--rate);
    padding: 16px 20px;
    margin-bottom: 26px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .rb-icon { font-size: 28px; flex-shrink: 0; margin-top: 2px; }
  .rb-text p { font-size: 14px; line-height: 1.82; }
  .rb-text strong { color: var(--rate); }
  .rb-tags { display: flex; gap: 7px; flex-wrap: wrap; margin-top: 8px; }
  .rbtag { background: var(--rate-light); color: var(--rate); border-radius: 20px; padding: 3px 11px; font-size: 12px; font-weight: 700; }
  .rbtag.soup  { background: var(--soup-light); color: var(--soup); }
  .rbtag.teal  { background: var(--teal-light); color: var(--teal); }

  /* ─── SECTION HEADER ─── */
  .sec-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 36px 0 16px;
  }
  .sec-num {
    width: 38px; height: 38px;
    border-radius: 11px;
    display: flex; align-items: center; justify-content: center;
    font-size: 15px; font-weight: 900; color: white; flex-shrink: 0;
  }
  .sec-num.rate  { background: var(--rate); }
  .sec-num.soup  { background: var(--soup); }
  .sec-num.teal  { background: var(--teal); }
  .sec-title {
    font-family: 'Noto Serif KR', serif;
    font-size: 18px; font-weight: 700; color: var(--dark);
  }

  /* ─── LOAN CARDS ─── */
  .loan-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 16px 0;
  }
  .loan-card {
    background: var(--white);
    border-radius: 14px;
    padding: 18px 16px;
    box-shadow: 0 2px 8px rgba(26,88,152,0.1);
    border-left: 4px solid var(--rate);
  }
  .loan-card.green-l { border-left-color: var(--green); }
  .lc-title { font-size: 14.5px; font-weight: 900; color: var(--rate); margin-bottom: 7px; display: flex; align-items: center; gap: 6px; }
  .loan-card.green-l .lc-title { color: var(--green); }
  .loan-card p { font-size: 13px; line-height: 1.75; color: #3C3C3C; }
  .lc-tag { margin-top: 8px; font-size: 11.5px; font-weight: 700; color: var(--rate); }
  .loan-card.green-l .lc-tag { color: var(--green); }

  /* ─── INTEREST CALC ─── */
  .interest-box {
    background: linear-gradient(135deg, #081830, #102040);
    border-radius: 14px;
    padding: 22px 22px;
    margin: 14px 0;
    color: white;
  }
  .ib-title { font-size: 14.5px; font-weight: 900; color: var(--rate-mid); margin-bottom: 14px; }
  .ib-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
    border-bottom: 1px dashed rgba(255,255,255,0.12);
    font-size: 13.5px;
    color: rgba(255,255,255,0.88);
  }
  .ib-row:last-child { border-bottom: none; }
  .ib-amount { font-weight: 900; color: #90D0F0; }
  .ib-save   { font-weight: 900; color: #A8F080; }
  .ib-total {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.2);
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 900;
  }
  .ib-total .ib-save { font-size: 18px; color: #C8F8A0; }

  /* ─── TABLE ─── */
  .table-wrap {
    overflow-x: auto;
    margin: 16px 0 22px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
  }
  table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13.5px;
    background: var(--white);
  }
  thead th {
    background: var(--dark);
    color: white;
    padding: 12px 14px;
    text-align: left;
    font-weight: 700;
    white-space: nowrap;
  }
  thead th:first-child { border-radius: 12px 0 0 0; }
  thead th:last-child  { border-radius: 0 12px 0 0; }
  tbody tr:nth-child(even) { background: #EEF4FB; }
  tbody td {
    padding: 11px 14px;
    border-bottom: 1px solid var(--border);
    line-height: 1.6;
    vertical-align: middle;
  }
  .badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
  }
  .badge-rate  { background: var(--rate-light);  color: var(--rate); }
  .badge-green { background: var(--green-light); color: var(--green); }
  .badge-amber { background: var(--amber-light); color: var(--amber); }
  .badge-teal  { background: var(--teal-light);  color: var(--teal); }
  .badge-soup  { background: var(--soup-light);  color: var(--soup); }

  /* ─── HIGHLIGHT ─── */
  .highlight {
    border-radius: 12px;
    padding: 18px 20px;
    margin: 14px 0;
    font-size: 14px;
    line-height: 1.82;
  }
  .highlight.rate   { background: var(--rate-light);   border-left: 3px solid var(--rate); }
  .highlight.soup   { background: var(--soup-light);   border-left: 3px solid var(--soup); }
  .highlight.green  { background: var(--green-light);  border-left: 3px solid var(--green); }
  .highlight.amber  { background: var(--amber-light);  border-left: 3px solid var(--amber); }
  .highlight.teal   { background: var(--teal-light);   border-left: 3px solid var(--teal); }
  .highlight.gold   { background: var(--gold-light);   border-left: 3px solid var(--gold); }
  .highlight.purple { background: var(--purple-light); border-left: 3px solid var(--purple); }
  .highlight strong { font-weight: 700; }

  /* ─── RECIPE SECTION ─── */
  .soup-card {
    background: var(--white);
    border-radius: 16px;
    padding: 22px 22px;
    margin-bottom: 16px;
    box-shadow: 0 2px 10px rgba(90,122,48,0.1);
    border-left: 5px solid var(--soup);
  }
  .sc-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
  .sc-emoji { font-size: 32px; }
  .sc-title {
    font-family: 'Noto Serif KR', serif;
    font-size: 17px; font-weight: 700; color: var(--soup);
  }
  .sc-sub { font-size: 12px; color: var(--gray); margin-top: 2px; }
  .soup-card p { font-size: 14px; line-height: 1.85; color: #3C3C3C; }
  .soup-card p + p { margin-top: 8px; }

  /* ─── NUTR GRID ─── */
  .nutr-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin: 14px 0;
  }
  .nutr-item {
    background: var(--white);
    border-radius: 11px;
    padding: 12px 8px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    border-top: 3px solid var(--soup);
  }
  .ni-emoji { font-size: 18px; display: block; margin-bottom: 4px; }
  .ni-label { font-size: 10.5px; color: var(--gray); margin-bottom: 2px; }
  .ni-val   { font-size: 13px; font-weight: 900; color: var(--soup); }

  /* ─── RECIPE STEPS ─── */
  .recipe-wrap {
    background: var(--white);
    border-radius: 14px;
    padding: 20px 20px;
    margin: 14px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    border-top: 3px solid var(--soup);
  }
  .rw-title { font-size: 15px; font-weight: 900; color: var(--soup); margin-bottom: 14px; display: flex; align-items: center; gap: 7px; }
  .recipe-step {
    display: flex;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px dashed var(--border);
    align-items: flex-start;
  }
  .recipe-step:last-child { border-bottom: none; }
  .rs-num {
    width: 26px; height: 26px;
    border-radius: 50%;
    background: var(--soup);
    color: white;
    font-size: 11px;
    font-weight: 900;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; margin-top: 2px;
  }
  .rs-title { font-size: 14px; font-weight: 900; color: var(--dark); margin-bottom: 3px; }
  .rs-desc  { font-size: 13.5px; line-height: 1.75; color: #3C3C3C; }
  .rs-tip   { margin-top: 5px; font-size: 12.5px; color: var(--soup); font-weight: 600; }

  /* ─── INGR BOX ─── */
  .ingr-box {
    background: var(--soup-light);
    border-radius: 12px;
    padding: 16px 18px;
    margin: 12px 0;
  }
  .ingr-title { font-size: 13px; font-weight: 900; color: var(--soup); margin-bottom: 10px; }
  .ingr-row { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 14px; }
  .ingr-item { font-size: 13px; color: #2C2C2C; display: flex; gap: 6px; align-items: flex-start; }
  .ingr-item::before { content: ' '; font-size: 11px; flex-shrink: 0; margin-top: 2px; }

  /* ─── STEP LIST ─── */
  .step-list { list-style: none; margin: 14px 0; }
  .step-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 11px 0;
    border-bottom: 1px dashed var(--border);
    font-size: 14px;
    line-height: 1.78;
  }
  .step-list li:last-child { border-bottom: none; }
  .step-dot {
    width: 26px; height: 26px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 11px; font-weight: 900;
    color: white; flex-shrink: 0; margin-top: 2px;
  }
  .step-dot.rate   { background: var(--rate); }
  .step-dot.soup   { background: var(--soup); }
  .step-dot.teal   { background: var(--teal); }
  .step-dot.purple { background: var(--purple); }

  /* ─── MEDITATION ─── */
  .meditation-box {
    background: linear-gradient(135deg, #0A1020, #141828);
    border-radius: 14px;
    padding: 20px 22px;
    margin: 14px 0;
    color: white;
  }
  .mb-title { font-size: 14.5px; font-weight: 900; color: #A8C8F0; margin-bottom: 12px; display: flex; align-items: center; gap: 7px; }
  .mb-step {
    font-size: 13.5px;
    color: rgba(255,255,255,0.88);
    padding: 6px 0;
    border-bottom: 1px dashed rgba(255,255,255,0.1);
    display: flex;
    gap: 10px;
    align-items: flex-start;
    line-height: 1.65;
  }
  .mb-step:last-child { border-bottom: none; }
  .mb-min { font-size: 12px; font-weight: 900; color: #A8C8F0; width: 50px; flex-shrink: 0; }
  .mb-step strong { color: #C8E0FF; }

  /* ─── CHEAT KEY ─── */
  .cheat-box {
    background: linear-gradient(135deg, #080C10 0%, #101828 55%, #182038 100%);
    border-radius: 18px;
    padding: 30px 26px;
    margin: 38px 0;
    color: white;
    position: relative;
    overflow: hidden;
  }
  .cheat-box::before {
    content: ' ';
    position: absolute;
    right: 16px; bottom: 10px;
    font-size: 72px;
    opacity: 0.13;
  }
  .cheat-box h3 {
    font-family: 'Noto Serif KR', serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--rate-mid);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .cheat-box p { font-size: 14px; line-height: 1.92; color: rgba(255,255,255,0.88); }
  .cheat-box p + p { margin-top: 10px; }
  .cheat-box strong { color: #A8C8F0; }
  .cheat-box .link-ref {
    display: inline-block;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 8px;
    padding: 3px 10px;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--rate-mid);
    margin-top: 8px;
  }

  /* ─── CLOSING ─── */
  .closing {
    background: var(--dark);
    border-radius: 18px;
    padding: 30px 26px;
    margin-top: 42px;
    text-align: center;
    color: white;
  }
  .closing h4 {
    font-family: 'Noto Serif KR', serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--rate-mid);
    margin-bottom: 12px;
  }
  .closing p {
    font-size: 13.5px;
    line-height: 1.85;
    color: rgba(255,255,255,0.8);
    margin-bottom: 18px;
  }
  .tag-list { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
  .tag {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 12px;
    color: rgba(255,255,255,0.85);
  }

  .divider { border: none; border-top: 2px dashed var(--border); margin: 30px 0; }

  @media (max-width: 480px) {
    .loan-grid  { grid-template-columns: 1fr; }
    .nutr-grid  { grid-template-columns: repeat(2, 1fr); }
    .ingr-row   { grid-template-columns: 1fr; }
  }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;post-wrap&quot;&gt;

  &lt;!-- HERO --&gt;
  &lt;div class=&quot;hero&quot;&gt;
    &lt;div class=&quot;series-badge&quot;&gt;갓생 치트키 #65&lt;/div&gt;
    &lt;h1&gt;금리 갈아타기 찬스?&lt;br&gt;이자 아끼는 법 &amp;&lt;br&gt;마라톤 기록 높이는 초여름 보양 치트키&lt;/h1&gt;
    &lt;p class=&quot;hero-sub&quot;&gt;대출 갈아타기 + 현미 버섯 들깨탕 레시피 + 국제 간호사의 날 명상 루틴 — 오늘 모두 정리&lt;/p&gt;
    &lt;div class=&quot;hero-meta&quot;&gt;
      &lt;span class=&quot;hero-pill&quot;&gt;  금리 인하 움직임&lt;/span&gt;
      &lt;span class=&quot;hero-pill&quot;&gt;  들깨 버섯탕 레시피&lt;/span&gt;
      &lt;span class=&quot;hero-pill&quot;&gt;  명상 10분 루틴&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- RATE BANNER --&gt;
  &lt;div class=&quot;rate-banner&quot;&gt;
    &lt;div class=&quot;rb-icon&quot;&gt; &lt;/div&gt;
    &lt;div class=&quot;rb-text&quot;&gt;
      &lt;p&gt;오늘 Daum 경제 탭의 핵심 뉴스: &lt;strong&gt;한국은행 기준금리 동결 속에서도 시중 주택담보대출·신용대출 금리가 소폭 하락 조짐&lt;/strong&gt;을 보이고 있습니다. 동시에 5월 12일은 &lt;strong&gt;국제 간호사의 날(International Nurses Day)&lt;/strong&gt;입니다. 경제적 자유를 향해 달리고, 보양 음식으로 몸을 지키고, 명상으로 마음을 정화하는 오늘의 갓생을 시작합니다.&lt;/p&gt;
      &lt;div class=&quot;rb-tags&quot;&gt;
        &lt;span class=&quot;rbtag&quot;&gt;  대출 금리 하락 조짐&lt;/span&gt;
        &lt;span class=&quot;rbtag soup&quot;&gt;  초여름 보양식&lt;/span&gt;
        &lt;span class=&quot;rbtag teal&quot;&gt;  국제 간호사의 날&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;!-- SECTION 1: 대출 금리 갈아타기 --&gt;
  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;div class=&quot;sec-header&quot;&gt;
    &lt;div class=&quot;sec-num rate&quot;&gt;1&lt;/div&gt;
    &lt;div class=&quot;sec-title&quot;&gt;금리 갈아타기 찬스 — 이자 줄이는 3가지 치트키&lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:14px; line-height:1.85; margin-bottom:16px;&quot;&gt;
    기준금리가 동결돼도 &lt;strong&gt;시중은행 간 경쟁으로 대출 금리는 개별적으로 낮아질 수 있습니다.&lt;/strong&gt; 특히 최근 인터넷 전문은행(카카오뱅크·토스뱅크·케이뱅크)이 주담대·신용대출 금리 경쟁을 강화하면서 갈아타기 기회가 생기고 있습니다. 지금 내 대출 금리가 적정한지 한 번 점검할 시기입니다.
  &lt;/p&gt;

  &lt;div class=&quot;loan-grid&quot;&gt;
    &lt;div class=&quot;loan-card&quot;&gt;
      &lt;div class=&quot;lc-title&quot;&gt;  대출 갈아타기 (대환 대출)&lt;/div&gt;
      &lt;p&gt;더 낮은 금리의 다른 은행으로 대출을 이동하는 것. 2023년 오픈 플랫폼(대환대출 인프라) 출범 이후 온라인으로 쉽게 가능. 금리 차이 1%p만 돼도 1억원 기준 연 100만원 이자 절약.&lt;/p&gt;
      &lt;div class=&quot;lc-tag&quot;&gt;핀다·카카오페이·네이버페이에서 비교 가능&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;loan-card green-l&quot;&gt;
      &lt;div class=&quot;lc-title&quot;&gt;  원금 선상환으로 이자 절약&lt;/div&gt;
      &lt;p&gt;환급금(종소세·근로장려금)을 원금 상환에 보태면 매달 이자가 줄어드는 선순환이 생깁니다. 신용대출 금리 5% 기준, 원금 100만원 상환 = 연 5만원 이자 절약 = 파킹통장 이자보다 확실한 수익.&lt;/p&gt;
      &lt;div class=&quot;lc-tag&quot;&gt;환급금 → 원금 상환이 최고의 재테크&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 이자 절약 시뮬레이션 --&gt;
  &lt;div class=&quot;interest-box&quot;&gt;
    &lt;div class=&quot;ib-title&quot;&gt;  금리 0.5%p 인하 시 이자 절약 시뮬레이션 (대출 1억원 기준)&lt;/div&gt;
    &lt;div class=&quot;ib-row&quot;&gt;
      &lt;span&gt;현재 금리 4.5% → 변경 금리 4.0%&lt;/span&gt;
      &lt;span class=&quot;ib-amount&quot;&gt;금리 차이 0.5%p&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;ib-row&quot;&gt;
      &lt;span&gt;연간 이자 절약액&lt;/span&gt;
      &lt;span class=&quot;ib-save&quot;&gt;약 50만원/년&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;ib-row&quot;&gt;
      &lt;span&gt;월 이자 절약액&lt;/span&gt;
      &lt;span class=&quot;ib-save&quot;&gt;약 4만원/월&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;ib-row&quot;&gt;
      &lt;span&gt;환급금 300만원 원금 상환 시 추가 절약&lt;/span&gt;
      &lt;span class=&quot;ib-save&quot;&gt;약 12만원/년&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;ib-total&quot;&gt;
      &lt;span&gt;연간 총 절약 예상&lt;/span&gt;
      &lt;span class=&quot;ib-save&quot;&gt;약 62만원&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 대출 갈아타기 체크 --&gt;
  &lt;div class=&quot;table-wrap&quot;&gt;
    &lt;table&gt;
      &lt;thead&gt;
        &lt;tr&gt;
          &lt;th&gt;단계&lt;/th&gt;
          &lt;th&gt;확인 방법&lt;/th&gt;
          &lt;th&gt;소요 시간&lt;/th&gt;
          &lt;th&gt;절약 효과&lt;/th&gt;
        &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
        &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;현재 금리 확인&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;은행 앱 → 내 대출 → 금리 확인&lt;/td&gt;
          &lt;td&gt;1분&lt;/td&gt;
          &lt;td&gt;&lt;span class=&quot;badge badge-rate&quot;&gt;출발점 파악&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;타 은행 금리 비교&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;핀다·카카오페이·네이버페이&lt;/td&gt;
          &lt;td&gt;5분&lt;/td&gt;
          &lt;td&gt;&lt;span class=&quot;badge badge-green&quot;&gt;0.3~1%p 차이 발생 가능&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;중도상환수수료 확인&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;현재 은행 앱 또는 전화 문의&lt;/td&gt;
          &lt;td&gt;3분&lt;/td&gt;
          &lt;td&gt;&lt;span class=&quot;badge badge-amber&quot;&gt;갈아타기 손익 계산 필수&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;환급금 원금 상환&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;종소세·근로장려금 입금 즉시&lt;/td&gt;
          &lt;td&gt;즉시 실행&lt;/td&gt;
          &lt;td&gt;&lt;span class=&quot;badge badge-soup&quot;&gt;확정 이자 절약&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;

  &lt;div class=&quot;highlight rate&quot;&gt;
    &lt;strong&gt;⚠️ 갈아타기 전 반드시 확인할 것:&lt;/strong&gt;&lt;br&gt;
    ① &lt;strong&gt;중도상환수수료&lt;/strong&gt; — 대부분 대출 실행 후 3년 이내 상환 시 0.5~2% 수수료 발생. 갈아타기 절약액이 이 수수료보다 커야 의미 있음.&lt;br&gt;
    ② &lt;strong&gt;갈아타기 비용&lt;/strong&gt; — 새 대출 실행 시 인지세·근저당권 설정 비용 발생 가능. 담당자에게 총비용 확인 필수.&lt;br&gt;
    ③ &lt;strong&gt;DSR 규제 확인&lt;/strong&gt; — 총부채원리금상환비율 규제로 갈아타기가 불가능한 경우도 있음. 연 소득 대비 계산 필요.
  &lt;/div&gt;

  &lt;hr class=&quot;divider&quot;&gt;

  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;!-- SECTION 2: 들깨 버섯탕 레시피 --&gt;
  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;div class=&quot;sec-header&quot;&gt;
    &lt;div class=&quot;sec-num soup&quot;&gt;2&lt;/div&gt;
    &lt;div class=&quot;sec-title&quot;&gt;삼계탕 대신 '현미 버섯 들깨탕' — 러너의 초여름 보양식&lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;soup-card&quot;&gt;
    &lt;div class=&quot;sc-header&quot;&gt;
      &lt;div class=&quot;sc-emoji&quot;&gt; &lt;/div&gt;
      &lt;div&gt;
        &lt;div class=&quot;sc-title&quot;&gt;왜 들깨 버섯탕인가&lt;/div&gt;
        &lt;div class=&quot;sc-sub&quot;&gt;삼계탕보다 가볍고, 단백질은 충분하고, 준비는 빠른 러너 맞춤 보양식&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;p&gt;초여름 더위가 시작되면 삼계탕이 생각나지만 — 뜨거운 닭 국물은 이미 더운 날 체온을 더 올릴 수 있습니다. 들깨 버섯탕은 버섯의 식물성 단백질·베타글루칸, 들깨의 오메가-3·항산화 성분, 현미의 복합 탄수화물이 결합된 &lt;strong&gt;러너 맞춤 보양식&lt;/strong&gt;입니다.&lt;/p&gt;
    &lt;p&gt;달리기 후 손상된 근육의 염증을 잡는 오메가-3(들깨), 면역력을 높이는 베타글루칸(버섯), 에너지를 지속 공급하는 식이섬유(현미) — 이 세 가지가 한 그릇에 담깁니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;!-- 영양 정보 --&gt;
  &lt;div class=&quot;nutr-grid&quot;&gt;
    &lt;div class=&quot;nutr-item&quot;&gt;
      &lt;span class=&quot;ni-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;ni-label&quot;&gt;단백질 (1인분)&lt;/div&gt;
      &lt;div class=&quot;ni-val&quot;&gt;약 18~22g&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;nutr-item&quot;&gt;
      &lt;span class=&quot;ni-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;ni-label&quot;&gt;칼로리&lt;/div&gt;
      &lt;div class=&quot;ni-val&quot;&gt;약 380~420kcal&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;nutr-item&quot;&gt;
      &lt;span class=&quot;ni-emoji&quot;&gt; ️&lt;/span&gt;
      &lt;div class=&quot;ni-label&quot;&gt;베타글루칸&lt;/div&gt;
      &lt;div class=&quot;ni-val&quot;&gt;버섯 100g에 풍부&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;nutr-item&quot;&gt;
      &lt;span class=&quot;ni-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;ni-label&quot;&gt;오메가-3&lt;/div&gt;
      &lt;div class=&quot;ni-val&quot;&gt;들깨 2큰술로 충족&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 재료 --&gt;
  &lt;div class=&quot;ingr-box&quot;&gt;
    &lt;div class=&quot;ingr-title&quot;&gt;  재료 (2인분)&lt;/div&gt;
    &lt;div class=&quot;ingr-row&quot;&gt;
      &lt;div class=&quot;ingr-item&quot;&gt;현미밥 2공기 (또는 현미 즉석밥)&lt;/div&gt;
      &lt;div class=&quot;ingr-item&quot;&gt;새송이버섯 200g (또는 표고·느타리)&lt;/div&gt;
      &lt;div class=&quot;ingr-item&quot;&gt;들깨가루 4큰술&lt;/div&gt;
      &lt;div class=&quot;ingr-item&quot;&gt;두부 1/2모 (단백질 보강)&lt;/div&gt;
      &lt;div class=&quot;ingr-item&quot;&gt;국간장 1.5큰술&lt;/div&gt;
      &lt;div class=&quot;ingr-item&quot;&gt;다진 마늘 1큰술&lt;/div&gt;
      &lt;div class=&quot;ingr-item&quot;&gt;참기름 1/2작은술&lt;/div&gt;
      &lt;div class=&quot;ingr-item&quot;&gt;물 800ml (멸치 육수 대체 가능)&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 조리 순서 --&gt;
  &lt;div class=&quot;recipe-wrap&quot;&gt;
    &lt;div class=&quot;rw-title&quot;&gt;  현미 버섯 들깨탕 — 25분 완성&lt;/div&gt;
    &lt;div class=&quot;recipe-step&quot;&gt;
      &lt;div class=&quot;rs-num&quot;&gt;1&lt;/div&gt;
      &lt;div&gt;
        &lt;div class=&quot;rs-title&quot;&gt;육수 끓이기 (10분)&lt;/div&gt;
        &lt;div class=&quot;rs-desc&quot;&gt;물 800ml에 다진 마늘·국간장을 넣고 중불로 끓입니다. 냄비 바닥이 보글거리기 시작하면 버섯을 손으로 찢어 넣어요. 멸치 육수가 있다면 더욱 감칠맛이 납니다.&lt;/div&gt;
        &lt;div class=&quot;rs-tip&quot;&gt;  버섯을 손으로 찢으면 단면이 거칠어져 육수를 더 잘 흡수합니다.&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;recipe-step&quot;&gt;
      &lt;div class=&quot;rs-num&quot;&gt;2&lt;/div&gt;
      &lt;div&gt;
        &lt;div class=&quot;rs-title&quot;&gt;들깨 풀기 (5분)&lt;/div&gt;
        &lt;div class=&quot;rs-desc&quot;&gt;들깨가루 4큰술을 작은 그릇에 담고 물 4큰술을 넣어 잘 풀어줍니다. 이 들깨 물을 끓는 국물에 넣어주면 국물이 고소하고 걸쭉해집니다. 들깨가루를 바로 넣으면 덩어리질 수 있으므로 반드시 물에 먼저 풀어주세요.&lt;/div&gt;
        &lt;div class=&quot;rs-tip&quot;&gt;  들깨가루를 먼저 물에 풀어 넣는 것이 핵심입니다.&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;recipe-step&quot;&gt;
      &lt;div class=&quot;rs-num&quot;&gt;3&lt;/div&gt;
      &lt;div&gt;
        &lt;div class=&quot;rs-title&quot;&gt;두부 추가 + 마무리 (5분)&lt;/div&gt;
        &lt;div class=&quot;rs-desc&quot;&gt;두부를 한입 크기로 잘라 넣고 3~4분 더 끓입니다. 간을 확인하고 국간장으로 조절. 마지막에 참기름 반 작은술로 마무리. 현미밥 위에 탕을 얹어 국밥 스타일로 먹으면 더 맛있습니다.&lt;/div&gt;
        &lt;div class=&quot;rs-tip&quot;&gt;  현미밥을 탕에 말아 먹으면 소화도 잘 되고 포만감도 오래 갑니다.&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;recipe-step&quot;&gt;
      &lt;div class=&quot;rs-num&quot;&gt;4&lt;/div&gt;
      &lt;div&gt;
        &lt;div class=&quot;rs-title&quot;&gt;영양 업그레이드 옵션&lt;/div&gt;
        &lt;div class=&quot;rs-desc&quot;&gt;단백질을 더 높이려면 계란 1개를 풀어 국물에 넣어 달걀탕처럼 만들면 단백질 +6g. 칡냉면이나 메밀면을 삶아 넣으면 여름 누들 보양식으로 변신 가능. 닭가슴살 슬라이스를 추가하면 삼계탕 느낌도 살릴 수 있습니다.&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;highlight soup&quot;&gt;
    &lt;strong&gt;  훈련 전후 섭취 타이밍:&lt;/strong&gt;&lt;br&gt;
    &lt;strong&gt;훈련 전 2시간&lt;/strong&gt;: 현미밥 1/2공기 + 들깨 버섯탕 — 복합 탄수화물이 천천히 에너지 공급&lt;br&gt;
    &lt;strong&gt;훈련 후 30분 골든타임&lt;/strong&gt;: 남은 탕 + 현미밥 1공기 — 버섯 단백질이 근육 회복 시작&lt;br&gt;
    이 한 그릇이 훈련 전·후 모두 최적화된 D-19일의 보양 루틴입니다.
  &lt;/div&gt;

  &lt;hr class=&quot;divider&quot;&gt;

  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;!-- SECTION 3: 간호사의 날 명상 + CPLA --&gt;
  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;div class=&quot;sec-header&quot;&gt;
    &lt;div class=&quot;sec-num teal&quot;&gt;3&lt;/div&gt;
    &lt;div class=&quot;sec-title&quot;&gt;국제 간호사의 날 명상 — 10분으로 CPLA 집중력 리셋&lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:14px; line-height:1.85; margin-bottom:16px;&quot;&gt;
    오늘 5월 12일은 나이팅게일 탄생일로 지정된 &lt;strong&gt;국제 간호사의 날&lt;/strong&gt;입니다. 열악한 환경에서도 환자 곁을 지키는 의료진에게 감사를 전하는 날입니다. 공부하다 지칠 때 이분들의 헌신을 떠올리면 지금의 공부 슬럼프가 조금 달리 보입니다. 오늘은 명상 10분으로 정신적 방역을 하고, 두 개의 CPLA 핵심 조문을 완성하세요.
  &lt;/p&gt;

  &lt;div class=&quot;meditation-box&quot;&gt;
    &lt;div class=&quot;mb-title&quot;&gt;  공부 전 10분 명상 루틴 — 집중력 리셋법&lt;/div&gt;
    &lt;div class=&quot;mb-step&quot;&gt;
      &lt;div class=&quot;mb-min&quot;&gt;0~2분&lt;/div&gt;
      &lt;span&gt;&lt;strong&gt;자세 잡기&lt;/strong&gt; — 의자에 앉아 등 곧게, 발바닥 전체를 바닥에 닿게. 눈 감고 어깨 힘 빼기.&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;mb-step&quot;&gt;
      &lt;div class=&quot;mb-min&quot;&gt;2~5분&lt;/div&gt;
      &lt;span&gt;&lt;strong&gt;4-7-8 호흡&lt;/strong&gt; (#60 복습) — 4초 들이마시기 → 7초 참기 → 8초 내쉬기. 3회 반복. 생각이 와도 판단하지 않고 흘려보내기.&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;mb-step&quot;&gt;
      &lt;div class=&quot;mb-min&quot;&gt;5~8분&lt;/div&gt;
      &lt;span&gt;&lt;strong&gt;감사 의도 설정&lt;/strong&gt; — 오늘 간호사의 날을 생각하며 &quot;나는 건강하다. 공부할 수 있다. 이 지식이 언젠가 누군가를 도울 것이다&quot;를 속으로 3회.&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;mb-step&quot;&gt;
      &lt;div class=&quot;mb-min&quot;&gt;8~10분&lt;/div&gt;
      &lt;span&gt;&lt;strong&gt;오늘 공부 목표 설정&lt;/strong&gt; — 눈 뜨기 전 &quot;오늘 CPLA 핵심 조문 2개 완성&quot;이라는 목표를 머릿속에 선명히 그리기. 눈 뜨면 바로 책 펼치기.&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;ul class=&quot;step-list&quot;&gt;
    &lt;li&gt;
      &lt;div class=&quot;step-dot teal&quot;&gt;1&lt;/div&gt;
      &lt;div&gt;&lt;strong&gt;오늘 외울 CPLA 핵심 조문 2개:&lt;/strong&gt;&lt;br&gt;
      ① &lt;strong&gt;근로기준법 제54조 (휴게 시간)&lt;/strong&gt; — 4시간 근무 시 30분 이상, 8시간 근무 시 1시간 이상 휴게 시간 부여. 근로자가 자유로이 이용. &lt;strong&gt;'4·30·8·60'&lt;/strong&gt;으로 기억.&lt;br&gt;
      ② &lt;strong&gt;근로기준법 제55조 (주휴일)&lt;/strong&gt; — 1주일에 평균 1회 이상 유급 휴일. 이것이 주휴수당의 근거. &lt;strong&gt;'주1유급'&lt;/strong&gt;으로 기억.&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;div class=&quot;step-dot teal&quot;&gt;2&lt;/div&gt;
      &lt;div&gt;&lt;strong&gt;노동법 '휴식 시간' 규정을 나에게 적용하기:&lt;/strong&gt; 오늘 배운 휴게 시간 규정은 법적으로 4시간 공부 후 30분 휴식이 보장되어야 한다는 것과 같습니다. 공부도 노동처럼, 포모도로 기법으로 25분 집중 → 5분 휴식을 의무화하세요. 이것이 CPLA 공부에 노동법을 적용하는 갓생 치트키입니다.&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;div class=&quot;step-dot teal&quot;&gt;3&lt;/div&gt;
      &lt;div&gt;&lt;strong&gt;오늘 보양 + 공부 + 절약 루틴 완성판:&lt;/strong&gt;&lt;br&gt;
      오전: 새벽 훈련 + 들깨 버섯탕 보양식&lt;br&gt;
      점심: 대출 금리 비교 앱 5분 확인&lt;br&gt;
      저녁: 명상 10분 → 카페 2시간 CPLA → 핵심 조문 2개 완성&lt;br&gt;
      이 루틴이 D-19일의 갓생 하루를 완성합니다.&lt;/div&gt;
    &lt;/li&gt;
  &lt;/ul&gt;

  &lt;!-- CHEAT KEY BOX --&gt;
  &lt;div class=&quot;cheat-box&quot;&gt;
    &lt;h3&gt; ️ 이달의 핵심 치트키: 이자도 줄이고, 몸도 채우고, 마음도 정화하는 하루&lt;/h3&gt;
    &lt;p&gt;
      오늘 하루에 세 가지 갓생이 가능합니다. 대출 금리 비교 앱을 열어 0.5%p라도 낮출 수 있는지 확인하면 연간 50만원이 아껴집니다. 훈련 후 들깨 버섯탕 한 그릇으로 근육을 회복시키면 내일 훈련의 질이 올라갑니다. 명상 10분으로 집중력을 리셋하고 노동법 조문 2개를 완성하면 CPLA가 한 걸음 가까워집니다.
    &lt;/p&gt;
    &lt;p&gt;
      국제 간호사의 날에 의료진의 헌신을 떠올리며 — &lt;strong&gt;지금 내 공부가, 내 훈련이, 내 건강 관리가 모두 미래의 나를 위한 투자&lt;/strong&gt;라는 것을 잊지 마세요. D-19일, 오늘도 달리고 먹고 공부하고 절약하는 완전한 갓생입니다.
    &lt;/p&gt;
    &lt;span class=&quot;link-ref&quot;&gt;  이전 포스팅: [갓생 치트키 #64] 5월 폭염 훈련법 &amp; 월요일 경제 리셋 →&lt;/span&gt;
  &lt;/div&gt;

  &lt;!-- CLOSING --&gt;
  &lt;div class=&quot;closing&quot;&gt;
    &lt;h4&gt;  The Fix — 오늘 당장 실행할 것 3가지&lt;/h4&gt;
    &lt;p&gt;
      ① 핀다·카카오페이에서 현재 대출 금리 비교 5분 → 0.5%p 이상 차이 나면 갈아타기 검토&lt;br&gt;
      ② 훈련 후 현미 버섯 들깨탕 25분 홈쿠킹 → 단백질·오메가-3 동시 보충&lt;br&gt;
      ③ 공부 전 명상 10분 → 근로기준법 제54·55조 완벽 암기
    &lt;/p&gt;
    &lt;div class=&quot;tag-list&quot;&gt;
      &lt;span class=&quot;tag&quot;&gt;#대출금리인하&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#5월보양식&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#버섯들깨탕&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#하프마라톤식단&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#CPLA공부&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#갓생치트키&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <author>갓생치트키</author>
      <guid isPermaLink="true">https://infomationhealth.tistory.com/69</guid>
      <comments>https://infomationhealth.tistory.com/69#entry69comment</comments>
      <pubDate>Tue, 12 May 2026 08:39:24 +0900</pubDate>
    </item>
    <item>
      <title>[갓생 치트키] 최고 30도? '5월 폭염' 주의보 속 하프마라톤 훈련법 &amp;amp; 월요병 날리는 환급금 치트키</title>
      <link>https://infomationhealth.tistory.com/68</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;[갓생 치트키 #64] 최고 30도? '5월 폭염' 주의보 속 하프마라톤 훈련법 &amp; 월요병 날리는 환급금 치트키&lt;/title&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&amp;family=Noto+Serif+KR:wght@400;700&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;
&lt;style&gt;
  :root {
    --heat: #C84018;
    --heat-light: #FEF0EC;
    --heat-mid: #E87050;
    --cool: #2878B8;
    --cool-light: #EAF3FB;
    --green: #1E7040;
    --green-light: #EAF4EC;
    --teal: #1A7878;
    --teal-light: #E5F5F3;
    --amber: #B07808;
    --amber-light: #FEF7E4;
    --gold: #C09010;
    --gold-light: #FEF8E4;
    --purple: #5840A8;
    --purple-light: #F0EDFB;
    --dark: #0E0804;
    --text: #1E1E1E;
    --gray: #6C757D;
    --border: #E8D8D0;
    --white: #FFFFFF;
    --bg: #FAF5F3;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  body {
    font-family: 'Noto Sans KR', sans-serif;
    background: var(--bg);
    color: var(--text);
    font-size: 15px;
    line-height: 1.8;
  }

  .post-wrap {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 16px 64px;
  }

  /* ─── HERO ─── */
  .hero {
    background: linear-gradient(145deg, #500808 0%, #C84018 50%, #E05828 100%);
    border-radius: 22px;
    padding: 46px 32px 40px;
    margin: 28px 0 30px;
    color: white;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: ' ️';
    position: absolute;
    right: 16px; top: 14px;
    font-size: 88px;
    opacity: 0.18;
  }
  .hero::after {
    content: ' ';
    position: absolute;
    left: -8px; bottom: -10px;
    font-size: 70px;
    opacity: 0.1;
  }
  .series-badge {
    display: inline-block;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 20px;
    padding: 4px 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
  }
  .hero h1 {
    font-family: 'Noto Serif KR', serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 14px;
  }
  .hero-sub { font-size: 13.5px; opacity: 0.88; line-height: 1.7; }
  .hero-meta { margin-top: 16px; display: flex; gap: 8px; flex-wrap: wrap; }
  .hero-pill {
    background: rgba(255,255,255,0.16);
    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 20px;
    padding: 3px 12px;
    font-size: 12px;
    font-weight: 600;
  }

  /* ─── HEAT ALERT ─── */
  .heat-alert {
    background: linear-gradient(90deg, var(--heat), #D84828);
    border-radius: 12px;
    padding: 14px 20px;
    color: white;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .heat-alert .ha { font-size: 18px; flex-shrink: 0; }

  /* ─── SECTION HEADER ─── */
  .sec-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 36px 0 16px;
  }
  .sec-num {
    width: 38px; height: 38px;
    border-radius: 11px;
    display: flex; align-items: center; justify-content: center;
    font-size: 15px; font-weight: 900; color: white; flex-shrink: 0;
  }
  .sec-num.heat   { background: var(--heat); }
  .sec-num.cool   { background: var(--cool); }
  .sec-num.purple { background: var(--purple); }
  .sec-title {
    font-family: 'Noto Serif KR', serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
  }

  /* ─── TEMP RISK ─── */
  .temp-risk {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin: 16px 0;
  }
  .risk-item {
    background: var(--white);
    border-radius: 11px;
    padding: 13px 8px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  }
  .risk-item.safe   { border-top: 3px solid var(--green); }
  .risk-item.caution { border-top: 3px solid var(--amber); }
  .risk-item.warn   { border-top: 3px solid var(--heat); }
  .risk-item.danger { border-top: 3px solid #800000; }
  .ri-temp { font-size: 15px; font-weight: 900; margin-bottom: 3px; }
  .risk-item.safe    .ri-temp { color: var(--green); }
  .risk-item.caution .ri-temp { color: var(--amber); }
  .risk-item.warn    .ri-temp { color: var(--heat); }
  .risk-item.danger  .ri-temp { color: #800000; }
  .ri-label { font-size: 10.5px; color: var(--gray); margin-bottom: 4px; }
  .ri-action { font-size: 10.5px; font-weight: 700; line-height: 1.4; }
  .risk-item.safe    .ri-action { color: var(--green); }
  .risk-item.caution .ri-action { color: var(--amber); }
  .risk-item.warn    .ri-action { color: var(--heat); }
  .risk-item.danger  .ri-action { color: #800000; }

  /* ─── PACE ADJUST ─── */
  .pace-adjust {
    background: var(--white);
    border-radius: 14px;
    padding: 20px 22px;
    margin: 14px 0;
    box-shadow: 0 2px 8px rgba(200,64,24,0.1);
    border-left: 5px solid var(--heat);
  }
  .pa-title { font-size: 14.5px; font-weight: 900; color: var(--heat); margin-bottom: 14px; display: flex; align-items: center; gap: 7px; }
  .pace-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px dashed var(--border);
    font-size: 13.5px;
  }
  .pace-row:last-child { border-bottom: none; }
  .pr-temp { font-size: 12.5px; font-weight: 900; color: var(--dark); }
  .pr-adjust { font-weight: 900; }
  .pr-adjust.green  { color: var(--green); }
  .pr-adjust.amber  { color: var(--amber); }
  .pr-adjust.heat   { color: var(--heat); }
  .pr-adjust.red    { color: #800000; }

  /* ─── HIGHLIGHT ─── */
  .highlight {
    border-radius: 12px;
    padding: 18px 20px;
    margin: 14px 0;
    font-size: 14px;
    line-height: 1.82;
  }
  .highlight.heat   { background: var(--heat-light);   border-left: 3px solid var(--heat); }
  .highlight.cool   { background: var(--cool-light);   border-left: 3px solid var(--cool); }
  .highlight.green  { background: var(--green-light);  border-left: 3px solid var(--green); }
  .highlight.amber  { background: var(--amber-light);  border-left: 3px solid var(--amber); }
  .highlight.teal   { background: var(--teal-light);   border-left: 3px solid var(--teal); }
  .highlight.gold   { background: var(--gold-light);   border-left: 3px solid var(--gold); }
  .highlight.purple { background: var(--purple-light); border-left: 3px solid var(--purple); }
  .highlight strong { font-weight: 700; }

  /* ─── HYDRATION GUIDE ─── */
  .hydration-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 16px 0;
  }
  .hyd-item {
    background: var(--white);
    border-radius: 12px;
    padding: 14px 11px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    border-top: 3px solid var(--cool);
  }
  .hyd-item.amber-t { border-top-color: var(--amber); }
  .hyd-item.heat-t  { border-top-color: var(--heat); }
  .hy-emoji { font-size: 24px; display: block; margin-bottom: 5px; }
  .hy-name  { font-size: 12.5px; font-weight: 900; color: var(--dark); margin-bottom: 3px; }
  .hy-desc  { font-size: 11px; color: var(--gray); line-height: 1.55; }
  .hy-amount { margin-top: 5px; font-size: 12px; font-weight: 700; color: var(--cool); }
  .hyd-item.amber-t .hy-amount { color: var(--amber); }
  .hyd-item.heat-t  .hy-amount { color: var(--heat); }

  /* ─── TABLE ─── */
  .table-wrap {
    overflow-x: auto;
    margin: 16px 0 22px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
  }
  table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13.5px;
    background: var(--white);
  }
  thead th {
    background: var(--dark);
    color: white;
    padding: 12px 14px;
    text-align: left;
    font-weight: 700;
    white-space: nowrap;
  }
  thead th:first-child { border-radius: 12px 0 0 0; }
  thead th:last-child  { border-radius: 0 12px 0 0; }
  tbody tr:nth-child(even) { background: #FBF3F0; }
  tbody td {
    padding: 11px 14px;
    border-bottom: 1px solid var(--border);
    line-height: 1.6;
    vertical-align: middle;
  }
  .badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
  }
  .badge-heat  { background: var(--heat-light);  color: var(--heat); }
  .badge-cool  { background: var(--cool-light);  color: var(--cool); }
  .badge-green { background: var(--green-light); color: var(--green); }
  .badge-teal  { background: var(--teal-light);  color: var(--teal); }
  .badge-gold  { background: var(--gold-light);  color: var(--gold); }

  /* ─── MONDAY RESET ─── */
  .monday-card {
    background: linear-gradient(135deg, #080810, #101830);
    border-radius: 14px;
    padding: 20px 22px;
    margin: 14px 0;
    color: white;
  }
  .mc-title { font-size: 14.5px; font-weight: 900; color: #90B8F0; margin-bottom: 12px; display: flex; align-items: center; gap: 7px; }
  .mc-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
    border-bottom: 1px dashed rgba(255,255,255,0.1);
    font-size: 13.5px;
    color: rgba(255,255,255,0.88);
  }
  .mc-row:last-child { border-bottom: none; }
  .mc-amount { font-weight: 900; color: #A8F080; }
  .mc-total {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.2);
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 900;
  }
  .mc-total .mc-amount { font-size: 18px; color: #C8F8A0; }

  /* ─── STEP LIST ─── */
  .step-list { list-style: none; margin: 14px 0; }
  .step-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 11px 0;
    border-bottom: 1px dashed var(--border);
    font-size: 14px;
    line-height: 1.78;
  }
  .step-list li:last-child { border-bottom: none; }
  .step-dot {
    width: 26px; height: 26px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 11px; font-weight: 900;
    color: white; flex-shrink: 0; margin-top: 2px;
  }
  .step-dot.heat   { background: var(--heat); }
  .step-dot.cool   { background: var(--cool); }
  .step-dot.purple { background: var(--purple); }
  .step-dot.gold   { background: var(--gold); }

  /* ─── CAFE STUDY ─── */
  .cafe-card {
    background: var(--white);
    border-radius: 14px;
    padding: 18px 20px;
    margin: 14px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    border-top: 3px solid var(--purple);
  }
  .cafe-title { font-size: 14.5px; font-weight: 900; color: var(--purple); margin-bottom: 12px; display: flex; align-items: center; gap: 7px; }
  .cafe-row {
    display: flex;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px dashed var(--border);
    align-items: flex-start;
    font-size: 13.5px;
    line-height: 1.7;
  }
  .cafe-row:last-child { border-bottom: none; }
  .cafe-tag {
    font-size: 11px;
    font-weight: 900;
    padding: 2px 8px;
    border-radius: 8px;
    background: var(--purple-light);
    color: var(--purple);
    flex-shrink: 0;
    white-space: nowrap;
    margin-top: 2px;
  }

  /* ─── CHEAT KEY ─── */
  .cheat-box {
    background: linear-gradient(135deg, #0E0804 0%, #200E08 55%, #381408 100%);
    border-radius: 18px;
    padding: 30px 26px;
    margin: 38px 0;
    color: white;
    position: relative;
    overflow: hidden;
  }
  .cheat-box::before {
    content: ' ️';
    position: absolute;
    right: 16px; bottom: 10px;
    font-size: 72px;
    opacity: 0.13;
  }
  .cheat-box h3 {
    font-family: 'Noto Serif KR', serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--heat-mid);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .cheat-box p { font-size: 14px; line-height: 1.92; color: rgba(255,255,255,0.88); }
  .cheat-box p + p { margin-top: 10px; }
  .cheat-box strong { color: #F8C0A0; }
  .cheat-box .link-ref {
    display: inline-block;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 8px;
    padding: 3px 10px;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--heat-mid);
    margin-top: 8px;
  }

  /* ─── CLOSING ─── */
  .closing {
    background: var(--dark);
    border-radius: 18px;
    padding: 30px 26px;
    margin-top: 42px;
    text-align: center;
    color: white;
  }
  .closing h4 {
    font-family: 'Noto Serif KR', serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--heat-mid);
    margin-bottom: 12px;
  }
  .closing p {
    font-size: 13.5px;
    line-height: 1.85;
    color: rgba(255,255,255,0.8);
    margin-bottom: 18px;
  }
  .tag-list { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
  .tag {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 12px;
    color: rgba(255,255,255,0.85);
  }

  .divider { border: none; border-top: 2px dashed var(--border); margin: 30px 0; }

  @media (max-width: 480px) {
    .temp-risk     { grid-template-columns: 1fr 1fr; }
    .hydration-grid { grid-template-columns: 1fr 1fr; }
  }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;post-wrap&quot;&gt;

  &lt;!-- HERO --&gt;
  &lt;div class=&quot;hero&quot;&gt;
    &lt;div class=&quot;series-badge&quot;&gt;갓생 치트키 #64&lt;/div&gt;
    &lt;h1&gt;최고 30도? '5월 폭염' 주의보 속&lt;br&gt;하프마라톤 훈련법 &amp;&lt;br&gt;월요병 날리는 환급금 치트키&lt;/h1&gt;
    &lt;p class=&quot;hero-sub&quot;&gt;D-20일 — 폭염 속 페이스 조정법 + 이번 주 마감 종소세 + 저녁 카페 CPLA 루틴&lt;/p&gt;
    &lt;div class=&quot;hero-meta&quot;&gt;
      &lt;span class=&quot;hero-pill&quot;&gt; ️ 5월 30도 폭염&lt;/span&gt;
      &lt;span class=&quot;hero-pill&quot;&gt;  더위 적응 훈련&lt;/span&gt;
      &lt;span class=&quot;hero-pill&quot;&gt;  월요일 경제 리셋&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- HEAT ALERT --&gt;
  &lt;div class=&quot;heat-alert&quot;&gt;
    &lt;span class=&quot;ha&quot;&gt; &lt;/span&gt;
    오늘 서울 최고기온 29~30°C 예보. 5월에 30도는 기상 관측 이래 드문 수준. 오후 훈련은 반드시 피하고 수분 보충 계획을 재설정하세요.
  &lt;/div&gt;

  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;!-- SECTION 1: 폭염 속 훈련 조정법 --&gt;
  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;div class=&quot;sec-header&quot;&gt;
    &lt;div class=&quot;sec-num heat&quot;&gt;1&lt;/div&gt;
    &lt;div class=&quot;sec-title&quot;&gt;5월 폭염 — 페이스를 낮추는 것이 더 빠른 길&lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:14px; line-height:1.85; margin-bottom:16px;&quot;&gt;
    기온이 갑자기 오르면 몸은 당황합니다. 심박수가 평소보다 5~15bpm 높아지고, 같은 페이스를 유지하는 데 에너지가 더 많이 소모됩니다. &lt;strong&gt;오늘 훈련에서 페이스를 10~20초 늦추는 것은 포기가 아닙니다 — 더위에 적응하는 가장 과학적인 방법&lt;/strong&gt;입니다. 2~3주 후면 같은 기온에서도 평소 페이스로 달릴 수 있게 됩니다.
  &lt;/p&gt;

  &lt;!-- 기온별 위험도 --&gt;
  &lt;div class=&quot;temp-risk&quot;&gt;
    &lt;div class=&quot;risk-item safe&quot;&gt;
      &lt;div class=&quot;ri-temp&quot;&gt;~20°C&lt;/div&gt;
      &lt;div class=&quot;ri-label&quot;&gt;쾌적 구간&lt;/div&gt;
      &lt;div class=&quot;ri-action&quot;&gt;✓ 정상 훈련&lt;br&gt;평소 페이스&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;risk-item caution&quot;&gt;
      &lt;div class=&quot;ri-temp&quot;&gt;20~25°C&lt;/div&gt;
      &lt;div class=&quot;ri-label&quot;&gt;주의 구간&lt;/div&gt;
      &lt;div class=&quot;ri-action&quot;&gt;⚠️ 수분 증가&lt;br&gt;+5~10초/km&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;risk-item warn&quot;&gt;
      &lt;div class=&quot;ri-temp&quot;&gt;25~30°C&lt;/div&gt;
      &lt;div class=&quot;ri-label&quot;&gt;경고 구간&lt;/div&gt;
      &lt;div class=&quot;ri-action&quot;&gt;  수분 필수&lt;br&gt;+10~20초/km&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;risk-item danger&quot;&gt;
      &lt;div class=&quot;ri-temp&quot;&gt;30°C+&lt;/div&gt;
      &lt;div class=&quot;ri-label&quot;&gt;위험 구간&lt;/div&gt;
      &lt;div class=&quot;ri-action&quot;&gt;❌ 오전만&lt;br&gt;실내 대체&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 페이스 조정표 --&gt;
  &lt;div class=&quot;pace-adjust&quot;&gt;
    &lt;div class=&quot;pa-title&quot;&gt;  오늘 폭염 속 하프마라톤 훈련 페이스 조정 가이드&lt;/div&gt;
    &lt;div class=&quot;pace-row&quot;&gt;
      &lt;span class=&quot;pr-temp&quot;&gt;목표 페이스 (20°C 기준) km/5분 40초&lt;/span&gt;
      &lt;span class=&quot;pr-adjust green&quot;&gt;기준&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;pace-row&quot;&gt;
      &lt;span class=&quot;pr-temp&quot;&gt;25°C 기준 조정&lt;/span&gt;
      &lt;span class=&quot;pr-adjust amber&quot;&gt;+10초 → 5분 50초/km&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;pace-row&quot;&gt;
      &lt;span class=&quot;pr-temp&quot;&gt;28°C 기준 조정 (오늘 아침)&lt;/span&gt;
      &lt;span class=&quot;pr-adjust heat&quot;&gt;+15초 → 5분 55초/km&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;pace-row&quot;&gt;
      &lt;span class=&quot;pr-temp&quot;&gt;30°C+ (오늘 오후)&lt;/span&gt;
      &lt;span class=&quot;pr-adjust red&quot;&gt;훈련 금지 또는 실내 대체&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;highlight heat&quot;&gt;
    &lt;strong&gt;  더위 속 심박수 관리 원칙:&lt;/strong&gt; 평소 훈련 심박수가 150bpm이었다면, 오늘 더위 속에서 같은 페이스로 달리면 160~165bpm까지 올라갈 수 있습니다. &lt;strong&gt;'페이스 기준'이 아닌 '심박수 기준'&lt;/strong&gt;으로 오늘 훈련하세요. 목표 심박수 ± 5bpm 유지를 최우선으로 하고, 그 심박수에서 자연스럽게 나오는 페이스를 따라가면 됩니다. 더운 날에는 느리게 달리는 것이 최선입니다.
  &lt;/div&gt;

  &lt;!-- 수분 전략 --&gt;
  &lt;p style=&quot;font-size:14px; font-weight:700; margin: 16px 0 10px;&quot;&gt;  폭염 러닝 수분 전략 업그레이드&lt;/p&gt;

  &lt;div class=&quot;hydration-grid&quot;&gt;
    &lt;div class=&quot;hyd-item&quot;&gt;
      &lt;span class=&quot;hy-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;hy-name&quot;&gt;출발 전&lt;/div&gt;
      &lt;div class=&quot;hy-desc&quot;&gt;기상 후 미지근한 물 200ml 즉시 섭취. 30분 전 추가 300ml.&lt;/div&gt;
      &lt;div class=&quot;hy-amount&quot;&gt;총 500ml 선행&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;hyd-item amber-t&quot;&gt;
      &lt;span class=&quot;hy-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;hy-name&quot;&gt;달리는 중&lt;/div&gt;
      &lt;div class=&quot;hy-desc&quot;&gt;20분마다 150~200ml. 갈증 느끼기 전 선제적 섭취. 이온음료 1:1 혼합.&lt;/div&gt;
      &lt;div class=&quot;hy-amount&quot;&gt;30°C → 500ml/시간&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;hyd-item heat-t&quot;&gt;
      &lt;span class=&quot;hy-emoji&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;hy-name&quot;&gt;훈련 후&lt;/div&gt;
      &lt;div class=&quot;hy-desc&quot;&gt;체중 감소분의 1.5배 수분 보충. 소금 조금·바나나로 전해질 회복.&lt;/div&gt;
      &lt;div class=&quot;hy-amount&quot;&gt;즉시 400ml+&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;table-wrap&quot;&gt;
    &lt;table&gt;
      &lt;thead&gt;
        &lt;tr&gt;
          &lt;th&gt;더위 속 훈련 수칙&lt;/th&gt;
          &lt;th&gt;이유&lt;/th&gt;
          &lt;th&gt;실천법&lt;/th&gt;
          &lt;th&gt;관련 포스팅&lt;/th&gt;
        &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
        &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;새벽·아침 훈련 고수&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;기온·오존 모두 최저&lt;/td&gt;
          &lt;td&gt;오전 6시 이전 출발&lt;/td&gt;
          &lt;td&gt;&lt;span class=&quot;badge badge-heat&quot;&gt;#63 초여름 루틴&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;밝은 색 경량 의류&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;태양 복사열 반사&lt;/td&gt;
          &lt;td&gt;흰색·형광 계열 선택&lt;/td&gt;
          &lt;td&gt;&lt;span class=&quot;badge badge-green&quot;&gt;일반 상식&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;SPF 50+ 선크림&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;자외선 + 열 손상 방지&lt;/td&gt;
          &lt;td&gt;출발 30분 전 도포&lt;/td&gt;
          &lt;td&gt;&lt;span class=&quot;badge badge-teal&quot;&gt;#47 자외선 차단&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;페이스 10~20초 하향&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;심박수·체온 조절&lt;/td&gt;
          &lt;td&gt;심박수 기준 훈련&lt;/td&gt;
          &lt;td&gt;&lt;span class=&quot;badge badge-heat&quot;&gt;오늘 핵심&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;

  &lt;hr class=&quot;divider&quot;&gt;

  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;!-- SECTION 2: 월요일 경제 리셋 --&gt;
  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;div class=&quot;sec-header&quot;&gt;
    &lt;div class=&quot;sec-num cool&quot;&gt;2&lt;/div&gt;
    &lt;div class=&quot;sec-title&quot;&gt;월요일 경제 리셋 — 이번 주 마감과 환급금 정산&lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:14px; line-height:1.85; margin-bottom:16px;&quot;&gt;
    더운 월요일 아침, 출근길 정체 속에서도 갓생러는 숫자로 기분을 바꿉니다. 이번 주 챙겨야 할 마감과 환급 내역을 정리하면 우울한 월요병이 &lt;strong&gt;'오늘도 돈을 버는 날'&lt;/strong&gt;로 바뀝니다.
  &lt;/p&gt;

  &lt;!-- 이번 주 경제 체크 --&gt;
  &lt;div class=&quot;monday-card&quot;&gt;
    &lt;div class=&quot;mc-title&quot;&gt;  이번 주 갓생 경제 체크리스트 — 들어올 돈 + 마감 챙길 것&lt;/div&gt;
    &lt;div class=&quot;mc-row&quot;&gt;
      &lt;span&gt;종합소득세 환급 예정 (#60)&lt;/span&gt;
      &lt;span class=&quot;mc-amount&quot;&gt;약 20~30만원 (5월 말 입금)&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;mc-row&quot;&gt;
      &lt;span&gt;K-패스 이번 달 환급 누적 (#41)&lt;/span&gt;
      &lt;span class=&quot;mc-amount&quot;&gt;약 3~6만원&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;mc-row&quot;&gt;
      &lt;span&gt;탄소중립포인트 이달 적립 (#46)&lt;/span&gt;
      &lt;span class=&quot;mc-amount&quot;&gt;3,000~8,000원&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;mc-row&quot;&gt;
      &lt;span&gt;근로장려금 신청 완료 확인 (#51)&lt;/span&gt;
      &lt;span class=&quot;mc-amount&quot;&gt;8~9월 입금 예정 (최대 330만원)&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;mc-row&quot;&gt;
      &lt;span&gt;발로소득 이달 포인트 환전 (#26)&lt;/span&gt;
      &lt;span class=&quot;mc-amount&quot;&gt;3,000~8,000원&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;mc-total&quot;&gt;
      &lt;span&gt;이번 달 확정 수입 합산&lt;/span&gt;
      &lt;span class=&quot;mc-amount&quot;&gt;약 26~40만원&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;ul class=&quot;step-list&quot;&gt;
    &lt;li&gt;
      &lt;div class=&quot;step-dot cool&quot;&gt;1&lt;/div&gt;
      &lt;div&gt;&lt;strong&gt;종합소득세 마감 D-21일 (5월 31일) — 아직 안 했다면 오늘!&lt;/strong&gt;&lt;br&gt;홈택스(hometax.go.kr) 또는 손택스 앱 → 신고/납부 → 종합소득세. 모두채움 신고는 5분이면 완료됩니다. 기한 후 신고는 5% 가산세 부과 + 환급도 지연됩니다. 오늘 점심시간 10분으로 완료하세요.&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;div class=&quot;step-dot cool&quot;&gt;2&lt;/div&gt;
      &lt;div&gt;&lt;strong&gt;파킹통장 잔액 확인 + 이번 달 이체 목표 점검:&lt;/strong&gt;&lt;br&gt;파킹통장 앱 열어서 ① 4월 말 잔액 대비 증가 여부 ② 이번 달 목표 이체 금액 달성률 확인. 만약 지난주 폭염 외식 등으로 지출이 늘었다면 오늘 홈쿠킹으로 회복하고 절약분을 즉시 이체하세요.&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;div class=&quot;step-dot cool&quot;&gt;3&lt;/div&gt;
      &lt;div&gt;&lt;strong&gt;월요일 출근길 K-패스 최대 활용:&lt;/strong&gt;&lt;br&gt;더운 날씨로 차량 이용 유혹이 있더라도 대중교통을 타면 K-패스 환급 누적이 됩니다. 이번 달 탑승 횟수가 기준을 넘어야 환급이 시작되므로, 월요일 출근부터 대중교통을 타는 것이 가장 갓생입니다.&lt;/div&gt;
    &lt;/li&gt;
  &lt;/ul&gt;

  &lt;div class=&quot;highlight cool&quot;&gt;
    &lt;strong&gt;  더운 날 절약이 더 쉬운 이유:&lt;/strong&gt; 폭염 때는 외출이 줄어 자연스럽게 지출이 감소합니다. 오늘 같은 더운 날 집에서 홈쿠킹(삼겹 쌈 #57 or 냉면·콩국수 홈쿡)으로 외식 2~3만원을 절약하고 파킹통장에 이체하세요. &lt;strong&gt;폭염이 갓생 절약의 기회&lt;/strong&gt;입니다.
  &lt;/div&gt;

  &lt;hr class=&quot;divider&quot;&gt;

  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;!-- SECTION 3: 저녁 카페 CPLA 루틴 --&gt;
  &lt;!-- ─────────────────────────────────── --&gt;
  &lt;div class=&quot;sec-header&quot;&gt;
    &lt;div class=&quot;sec-num purple&quot;&gt;3&lt;/div&gt;
    &lt;div class=&quot;sec-title&quot;&gt;저녁 카페 CPLA — 더운 월요일 최강의 공부 루틴&lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:14px; line-height:1.85; margin-bottom:16px;&quot;&gt;
    더운 날 집에서 공부하면 열기 때문에 집중력이 떨어집니다. &lt;strong&gt;에어컨 켜진 카페에서 2시간&lt;/strong&gt;이 집에서 4시간보다 효율적인 이유가 바로 이것입니다. 오늘 저녁은 카페 루틴으로 CPLA와 더위를 동시에 잡으세요.
  &lt;/p&gt;

  &lt;div class=&quot;cafe-card&quot;&gt;
    &lt;div class=&quot;cafe-title&quot;&gt;☕ 저녁 카페 CPLA 루틴 — 2시간 완성법&lt;/div&gt;
    &lt;div class=&quot;cafe-row&quot;&gt;
      &lt;span class=&quot;cafe-tag&quot;&gt;0~10분&lt;/span&gt;
      &lt;span&gt;아이스 아메리카노 주문 + 오늘 외울 조문 목록 3개 종이에 적기. 전자기기 끄고 아날로그 준비 완료.&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;cafe-row&quot;&gt;
      &lt;span class=&quot;cafe-tag&quot;&gt;10~35분&lt;/span&gt;
      &lt;span&gt;첫 번째 조문 집중 암기. 백지에 3회 쓰고 소리 내어 읽기. (#53 3회 반복 사이클 복습)&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;cafe-row&quot;&gt;
      &lt;span class=&quot;cafe-tag&quot;&gt;35~40분&lt;/span&gt;
      &lt;span&gt;5분 휴식 — 잠깐 눈 감기. 스마트폰 금지. 어제 녹음한 노동법 오디오 1회 청취. (#63 듣는 공부)&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;cafe-row&quot;&gt;
      &lt;span class=&quot;cafe-tag&quot;&gt;40~65분&lt;/span&gt;
      &lt;span&gt;두 번째 조문 암기 + 첫 번째 조문 백지 테스트. 기억 안 나면 3회 추가 반복.&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;cafe-row&quot;&gt;
      &lt;span class=&quot;cafe-tag&quot;&gt;65~90분&lt;/span&gt;
      &lt;span&gt;세 번째 조문 + 앞 두 개 총복습. 오늘 배운 3개를 스마트폰으로 간단히 메모.&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;cafe-row&quot;&gt;
      &lt;span class=&quot;cafe-tag&quot;&gt;90~120분&lt;/span&gt;
      &lt;span&gt;오늘 CPLA 목표 체크 + 내일 외울 조문 목록 미리 작성. 귀가 전 산책 10분으로 소화.&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;highlight purple&quot;&gt;
    &lt;strong&gt;  오늘 카페에서 외울 CPLA 핵심 판례 2선:&lt;/strong&gt;&lt;br&gt;
    ① &lt;strong&gt;'정리해고의 4요건'&lt;/strong&gt; (대법원) — 긴박한 경영상 이유 + 해고 회피 노력 + 합리적 기준 + 노조·근로자 협의. 이 4가지가 모두 갖춰져야 정당한 정리해고. '긴해합협'으로 기억.&lt;br&gt;
    ② &lt;strong&gt;'전직 명령의 정당성'&lt;/strong&gt; — 업무상 필요성 + 근로자에게 통상 수인 가능한 불이익 범위 내. 생활 상 불이익이 크면 권리 남용으로 무효. '업수범' 3글자로 기억.
  &lt;/div&gt;

  &lt;ul class=&quot;step-list&quot;&gt;
    &lt;li&gt;
      &lt;div class=&quot;step-dot purple&quot;&gt;✓&lt;/div&gt;
      &lt;div&gt;&lt;strong&gt;카페 비용 절약 치트키:&lt;/strong&gt; 발로소득 기프티콘 또는 편의점 포인트 기프티콘으로 아이스 아메리카노를 0원에 마실 수 있습니다. 카페 2시간 공부 = 에어컨 비용 절약 + 집중력 향상 + 포인트 기프티콘 소진. 이것이 진짜 갓생 공부 전략입니다.&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;div class=&quot;step-dot purple&quot;&gt;✓&lt;/div&gt;
      &lt;div&gt;&lt;strong&gt;더위 × 월요병 × 공부 3중 해결 루틴 요약:&lt;/strong&gt;&lt;br&gt;
      오전: 새벽 6시 훈련(+15초 페이스 하향) + 미온수 쿨다운&lt;br&gt;
      낮: 종소세 신청 5분 + 파킹통장 잔액 확인&lt;br&gt;
      저녁: 에어컨 카페 2시간 CPLA + 홈쿠킹으로 귀가&lt;br&gt;
      이 루틴 하나로 오늘 하루가 완벽한 갓생이 됩니다.&lt;/div&gt;
    &lt;/li&gt;
  &lt;/ul&gt;

  &lt;!-- CHEAT KEY BOX --&gt;
  &lt;div class=&quot;cheat-box&quot;&gt;
    &lt;h3&gt; ️ 이달의 핵심 치트키: 더울수록 천천히, 느릴수록 멀리 간다&lt;/h3&gt;
    &lt;p&gt;
      오늘 30도 폭염 속에서 페이스를 늦추는 것이 답답하게 느껴질 수 있습니다. 하지만 철새가 순풍을 기다리듯 (#62), 더위 속에서 무리하지 않고 &lt;strong&gt;몸이 적응하도록 기다리는 것이 D-20일 가장 현명한 전략&lt;/strong&gt;입니다.
    &lt;/p&gt;
    &lt;p&gt;
      월요일 우울함도 숫자로 이길 수 있습니다. 오늘 확인할 환급금 합산액이 30~40만원에 달한다면 — 더운 날도, 월요일도 갑자기 괜찮아집니다. &lt;strong&gt;종소세 신청 마감 D-21일, 오늘 점심시간 5분 투자를 놓치지 마세요.&lt;/strong&gt;
    &lt;/p&gt;
    &lt;p&gt;
      저녁엔 시원한 카페에서 CPLA 핵심 판례 2개만 완벽히 외우고 오세요. 어제 배운 듣는 공부(#63)와 오늘 카페 암기를 병행하면 하루 2개 판례가 장기 기억으로 전환됩니다. 그것이 CPLA 합격의 속도입니다.
    &lt;/p&gt;
    &lt;span class=&quot;link-ref&quot;&gt;  이전 포스팅: [갓생 치트키 #63] 여름 가전 얼리버드 &amp; 듣는 공부법 →&lt;/span&gt;
  &lt;/div&gt;

  &lt;!-- CLOSING --&gt;
  &lt;div class=&quot;closing&quot;&gt;
    &lt;h4&gt;  The Fix — 오늘 당장 실행할 것 3가지&lt;/h4&gt;
    &lt;p&gt;
      ① 오전 6시 이전 훈련 → 페이스 +15초 하향 → 수분 500ml/시간 유지&lt;br&gt;
      ② 점심시간 홈택스 종소세 신청 5분 완료 + K-패스 이달 누적 확인&lt;br&gt;
      ③ 저녁 에어컨 카페 2시간 → 판례 2개 완벽 암기 → 발로소득 기프티콘으로 커피 0원
    &lt;/p&gt;
    &lt;div class=&quot;tag-list&quot;&gt;
      &lt;span class=&quot;tag&quot;&gt;#5월폭염&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#초여름날씨&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#하프마라톤훈련&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#종합소득세환급&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#CPLA공부&lt;/span&gt;
      &lt;span class=&quot;tag&quot;&gt;#갓생치트키&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <author>갓생치트키</author>
      <guid isPermaLink="true">https://infomationhealth.tistory.com/68</guid>
      <comments>https://infomationhealth.tistory.com/68#entry68comment</comments>
      <pubDate>Mon, 11 May 2026 08:41:16 +0900</pubDate>
    </item>
  </channel>
</rss>