<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>레몬맛 게임,맛집정보</title>
    <link>https://insight17458.tistory.com/</link>
    <description>손가락은 바쁘게 컨트롤하고, 입은 즐겁게 맛있는 것을 찾아 떠나는 '레몬맛 게임,맛집정보' 블로그에 오신 것을 환영합니다!
최신 화제작부터 추억의 게임까지 폭넓게 다루는 게임 가이드는 물론, 게임 후 허기를 달래줄 찐 맛집 리스트를 소개합니다.
보는 것만으로도 비타민이 충전되는 상큼한 정보들, 놓치지 마세요!</description>
    <language>ko</language>
    <pubDate>Sat, 9 May 2026 12:10:41 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>레몬맛김</managingEditor>
    <image>
      <title>레몬맛 게임,맛집정보</title>
      <url>https://tistory1.daumcdn.net/tistory/8605720/attach/93f17319d3d3424d8433688abbccd22a</url>
      <link>https://insight17458.tistory.com</link>
    </image>
    <item>
      <title>디아블로2 리저렉션 시즌14 정보</title>
      <link>https://insight17458.tistory.com/38</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;디아블로2 리저렉션 시즌 14 시작일 및 업데이트 정보&lt;/title&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@700;900&amp;family=Noto+Sans+KR:wght@400;500;700;900&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;
&lt;style&gt;
  /* ─────────────────────────────────────────
     RESET &amp; BASE
  ───────────────────────────────────────── */
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --gold:        #c9a84c;
    --gold-light:  #f0d080;
    --red:         #b22222;
    --red-dark:    #7a0000;
    --bg:          #ffffff;
    --text:        #1a1a1a;
    --text-sub:    #555;
    --border:      #e0d0b0;
    --card-bg:     #fdf8f0;
    --shadow:      0 4px 24px rgba(0,0,0,0.12);
    --radius:      12px;
  }

  body {
    background: transparent;
    color: var(--text);
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    max-width: 100%;
  }

  /* ─────────────────────────────────────────
     HERO HEADER — 검은 그라데이션
  ───────────────────────────────────────── */
  .hero {
    background: linear-gradient(160deg, #0a0a0a 0%, #1c0505 40%, #2a0a0a 70%, #111 100%);
    border-radius: 0 0 var(--radius) var(--radius);
    padding: 52px 32px 44px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 0 0 36px;
  }
  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse 60% 40% at 50% 0%, rgba(180,20,20,0.25) 0%, transparent 70%),
      repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255,255,255,0.015) 2px, rgba(255,255,255,0.015) 4px);
    pointer-events: none;
  }
  .hero-badge {
    display: inline-block;
    background: var(--red);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 40px;
    margin-bottom: 16px;
  }
  .hero h1 {
    font-family: 'Cinzel Decorative', serif;
    font-size: clamp(22px, 5vw, 38px);
    font-weight: 900;
    color: #fff;
    text-shadow: 0 0 40px rgba(180,20,20,0.6), 0 2px 4px rgba(0,0,0,0.8);
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .hero h1 span { color: var(--gold); }
  .hero-sub {
    color: rgba(255,255,255,0.65);
    font-size: 14px;
    letter-spacing: 1px;
  }
  .hero-divider {
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    margin: 18px auto 0;
  }

  /* ─────────────────────────────────────────
     GAME CARD
  ───────────────────────────────────────── */
  .game-card {
    border: 2px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    margin-bottom: 32px;
  }
  .game-card-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    background:
      linear-gradient(180deg, #0d0005 0%, #1a0010 30%, #2a0518 60%, #0a0008 100%);
    position: relative;
  }
  /* fallback art inside the image box */
  .game-card-img-inner {
    width: 100%;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #0d0005 0%, #1a0010 30%, #2a0518 70%, #080008 100%);
    position: relative;
    overflow: hidden;
  }
  .game-card-img-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse 70% 60% at 50% 30%, rgba(180,10,10,0.4) 0%, transparent 60%),
      radial-gradient(ellipse 40% 50% at 50% 80%, rgba(200,160,50,0.15) 0%, transparent 60%);
  }
  .game-logo-art {
    position: relative;
    z-index: 1;
    text-align: center;
  }
  .game-logo-art .rune-symbol {
    font-size: 72px;
    line-height: 1;
    display: block;
    filter: drop-shadow(0 0 20px rgba(200,50,50,0.8));
  }
  .game-logo-art .game-title-art {
    font-family: 'Cinzel Decorative', serif;
    color: var(--gold);
    font-size: 13px;
    letter-spacing: 3px;
    margin-top: 8px;
    text-shadow: 0 0 16px rgba(200,160,50,0.6);
  }
  .game-card-body {
    background: var(--card-bg);
    padding: 22px 24px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
  }
  @media (max-width: 560px) { .game-card-body { grid-template-columns: 1fr 1fr; } }
  .info-chip {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 12px 14px;
    text-align: center;
  }
  .info-chip .label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--text-sub);
    display: block;
    margin-bottom: 4px;
  }
  .info-chip .value {
    font-size: 15px;
    font-weight: 700;
    color: var(--text);
  }
  .info-chip .value.highlight { color: var(--red); }
  .info-chip .value.gold { color: #a07820; }

  /* ─────────────────────────────────────────
     SECTION TITLES
  ───────────────────────────────────────── */
  .section-title {
    font-family: 'Cinzel Decorative', serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--red-dark);
    border-left: 4px solid var(--red);
    padding-left: 14px;
    margin: 32px 0 16px;
    letter-spacing: 0.5px;
  }

  /* ─────────────────────────────────────────
     SEASON DATE BOX
  ───────────────────────────────────────── */
  .date-box {
    background: linear-gradient(135deg, #0a0a0a 0%, #1c0505 100%);
    border-radius: var(--radius);
    padding: 28px 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 24px;
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
  }
  .date-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(180,20,20,0.3) 0%, transparent 70%);
  }
  .date-box &gt; * { position: relative; z-index: 1; }
  .date-box .season-label {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 700;
    margin-bottom: 8px;
  }
  .date-box .date-main {
    font-family: 'Cinzel Decorative', serif;
    font-size: clamp(24px, 6vw, 40px);
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    text-shadow: 0 0 30px rgba(200,160,50,0.4);
  }
  .date-box .date-main span { color: var(--gold-light); }
  .date-box .date-note {
    font-size: 12px;
    color: rgba(255,255,255,0.55);
    margin-top: 8px;
  }
  .date-box .countdown-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
  }
  .countdown-box {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(201,168,76,0.3);
    border-radius: 8px;
    padding: 10px 18px;
    text-align: center;
    min-width: 70px;
  }
  .countdown-box .num {
    font-family: 'Cinzel Decorative', serif;
    font-size: 26px;
    font-weight: 700;
    color: var(--gold-light);
    line-height: 1;
    display: block;
  }
  .countdown-box .unit {
    font-size: 10px;
    color: rgba(255,255,255,0.5);
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  /* ─────────────────────────────────────────
     UPDATE CARDS
  ───────────────────────────────────────── */
  .update-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 8px;
  }
  @media (max-width: 500px) { .update-grid { grid-template-columns: 1fr; } }
  .update-card {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 18px 16px;
    background: var(--card-bg);
    transition: box-shadow 0.2s;
  }
  .update-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.1); }
  .update-card .uc-icon {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .update-card .uc-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--red-dark);
    margin-bottom: 6px;
  }
  .update-card .uc-desc {
    font-size: 13px;
    color: var(--text-sub);
    line-height: 1.6;
  }
  .update-card.featured {
    border-color: var(--gold);
    background: linear-gradient(135deg, #fdf8ef 0%, #fff9f0 100%);
    grid-column: 1 / -1;
  }
  .update-card.featured .uc-title { font-size: 15px; }

  /* ─────────────────────────────────────────
     PRICE &amp; PURCHASE
  ───────────────────────────────────────── */
  .price-section {
    background: #fafafa;
    border: 2px solid var(--border);
    border-radius: var(--radius);
    padding: 24px;
    margin: 8px 0 32px;
  }
  .price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 20px;
  }
  .price-info .price-title {
    font-size: 13px;
    color: var(--text-sub);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 4px;
  }
  .price-info .price-amount {
    font-family: 'Cinzel Decorative', serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--text);
  }
  .price-info .price-amount small {
    font-size: 14px;
    color: var(--text-sub);
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
  }
  .price-info .price-sub {
    font-size: 12px;
    color: var(--text-sub);
    margin-top: 2px;
  }
  .price-editions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 18px;
  }
  @media (max-width: 460px) { .price-editions { grid-template-columns: 1fr; } }
  .edition-card {
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 14px;
    background: #fff;
  }
  .edition-card.premium {
    border-color: var(--gold);
    background: linear-gradient(135deg, #fffbf0, #fff);
  }
  .edition-card .ed-name {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 3px;
  }
  .edition-card.premium .ed-name { color: #a07820; }
  .edition-card .ed-price {
    font-size: 18px;
    font-weight: 700;
    color: var(--text);
  }
  .edition-card .ed-note {
    font-size: 11px;
    color: var(--text-sub);
    margin-top: 4px;
  }

  /* ─────────────────────────────────────────
     BUTTONS — !important 강제 적용
  ───────────────────────────────────────── */
  .btn-primary {
    display: inline-block !important;
    background: linear-gradient(135deg, #b22222, #7a0000) !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    padding: 14px 32px !important;
    border-radius: 8px !important;
    border: none !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 4px 16px rgba(178,34,34,0.4) !important;
    transition: transform 0.15s, box-shadow 0.15s !important;
    cursor: pointer !important;
    font-family: 'Noto Sans KR', sans-serif !important;
  }
  .btn-primary:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 22px rgba(178,34,34,0.5) !important;
  }
  .btn-secondary {
    display: inline-block !important;
    background: transparent !important;
    color: var(--red-dark) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    border: 2px solid var(--red) !important;
    letter-spacing: 0.5px !important;
    transition: all 0.15s !important;
    cursor: pointer !important;
    font-family: 'Noto Sans KR', sans-serif !important;
  }
  .btn-secondary:hover {
    background: var(--red) !important;
    color: #fff !important;
  }
  .btn-gold {
    display: inline-block !important;
    background: linear-gradient(135deg, #c9a84c, #8a6a1c) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    border: none !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 4px 12px rgba(140,100,20,0.35) !important;
    transition: all 0.15s !important;
    cursor: pointer !important;
    font-family: 'Noto Sans KR', sans-serif !important;
  }
  .btn-gold:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(140,100,20,0.45) !important;
  }
  .btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 16px;
  }

  /* ─────────────────────────────────────────
     INFO TABLE
  ───────────────────────────────────────── */
  .info-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 8px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  }
  .info-table th {
    background: linear-gradient(90deg, #0a0a0a, #1c0505);
    color: var(--gold);
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 12px 16px;
    text-align: left;
    font-family: 'Cinzel Decorative', serif;
    font-weight: 700;
  }
  .info-table td {
    padding: 12px 16px;
    font-size: 14px;
    border-bottom: 1px solid var(--border);
  }
  .info-table tr:last-child td { border-bottom: none; }
  .info-table tr:nth-child(even) td { background: var(--card-bg); }
  .info-table .td-label { font-weight: 700; color: var(--text-sub); width: 140px; }
  .info-table .td-val { color: var(--text); }
  .info-table .td-val.em { color: var(--red); font-weight: 700; }
  .badge-est {
    background: #fff3cd;
    color: #856404;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 20px;
    letter-spacing: 1px;
    margin-left: 6px;
    vertical-align: middle;
  }
  .badge-new {
    background: #d4edda;
    color: #155724;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 20px;
    margin-left: 6px;
    vertical-align: middle;
  }

  /* ─────────────────────────────────────────
     TIPS BLOCK
  ───────────────────────────────────────── */
  .tip-block {
    background: linear-gradient(135deg, #fffbf0, #fdf8ee);
    border: 1px solid var(--gold);
    border-left: 4px solid var(--gold);
    border-radius: var(--radius);
    padding: 18px 20px;
    margin: 24px 0;
  }
  .tip-block .tip-title {
    font-size: 13px;
    font-weight: 700;
    color: #a07820;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .tip-block ul {
    padding-left: 18px;
    color: var(--text);
    font-size: 14px;
  }
  .tip-block ul li { margin-bottom: 6px; }

  /* ─────────────────────────────────────────
     HASH TAGS
  ───────────────────────────────────────── */
  .hashtag-section {
    background: #f5f5f5;
    border-radius: var(--radius);
    padding: 16px 20px;
    margin-top: 40px;
  }
  .hashtag-section .ht-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--text-sub);
    margin-bottom: 10px;
  }
  .hashtag-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .hashtag-wrap a {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 5px 12px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    transition: all 0.15s;
    font-weight: 500;
  }
  .hashtag-wrap a:hover {
    background: var(--red);
    border-color: var(--red);
    color: #fff;
  }

  /* ─────────────────────────────────────────
     FOOTER NOTE
  ───────────────────────────────────────── */
  .post-footer {
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid var(--border);
    font-size: 12px;
    color: var(--text-sub);
    text-align: center;
  }
  .post-footer a { color: var(--red-dark); text-decoration: none; }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;!-- ═══════════════════════════════════════
     HERO HEADER
════════════════════════════════════════ --&gt;
&lt;div class=&quot;hero&quot;&gt;
  &lt;div class=&quot;hero-badge&quot;&gt;  2026 업데이트&lt;/div&gt;
  &lt;h1&gt;디아블로 2 리저렉션&lt;br&gt;&lt;span&gt;시즌 14&lt;/span&gt; 시작일 &amp;amp; 업데이트&lt;/h1&gt;
  &lt;p class=&quot;hero-sub&quot;&gt;패치 3.2 PTR 분석 · 워락 너프 · 선더 참 개편 · 배틀넷 구매 가이드&lt;/p&gt;
  &lt;div class=&quot;hero-divider&quot;&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;!-- ═══════════════════════════════════════
     GAME CARD
════════════════════════════════════════ --&gt;
&lt;div class=&quot;game-card&quot;&gt;
  &lt;div class=&quot;game-card-img-inner&quot;&gt;
    &lt;div class=&quot;game-logo-art&quot;&gt;
      &lt;span class=&quot;rune-symbol&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;game-title-art&quot;&gt;Diablo II · Resurrected · Season XIV&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
  &lt;div class=&quot;game-card-body&quot;&gt;
    &lt;div class=&quot;info-chip&quot;&gt;
      &lt;span class=&quot;label&quot;&gt;장르&lt;/span&gt;
      &lt;div class=&quot;value&quot;&gt;ARPG&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-chip&quot;&gt;
      &lt;span class=&quot;label&quot;&gt;개발사&lt;/span&gt;
      &lt;div class=&quot;value&quot;&gt;Blizzard&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-chip&quot;&gt;
      &lt;span class=&quot;label&quot;&gt;플랫폼&lt;/span&gt;
      &lt;div class=&quot;value&quot;&gt;PC · 콘솔&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-chip&quot;&gt;
      &lt;span class=&quot;label&quot;&gt;현재 시즌&lt;/span&gt;
      &lt;div class=&quot;value highlight&quot;&gt;시즌 13&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-chip&quot;&gt;
      &lt;span class=&quot;label&quot;&gt;다음 시즌&lt;/span&gt;
      &lt;div class=&quot;value highlight&quot;&gt;시즌 14 ↑&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-chip&quot;&gt;
      &lt;span class=&quot;label&quot;&gt;확장팩&lt;/span&gt;
      &lt;div class=&quot;value gold&quot;&gt;Reign of Warlock&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ═══════════════════════════════════════
     시즌 14 시작일
════════════════════════════════════════ --&gt;
&lt;h2 class=&quot;section-title&quot;&gt;⚔️ 시즌 14 시작일&lt;/h2&gt;

&lt;div class=&quot;date-box&quot;&gt;
  &lt;div class=&quot;season-label&quot;&gt;  Diablo II: Resurrected — Ladder Season 14&lt;/div&gt;
  &lt;div class=&quot;date-main&quot;&gt;2026년 &lt;span&gt;6월 20일&lt;/span&gt; (예상)&lt;/div&gt;
  &lt;div class=&quot;date-note&quot;&gt;⚠️ 블리자드 공식 발표 전 커뮤니티 예측 기준 · 목요일 또는 금요일 오픈 예상&lt;/div&gt;
  &lt;div class=&quot;countdown-row&quot;&gt;
    &lt;div class=&quot;countdown-box&quot;&gt;
      &lt;span class=&quot;num&quot; id=&quot;cntD&quot;&gt;--&lt;/span&gt;
      &lt;span class=&quot;unit&quot;&gt;일&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;countdown-box&quot;&gt;
      &lt;span class=&quot;num&quot; id=&quot;cntH&quot;&gt;--&lt;/span&gt;
      &lt;span class=&quot;unit&quot;&gt;시간&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;countdown-box&quot;&gt;
      &lt;span class=&quot;num&quot; id=&quot;cntM&quot;&gt;--&lt;/span&gt;
      &lt;span class=&quot;unit&quot;&gt;분&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;countdown-box&quot;&gt;
      &lt;span class=&quot;num&quot; id=&quot;cntS&quot;&gt;--&lt;/span&gt;
      &lt;span class=&quot;unit&quot;&gt;초&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;table class=&quot;info-table&quot;&gt;
  &lt;tr&gt;
    &lt;th colspan=&quot;2&quot;&gt;  시즌 일정 요약&lt;/th&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td class=&quot;td-label&quot;&gt;시즌 13 시작&lt;/td&gt;
    &lt;td class=&quot;td-val&quot;&gt;2026년 2월 20일 (Reign of the Warlock 확장팩 연동)&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td class=&quot;td-label&quot;&gt;시즌 13 종료 예정&lt;/td&gt;
    &lt;td class=&quot;td-val em&quot;&gt;2026년 6월 20일 전후&lt;span class=&quot;badge-est&quot;&gt;예상&lt;/span&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td class=&quot;td-label&quot;&gt;시즌 14 시작 예정&lt;/td&gt;
    &lt;td class=&quot;td-val em&quot;&gt;2026년 6월 중~하순&lt;span class=&quot;badge-est&quot;&gt;예상&lt;/span&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td class=&quot;td-label&quot;&gt;PTR 3.2 테스트&lt;/td&gt;
    &lt;td class=&quot;td-val&quot;&gt;2026년 4월 14일 ~ 21일 (완료)&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td class=&quot;td-label&quot;&gt;한국 서버 오픈 예상&lt;/td&gt;
    &lt;td class=&quot;td-val&quot;&gt;오픈일 다음날 오전 2:00 KST&lt;span class=&quot;badge-est&quot;&gt;예상&lt;/span&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td class=&quot;td-label&quot;&gt;시즌 주기&lt;/td&gt;
    &lt;td class=&quot;td-val&quot;&gt;역대 패턴 기준 91~105일&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;

&lt;div class=&quot;tip-block&quot;&gt;
  &lt;div class=&quot;tip-title&quot;&gt;  시작일 주의사항&lt;/div&gt;
  &lt;ul&gt;
    &lt;li&gt;블리자드는 통상 시즌 종료 &lt;strong&gt;2~3주 전&lt;/strong&gt;에 공식 날짜를 발표합니다.&lt;/li&gt;
    &lt;li&gt;디아블로 4 시즌 일정과 겹치지 않도록 조율하는 경향이 있어 날짜가 변경될 수 있습니다.&lt;/li&gt;
    &lt;li&gt;공식 채널(&lt;a href=&quot;https://news.blizzard.com&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;blizzard.com 뉴스&lt;/a&gt;)을 주기적으로 확인하세요.&lt;/li&gt;
  &lt;/ul&gt;
&lt;/div&gt;

&lt;!-- ═══════════════════════════════════════
     패치 3.2 업데이트 핵심 내용
════════════════════════════════════════ --&gt;
&lt;h2 class=&quot;section-title&quot;&gt;  패치 3.2 업데이트 핵심 내용&lt;/h2&gt;

&lt;div class=&quot;update-grid&quot;&gt;
  &lt;div class=&quot;update-card featured&quot;&gt;
    &lt;div class=&quot;uc-icon&quot;&gt; &lt;/div&gt;
    &lt;div class=&quot;uc-title&quot;&gt;워락(Warlock) 대규모 너프&lt;/div&gt;
    &lt;div class=&quot;uc-desc&quot;&gt;
      시즌 13에서 모든 빌드를 압도했던 &lt;strong&gt;에코잉 스트라이크(Echoing Strike)&lt;/strong&gt; 아키타입이 S티어 → A+티어 수준으로 하향됩니다. 워락의 4대 빌드(Apocalypse · Abyss · Blood Boil · Echoing Strike) 전반에 걸친 밸런스 조정으로 다른 빌드의 활용도가 높아질 전망입니다.
      &lt;br&gt;&lt;br&gt;
      주요 변경: 두 손 무기를 한 손 슬롯에 장착하려면 반대 손에 그리모어 클래스 아이템 필수 / 최대 데몬 카운트 증가에 기술 포인트 투자 필수 / 공격속도 보너스 최대 50% 캡 / 데미지 트랜스퍼 스탯 최대 50% 캡.
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;update-card&quot;&gt;
    &lt;div class=&quot;uc-icon&quot;&gt; &lt;/div&gt;
    &lt;div class=&quot;uc-title&quot;&gt;선더 참 시스템 개편&lt;span class=&quot;badge-new&quot;&gt;NEW&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;uc-desc&quot;&gt;
      Latent Sunder Charm 획득 방식이 난이도별 사냥 방식에서 &lt;strong&gt;전체 드롭 시스템&lt;/strong&gt;으로 변경됩니다. 희귀성은 유지하면서 접근성을 대폭 개선했습니다.
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;update-card&quot;&gt;
    &lt;div class=&quot;uc-icon&quot;&gt; &lt;/div&gt;
    &lt;div class=&quot;uc-title&quot;&gt;테러 존 / 월드스톤 샤드 개편&lt;/div&gt;
    &lt;div class=&quot;uc-desc&quot;&gt;
      월드스톤 샤드 드롭률이 플레이어 수에 더 이상 영향을 받지 않습니다. 테스트 결과 약 &lt;strong&gt;5~7분마다 1개&lt;/strong&gt; 드롭으로 대폭 상향됐습니다.
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;update-card&quot;&gt;
    &lt;div class=&quot;uc-icon&quot;&gt;⚡&lt;/div&gt;
    &lt;div class=&quot;uc-title&quot;&gt;소서리스 중심 밸런스 조정&lt;/div&gt;
    &lt;div class=&quot;uc-desc&quot;&gt;
      PTR 3.2는 워락 외에도 소서리스 클래스 전반에 대한 세부 조정이 포함됩니다. 체력 포션 효과 100 → 150 상향 등 QoL 개선도 다수 포함됩니다.
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;div class=&quot;tip-block&quot;&gt;
  &lt;div class=&quot;tip-title&quot;&gt;⚔️ 시즌 14 준비 팁&lt;/div&gt;
  &lt;ul&gt;
    &lt;li&gt;에코잉 스트라이크 빌드에 의존하고 있다면 &lt;strong&gt;어포칼립스 또는 어비스 빌드&lt;/strong&gt;로 전환을 검토하세요.&lt;/li&gt;
    &lt;li&gt;월드스톤 샤드 수집이 쉬워져 &lt;strong&gt;테러 존 활용도&lt;/strong&gt;가 크게 높아질 예정입니다.&lt;/li&gt;
    &lt;li&gt;시즌 13 종료 전 고가치 룬과 아이템을 &lt;strong&gt;Non-Ladder 캐릭터로 안전하게 이전&lt;/strong&gt;하세요.&lt;/li&gt;
    &lt;li&gt;시즌 리셋 시 래더 캐릭터, 인벤토리, 리더보드 순위가 모두 초기화됩니다.&lt;/li&gt;
  &lt;/ul&gt;
&lt;/div&gt;

&lt;!-- ═══════════════════════════════════════
     배틀넷 구매 정보
════════════════════════════════════════ --&gt;
&lt;h2 class=&quot;section-title&quot;&gt;  배틀넷 구매 정보 &amp;amp; 가격&lt;/h2&gt;

&lt;div class=&quot;price-section&quot;&gt;
  &lt;div class=&quot;price-row&quot;&gt;
    &lt;div class=&quot;price-info&quot;&gt;
      &lt;div class=&quot;price-title&quot;&gt;기본 패키지&lt;/div&gt;
      &lt;div class=&quot;price-amount&quot;&gt;₩44,000 &lt;small&gt;/ $39.99&lt;/small&gt;&lt;/div&gt;
      &lt;div class=&quot;price-sub&quot;&gt;Diablo II: Resurrected (기본판) — 한 번 구매, 영구 플레이&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;price-editions&quot;&gt;
    &lt;div class=&quot;edition-card&quot;&gt;
      &lt;div class=&quot;ed-name&quot;&gt;기본판 (Base Game)&lt;/div&gt;
      &lt;div class=&quot;ed-price&quot;&gt;₩44,000&lt;/div&gt;
      &lt;div class=&quot;ed-note&quot;&gt;D2R + LoD 확장팩 포함 · 래더 시즌 참여 가능&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;edition-card premium&quot;&gt;
      &lt;div class=&quot;ed-name&quot;&gt;⭐ Reign of the Warlock DLC&lt;/div&gt;
      &lt;div class=&quot;ed-price&quot;&gt;₩ 별도 판매&lt;/div&gt;
      &lt;div class=&quot;ed-note&quot;&gt;워락 클래스 · 30종 이상 신규 아이템 · 엔드게임 콘텐츠 확장&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;table class=&quot;info-table&quot; style=&quot;margin-bottom:18px;&quot;&gt;
    &lt;tr&gt;&lt;th colspan=&quot;2&quot;&gt;  구매 전 체크리스트&lt;/th&gt;&lt;/tr&gt;
    &lt;tr&gt;&lt;td class=&quot;td-label&quot;&gt;월정액&lt;/td&gt;&lt;td class=&quot;td-val&quot;&gt;없음 — 기본 온라인 플레이 무료&lt;/td&gt;&lt;/tr&gt;
    &lt;tr&gt;&lt;td class=&quot;td-label&quot;&gt;플랫폼&lt;/td&gt;&lt;td class=&quot;td-val&quot;&gt;PC (Battle.net) · PS4·PS5 · Xbox · Nintendo Switch&lt;/td&gt;&lt;/tr&gt;
    &lt;tr&gt;&lt;td class=&quot;td-label&quot;&gt;래더 참여&lt;/td&gt;&lt;td class=&quot;td-val em&quot;&gt;기본판 구매 후 배틀넷 계정만 있으면 참여 가능&lt;/td&gt;&lt;/tr&gt;
    &lt;tr&gt;&lt;td class=&quot;td-label&quot;&gt;크로스 세이브&lt;/td&gt;&lt;td class=&quot;td-val&quot;&gt;콘솔 ↔ PC 크로스 플레이 미지원 (같은 플랫폼 내 지원)&lt;/td&gt;&lt;/tr&gt;
  &lt;/table&gt;

  &lt;div class=&quot;btn-row&quot;&gt;
    &lt;a href=&quot;https://us.battle.net/shop/en/product/diablo2&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; class=&quot;btn-primary&quot;&gt;
        배틀넷에서 구매하기
    &lt;/a&gt;
    &lt;a href=&quot;https://diablo2.blizzard.com&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; class=&quot;btn-secondary&quot;&gt;
        공식 사이트 바로가기
    &lt;/a&gt;
    &lt;a href=&quot;https://maxroll.gg/d2/news/patch-3-2-ptr&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; class=&quot;btn-gold&quot;&gt;
        PTR 3.2 패치노트 전문
    &lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ═══════════════════════════════════════
     해시태그
════════════════════════════════════════ --&gt;
&lt;div class=&quot;hashtag-section&quot;&gt;
  &lt;div class=&quot;ht-label&quot;&gt;  관련 태그&lt;/div&gt;
  &lt;div class=&quot;hashtag-wrap&quot;&gt;
    &lt;a href=&quot;#&quot;&gt;#디아블로2리저렉션&lt;/a&gt;
    &lt;a href=&quot;#&quot;&gt;#D2R시즌14&lt;/a&gt;
    &lt;a href=&quot;#&quot;&gt;#래더리셋&lt;/a&gt;
    &lt;a href=&quot;#&quot;&gt;#디아블로2시즌14&lt;/a&gt;
    &lt;a href=&quot;#&quot;&gt;#D2R업데이트&lt;/a&gt;
    &lt;a href=&quot;#&quot;&gt;#패치3.2&lt;/a&gt;
    &lt;a href=&quot;#&quot;&gt;#워락너프&lt;/a&gt;
    &lt;a href=&quot;#&quot;&gt;#선더참개편&lt;/a&gt;
    &lt;a href=&quot;#&quot;&gt;#테러존&lt;/a&gt;
    &lt;a href=&quot;#&quot;&gt;#배틀넷게임&lt;/a&gt;
    &lt;a href=&quot;#&quot;&gt;#블리자드&lt;/a&gt;
    &lt;a href=&quot;#&quot;&gt;#ARPG&lt;/a&gt;
    &lt;a href=&quot;#&quot;&gt;#ReignOfTheWarlock&lt;/a&gt;
    &lt;a href=&quot;#&quot;&gt;#디아블로2&lt;/a&gt;
    &lt;a href=&quot;#&quot;&gt;#게임정보&lt;/a&gt;
    &lt;a href=&quot;#&quot;&gt;#시즌시작일&lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ═══════════════════════════════════════
     구독 &amp; 좋아요 CTA
════════════════════════════════════════ --&gt;
&lt;div style=&quot;
  background: linear-gradient(135deg, #0a0a0a 0%, #1c0505 50%, #0a0a0a 100%);
  border-radius: 16px;
  padding: 40px 28px;
  text-align: center;
  margin: 40px 0 32px;
  position: relative;
  overflow: hidden;
&quot;&gt;
  &lt;!-- 배경 글로우 --&gt;
  &lt;div style=&quot;
    position: absolute; inset: 0; pointer-events: none;
    background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(178,34,34,0.25) 0%, transparent 65%),
                radial-gradient(ellipse 50% 40% at 50% 100%, rgba(201,168,76,0.1) 0%, transparent 60%);
  &quot;&gt;&lt;/div&gt;

  &lt;!-- 불꽃 아이콘 --&gt;
  &lt;div style=&quot;font-size: 44px; margin-bottom: 12px; position: relative; z-index:1; filter: drop-shadow(0 0 14px rgba(200,50,50,0.7));&quot;&gt; &lt;/div&gt;

  &lt;!-- 메인 문구 --&gt;
  &lt;div style=&quot;
    font-family: 'Cinzel Decorative', serif;
    font-size: clamp(15px, 4vw, 22px);
    font-weight: 900;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 6px;
    position: relative; z-index:1;
    text-shadow: 0 0 24px rgba(201,168,76,0.4);
  &quot;&gt;
    이 글이 도움이 됐다면
  &lt;/div&gt;
  &lt;div style=&quot;
    font-family: 'Cinzel Decorative', serif;
    font-size: clamp(18px, 5vw, 28px);
    font-weight: 900;
    color: #c9a84c;
    margin-bottom: 20px;
    position: relative; z-index:1;
    text-shadow: 0 0 30px rgba(201,168,76,0.6);
  &quot;&gt;
    ❤️ 구독 &amp;amp; 좋아요 부탁드립니다!
  &lt;/div&gt;

  &lt;!-- 서브 문구 --&gt;
  &lt;p style=&quot;
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    margin-bottom: 28px;
    position: relative; z-index:1;
    line-height: 1.7;
  &quot;&gt;
    디아블로2 리저렉션 시즌 정보, 빌드 가이드, 패치 분석까지&lt;br&gt;
    최신 게임 정보를 빠르게 받아보세요  
  &lt;/p&gt;

  &lt;!-- 버튼 그룹 --&gt;
  &lt;div style=&quot;display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; position: relative; z-index:1;&quot;&gt;
    &lt;!-- 구독하기 --&gt;
    &lt;a href=&quot;#&quot;
       style=&quot;
         display: inline-flex !important;
         align-items: center !important;
         gap: 8px !important;
         background: linear-gradient(135deg, #ff6b35, #e63900) !important;
         color: #fff !important;
         font-size: 15px !important;
         font-weight: 800 !important;
         text-decoration: none !important;
         padding: 14px 30px !important;
         border-radius: 50px !important;
         border: none !important;
         letter-spacing: 0.5px !important;
         box-shadow: 0 4px 20px rgba(230,57,0,0.45) !important;
         font-family: 'Noto Sans KR', sans-serif !important;
         transition: transform 0.15s !important;
       &quot;
       onmouseover=&quot;this.style.transform='translateY(-3px)'&quot;
       onmouseout=&quot;this.style.transform='translateY(0)'&quot;&gt;
        구독하기
    &lt;/a&gt;

    &lt;!-- 좋아요 --&gt;
    &lt;a href=&quot;#&quot;
       style=&quot;
         display: inline-flex !important;
         align-items: center !important;
         gap: 8px !important;
         background: linear-gradient(135deg, #c9a84c, #8a6a1c) !important;
         color: #fff !important;
         font-size: 15px !important;
         font-weight: 800 !important;
         text-decoration: none !important;
         padding: 14px 30px !important;
         border-radius: 50px !important;
         border: none !important;
         letter-spacing: 0.5px !important;
         box-shadow: 0 4px 20px rgba(140,100,20,0.4) !important;
         font-family: 'Noto Sans KR', sans-serif !important;
         transition: transform 0.15s !important;
       &quot;
       onmouseover=&quot;this.style.transform='translateY(-3px)'&quot;
       onmouseout=&quot;this.style.transform='translateY(0)'&quot;&gt;
        좋아요 누르기
    &lt;/a&gt;

    &lt;!-- 댓글 --&gt;
    &lt;a href=&quot;#&quot;
       style=&quot;
         display: inline-flex !important;
         align-items: center !important;
         gap: 8px !important;
         background: transparent !important;
         color: rgba(255,255,255,0.85) !important;
         font-size: 14px !important;
         font-weight: 700 !important;
         text-decoration: none !important;
         padding: 13px 26px !important;
         border-radius: 50px !important;
         border: 2px solid rgba(255,255,255,0.25) !important;
         letter-spacing: 0.5px !important;
         font-family: 'Noto Sans KR', sans-serif !important;
         transition: all 0.15s !important;
       &quot;
       onmouseover=&quot;this.style.borderColor='rgba(201,168,76,0.7)';this.style.color='#c9a84c'&quot;
       onmouseout=&quot;this.style.borderColor='rgba(255,255,255,0.25)';this.style.color='rgba(255,255,255,0.85)'&quot;&gt;
        댓글 남기기
    &lt;/a&gt;
  &lt;/div&gt;

  &lt;!-- 구분선 --&gt;
  &lt;div style=&quot;
    width: 100px; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201,168,76,0.5), transparent);
    margin: 28px auto 20px;
    position: relative; z-index:1;
  &quot;&gt;&lt;/div&gt;

  &lt;!-- 공유 안내 --&gt;
  &lt;p style=&quot;
    font-size: 12px;
    color: rgba(255,255,255,0.35);
    position: relative; z-index:1;
  &quot;&gt;
      주변 디아블로 유저에게 공유해주시면 큰 힘이 됩니다!
  &lt;/p&gt;
&lt;/div&gt;

&lt;div class=&quot;post-footer&quot;&gt;
  &lt;p&gt;이 글의 날짜 정보는 커뮤니티 예측 기준이며 블리자드 공식 발표가 아닙니다.&lt;br&gt;
  최신 공식 정보는 &lt;a href=&quot;https://news.blizzard.com&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;news.blizzard.com&lt;/a&gt;에서 확인하세요.&lt;/p&gt;
&lt;/div&gt;

&lt;!-- 카운트다운 스크립트 --&gt;
&lt;script&gt;
  (function() {
    // 예상 시즌 14 시작일: 2026-06-20 11:00 PDT = 2026-06-20 18:00 UTC
    var target = new Date('2026-06-20T18:00:00Z').getTime();
    function tick() {
      var now = Date.now();
      var diff = target - now;
      if (diff &lt;= 0) {
        document.getElementById('cntD').textContent = '00';
        document.getElementById('cntH').textContent = '00';
        document.getElementById('cntM').textContent = '00';
        document.getElementById('cntS').textContent = '00';
        return;
      }
      var d = Math.floor(diff / 86400000);
      var h = Math.floor((diff % 86400000) / 3600000);
      var m = Math.floor((diff % 3600000) / 60000);
      var s = Math.floor((diff % 60000) / 1000);
      document.getElementById('cntD').textContent = String(d).padStart(2,'0');
      document.getElementById('cntH').textContent = String(h).padStart(2,'0');
      document.getElementById('cntM').textContent = String(m).padStart(2,'0');
      document.getElementById('cntS').textContent = String(s).padStart(2,'0');
    }
    tick();
    setInterval(tick, 1000);
  })();
&lt;/script&gt;

&lt;/body&gt;
&lt;/html&gt;</description>
      <category>PC게임</category>
      <category>디아블로2</category>
      <category>디아블로2 래더</category>
      <category>디아블로2 리저렉션</category>
      <category>디아블로2 리저렉션 시즌14</category>
      <category>디아블로2 인벤</category>
      <author>레몬맛김</author>
      <guid isPermaLink="true">https://insight17458.tistory.com/38</guid>
      <comments>https://insight17458.tistory.com/38#entry38comment</comments>
      <pubDate>Fri, 8 May 2026 10:39:35 +0900</pubDate>
    </item>
    <item>
      <title>2026년 5월 스팀신작</title>
      <link>https://insight17458.tistory.com/37</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;2026년 5월 스팀 신작 게임 총정리&lt;/title&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&amp;family=Bebas+Neue&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;
&lt;style&gt;
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  body {
    background: #f7f8fa;
    font-family: 'Noto Sans KR', sans-serif;
    color: #1a1a1a;
    line-height: 1.6;
  }

  /* ── 헤더 ── */
  .hero {
    background: linear-gradient(160deg, #0a0a0a 0%, #1a1a2e 40%, #16213e 70%, #0f3460 100%);
    padding: 64px 24px 56px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 50%, rgba(100,200,255,0.08) 0%, transparent 60%),
                radial-gradient(ellipse at 70% 20%, rgba(255,100,150,0.06) 0%, transparent 50%);
    pointer-events: none;
  }
  .hero-badge {
    display: inline-block;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: #a8d8ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .hero h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(36px, 7vw, 72px);
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 1.1;
    margin-bottom: 16px;
  }
  .hero h1 span {
    background: linear-gradient(90deg, #4fc3f7, #81d4fa, #b3e5fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .hero-sub {
    color: rgba(255,255,255,0.6);
    font-size: 15px;
    max-width: 540px;
    margin: 0 auto;
  }
  .hero-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
  }
  .hero-dots span {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,0.25);
  }
  .hero-dots span:nth-child(2) { background: #4fc3f7; }

  /* ── 콘텐츠 래퍼 ── */
  .wrapper {
    max-width: 860px;
    margin: 0 auto;
    padding: 48px 20px 64px;
  }

  /* ── 섹션 타이틀 ── */
  .section-label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
  }
  .section-label::before {
    content: '';
    display: block;
    width: 4px;
    height: 28px;
    background: linear-gradient(180deg, #4fc3f7, #0288d1);
    border-radius: 2px;
  }
  .section-label h2 {
    font-size: 22px;
    font-weight: 900;
    color: #0d1117;
  }

  /* ── 게임 카드 ── */
  .game-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 28px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07), 0 0 0 1px rgba(0,0,0,0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }
  .game-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.12), 0 0 0 1px rgba(79,195,247,0.2);
  }

  /* 배너 이미지 */
  .card-banner {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #0d1117;
  }
  .card-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }
  .game-card:hover .card-banner img {
    transform: scale(1.04);
  }
  .card-banner .release-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(0,0,0,0.75);
    backdrop-filter: blur(8px);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 6px;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255,255,255,0.15);
  }
  .card-banner .tag-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }
  .tag-aaa    { background: #e53935; color: #fff; }
  .tag-ea     { background: #f57c00; color: #fff; }
  .tag-indie  { background: #2e7d32; color: #fff; }
  .tag-action { background: #4527a0; color: #fff; }

  /* 카드 본문 */
  .card-body {
    padding: 22px 24px 24px;
  }
  .card-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
  .card-genre {
    font-size: 11px;
    font-weight: 700;
    color: #0288d1;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .card-dev {
    font-size: 12px;
    color: #888;
  }
  .card-dev::before { content: '·'; margin-right: 10px; }

  .card-title {
    font-size: 22px;
    font-weight: 900;
    color: #0d1117;
    margin-bottom: 10px;
    line-height: 1.25;
  }
  .card-desc {
    font-size: 14px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 18px;
  }

  /* 정보 그리드 */
  .card-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 10px;
    margin-bottom: 20px;
  }
  .info-item {
    background: #f4f6f9;
    border-radius: 10px;
    padding: 12px 14px;
  }
  .info-label {
    font-size: 10px;
    font-weight: 700;
    color: #999;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 4px;
  }
  .info-value {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
  }
  .info-value.price {
    color: #1565c0;
    font-size: 16px;
  }
  .info-value.free {
    color: #2e7d32;
    font-size: 15px;
  }
  .info-value.gamepass {
    color: #107c10;
    font-size: 12px;
    font-weight: 700;
  }

  /* 특징 태그 */
  .feature-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 20px;
  }
  .feature-tag {
    font-size: 12px;
    font-weight: 500;
    color: #546e7a;
    background: #eceff1;
    padding: 4px 10px;
    border-radius: 20px;
  }

  /* 버튼 */
  .card-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .btn-steam {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 12px 22px !important;
    background: linear-gradient(135deg, #1b6baf 0%, #1a9fff 100%) !important;
    color: #ffffff !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border: none !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: filter 0.2s ease, transform 0.15s ease !important;
    box-shadow: 0 3px 12px rgba(26, 159, 255, 0.35) !important;
    line-height: 1 !important;
  }
  .btn-steam:hover {
    filter: brightness(1.12) !important;
    transform: translateY(-1px) !important;
    color: #ffffff !important;
    text-decoration: none !important;
  }
  .btn-steam svg { flex-shrink: 0 !important; }

  .btn-wishlist {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 12px 18px !important;
    background: #ffffff !important;
    color: #1a1a1a !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: border-color 0.2s, background 0.2s !important;
    line-height: 1 !important;
  }
  .btn-wishlist:hover {
    border-color: #1a9fff !important;
    background: #f0f8ff !important;
    color: #1a1a1a !important;
    text-decoration: none !important;
  }

  /* 구분선 */
  .divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, #e0e0e0 20%, #e0e0e0 80%, transparent);
    margin: 40px 0 36px;
  }

  /* 요약 테이블 */
  .summary-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    margin-bottom: 40px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  }
  .summary-table th {
    background: #0d1117;
    color: #fff;
    padding: 14px 16px;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }
  .summary-table td {
    padding: 13px 16px;
    border-bottom: 1px solid #f0f0f0;
    color: #333;
    vertical-align: middle;
  }
  .summary-table tr:last-child td { border-bottom: none; }
  .summary-table tr:hover td { background: #f8fafb; }
  .summary-table .game-name { font-weight: 700; color: #0d1117; }
  .summary-table .price-cell { color: #1565c0; font-weight: 700; }

  /* 해시태그 */
  .hashtag-section {
    background: #f0f4f8;
    border-radius: 14px;
    padding: 24px 28px;
  }
  .hashtag-label {
    font-size: 11px;
    font-weight: 700;
    color: #999;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 14px;
  }
  .hashtags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .hashtag {
    font-size: 13px;
    font-weight: 600;
    color: #1565c0;
    background: rgba(21, 101, 192, 0.08);
    padding: 5px 12px;
    border-radius: 20px;
    text-decoration: none;
    transition: background 0.2s;
  }
  .hashtag:hover {
    background: rgba(21, 101, 192, 0.15);
    text-decoration: none;
  }

  /* 하단 안내 */
  .footer-note {
    margin-top: 32px;
    padding: 16px 20px;
    background: #fff8e1;
    border-left: 4px solid #ffc107;
    border-radius: 0 8px 8px 0;
    font-size: 13px;
    color: #5d4037;
  }

  @media (max-width: 600px) {
    .card-banner { height: 170px; }
    .card-body { padding: 16px; }
    .card-info-grid { grid-template-columns: 1fr 1fr; }
    .hero { padding: 44px 16px 40px; }
    .card-title { font-size: 18px; }
  }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;!-- ══ HERO HEADER ══ --&gt;
&lt;header class=&quot;hero&quot;&gt;
  &lt;div class=&quot;hero-badge&quot;&gt;  Steam Game Guide&lt;/div&gt;
  &lt;h1&gt;2026년 5월&lt;br&gt;&lt;span&gt;스팀 신작&lt;/span&gt; 총정리&lt;/h1&gt;
  &lt;p class=&quot;hero-sub&quot;&gt;이번 달 주목해야 할 스팀 신작 게임들을 한눈에! 가격, 출시일, 다운로드 링크까지 모두 정리했습니다.&lt;/p&gt;
  &lt;div class=&quot;hero-dots&quot;&gt;
    &lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;
  &lt;/div&gt;
&lt;/header&gt;

&lt;!-- ══ MAIN CONTENT ══ --&gt;
&lt;div class=&quot;wrapper&quot;&gt;

  &lt;!-- 요약 테이블 --&gt;
  &lt;div class=&quot;section-label&quot;&gt;&lt;h2&gt;  이달의 주요 신작 한눈에 보기&lt;/h2&gt;&lt;/div&gt;
  &lt;table class=&quot;summary-table&quot;&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;가격 (USD)&lt;/th&gt;
      &lt;/tr&gt;
    &lt;/thead&gt;
    &lt;tbody&gt;
      &lt;tr&gt;
        &lt;td&gt;&lt;span class=&quot;game-name&quot;&gt;Forza Horizon 6&lt;/span&gt;&lt;/td&gt;
        &lt;td&gt;5월 19일&lt;/td&gt;
        &lt;td&gt;레이싱 · 오픈월드&lt;/td&gt;
        &lt;td class=&quot;price-cell&quot;&gt;$69.99 (Game Pass 포함)&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td&gt;&lt;span class=&quot;game-name&quot;&gt;Subnautica 2&lt;/span&gt;&lt;/td&gt;
        &lt;td&gt;5월 14일&lt;/td&gt;
        &lt;td&gt;서바이벌 · 탐험&lt;/td&gt;
        &lt;td class=&quot;price-cell&quot;&gt;$29.99 (얼리 액세스)&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td&gt;&lt;span class=&quot;game-name&quot;&gt;007 First Light&lt;/span&gt;&lt;/td&gt;
        &lt;td&gt;5월 27일&lt;/td&gt;
        &lt;td&gt;액션 · 어드벤처&lt;/td&gt;
        &lt;td class=&quot;price-cell&quot;&gt;$69.99&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td&gt;&lt;span class=&quot;game-name&quot;&gt;Mixtape&lt;/span&gt;&lt;/td&gt;
        &lt;td&gt;5월 6일&lt;/td&gt;
        &lt;td&gt;내러티브 · 어드벤처&lt;/td&gt;
        &lt;td class=&quot;price-cell&quot;&gt;$29.99&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td&gt;&lt;span class=&quot;game-name&quot;&gt;Directive 8020&lt;/span&gt;&lt;/td&gt;
        &lt;td&gt;5월 12일&lt;/td&gt;
        &lt;td&gt;공포 · 인터랙티브 드라마&lt;/td&gt;
        &lt;td class=&quot;price-cell&quot;&gt;$39.99&lt;/td&gt;
      &lt;/tr&gt;
    &lt;/tbody&gt;
  &lt;/table&gt;

  &lt;!-- ── 게임 1: Forza Horizon 6 ── --&gt;
  &lt;div class=&quot;section-label&quot;&gt;&lt;h2&gt; ️ 이달의 주목 신작&lt;/h2&gt;&lt;/div&gt;

  &lt;article class=&quot;game-card&quot;&gt;
    &lt;div class=&quot;card-banner&quot;&gt;
      &lt;img
        src=&quot;https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/2483190/27abb1584a118d50d0e3950fd48d557c51981db7/header.jpg?t=1777930109&quot;
        alt=&quot;Forza Horizon 6 Steam 배너&quot;
        onerror=&quot;this.src='https://cdn.akamai.steamstatic.com/steam/apps/2483190/capsule_616x353.jpg'&quot;
      &gt;
      &lt;span class=&quot;release-badge&quot;&gt;  2026년 5월 19일&lt;/span&gt;
      &lt;span class=&quot;tag-badge tag-aaa&quot;&gt;AAA&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;card-body&quot;&gt;
      &lt;div class=&quot;card-meta&quot;&gt;
        &lt;span class=&quot;card-genre&quot;&gt;레이싱 · 오픈월드&lt;/span&gt;
        &lt;span class=&quot;card-dev&quot;&gt;Playground Games&lt;/span&gt;
      &lt;/div&gt;
      &lt;h3 class=&quot;card-title&quot;&gt;Forza Horizon 6&lt;/h3&gt;
      &lt;p class=&quot;card-desc&quot;&gt;
        시리즈 최초로 일본을 배경으로 하는 포르자 호라이즌의 신작! 도쿄 시내만 해도 이전작 과나후아토 대비 5배 이상의 규모를 자랑합니다. 시부야 교차로, 도쿄 타워 등 실제 랜드마크가 구현되며, JDM 클래식을 포함한 550여 대의 차량이 등장합니다. 게임 패스 Day 1 포함 타이틀로, 구독자라면 추가 비용 없이 즐길 수 있습니다.
      &lt;/p&gt;
      &lt;div class=&quot;card-info-grid&quot;&gt;
        &lt;div class=&quot;info-item&quot;&gt;
          &lt;div class=&quot;info-label&quot;&gt;  기본 가격&lt;/div&gt;
          &lt;div class=&quot;info-value price&quot;&gt;$69.99&lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;info-item&quot;&gt;
          &lt;div class=&quot;info-label&quot;&gt;  Xbox Game Pass&lt;/div&gt;
          &lt;div class=&quot;info-value gamepass&quot;&gt;✅ Day 1 포함&lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;info-item&quot;&gt;
          &lt;div class=&quot;info-label&quot;&gt;  차량 수&lt;/div&gt;
          &lt;div class=&quot;info-value&quot;&gt;550대 이상&lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;info-item&quot;&gt;
          &lt;div class=&quot;info-label&quot;&gt;  배경&lt;/div&gt;
          &lt;div class=&quot;info-value&quot;&gt;일본 (도쿄 외)&lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;feature-tags&quot;&gt;
        &lt;span class=&quot;feature-tag&quot;&gt;오픈 월드&lt;/span&gt;
        &lt;span class=&quot;feature-tag&quot;&gt;멀티플레이&lt;/span&gt;
        &lt;span class=&quot;feature-tag&quot;&gt;JDM 차량&lt;/span&gt;
        &lt;span class=&quot;feature-tag&quot;&gt;토게 레이싱&lt;/span&gt;
        &lt;span class=&quot;feature-tag&quot;&gt;커스텀 가레지&lt;/span&gt;
        &lt;span class=&quot;feature-tag&quot;&gt;CoLab 이벤트랩&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;card-actions&quot;&gt;
        &lt;a class=&quot;btn-steam&quot; href=&quot;https://store.steampowered.com/app/2483190/Forza_Horizon_6/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;
          &lt;svg width=&quot;18&quot; height=&quot;18&quot; viewBox=&quot;0 0 24 24&quot; fill=&quot;currentColor&quot;&gt;&lt;path d=&quot;M12 0C5.37 0 0 5.37 0 12c0 5.3 3.44 9.8 8.2 11.4l3.8-7.9c-.5-.4-.8-1-.8-1.7 0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2-1 2.2-2.2 2.2h-.2l-3.7 7.9C10.6 24 11.3 24 12 24c6.6 0 12-5.4 12-12S18.6 0 12 0zm4.6 13.7c-1.6 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.4 3-3 3z&quot;/&gt;&lt;/svg&gt;
          스팀에서 구매
        &lt;/a&gt;
        &lt;a class=&quot;btn-wishlist&quot; href=&quot;https://store.steampowered.com/app/2483190/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;
          ♡ 위시리스트 추가
        &lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/article&gt;

  &lt;!-- ── 게임 2: Subnautica 2 ── --&gt;
  &lt;article class=&quot;game-card&quot;&gt;
    &lt;div class=&quot;card-banner&quot;&gt;
      &lt;img
        src=&quot;https://cdn.akamai.steamstatic.com/steam/apps/1962700/header.jpg&quot;
        alt=&quot;Subnautica 2 Steam 배너&quot;
        onerror=&quot;this.src='https://cdn.akamai.steamstatic.com/steam/apps/1962700/capsule_616x353.jpg'&quot;
      &gt;
      &lt;span class=&quot;release-badge&quot;&gt;  2026년 5월 14일&lt;/span&gt;
      &lt;span class=&quot;tag-badge tag-ea&quot;&gt;얼리 액세스&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;card-body&quot;&gt;
      &lt;div class=&quot;card-meta&quot;&gt;
        &lt;span class=&quot;card-genre&quot;&gt;서바이벌 · 수중 탐험&lt;/span&gt;
        &lt;span class=&quot;card-dev&quot;&gt;Unknown Worlds Entertainment&lt;/span&gt;
      &lt;/div&gt;
      &lt;h3 class=&quot;card-title&quot;&gt;Subnautica 2&lt;/h3&gt;
      &lt;p class=&quot;card-desc&quot;&gt;
        전작의 걸작 수중 서바이벌 공식을 새로운 외계 행성에서 다시 펼칩니다. 최대 4인 온라인 코옵이 추가되어 혼자 또는 친구들과 심해를 탐험할 수 있습니다. 새로운 '올타드폴' 잠수정으로 생태계를 스캔하고, 맞춤형 기지를 건설하며 AI가 숨긴 미스터리를 파헤쳐 보세요. 얼리 액세스 한 번 구매로 1.0 이후 모든 업데이트를 포함합니다.
      &lt;/p&gt;
      &lt;div class=&quot;card-info-grid&quot;&gt;
        &lt;div class=&quot;info-item&quot;&gt;
          &lt;div class=&quot;info-label&quot;&gt;  얼리 액세스 가격&lt;/div&gt;
          &lt;div class=&quot;info-value price&quot;&gt;$29.99&lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;info-item&quot;&gt;
          &lt;div class=&quot;info-label&quot;&gt;  최대 인원&lt;/div&gt;
          &lt;div class=&quot;info-value&quot;&gt;4인 코옵&lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;info-item&quot;&gt;
          &lt;div class=&quot;info-label&quot;&gt;  배경&lt;/div&gt;
          &lt;div class=&quot;info-value&quot;&gt;새 외계 행성&lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;info-item&quot;&gt;
          &lt;div class=&quot;info-label&quot;&gt;  업데이트&lt;/div&gt;
          &lt;div class=&quot;info-value&quot;&gt;1.0 이후 포함&lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;feature-tags&quot;&gt;
        &lt;span class=&quot;feature-tag&quot;&gt;4인 코옵&lt;/span&gt;
        &lt;span class=&quot;feature-tag&quot;&gt;수중 탐험&lt;/span&gt;
        &lt;span class=&quot;feature-tag&quot;&gt;기지 건설&lt;/span&gt;
        &lt;span class=&quot;feature-tag&quot;&gt;생존 크래프팅&lt;/span&gt;
        &lt;span class=&quot;feature-tag&quot;&gt;외계 생태계&lt;/span&gt;
        &lt;span class=&quot;feature-tag&quot;&gt;싱글 플레이 가능&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;card-actions&quot;&gt;
        &lt;a class=&quot;btn-steam&quot; href=&quot;https://store.steampowered.com/app/1962700/Subnautica_2/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;
          &lt;svg width=&quot;18&quot; height=&quot;18&quot; viewBox=&quot;0 0 24 24&quot; fill=&quot;currentColor&quot;&gt;&lt;path d=&quot;M12 0C5.37 0 0 5.37 0 12c0 5.3 3.44 9.8 8.2 11.4l3.8-7.9c-.5-.4-.8-1-.8-1.7 0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2-1 2.2-2.2 2.2h-.2l-3.7 7.9C10.6 24 11.3 24 12 24c6.6 0 12-5.4 12-12S18.6 0 12 0zm4.6 13.7c-1.6 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.4 3-3 3z&quot;/&gt;&lt;/svg&gt;
          스팀에서 구매
        &lt;/a&gt;
        &lt;a class=&quot;btn-wishlist&quot; href=&quot;https://store.steampowered.com/app/1962700/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;
          ♡ 위시리스트 추가
        &lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/article&gt;

  &lt;!-- ── 게임 3: 007 First Light ── --&gt;
  &lt;article class=&quot;game-card&quot;&gt;
    &lt;div class=&quot;card-banner&quot;&gt;
      &lt;img
        src=&quot;https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/3768760/dbe86ebd2edb4c77d113e9e2feefeb90189fabc9/header_alt_assets_1.jpg?t=1777898149&quot;
        alt=&quot;007 First Light Steam 배너&quot;
        onerror=&quot;this.src='https://cdn.akamai.steamstatic.com/steam/apps/3768760/capsule_616x353.jpg'&quot;
      &gt;
      &lt;span class=&quot;release-badge&quot;&gt;  2026년 5월 27일&lt;/span&gt;
      &lt;span class=&quot;tag-badge tag-aaa&quot;&gt;AAA&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;card-body&quot;&gt;
      &lt;div class=&quot;card-meta&quot;&gt;
        &lt;span class=&quot;card-genre&quot;&gt;액션 어드벤처 · 스텔스&lt;/span&gt;
        &lt;span class=&quot;card-dev&quot;&gt;IO Interactive (히트맨 제작사)&lt;/span&gt;
      &lt;/div&gt;
      &lt;h3 class=&quot;card-title&quot;&gt;007 First Light&lt;/h3&gt;
      &lt;p class=&quot;card-desc&quot;&gt;
        '히트맨' 시리즈를 만든 IO Interactive가 선보이는 제임스 본드의 오리진 스토리. 26살의 젊은 MI6 훈련생 본드가 00 자격을 얻기까지의 이야기를 따라갑니다. 패트릭 깁슨이 본드를 연기하며, 레니 크라비츠·젬마 찬 등 화려한 캐스팅이 눈에 띕니다. 배틀맨 아캄 시리즈와 언차티드에서 영감받은 전투와 파괴 환경 시스템이 특징입니다. 선주문 시 Deluxe Edition 업그레이드 및 24시간 얼리 액세스 무료 제공.
      &lt;/p&gt;
      &lt;div class=&quot;card-info-grid&quot;&gt;
        &lt;div class=&quot;info-item&quot;&gt;
          &lt;div class=&quot;info-label&quot;&gt;  기본 가격&lt;/div&gt;
          &lt;div class=&quot;info-value price&quot;&gt;$69.99&lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;info-item&quot;&gt;
          &lt;div class=&quot;info-label&quot;&gt;  선주문 혜택&lt;/div&gt;
          &lt;div class=&quot;info-value&quot; style=&quot;font-size:12px;color:#7b1fa2;font-weight:700;&quot;&gt;Deluxe 무료 업그레이드&lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;info-item&quot;&gt;
          &lt;div class=&quot;info-label&quot;&gt; ️ 주인공&lt;/div&gt;
          &lt;div class=&quot;info-value&quot;&gt;제임스 본드 (26세)&lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;info-item&quot;&gt;
          &lt;div class=&quot;info-label&quot;&gt;  주제곡&lt;/div&gt;
          &lt;div class=&quot;info-value&quot;&gt;Lana Del Rey&lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;feature-tags&quot;&gt;
        &lt;span class=&quot;feature-tag&quot;&gt;스텔스 액션&lt;/span&gt;
        &lt;span class=&quot;feature-tag&quot;&gt;오리진 스토리&lt;/span&gt;
        &lt;span class=&quot;feature-tag&quot;&gt;파괴 환경&lt;/span&gt;
        &lt;span class=&quot;feature-tag&quot;&gt;드라이빙&lt;/span&gt;
        &lt;span class=&quot;feature-tag&quot;&gt;3인칭 슈터&lt;/span&gt;
        &lt;span class=&quot;feature-tag&quot;&gt;위시리스트 300만+&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;card-actions&quot;&gt;
        &lt;a class=&quot;btn-steam&quot; href=&quot;https://store.steampowered.com/app/3768760/007_First_Light/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;
          &lt;svg width=&quot;18&quot; height=&quot;18&quot; viewBox=&quot;0 0 24 24&quot; fill=&quot;currentColor&quot;&gt;&lt;path d=&quot;M12 0C5.37 0 0 5.37 0 12c0 5.3 3.44 9.8 8.2 11.4l3.8-7.9c-.5-.4-.8-1-.8-1.7 0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2-1 2.2-2.2 2.2h-.2l-3.7 7.9C10.6 24 11.3 24 12 24c6.6 0 12-5.4 12-12S18.6 0 12 0zm4.6 13.7c-1.6 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.4 3-3 3z&quot;/&gt;&lt;/svg&gt;
          스팀에서 구매 (선주문)
        &lt;/a&gt;
        &lt;a class=&quot;btn-wishlist&quot; href=&quot;https://store.steampowered.com/app/3768760/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;
          ♡ 위시리스트 추가
        &lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/article&gt;

  &lt;!-- ── 게임 4: Mixtape ── --&gt;
  &lt;article class=&quot;game-card&quot;&gt;
    &lt;div class=&quot;card-banner&quot;&gt;
      &lt;img
        src=&quot;https://cdn.akamai.steamstatic.com/steam/apps/2582320/header.jpg&quot;
        alt=&quot;Mixtape Steam 배너&quot;
        onerror=&quot;this.src='https://cdn.akamai.steamstatic.com/steam/apps/2582320/capsule_616x353.jpg'&quot;
      &gt;
      &lt;span class=&quot;release-badge&quot;&gt;  2026년 5월 6일&lt;/span&gt;
      &lt;span class=&quot;tag-badge tag-indie&quot;&gt;인디&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;card-body&quot;&gt;
      &lt;div class=&quot;card-meta&quot;&gt;
        &lt;span class=&quot;card-genre&quot;&gt;내러티브 어드벤처 · 음악&lt;/span&gt;
        &lt;span class=&quot;card-dev&quot;&gt;Beethoven &amp;amp; Dinosaur · Annapurna Interactive&lt;/span&gt;
      &lt;/div&gt;
      &lt;h3 class=&quot;card-title&quot;&gt;Mixtape&lt;/h3&gt;
      &lt;p class=&quot;card-desc&quot;&gt;
        아트풀 이스케이프 개발사의 신작. 함께한 마지막 밤, 세 친구가 졸업 파티로 향하는 길에 재생되는 플레이리스트가 그들의 기억 속으로 이끕니다. Joy Division, The Cure, 스매싱 펌킨스 등 80~90년대 명곡들이 배경음악으로 흐르며, 스케이트보드·사진·무도회 등 다양한 청소년기의 순간을 체험할 수 있습니다. 감성적인 성장 드라마를 원하는 분께 강력 추천.
      &lt;/p&gt;
      &lt;div class=&quot;card-info-grid&quot;&gt;
        &lt;div class=&quot;info-item&quot;&gt;
          &lt;div class=&quot;info-label&quot;&gt;  가격&lt;/div&gt;
          &lt;div class=&quot;info-value price&quot;&gt;$29.99&lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;info-item&quot;&gt;
          &lt;div class=&quot;info-label&quot;&gt;  수록 음악&lt;/div&gt;
          &lt;div class=&quot;info-value&quot; style=&quot;font-size:12px;&quot;&gt;Joy Division, The Cure 외&lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;info-item&quot;&gt;
          &lt;div class=&quot;info-label&quot;&gt;  분위기&lt;/div&gt;
          &lt;div class=&quot;info-value&quot;&gt;80~90년대 노스탤지어&lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;info-item&quot;&gt;
          &lt;div class=&quot;info-label&quot;&gt;  개발사&lt;/div&gt;
          &lt;div class=&quot;info-value&quot; style=&quot;font-size:12px;&quot;&gt;BAFTA 수상 팀&lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;feature-tags&quot;&gt;
        &lt;span class=&quot;feature-tag&quot;&gt;스토리 중심&lt;/span&gt;
        &lt;span class=&quot;feature-tag&quot;&gt;성장 드라마&lt;/span&gt;
        &lt;span class=&quot;feature-tag&quot;&gt;라이센스 음악&lt;/span&gt;
        &lt;span class=&quot;feature-tag&quot;&gt;스케이트보드&lt;/span&gt;
        &lt;span class=&quot;feature-tag&quot;&gt;싱글 플레이&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;card-actions&quot;&gt;
        &lt;a class=&quot;btn-steam&quot; href=&quot;https://store.steampowered.com/app/2582320/Mixtape/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;
          &lt;svg width=&quot;18&quot; height=&quot;18&quot; viewBox=&quot;0 0 24 24&quot; fill=&quot;currentColor&quot;&gt;&lt;path d=&quot;M12 0C5.37 0 0 5.37 0 12c0 5.3 3.44 9.8 8.2 11.4l3.8-7.9c-.5-.4-.8-1-.8-1.7 0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2-1 2.2-2.2 2.2h-.2l-3.7 7.9C10.6 24 11.3 24 12 24c6.6 0 12-5.4 12-12S18.6 0 12 0zm4.6 13.7c-1.6 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.4 3-3 3z&quot;/&gt;&lt;/svg&gt;
          스팀에서 구매
        &lt;/a&gt;
        &lt;a class=&quot;btn-wishlist&quot; href=&quot;https://store.steampowered.com/app/2582320/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;
          ♡ 위시리스트 추가
        &lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/article&gt;

  &lt;!-- ── 게임 5: Directive 8020 ── --&gt;
  &lt;article class=&quot;game-card&quot;&gt;
    &lt;div class=&quot;card-banner&quot; style=&quot;background: linear-gradient(135deg, #1a0a2e, #0d1b2a, #0a1628);&quot;&gt;
      &lt;img
        src=&quot;https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/2255370/c1d1e7189ca3f29b0129905008803774b701d0a7/header_alt_assets_0.jpg?t=1777454173&quot;
        alt=&quot;Directive 8020 Steam 배너&quot;
        onerror=&quot;this.style.display='none'; this.parentElement.style.background='linear-gradient(135deg,#1a0a2e,#0d1b2a)'; &quot;
      &gt;
      &lt;span class=&quot;release-badge&quot;&gt;  2026년 5월 12일&lt;/span&gt;
      &lt;span class=&quot;tag-badge tag-action&quot;&gt;호러&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;card-body&quot;&gt;
      &lt;div class=&quot;card-meta&quot;&gt;
        &lt;span class=&quot;card-genre&quot;&gt;공포 · 인터랙티브 드라마&lt;/span&gt;
        &lt;span class=&quot;card-dev&quot;&gt;Supermassive Games (Until Dawn 제작사)&lt;/span&gt;
      &lt;/div&gt;
      &lt;h3 class=&quot;card-title&quot;&gt;Directive 8020: A Dark Pictures Game&lt;/h3&gt;
      &lt;p class=&quot;card-desc&quot;&gt;
        언틸 던 개발사 Supermassive Games의 다크 픽처스 앤솔로지 신작. 우주선 카시오페이아의 승무원들이 외계 생명체의 침공에서 살아남는 이야기를 다룹니다. 행성 타우 케티 f에 추락한 후, 피식자를 완벽히 모방하는 외계 유기체를 피해야 합니다. 플레이어의 선택이 이야기 결말을 바꾸는 영화적 공포 체험을 선사합니다.
      &lt;/p&gt;
      &lt;div class=&quot;card-info-grid&quot;&gt;
        &lt;div class=&quot;info-item&quot;&gt;
          &lt;div class=&quot;info-label&quot;&gt;  가격&lt;/div&gt;
          &lt;div class=&quot;info-value price&quot;&gt;$39.99&lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;info-item&quot;&gt;
          &lt;div class=&quot;info-label&quot;&gt;  출시일&lt;/div&gt;
          &lt;div class=&quot;info-value&quot;&gt;5월 12일&lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;info-item&quot;&gt;
          &lt;div class=&quot;info-label&quot;&gt;  플레이&lt;/div&gt;
          &lt;div class=&quot;info-value&quot;&gt;멀티 캐릭터&lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;info-item&quot;&gt;
          &lt;div class=&quot;info-label&quot;&gt;  배경&lt;/div&gt;
          &lt;div class=&quot;info-value&quot;&gt;외계 행성&lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;feature-tags&quot;&gt;
        &lt;span class=&quot;feature-tag&quot;&gt;선택지 기반&lt;/span&gt;
        &lt;span class=&quot;feature-tag&quot;&gt;서바이벌 공포&lt;/span&gt;
        &lt;span class=&quot;feature-tag&quot;&gt;SF 호러&lt;/span&gt;
        &lt;span class=&quot;feature-tag&quot;&gt;멀티 엔딩&lt;/span&gt;
        &lt;span class=&quot;feature-tag&quot;&gt;영화적 연출&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;card-actions&quot;&gt;
        &lt;a class=&quot;btn-steam&quot; href=&quot;https://store.steampowered.com/search/?term=Directive+8020&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;
          &lt;svg width=&quot;18&quot; height=&quot;18&quot; viewBox=&quot;0 0 24 24&quot; fill=&quot;currentColor&quot;&gt;&lt;path d=&quot;M12 0C5.37 0 0 5.37 0 12c0 5.3 3.44 9.8 8.2 11.4l3.8-7.9c-.5-.4-.8-1-.8-1.7 0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2-1 2.2-2.2 2.2h-.2l-3.7 7.9C10.6 24 11.3 24 12 24c6.6 0 12-5.4 12-12S18.6 0 12 0zm4.6 13.7c-1.6 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.4 3-3 3z&quot;/&gt;&lt;/svg&gt;
          스팀에서 검색
        &lt;/a&gt;
        &lt;a class=&quot;btn-wishlist&quot; href=&quot;https://store.steampowered.com/search/?term=Directive+8020&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;
          ♡ 위시리스트 추가
        &lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/article&gt;

  &lt;div class=&quot;divider&quot;&gt;&lt;/div&gt;

  &lt;!-- 구매 팁 --&gt;
  &lt;div class=&quot;footer-note&quot;&gt;
      &lt;strong&gt;구매 팁:&lt;/strong&gt; Forza Horizon 6은 &lt;strong&gt;Xbox Game Pass PC&lt;/strong&gt; 구독자라면 추가 비용 없이 플레이 가능합니다. Subnautica 2 얼리 액세스 구매 시 정식 출시 이후의 모든 업데이트를 포함합니다. 007 First Light 선주문 시 Deluxe 에디션 업그레이드 및 24시간 얼리 액세스가 무료로 제공됩니다.
  &lt;/div&gt;

  &lt;!-- 해시태그 --&gt;
  &lt;div style=&quot;margin-top:36px;&quot;&gt;
    &lt;div class=&quot;hashtag-section&quot;&gt;
      &lt;div class=&quot;hashtag-label&quot;&gt;# 관련 해시태그&lt;/div&gt;
      &lt;div class=&quot;hashtags&quot;&gt;
        &lt;span class=&quot;hashtag&quot;&gt;#스팀신작&lt;/span&gt;
        &lt;span class=&quot;hashtag&quot;&gt;#2026년5월게임&lt;/span&gt;
        &lt;span class=&quot;hashtag&quot;&gt;#포르자호라이즌6&lt;/span&gt;
        &lt;span class=&quot;hashtag&quot;&gt;#서브노티카2&lt;/span&gt;
        &lt;span class=&quot;hashtag&quot;&gt;#007퍼스트라이트&lt;/span&gt;
        &lt;span class=&quot;hashtag&quot;&gt;#Mixtape게임&lt;/span&gt;
        &lt;span class=&quot;hashtag&quot;&gt;#다크픽처스&lt;/span&gt;
        &lt;span class=&quot;hashtag&quot;&gt;#스팀게임추천&lt;/span&gt;
        &lt;span class=&quot;hashtag&quot;&gt;#PC게임신작&lt;/span&gt;
        &lt;span class=&quot;hashtag&quot;&gt;#게임추천&lt;/span&gt;
        &lt;span class=&quot;hashtag&quot;&gt;#레이싱게임&lt;/span&gt;
        &lt;span class=&quot;hashtag&quot;&gt;#서바이벌게임&lt;/span&gt;
        &lt;span class=&quot;hashtag&quot;&gt;#액션어드벤처&lt;/span&gt;
        &lt;span class=&quot;hashtag&quot;&gt;#인디게임&lt;/span&gt;
        &lt;span class=&quot;hashtag&quot;&gt;#공포게임&lt;/span&gt;
        &lt;span class=&quot;hashtag&quot;&gt;#XboxGamePass&lt;/span&gt;
        &lt;span class=&quot;hashtag&quot;&gt;#얼리액세스&lt;/span&gt;
        &lt;span class=&quot;hashtag&quot;&gt;#Steam2026&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

&lt;/div&gt;&lt;!-- /wrapper --&gt;

&lt;/body&gt;
&lt;/html&gt;</description>
      <category>스팀게임</category>
      <category>2026년 5월 신작</category>
      <category>5월 스팀신작</category>
      <category>스팀5월 신작게임</category>
      <category>스팀신작</category>
      <category>스팀추천게임</category>
      <author>레몬맛김</author>
      <guid isPermaLink="true">https://insight17458.tistory.com/37</guid>
      <comments>https://insight17458.tistory.com/37#entry37comment</comments>
      <pubDate>Tue, 5 May 2026 14:58:23 +0900</pubDate>
    </item>
    <item>
      <title>[부천맛집]유리분식</title>
      <link>https://insight17458.tistory.com/36</link>
      <description>&lt;html lang=&quot;ko&quot;&gt;
&lt;head&gt;
  &lt;meta charset=&quot;UTF-8&quot;&gt;
  &lt;title&gt;부천맛집 유리분식 | 부천역 40년 전통 즉석떡볶이 맛집 완벽 정리&lt;/title&gt;
  &lt;style&gt;
    body {
      font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', sans-serif;
      line-height: 1.9;
      color: #333;
      font-size: 16px;
    }
    h1 {
      font-size: 26px;
      font-weight: 800;
      color: #1a1a1a;
      border-left: 5px solid #e53935;
      padding-left: 14px;
      margin-bottom: 10px;
    }
    h2 {
      font-size: 20px;
      font-weight: 700;
      color: #222;
      border-bottom: 2px solid #f5c000;
      padding-bottom: 6px;
      margin-top: 40px;
    }
    .info-box {
      background: #fff8e1;
      border: 1px solid #f5c000;
      border-radius: 10px;
      padding: 18px 22px;
      margin: 20px 0;
      font-size: 15px;
    }
    .info-box p { margin: 5px 0; }
    .info-box strong { color: #c62828; }
    .price-table {
      width: 100%;
      border-collapse: collapse;
      margin: 16px 0;
      font-size: 15px;
    }
    .price-table th {
      background: #e53935;
      color: #fff;
      padding: 10px 14px;
      text-align: left;
    }
    .price-table td {
      padding: 10px 14px;
      border-bottom: 1px solid #eee;
    }
    .price-table tr:nth-child(even) td { background: #fafafa; }
    .tip-box {
      background: #e3f2fd;
      border-left: 4px solid #1976d2;
      border-radius: 0 8px 8px 0;
      padding: 14px 18px;
      margin: 20px 0;
      font-size: 15px;
    }
    .highlight {
      background: linear-gradient(transparent 60%, #fff176 60%);
      font-weight: 700;
    }
    .map-link {
      display: inline-block;
      background: #03c75a;
      color: #fff;
      font-weight: 700;
      font-size: 15px;
      padding: 12px 22px;
      border-radius: 8px;
      text-decoration: none;
      margin: 8px 4px;
    }
    .map-link:hover { background: #02a84a; }
    .photo-link {
      display: inline-block;
      background: #1976d2;
      color: #fff;
      font-weight: 700;
      font-size: 15px;
      padding: 12px 22px;
      border-radius: 8px;
      text-decoration: none;
      margin: 8px 4px;
    }
    .photo-link:hover { background: #1256a0; }
    .tv-box {
      background: #fce4ec;
      border: 1px solid #f48fb1;
      border-radius: 10px;
      padding: 18px 22px;
      margin: 20px 0;
    }
    .hashtag-area {
      margin-top: 40px;
      background: #f5f5f5;
      border-radius: 10px;
      padding: 18px 22px;
      font-size: 14px;
      color: #555;
      line-height: 2.2;
    }
    .subscribe-box {
      background: linear-gradient(135deg, #ff6f00, #e53935);
      color: #fff;
      border-radius: 14px;
      padding: 28px;
      text-align: center;
      margin-top: 40px;
    }
    .subscribe-box p {
      font-size: 20px;
      font-weight: 800;
      margin: 0 0 10px 0;
    }
    .subscribe-box span {
      font-size: 14px;
      opacity: 0.9;
    }
    .divider {
      border: none;
      border-top: 1px dashed #ddd;
      margin: 32px 0;
    }
    img {
      max-width: 100%;
      border-radius: 10px;
      margin: 10px 0;
    }
    .img-caption {
      text-align: center;
      font-size: 13px;
      color: #888;
      margin-top: -6px;
      margin-bottom: 14px;
    }
    /* 이미지 그리드 */
    .photo-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
      margin: 20px 0;
    }
    .photo-grid-3 {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 10px;
      margin: 16px 0;
    }
    .photo-card {
      position: relative;
      border-radius: 12px;
      overflow: hidden;
      background: #f8f0e8;
      aspect-ratio: 4/3;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .photo-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 12px;
      margin: 0;
      display: block;
    }
    .photo-card-placeholder {
      border-radius: 12px;
      overflow: hidden;
      background: linear-gradient(135deg, #fff3e0, #ffe0b2);
      border: 2px dashed #ff9800;
      aspect-ratio: 4/3;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 12px;
      text-align: center;
      cursor: pointer;
      text-decoration: none;
    }
    .photo-card-placeholder:hover {
      background: linear-gradient(135deg, #ffe0b2, #ffcc80);
    }
    .photo-card-placeholder .icon { font-size: 32px; margin-bottom: 6px; }
    .photo-card-placeholder .label {
      font-size: 12px;
      font-weight: 700;
      color: #e65100;
      line-height: 1.4;
    }
    .photo-card-placeholder .sublabel {
      font-size: 11px;
      color: #bf360c;
      margin-top: 4px;
    }
    .photo-full {
      width: 100%;
      border-radius: 12px;
      margin: 12px 0;
      overflow: hidden;
    }
    .photo-full img {
      width: 100%;
      border-radius: 12px;
      margin: 0;
      display: block;
    }
    .photo-notice {
      background: #fff3e0;
      border: 1px solid #ffb74d;
      border-radius: 8px;
      padding: 12px 16px;
      font-size: 13px;
      color: #bf360c;
      margin: 10px 0 20px 0;
    }
    .badge {
      display: inline-block;
      background: #e53935;
      color: #fff;
      font-size: 12px;
      font-weight: 700;
      padding: 3px 10px;
      border-radius: 20px;
      margin-right: 6px;
      vertical-align: middle;
    }
  &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;!-- ✅ 제목 1번 등장 --&gt;
&lt;h1&gt;  부천맛집 유리분식 | 부천역 40년 전통 즉석떡볶이 완벽 정리&lt;/h1&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;부천에서 즉석떡볶이 맛집을 찾는다면 이곳을 빼놓을 수 없습니다.&lt;br /&gt;&lt;span class=&quot;highlight&quot;&gt;부천맛집 유리분식&lt;/span&gt;은 1983년부터 지금까지 같은 자리를 지키며 부천 토박이들의 추억과 함께해 온 &lt;b&gt;40년 넘은 전통 분식집&lt;/b&gt;입니다.&lt;br /&gt;부천역 근처 부천대학교 앞에 위치해 있어 학생은 물론 직장인, 가족 단위 손님까지 연령대 가리지 않고 꾸준히 찾아오는 곳이에요.&lt;/p&gt;
&lt;!-- 기본 정보 박스 --&gt;
&lt;div class=&quot;info-box&quot;&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;  &lt;b&gt;상호명&lt;/b&gt; : 유리 즉석 떡볶이전문점 (유리분식)&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;  &lt;b&gt;주소&lt;/b&gt; : 경기도 부천시 원미구 심곡동 406-33&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;⏰ &lt;b&gt;영업시간&lt;/b&gt; : 매일 오전 10:00 ~ 오후 9:30 (연중무휴)&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;  &lt;b&gt;교통&lt;/b&gt; : 부천역 도보 5분 내외, 부천대학교 앞&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;  &lt;b&gt;분점&lt;/b&gt; : 신중동역 근처 중동직영점 운영 중&lt;/p&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;!-- 대표 음식 사진 섹션 --&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;  유리분식 대표 메뉴 사진&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;!-- 메인 대표 사진 (가로 전체) --&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;582&quot; data-origin-height=&quot;576&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/b63tyo/dJMcahYxg6E/27XRqIKykgafCuGfrDVI91/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/b63tyo/dJMcahYxg6E/27XRqIKykgafCuGfrDVI91/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/b63tyo/dJMcahYxg6E/27XRqIKykgafCuGfrDVI91/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fb63tyo%2FdJMcahYxg6E%2F27XRqIKykgafCuGfrDVI91%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;582&quot; height=&quot;576&quot; data-origin-width=&quot;582&quot; data-origin-height=&quot;576&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;img-caption&quot; data-ke-size=&quot;size16&quot;&gt;▲ 보글보글 끓는 유리분식 즉석떡볶이&amp;nbsp;&lt;/p&gt;
&lt;!-- ✅ 제목 2번 등장 --&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;span class=&quot;badge&quot;&gt;40년 전통&lt;/span&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;단순히 오래됐다고 유명한 것이 아닙니다. &lt;b&gt;유리분식이 특별한 이유&lt;/b&gt;는 바로 &lt;span class=&quot;highlight&quot;&gt;깻잎과 양배추가 듬뿍&lt;/span&gt; 들어가는 독특한 즉석떡볶이 스타일 때문입니다.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;처음에는 도너츠와 다양한 메뉴를 판매하다가 &lt;b&gt;1983년 12월 현재 위치로 이전&lt;/b&gt;하여 즉석떡볶이 전문점으로 자리를 잡았습니다. 수십 년째 한 자리를 지키며 단골손님의 추억을 쌓아온 곳이라, 부천에서 나고 자란 분들에게는 거의 &lt;b&gt;&quot;추억의 맛집&quot;&lt;/b&gt;으로 각인되어 있죠.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;주요 특징을 정리하면:&lt;/p&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;  &lt;b&gt;깻잎 즉석떡볶이&lt;/b&gt;로 유명 &amp;mdash; 향긋한 깻잎&amp;middot;양배추가 듬뿍 들어가 다른 곳과 확연히 차별화&lt;/li&gt;
&lt;li&gt;  &lt;b&gt;볶음밥&lt;/b&gt;이 별미 &amp;mdash; 떡볶이 양념에 밥을 넣고 김가루를 듬뿍 뿌려 마무리하는 것이 '국룰'&lt;/li&gt;
&lt;li&gt;  &lt;b&gt;주문 방식 독특&lt;/b&gt; &amp;mdash; 종이에 원하는 재료를 직접 체크해서 제출하는 셀프 주문 방식&lt;/li&gt;
&lt;li&gt;  &lt;b&gt;사리 균일가 1,000원&lt;/b&gt; &amp;mdash; 10가지 이상의 다양한 사리를 저렴하게 추가 가능&lt;/li&gt;
&lt;li&gt;⭐ &lt;b&gt;다이닝코드 별점 4.7~4.8&lt;/b&gt; / 부천역&amp;middot;신중동역 인근 즉석떡볶이 1위권&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class=&quot;divider&quot; data-ke-style=&quot;style1&quot; /&gt;&lt;!-- 메뉴 추가 사진 섹션 --&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;a class=&quot;photo-link&quot; href=&quot;https://m.place.naver.com/restaurant/1151706926/photo&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;  &lt;span style=&quot;color: #ffffff;&quot;&gt; 네이버 - 유리분식 음식 사진 보기 &lt;/span&gt;&lt;/a&gt; &lt;a class=&quot;photo-link&quot; href=&quot;https://map.naver.com/v5/search/유리즉석떡볶이%20부천%20심곡동&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;   &lt;span style=&quot;color: #ffffff;&quot;&gt;네이버 지도 - 유리분식 검색 &lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;!-- 추가 2열 사진 그리드 --&gt;
&lt;div class=&quot;photo-grid&quot; style=&quot;margin-top: 16px;&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;460&quot; data-origin-height=&quot;421&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/Lg3l1/dJMcabqvT02/Q7ByKV4RShl6rffJzoRil0/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/Lg3l1/dJMcabqvT02/Q7ByKV4RShl6rffJzoRil0/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/Lg3l1/dJMcabqvT02/Q7ByKV4RShl6rffJzoRil0/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FLg3l1%2FdJMcabqvT02%2FQ7ByKV4RShl6rffJzoRil0%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;460&quot; height=&quot;421&quot; data-origin-width=&quot;460&quot; data-origin-height=&quot;421&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;580&quot; data-origin-height=&quot;339&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/cPVPAJ/dJMcahRK01h/JImvk25Fs8r43HQDPsBlx1/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/cPVPAJ/dJMcahRK01h/JImvk25Fs8r43HQDPsBlx1/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/cPVPAJ/dJMcahRK01h/JImvk25Fs8r43HQDPsBlx1/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FcPVPAJ%2FdJMcahRK01h%2FJImvk25Fs8r43HQDPsBlx1%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;580&quot; height=&quot;339&quot; data-origin-width=&quot;580&quot; data-origin-height=&quot;339&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;!-- ✅ 제목 3번 등장 --&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;  부천맛집 유리분식 가격 &amp;amp; 메뉴&lt;/h2&gt;
&lt;table class=&quot;price-table&quot; data-ke-align=&quot;alignLeft&quot;&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;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;즉석떡볶이 (1인)&lt;/td&gt;
&lt;td&gt;약 7,000원&lt;/td&gt;
&lt;td&gt;쌀떡/밀떡 선택 가능&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;즉석떡볶이 (2인)&lt;/td&gt;
&lt;td&gt;약 14,000원&lt;/td&gt;
&lt;td&gt;깻잎&amp;middot;양배추 기본 포함&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;사리 (각종)&lt;/td&gt;
&lt;td&gt;1,000원 균일&lt;/td&gt;
&lt;td&gt;순대, 어묵, 쫄면 등 10종+&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;볶음밥&lt;/td&gt;
&lt;td&gt;서비스 / 소액&lt;/td&gt;
&lt;td&gt;떡볶이 먹고 나서 양념에 비벼줌&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;주먹밥&lt;/td&gt;
&lt;td&gt;별도 주문&lt;/td&gt;
&lt;td&gt;대기 중 직접 만드는 재미!&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;포장&lt;/td&gt;
&lt;td&gt;가능&lt;/td&gt;
&lt;td&gt;양념 따로 포장해줘 활용도 높음&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;※ 가격은 방문 시점 및 분점에 따라 다를 수 있으니, 방문 전 확인을 권장합니다.&lt;/p&gt;
&lt;div class=&quot;tip-box&quot;&gt;  &lt;b&gt;이용 꿀팁&lt;/b&gt;&lt;br /&gt;① 종이 주문서에 원하는 재료 체크 &amp;rarr; 제출&lt;br /&gt;② 떡볶이가 끓는 동안 주먹밥 조물조물 만들기&lt;br /&gt;③ 어느 정도 먹은 뒤 남은 양념에 밥 한 공기 + 김가루 듬뿍 = 완성!&lt;br /&gt;④ 포장 시 양념 따로 받으면 집에서도 활용 가능&lt;/div&gt;
&lt;hr class=&quot;divider&quot; data-ke-style=&quot;style1&quot; /&gt;&lt;!-- TV 출연 / 미디어 섹션 --&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;  TV &amp;amp; 미디어 소개&lt;/h2&gt;
&lt;div class=&quot;tv-box&quot;&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;  부천시 공식 SNS 소개&lt;/b&gt;&lt;br /&gt;유리분식은 부천시 공식 소셜미디어 채널(@bucheon.go)에서 &lt;span class=&quot;highlight&quot;&gt;&quot;알만한 사람들은 다 아는 부천 즉석떡볶이 맛집&quot;&lt;/span&gt;으로 직접 소개될 만큼 지역 대표 맛집으로 공인받은 곳입니다.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;  온라인 커뮤니티 &amp;amp; 플랫폼 화제&lt;/b&gt;&lt;br /&gt;다이닝코드, 트립어드바이저, 당근마켓 동네생활 등 수십 곳의 맛집 플랫폼에서 &lt;b&gt;부천역 즉석떡볶이 1위&lt;/b&gt;로 꾸준히 언급되고 있으며, 유튜브에도 '유리분식 부천 즉석떡볶이' 관련 영상이 다수 업로드되어 있습니다.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;  수십 년간 입소문으로 검증된 맛&lt;/b&gt;&lt;br /&gt;단골들의 증언에 따르면 오래 전 방문했던 손님도 알아볼 정도로 사장님이 기억력이 좋고 친절하다는 후기가 많습니다. 40년이 넘는 세월 동안 한 자리를 지켰다는 것 자체가 최고의 '인증'이라 할 수 있겠죠.&lt;/p&gt;
&lt;/div&gt;
&lt;hr class=&quot;divider&quot; data-ke-style=&quot;style1&quot; /&gt;&lt;!-- ✅ 제목 4번 등장 --&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt; ️ 부천맛집 유리분식 위치 &amp;amp; 찾아가는 법&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;  주소 : 경기도 부천시 원미구 심곡동 406-33&lt;/b&gt;&lt;br /&gt;부천역 1번 출구에서 도보로 약 5분 거리, 부천대학교 정문 바로 앞에 위치합니다.&lt;br /&gt;신중동역 쪽에는 &lt;b&gt;중동직영점&lt;/b&gt;도 있어 중동&amp;middot;상동 지역에서도 방문하기 편합니다.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;a class=&quot;map-link&quot; href=&quot;https://map.naver.com/v5/search/유리즉석떡볶이%20부천%20심곡동&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;   네이버 지도로 위치 확인하기 &lt;/a&gt; &lt;a class=&quot;map-link&quot; href=&quot;https://map.naver.com/v5/search/유리즉석떡볶이%20신중동&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;   신중동 분점 위치 확인하기 &lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;info-box&quot;&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;  &lt;b&gt;대중교통 이용 시&lt;/b&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;bull; 지하철 : 1호선 부천역 하차 &amp;rarr; 1번 출구 &amp;rarr; 도보 약 5분&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;bull; 버스 : 심곡동 부천대학교 앞 정류장 하차&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;  &lt;b&gt;자가용 이용 시&lt;/b&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;bull; 주차 공간이 협소하므로 대중교통 이용 권장&lt;/p&gt;
&lt;/div&gt;
&lt;hr class=&quot;divider&quot; data-ke-style=&quot;style1&quot; /&gt;&lt;!-- ✅ 제목 5번 등장 (추가 보완) --&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;⭐ 부천맛집 유리분식, 이런 분께 추천!&lt;/h2&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;✅ 부천에서 &lt;b&gt;추억의 즉석떡볶이&lt;/b&gt;를 먹고 싶은 분&lt;/li&gt;
&lt;li&gt;✅ 7,000원대 가격으로 &lt;b&gt;배부르게 분식&lt;/b&gt;을 즐기고 싶은 분&lt;/li&gt;
&lt;li&gt;✅ 깻잎이 들어간 &lt;b&gt;차별화된 떡볶이&lt;/b&gt;를 맛보고 싶은 분&lt;/li&gt;
&lt;li&gt;✅ 친구나 가족과 함께 &lt;b&gt;냄비에서 직접 끓여먹는 재미&lt;/b&gt;를 원하는 분&lt;/li&gt;
&lt;li&gt;✅ 부천역 &amp;amp; 부천대 주변 맛집을 찾는 &lt;b&gt;학생, 직장인&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;✅ &lt;b&gt;연중무휴&lt;/b&gt;로 언제든 가고 싶을 때 방문 가능&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class=&quot;divider&quot; data-ke-style=&quot;style1&quot; /&gt;&lt;!-- 구독/좋아요 박스 --&gt;
&lt;div class=&quot;subscribe-box&quot;&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;  이 글이 도움이 되셨다면?&lt;/p&gt;
&lt;p style=&quot;font-size: 24px; margin: 0;&quot; data-ke-size=&quot;size16&quot;&gt;❤️ 구독 &amp;amp; 좋아요 눌러주세요! ❤️&lt;/p&gt;
&lt;span&gt;여러분의 구독과 좋아요가 더 좋은 맛집 정보를 만드는 힘이 됩니다  &lt;/span&gt;&lt;/div&gt;</description>
      <category>맛집리스트</category>
      <category>경기도맛집</category>
      <category>부천떡볶이</category>
      <category>부천맛집</category>
      <category>부천먹거리</category>
      <category>부천역맛집</category>
      <category>유리분ㅅ닉</category>
      <category>즉성떡볶이</category>
      <category>추억의맛집</category>
      <author>레몬맛김</author>
      <guid isPermaLink="true">https://insight17458.tistory.com/36</guid>
      <comments>https://insight17458.tistory.com/36#entry36comment</comments>
      <pubDate>Wed, 29 Apr 2026 15:13:05 +0900</pubDate>
    </item>
    <item>
      <title>[스팀게임]플래그마타&amp;lt;PRAGMATA&amp;gt;</title>
      <link>https://insight17458.tistory.com/35</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;프래그마타(PRAGMATA) 스팀 완벽 분석 | 캡콤 신작 SF 액션 어드벤처&lt;/title&gt;
&lt;style&gt;
  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&amp;family=Bebas+Neue&amp;family=Rajdhani:wght@600;700&amp;display=swap');

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

  body {
    background: #ffffff;
    color: #1a1a1a;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.7;
    font-size: 15px;
  }

  /* ── 헤더 ── */
  .post-header {
    background: linear-gradient(160deg, #0a0a0a 0%, #1c1c2e 40%, #2a1a4e 70%, #0d0d0d 100%);
    padding: 52px 24px 44px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .post-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(100,60,220,0.18) 0%, transparent 65%);
  }
  .post-header .badge {
    display: inline-block;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.2);
    color: #c8b8ff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 30px;
    margin-bottom: 18px;
  }
  .post-header h1 {
    font-family: 'Bebas Neue', 'Rajdhani', sans-serif;
    font-size: clamp(38px, 8vw, 72px);
    color: #ffffff;
    letter-spacing: 4px;
    line-height: 1.1;
    text-shadow: 0 4px 32px rgba(120,80,255,0.4);
    position: relative;
  }
  .post-header .sub-title {
    color: rgba(255,255,255,0.6);
    font-size: 13px;
    margin-top: 10px;
    letter-spacing: 1px;
    position: relative;
  }

  /* ── 본문 래퍼 ── */
  .post-body {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 20px 60px;
    background: #ffffff;
  }

  /* ── 섹션 타이틀 ── */
  .section-title {
    font-size: 18px;
    font-weight: 900;
    color: #0d0d0d;
    border-left: 4px solid #5b21b6;
    padding-left: 12px;
    margin: 40px 0 16px;
    letter-spacing: -0.3px;
  }

  /* ── 게임 카드 ── */
  .game-card {
    background: #ffffff;
    border: 1px solid #e8e8f0;
    border-radius: 16px;
    overflow: hidden;
    margin: 32px 0;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  }
  .game-card-header-img {
    width: 100%;
    display: block;
    border-bottom: 1px solid #f0f0f8;
  }
  .game-card-body {
    padding: 22px 24px 24px;
  }
  .game-card-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
    letter-spacing: 2px;
    color: #0d0d0d;
    margin-bottom: 6px;
  }
  .game-card-dev {
    font-size: 12px;
    color: #888;
    margin-bottom: 14px;
  }
  .game-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 18px;
  }
  .tag {
    background: #f4f0ff;
    color: #5b21b6;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    letter-spacing: 0.3px;
  }
  .game-card-meta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 16px;
  }
  .meta-item {
    background: #f8f8fc;
    border-radius: 10px;
    padding: 10px 14px;
  }
  .meta-label {
    font-size: 10px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 3px;
    font-weight: 700;
  }
  .meta-value {
    font-size: 13px;
    font-weight: 700;
    color: #1a1a1a;
  }
  .meta-value.positive { color: #16a34a; }
  .meta-value.score { color: #5b21b6; }

  /* ── 리뷰 배지 ── */
  .review-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f0fff4;
    border: 1px solid #bbf7d0;
    border-radius: 10px;
    padding: 12px 16px;
    margin: 18px 0 0;
  }
  .review-bar .emoji { font-size: 22px; }
  .review-bar .text { font-size: 13px; font-weight: 700; color: #166534; }
  .review-bar .count { font-size: 12px; color: #4b7c5a; margin-left: auto; }

  /* ── 비디오 썸네일 (iframe 대체) ── */
  .video-wrap {
    position: relative;
    margin: 28px 0;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    box-shadow: 0 8px 40px rgba(0,0,0,0.18);
    aspect-ratio: 16/9;
    background: #000;
  }
  .video-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease, opacity 0.3s;
    opacity: 0.88;
  }
  .video-wrap:hover img { transform: scale(1.03); opacity: 1; }
  .play-btn {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, rgba(0,0,0,0.2) 0%, rgba(30,10,60,0.45) 100%);
    transition: background 0.3s;
  }
  .video-wrap:hover .play-btn { background: rgba(0,0,0,0.35); }
  .play-circle {
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.92);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 28px rgba(0,0,0,0.35);
    transition: transform 0.2s;
  }
  .video-wrap:hover .play-circle { transform: scale(1.1); }
  .play-circle svg { width: 28px; height: 28px; fill: #5b21b6; margin-left: 4px; }
  .play-label {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
  }
  .video-source-note {
    text-align: center;
    font-size: 11px;
    color: #aaa;
    margin-top: -18px;
    margin-bottom: 20px;
  }

  /* ── 가격/구매 카드 ── */
  .price-card {
    background: linear-gradient(135deg, #1a0a3e 0%, #0f172a 100%);
    border-radius: 16px;
    padding: 28px 26px;
    color: #fff;
    margin: 28px 0;
    position: relative;
    overflow: hidden;
  }
  .price-card::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(120,80,255,0.25) 0%, transparent 70%);
  }
  .price-card-title {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 6px;
  }
  .price-row {
    display: flex;
    align-items: flex-end;
    gap: 14px;
    margin-bottom: 18px;
    flex-wrap: wrap;
  }
  .price-main {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 42px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1;
  }
  .price-usd {
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    margin-bottom: 6px;
  }
  .price-deluxe {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 12px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 18px;
    line-height: 1.6;
  }
  .price-deluxe strong { color: #c4b5fd; }
  .btn-steam {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: #1b2838 !important;
    color: #ffffff !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 14px 26px !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    border: 1.5px solid rgba(255,255,255,0.18) !important;
    transition: all 0.2s !important;
    letter-spacing: 0.3px !important;
    cursor: pointer !important;
  }
  .btn-steam:hover {
    background: #2a475e !important;
    border-color: rgba(255,255,255,0.35) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.4) !important;
  }
  .btn-steam svg { flex-shrink: 0; }
  .price-note {
    margin-top: 14px;
    font-size: 11px;
    color: rgba(255,255,255,0.4);
    line-height: 1.6;
  }

  /* ── 스크린샷 그리드 ── */
  .screenshot-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 20px 0;
  }
  .screenshot-grid img {
    width: 100%;
    border-radius: 10px;
    display: block;
    border: 1px solid #eee;
  }

  /* ── 스펙 테이블 ── */
  .spec-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    margin: 16px 0;
  }
  .spec-table th {
    background: #1a0a3e;
    color: #fff;
    padding: 10px 14px;
    text-align: left;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  .spec-table td {
    padding: 10px 14px;
    border-bottom: 1px solid #f0f0f8;
    color: #333;
    vertical-align: top;
  }
  .spec-table tr:nth-child(even) td { background: #fafaff; }
  .spec-table .label { font-weight: 700; color: #5b21b6; white-space: nowrap; }

  /* ── 인포박스 ── */
  .info-box {
    background: #faf8ff;
    border-left: 4px solid #7c3aed;
    border-radius: 0 12px 12px 0;
    padding: 16px 20px;
    margin: 22px 0;
    font-size: 14px;
    color: #3b2a5e;
    line-height: 1.75;
  }
  .info-box strong { color: #5b21b6; }

  /* ── 하이라이트 카드 ── */
  .highlight-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 14px;
    margin: 16px 0;
  }
  .highlight-item {
    background: #f8f8fc;
    border-radius: 12px;
    padding: 18px 16px;
    border: 1px solid #ebebf5;
  }
  .hi-icon { font-size: 24px; margin-bottom: 8px; }
  .hi-title { font-size: 13px; font-weight: 900; color: #1a1a1a; margin-bottom: 4px; }
  .hi-desc { font-size: 12px; color: #666; line-height: 1.6; }

  /* ── 플랫폼 배지 ── */
  .platform-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0;
  }
  .platform-badge {
    background: #1a0a3e;
    color: #c4b5fd;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 14px;
    border-radius: 8px;
    letter-spacing: 0.5px;
  }

  /* ── 해시태그 ── */
  .hashtag-area {
    margin: 48px 0 0;
    padding: 24px 0 0;
    border-top: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .hashtag-area span {
    font-size: 13px;
    color: #5b21b6;
    font-weight: 600;
  }

  /* ── 구분선 ── */
  hr.divider {
    border: none;
    border-top: 1px solid #f0f0f8;
    margin: 32px 0;
  }

  p { margin-bottom: 12px; }

  @media (max-width: 560px) {
    .game-card-meta { grid-template-columns: 1fr 1fr; }
    .screenshot-grid { grid-template-columns: 1fr; }
    .price-main { font-size: 32px; }
  }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;!-- ★ 헤더 --&gt;
&lt;div class=&quot;post-header&quot;&gt;
  &lt;div class=&quot;badge&quot;&gt;  2026 캡콤 신작 · Steam 압도적으로 긍정적&lt;/div&gt;
  &lt;h1&gt;PRAGMATA&lt;/h1&gt;
  &lt;p class=&quot;sub-title&quot;&gt;프래그마타 완벽 분석 | SF 액션 어드벤처 · CAPCOM&lt;/p&gt;
&lt;/div&gt;

&lt;div class=&quot;post-body&quot;&gt;

  &lt;!-- ★ 도입부 --&gt;
  &lt;p style=&quot;margin-top:36px; font-size:15px; line-height:1.85; color:#333;&quot;&gt;
    캡콤(CAPCOM)이 6년에 걸쳐 개발한 완전 신규 IP, &lt;strong&gt;PRAGMATA(프래그마타)&lt;/strong&gt;가 2026년 4월 17일 드디어 Steam에 출시되었습니다. 달 연구시설을 배경으로 한 독창적인 SF 액션 어드벤처로, 출시 직후 스팀 리뷰 &lt;strong&gt;97% 긍정적&lt;/strong&gt;, 메타크리틱 &lt;strong&gt;87점&lt;/strong&gt;을 기록하며 2026년 최고의 싱글플레이어 게임 중 하나로 자리매김했습니다.
  &lt;/p&gt;

  &lt;!-- ★ 게임 카드 --&gt;
  &lt;div class=&quot;game-card&quot;&gt;
    &lt;img
      class=&quot;game-card-header-img&quot;
      src=&quot;https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/3357650/e32e168b25ed68a0cf6264c220c07e96c2abfb56/header.jpg&quot;
      alt=&quot;PRAGMATA 스팀 헤더 이미지&quot;
      onerror=&quot;this.src='https://cdn.akamai.steamstatic.com/steam/apps/3357650/header.jpg'&quot;
    &gt;
    &lt;div class=&quot;game-card-body&quot;&gt;
      &lt;div class=&quot;game-card-title&quot;&gt;PRAGMATA&lt;/div&gt;
      &lt;div class=&quot;game-card-dev&quot;&gt;개발 · 배급: CAPCOM Co., Ltd. &amp;nbsp;|&amp;nbsp; 출시: 2026.04.17&lt;/div&gt;
      &lt;div class=&quot;game-card-tags&quot;&gt;
        &lt;span class=&quot;tag&quot;&gt;SF&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;3인칭 슈팅&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;Steam Deck 인증&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;game-card-meta&quot;&gt;
        &lt;div class=&quot;meta-item&quot;&gt;
          &lt;div class=&quot;meta-label&quot;&gt;스팀 평가&lt;/div&gt;
          &lt;div class=&quot;meta-value positive&quot;&gt;압도적으로 긍정적&lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;meta-item&quot;&gt;
          &lt;div class=&quot;meta-label&quot;&gt;Metacritic&lt;/div&gt;
          &lt;div class=&quot;meta-value score&quot;&gt;87 / 100&lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;meta-item&quot;&gt;
          &lt;div class=&quot;meta-label&quot;&gt;평균 플레이타임&lt;/div&gt;
          &lt;div class=&quot;meta-value&quot;&gt;약 11시간&lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;meta-item&quot;&gt;
          &lt;div class=&quot;meta-label&quot;&gt;OpenCritic&lt;/div&gt;
          &lt;div class=&quot;meta-value score&quot;&gt;Mighty 87 · 95%&lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;review-bar&quot;&gt;
        &lt;span class=&quot;emoji&quot;&gt;⭐&lt;/span&gt;
        &lt;span class=&quot;text&quot;&gt;스팀 한국어 리뷰: 압도적으로 긍정적&lt;/span&gt;
        &lt;span class=&quot;count&quot;&gt;1,100+ 리뷰&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- ★ 공식 트레일러 (iframe 없음, 썸네일 클릭 방식) --&gt;
  &lt;h2 class=&quot;section-title&quot;&gt;  PRAGMATA 공식 트레일러&lt;/h2&gt;
  &lt;p&gt;아래 트레일러에서 &lt;strong&gt;프래그마타&lt;/strong&gt;의 독창적인 게임플레이와 달 연구시설의 압도적인 비주얼을 확인해 보세요.&lt;/p&gt;

  &lt;a class=&quot;video-wrap&quot; href=&quot;https://www.youtube.com/watch?v=C6tqmUCslo4&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;
    &lt;img src=&quot;https://img.youtube.com/vi/C6tqmUCslo4/maxresdefault.jpg&quot; alt=&quot;PRAGMATA 공식 메인 트레일러 썸네일&quot;&gt;
    &lt;div class=&quot;play-btn&quot;&gt;
      &lt;div class=&quot;play-circle&quot;&gt;
        &lt;svg viewBox=&quot;0 0 24 24&quot;&gt;&lt;path d=&quot;M8 5v14l11-7z&quot;/&gt;&lt;/svg&gt;
      &lt;/div&gt;
      &lt;span class=&quot;play-label&quot;&gt;PRAGMATA — 공식 메인 트레일러 재생&lt;/span&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;p class=&quot;video-source-note&quot;&gt;▲ 이미지 클릭 시 YouTube에서 공식 트레일러가 재생됩니다&lt;/p&gt;

  &lt;!-- 90초 오버뷰 트레일러 --&gt;
  &lt;a class=&quot;video-wrap&quot; href=&quot;https://www.youtube.com/watch?v=8BaMWajtOhw&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;
    &lt;img src=&quot;https://img.youtube.com/vi/8BaMWajtOhw/maxresdefault.jpg&quot; alt=&quot;PRAGMATA 90초 오버뷰 트레일러&quot;&gt;
    &lt;div class=&quot;play-btn&quot;&gt;
      &lt;div class=&quot;play-circle&quot;&gt;
        &lt;svg viewBox=&quot;0 0 24 24&quot;&gt;&lt;path d=&quot;M8 5v14l11-7z&quot;/&gt;&lt;/svg&gt;
      &lt;/div&gt;
      &lt;span class=&quot;play-label&quot;&gt;PRAGMATA — 90초 게임플레이 오버뷰&lt;/span&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;p class=&quot;video-source-note&quot;&gt;▲ 게임플레이 핵심을 90초로 압축한 오버뷰 영상&lt;/p&gt;

  &lt;!-- ★ 스토리 --&gt;
  &lt;h2 class=&quot;section-title&quot;&gt;  스토리 — 달에서 지구로&lt;/h2&gt;
  &lt;div class=&quot;info-box&quot;&gt;
    근미래, 달 연구시설에서 인류는 &lt;strong&gt;루나필라멘트(Lunafilament)&lt;/strong&gt;라는 신소재를 발견합니다. 이 광물로는 3D 프린터를 통해 거의 모든 것을 만들어낼 수 있습니다. 그러나 어느 날 시설이 갑자기 침묵하고, 조사팀원 &lt;strong&gt;휴(Hugh)&lt;/strong&gt;가 현장에 파견됩니다. 재난 속에서 그는 홀로 시설을 방랑하는 안드로이드 소녀 &lt;strong&gt;다이애나(Diana)&lt;/strong&gt;와 만나게 됩니다. 두 사람은 함께 달에서 탈출하는 방법을 찾아야 합니다.
  &lt;/div&gt;
  &lt;p&gt;
    달 표면에는 지구 도시를 흉내낸 기이한 복제물들이 널려 있으며, 시설 내부에는 사라진 주민들의 흔적만 남아 있습니다. 그리고 시설을 지배하는 악성 AI &lt;strong&gt;IDUS&lt;/strong&gt;가 두 주인공의 앞을 막아섭니다. &lt;strong&gt;프래그마타&lt;/strong&gt;는 단순한 AI와의 전투를 넘어, 휴와 다이애나의 감동적인 유대감이 중심이 되는 이야기입니다.
  &lt;/p&gt;

  &lt;!-- ★ 게임플레이 --&gt;
  &lt;h2 class=&quot;section-title&quot;&gt;  핵심 게임플레이 — 두 캐릭터 동시 조작&lt;/h2&gt;
  &lt;p&gt;
    &lt;strong&gt;PRAGMATA(프래그마타)&lt;/strong&gt;의 가장 독창적인 부분은 &lt;strong&gt;두 캐릭터를 동시에 조작&lt;/strong&gt;하는 시스템입니다. 플레이어는 총을 쏘고 달리는 휴를 직접 조종하면서, 동시에 다이애나가 적의 방어막을 해킹하도록 지시합니다. 대부분의 로봇은 금속 장갑으로 총탄이 통하지 않기 때문에, 다이애나의 해킹으로 약점을 노출시킨 후 휴가 공격하는 방식입니다.
  &lt;/p&gt;

  &lt;div class=&quot;highlight-grid&quot;&gt;
    &lt;div class=&quot;highlight-item&quot;&gt;
      &lt;div class=&quot;hi-icon&quot;&gt; &lt;/div&gt;
      &lt;div class=&quot;hi-title&quot;&gt;휴 (Hugh) — 전투&lt;/div&gt;
      &lt;div class=&quot;hi-desc&quot;&gt;에너지/전기 기반 무기를 다루며 젯팩으로 기동성 확보. 다양한 임시 무기로 전투 다이내믹 유지.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;highlight-item&quot;&gt;
      &lt;div class=&quot;hi-icon&quot;&gt; &lt;/div&gt;
      &lt;div class=&quot;hi-title&quot;&gt;다이애나 (Diana) — 해킹&lt;/div&gt;
      &lt;div class=&quot;hi-desc&quot;&gt;적의 약점 노출, 환경 조작, 퍼즐 해결. 전투와 해킹을 동시에 진행하는 두뇌 풀 가동 전투.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;highlight-item&quot;&gt;
      &lt;div class=&quot;hi-icon&quot;&gt; &lt;/div&gt;
      &lt;div class=&quot;hi-title&quot;&gt;달 연구시설 탐험&lt;/div&gt;
      &lt;div class=&quot;hi-desc&quot;&gt;5개의 섹터, 수집형 아이템 REM, 잠금 해제 가능한 쉘터(Shelter) 공간.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;highlight-item&quot;&gt;
      &lt;div class=&quot;hi-icon&quot;&gt; &lt;/div&gt;
      &lt;div class=&quot;hi-title&quot;&gt;감동적인 스토리&lt;/div&gt;
      &lt;div class=&quot;hi-desc&quot;&gt;캐릭터 간 대화, 예측 불가 반전, 감정적 깊이. 100% 클리어할 만한 가치 있는 게임.&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- ★ 스크린샷 --&gt;
  &lt;h2 class=&quot;section-title&quot;&gt;  게임 스크린샷&lt;/h2&gt;
  &lt;div class=&quot;screenshot-grid&quot;&gt;
    &lt;img src=&quot;https://www.capcom-games.com/pragmata/assets/images/media/photo/combat_01.webp&quot; alt=&quot;PRAGMATA 전투 스크린샷 - 휴 전투씬&quot; onerror=&quot;this.style.opacity='0.3'&quot;&gt;
    &lt;img src=&quot;https://www.capcom-games.com/pragmata/assets/images/media/photo/exploration_01.webp&quot; alt=&quot;PRAGMATA 탐험 스크린샷 - 달 기지 탐험&quot; onerror=&quot;this.style.opacity='0.3'&quot;&gt;
    &lt;img src=&quot;https://www.capcom-games.com/pragmata/assets/images/media/photo/diana_01.webp&quot; alt=&quot;PRAGMATA 다이애나 캐릭터 스크린샷&quot; onerror=&quot;this.style.opacity='0.3'&quot;&gt;
    &lt;img src=&quot;https://www.capcom-games.com/pragmata/assets/images/media/photo/worldview_02.webp&quot; alt=&quot;PRAGMATA 월드뷰 스크린샷 - 달 표면 도시&quot; onerror=&quot;this.style.opacity='0.3'&quot;&gt;
  &lt;/div&gt;
  &lt;p style=&quot;font-size:12px; color:#aaa; text-align:center; margin-top:4px;&quot;&gt;ⓒ CAPCOM Co., Ltd. All Rights Reserved. — 공식 스크린샷 출처: capcom-games.com&lt;/p&gt;

  &lt;!-- ★ 가격 및 다운로드 --&gt;
  &lt;h2 class=&quot;section-title&quot;&gt;  스팀 가격 및 다운로드&lt;/h2&gt;
  &lt;p&gt;&lt;strong&gt;PRAGMATA(프래그마타)&lt;/strong&gt;는 Steam에서 즉시 구매 및 다운로드 가능합니다. 아래 버튼으로 스팀 스토어 페이지로 이동해 가격을 확인하고 바로 구매할 수 있습니다.&lt;/p&gt;

  &lt;div class=&quot;price-card&quot;&gt;
    &lt;div class=&quot;price-card-title&quot;&gt;Steam 스토어 가격&lt;/div&gt;
    &lt;div class=&quot;price-row&quot;&gt;
      &lt;div&gt;
        &lt;div class=&quot;price-main&quot;&gt;$59.99&lt;/div&gt;
        &lt;div class=&quot;price-usd&quot;&gt;일반판 (Standard Edition)&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;price-deluxe&quot;&gt;
      &lt;strong&gt;디럭스 에디션(Deluxe Edition)&lt;/strong&gt;: $81.97&lt;br&gt;
      · 쉘터 버라이어티 팩 포함 (의상 4종 + 스킨 + BGM 3종 + 제스처 3종 + 아트워크)
    &lt;/div&gt;
    &lt;a
      class=&quot;btn-steam&quot;
      href=&quot;https://store.steampowered.com/app/3357650/PRAGMATA/&quot;
      target=&quot;_blank&quot;
      rel=&quot;noopener&quot;
    &gt;
      &lt;svg width=&quot;20&quot; height=&quot;20&quot; viewBox=&quot;0 0 24 24&quot; fill=&quot;white&quot;&gt;&lt;path d=&quot;M12 2C6.48 2 2 6.48 2 12c0 5.52 4.48 10 10 10s10-4.48 10-10C22 6.48 17.52 2 12 2zm-1 14H9V8h2v8zm4 0h-2V8h2v8z&quot;/&gt;&lt;/svg&gt;
      Steam에서 PRAGMATA 구매하기
    &lt;/a&gt;
    &lt;div class=&quot;price-note&quot;&gt;
      ※ 가격은 환율 및 Steam 정책에 따라 변동될 수 있습니다.&lt;br&gt;
      ※ 조기 구매 특전(사무라이 의상 세트)은 2026년 4월 24일까지 적용.
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- ★ 지원 플랫폼 --&gt;
  &lt;h2 class=&quot;section-title&quot;&gt; ️ 지원 플랫폼&lt;/h2&gt;
  &lt;div class=&quot;platform-row&quot;&gt;
    &lt;span class=&quot;platform-badge&quot;&gt; ️ PC (Steam)&lt;/span&gt;
    &lt;span class=&quot;platform-badge&quot;&gt;  PlayStation 5&lt;/span&gt;
    &lt;span class=&quot;platform-badge&quot;&gt;  Xbox Series X|S&lt;/span&gt;
    &lt;span class=&quot;platform-badge&quot;&gt;  Nintendo Switch 2&lt;/span&gt;
    &lt;span class=&quot;platform-badge&quot;&gt; ️ Steam Deck ✓ 인증&lt;/span&gt;
  &lt;/div&gt;

  &lt;!-- ★ PC 시스템 요구사양 --&gt;
  &lt;h2 class=&quot;section-title&quot;&gt;⚙️ PC 시스템 요구사양&lt;/h2&gt;
  &lt;table class=&quot;spec-table&quot;&gt;
    &lt;tr&gt;
      &lt;th style=&quot;width:30%&quot;&gt;구분&lt;/th&gt;
      &lt;th style=&quot;width:35%&quot;&gt;최소 사양&lt;/th&gt;
      &lt;th style=&quot;width:35%&quot;&gt;권장 사양&lt;/th&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&quot;label&quot;&gt;OS&lt;/td&gt;
      &lt;td&gt;Windows 10/11 (64bit)&lt;/td&gt;
      &lt;td&gt;Windows 10/11 (64bit)&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&quot;label&quot;&gt;CPU&lt;/td&gt;
      &lt;td&gt;Intel i5-8600 / AMD Ryzen 5 3600&lt;/td&gt;
      &lt;td&gt;Intel i7-8700K / AMD Ryzen 5 3600X&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&quot;label&quot;&gt;RAM&lt;/td&gt;
      &lt;td&gt;12 GB&lt;/td&gt;
      &lt;td&gt;16 GB&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&quot;label&quot;&gt;GPU&lt;/td&gt;
      &lt;td&gt;RX 570 8GB / GTX 1070 8GB&lt;/td&gt;
      &lt;td&gt;RX 6700 XT 12GB / RTX 3060 12GB&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&quot;label&quot;&gt;저장공간&lt;/td&gt;
      &lt;td&gt;SSD 권장&lt;/td&gt;
      &lt;td&gt;SSD 필수&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&quot;label&quot;&gt;성능 목표&lt;/td&gt;
      &lt;td&gt;1080p / 45 fps (Performance)&lt;/td&gt;
      &lt;td&gt;1080p / 60 fps (Balanced)&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/table&gt;
  &lt;p style=&quot;font-size:12px; color:#999; margin-top:6px;&quot;&gt;※ RTX 3060 이상 그래픽카드는 레이트레이싱 지원 가능 | SSD 강력 권장&lt;/p&gt;

  &lt;!-- ★ 총평 --&gt;
  &lt;hr class=&quot;divider&quot;&gt;
  &lt;h2 class=&quot;section-title&quot;&gt;  총평 — 왜 PRAGMATA를 플레이해야 하는가&lt;/h2&gt;
  &lt;p&gt;
    &lt;strong&gt;PRAGMATA(프래그마타)&lt;/strong&gt;는 단순히 좋은 게임이 아니라, &lt;strong&gt;캡콤이 만들어낸 새로운 장르의 경험&lt;/strong&gt;입니다. 두 캐릭터 동시 조작이라는 독창적인 시스템, 예측을 뒤집는 스토리, 그리고 RE 엔진이 구현한 압도적인 비주얼이 완벽하게 조화를 이룹니다. 스팀 전체 리뷰 97% 긍정, 한국어 리뷰 압도적으로 긍정이라는 수치는 결코 과장이 아닙니다.
  &lt;/p&gt;
  &lt;p&gt;
    약 11시간의 메인 스토리는 빠른 템포로 진행되면서도 감정적 여운이 깊습니다. Steam Deck에서도 최적화가 뛰어나 어디서든 즐길 수 있다는 점도 큰 장점입니다. 2026년 싱글플레이어 게임을 한 편만 골라야 한다면, &lt;strong&gt;프래그마타&lt;/strong&gt;는 최우선 순위에 올려야 할 작품입니다.
  &lt;/p&gt;

  &lt;div class=&quot;info-box&quot;&gt;
      &lt;strong&gt;이런 분께 추천:&lt;/strong&gt;&lt;br&gt;
    · 바이오하자드, 데빌 메이 크라이 등 캡콤 게임을 좋아하는 분&lt;br&gt;
    · 독창적인 전투 시스템을 원하는 분&lt;br&gt;
    · SF 설정 + 감동 스토리를 원하는 분&lt;br&gt;
    · 11시간 내외의 집중도 높은 싱글 어드벤처를 찾는 분
  &lt;/div&gt;

  &lt;!-- ★ 스팀 링크 최종 CTA --&gt;
  &lt;div style=&quot;text-align:center; margin:36px 0 0;&quot;&gt;
    &lt;a
      class=&quot;btn-steam&quot;
      href=&quot;https://store.steampowered.com/app/3357650/PRAGMATA/&quot;
      target=&quot;_blank&quot;
      rel=&quot;noopener&quot;
      style=&quot;font-size:15px!important; padding:16px 32px!important;&quot;
    &gt;
        Steam에서 PRAGMATA 지금 바로 플레이하기
    &lt;/a&gt;
  &lt;/div&gt;
 

&lt;/div&gt;&lt;!-- /post-body --&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <category>스팀게임</category>
      <category>SF게임</category>
      <category>게임추천</category>
      <category>스팀게임추천</category>
      <category>캡콤신작</category>
      <category>프래그마타</category>
      <category>한국어지원게임</category>
      <author>레몬맛김</author>
      <guid isPermaLink="true">https://insight17458.tistory.com/35</guid>
      <comments>https://insight17458.tistory.com/35#entry35comment</comments>
      <pubDate>Tue, 28 Apr 2026 19:28:39 +0900</pubDate>
    </item>
    <item>
      <title>잠룡 :도트 무협 RPG</title>
      <link>https://insight17458.tistory.com/34</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;잠룡 : 도트 무협 RPG 완벽 소개 | 방치형 무협 모바일 게임&lt;/title&gt;
&lt;style&gt;
  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&amp;family=Black+Han+Sans&amp;display=swap');

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

  body {
    background: #ffffff;
    color: #1a1a1a;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.8;
    font-size: 16px;
  }

  /* ── 헤더 ── */
  .hero {
    background: linear-gradient(160deg, #0a0a0a 0%, #1c1c2e 40%, #2d1b4e 70%, #1a0a2e 100%);
    padding: 60px 20px 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute; inset: 0;
    background:
      radial-gradient(ellipse 60% 40% at 20% 50%, rgba(120,60,220,0.18) 0%, transparent 70%),
      radial-gradient(ellipse 50% 30% at 80% 30%, rgba(200,140,255,0.10) 0%, transparent 60%);
    pointer-events: none;
  }
  .hero-badge {
    display: inline-block;
    background: rgba(180,100,255,0.18);
    border: 1px solid rgba(180,100,255,0.45);
    color: #d8a4ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 5px 16px;
    border-radius: 20px;
    margin-bottom: 18px;
    text-transform: uppercase;
  }
  .hero h1 {
    font-family: 'Black Han Sans', sans-serif;
    font-size: clamp(32px, 6vw, 56px);
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 14px;
    text-shadow: 0 0 40px rgba(180,100,255,0.5);
  }
  .hero h1 span { color: #c97fff; }
  .hero-sub {
    color: rgba(255,255,255,0.65);
    font-size: 15px;
    max-width: 480px;
    margin: 0 auto 28px;
  }
  .hero-tags {
    display: flex; flex-wrap: wrap; justify-content: center; gap: 8px;
  }
  .hero-tag {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.75);
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 12px;
  }

  /* ── 본문 래퍼 ── */
  .container {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 20px 60px;
  }

  /* ── 게임 카드 (썸네일) ── */
  .game-card {
    background: linear-gradient(135deg, #f7f0ff 0%, #faf5ff 100%);
    border: 2px solid #e0c8ff;
    border-radius: 20px;
    padding: 28px 24px;
    margin: 36px 0 40px;
    display: flex;
    gap: 22px;
    align-items: center;
    box-shadow: 0 8px 32px rgba(160,80,255,0.10);
  }
  .game-icon {
    width: 96px; height: 96px;
    border-radius: 22px;
    flex-shrink: 0;
    box-shadow: 0 4px 16px rgba(140,60,240,0.35);
    overflow: hidden;
  }
  .game-icon img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
  }
  .game-card-info { flex: 1; min-width: 0; }
  .game-card-title {
    font-family: 'Black Han Sans', sans-serif;
    font-size: 20px;
    color: #2d0060;
    margin-bottom: 6px;
  }
  .game-card-dev {
    font-size: 12px;
    color: #888;
    margin-bottom: 10px;
  }
  .game-meta {
    display: flex; flex-wrap: wrap; gap: 8px;
  }
  .meta-chip {
    background: #fff;
    border: 1px solid #d8b4ff;
    color: #7020c0;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
  }
  .rating-row {
    display: flex; align-items: center; gap: 6px;
    margin-top: 10px;
  }
  .stars { color: #f5a623; font-size: 14px; letter-spacing: 1px; }
  .rating-text { font-size: 13px; color: #555; font-weight: 700; }

  /* ── 섹션 공통 ── */
  .section { margin-top: 44px; }
  .section-title {
    font-family: 'Black Han Sans', sans-serif;
    font-size: 22px;
    color: #1a1a1a;
    padding-left: 14px;
    border-left: 5px solid #9030e0;
    margin-bottom: 18px;
    line-height: 1.3;
  }
  .section p {
    color: #333;
    font-size: 15.5px;
    line-height: 1.9;
    margin-bottom: 14px;
  }
  .section p strong { color: #6010b0; }
  .section p em {
    background: linear-gradient(90deg, #f3e6ff, #ede0ff);
    padding: 1px 6px;
    border-radius: 4px;
    font-style: normal;
    font-weight: 700;
    color: #5010a0;
  }

  /* ── 특징 카드 그리드 ── */
  .feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 20px;
  }
  .feature-card {
    background: #fff;
    border: 1.5px solid #ead8ff;
    border-radius: 16px;
    padding: 20px 18px;
    transition: box-shadow .2s, transform .2s;
  }
  .feature-card:hover {
    box-shadow: 0 6px 24px rgba(140,60,240,0.13);
    transform: translateY(-2px);
  }
  .feature-icon { font-size: 28px; margin-bottom: 10px; }
  .feature-label {
    font-weight: 900;
    font-size: 14px;
    color: #2d0060;
    margin-bottom: 6px;
  }
  .feature-desc {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
  }

  /* ── 스크린샷 갤러리 ── */
  .gallery-section { margin-top: 44px; }
  .screenshot-main {
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(100,30,200,0.18);
    margin-bottom: 12px;
    background: #111;
    aspect-ratio: 16/9;
  }
  .screenshot-main img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .3s ease;
  }
  .screenshot-main:hover img { transform: scale(1.02); }
  .screenshot-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .screenshot-thumb {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(100,30,200,0.13);
    background: #111;
    aspect-ratio: 16/9;
    cursor: pointer;
  }
  .screenshot-thumb img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .25s ease, opacity .25s;
  }
  .screenshot-thumb:hover img { transform: scale(1.05); opacity: .9; }
  .gallery-caption {
    text-align: center;
    font-size: 12px;
    color: #aaa;
    margin-top: 10px;
  }


  /* ── 본문 인라인 이미지 ── */
  .inline-img-wrap {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 28px rgba(100,30,200,0.14);
    background: #111;
  }
  .inline-img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 16px 16px 0 0 !important;
    transition: transform .3s ease !important;
  }
  .inline-img-wrap:hover .inline-img { transform: scale(1.015) !important; }
  .inline-img-caption {
    background: linear-gradient(90deg, #f5eeff, #ede0ff);
    color: #5010a0 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 10px 16px !important;
    margin: 0 !important;
    border-radius: 0 0 16px 16px;
    border-top: 1px solid #d8b4ff;
  }

  .info-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 18px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  }
  .info-table tr:nth-child(odd) td:first-child,
  .info-table tr:nth-child(odd) th { background: #f5eeff; }
  .info-table tr:nth-child(even) td:first-child,
  .info-table tr:nth-child(even) th { background: #ede0ff; }
  .info-table th, .info-table td {
    padding: 13px 16px;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #e8d8ff;
  }
  .info-table th {
    font-weight: 800;
    color: #5010a0;
    width: 120px;
  }
  .info-table td { color: #333; background: #fff; }

  /* ── 장단점 박스 ── */
  .pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 20px;
  }
  .pros-box, .cons-box {
    border-radius: 16px;
    padding: 20px 18px;
  }
  .pros-box {
    background: linear-gradient(135deg, #f0fff4, #e6f7ee);
    border: 1.5px solid #86efac;
  }
  .cons-box {
    background: linear-gradient(135deg, #fff7f0, #fff0e6);
    border: 1.5px solid #fdba74;
  }
  .pros-box h4 { color: #166534; font-size: 15px; margin-bottom: 12px; }
  .cons-box h4 { color: #9a3412; font-size: 15px; margin-bottom: 12px; }
  .pros-cons ul { list-style: none; }
  .pros-cons li {
    font-size: 13.5px;
    padding: 4px 0;
    color: #333;
    display: flex; gap: 8px; align-items: flex-start;
  }
  .pros-cons li::before { flex-shrink: 0; font-size: 14px; }
  .pros-box li::before { content: '✅'; }
  .cons-box li::before { content: '⚠️'; }

  /* ── CTA 버튼 ── */
  .cta-section {
    text-align: center;
    margin: 48px 0 36px;
    padding: 36px 24px;
    background: linear-gradient(135deg, #1a0a2e 0%, #2d1b4e 100%);
    border-radius: 24px;
    box-shadow: 0 8px 40px rgba(100,30,200,0.25);
  }
  .cta-section h3 {
    font-family: 'Black Han Sans', sans-serif;
    color: #fff;
    font-size: 22px;
    margin-bottom: 8px;
  }
  .cta-section p { color: rgba(255,255,255,0.65); font-size: 14px; margin-bottom: 24px; }
  .btn-row {
    display: flex; justify-content: center; gap: 14px; flex-wrap: wrap;
  }
  .btn-google {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: #34a853 !important;
    color: #fff !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    padding: 14px 26px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 4px 16px rgba(52,168,83,0.4) !important;
    transition: transform .15s, box-shadow .15s !important;
  }
  .btn-apple {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: #1c1c1e !important;
    color: #fff !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    padding: 14px 26px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.4) !important;
    transition: transform .15s, box-shadow .15s !important;
  }
  .btn-google:hover { transform: translateY(-2px) !important; box-shadow: 0 8px 24px rgba(52,168,83,0.5) !important; }
  .btn-apple:hover  { transform: translateY(-2px) !important; box-shadow: 0 8px 24px rgba(0,0,0,0.55) !important; }

  /* ── 유저 리뷰 ── */
  .review-list { display: flex; flex-direction: column; gap: 14px; margin-top: 18px; }
  .review-item {
    background: #faf5ff;
    border-left: 4px solid #9030e0;
    border-radius: 0 12px 12px 0;
    padding: 14px 18px;
  }
  .review-stars { color: #f5a623; font-size: 12px; margin-bottom: 4px; }
  .review-text { font-size: 14px; color: #333; line-height: 1.7; }
  .review-author { font-size: 12px; color: #999; margin-top: 6px; }

  /* ── 해시태그 ── */
  .hashtag-section {
    margin-top: 44px;
    padding-top: 28px;
    border-top: 2px dashed #e0d0ff;
  }
  .hashtag-title {
    font-size: 13px;
    font-weight: 700;
    color: #888;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .hashtags { display: flex; flex-wrap: wrap; gap: 8px; }
  .tag {
    background: #f0e6ff;
    color: #6010b0;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 13px;
    border-radius: 20px;
    border: 1px solid #d8b4ff;
  }

  /* ── 구분선 ── */
  .divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, #d8b4ff, transparent);
    margin: 36px 0;
  }

  /* ── 주목 배너 ── */
  .highlight-banner {
    background: linear-gradient(90deg, #7020c0, #9030e0);
    color: #fff;
    border-radius: 14px;
    padding: 18px 22px;
    font-size: 14.5px;
    line-height: 1.7;
    margin: 24px 0;
    box-shadow: 0 4px 20px rgba(120,40,200,0.25);
  }
  .highlight-banner strong { font-size: 16px; display: block; margin-bottom: 4px; }

  @media (max-width: 560px) {
    .game-card { flex-direction: column; align-items: flex-start; }
    .pros-cons { grid-template-columns: 1fr; }
    .feature-grid { grid-template-columns: 1fr 1fr; }
  }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;!-- ══════════════ HERO HEADER ══════════════ --&gt;
&lt;header class=&quot;hero&quot;&gt;
  &lt;div class=&quot;hero-badge&quot;&gt;  신작 모바일 RPG 소개&lt;/div&gt;
  &lt;h1&gt;잠룡 :&lt;br&gt;&lt;span&gt;도트 무협 RPG&lt;/span&gt;&lt;/h1&gt;
  &lt;p class=&quot;hero-sub&quot;&gt;잠들어있던 용이 깨어난다 — 귀여운 도트 그래픽과 정통 무협의 만남&lt;/p&gt;
  &lt;div class=&quot;hero-tags&quot;&gt;
    &lt;span class=&quot;hero-tag&quot;&gt;# 무협 RPG&lt;/span&gt;
    &lt;span class=&quot;hero-tag&quot;&gt;# 방치형&lt;/span&gt;
    &lt;span class=&quot;hero-tag&quot;&gt;# 도트 그래픽&lt;/span&gt;
    &lt;span class=&quot;hero-tag&quot;&gt;# 무과금 가능&lt;/span&gt;
    &lt;span class=&quot;hero-tag&quot;&gt;# 자동사냥&lt;/span&gt;
  &lt;/div&gt;
&lt;/header&gt;

&lt;!-- ══════════════ BODY ══════════════ --&gt;
&lt;div class=&quot;container&quot;&gt;

  &lt;!-- 게임 카드 --&gt;
  &lt;div class=&quot;game-card&quot;&gt;
    &lt;div class=&quot;game-icon&quot;&gt;
      &lt;img src=&quot;https://play-lh.googleusercontent.com/5VXF_IsaFkg1I91Vu26pmExKjop4d9blVOnUOFye0-KxfvClwhn5MVJyS1MvdjCvQ-FlY4ivmlHTsTWhV-aF4cw=w240-h480&quot; alt=&quot;잠룡 앱 아이콘&quot;&gt;
    &lt;/div&gt;
    &lt;div class=&quot;game-card-info&quot;&gt;
      &lt;div class=&quot;game-card-title&quot;&gt;잠룡 : 도트 무협 RPG&lt;/div&gt;
      &lt;div class=&quot;game-card-dev&quot;&gt;개발사: StandEgg Co., Ltd.&lt;/div&gt;
      &lt;div class=&quot;game-meta&quot;&gt;
        &lt;span class=&quot;meta-chip&quot;&gt;  Android / iOS&lt;/span&gt;
        &lt;span class=&quot;meta-chip&quot;&gt;  무료 (부분 유료)&lt;/span&gt;
        &lt;span class=&quot;meta-chip&quot;&gt; ️ RPG · 방치형&lt;/span&gt;
        &lt;span class=&quot;meta-chip&quot;&gt;  도트 그래픽&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;rating-row&quot;&gt;
        &lt;span class=&quot;stars&quot;&gt;★★★★☆&lt;/span&gt;
        &lt;span class=&quot;rating-text&quot;&gt;4.2 / 5.0&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 게임 소개 --&gt;
  &lt;div class=&quot;section&quot;&gt;
    &lt;h2 class=&quot;section-title&quot;&gt;  잠룡 도트 무협 RPG란?&lt;/h2&gt;
    &lt;p&gt;
      &lt;strong&gt;잠룡 : 도트 무협 RPG&lt;/strong&gt;는 StandEgg가 개발한 모바일 무협 RPG로, 2025년 12월 10일 정식 출시된 신작 게임입니다. 섬세하고 아기자기한 &lt;em&gt;픽셀(도트) 그래픽&lt;/em&gt;과 정통 무협 세계관을 결합하여 독특한 매력을 뽐내고 있습니다.
    &lt;/p&gt;
    &lt;p&gt;
      &lt;strong&gt;잠룡&lt;/strong&gt;의 스토리는 백여 년 만에 모습을 드러낸 혈교가 무림의 평화를 위협하는 상황에서 시작됩니다. 플레이어는 중원 무림에 발을 디딘 신예 무인이 되어, 잔악한 혈교의 음모를 밝히고 강호를 수호하는 협객의 여정을 걷게 됩니다.
    &lt;/p&gt;

    &lt;div class=&quot;highlight-banner&quot;&gt;
      &lt;strong&gt;  출시 직후 유저 급증! 서버 증설까지&lt;/strong&gt;
      한국 정식 출시 이후 접속자가 폭발적으로 증가해 대기열이 생길 정도로 인기를 끌고 있습니다. 무과금으로도 충분히 즐길 수 있다는 후기가 많아 라이트 유저들에게도 주목받는 중입니다.
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;divider&quot;&gt;&lt;/div&gt;

  &lt;!-- 스크린샷 갤러리 --&gt;
  &lt;div class=&quot;gallery-section&quot;&gt;
    &lt;h2 class=&quot;section-title&quot;&gt;  게임 스크린샷&lt;/h2&gt;

    &lt;!-- 메인 대표 이미지 --&gt;
    &lt;div class=&quot;screenshot-main&quot;&gt;
      &lt;img
        src=&quot;https://play-lh.googleusercontent.com/FKX3W5pfdtFQ_w0SYQ7_qpggr4IaR0afp2K8mE2x7uHA8LmETSdmlLLnCorL9ClY1LgGhx-0Y5fSDlI5OfC0JFY=w526-h296&quot;
        alt=&quot;잠룡 도트 무협 RPG 메인 스크린샷&quot;&gt;
    &lt;/div&gt;

    &lt;!-- 썸네일 3장 그리드 --&gt;
    &lt;div class=&quot;screenshot-grid&quot;&gt;
      &lt;div class=&quot;screenshot-thumb&quot;&gt;
        &lt;img
          src=&quot;https://play-lh.googleusercontent.com/L-UlWE36XOhVVgRoK8k_0ueYM8Etcm88wWC_N6un4IdJj7WJ95_ynVNOtRCPGiwILaahc1NMI7mjmAR_i258=w526-h296&quot;
          alt=&quot;잠룡 전투 스크린샷&quot;&gt;
      &lt;/div&gt;
      &lt;div class=&quot;screenshot-thumb&quot;&gt;
        &lt;img
          src=&quot;https://play-lh.googleusercontent.com/VdGOadoISeuYyqZyiKrRRuBbxqQSeEbslNunIcim2LMiqw50eP7yu5PGSjroT6cWV-wui-RKSbHzzr6OVuBZFA=w526-h296&quot;
          alt=&quot;잠룡 캐릭터 육성 스크린샷&quot;&gt;
      &lt;/div&gt;
      &lt;div class=&quot;screenshot-thumb&quot;&gt;
        &lt;img
          src=&quot;https://play-lh.googleusercontent.com/NsGSywxYF8lWkwDlT-nbWIsbPrJ6zsf4gcFYCPqy5_lMrgVhjSJJBHh4Y7oT3LfzYmQfiThYsFo_c4XAu6H256I=w526-h296&quot;
          alt=&quot;잠룡 도트 월드 스크린샷&quot;&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;!-- 썸네일 3장 그리드 2행 --&gt;
    &lt;div class=&quot;screenshot-grid&quot; style=&quot;margin-top:10px;&quot;&gt;
      &lt;div class=&quot;screenshot-thumb&quot;&gt;
        &lt;img
          src=&quot;https://play-lh.googleusercontent.com/WFyNXYuM--pL1JzQ34xHDCjMcRkApgr8bQfjSBcRwaHM3ErdkFPnYQ7k8NNWbER1KjW0-9iadfV_UbmSMZ5YbEY=w526-h296&quot;
          alt=&quot;잠룡 문파 스킬 스크린샷&quot;&gt;
      &lt;/div&gt;
      &lt;div class=&quot;screenshot-thumb&quot;&gt;
        &lt;img
          src=&quot;https://play-lh.googleusercontent.com/s-q0cto7O-AE-GmrN0TPu1aU4s3zmRhhKjg6rjevTjKvFSNWYkqJ2WUJxWB1Fjj5zFNNpZTWlGEHcXYcMT0XfQ=w526-h296&quot;
          alt=&quot;잠룡 보스 레이드 스크린샷&quot;&gt;
      &lt;/div&gt;
      &lt;div class=&quot;screenshot-thumb&quot;&gt;
        &lt;img
          src=&quot;https://play-lh.googleusercontent.com/8RTHY0IWDQr_AtD0SO7WW_yp6NA839VXRiPHK7h21cQO4rF_qZW8MAbdn0unRnEHlKq7l22IwIwTcLQuH6yrwA=w526-h296&quot;
          alt=&quot;잠룡 영물 동반자 스크린샷&quot;&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;p class=&quot;gallery-caption&quot;&gt;  이미지 출처: Google Play — 잠룡 : 무협 도트 RPG&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;divider&quot;&gt;&lt;/div&gt;

  &lt;!-- 게임 특징 --&gt;
  &lt;div class=&quot;section&quot;&gt;
    &lt;h2 class=&quot;section-title&quot;&gt;⚔️ 잠룡만의 핵심 특징&lt;/h2&gt;
    &lt;p&gt;
      &lt;strong&gt;잠룡 : 도트 무협 RPG&lt;/strong&gt;가 다른 모바일 RPG와 차별화되는 점은 크게 네 가지입니다. 방치형 자동 사냥, 다양한 문파 무공 조합, 귀여운 도트 영물 동반자, 그리고 유저 간 자유 거래 시스템입니다.
    &lt;/p&gt;
    &lt;div class=&quot;feature-grid&quot;&gt;
      &lt;div class=&quot;feature-card&quot;&gt;
        &lt;div class=&quot;feature-icon&quot;&gt; &lt;/div&gt;
        &lt;div class=&quot;feature-label&quot;&gt;방치 + 직접 전투&lt;/div&gt;
        &lt;div class=&quot;feature-desc&quot;&gt;자동 전투만 켜놔도 재화가 쌓입니다. 직접 조작하고 싶을 때는 수동으로 전환 가능!&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;feature-card&quot;&gt;
        &lt;div class=&quot;feature-icon&quot;&gt; &lt;/div&gt;
        &lt;div class=&quot;feature-label&quot;&gt;다양한 문파 무공&lt;/div&gt;
        &lt;div class=&quot;feature-desc&quot;&gt;화산파·무당파·마교·사천당가·소림사 무공을 자유롭게 조합해 나만의 스킬 트리!&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;feature-card&quot;&gt;
        &lt;div class=&quot;feature-icon&quot;&gt; &lt;/div&gt;
        &lt;div class=&quot;feature-label&quot;&gt;귀여운 영물 동반자&lt;/div&gt;
        &lt;div class=&quot;feature-desc&quot;&gt;섬세한 도트 그래픽으로 구현된 영물과 함께 성장하고 전투를 즐길 수 있습니다.&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;feature-card&quot;&gt;
        &lt;div class=&quot;feature-icon&quot;&gt; &lt;/div&gt;
        &lt;div class=&quot;feature-label&quot;&gt;자유 거래소&lt;/div&gt;
        &lt;div class=&quot;feature-desc&quot;&gt;언제 어디서나 유저 간 아이템·장비를 자유롭게 거래할 수 있는 개방형 경제 시스템.&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;feature-card&quot;&gt;
        &lt;div class=&quot;feature-icon&quot;&gt;⚔️&lt;/div&gt;
        &lt;div class=&quot;feature-label&quot;&gt;보스 레이드&lt;/div&gt;
        &lt;div class=&quot;feature-desc&quot;&gt;다양한 패턴의 보스 레이드를 공략해 강력한 전리품을 획득하세요!&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;feature-card&quot;&gt;
        &lt;div class=&quot;feature-icon&quot;&gt; ️&lt;/div&gt;
        &lt;div class=&quot;feature-label&quot;&gt;한정 필드 PK&lt;/div&gt;
        &lt;div class=&quot;feature-desc&quot;&gt;PK는 지정된 구역에서만 가능! 원할 때만 싸우고, 원치 않으면 편하게 사냥.&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;!-- 본문 인라인 이미지 1 --&gt;
    &lt;div class=&quot;inline-img-wrap&quot; style=&quot;margin-top:28px;&quot;&gt;
      &lt;img
        src=&quot;https://play-lh.googleusercontent.com/WFyNXYuM--pL1JzQ34xHDCjMcRkApgr8bQfjSBcRwaHM3ErdkFPnYQ7k8NNWbER1KjW0-9iadfV_UbmSMZ5YbEY=w526-h296&quot;
        alt=&quot;잠룡 도트 무협 RPG — 문파 스킬 전투 장면&quot;
        class=&quot;inline-img&quot;&gt;
      &lt;p class=&quot;inline-img-caption&quot;&gt;▲ 화산파·무당파 등 다양한 문파 무공을 조합한 화려한 전투 장면&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;divider&quot;&gt;&lt;/div&gt;

  &lt;!-- 게임 정보 테이블 --&gt;
  &lt;div class=&quot;section&quot;&gt;
    &lt;h2 class=&quot;section-title&quot;&gt;  게임 기본 정보&lt;/h2&gt;
    &lt;table class=&quot;info-table&quot;&gt;
      &lt;tr&gt;&lt;th&gt;게임명&lt;/th&gt;&lt;td&gt;잠룡 : 도트 무협 RPG&lt;/td&gt;&lt;/tr&gt;
      &lt;tr&gt;&lt;th&gt;장르&lt;/th&gt;&lt;td&gt;무협 방치형 RPG&lt;/td&gt;&lt;/tr&gt;
      &lt;tr&gt;&lt;th&gt;개발사&lt;/th&gt;&lt;td&gt;StandEgg Co., Ltd.&lt;/td&gt;&lt;/tr&gt;
      &lt;tr&gt;&lt;th&gt;출시일&lt;/th&gt;&lt;td&gt;2025년 12월 10일&lt;/td&gt;&lt;/tr&gt;
      &lt;tr&gt;&lt;th&gt;플랫폼&lt;/th&gt;&lt;td&gt;Android (Google Play) / iOS (App Store)&lt;/td&gt;&lt;/tr&gt;
      &lt;tr&gt;&lt;th&gt;가격&lt;/th&gt;&lt;td&gt;무료 다운로드 (부분 유료)&lt;/td&gt;&lt;/tr&gt;
      &lt;tr&gt;&lt;th&gt;언어&lt;/th&gt;&lt;td&gt;한국어&lt;/td&gt;&lt;/tr&gt;
      &lt;tr&gt;&lt;th&gt;그래픽&lt;/th&gt;&lt;td&gt;도트(픽셀) 아트 스타일&lt;/td&gt;&lt;/tr&gt;
    &lt;/table&gt;
  &lt;/div&gt;

  &lt;div class=&quot;divider&quot;&gt;&lt;/div&gt;

  &lt;!-- 초보자 가이드 --&gt;
  &lt;div class=&quot;section&quot;&gt;
    &lt;h2 class=&quot;section-title&quot;&gt;  잠룡 초보자 시작 가이드&lt;/h2&gt;
    &lt;p&gt;
      처음 &lt;strong&gt;잠룡 : 도트 무협 RPG&lt;/strong&gt;를 시작하면 자동 사냥과 수동 사냥을 선택하는 튜토리얼이 진행됩니다. 초반에는 퀘스트가 반복되는 느낌이 있지만, &lt;em&gt;레벨 9 이상&lt;/em&gt;이 되면 본격적인 콘텐츠가 열리며 게임의 진짜 재미가 시작됩니다.
    &lt;/p&gt;
    &lt;p&gt;
      스탯 포인트는 &lt;strong&gt;완력 · 민첩 · 건강&lt;/strong&gt; 세 가지에 선택적으로 분배할 수 있으며, 전투에서 얻은 &lt;em&gt;음양 조각&lt;/em&gt;을 균형 있게 분배하면 전투력을 효율적으로 올릴 수 있습니다. 게임 가입 후 우편함에서 초기 보상을 반드시 수령하는 것도 잊지 마세요!
    &lt;/p&gt;

    &lt;!-- 본문 인라인 이미지 2 --&gt;
    &lt;div class=&quot;inline-img-wrap&quot; style=&quot;margin-top:24px;&quot;&gt;
      &lt;img
        src=&quot;https://play-lh.googleusercontent.com/8RTHY0IWDQr_AtD0SO7WW_yp6NA839VXRiPHK7h21cQO4rF_qZW8MAbdn0unRnEHlKq7l22IwIwTcLQuH6yrwA=w526-h296&quot;
        alt=&quot;잠룡 도트 무협 RPG — 귀여운 영물 동반자와 함께하는 성장&quot;
        class=&quot;inline-img&quot;&gt;
      &lt;p class=&quot;inline-img-caption&quot;&gt;▲ 섬세한 도트 그래픽으로 탄생한 영물 동반자와 함께 성장하는 모습&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;divider&quot;&gt;&lt;/div&gt;

  &lt;!-- 장단점 --&gt;
  &lt;div class=&quot;section&quot;&gt;
    &lt;h2 class=&quot;section-title&quot;&gt;  장점 &amp; 단점 솔직 정리&lt;/h2&gt;
    &lt;div class=&quot;pros-cons&quot;&gt;
      &lt;div class=&quot;pros-box&quot;&gt;
        &lt;h4&gt;✅ 장점&lt;/h4&gt;
        &lt;ul&gt;
          &lt;li&gt;귀엽고 섬세한 도트 그래픽&lt;/li&gt;
          &lt;li&gt;무과금으로도 충분히 즐길 수 있음&lt;/li&gt;
          &lt;li&gt;방치 + 수동 전투 자유로운 선택&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;cons-box&quot;&gt;
        &lt;h4&gt;⚠️ 아쉬운 점&lt;/h4&gt;
        &lt;ul&gt;
          &lt;li&gt;초반 퀘스트 반복이 지루할 수 있음&lt;/li&gt;
          &lt;li&gt;출시 초기 서버 접속 지연 있었음&lt;/li&gt;
          &lt;li&gt;아이패드 중복 로그인 오류 사례&lt;/li&gt;
          &lt;li&gt;CS 응답이 느릴 때가 있음&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;divider&quot;&gt;&lt;/div&gt;

  &lt;!-- 유저 리뷰 --&gt;
  &lt;div class=&quot;section&quot;&gt;
    &lt;h2 class=&quot;section-title&quot;&gt;  실제 유저 반응&lt;/h2&gt;
    &lt;div class=&quot;review-list&quot;&gt;
      &lt;div class=&quot;review-item&quot;&gt;
        &lt;div class=&quot;review-stars&quot;&gt;★★★★★&lt;/div&gt;
        &lt;div class=&quot;review-text&quot;&gt;모바일 RPG가 좀 심심할 줄 알았는데 사냥하고 장비 갈아끼는 맛이 진짜 좋아요. 초반 퀘스트 꾹 참고 레벨 9만 넘기면 그때부터가 진짜 시작!&lt;/div&gt;
        &lt;div class=&quot;review-author&quot;&gt;— App Store 유저&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;review-item&quot;&gt;
        &lt;div class=&quot;review-stars&quot;&gt;★★★★★&lt;/div&gt;
        &lt;div class=&quot;review-text&quot;&gt;도트 이미지가 진짜 귀여워서 화면만 쳐다봐도 힐링이 돼요. 무협 잘 몰라도 길라잡이 덕분에 게임 알못도 재밌게 할 수 있었어요!&lt;/div&gt;
        &lt;div class=&quot;review-author&quot;&gt;— App Store 유저&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;review-item&quot;&gt;
        &lt;div class=&quot;review-stars&quot;&gt;★★★★☆&lt;/div&gt;
        &lt;div class=&quot;review-text&quot;&gt;스토리도 가볍게 넘길 수준이 아니라 은근히 계속 보게 됨. 과금 유도도 생각보다 심하지 않아서 무과금으로도 충분히 즐길 수 있음.&lt;/div&gt;
        &lt;div class=&quot;review-author&quot;&gt;— App Store 유저&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- CTA --&gt;
  &lt;div class=&quot;cta-section&quot;&gt;
    &lt;h3&gt;⚔️ 지금 바로 잠룡을 시작해보세요!&lt;/h3&gt;
    &lt;p&gt;Android · iOS 모두 무료로 다운로드 가능합니다&lt;/p&gt;
    &lt;div class=&quot;btn-row&quot;&gt;
      &lt;a href=&quot;https://play.google.com/store/apps/details?id=com.standegg.wulin&quot; class=&quot;btn-google&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;
          Google Play 다운로드
      &lt;/a&gt;
      &lt;a href=&quot;https://apps.apple.com/kr/app/id6740556884&quot; class=&quot;btn-apple&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;
          App Store 다운로드
      &lt;/a&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 마무리 --&gt;
  &lt;div class=&quot;section&quot;&gt;
    &lt;h2 class=&quot;section-title&quot;&gt;✍️ 총평&lt;/h2&gt;
    &lt;p&gt;
      &lt;strong&gt;잠룡 : 도트 무협 RPG&lt;/strong&gt;는 복잡하지 않은 방치형 시스템과 섬세한 도트 그래픽, 정통 무협 세계관을 절묘하게 결합한 웰메이드 모바일 게임입니다. 출시 직후 유저가 폭증할 만큼 입소문을 탔으며, 가벼운 플레이부터 깊이 있는 육성까지 폭넓은 플레이 스타일을 지원합니다.
    &lt;/p&gt;
    &lt;p&gt;
      무협 장르를 처음 접하는 초보자도 길라잡이 덕분에 쉽게 진입할 수 있고, 무과금 친화적 구조 덕분에 부담 없이 즐길 수 있습니다. 아기자기한 도트 세계에서 나만의 협객을 키워보고 싶다면 &lt;em&gt;잠룡&lt;/em&gt;이 최선의 선택입니다!
    &lt;/p&gt;
  &lt;/div&gt;

  

&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <category>모바일게임</category>
      <category>모바일게임</category>
      <category>모바일무협게임</category>
      <category>무과금게임</category>
      <category>방치형RPG</category>
      <category>잠룡</category>
      <category>잠룡도트무협RPG</category>
      <author>레몬맛김</author>
      <guid isPermaLink="true">https://insight17458.tistory.com/34</guid>
      <comments>https://insight17458.tistory.com/34#entry34comment</comments>
      <pubDate>Sat, 25 Apr 2026 08:36:50 +0900</pubDate>
    </item>
    <item>
      <title>[평창맛집]다키닥팜</title>
      <link>https://insight17458.tistory.com/33</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;br&gt;&amp;nbsp;&lt;/p&gt;&lt;div&gt; 
 &lt;style&gt;
    :root {
      --ink: #1a1410;
      --paper: #faf7f2;
      --accent: #c8401a;
      --gold: #b8913a;
      --muted: #6b5d52;
      --light-border: #e8e0d5;
      --warm-bg: #f3ede4;
    }

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

    html { scroll-behavior: smooth; }

    body {
      font-family: 'Noto Sans KR', sans-serif;
      background: var(--paper);
      color: var(--ink);
      line-height: 1.8;
      overflow-x: hidden;
    }

    /* ── HERO ── */
    .hero {
      position: relative;
      min-height: 90vh;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      overflow: hidden;
    }

    .hero-bg {
      position: absolute;
      inset: 0;
      background: 
        linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.6) 70%, rgba(0,0,0,0.82) 100%),
        url('https://d12zq4w4guyljn.cloudfront.net/20250109025223_photo2_ce896d637585.webp') center/cover no-repeat;
      transform: scale(1.02);
      animation: slowzoom 14s ease-out forwards;
    }

    @keyframes slowzoom {
      from { transform: scale(1.06); }
      to   { transform: scale(1.00); }
    }

    .hero-content {
      position: relative;
      z-index: 2;
      padding: 60px 40px 64px;
      max-width: 900px;
    }

    .tag-row {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      margin-bottom: 20px;
      animation: fadeup 0.7s 0.2s both;
    }

    .tag {
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #fff;
      border: 1px solid rgba(255,255,255,0.5);
      padding: 4px 12px;
      border-radius: 2px;
    }

    .tag.accent { background: var(--accent); border-color: var(--accent); }

    .hero h1 {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(3rem, 7vw, 6.5rem);
      font-weight: 600;
      line-height: 1.05;
      color: #fff;
      animation: fadeup 0.7s 0.35s both;
    }

    .hero h1 em {
      font-style: italic;
      color: #f5d08a;
    }

    .hero-sub {
      margin-top: 18px;
      font-family: 'Noto Serif KR', serif;
      font-size: 1.05rem;
      color: rgba(255,255,255,0.82);
      max-width: 520px;
      animation: fadeup 0.7s 0.5s both;
    }

    .hero-meta {
      margin-top: 28px;
      display: flex;
      gap: 24px;
      flex-wrap: wrap;
      animation: fadeup 0.7s 0.65s both;
    }

    .hero-meta span {
      font-size: 0.82rem;
      color: rgba(255,255,255,0.75);
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .hero-meta .icon { font-size: 1rem; }

    @keyframes fadeup {
      from { opacity: 0; transform: translateY(24px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    /* ── LAYOUT ── */
    .container {
      max-width: 860px;
      margin: 0 auto;
      padding: 0 24px;
    }

    /* ── SECTION TITLES ── */
    .section-label {
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--accent);
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px;
    }

    .section-label::after {
      content: '';
      flex: 1;
      max-width: 40px;
      height: 1px;
      background: var(--accent);
    }

    .section-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(1.9rem, 4vw, 2.7rem);
      font-weight: 600;
      line-height: 1.2;
      color: var(--ink);
      margin-bottom: 20px;
    }

    /* ── INTRO ── */
    .intro-section {
      padding: 72px 0 56px;
      border-bottom: 1px solid var(--light-border);
    }

    .intro-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      margin-top: 32px;
    }

    .intro-text p {
      font-size: 0.96rem;
      color: var(--muted);
      margin-bottom: 14px;
    }

    .rating-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: var(--ink);
      color: #fff;
      padding: 10px 18px;
      border-radius: 4px;
      margin-top: 8px;
    }

    .rating-badge .stars { color: #f5c842; font-size: 1.1rem; }
    .rating-badge .score { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 600; }
    .rating-badge .count { font-size: 0.75rem; color: rgba(255,255,255,0.65); }

    .intro-image {
      border-radius: 4px;
      overflow: hidden;
      position: relative;
    }

    .intro-image img {
      width: 100%;
      height: 280px;
      object-fit: cover;
      display: block;
      transition: transform 0.6s ease;
    }

    .intro-image:hover img { transform: scale(1.04); }

    .intro-image .img-label {
      position: absolute;
      bottom: 12px;
      left: 12px;
      background: rgba(0,0,0,0.65);
      color: #fff;
      font-size: 0.72rem;
      padding: 4px 10px;
      border-radius: 2px;
      letter-spacing: 0.06em;
    }

    /* ── DIVIDER ── */
    .ornament {
      text-align: center;
      padding: 40px 0;
      color: var(--gold);
      font-size: 1.4rem;
      letter-spacing: 0.5em;
    }

    /* ── MENU ── */
    .menu-section {
      padding: 56px 0;
      border-bottom: 1px solid var(--light-border);
    }

    .menu-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 20px;
      margin-top: 32px;
    }

    .menu-card {
      background: var(--warm-bg);
      border-radius: 6px;
      padding: 24px 22px;
      border-left: 3px solid var(--accent);
      transition: transform 0.25s, box-shadow 0.25s;
    }

    .menu-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 32px rgba(0,0,0,0.08);
    }

    .menu-card .menu-name {
      font-family: 'Noto Serif KR', serif;
      font-size: 1.05rem;
      font-weight: 700;
      color: var(--ink);
    }

    .menu-card .menu-name-en {
      font-family: 'Cormorant Garamond', serif;
      font-style: italic;
      font-size: 0.9rem;
      color: var(--muted);
      margin-top: 2px;
    }

    .menu-card .menu-price {
      margin-top: 12px;
      font-size: 1.1rem;
      font-weight: 700;
      color: var(--accent);
    }

    .menu-card .menu-desc {
      margin-top: 8px;
      font-size: 0.82rem;
      color: var(--muted);
      line-height: 1.6;
    }

    .note-box {
      margin-top: 24px;
      background: #fff8f0;
      border: 1px solid #f0d8c0;
      border-radius: 6px;
      padding: 18px 22px;
      font-size: 0.85rem;
      color: #7a5a40;
    }

    .note-box strong { color: var(--accent); }

    /* ── PHOTO GALLERY ── */
    .gallery-section {
      padding: 56px 0;
      border-bottom: 1px solid var(--light-border);
    }

    .gallery-grid {
      display: grid;
      grid-template-columns: 2fr 1fr;
      grid-template-rows: auto auto;
      gap: 12px;
      margin-top: 32px;
    }

    .gallery-grid .photo {
      border-radius: 4px;
      overflow: hidden;
      background: #ddd;
    }

    .gallery-grid .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.5s ease;
    }

    .gallery-grid .photo:hover img { transform: scale(1.05); }

    .gallery-grid .photo:nth-child(1) { grid-row: 1 / 3; height: 380px; }
    .gallery-grid .photo:nth-child(2) { height: 184px; }
    .gallery-grid .photo:nth-child(3) { height: 184px; }

    /* ── VISIT INFO ── */
    .info-section {
      padding: 56px 0;
      border-bottom: 1px solid var(--light-border);
    }

    .info-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 32px;
      margin-top: 32px;
    }

    .info-block h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.25rem;
      font-weight: 600;
      margin-bottom: 14px;
      padding-bottom: 8px;
      border-bottom: 1px solid var(--light-border);
    }

    .info-row {
      display: flex;
      gap: 10px;
      margin-bottom: 10px;
      font-size: 0.88rem;
    }

    .info-row .label {
      min-width: 72px;
      font-weight: 500;
      color: var(--muted);
      font-size: 0.8rem;
      letter-spacing: 0.04em;
    }

    .info-row .value { color: var(--ink); }

    .closed { color: #c0392b !important; font-weight: 600; }
    .open   { color: #27ae60 !important; font-weight: 600; }

    /* ── MAP ── */
    .map-section {
      padding: 56px 0;
      border-bottom: 1px solid var(--light-border);
    }

    .map-wrapper {
      margin-top: 32px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 24px rgba(0,0,0,0.1);
    }

    .map-wrapper iframe {
      width: 100%;
      height: 400px;
      border: none;
      display: block;
    }

    /* ── DIRECTIONS BUTTON ── */
    .cta-section {
      padding: 56px 0 72px;
      text-align: center;
    }

    .cta-section p {
      font-family: 'Cormorant Garamond', serif;
      font-style: italic;
      font-size: 1.15rem;
      color: var(--muted);
      max-width: 500px;
      margin: 0 auto 32px;
    }

    .btn-group {
      display: flex;
      gap: 14px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 14px 28px;
      border-radius: 4px;
      font-size: 0.88rem;
      font-weight: 500;
      letter-spacing: 0.05em;
      text-decoration: none;
      transition: all 0.25s;
    }

    .btn-primary {
      background: var(--accent);
      color: #fff;
    }

    .btn-primary:hover {
      background: #a83415;
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(200,64,26,0.3);
    }

    .btn-secondary {
      background: transparent;
      color: var(--ink);
      border: 1.5px solid var(--ink);
    }

    .btn-secondary:hover {
      background: var(--ink);
      color: #fff;
      transform: translateY(-2px);
    }

    /* ── TIPS BOX ── */
    .tips-section {
      padding: 0 0 72px;
    }

    .tips-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 16px;
      margin-top: 32px;
    }

    .tip-card {
      background: var(--ink);
      color: #fff;
      border-radius: 6px;
      padding: 22px 20px;
    }

    .tip-card .tip-icon { font-size: 1.5rem; margin-bottom: 10px; }

    .tip-card h4 {
      font-family: 'Noto Serif KR', serif;
      font-size: 0.95rem;
      margin-bottom: 6px;
    }

    .tip-card p { font-size: 0.8rem; color: rgba(255,255,255,0.7); line-height: 1.55; }

    /* ── FOOTER ── */
    footer {
      background: var(--ink);
      color: rgba(255,255,255,0.55);
      text-align: center;
      padding: 28px;
      font-size: 0.78rem;
    }

    footer a { color: var(--gold); text-decoration: none; }

    /* ── RESPONSIVE ── */
    @media (max-width: 640px) {
      .hero-content { padding: 40px 24px 48px; }
      .intro-grid  { grid-template-columns: 1fr; }
      .info-grid   { grid-template-columns: 1fr; }
      .gallery-grid { grid-template-columns: 1fr; }
      .gallery-grid .photo:nth-child(1) { height: 240px; }
      .gallery-grid .photo:nth-child(2),
      .gallery-grid .photo:nth-child(3) { height: 200px; }
    }
  &lt;/style&gt; 
&lt;/div&gt;&lt;!-- ── HERO ── --&gt;&lt;section class=&quot;hero&quot;&gt; 
 &lt;div class=&quot;hero-bg&quot;&gt;
  &amp;nbsp;
 &lt;/div&gt; 
 &lt;div class=&quot;hero-content&quot;&gt; 
  &lt;div class=&quot;tag-row&quot;&gt;
   &lt;span class=&quot;tag accent&quot;&gt;  Pyeongchang&lt;/span&gt; &lt;span class=&quot;tag&quot;&gt;Duck BBQ&lt;/span&gt; &lt;span class=&quot;tag&quot;&gt;Farm-to-Table&lt;/span&gt; &lt;span class=&quot;tag&quot;&gt;Since 1999&lt;/span&gt;
  &lt;/div&gt; 
  &lt;h1&gt;[평창맛집]&lt;br&gt;&lt;i&gt;다키닥팜&lt;/i&gt;&lt;/h1&gt; 
  &lt;p class=&quot;hero-sub&quot; data-ke-size=&quot;size16&quot;&gt;평창 봉평 — 직접 키운 신선한 오리를 참숯 위에&lt;br&gt;&lt;span style=&quot;font-family: 'Cormorant Garamond',serif; font-style: italic;&quot;&gt; Farm-raised charcoal duck BBQ, Pyeongchang &lt;/span&gt;&lt;/p&gt; 
  &lt;div class=&quot;hero-meta&quot;&gt;
   &lt;span&gt;&lt;span class=&quot;icon&quot;&gt; &lt;/span&gt; 강원도 평창군 봉평면&lt;/span&gt; &lt;span&gt;&lt;span class=&quot;icon&quot;&gt;⭐&lt;/span&gt; Google 4.6 / 5 (1,269 reviews)&lt;/span&gt; &lt;span&gt;&lt;span class=&quot;icon&quot;&gt; &lt;/span&gt; Open 11:00 – 21:00&lt;/span&gt;
  &lt;/div&gt; 
  &lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt; 
 &lt;/div&gt; 
&lt;/section&gt;&lt;!-- ── INTRO ── --&gt;&lt;section class=&quot;intro-section&quot;&gt; 
 &lt;div class=&quot;container&quot;&gt; 
  &lt;div class=&quot;section-label&quot;&gt;
   소개 · About
  &lt;/div&gt; 
  &lt;h2 class=&quot;section-title&quot; data-ke-size=&quot;size26&quot;&gt;왜 다키닥팜인가?&lt;br&gt;&lt;span style=&quot;font-size: 0.65em; font-style: italic; font-family: 'Cormorant Garamond',serif;&quot;&gt;Why Dakki Dak Farm?&lt;/span&gt;&lt;/h2&gt; 
  &lt;div class=&quot;intro-grid&quot;&gt; 
   &lt;div class=&quot;intro-text&quot;&gt; 
    &lt;p data-ke-size=&quot;size16&quot;&gt;1999년 문을 연 다키닥팜은 &lt;b&gt;자체 농장에서 직접 키운 신선한 오리&lt;/b&gt;를 참숯 위에 부위별로 구워 먹는 독특한 방식으로 유명합니다. 마치 소고기 스테이크처럼 부위별 맛의 차이를 즐길 수 있어 국내외 미식가들이 꾸준히 찾는 평창 최고의 맛집입니다.&lt;/p&gt; 
    &lt;p style=&quot;font-style: italic; font-size: 0.9rem;&quot; data-ke-size=&quot;size16&quot;&gt;Opened in 1999, this beloved restaurant raises its own ducks on-site — so fresh you can almost eat them raw. Grilled over charcoal by cut (breast, skin, thigh), it's unlike any duck BBQ you've tried.&lt;/p&gt; 
    &lt;div class=&quot;rating-badge&quot;&gt;
     &lt;span class=&quot;stars&quot;&gt;★★★★★&lt;/span&gt; &lt;span class=&quot;score&quot;&gt;4.6&lt;/span&gt; &lt;span class=&quot;count&quot;&gt;Google Reviews&lt;br&gt;1,269 ratings&lt;/span&gt;
    &lt;/div&gt; 
   &lt;/div&gt; 
   &lt;div class=&quot;intro-image&quot;&gt;
    &lt;img src=&quot;https://d12zq4w4guyljn.cloudfront.net/20260407090233985_photo_3a0aa2d2846e.webp&quot; alt=&quot;다키닥팜 생오리 숯불구이&quot;&gt; &lt;span class=&quot;img-label&quot;&gt;참숯 위의 생오리구이&lt;/span&gt;
   &lt;/div&gt; 
  &lt;/div&gt; 
 &lt;/div&gt; 
&lt;/section&gt;&lt;div class=&quot;ornament&quot;&gt;
 ✦ ✦ ✦
&lt;/div&gt;&lt;!-- ── MENU ── --&gt;&lt;section class=&quot;menu-section&quot;&gt; 
 &lt;div class=&quot;container&quot;&gt; 
  &lt;div class=&quot;section-label&quot;&gt;
   메뉴 · Menu
  &lt;/div&gt; 
  &lt;h2 class=&quot;section-title&quot; data-ke-size=&quot;size26&quot;&gt;시그니처 메뉴&lt;br&gt;&lt;span style=&quot;font-size: 0.65em; font-style: italic; font-family: 'Cormorant Garamond',serif;&quot;&gt;Signature Dishes&lt;/span&gt;&lt;/h2&gt; 
  &lt;div class=&quot;menu-grid&quot;&gt; 
   &lt;div class=&quot;menu-card&quot;&gt; 
    &lt;div class=&quot;menu-name&quot;&gt;
     생오리 숯불구이 (500g)
    &lt;/div&gt; 
    &lt;div class=&quot;menu-name-en&quot;&gt;
     Fresh Duck Charcoal BBQ — Large
    &lt;/div&gt; 
    &lt;div class=&quot;menu-price&quot;&gt;
     ₩ 50,000
    &lt;/div&gt; 
    &lt;div class=&quot;menu-desc&quot;&gt;
     대표 메뉴. 가슴살·넓적다리·껍질 등 부위별로 제공. 2인 기준 기본 주문.
     &lt;br&gt;&lt;i&gt;Signature dish. Served by cut. Best for 2 people.&lt;/i&gt;
    &lt;/div&gt; 
   &lt;/div&gt; 
   &lt;div class=&quot;menu-card&quot;&gt; 
    &lt;div class=&quot;menu-name&quot;&gt;
     생오리 숯불구이 (300g)
    &lt;/div&gt; 
    &lt;div class=&quot;menu-name-en&quot;&gt;
     Fresh Duck Charcoal BBQ — Small
    &lt;/div&gt; 
    &lt;div class=&quot;menu-price&quot;&gt;
     ₩ 30,000
    &lt;/div&gt; 
    &lt;div class=&quot;menu-desc&quot;&gt;
     추가 주문용. 배가 아직 부족하다면!
     &lt;br&gt;&lt;i&gt;Add-on portion. Perfect for seconds.&lt;/i&gt;
    &lt;/div&gt; 
   &lt;/div&gt; 
   &lt;div class=&quot;menu-card&quot;&gt; 
    &lt;div class=&quot;menu-name&quot;&gt;
     오리 한방백숙
    &lt;/div&gt; 
    &lt;div class=&quot;menu-name-en&quot;&gt;
     Herbal Duck Broth
    &lt;/div&gt; 
    &lt;div class=&quot;menu-price&quot;&gt;
     ₩ 80,000
    &lt;/div&gt; 
    &lt;div class=&quot;menu-desc&quot;&gt;
     한방 약재를 넣고 끓인 보양식. 최소 &lt;b&gt;2시간 전 예약 필수&lt;/b&gt;.
     &lt;br&gt;&lt;i&gt;Traditional herbal duck soup. &lt;b&gt;Reserve 2hrs ahead.&lt;/b&gt;&lt;/i&gt;
    &lt;/div&gt; 
   &lt;/div&gt; 
   &lt;div class=&quot;menu-card&quot;&gt; 
    &lt;div class=&quot;menu-name&quot;&gt;
     오리 날개 감자탕
    &lt;/div&gt; 
    &lt;div class=&quot;menu-name-en&quot;&gt;
     Duck Wing &amp;amp; Potato Stew
    &lt;/div&gt; 
    &lt;div class=&quot;menu-price&quot;&gt;
     시가 / Market price
    &lt;/div&gt; 
    &lt;div class=&quot;menu-desc&quot;&gt;
     진한 국물과 오리 날개의 조합. 예약 권장.
     &lt;br&gt;&lt;i&gt;Rich broth with tender duck wings. Reservation recommended.&lt;/i&gt;
    &lt;/div&gt; 
   &lt;/div&gt; 
  &lt;/div&gt; 
  &lt;div class=&quot;note-box&quot;&gt;
     &lt;b&gt;예약 안내 / Reservation Note&lt;/b&gt;
   &lt;br&gt;생오리 육회는 최소 &lt;b&gt;하루 전 예약&lt;/b&gt; 필요 / Duck tartare requires &lt;b&gt;1-day advance booking&lt;/b&gt;.
   &lt;br&gt;오리 한방백숙 · 감자탕은 최소 &lt;b&gt;2시간 전 예약&lt;/b&gt; 권장.
   &lt;br&gt;재료 소진 시 조기 마감될 수 있습니다 / Restaurant may close early when ingredients run out.
  &lt;/div&gt; 
 &lt;/div&gt; 
&lt;/section&gt;&lt;!-- ── GALLERY ── --&gt;&lt;section class=&quot;gallery-section&quot;&gt; 
 &lt;div class=&quot;container&quot;&gt; 
  &lt;div class=&quot;section-label&quot;&gt;
   사진 · Photo Gallery
  &lt;/div&gt; 
  &lt;h2 class=&quot;section-title&quot; data-ke-size=&quot;size26&quot;&gt;이런 음식이 나옵니다&lt;br&gt;&lt;span style=&quot;font-size: 0.65em; font-style: italic; font-family: 'Cormorant Garamond',serif;&quot;&gt;What to Expect&lt;/span&gt;&lt;/h2&gt; 
  &lt;div class=&quot;gallery-grid&quot;&gt; 
   &lt;div class=&quot;photo&quot;&gt;
    &lt;img src=&quot;https://d12zq4w4guyljn.cloudfront.net/20260407090234263_photo_3a0aa2d2846e.webp&quot; alt=&quot;다키닥팜 오리고기 부위별 구이&quot;&gt;
   &lt;/div&gt; 
   &lt;div class=&quot;photo&quot;&gt;
    &lt;img src=&quot;https://d12zq4w4guyljn.cloudfront.net/20250109025223_photo1_ce896d637585.webp&quot; alt=&quot;다키닥팜 반찬 및 식사 구성&quot;&gt;
   &lt;/div&gt; 
   &lt;div class=&quot;photo&quot;&gt;
    &lt;img src=&quot;https://d12zq4w4guyljn.cloudfront.net/20241203084103_photo1_5b4d8a35b8f2.webp&quot; alt=&quot;다키닥팜 내부 및 메뉴&quot;&gt;
   &lt;/div&gt; 
  &lt;/div&gt; 
  &lt;p style=&quot;margin-top: 14px; font-size: 0.78rem; color: var(--muted); text-align: right;&quot; data-ke-size=&quot;size16&quot;&gt;  사진 출처: 다이닝코드 · 실제 방문 고객 촬영&lt;/p&gt; 
 &lt;/div&gt; 
&lt;/section&gt;&lt;!-- ── TIPS ── --&gt;&lt;section class=&quot;tips-section&quot;&gt; 
 &lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt; 
 &lt;div class=&quot;container&quot;&gt; 
  &lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt; 
  &lt;div class=&quot;section-label&quot;&gt;
   팁 · Visitor Tips
  &lt;/div&gt; 
  &lt;h2 class=&quot;section-title&quot; data-ke-size=&quot;size26&quot;&gt;방문 전 꼭 알아두세요&lt;br&gt;&lt;span style=&quot;font-size: 0.65em; font-style: italic; font-family: 'Cormorant Garamond',serif;&quot;&gt;Before You Go&lt;/span&gt;&lt;/h2&gt; 
  &lt;div class=&quot;tips-grid&quot;&gt; 
   &lt;div class=&quot;tip-card&quot;&gt; 
    &lt;div class=&quot;tip-icon&quot;&gt;
      
    &lt;/div&gt; 
    &lt;h4 data-ke-size=&quot;size20&quot;&gt;&lt;span style=&quot;color: #ffffff;&quot;&gt;부위별로 주문&lt;/span&gt;&lt;/h4&gt; 
    &lt;p data-ke-size=&quot;size16&quot;&gt;가슴살은 부드럽고, 껍질은 쫄깃. 다양한 부위를 조금씩 맛보세요.&lt;br&gt;&lt;i&gt;Breast is tender, skin is chewy — try all cuts!&lt;/i&gt;&lt;/p&gt; 
   &lt;/div&gt; 
   &lt;div class=&quot;tip-card&quot;&gt; 
    &lt;div class=&quot;tip-icon&quot;&gt;
      
    &lt;/div&gt; 
    &lt;h4 data-ke-size=&quot;size20&quot;&gt;&lt;span style=&quot;color: #ffffff;&quot;&gt;예약 추천&lt;/span&gt;&lt;/h4&gt; 
    &lt;p data-ke-size=&quot;size16&quot;&gt;주말·연휴에는 웨이팅 발생. 방문 전 전화 예약 권장.&lt;br&gt;&lt;i&gt;Busy on weekends. Call ahead to reserve.&lt;/i&gt;&lt;/p&gt; 
   &lt;/div&gt; 
   &lt;div class=&quot;tip-card&quot;&gt; 
    &lt;div class=&quot;tip-icon&quot;&gt;
      
    &lt;/div&gt; 
    &lt;h4 data-ke-size=&quot;size20&quot;&gt;&lt;span style=&quot;color: #ffffff;&quot;&gt;부추무침 궁합&lt;/span&gt;&lt;/h4&gt; 
    &lt;p data-ke-size=&quot;size16&quot;&gt;제공되는 부추무침과 함께 먹으면 환상의 궁합!&lt;br&gt;&lt;i&gt;The chive salad side dish is a perfect match.&lt;/i&gt;&lt;/p&gt; 
   &lt;/div&gt; 
   &lt;div class=&quot;tip-card&quot;&gt; 
    &lt;div class=&quot;tip-icon&quot;&gt;
      
    &lt;/div&gt; 
    &lt;h4 data-ke-size=&quot;size20&quot;&gt;&lt;span style=&quot;color: #ffffff;&quot;&gt;무료 주차 가능&lt;/span&gt;&lt;/h4&gt; 
    &lt;p data-ke-size=&quot;size16&quot;&gt;주차장 완비. 대중교통 이용 시 원주·강릉에서 버스 이용.&lt;br&gt;&lt;i&gt;Free parking available on-site.&lt;/i&gt;&lt;/p&gt; 
   &lt;/div&gt; 
  &lt;/div&gt; 
 &lt;/div&gt; 
&lt;/section&gt;&lt;!-- ── INFO ── --&gt;&lt;section class=&quot;info-section&quot;&gt; 
 &lt;div class=&quot;container&quot;&gt; 
  &lt;div class=&quot;section-label&quot;&gt;
   정보 · Info
  &lt;/div&gt; 
  &lt;h2 class=&quot;section-title&quot; data-ke-size=&quot;size26&quot;&gt;방문 정보&lt;br&gt;&lt;span style=&quot;font-size: 0.65em; font-style: italic; font-family: 'Cormorant Garamond',serif;&quot;&gt;Essential Information&lt;/span&gt;&lt;/h2&gt; 
  &lt;div class=&quot;info-grid&quot;&gt; 
   &lt;div class=&quot;info-block&quot;&gt; 
    &lt;h3 data-ke-size=&quot;size23&quot;&gt;  위치 · Location&lt;/h3&gt; 
    &lt;div class=&quot;info-row&quot;&gt;
     &lt;span class=&quot;label&quot;&gt;주소&lt;/span&gt; &lt;span class=&quot;value&quot;&gt;강원특별자치도 평창군 봉평면 금당계곡로 1731-5&lt;/span&gt;
    &lt;/div&gt; 
    &lt;div class=&quot;info-row&quot;&gt;
     &lt;span class=&quot;label&quot;&gt;Address&lt;/span&gt; &lt;span class=&quot;value&quot;&gt;1731-5 Geumdanggyegok-ro, Bongpyeong-myeon, Pyeongchang-gun, Gangwon-do&lt;/span&gt;
    &lt;/div&gt; 
    &lt;div class=&quot;info-row&quot;&gt;
     &lt;span class=&quot;label&quot;&gt;전화&lt;/span&gt; &lt;span class=&quot;value&quot;&gt;&lt;a style=&quot;color: var(--accent); font-weight: 600;&quot; href=&quot;tel:+8233332-5262&quot;&gt;033-332-5262&lt;/a&gt;&lt;/span&gt;
    &lt;/div&gt; 
    &lt;div class=&quot;info-row&quot;&gt;
     &lt;span class=&quot;label&quot;&gt;개업&lt;/span&gt; &lt;span class=&quot;value&quot;&gt;1999년&lt;/span&gt;
    &lt;/div&gt; 
   &lt;/div&gt; 
   &lt;div class=&quot;info-block&quot;&gt; 
    &lt;h3 data-ke-size=&quot;size23&quot;&gt;  영업시간 · Hours&lt;/h3&gt; 
    &lt;div class=&quot;info-row&quot;&gt;
     &lt;span class=&quot;label&quot;&gt;월 Mon&lt;/span&gt;&lt;span class=&quot;value open&quot;&gt;11:00 – 21:00&lt;/span&gt;
    &lt;/div&gt; 
    &lt;div class=&quot;info-row&quot;&gt;
     &lt;span class=&quot;label&quot;&gt;화 Tue&lt;/span&gt;&lt;span class=&quot;value closed&quot;&gt;휴무 Closed&lt;/span&gt;
    &lt;/div&gt; 
    &lt;div class=&quot;info-row&quot;&gt;
     &lt;span class=&quot;label&quot;&gt;수 Wed&lt;/span&gt;&lt;span class=&quot;value open&quot;&gt;11:00 – 21:00&lt;/span&gt;
    &lt;/div&gt; 
    &lt;div class=&quot;info-row&quot;&gt;
     &lt;span class=&quot;label&quot;&gt;목 Thu&lt;/span&gt;&lt;span class=&quot;value open&quot;&gt;11:00 – 21:00&lt;/span&gt;
    &lt;/div&gt; 
    &lt;div class=&quot;info-row&quot;&gt;
     &lt;span class=&quot;label&quot;&gt;금 Fri&lt;/span&gt;&lt;span class=&quot;value open&quot;&gt;11:00–14:00 / 17:00–21:00&lt;/span&gt;
    &lt;/div&gt; 
    &lt;div class=&quot;info-row&quot;&gt;
     &lt;span class=&quot;label&quot;&gt;토 Sat&lt;/span&gt;&lt;span class=&quot;value open&quot;&gt;11:00 – 21:00&lt;/span&gt;
    &lt;/div&gt; 
    &lt;div class=&quot;info-row&quot;&gt;
     &lt;span class=&quot;label&quot;&gt;일 Sun&lt;/span&gt;&lt;span class=&quot;value open&quot;&gt;11:00 – 21:00&lt;/span&gt;
    &lt;/div&gt; 
    &lt;div class=&quot;info-row&quot; style=&quot;margin-top: 8px;&quot;&gt;
     &lt;span class=&quot;label&quot;&gt;주차&lt;/span&gt; &lt;span class=&quot;value&quot;&gt;✅ 무료 주차 Free parking&lt;/span&gt;
    &lt;/div&gt; 
    &lt;div class=&quot;info-row&quot;&gt;
     &lt;span class=&quot;label&quot;&gt;예약&lt;/span&gt; &lt;span class=&quot;value&quot;&gt;✅ 가능 Reservations accepted&lt;/span&gt;
    &lt;/div&gt; 
   &lt;/div&gt; 
  &lt;/div&gt; 
 &lt;/div&gt; 
&lt;/section&gt;&lt;!-- ── MAP ── --&gt;&lt;section class=&quot;map-section&quot;&gt; 
 &lt;div class=&quot;container&quot;&gt; 
  &lt;div class=&quot;section-label&quot;&gt;
   지도 · Map
  &lt;/div&gt; 
  &lt;h2 class=&quot;section-title&quot; data-ke-size=&quot;size26&quot;&gt;찾아오는 길&lt;br&gt;&lt;span style=&quot;font-size: 0.65em; font-style: italic; font-family: 'Cormorant Garamond',serif;&quot;&gt;How to Get There&lt;/span&gt;&lt;/h2&gt; 
  &lt;div class=&quot;map-wrapper&quot;&gt;
   &lt;iframe src=&quot;https://map.naver.com/p/entry/place/1734100279?placePath=%2Fhome&amp;amp;c=15,0,0,0,dh&quot; allowfullscreen&gt; &lt;/iframe&gt;
  &lt;/div&gt; 
  &lt;div style=&quot;margin-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; font-size: 0.85rem;&quot;&gt; 
   &lt;div style=&quot;background: var(--warm-bg); padding: 16px; border-radius: 6px;&quot;&gt;
    &lt;b&gt;  자가용 / By Car&lt;/b&gt;
    &lt;br&gt;영동고속도로 장평 IC → 6번 국도 → 봉평 방향 약 15분
    &lt;br&gt;&lt;i&gt;Jangpyeong IC (Yeongdong Expressway) → Route 6 → ~15 min toward Bongpyeong&lt;/i&gt;
   &lt;/div&gt; 
   &lt;div style=&quot;background: var(--warm-bg); padding: 16px; border-radius: 6px;&quot;&gt;
    &lt;b&gt;  대중교통 / By Bus&lt;/b&gt;
    &lt;br&gt;원주·강릉에서 봉평행 버스 이용 후 택시 또는 도보
    &lt;br&gt;&lt;i&gt;Bus from Wonju or Gangneung to Bongpyeong, then taxi&lt;/i&gt;
   &lt;/div&gt; 
  &lt;/div&gt; 
 &lt;/div&gt; 
&lt;/section&gt;&lt;!-- ── CTA ── --&gt;&lt;section class=&quot;cta-section&quot;&gt; 
 &lt;div class=&quot;container&quot;&gt; 
  &lt;div class=&quot;section-label&quot; style=&quot;justify-content: center;&quot;&gt;
   길찾기 · Directions
  &lt;/div&gt; 
  &lt;h2 class=&quot;section-title&quot; style=&quot;text-align: center;&quot; data-ke-size=&quot;size26&quot;&gt;지금 바로 출발하세요&lt;br&gt;&lt;span style=&quot;font-size: 0.65em; font-style: italic; font-family: 'Cormorant Garamond',serif;&quot;&gt;Ready to Visit?&lt;/span&gt;&lt;/h2&gt; 
  &lt;p data-ke-size=&quot;size16&quot;&gt;평창 여행의 하이라이트, 다키닥팜 — 맛의 추억을 만들어 드립니다.&lt;br&gt;&lt;i&gt;The culinary highlight of any Pyeongchang trip.&lt;/i&gt;&lt;/p&gt; 
  &lt;div class=&quot;btn-group&quot;&gt;
   &lt;a class=&quot;btn btn-primary&quot; href=&quot;https://map.naver.com/p/directions/-/-/-/car?destination=1734100279&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;  ️ 네이버 길찾기 · Naver Map Directions &lt;/a&gt; &lt;a class=&quot;btn btn-secondary&quot; href=&quot;https://map.naver.com/p/entry/place/1734100279&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;   네이버 지도에서 보기 · View on Naver Map &lt;/a&gt; &lt;a class=&quot;btn btn-secondary&quot; href=&quot;tel:+8233332-5262&quot;&gt;   예약 전화 033-332-5262 &lt;/a&gt;
  &lt;/div&gt; 
 &lt;/div&gt; 
&lt;/section&gt;&lt;footer&gt; 
 &lt;p data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;color: #ffffff;&quot;&gt;다키닥팜 · 강원특별자치도 평창군 봉평면 금당계곡로 1731-5 · ☎ 033-332-5262&lt;/span&gt;&lt;/p&gt; 
 &lt;p style=&quot;margin-top: 6px;&quot; data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;color: #ffffff;&quot;&gt;&lt;span style=&quot;color: #006dd7;&quot;&gt;&lt;a style=&quot;color: #006dd7;&quot; href=&quot;https://map.naver.com/p/entry/place/1734100279&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;네이버 지도&lt;/a&gt; &lt;/span&gt;&amp;nbsp;·&amp;nbsp; 영업시간은 변동될 수 있으니 방문 전 전화 확인을 권장합니다.&lt;/span&gt;&lt;/p&gt; 
&lt;/footer&gt;</description>
      <category>맛집리스트</category>
      <category>닥키닥팜</category>
      <category>오리고기</category>
      <category>평창</category>
      <category>평창 오리고기</category>
      <category>평창맛집</category>
      <category>평창맛집추천</category>
      <author>레몬맛김</author>
      <guid isPermaLink="true">https://insight17458.tistory.com/33</guid>
      <comments>https://insight17458.tistory.com/33#entry33comment</comments>
      <pubDate>Wed, 22 Apr 2026 19:34:03 +0900</pubDate>
    </item>
    <item>
      <title>[스팀게임]Sledding Game</title>
      <link>https://insight17458.tistory.com/32</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;Sledding Game 스팀 얼리 액세스 출시 | 귀여운 동물들과 눈썰매 멀티플레이&lt;/title&gt;
&lt;style&gt;
  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&amp;family=Nunito:wght@700;800;900&amp;display=swap');

  :root {
    --snow-white: #f0f8ff;
    --ice-blue: #a8d8ea;
    --deep-blue: #0a2a4a;
    --frost: #d4f1f9;
    --accent-cyan: #00c6ff;
    --accent-teal: #0072ff;
    --steam-blue: #1b2838;
    --steam-btn: #4c6b22;
    --steam-btn2: #a4d007;
    --card-bg: #ffffff;
    --text-dark: #1a1a2e;
    --text-mid: #2c3e6b;
    --text-light: #5a7a9a;
    --badge-ea: #f39c12;
    --badge-multi: #3498db;
    --badge-xbox: #107c10;
  }

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

  body {
    font-family: 'Noto Sans KR', sans-serif;
    background: #e8f4fd;
    color: var(--text-dark);
    line-height: 1.7;
  }

  /* ── HERO HEADER ── */
  .hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg,
      #001f4d 0%,
      #003580 20%,
      #0058b8 40%,
      #00aaff 65%,
      #7fd8ff 85%,
      #c8eeff 100%);
    padding: 0 0 60px;
    text-align: center;
  }

  .hero::before {
    content: '';
    position: absolute; inset: 0;
    background:
      radial-gradient(circle at 20% 50%, rgba(255,255,255,0.08) 0%, transparent 50%),
      radial-gradient(circle at 80% 20%, rgba(0,200,255,0.15) 0%, transparent 40%);
    pointer-events: none;
  }

  /* Snowflakes */
  .snowflakes {
    position: absolute; inset: 0;
    pointer-events: none;
    overflow: hidden;
  }
  .sf {
    position: absolute;
    top: -20px;
    color: white;
    font-size: 1.2em;
    opacity: 0.6;
    animation: fall linear infinite;
  }
  .sf:nth-child(1)  { left:5%;  font-size:0.8em; animation-duration:8s;  animation-delay:0s;   }
  .sf:nth-child(2)  { left:12%; font-size:1.4em; animation-duration:12s; animation-delay:2s;   }
  .sf:nth-child(3)  { left:20%; font-size:0.6em; animation-duration:9s;  animation-delay:4s;   }
  .sf:nth-child(4)  { left:32%; font-size:1em;   animation-duration:11s; animation-delay:1s;   }
  .sf:nth-child(5)  { left:44%; font-size:1.6em; animation-duration:14s; animation-delay:3s;   }
  .sf:nth-child(6)  { left:55%; font-size:0.7em; animation-duration:8s;  animation-delay:5s;   }
  .sf:nth-child(7)  { left:66%; font-size:1.2em; animation-duration:10s; animation-delay:0.5s; }
  .sf:nth-child(8)  { left:75%; font-size:0.9em; animation-duration:13s; animation-delay:2.5s; }
  .sf:nth-child(9)  { left:84%; font-size:1.5em; animation-duration:9s;  animation-delay:4.5s; }
  .sf:nth-child(10) { left:93%; font-size:0.8em; animation-duration:11s; animation-delay:1.5s; }
  @keyframes fall {
    0%   { transform: translateY(-20px) rotate(0deg);   opacity: 0.6; }
    100% { transform: translateY(100vh)  rotate(360deg); opacity: 0;   }
  }

  /* Snow hills SVG */
  .hero-hills {
    position: absolute; bottom: 0; left: 0; right: 0;
    line-height: 0;
  }

  .hero-badge-row {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 32px 20px 0;
    position: relative;
  }
  .badge {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }
  .badge-ea    { background: var(--badge-ea);    color: #fff; }
  .badge-multi { background: var(--badge-multi); color: #fff; }
  .badge-xbox  { background: var(--badge-xbox);  color: #fff; }
  .badge-free  { background: #8b5cf6; color: #fff; }

  .hero-title {
    font-family: 'Nunito', sans-serif;
    font-size: clamp(2.4em, 7vw, 4.5em);
    font-weight: 900;
    color: #ffffff;
    text-shadow: 0 4px 20px rgba(0,0,0,0.4), 0 0 60px rgba(100,200,255,0.5);
    letter-spacing: -1px;
    padding: 18px 20px 6px;
    position: relative;
    line-height: 1.1;
  }
  .hero-sub {
    font-size: clamp(1em, 2.5vw, 1.3em);
    color: rgba(255,255,255,0.88);
    font-weight: 500;
    padding: 0 20px 8px;
    position: relative;
  }
  .hero-emoji {
    font-size: 2em;
    position: relative;
    display: block;
    margin-bottom: 6px;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.3));
  }

  /* ── MAIN WRAP ── */
  .wrap {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 16px 60px;
  }

  /* ── GAME CARD ── */
  .game-card {
    background: var(--card-bg);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0,80,180,0.18), 0 2px 8px rgba(0,0,0,0.08);
    margin: -30px auto 32px;
    position: relative;
    border: 1px solid rgba(100,180,255,0.2);
  }

  .game-card-inner {
    display: flex;
    flex-wrap: wrap;
  }

  .game-img-wrap {
    flex: 0 0 100%;
  }
  .game-main-img {
    width: 100%;
    display: block;
    object-fit: cover;
    max-height: 380px;
  }

  .game-thumb-row {
    display: flex;
    gap: 6px;
    padding: 10px 12px;
    background: #f7fbff;
    border-top: 1px solid #daeeff;
    overflow-x: auto;
  }
  .game-thumb-row img {
    width: 120px;
    height: 67px;
    object-fit: cover;
    border-radius: 6px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border-color .2s;
    flex-shrink: 0;
  }
  .game-thumb-row img:hover { border-color: var(--accent-cyan); }

  /* Video thumb */
  .video-thumb {
    position: relative;
    width: 120px;
    height: 67px;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border-color .2s;
  }
  .video-thumb:hover { border-color: var(--accent-cyan); }
  .vthumb-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.38);
    transition: background .2s;
    border-radius: 4px;
    pointer-events: none;
  }
  .video-thumb:hover .vthumb-overlay { background: rgba(0,0,0,0.18); }
  .vthumb-overlay.playing { background: transparent; }
  .vplay-btn {
    font-size: 1.5em;
    color: #fff;
    line-height: 1;
    text-shadow: 0 2px 6px rgba(0,0,0,0.5);
    transition: transform .15s;
  }
  .video-thumb:hover .vplay-btn { transform: scale(1.2); }
  .vplay-label {
    font-size: 0.6em;
    color: rgba(255,255,255,0.85);
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-top: 2px;
  }

  .game-info {
    padding: 22px 24px 24px;
    flex: 1 1 100%;
  }
  .game-title-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .game-title-main {
    font-family: 'Nunito', sans-serif;
    font-size: 1.7em;
    font-weight: 900;
    color: var(--deep-blue);
    line-height: 1.1;
  }
  .badge-inline {
    background: linear-gradient(90deg, #f39c12, #e74c3c);
    color: #fff;
    font-size: 0.65em;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .game-desc {
    color: var(--text-mid);
    font-size: 0.97em;
    line-height: 1.75;
    margin-bottom: 18px;
    border-left: 4px solid var(--accent-cyan);
    padding-left: 14px;
    background: #f0f9ff;
    border-radius: 0 8px 8px 0;
    padding: 10px 14px;
  }

  /* ── INFO GRID ── */
  .info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 10px;
    margin-bottom: 20px;
  }
  .info-cell {
    background: linear-gradient(135deg, #f0f9ff, #e0f3ff);
    border-radius: 12px;
    padding: 12px 14px;
    border: 1px solid #c8e6f7;
  }
  .info-label {
    font-size: 0.72em;
    font-weight: 700;
    color: var(--accent-teal);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 4px;
  }
  .info-value {
    font-size: 0.92em;
    font-weight: 700;
    color: var(--deep-blue);
  }
  .price-highlight {
    font-size: 1.15em;
    color: #c0392b;
    font-weight: 900;
  }
  .price-note {
    font-size: 0.75em;
    color: var(--text-light);
    font-weight: 400;
    display: block;
  }

  /* ── STEAM BUTTON ── */
  .btn-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 6px;
  }
  .btn-steam {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: linear-gradient(135deg, #1b9e2e, #2ecc5e) !important;
    color: #fff !important;
    font-family: 'Nunito', sans-serif !important;
    font-weight: 800 !important;
    font-size: 1em !important;
    padding: 13px 26px !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 4px 16px rgba(30,180,60,0.35) !important;
    transition: transform .15s, box-shadow .15s !important;
  }
  .btn-steam:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 24px rgba(30,180,60,0.5) !important;
  }
  .btn-wishlist {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: linear-gradient(135deg, #1b2838, #2a3f5f) !important;
    color: #c7d5e0 !important;
    font-family: 'Nunito', sans-serif !important;
    font-weight: 800 !important;
    font-size: 1em !important;
    padding: 13px 26px !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2) !important;
    transition: transform .15s !important;
  }
  .btn-wishlist:hover {
    transform: translateY(-2px) !important;
    background: linear-gradient(135deg, #2a3f5f, #3d5a80) !important;
  }
  .btn-demo {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: linear-gradient(135deg, #8b5cf6, #a855f7) !important;
    color: #fff !important;
    font-family: 'Nunito', sans-serif !important;
    font-weight: 800 !important;
    font-size: 1em !important;
    padding: 13px 26px !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 4px 16px rgba(139,92,246,0.35) !important;
    transition: transform .15s !important;
  }
  .btn-demo:hover { transform: translateY(-2px) !important; }

  /* ── SECTION TITLES ── */
  .section {
    margin: 28px 0 16px;
  }
  .section-title {
    font-family: 'Nunito', sans-serif;
    font-size: 1.35em;
    font-weight: 900;
    color: var(--deep-blue);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 3px solid var(--accent-cyan);
  }
  .section-title::before {
    content: attr(data-icon);
    font-size: 1.2em;
  }

  /* ── FEATURE LIST ── */
  .feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 12px;
  }
  .feature-item {
    background: #fff;
    border-radius: 14px;
    padding: 14px 16px;
    border: 1px solid #d4eeff;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    box-shadow: 0 2px 8px rgba(0,80,180,0.07);
    transition: transform .2s, box-shadow .2s;
  }
  .feature-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,80,180,0.13);
  }
  .feature-icon {
    font-size: 1.8em;
    line-height: 1;
    flex-shrink: 0;
    margin-top: 2px;
  }
  .feature-text strong {
    display: block;
    font-size: 0.9em;
    font-weight: 700;
    color: var(--deep-blue);
    margin-bottom: 3px;
  }
  .feature-text span {
    font-size: 0.82em;
    color: var(--text-light);
    line-height: 1.5;
  }

  /* ── EA NOTICE ── */
  .ea-box {
    background: linear-gradient(135deg, #fff8e1, #fffbf0);
    border: 1.5px solid #f9c74f;
    border-radius: 14px;
    padding: 16px 20px;
    margin: 18px 0;
    display: flex;
    gap: 14px;
    align-items: flex-start;
  }
  .ea-icon { font-size: 1.6em; flex-shrink: 0; }
  .ea-title { font-weight: 700; font-size: 0.95em; color: #b7791f; margin-bottom: 4px; }
  .ea-text  { font-size: 0.85em; color: #7c5800; line-height: 1.6; }

  /* ── COSMETICS TABLE ── */
  .cosm-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 12px 0;
  }
  .cosm-chip {
    background: linear-gradient(135deg, #e0f3ff, #c8e6f7);
    border: 1px solid #a8d4ef;
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 0.84em;
    font-weight: 700;
    color: var(--text-mid);
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .cosm-num {
    background: var(--accent-teal);
    color: #fff;
    border-radius: 10px;
    padding: 1px 8px;
    font-size: 0.85em;
    font-family: 'Nunito', sans-serif;
  }

  /* ── REVIEW QUOTES ── */
  .quote-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  @media(max-width:520px) { .quote-grid { grid-template-columns: 1fr; } }
  .quote-card {
    background: #fff;
    border-radius: 14px;
    padding: 16px 18px;
    border: 1px solid #d0e8f5;
    position: relative;
  }
  .quote-card::before {
    content: '&quot;';
    font-family: 'Nunito', sans-serif;
    font-size: 3.5em;
    color: var(--accent-cyan);
    line-height: 1;
    position: absolute;
    top: 6px; left: 10px;
    opacity: 0.5;
  }
  .quote-text {
    font-size: 0.88em;
    font-style: italic;
    color: var(--text-mid);
    padding-top: 22px;
    line-height: 1.6;
  }
  .quote-source {
    font-size: 0.77em;
    font-weight: 700;
    color: var(--accent-teal);
    margin-top: 8px;
  }

  /* ── PLATFORM ROW ── */
  .platform-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 12px 0;
  }
  .platform-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1.5px solid #d0e8f5;
    border-radius: 12px;
    padding: 10px 16px;
    font-weight: 700;
    font-size: 0.88em;
    color: var(--text-mid);
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  }
  .plat-icon { font-size: 1.3em; }

  /* ── HASHTAGS ── */
  .hashtag-section {
    background: linear-gradient(135deg, #f0f9ff, #e0f0ff);
    border-radius: 16px;
    padding: 20px;
    margin-top: 28px;
    border: 1px solid #c8dff7;
  }
  .hashtag-title {
    font-size: 0.8em;
    font-weight: 700;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
  }
  .hashtags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .tag {
    background: white;
    color: var(--accent-teal);
    border: 1.5px solid #a8d4ef;
    border-radius: 20px;
    padding: 4px 13px;
    font-size: 0.83em;
    font-weight: 600;
    transition: background .2s;
    cursor: default;
  }
  .tag:hover { background: var(--accent-teal); color: #fff; }

  /* ── FOOTER CTA ── */
  .cta-banner {
    background: linear-gradient(135deg, #003580, #0058b8, #00aaff);
    border-radius: 20px;
    padding: 28px 24px;
    text-align: center;
    margin-top: 28px;
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  .cta-banner::before {
    content: '⛷️   ❄️';
    position: absolute;
    top: -20px; left: 50%;
    transform: translateX(-50%);
    font-size: 3em;
    opacity: 0.08;
    white-space: nowrap;
  }
  .cta-title {
    font-family: 'Nunito', sans-serif;
    font-size: 1.5em;
    font-weight: 900;
    margin-bottom: 8px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
  }
  .cta-sub {
    font-size: 0.9em;
    opacity: 0.85;
    margin-bottom: 18px;
  }

  /* Responsive */
  @media (max-width: 600px) {
    .info-grid { grid-template-columns: 1fr 1fr; }
    .feature-grid { grid-template-columns: 1fr; }
    .btn-row { flex-direction: column; }
    .btn-steam, .btn-wishlist, .btn-demo { justify-content: center !important; }
  }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;!-- ════ HERO HEADER ════ --&gt;
&lt;header class=&quot;hero&quot;&gt;
  &lt;div class=&quot;snowflakes&quot;&gt;
    &lt;span class=&quot;sf&quot;&gt;❄&lt;/span&gt;&lt;span class=&quot;sf&quot;&gt;❅&lt;/span&gt;&lt;span class=&quot;sf&quot;&gt;❄&lt;/span&gt;
    &lt;span class=&quot;sf&quot;&gt;❅&lt;/span&gt;&lt;span class=&quot;sf&quot;&gt;❄&lt;/span&gt;&lt;span class=&quot;sf&quot;&gt;❅&lt;/span&gt;
    &lt;span class=&quot;sf&quot;&gt;❄&lt;/span&gt;&lt;span class=&quot;sf&quot;&gt;❅&lt;/span&gt;&lt;span class=&quot;sf&quot;&gt;❄&lt;/span&gt;&lt;span class=&quot;sf&quot;&gt;❅&lt;/span&gt;
  &lt;/div&gt;

  &lt;div class=&quot;hero-badge-row&quot;&gt;
    &lt;span class=&quot;badge badge-ea&quot;&gt;  얼리 액세스&lt;/span&gt;
    &lt;span class=&quot;badge badge-multi&quot;&gt;  멀티플레이어&lt;/span&gt;
    &lt;span class=&quot;badge badge-xbox&quot;&gt;  Xbox Game Pass&lt;/span&gt;
    &lt;span class=&quot;badge badge-free&quot;&gt;  무료 데모 제공&lt;/span&gt;
  &lt;/div&gt;

  &lt;span class=&quot;hero-emoji&quot;&gt; &lt;/span&gt;
  &lt;h1 class=&quot;hero-title&quot;&gt;Sledding Game&lt;/h1&gt;
  &lt;p class=&quot;hero-sub&quot;&gt;귀여운 동물 캐릭터와 함께하는 눈썰매 멀티플레이 어드벤처&lt;/p&gt;

  &lt;svg class=&quot;hero-hills&quot; viewBox=&quot;0 0 1440 60&quot; preserveAspectRatio=&quot;none&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;
    &lt;path d=&quot;M0,40 C200,0 400,60 600,30 C800,0 1100,55 1440,20 L1440,60 L0,60 Z&quot; fill=&quot;#e8f4fd&quot;/&gt;
  &lt;/svg&gt;
&lt;/header&gt;

&lt;!-- ════ MAIN ════ --&gt;
&lt;main class=&quot;wrap&quot;&gt;

  &lt;!-- ── GAME CARD ── --&gt;
  &lt;article class=&quot;game-card&quot;&gt;
    &lt;div class=&quot;game-card-inner&quot;&gt;

      &lt;!-- Main Screenshot --&gt;
      &lt;div class=&quot;game-img-wrap&quot;&gt;
        &lt;img
          class=&quot;game-main-img&quot;
          src=&quot;https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/3438850/ss_d125d21c8c8e4ba7b50be7eb5c59cc7cb525d36a/header.jpg&quot;
          onerror=&quot;this.src='https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/3438850/header.jpg'&quot;
          alt=&quot;Sledding Game 스크린샷&quot;
        /&gt;
      &lt;/div&gt;

      &lt;!-- Thumbnails --&gt;
      &lt;div class=&quot;game-thumb-row&quot;&gt;
        &lt;img src=&quot;https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/3438850/header.jpg&quot;
             alt=&quot;Sledding Game 썸네일 1&quot; /&gt;
        &lt;div class=&quot;video-thumb&quot; id=&quot;videoThumb&quot; title=&quot;스팀 공식 트레일러 재생&quot;&gt;
          &lt;video
            id=&quot;steamVideo&quot;
            width=&quot;120&quot; height=&quot;67&quot;
            muted
            loop
            preload=&quot;metadata&quot;
            poster=&quot;https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/3438850/header.jpg&quot;
            style=&quot;width:120px;height:67px;object-fit:cover;border-radius:6px;display:block;cursor:pointer;&quot;
          &gt;
            &lt;source src=&quot;https://cdn.cloudflare.steamstatic.com/steam/apps/3438850/movie480_vp9.webm&quot; type=&quot;video/webm&quot;&gt;
            &lt;source src=&quot;https://cdn.cloudflare.steamstatic.com/steam/apps/3438850/movie480.mp4&quot;      type=&quot;video/mp4&quot;&gt;
          &lt;/video&gt;
          &lt;div class=&quot;vthumb-overlay&quot; id=&quot;vOverlay&quot;&gt;
            &lt;span class=&quot;vplay-btn&quot;&gt;▶&lt;/span&gt;
            &lt;span class=&quot;vplay-label&quot;&gt;트레일러&lt;/span&gt;
          &lt;/div&gt;
        &lt;/div&gt;
        &lt;img src=&quot;https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/3438850/capsule_616x353.jpg&quot;
             onerror=&quot;this.style.display='none'&quot;
             alt=&quot;Sledding Game 캡슐 이미지&quot; /&gt;
      &lt;/div&gt;

      &lt;!-- Game Info --&gt;
      &lt;div class=&quot;game-info&quot;&gt;
        &lt;div class=&quot;game-title-row&quot;&gt;
          &lt;span class=&quot;game-title-main&quot;&gt;Sledding Game&lt;/span&gt;
          &lt;span class=&quot;badge-inline&quot;&gt;Early Access&lt;/span&gt;
        &lt;/div&gt;

        &lt;p class=&quot;game-desc&quot;&gt;
          &lt;strong&gt;Sledding Game&lt;/strong&gt;은 친구들과 눈썰매를 타고, 래그돌 물리 효과로 터무니없는 충돌을 즐기는 멀티플레이어 눈 스포츠 아지트 게임!
          싱글 인디 개발자 Max가 만든 첫 게임으로, SNS에서 화제가 되어 전 세계 수십만 명이 위시리스트에 추가한 기대작입니다.
          근접 음성 채팅으로 친구와 실시간 대화하며 슬로프를 질주하세요!
        &lt;/p&gt;

        &lt;!-- Info Grid --&gt;
        &lt;div class=&quot;info-grid&quot;&gt;
          &lt;div class=&quot;info-cell&quot;&gt;
            &lt;div class=&quot;info-label&quot;&gt;  출시일&lt;/div&gt;
            &lt;div class=&quot;info-value&quot;&gt;2026년 4월 30일&lt;br&gt;&lt;span class=&quot;price-note&quot;&gt;얼리 액세스 시작&lt;/span&gt;&lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;info-cell&quot;&gt;
            &lt;div class=&quot;info-label&quot;&gt;  가격&lt;/div&gt;
            &lt;div class=&quot;info-value price-highlight&quot;&gt;출시 후 공개&lt;br&gt;&lt;span class=&quot;price-note&quot;&gt;무료 데모 체험 가능&lt;/span&gt;&lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;info-cell&quot;&gt;
            &lt;div class=&quot;info-label&quot;&gt;  개발사&lt;/div&gt;
            &lt;div class=&quot;info-value&quot;&gt;The Sledding Corporation&lt;br&gt;&lt;span class=&quot;price-note&quot;&gt;솔로 인디 개발 (Max)&lt;/span&gt;&lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;info-cell&quot;&gt;
            &lt;div class=&quot;info-label&quot;&gt; ️ 플랫폼&lt;/div&gt;
            &lt;div class=&quot;info-value&quot;&gt;PC (Steam)&lt;br&gt;&lt;span class=&quot;price-note&quot;&gt;Xbox Series · Game Pass&lt;/span&gt;&lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;info-cell&quot;&gt;
            &lt;div class=&quot;info-label&quot;&gt;  언어&lt;/div&gt;
            &lt;div class=&quot;info-value&quot;&gt;영어 외 14개 언어&lt;br&gt;&lt;span class=&quot;price-note&quot;&gt;한국어 포함 여부 확인 필요&lt;/span&gt;&lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;info-cell&quot;&gt;
            &lt;div class=&quot;info-label&quot;&gt;  최대 플레이어&lt;/div&gt;
            &lt;div class=&quot;info-value&quot;&gt;최대 50인&lt;br&gt;&lt;span class=&quot;price-note&quot;&gt;공개·비공개 로비 지원&lt;/span&gt;&lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- Buttons --&gt;
        &lt;div class=&quot;btn-row&quot;&gt;
          &lt;a class=&quot;btn-steam&quot;
             href=&quot;https://store.steampowered.com/app/3438850/Sledding_Game/&quot;
             target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;
              스팀에서 구매하기
          &lt;/a&gt;
          &lt;a class=&quot;btn-demo&quot;
             href=&quot;https://store.steampowered.com/app/4029310/Sledding_Game_Demo/&quot;
             target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;
              무료 데모 체험
          &lt;/a&gt;
          &lt;a class=&quot;btn-wishlist&quot;
             href=&quot;https://store.steampowered.com/app/3438850/Sledding_Game/&quot;
             target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;
            ♡ 위시리스트 추가
          &lt;/a&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/article&gt;

  &lt;!-- ── EARLY ACCESS NOTICE ── --&gt;
  &lt;div class=&quot;ea-box&quot;&gt;
    &lt;span class=&quot;ea-icon&quot;&gt;⚠️&lt;/span&gt;
    &lt;div&gt;
      &lt;div class=&quot;ea-title&quot;&gt;얼리 액세스 안내&lt;/div&gt;
      &lt;div class=&quot;ea-text&quot;&gt;
        Sledding Game은 현재 개발 진행 중인 얼리 액세스 타이틀입니다. 향후 업데이트를 통해
        더 많은 코스메틱, 미니게임, 소셜 기능이 추가될 예정이며, 정식 출시 시 가격이 변동될 수 있습니다.
        현재 상태의 게임에 만족하지 못할 경우 정식 출시까지 기다리는 것을 권장합니다.
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- ── FEATURES ── --&gt;
  &lt;section class=&quot;section&quot;&gt;
    &lt;h2 class=&quot;section-title&quot; data-icon=&quot;⭐&quot;&gt;주요 게임 특징&lt;/h2&gt;
    &lt;div class=&quot;feature-grid&quot;&gt;
      &lt;div class=&quot;feature-item&quot;&gt;
        &lt;span class=&quot;feature-icon&quot;&gt; &lt;/span&gt;
        &lt;div class=&quot;feature-text&quot;&gt;
          &lt;strong&gt;눈썰매 레이싱 &amp; 트릭&lt;/strong&gt;
          &lt;span&gt;슬로프를 질주하며 트릭으로 포인트를 쌓고, 직접 램프를 만들어 화려한 공중 묘기를 선보이세요.&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;feature-item&quot;&gt;
        &lt;span class=&quot;feature-icon&quot;&gt; &lt;/span&gt;
        &lt;div class=&quot;feature-text&quot;&gt;
          &lt;strong&gt;근접 음성 채팅 (Proximity Chat)&lt;/strong&gt;
          &lt;span&gt;가까이 있는 플레이어와 자동으로 음성 대화가 연결됩니다. 실제 친구들과 같은 장소에 있는 듯한 생생함!&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;feature-item&quot;&gt;
        &lt;span class=&quot;feature-icon&quot;&gt; &lt;/span&gt;
        &lt;div class=&quot;feature-text&quot;&gt;
          &lt;strong&gt;귀여운 동물 캐릭터 12종+&lt;/strong&gt;
          &lt;span&gt;다양한 동물 캐릭터 중 하나를 골라 완전한 커스터마이징으로 나만의 스타일을 완성하세요.&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;feature-item&quot;&gt;
        &lt;span class=&quot;feature-icon&quot;&gt; &lt;/span&gt;
        &lt;div class=&quot;feature-text&quot;&gt;
          &lt;strong&gt;래그돌 물리 충돌&lt;/strong&gt;
          &lt;span&gt;충돌할 때마다 터무니없이 날아가는 래그돌 물리 효과로 매번 웃음이 터지는 사고 현장!&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;feature-item&quot;&gt;
        &lt;span class=&quot;feature-icon&quot;&gt; &lt;/span&gt;
        &lt;div class=&quot;feature-text&quot;&gt;
          &lt;strong&gt;다양한 미니게임&lt;/strong&gt;
          &lt;span&gt;눈싸움, 눈사람 만들기, 다트, 컬링, 낚시, 마시멜로 굽기, 코코아 마시기 등 다채로운 활동!&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;feature-item&quot;&gt;
        &lt;span class=&quot;feature-icon&quot;&gt; &lt;/span&gt;
        &lt;div class=&quot;feature-text&quot;&gt;
          &lt;strong&gt;설인(Yeti)의 습격&lt;/strong&gt;
          &lt;span&gt;코스를 벗어나 멀리 가면 설인이 나타나 발로 걷어차 슬로프로 돌려보냅니다. 진짜입니다!&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;feature-item&quot;&gt;
        &lt;span class=&quot;feature-icon&quot;&gt; &lt;/span&gt;
        &lt;div class=&quot;feature-text&quot;&gt;
          &lt;strong&gt;공개·비공개 로비&lt;/strong&gt;
          &lt;span&gt;최대 50명이 같은 서버에서 즐길 수 있으며, 친구들만의 비공개 로비도 생성 가능합니다.&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;feature-item&quot;&gt;
        &lt;span class=&quot;feature-icon&quot;&gt; &lt;/span&gt;
        &lt;div class=&quot;feature-text&quot;&gt;
          &lt;strong&gt;Steam Achievements · Cloud&lt;/strong&gt;
          &lt;span&gt;스팀 도전 과제와 클라우드 저장을 지원하며, 가족 공유 기능도 이용 가능합니다.&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/section&gt;

  &lt;!-- ── COSMETICS ── --&gt;
  &lt;section class=&quot;section&quot;&gt;
    &lt;h2 class=&quot;section-title&quot; data-icon=&quot; &quot;&gt;코스메틱 &amp; 커스터마이징&lt;/h2&gt;
    &lt;p style=&quot;font-size:.9em;color:var(--text-mid);margin-bottom:12px;&quot;&gt;
      &lt;strong&gt;Sledding Game&lt;/strong&gt;의 포인트를 모아 나만의 캐릭터와 썰매를 꾸미세요. 얼리 액세스 기준 현재 제공 중인 아이템 수는 다음과 같습니다.
    &lt;/p&gt;
    &lt;div class=&quot;cosm-row&quot;&gt;
      &lt;span class=&quot;cosm-chip&quot;&gt;&lt;span class=&quot;cosm-num&quot;&gt;90+&lt;/span&gt; 코스메틱 아이템&lt;/span&gt;
      &lt;span class=&quot;cosm-chip&quot;&gt;&lt;span class=&quot;cosm-num&quot;&gt;20+&lt;/span&gt; 썰매 종류&lt;/span&gt;
      &lt;span class=&quot;cosm-chip&quot;&gt;&lt;span class=&quot;cosm-num&quot;&gt;12+&lt;/span&gt; 플레이어블 캐릭터&lt;/span&gt;
      &lt;span class=&quot;cosm-chip&quot;&gt;&lt;span class=&quot;cosm-num&quot;&gt;70+&lt;/span&gt; 썰매 장식 트린켓&lt;/span&gt;
      &lt;span class=&quot;cosm-chip&quot;&gt;&lt;span class=&quot;cosm-num&quot;&gt;20&lt;/span&gt; 낚시 가능한 물고기&lt;/span&gt;
      &lt;span class=&quot;cosm-chip&quot;&gt;&lt;span class=&quot;cosm-num&quot;&gt;150+&lt;/span&gt; 총 커스터마이징 옵션&lt;/span&gt;
    &lt;/div&gt;
  &lt;/section&gt;

  &lt;!-- ── PLATFORM ── --&gt;
  &lt;section class=&quot;section&quot;&gt;
    &lt;h2 class=&quot;section-title&quot; data-icon=&quot; ️&quot;&gt;플랫폼 &amp; 출시 정보&lt;/h2&gt;
    &lt;div class=&quot;platform-row&quot;&gt;
      &lt;div class=&quot;platform-badge&quot;&gt;&lt;span class=&quot;plat-icon&quot;&gt; ️&lt;/span&gt; PC (Steam)&lt;/div&gt;
      &lt;div class=&quot;platform-badge&quot;&gt;&lt;span class=&quot;plat-icon&quot;&gt; &lt;/span&gt; Xbox Series X|S&lt;/div&gt;
      &lt;div class=&quot;platform-badge&quot;&gt;&lt;span class=&quot;plat-icon&quot;&gt;✅&lt;/span&gt; Xbox Game Pass 포함&lt;/div&gt;
      &lt;div class=&quot;platform-badge&quot;&gt;&lt;span class=&quot;plat-icon&quot;&gt; &lt;/span&gt; Microsoft Store&lt;/div&gt;
    &lt;/div&gt;
    &lt;p style=&quot;font-size:.88em;color:var(--text-light);margin-top:10px;&quot;&gt;
      ※ Mac/Linux 지원은 현재 미확정입니다. 개발자 커뮤니티를 통해 업데이트를 확인하세요.
    &lt;/p&gt;
  &lt;/section&gt;

  &lt;!-- ── PRESS QUOTES ── --&gt;
  &lt;section class=&quot;section&quot;&gt;
    &lt;h2 class=&quot;section-title&quot; data-icon=&quot; &quot;&gt;미디어 반응&lt;/h2&gt;
    &lt;div class=&quot;quote-grid&quot;&gt;
      &lt;div class=&quot;quote-card&quot;&gt;
        &lt;p class=&quot;quote-text&quot;&gt;세상에 존재하는 게임 중 가장 사랑스러운 게임처럼 보인다.&lt;/p&gt;
        &lt;div class=&quot;quote-source&quot;&gt;— VICE&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;quote-card&quot;&gt;
        &lt;p class=&quot;quote-text&quot;&gt;래그돌은 언제나 환영받는다.&lt;/p&gt;
        &lt;div class=&quot;quote-source&quot;&gt;— Rock Paper Shotgun&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/section&gt;

  &lt;!-- ── CTA BANNER ── --&gt;
  &lt;div class=&quot;cta-banner&quot;&gt;
    &lt;div class=&quot;cta-title&quot;&gt;❄️ Sledding Game — 지금 바로 무료 데모를 체험해보세요!&lt;/div&gt;
    &lt;p class=&quot;cta-sub&quot;&gt;
      4월 30일 얼리 액세스 출시 전, 무료 데모로 먼저 즐겨보세요.&lt;br&gt;
      Xbox Game Pass 구독자는 출시 즉시 추가 구매 없이 플레이 가능합니다.
    &lt;/p&gt;
    &lt;div style=&quot;display:flex;gap:12px;justify-content:center;flex-wrap:wrap;&quot;&gt;
      &lt;a class=&quot;btn-steam&quot;
         href=&quot;https://store.steampowered.com/app/3438850/Sledding_Game/&quot;
         target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;
          스팀 페이지 바로가기
      &lt;/a&gt;
      &lt;a class=&quot;btn-demo&quot;
         href=&quot;https://store.steampowered.com/app/4029310/Sledding_Game_Demo/&quot;
         target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;
          무료 데모 다운로드
      &lt;/a&gt;
    &lt;/div&gt;
  &lt;/div&gt;

 
&lt;/main&gt;

&lt;script&gt;
  // ── Thumbnail click → update main image
  document.querySelectorAll('.game-thumb-row img').forEach(thumb =&gt; {
    thumb.addEventListener('click', () =&gt; {
      const main = document.querySelector('.game-main-img');
      main.style.opacity = '0';
      main.style.transition = 'opacity .2s';
      setTimeout(() =&gt; { main.src = thumb.src; main.style.opacity = '1'; }, 200);
    });
  });

  // ── Video thumb logic
  const videoWrap  = document.getElementById('videoThumb');
  const video      = document.getElementById('steamVideo');
  const overlay    = document.getElementById('vOverlay');
  const mainImg    = document.querySelector('.game-main-img');
  let   isPlaying  = false;

  // Check if video can actually load
  video.addEventListener('error', () =&gt; {
    // Fallback: open Steam page on click
    videoWrap.addEventListener('click', () =&gt; {
      window.open('https://store.steampowered.com/app/3438850/Sledding_Game/', '_blank');
    });
  }, true);

  videoWrap.addEventListener('click', () =&gt; {
    if (video.readyState === 0 &amp;&amp; video.error) {
      window.open('https://store.steampowered.com/app/3438850/Sledding_Game/', '_blank');
      return;
    }
    if (!isPlaying) {
      // Show video in main area
      const videoClone = document.createElement('video');
      videoClone.src = video.querySelector('source[type=&quot;video/mp4&quot;]')?.src ||
                       video.querySelector('source')?.src || '';
      videoClone.autoplay = true;
      videoClone.controls = true;
      videoClone.loop = true;
      videoClone.style.cssText = 'width:100%;max-height:380px;display:block;object-fit:cover;background:#000;';
      videoClone.poster = video.poster;

      const wrap = mainImg.parentElement;
      const existing = wrap.querySelector('video.main-video');
      if (existing) existing.remove();
      videoClone.classList.add('main-video');

      mainImg.style.opacity = '0';
      wrap.insertBefore(videoClone, mainImg);

      videoClone.addEventListener('error', () =&gt; {
        videoClone.remove();
        mainImg.style.opacity = '1';
        window.open('https://store.steampowered.com/app/3438850/Sledding_Game/', '_blank');
      });

      overlay.classList.add('playing');
      overlay.querySelector('.vplay-btn').textContent = '■';
      isPlaying = true;
    } else {
      // Stop: remove video, restore image
      const existing = mainImg.parentElement.querySelector('video.main-video');
      if (existing) existing.remove();
      mainImg.style.opacity = '1';
      overlay.classList.remove('playing');
      overlay.querySelector('.vplay-btn').textContent = '▶';
      isPlaying = false;
    }
  });
&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <category>스팀게임</category>
      <category>2026신작게임</category>
      <category>귀여운게임</category>
      <category>근접음성채팅</category>
      <category>동물캐릭터게임</category>
      <category>소셜게임</category>
      <category>스팀게임</category>
      <category>스팀다운로드</category>
      <category>슬레딩게임</category>
      <category>얼리액세스</category>
      <author>레몬맛김</author>
      <guid isPermaLink="true">https://insight17458.tistory.com/32</guid>
      <comments>https://insight17458.tistory.com/32#entry32comment</comments>
      <pubDate>Tue, 14 Apr 2026 19:15:09 +0900</pubDate>
    </item>
    <item>
      <title>[평창맛집]봉평시장 숨은 맛집월이메밀닭강정!</title>
      <link>https://insight17458.tistory.com/31</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;meta name=&quot;description&quot; content=&quot;평창 봉평시장 맛집 월이메밀닭강정 — 황태강정이 별미! 영업시간, 주차, 메뉴, 솔직 후기 정리&quot;&gt;
&lt;title&gt;봉평시장 맛집 월이메밀닭강정 — 황태강정이 진짜 별미 | 평창 여행&lt;/title&gt;
&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;&gt;
&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.gstatic.com&quot; crossorigin&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&amp;family=Noto+Sans+KR:wght@300;400;500;700&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;
&lt;style&gt;
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
 
  :root {
    --cream: #FAF7F2;
    --warm-white: #FFFEFB;
    --brown-dark: #2C1A0E;
    --brown-mid: #5C3D20;
    --brown-light: #A0714A;
    --amber: #D4820A;
    --amber-light: #F5C842;
    --green: #2D6A4F;
    --green-light: #D8F3DC;
    --red: #C0392B;
    --border: #E8DDD0;
    --text-body: #3A2A1A;
    --text-muted: #8C7060;
    --font-serif: 'Nanum Myeongjo', Georgia, serif;
    --font-sans: 'Noto Sans KR', sans-serif;
  }
 
  html { scroll-behavior: smooth; }
 
  body {
    background: var(--cream);
    color: var(--text-body);
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.8;
  }
 
  /* ── HERO ── */
  .hero {
    background: var(--brown-dark);
    padding: 72px 24px 56px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute; inset: 0;
    background:
      radial-gradient(ellipse 60% 50% at 50% 100%, rgba(212,130,10,0.18) 0%, transparent 70%),
      repeating-linear-gradient(135deg, transparent 0px, transparent 28px, rgba(255,255,255,0.025) 28px, rgba(255,255,255,0.025) 29px);
  }
  .hero-inner { position: relative; z-index: 1; max-width: 680px; margin: 0 auto; }
 
  .hero-badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: var(--amber); color: #fff;
    font-family: var(--font-sans); font-size: 11px; font-weight: 700;
    letter-spacing: 0.1em; text-transform: uppercase;
    padding: 5px 14px; border-radius: 20px; margin-bottom: 20px;
  }
  .hero-badge::before { content: '★'; font-size: 10px; }
 
  .hero h1 {
    font-family: var(--font-serif);
    font-size: clamp(26px, 5vw, 40px);
    font-weight: 800;
    color: #FFF8EE;
    line-height: 1.35;
    margin-bottom: 16px;
    word-break: keep-all;
  }
  .hero h1 em {
    color: var(--amber-light);
    font-style: normal;
  }
 
  .hero-sub {
    font-size: 14px; color: rgba(255,248,238,0.65);
    font-weight: 300; line-height: 1.7;
    word-break: keep-all;
  }
 
  .hero-divider {
    width: 48px; height: 2px;
    background: var(--amber);
    margin: 24px auto 0;
    border-radius: 2px;
  }
 
  /* ── WRAPPER ── */
  .wrap { max-width: 700px; margin: 0 auto; padding: 0 20px 80px; }
 
  /* ── INFO CARD ── */
  .info-card {
    background: var(--warm-white);
    border: 1px solid var(--border);
    border-radius: 16px;
    margin: 36px 0 32px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(44,26,14,0.07);
  }
  .info-card-header {
    background: var(--brown-mid);
    padding: 14px 20px;
    display: flex; align-items: center; gap: 8px;
  }
  .info-card-header span {
    font-family: var(--font-sans); font-size: 13px; font-weight: 700;
    color: #FFF8EE; letter-spacing: 0.04em;
  }
  .info-card-header::before { content: ' '; font-size: 14px; }
 
  .info-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .info-item {
    padding: 16px 20px;
    border-bottom: 1px solid var(--border);
    border-right: 1px solid var(--border);
  }
  .info-item:nth-child(even) { border-right: none; }
  .info-item:nth-last-child(-n+2) { border-bottom: none; }
  .info-label {
    font-size: 11px; font-weight: 700; letter-spacing: 0.06em;
    color: var(--brown-light); text-transform: uppercase; margin-bottom: 4px;
  }
  .info-value {
    font-size: 14px; color: var(--text-body); line-height: 1.55;
    word-break: keep-all;
  }
  .badge-green {
    display: inline-block; font-size: 11px;
    background: var(--green-light); color: var(--green);
    padding: 2px 8px; border-radius: 10px; margin-top: 3px;
    font-weight: 500;
  }
  .badge-amber {
    display: inline-block; font-size: 11px;
    background: #FEF3C7; color: #92400E;
    padding: 2px 8px; border-radius: 10px; margin-top: 3px;
    font-weight: 500;
  }
 
  /* ── MAP BUTTON ── */
  .map-btn-wrap { padding: 0 20px 20px; }
  .map-btn {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    width: 100%;
    background: #03C75A;
    color: #fff;
    font-family: var(--font-sans); font-size: 14px; font-weight: 700;
    padding: 13px 20px;
    border-radius: 10px;
    text-decoration: none;
    transition: filter 0.15s, transform 0.15s;
    letter-spacing: 0.02em;
  }
  .map-btn:hover { filter: brightness(1.08); transform: translateY(-1px); }
  .map-btn svg { width: 18px; height: 18px; flex-shrink: 0; }
 
  /* ── SECTION ── */
  .section { margin: 44px 0; }
  .section-label {
    font-size: 11px; font-weight: 700; letter-spacing: 0.12em;
    color: var(--amber); text-transform: uppercase;
    margin-bottom: 8px;
  }
  .section-title {
    font-family: var(--font-serif);
    font-size: 22px; font-weight: 800;
    color: var(--brown-dark);
    line-height: 1.4; margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--brown-dark);
    word-break: keep-all;
  }
 
  .body-text {
    font-size: 15.5px; line-height: 1.9; color: var(--text-body);
    margin-bottom: 16px; word-break: keep-all;
  }
  .body-text strong { color: var(--brown-mid); font-weight: 700; }
 
  /* ── QUOTE BOX ── */
  .quote-box {
    border-left: 4px solid var(--amber);
    background: #FFF8EE;
    padding: 14px 18px;
    border-radius: 0 10px 10px 0;
    margin: 20px 0;
    font-size: 14.5px; line-height: 1.75;
    color: var(--brown-mid);
    word-break: keep-all;
  }
  .quote-box strong { color: var(--amber); }
 
  /* ── MENU CARDS ── */
  .menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 20px 0; }
  @media (max-width: 480px) { .menu-grid { grid-template-columns: 1fr; } }
 
  .menu-card {
    background: var(--warm-white);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 18px;
    transition: box-shadow 0.2s;
  }
  .menu-card:hover { box-shadow: 0 6px 20px rgba(44,26,14,0.1); }
  .menu-card.featured {
    border: 2px solid var(--amber);
    background: #FFFBF2;
  }
  .menu-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 8px; }
  .menu-name { font-family: var(--font-serif); font-size: 18px; font-weight: 700; color: var(--brown-dark); }
  .menu-rec { font-size: 11px; background: var(--amber); color: #fff; padding: 3px 9px; border-radius: 10px; font-weight: 700; white-space: nowrap; }
  .menu-desc { font-size: 13px; color: var(--text-muted); line-height: 1.65; word-break: keep-all; }
 
  /* ── TASTE REVIEW ── */
  .taste-section {
    background: var(--brown-dark);
    border-radius: 16px;
    padding: 28px 24px;
    margin: 32px 0;
    color: #FFF8EE;
  }
  .taste-title {
    font-family: var(--font-serif); font-size: 19px; font-weight: 800;
    color: var(--amber-light); margin-bottom: 16px;
  }
  .taste-text { font-size: 14.5px; line-height: 1.9; color: rgba(255,248,238,0.88); word-break: keep-all; }
  .taste-text + .taste-text { margin-top: 12px; }
  .taste-highlight { color: var(--amber-light); font-weight: 700; }
 
  /* ── FLAVOR PILLS ── */
  .flavor-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
  .flavor-pill {
    font-size: 13px; padding: 5px 14px; border-radius: 20px;
    border: 1px solid rgba(255,248,238,0.25);
    color: rgba(255,248,238,0.85);
    background: rgba(255,248,238,0.07);
  }
  .flavor-pill.active { background: var(--amber); border-color: var(--amber); color: #fff; font-weight: 700; }
 
  /* ── TIPS ── */
  .tip-list { list-style: none; margin: 14px 0; }
  .tip-list li {
    display: flex; gap: 12px; align-items: flex-start;
    font-size: 14.5px; line-height: 1.75;
    padding: 10px 0;
    border-bottom: 1px dashed var(--border);
    word-break: keep-all;
  }
  .tip-list li:last-child { border-bottom: none; }
  .tip-icon { font-size: 16px; flex-shrink: 0; margin-top: 2px; }
  .tip-text strong { color: var(--brown-mid); }
 
  /* ── SUMMARY BOX ── */
  .summary {
    background: var(--warm-white);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 28px 24px;
    margin-top: 44px;
    text-align: center;
    box-shadow: 0 4px 24px rgba(44,26,14,0.07);
  }
  .summary-stars { font-size: 22px; letter-spacing: 4px; color: var(--amber); margin-bottom: 10px; }
  .summary-head {
    font-family: var(--font-serif); font-size: 20px; font-weight: 800;
    color: var(--brown-dark); margin-bottom: 12px;
  }
  .summary-desc { font-size: 14.5px; color: var(--text-muted); line-height: 1.85; word-break: keep-all; }
 
  /* ── TAG FOOTER ── */
  .tag-footer { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--border); }
  .tag-footer-title { font-size: 12px; color: var(--text-muted); margin-bottom: 10px; letter-spacing: 0.04em; }
  .tags { display: flex; flex-wrap: wrap; gap: 7px; }
  .tag-item {
    font-size: 13px; padding: 4px 12px; border-radius: 20px;
    background: #EDE8E2; color: var(--brown-mid);
    text-decoration: none; transition: background 0.15s;
  }
  .tag-item:hover { background: var(--border); }
 
  /* ── FADE IN ── */
  @keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
  .hero-inner { animation: fadeUp 0.7s ease both; }
  .info-card { animation: fadeUp 0.7s 0.1s ease both; }
  .section { animation: fadeUp 0.6s 0.15s ease both; }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
 
&lt;!-- HERO --&gt;&lt;header class=&quot;hero&quot;&gt;
&lt;div class=&quot;hero-inner&quot;&gt;
&lt;div class=&quot;hero-badge&quot;&gt;평창 맛집 리뷰&lt;/div&gt;
&lt;h1&gt;봉평시장 숨은 맛집&lt;br /&gt;&lt;i&gt;월이메밀닭강정&lt;/i&gt;&lt;br /&gt;황태강정이 진짜 별미!&lt;/h1&gt;
&lt;p class=&quot;hero-sub&quot; data-ke-size=&quot;size16&quot;&gt;쓴메밀 반죽 닭강정 + 흔하지 않은 황태강정 &amp;middot; 봉평장 안 인기 포장 맛집&lt;br /&gt;토요일은 밥이 좋아 방영 &amp;middot; 온누리상품권 사용 가능&lt;/p&gt;
&lt;div class=&quot;hero-divider&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;/header&gt;
&lt;div class=&quot;wrap&quot;&gt;&lt;!-- INFO CARD --&gt;
&lt;div class=&quot;info-card&quot;&gt;
&lt;div class=&quot;info-card-header&quot;&gt;&lt;span&gt;월이메밀닭강정 &amp;middot; 기본 정보&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;info-grid&quot;&gt;
&lt;div class=&quot;info-item&quot;&gt;
&lt;div class=&quot;info-label&quot;&gt;위치&lt;/div&gt;
&lt;div class=&quot;info-value&quot;&gt;강원도 평창군&lt;br /&gt;봉평시장 내&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;info-item&quot;&gt;
&lt;div class=&quot;info-label&quot;&gt;영업시간&lt;/div&gt;
&lt;div class=&quot;info-value&quot;&gt;오전 11:00&lt;br /&gt;~ 오후 8:00&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;info-item&quot;&gt;
&lt;div class=&quot;info-label&quot;&gt;정기 휴무&lt;/div&gt;
&lt;div class=&quot;info-value&quot;&gt;매주 수요일
&lt;div&gt;&lt;span class=&quot;badge-green&quot;&gt;장날 예외 영업&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;info-item&quot;&gt;
&lt;div class=&quot;info-label&quot;&gt;주차 / 결제&lt;/div&gt;
&lt;div class=&quot;info-value&quot;&gt;전용 주차장 없음
&lt;div&gt;&lt;span class=&quot;badge-amber&quot;&gt;온누리상품권 가능&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;map-btn-wrap&quot;&gt;&lt;a class=&quot;map-btn&quot; href=&quot;https://map.naver.com/v5/search/%EC%9B%94%EC%9D%B4%EB%A9%94%EB%B0%80%EB%8B%AD%EA%B0%95%EC%A0%95&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt; 네이버 지도에서 위치 보기 &lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;!-- SECTION 1 --&gt;
&lt;div class=&quot;section&quot;&gt;
&lt;div class=&quot;section-label&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;h2 class=&quot;section-title&quot; data-ke-size=&quot;size26&quot;&gt;봉평시장 안쪽, 줄 서는 닭강정 집&lt;/h2&gt;
&lt;p class=&quot;body-text&quot; data-ke-size=&quot;size16&quot;&gt;평창 봉평시장 안에 자리 잡은 &lt;b&gt;월이메밀닭강정&lt;/b&gt;은 시장 내 상권이라 온누리상품권을 사용할 수 있어 더 알뜰하게 즐길 수 있는 곳입니다. 전용 주차장은 따로 없어서 시장 근처 골목에 요령껏 주차해야 하지만, 일단 맛을 보면 그 수고가 전혀 아깝지 않습니다.&lt;/p&gt;
&lt;p class=&quot;body-text&quot; data-ke-size=&quot;size16&quot;&gt;방문 전 &lt;b&gt;전화로 미리 주문&lt;/b&gt;하고 찾아갔는데, 포장을 찾으러 간 짧은 순간에도 손님이 끊이질 않더라고요. 닭인형, 물고기인형 같은 귀여운 장식이 반겨주는 곳이기도 합니다.&lt;/p&gt;
&lt;div class=&quot;quote-box&quot;&gt;  &lt;b&gt;토요일은 밥이 좋아&lt;/b&gt; 프로그램에도 소개된 봉평의 맛집으로, 방영 이후 더 많은 분들이 찾고 있습니다.&lt;/div&gt;
&lt;/div&gt;
&lt;!-- SECTION 2 : MENU --&gt;
&lt;div class=&quot;section&quot;&gt;
&lt;div class=&quot;section-label&quot;&gt;Menu&lt;/div&gt;
&lt;div class=&quot;section-label&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;827&quot; data-origin-height=&quot;486&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/sXHIR/dJMcahKQm7M/b04nlaWyHGQI1SGCTqEKKK/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/sXHIR/dJMcahKQm7M/b04nlaWyHGQI1SGCTqEKKK/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/sXHIR/dJMcahKQm7M/b04nlaWyHGQI1SGCTqEKKK/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FsXHIR%2FdJMcahKQm7M%2Fb04nlaWyHGQI1SGCTqEKKK%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;827&quot; height=&quot;486&quot; data-origin-width=&quot;827&quot; data-origin-height=&quot;486&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;div class=&quot;section-label&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;h2 class=&quot;section-title&quot; data-ke-size=&quot;size26&quot;&gt;메뉴 &amp;mdash; 황태강정이 진짜 별미&lt;/h2&gt;
&lt;p class=&quot;body-text&quot; data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;월이메밀닭강정&lt;/b&gt;의 가장 큰 특징은 쓴메밀로 반죽을 만든다는 점입니다. 덕분에 일반 닭강정과는 다른 고소하고 바삭한 식감을 즐길 수 있어요. 대표 메뉴인 메밀닭강정 외에도, 여기서만 맛볼 수 있는 &lt;b&gt;황태강정&lt;/b&gt;이 진짜 별미입니다.&lt;/p&gt;
&lt;div class=&quot;menu-grid&quot;&gt;
&lt;div class=&quot;menu-card featured&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;882&quot; data-origin-height=&quot;531&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/XWG1n/dJMcabRmU01/DuadsFzcjkwo0gSWYDg9i0/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/XWG1n/dJMcabRmU01/DuadsFzcjkwo0gSWYDg9i0/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/XWG1n/dJMcabRmU01/DuadsFzcjkwo0gSWYDg9i0/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FXWG1n%2FdJMcabRmU01%2FDuadsFzcjkwo0gSWYDg9i0%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;882&quot; height=&quot;531&quot; data-origin-width=&quot;882&quot; data-origin-height=&quot;531&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;

&lt;div class=&quot;menu-top&quot;&gt;
&lt;div class=&quot;menu-name&quot;&gt;황태강정&lt;/div&gt;
&lt;span class=&quot;menu-rec&quot;&gt;강추 ★&lt;/span&gt;&lt;/div&gt;
&lt;p class=&quot;menu-desc&quot; data-ke-size=&quot;size16&quot;&gt;흔치 않은 황태 강정. 보통맛 운영 중(이전 매운맛 현재 판매 중단). 보통맛도 살짝 매콤한 편.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;menu-card&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;600&quot; data-origin-height=&quot;419&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/ef5Ygb/dJMcahD2msK/pjPCNW3tuuLIkUWtphCFSk/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/ef5Ygb/dJMcahD2msK/pjPCNW3tuuLIkUWtphCFSk/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/ef5Ygb/dJMcahD2msK/pjPCNW3tuuLIkUWtphCFSk/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fef5Ygb%2FdJMcahD2msK%2FpjPCNW3tuuLIkUWtphCFSk%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;256&quot; height=&quot;179&quot; data-origin-width=&quot;600&quot; data-origin-height=&quot;419&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;

&lt;div class=&quot;menu-top&quot;&gt;
&lt;div class=&quot;menu-name&quot;&gt;메밀닭강정&lt;/div&gt;
&lt;/div&gt;
&lt;p class=&quot;menu-desc&quot; data-ke-size=&quot;size16&quot;&gt;쓴메밀로 만든 반죽을 사용한 것이 특징. 고소하고 바삭한 식감. 대표 시그니처 메뉴.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p class=&quot;body-text&quot; style=&quot;font-size: 13.5px; color: var(--text-muted);&quot; data-ke-size=&quot;size16&quot;&gt;※ 현재 매운맛은 운영하지 않으며, 보통맛도 살짝 매콤한 편입니다. 매운 음식을 잘 못드시는 분은 참고해 주세요.&lt;/p&gt;
&lt;/div&gt;
&lt;!-- SECTION 3 : TASTE REVIEW --&gt;
&lt;div class=&quot;section&quot;&gt;
&lt;div class=&quot;section-label&quot;&gt;Review&lt;/div&gt;
&lt;h2 class=&quot;section-title&quot; data-ke-size=&quot;size26&quot;&gt;황태강정, 솔직 후기&lt;/h2&gt;
&lt;div class=&quot;taste-section&quot;&gt;
&lt;p class=&quot;taste-text&quot; data-ke-size=&quot;size16&quot;&gt;&lt;span class=&quot;taste-highlight&quot;&gt;월이메밀닭강정&lt;/span&gt;의 황태강정은 정말 맛있었습니다.&lt;/p&gt;
&lt;p class=&quot;taste-text&quot; data-ke-size=&quot;size16&quot;&gt;황태의 &lt;span class=&quot;taste-highlight&quot;&gt;고소한 풍미&lt;/span&gt;에 바삭하게 튀겨진 옷, 그리고 달달하면서도 살짝 매콤한 양념이 고소한 맛과&amp;nbsp; 어우러지는 맛이 &lt;span class=&quot;taste-highlight&quot;&gt;&quot;이게 황태가 맞나?&quot;&lt;/span&gt; 싶을 정도로 맛있었어요. 평소에 황태를 별로 안 좋아하시는 분들도 충분히 맛있게 즐기실 수 있을 것 같습니다.&lt;/p&gt;
&lt;p class=&quot;taste-text&quot; data-ke-size=&quot;size16&quot;&gt;닭강정은 전국 어디서든 쉽게 찾을 수 있지만, 황태강정은 흔하지 않잖아요. 그래서 더 특별하게 느껴진것 같았습니다.&lt;/p&gt;
&lt;div class=&quot;flavor-row&quot;&gt;&lt;span class=&quot;flavor-pill active&quot;&gt;황태 고소함&lt;/span&gt; &lt;span class=&quot;flavor-pill active&quot;&gt;바삭한 튀김옷&lt;/span&gt; &lt;span class=&quot;flavor-pill active&quot;&gt;달콤 매콤 양념&lt;/span&gt; &lt;span class=&quot;flavor-pill&quot;&gt;윤기 자르르&lt;/span&gt; &lt;span class=&quot;flavor-pill&quot;&gt;질기지 않음&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;color: #d4820a; font-size: 11px; font-weight: bold; letter-spacing: 0.12em; text-transform: uppercase;&quot;&gt;Tip&lt;/span&gt;&lt;span style=&quot;color: #000000; font-family: 'Nanum Myeongjo', Georgia, serif; font-size: 1.62em; letter-spacing: -1px;&quot;&gt;방문 전 꼭 알아두세요&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;section&quot;&gt;
&lt;p class=&quot;body-text&quot; data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;월이메밀닭강정&lt;/b&gt;은 포장 손님이 많아 현장에서 바로 받기 어려울 수 있습니다. 아래 팁을 참고해 여유롭게 방문하세요!&lt;/p&gt;
&lt;ul class=&quot;tip-list&quot; style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;&lt;span class=&quot;tip-icon&quot;&gt; &lt;/span&gt; &lt;span class=&quot;tip-text&quot;&gt;&lt;b&gt;전화는 잘 연결 안됨&lt;/b&gt; &amp;mdash; 매장 전화는 연결이 잘 되지 않아요 방문 후 주문 하시는게 좋습니다.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;tip-icon&quot;&gt; &lt;/span&gt; &lt;span class=&quot;tip-text&quot;&gt;&lt;b&gt;수요일 휴무, 단 장날 예외&lt;/b&gt; &amp;mdash; 매주 수요일은 쉬지만 봉평 오일장이 서는 날에는 정상 영업합니다.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;tip-icon&quot;&gt; ️&lt;/span&gt; &lt;span class=&quot;tip-text&quot;&gt;&lt;b&gt;전용 주차장 없음&lt;/b&gt; &amp;mdash; 시장 주변 골목이나 인근 공간을 활용해 주차하시면 됩니다.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;tip-icon&quot;&gt; &lt;/span&gt; &lt;span class=&quot;tip-text&quot;&gt;&lt;b&gt;온누리상품권 사용 가능&lt;/b&gt; &amp;mdash; 시장 내 점포라서 온누리상품권으로 결제할 수 있어 알뜰하게 이용하기 좋습니다.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;tip-icon&quot;&gt; ️&lt;/span&gt; &lt;span class=&quot;tip-text&quot;&gt;&lt;b&gt;매운맛 현재 미운영&lt;/b&gt; &amp;mdash; 기존에 매운맛이 있었으나 현재는 판매하지 않습니다. 보통맛도 살짝 매콤합니다.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;!-- SUMMARY --&gt;
&lt;div class=&quot;summary&quot;&gt;
&lt;div class=&quot;summary-stars&quot;&gt;★★★★★&lt;/div&gt;
&lt;div class=&quot;summary-head&quot;&gt;월이메밀닭강정 &amp;mdash; 평창 봉평 여행 코스에 꼭 넣어보세요!&lt;/div&gt;
&lt;p class=&quot;summary-desc&quot; data-ke-size=&quot;size16&quot;&gt;닭강정도 맛있지만 &lt;b&gt;황태강정&lt;/b&gt;이라는 특별한 메뉴 덕분에 다른 닭강정 집과 차별화된 경험을 할 수 있습니다. 전화 예약은 필수, 온누리상품권도 사용 가능하니 평창 여행 중 &lt;b&gt;월이메밀닭강정&lt;/b&gt;에 꼭 한 번 들러보시길 추천합니다&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
      <category>맛집리스트</category>
      <category>강원도 맛집</category>
      <category>닭강정</category>
      <category>봉평시장</category>
      <category>온누리상품권</category>
      <category>월이메밀닭장정</category>
      <category>토요일은밥이좋아</category>
      <category>평창맛집</category>
      <category>평창여행</category>
      <category>황태강정</category>
      <author>레몬맛김</author>
      <guid isPermaLink="true">https://insight17458.tistory.com/31</guid>
      <comments>https://insight17458.tistory.com/31#entry31comment</comments>
      <pubDate>Tue, 14 Apr 2026 18:59:38 +0900</pubDate>
    </item>
    <item>
      <title>부천 칼국수 맛집 추천[백제칼국수]</title>
      <link>https://insight17458.tistory.com/30</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div&gt;
&lt;style&gt;
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --cream: #FAF7F2;
    --warm-white: #FFFDF9;
    --ink: #1C1A17;
    --ink-muted: #6B6560;
    --ink-faint: #AEA89F;
    --amber: #C8862A;
    --amber-light: #F5E6CC;
    --amber-pale: #FBF3E4;
    --red-accent: #B84040;
    --border: #E8E2D8;
    --radius: 12px;
    --radius-sm: 8px;
  }

  body {
    background: var(--cream);
    font-family: 'Pretendard', 'Apple SD Gothic Neo', sans-serif;
    color: var(--ink);
    line-height: 1.8;
    font-size: 16px;
  }

  .container {
    max-width: 720px;
    margin: 0 auto;
    padding: 3rem 1.5rem 4rem;
  }

  /* ── 배지 &amp; 제목 ── */
  .category-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--amber-light);
    color: var(--amber);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
  }

  .blog-title {
    font-family: 'Noto Serif KR', serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.45;
    color: var(--ink);
    margin-bottom: 0.6rem;
    word-break: keep-all;
  }

  .blog-subtitle {
    font-size: 15px;
    color: var(--ink-muted);
    margin-bottom: 1.5rem;
  }

  /* ── 저자 ── */
  .author-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0.75rem 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    margin-bottom: 2rem;
  }

  .author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--amber-light);
    color: var(--amber);
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .author-name { font-size: 14px; font-weight: 600; }
  .author-tag  { font-size: 12px; color: var(--ink-muted); }

  /* ── 인트로 박스 ── */
  .intro-box {
    background: var(--warm-white);
    border: 1px solid var(--border);
    border-left: 4px solid var(--amber);
    border-radius: 0 var(--radius) var(--radius) 0;
    padding: 1.25rem 1.5rem;
    margin-bottom: 2.5rem;
    font-size: 15.5px;
    line-height: 1.9;
    color: var(--ink);
  }

  .intro-box p + p { margin-top: 0.7rem; }

  /* ── 구분선 ── */
  .divider {
    border: none;
    border-top: 1px solid var(--border);
    margin: 2.5rem 0;
  }

  /* ── 섹션 타이틀 ── */
  .section-title {
    font-family: 'Noto Serif KR', serif;
    font-size: 19px;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--amber-light);
    display: inline-block;
  }

  /* ── 정보 카드 ── */
  .info-card {
    background: var(--warm-white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.25rem 1.5rem;
    margin: 1.25rem 0;
  }

  .info-row {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 8px 0;
    border-bottom: 1px solid var(--border);
    font-size: 14px;
  }

  .info-row:last-child { border-bottom: none; }
  .info-icon { font-size: 15px; flex-shrink: 0; width: 20px; }
  .info-label { color: var(--ink-muted); min-width: 44px; font-size: 13px; }
  .info-value { color: var(--ink); }
  .info-closed { color: var(--red-accent); font-size: 13px; }
  .info-na { color: var(--red-accent); }

  /* ── 주차 서브박스 ── */
  .parking-sub {
    margin-top: 10px;
    background: var(--cream);
    border-radius: var(--radius-sm);
    padding: 10px 14px;
    font-size: 13px;
  }

  .parking-sub-title {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.07em;
    color: var(--ink-muted);
    text-transform: uppercase;
    margin-bottom: 8px;
  }

  .map-btn-wrap {
    margin-top: 14px;
  }

  .map-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #03C75A;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    padding: 9px 18px;
    border-radius: 8px;
    transition: opacity 0.15s;
  }

  .map-btn:hover { opacity: 0.88; }

  .map-btn svg { flex-shrink: 0; }

  .parking-item {
    display: flex;
    gap: 8px;
    margin-bottom: 5px;
    color: var(--ink);
  }

  .parking-item:last-child { margin-bottom: 0; }
  .parking-item span { color: var(--ink-muted); }

  /* ── 팁 박스 ── */
  .tip-box {
    background: var(--amber-pale);
    border: 1px solid var(--amber-light);
    border-radius: var(--radius);
    padding: 1rem 1.25rem;
    font-size: 14px;
    line-height: 1.8;
    color: var(--ink);
    margin: 1.5rem 0;
  }

  .tip-box strong { color: var(--amber); }

  /* ── 사진 플레이스홀더 ── */
  .photo-wrap {
    margin: 1.75rem 0;
  }

  .photo-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ink-muted);
    margin-bottom: 8px;
  }

  .photo-placeholder {
    width: 100%;
    aspect-ratio: 4/3;
    background: var(--warm-white);
    border: 1.5px dashed var(--border);
    border-radius: var(--radius);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--ink-faint);
    font-size: 13px;
  }

  .photo-placeholder .ph-icon {
    font-size: 32px;
    opacity: 0.5;
  }

  .photo-placeholder .ph-label {
    font-size: 13px;
    color: var(--ink-muted);
    font-weight: 500;
  }

  .photo-placeholder .ph-sub {
    font-size: 11px;
    color: var(--ink-faint);
  }

  .photo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 1.75rem 0;
  }

  .photo-grid .photo-placeholder {
    aspect-ratio: 1/1;
  }

  .photo-caption {
    font-size: 12px;
    color: var(--ink-muted);
    text-align: center;
    margin-top: 6px;
  }

  /* ── 메뉴 카드 ── */
  .menu-section { margin: 1.5rem 0; }

  .menu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 1rem;
  }

  .menu-card {
    background: var(--warm-white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
  }

  .menu-photo {
    width: 100%;
    aspect-ratio: 4/3;
    background: var(--cream);
    border-bottom: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: var(--ink-faint);
  }

  .menu-photo .ph-icon { font-size: 26px; opacity: 0.45; }
  .menu-photo .ph-label { font-size: 12px; color: var(--ink-muted); }

  .menu-info { padding: 0.85rem 1rem; }
  .menu-name { font-weight: 600; font-size: 15px; margin-bottom: 3px; }
  .menu-price { font-size: 19px; font-weight: 600; color: var(--amber); }
  .menu-desc { font-size: 12.5px; color: var(--ink-muted); margin-top: 5px; line-height: 1.6; }

  /* ── 본문 텍스트 ── */
  .body-text { font-size: 15.5px; line-height: 1.9; color: var(--ink); margin: 0.8rem 0; }
  .kw { font-weight: 600; }

  /* ── 마무리 ── */
  .conclusion {
    text-align: center;
    padding: 2rem 1.5rem;
    background: var(--warm-white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    margin-top: 2.5rem;
  }

  .conclusion .c-emoji { font-size: 28px; margin-bottom: 0.75rem; display: block; }
  .conclusion .c-title { font-family: 'Noto Serif KR', serif; font-size: 18px; font-weight: 600; margin-bottom: 0.5rem; }
  .conclusion .c-desc { font-size: 14px; color: var(--ink-muted); }

  /* ── 반응형 ── */
  @media (max-width: 480px) {
    .blog-title { font-size: 22px; }
    .menu-grid, .photo-grid { grid-template-columns: 1fr; }
    .container { padding: 2rem 1.25rem 3rem; }
  }
&lt;/style&gt;
&lt;/div&gt;
&lt;div class=&quot;container&quot;&gt;&lt;!-- 배지 &amp; 제목 --&gt; &lt;span class=&quot;category-badge&quot;&gt;부천 맛집&lt;/span&gt;
&lt;h1 class=&quot;blog-title&quot;&gt;부천 칼국수 맛집 추천[백제칼국수]&lt;br /&gt;&lt;br /&gt;&lt;/h1&gt;
&lt;p class=&quot;blog-subtitle&quot; data-ke-size=&quot;size16&quot;&gt;한우육수 사골 칼국수 &amp;middot; 영업시간 연장&amp;nbsp;&lt;/p&gt;
&lt;!-- 저자 --&gt;
&lt;div class=&quot;intro-box&quot;&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;오늘은 제가 벼르고 벼르다 드디어 다녀온 &lt;b&gt;부천 칼국수 맛집&lt;/b&gt;을 소개해 드리려 해요. 워낙 줄이 길어서 엄두를 못 냈는데, 영업시간이 연장됐다는 소식에 바로 가봤습니다.  &lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;오늘의 주인공은 바로 &lt;b&gt;백제칼국수 본점&lt;/b&gt;!&lt;/p&gt;
&lt;/div&gt;
&lt;hr class=&quot;divider&quot; data-ke-style=&quot;style1&quot; /&gt;&lt;!-- 위치 &amp; 정보 --&gt;
&lt;h2 class=&quot;section-title&quot; data-ke-size=&quot;size26&quot;&gt;백제칼국수 위치 &amp;amp; 기본 정보&lt;/h2&gt;
&lt;div class=&quot;info-card&quot;&gt;
&lt;div class=&quot;info-row&quot;&gt;&lt;span class=&quot;info-icon&quot;&gt; &lt;/span&gt; &lt;span class=&quot;info-label&quot;&gt;주소&lt;/span&gt; &lt;span class=&quot;info-value&quot;&gt; 경기 부천시 원미구 석천로183번길 11, 2층&lt;br /&gt;&lt;span style=&quot;font-size: 13px; color: var(--ink-muted);&quot;&gt;부천시청역 2번 출구 도보 5분&lt;/span&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;map-btn-wrap&quot;&gt;&lt;a class=&quot;map-btn&quot; href=&quot;https://map.naver.com/v5/search/%EB%B0%B1%EC%A0%9C%EC%B9%BC%EA%B5%AD%EC%88%98%20%EB%B3%B8%EC%A0%90%20%EB%B6%80%EC%B2%9C&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt; 네이버 지도에서 길찾기 &lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;info-row&quot;&gt;&lt;span class=&quot;info-icon&quot;&gt;⏰&lt;/span&gt; &lt;span class=&quot;info-label&quot;&gt;영업&lt;/span&gt; &lt;span class=&quot;info-value&quot;&gt; 화~금 11:00 &amp;ndash; 19:30&lt;br /&gt;토~일 11:00 &amp;ndash; 14:30&lt;br /&gt;&lt;span class=&quot;info-closed&quot;&gt;매주 월요일 정기휴무&lt;/span&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;info-row&quot;&gt;&lt;span class=&quot;info-icon&quot;&gt; &lt;/span&gt; &lt;span class=&quot;info-label&quot;&gt;주차&lt;/span&gt; &lt;span class=&quot;info-value&quot;&gt;&lt;span class=&quot;info-value&quot;&gt; &lt;span class=&quot;info-na&quot;&gt;불가&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;div class=&quot;parking-sub&quot;&gt;
&lt;p class=&quot;parking-sub-title&quot; data-ke-size=&quot;size16&quot;&gt;인근 주차장 안내&lt;/p&gt;
&lt;div class=&quot;parking-item&quot;&gt;중동프라자 민영주차장 &lt;span&gt;&amp;mdash; 30분 1,000원 &amp;middot; 석천로 171&lt;/span&gt;&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;이마트 주차장 이용 ㅡ 이마트 이용시 무료&lt;/p&gt;
&lt;div class=&quot;parking-item&quot;&gt;부천중앙공원 공영주차장 &lt;span&gt;&amp;mdash; 소향로 164&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;tip-box&quot;&gt;주말은 14:30까지만 운영해서 오픈런 없이는 자리 잡기가 어려워요. &lt;b&gt;부천 칼국수 맛집 추천&lt;/b&gt;을 찾아 처음 방문하신다면 &lt;b&gt;평일 저녁 방문&lt;/b&gt;을 강력 추천합니다!&lt;/div&gt;
&lt;!-- 외관 사진 --&gt;
&lt;div class=&quot;photo-wrap&quot;&gt;
&lt;p class=&quot;photo-label&quot; data-ke-size=&quot;size16&quot;&gt;매장 외관&lt;/p&gt;
&lt;div class=&quot;photo-placeholder&quot;&gt;&lt;span class=&quot;ph-icon&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;figure class=&quot;imageblock widthContent&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;677&quot; data-origin-height=&quot;299&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/dfYSgb/dJMcahcXxWx/1WqO1oxKMIPztGDkj8Xsg1/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/dfYSgb/dJMcahcXxWx/1WqO1oxKMIPztGDkj8Xsg1/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/dfYSgb/dJMcahcXxWx/1WqO1oxKMIPztGDkj8Xsg1/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FdfYSgb%2FdJMcahcXxWx%2F1WqO1oxKMIPztGDkj8Xsg1%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;677&quot; height=&quot;299&quot; data-origin-width=&quot;677&quot; data-origin-height=&quot;299&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;

&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;
&lt;p class=&quot;photo-caption&quot; data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;
&lt;hr class=&quot;divider&quot; data-ke-style=&quot;style1&quot; /&gt;&lt;!-- 메뉴판 사진 --&gt;
&lt;h2 class=&quot;section-title&quot; data-ke-size=&quot;size26&quot;&gt;백제칼국수 메뉴&lt;/h2&gt;
&lt;p class=&quot;body-text&quot; data-ke-size=&quot;size16&quot;&gt;기본 반찬으로 나오는 겉절이는 &lt;b&gt;매일 직접 담근다&lt;/b&gt;고 해요. 신선하고 깔끔한 맛이 칼국수와 정말 잘 어울렸습니다.&lt;/p&gt;
&lt;div class=&quot;photo-wrap&quot;&gt;
&lt;p class=&quot;photo-label&quot; data-ke-size=&quot;size16&quot;&gt;메뉴판&lt;/p&gt;
&lt;div class=&quot;photo-placeholder&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;770&quot; data-origin-height=&quot;614&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/emvCwt/dJMcagLUNwx/BVSdF4epcv7MkZxxKAU5x1/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/emvCwt/dJMcagLUNwx/BVSdF4epcv7MkZxxKAU5x1/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/emvCwt/dJMcagLUNwx/BVSdF4epcv7MkZxxKAU5x1/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FemvCwt%2FdJMcagLUNwx%2FBVSdF4epcv7MkZxxKAU5x1%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;770&quot; height=&quot;614&quot; data-origin-width=&quot;770&quot; data-origin-height=&quot;614&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;p class=&quot;photo-caption&quot; data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;
&lt;!-- 기본 찬 사진 --&gt;
&lt;div class=&quot;photo-grid&quot;&gt;
&lt;div&gt;
&lt;div class=&quot;photo-placeholder&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;681&quot; data-origin-height=&quot;459&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/NTSXy/dJMcabjxYr4/HCbc0ak9zKbGuOmmR2qKv0/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/NTSXy/dJMcabjxYr4/HCbc0ak9zKbGuOmmR2qKv0/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/NTSXy/dJMcabjxYr4/HCbc0ak9zKbGuOmmR2qKv0/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FNTSXy%2FdJMcabjxYr4%2FHCbc0ak9zKbGuOmmR2qKv0%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;681&quot; height=&quot;459&quot; data-origin-width=&quot;681&quot; data-origin-height=&quot;459&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;p class=&quot;photo-caption&quot; data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;photo-placeholder&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;478&quot; data-origin-height=&quot;428&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/cCiLl8/dJMcaciqMpf/YDPXKZn66cmNfBuXiq3GDK/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/cCiLl8/dJMcaciqMpf/YDPXKZn66cmNfBuXiq3GDK/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/cCiLl8/dJMcaciqMpf/YDPXKZn66cmNfBuXiq3GDK/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FcCiLl8%2FdJMcaciqMpf%2FYDPXKZn66cmNfBuXiq3GDK%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;478&quot; height=&quot;428&quot; data-origin-width=&quot;478&quot; data-origin-height=&quot;428&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;p class=&quot;photo-caption&quot; data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;div class=&quot;menu-section&quot;&gt;
&lt;div class=&quot;menu-grid&quot;&gt;
&lt;div class=&quot;menu-card&quot;&gt;
&lt;div class=&quot;menu-photo&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;679&quot; data-origin-height=&quot;684&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/bRVPJ5/dJMcaju3LXL/WMAK8sJJ907JyhBEWi30W1/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/bRVPJ5/dJMcaju3LXL/WMAK8sJJ907JyhBEWi30W1/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/bRVPJ5/dJMcaju3LXL/WMAK8sJJ907JyhBEWi30W1/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbRVPJ5%2FdJMcaju3LXL%2FWMAK8sJJ907JyhBEWi30W1%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;679&quot; height=&quot;684&quot; data-origin-width=&quot;679&quot; data-origin-height=&quot;684&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;div class=&quot;menu-info&quot;&gt;
&lt;p class=&quot;menu-name&quot; data-ke-size=&quot;size16&quot;&gt;백제칼국수&lt;/p&gt;
&lt;p class=&quot;menu-price&quot; data-ke-size=&quot;size16&quot;&gt;10,000원&lt;/p&gt;
&lt;p class=&quot;menu-desc&quot; data-ke-size=&quot;size16&quot;&gt;한우육수 베이스. 사골 맛이 진하게 우러나고 수육 2점이 기본 제공돼요.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;menu-card&quot;&gt;
&lt;div class=&quot;menu-photo&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;592&quot; data-origin-height=&quot;526&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/Q4RIk/dJMcaax9SR0/TYsRTsqG1cvIuptqhYzIa0/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/Q4RIk/dJMcaax9SR0/TYsRTsqG1cvIuptqhYzIa0/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/Q4RIk/dJMcaax9SR0/TYsRTsqG1cvIuptqhYzIa0/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FQ4RIk%2FdJMcaax9SR0%2FTYsRTsqG1cvIuptqhYzIa0%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;592&quot; height=&quot;526&quot; data-origin-width=&quot;592&quot; data-origin-height=&quot;526&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;

&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;menu-info&quot;&gt;
&lt;p class=&quot;menu-name&quot; data-ke-size=&quot;size16&quot;&gt;수육&lt;/p&gt;
&lt;p class=&quot;menu-price&quot; data-ke-size=&quot;size16&quot;&gt;17,000원&lt;/p&gt;
&lt;p class=&quot;menu-desc&quot; data-ke-size=&quot;size16&quot;&gt;칼국수에 수육이 기본 포함되어 있어 단품 추가는 선택 사항이에요.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;hr class=&quot;divider&quot; data-ke-style=&quot;style1&quot; /&gt;&lt;!-- 칼국수 메인 사진 --&gt;
&lt;h2 class=&quot;section-title&quot; data-ke-size=&quot;size26&quot;&gt;솔직 후기&lt;/h2&gt;
&lt;p class=&quot;body-text&quot; data-ke-size=&quot;size16&quot;&gt;&lt;span class=&quot;kw&quot;&gt;백제칼국수&lt;/span&gt;는 한마디로 &lt;b&gt;사골 국물이 진심&lt;/b&gt;이에요. 맑은 듯 깊고, 한 숟가락 떠먹는 순간 왜 오픈런을 하는지 바로 납득이 됐습니다. 면도 쫄깃하고 양도 넉넉해서 한 그릇으로 든든하게 배를 채울 수 있었어요.&lt;/p&gt;
&lt;!-- 수육 사진 --&gt;
&lt;div class=&quot;photo-wrap&quot;&gt;
&lt;p class=&quot;photo-label&quot; data-ke-size=&quot;size16&quot;&gt;&lt;span class=&quot;ph-icon&quot;&gt;&lt;span style=&quot;font-size: 13px; letter-spacing: 0px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #1c1a17; font-size: 15.5px; letter-spacing: 0px;&quot;&gt;수육은 무난한 편이었어요. 어차피 &lt;/span&gt;&lt;span style=&quot;color: #1c1a17; font-size: 15.5px; letter-spacing: 0px;&quot; class=&quot;kw&quot;&gt;백제칼국수&lt;/span&gt;&lt;span style=&quot;color: #1c1a17; font-size: 15.5px; letter-spacing: 0px;&quot;&gt;에 수육 2점이 기본으로 나오기 때문에 수육이 필요 없으시면 칼국수만 시키는 것도 좋은 방법인거 같아요.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;!-- 마무리 --&gt;
&lt;div class=&quot;conclusion&quot;&gt;&lt;span class=&quot;c-emoji&quot;&gt; &lt;/span&gt;
&lt;p class=&quot;c-title&quot; data-ke-size=&quot;size16&quot;&gt;부천 근처라면 꼭 한 번, 백제칼국수 강력 추천!&lt;/p&gt;
&lt;p class=&quot;c-desc&quot; data-ke-size=&quot;size16&quot;&gt;수육은 평범해도 칼국수 국물 하나로 재방문 확정&lt;br /&gt;단, 주말은 오픈런 필수&lt;/p&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description>
      <category>맛집리스트</category>
      <category>백제칼국수</category>
      <category>부천맛집</category>
      <category>부천칼국수</category>
      <category>칼국수 맛집</category>
      <category>칼국수 수육</category>
      <author>레몬맛김</author>
      <guid isPermaLink="true">https://insight17458.tistory.com/30</guid>
      <comments>https://insight17458.tistory.com/30#entry30comment</comments>
      <pubDate>Sun, 12 Apr 2026 18:53:27 +0900</pubDate>
    </item>
    <item>
      <title>리니지 클래식 스텟 계산!</title>
      <link>https://insight17458.tistory.com/29</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;리니지 클래식 클래스별 체력/마나 축캐 스탯 완벽 정리 (CON·WIS 수치표)&lt;/title&gt;
&lt;style&gt;
  /* ===== 기본 리셋 &amp; 폰트 ===== */
  * { box-sizing: border-box; margin: 0; padding: 0; }
  body {
    font-family: 'Noto Sans KR', '맑은 고딕', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    background: #fff;
    word-break: keep-all;
  }
  .post-wrap { max-width: 780px; margin: 0 auto; padding: 20px 16px 60px; }

  /* ===== 제목 ===== */
  h1.post-title {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .post-meta {
    font-size: 13px;
    color: #888;
    margin-bottom: 28px;
    padding-bottom: 16px;
    border-bottom: 2px solid #e8e8e8;
  }

  /* ===== 소제목 ===== */
  h2.section-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 40px 0 14px;
    padding-left: 12px;
    border-left: 4px solid #3d6af6;
  }
  h3.sub-title {
    font-size: 17px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 28px 0 10px;
    padding-bottom: 6px;
    border-bottom: 1px dashed #ddd;
  }

  /* ===== 본문 단락 ===== */
  p.body-text {
    margin-bottom: 14px;
    color: #444;
    font-size: 15.5px;
  }

  /* ===== 강조 박스 ===== */
  .info-box {
    background: #eef3ff;
    border: 1px solid #b8cdff;
    border-radius: 8px;
    padding: 16px 18px;
    margin: 20px 0;
    font-size: 15px;
    color: #2a3a7a;
    line-height: 1.8;
  }
  .info-box strong { color: #1740d6; }

  .warn-box {
    background: #fff8e1;
    border: 1px solid #ffd54f;
    border-left: 4px solid #f9a825;
    border-radius: 6px;
    padding: 14px 16px;
    margin: 18px 0;
    font-size: 15px;
    color: #5a3e00;
  }
  .warn-box strong { color: #c77800; }

  .tip-box {
    background: #e8f5e9;
    border: 1px solid #a5d6a7;
    border-left: 4px solid #2e7d32;
    border-radius: 6px;
    padding: 14px 16px;
    margin: 18px 0;
    font-size: 15px;
    color: #1b3a1e;
  }
  .tip-box strong { color: #2e7d32; }

  /* ===== 테이블 ===== */
  .tbl-wrap {
    overflow-x: auto;
    margin: 16px 0 24px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
  }
  table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14.5px;
    min-width: 480px;
  }
  table thead tr {
    background: #1a1a2e;
    color: #fff;
  }
  table thead th {
    padding: 11px 14px;
    text-align: center;
    font-weight: 600;
    font-size: 13.5px;
    white-space: nowrap;
  }
  table tbody tr:nth-child(even) { background: #f9f9f9; }
  table tbody tr:hover { background: #eef3ff; transition: .15s; }
  table tbody td {
    padding: 10px 14px;
    text-align: center;
    border-bottom: 1px solid #efefef;
    color: #333;
  }
  table tbody td.left { text-align: left; }
  tr.row-best { background: #e8f5e9 !important; }
  tr.row-best td { color: #1b5e20; font-weight: 700; }
  tr.row-warn { background: #fff8e1 !important; }
  tr.row-warn td { color: #7a4500; font-weight: 600; }
  tr.row-danger { background: #fce4ec !important; }
  tr.row-danger td { color: #880e4f; }

  /* ===== 배지 ===== */
  .badge {
    display: inline-block;
    padding: 2px 9px;
    border-radius: 20px;
    font-size: 11.5px;
    font-weight: 700;
    vertical-align: middle;
    margin-left: 4px;
  }
  .badge-blue { background: #dce8ff; color: #1740d6; }
  .badge-green { background: #d4edda; color: #1b5e20; }
  .badge-orange { background: #fff0d9; color: #c77800; }
  .badge-red { background: #fde0e0; color: #b71c1c; }

  /* ===== 클래스 카드 ===== */
  .class-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin: 20px 0;
  }
  @media (max-width: 540px) { .class-grid { grid-template-columns: 1fr; } }
  .class-card {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 16px 18px;
    background: #fafafa;
  }
  .class-card .card-name {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid #3d6af6;
  }
  .class-card .card-row {
    display: flex;
    justify-content: space-between;
    font-size: 13.5px;
    padding: 4px 0;
    border-bottom: 1px dashed #eee;
    color: #555;
  }
  .class-card .card-row:last-child { border-bottom: none; }
  .class-card .card-val { font-weight: 700; color: #1740d6; }

  /* ===== 구분선 ===== */
  hr.divider {
    border: none;
    border-top: 2px solid #f0f0f0;
    margin: 40px 0;
  }

  /* ===== 목차 ===== */
  .toc {
    background: #f5f7ff;
    border: 1px solid #d0daff;
    border-radius: 10px;
    padding: 20px 22px;
    margin: 24px 0 36px;
  }
  .toc-title {
    font-size: 15px;
    font-weight: 700;
    color: #1740d6;
    margin-bottom: 12px;
  }
  .toc ol { padding-left: 20px; }
  .toc li {
    font-size: 14.5px;
    color: #2c4ab0;
    margin-bottom: 5px;
    line-height: 1.6;
  }
  .toc a { color: #2c4ab0; text-decoration: none; }
  .toc a:hover { text-decoration: underline; }

  /* ===== 마무리 요약 박스 ===== */
  .summary-wrap {
    background: #1a1a2e;
    border-radius: 12px;
    padding: 24px 22px;
    margin: 36px 0;
    color: #e8e8f0;
  }
  .summary-wrap .summary-title {
    font-size: 17px;
    font-weight: 700;
    color: #7eb3ff;
    margin-bottom: 14px;
  }
  .summary-wrap ul { padding-left: 18px; }
  .summary-wrap li {
    font-size: 14.5px;
    margin-bottom: 8px;
    line-height: 1.7;
  }
  .summary-wrap li strong { color: #90caff; }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;post-wrap&quot;&gt;

  &lt;!-- 제목 --&gt;
  &lt;h1 class=&quot;post-title&quot;&gt;리니지 클래식 클래스별 체력/마나 축캐 스탯 완벽 정리 (CON·WIS 수치표)&lt;/h1&gt;
  &lt;div class=&quot;post-meta&quot;&gt;카테고리: 리니지 클래식 &amp;nbsp;|&amp;nbsp; 게임 가이드&lt;/div&gt;

  &lt;!-- 도입 --&gt;
  &lt;p class=&quot;body-text&quot;&gt;
    리니지 클래식에서 가장 중요한 캐릭터 성장 요소 중 하나가 바로 &lt;strong&gt;레벨업 시 HP·MP 증가량&lt;/strong&gt;입니다. 같은 클래스, 같은 레벨이어도 CON(체력)·WIS(지혜) 스탯 수치에 따라 HP·MP가 크게 달라지고, 심지어 같은 스탯이어도 운(랜덤)에 따라 &lt;strong&gt;축캐(축복받은 캐릭터)&lt;/strong&gt;와 &lt;strong&gt;저주캐&lt;/strong&gt;로 나뉩니다.
  &lt;/p&gt;
  &lt;p class=&quot;body-text&quot;&gt;
    이 글에서는 &lt;strong&gt;클래스별 기본 스탯, CON·WIS 수치별 HP·MP 성장 범위, HP·MP 회복 틱, 마법 저항(MR)&lt;/strong&gt;까지 한 번에 정리했습니다. 캐릭터 생성 전 꼭 확인해 두세요.
  &lt;/p&gt;

  &lt;!-- 목차 --&gt;
  &lt;div class=&quot;toc&quot;&gt;
    &lt;div class=&quot;toc-title&quot;&gt;  목차&lt;/div&gt;
    &lt;ol&gt;
      &lt;li&gt;&lt;a href=&quot;#sec1&quot;&gt;리니지 클래식 현재 클래스 (4종)&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#sec2&quot;&gt;클래스별 기본 스탯 &amp; 보너스 포인트&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#sec3&quot;&gt;CON별 레벨업 HP 상승 범위 수치표&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#sec4&quot;&gt;CON별 HP 자연 회복 틱 수치표&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#sec5&quot;&gt;WIS별 레벨업 MP 상승 범위 수치표 (클래스별)&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#sec6&quot;&gt;WIS별 MP 자연 회복 틱 &amp; MR&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#sec7&quot;&gt;클래스별 축캐 스탯 목표 정리&lt;/a&gt;&lt;/li&gt;
    &lt;/ol&gt;
  &lt;/div&gt;

  &lt;!-- 섹션 1 --&gt;
  &lt;h2 class=&quot;section-title&quot; id=&quot;sec1&quot;&gt;1. 리니지 클래식 현재 클래스 (4종)&lt;/h2&gt;
  &lt;p class=&quot;body-text&quot;&gt;
    현재 리니지 클래식에는 &lt;strong&gt;군주, 기사, 요정, 마법사&lt;/strong&gt; 4개 클래스가 구현되어 있습니다. 원작의 다크엘프·용기사·환술사는 아직 등장하지 않습니다.
  &lt;/p&gt;

  &lt;div class=&quot;class-grid&quot;&gt;
    &lt;div class=&quot;class-card&quot;&gt;
      &lt;div class=&quot;card-name&quot;&gt;⚔️ 군주 (Prince/Princess)&lt;/div&gt;
      &lt;div class=&quot;card-row&quot;&gt;&lt;span&gt;역할&lt;/span&gt;&lt;span class=&quot;card-val&quot;&gt;혈맹 창설 / 리더형&lt;/span&gt;&lt;/div&gt;
      &lt;div class=&quot;card-row&quot;&gt;&lt;span&gt;핵심 스탯&lt;/span&gt;&lt;span class=&quot;card-val&quot;&gt;STR or CON / CHA&lt;/span&gt;&lt;/div&gt;
      &lt;div class=&quot;card-row&quot;&gt;&lt;span&gt;빌드 유형&lt;/span&gt;&lt;span class=&quot;card-val&quot;&gt;힘군주 / 콘군주 / 카리군주&lt;/span&gt;&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;class-card&quot;&gt;
      &lt;div class=&quot;card-name&quot;&gt; ️ 기사 (Knight)&lt;/div&gt;
      &lt;div class=&quot;card-row&quot;&gt;&lt;span&gt;역할&lt;/span&gt;&lt;span class=&quot;card-val&quot;&gt;근접 탱커 / 물리 딜러&lt;/span&gt;&lt;/div&gt;
      &lt;div class=&quot;card-row&quot;&gt;&lt;span&gt;핵심 스탯&lt;/span&gt;&lt;span class=&quot;card-val&quot;&gt;STR or CON&lt;/span&gt;&lt;/div&gt;
      &lt;div class=&quot;card-row&quot;&gt;&lt;span&gt;빌드 유형&lt;/span&gt;&lt;span class=&quot;card-val&quot;&gt;힘기사 / 콘기사&lt;/span&gt;&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;class-card&quot;&gt;
      &lt;div class=&quot;card-name&quot;&gt;  요정 (Elf)&lt;/div&gt;
      &lt;div class=&quot;card-row&quot;&gt;&lt;span&gt;역할&lt;/span&gt;&lt;span class=&quot;card-val&quot;&gt;원거리 딜러 / 힐러&lt;/span&gt;&lt;/div&gt;
      &lt;div class=&quot;card-row&quot;&gt;&lt;span&gt;핵심 스탯&lt;/span&gt;&lt;span class=&quot;card-val&quot;&gt;DEX / WIS&lt;/span&gt;&lt;/div&gt;
      &lt;div class=&quot;card-row&quot;&gt;&lt;span&gt;빌드 유형&lt;/span&gt;&lt;span class=&quot;card-val&quot;&gt;덱요정 / 힘요정&lt;/span&gt;&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;class-card&quot;&gt;
      &lt;div class=&quot;card-name&quot;&gt;  마법사 (Wizard)&lt;/div&gt;
      &lt;div class=&quot;card-row&quot;&gt;&lt;span&gt;역할&lt;/span&gt;&lt;span class=&quot;card-val&quot;&gt;마법 딜러 / 힐러&lt;/span&gt;&lt;/div&gt;
      &lt;div class=&quot;card-row&quot;&gt;&lt;span&gt;핵심 스탯&lt;/span&gt;&lt;span class=&quot;card-val&quot;&gt;INT / WIS&lt;/span&gt;&lt;/div&gt;
      &lt;div class=&quot;card-row&quot;&gt;&lt;span&gt;빌드 유형&lt;/span&gt;&lt;span class=&quot;card-val&quot;&gt;INT축 / WIS축 / 혼합&lt;/span&gt;&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

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

  &lt;!-- 섹션 2 --&gt;
  &lt;h2 class=&quot;section-title&quot; id=&quot;sec2&quot;&gt;2. 클래스별 기본 스탯 &amp; 보너스 포인트&lt;/h2&gt;
  &lt;p class=&quot;body-text&quot;&gt;
    캐릭터 생성 시 &lt;strong&gt;스탯 합계는 항상 75&lt;/strong&gt;로 고정됩니다. 아래 기본 스탯에서 보너스 포인트를 원하는 스탯에 자유 투자할 수 있습니다. 주사위를 굴려서 원하는 값이 나올 때까지 돌리거나, 직접 포인트를 투자하는 방식 모두 가능합니다.
  &lt;/p&gt;

  &lt;div class=&quot;tbl-wrap&quot;&gt;
    &lt;table&gt;
      &lt;thead&gt;
        &lt;tr&gt;
          &lt;th&gt;클래스&lt;/th&gt;
          &lt;th&gt;STR (힘)&lt;/th&gt;
          &lt;th&gt;DEX (민첩)&lt;/th&gt;
          &lt;th&gt;CON (체력)&lt;/th&gt;
          &lt;th&gt;INT (지식)&lt;/th&gt;
          &lt;th&gt;WIS (지혜)&lt;/th&gt;
          &lt;th&gt;CHA (매력)&lt;/th&gt;
          &lt;th&gt;보너스&lt;/th&gt;
        &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
        &lt;tr&gt;
          &lt;td class=&quot;left&quot;&gt;&lt;strong&gt;군주&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;13&lt;/td&gt;&lt;td&gt;10&lt;/td&gt;&lt;td&gt;10&lt;/td&gt;&lt;td&gt;10&lt;/td&gt;&lt;td&gt;11&lt;/td&gt;&lt;td&gt;13&lt;/td&gt;&lt;td&gt;&lt;strong&gt;+8&lt;/strong&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td class=&quot;left&quot;&gt;&lt;strong&gt;기사&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;16&lt;/td&gt;&lt;td&gt;12&lt;/td&gt;&lt;td&gt;14&lt;/td&gt;&lt;td&gt;8&lt;/td&gt;&lt;td&gt;9&lt;/td&gt;&lt;td&gt;12&lt;/td&gt;&lt;td&gt;&lt;strong&gt;+4&lt;/strong&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td class=&quot;left&quot;&gt;&lt;strong&gt;요정&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;11&lt;/td&gt;&lt;td&gt;12&lt;/td&gt;&lt;td&gt;12&lt;/td&gt;&lt;td&gt;12&lt;/td&gt;&lt;td&gt;12&lt;/td&gt;&lt;td&gt;9&lt;/td&gt;&lt;td&gt;&lt;strong&gt;+7&lt;/strong&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td class=&quot;left&quot;&gt;&lt;strong&gt;마법사&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;8&lt;/td&gt;&lt;td&gt;7&lt;/td&gt;&lt;td&gt;12&lt;/td&gt;&lt;td&gt;12&lt;/td&gt;&lt;td&gt;12&lt;/td&gt;&lt;td&gt;8&lt;/td&gt;&lt;td&gt;&lt;strong&gt;+16&lt;/strong&gt;&lt;/td&gt;
        &lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;

  &lt;div class=&quot;info-box&quot;&gt;
      &lt;strong&gt;스탯 투자 핵심 원칙&lt;/strong&gt;&lt;br&gt;
    CON(체력) → 최대 HP·HP 회복에 영향 / WIS(지혜) → 최대 MP·MP 회복·마법 저항(MR)에 영향&lt;br&gt;
    STR은 근거리 공격력, DEX는 명중·회피·원거리 공격, INT는 마법 공격력·마나 소모 감소에 영향을 줍니다.
  &lt;/div&gt;

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

  &lt;!-- 섹션 3 --&gt;
  &lt;h2 class=&quot;section-title&quot; id=&quot;sec3&quot;&gt;3. CON별 레벨업 HP 상승 범위 수치표&lt;/h2&gt;
  &lt;p class=&quot;body-text&quot;&gt;
    리니지 클래식에서 레벨업 시 HP는 &lt;strong&gt;CON 수치에 따른 범위 내에서 랜덤&lt;/strong&gt;으로 결정됩니다. 같은 CON이라도 운에 따라 매 레벨 결과가 달라지기 때문에 '축캐'와 '저주캐'의 격차가 생깁니다.
  &lt;/p&gt;

  &lt;div class=&quot;tbl-wrap&quot;&gt;
    &lt;table&gt;
      &lt;thead&gt;
        &lt;tr&gt;
          &lt;th&gt;CON 수치&lt;/th&gt;
          &lt;th&gt;HP 상승 범위 (레벨당)&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;8&lt;/td&gt;&lt;td&gt;4 ~ 8&lt;/td&gt;&lt;td&gt;6.0&lt;/td&gt;&lt;td class=&quot;left&quot;&gt;마법사 최저 운용 기준&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;9&lt;/td&gt;&lt;td&gt;4 ~ 9&lt;/td&gt;&lt;td&gt;6.5&lt;/td&gt;&lt;td&gt;—&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;10&lt;/td&gt;&lt;td&gt;5 ~ 10&lt;/td&gt;&lt;td&gt;7.5&lt;/td&gt;&lt;td class=&quot;left&quot;&gt;군주 기본값&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;11&lt;/td&gt;&lt;td&gt;5 ~ 11&lt;/td&gt;&lt;td&gt;8.0&lt;/td&gt;&lt;td&gt;—&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;12&lt;/td&gt;&lt;td&gt;6 ~ 12&lt;/td&gt;&lt;td&gt;9.0&lt;/td&gt;&lt;td class=&quot;left&quot;&gt;요정·마법사 기본값&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;13&lt;/td&gt;&lt;td&gt;6 ~ 13&lt;/td&gt;&lt;td&gt;9.5&lt;/td&gt;&lt;td&gt;—&lt;/td&gt;&lt;/tr&gt;
        &lt;tr class=&quot;row-warn&quot;&gt;
          &lt;td&gt;14&lt;/td&gt;&lt;td&gt;7 ~ 14&lt;/td&gt;&lt;td&gt;10.5&lt;/td&gt;&lt;td class=&quot;left&quot;&gt;⚠ 기사 기본값&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr class=&quot;row-danger&quot;&gt;
          &lt;td&gt;15&lt;/td&gt;&lt;td&gt;7 ~ 14&lt;/td&gt;&lt;td&gt;10.5&lt;/td&gt;&lt;td class=&quot;left&quot;&gt;  CON 14와 동일 — 투자 비효율!&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;16&lt;/td&gt;&lt;td&gt;8 ~ 16&lt;/td&gt;&lt;td&gt;12.0&lt;/td&gt;&lt;td class=&quot;left&quot;&gt;↑ 15에서 바로 이 수치로&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;17&lt;/td&gt;&lt;td&gt;8 ~ 17&lt;/td&gt;&lt;td&gt;12.5&lt;/td&gt;&lt;td&gt;—&lt;/td&gt;&lt;/tr&gt;
        &lt;tr class=&quot;row-best&quot;&gt;
          &lt;td&gt;18&lt;/td&gt;&lt;td&gt;9 ~ 18&lt;/td&gt;&lt;td&gt;13.5&lt;/td&gt;&lt;td class=&quot;left&quot;&gt;★ 최대 범위 — HP축 목표&lt;/td&gt;
        &lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;

  &lt;div class=&quot;warn-box&quot;&gt;
    ⚠️ &lt;strong&gt;CON 15는 14와 완전히 동일한 HP 성장 범위를 가집니다.&lt;/strong&gt;&lt;br&gt;
    따라서 체력에 투자할 때는 &lt;strong&gt;CON 14에서 멈추거나, 아니면 CON 16 이상&lt;/strong&gt;으로 올리는 것이 효율적입니다. CON 15는 포인트 낭비가 됩니다.
  &lt;/div&gt;

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

  &lt;!-- 섹션 4 --&gt;
  &lt;h2 class=&quot;section-title&quot; id=&quot;sec4&quot;&gt;4. CON별 HP 자연 회복 틱 수치표&lt;/h2&gt;
  &lt;p class=&quot;body-text&quot;&gt;
    가만히 있으면 &lt;strong&gt;2~3초마다 자연적으로 HP가 회복&lt;/strong&gt;됩니다. 이 회복량 역시 CON에 따라 달라집니다.
  &lt;/p&gt;

  &lt;div class=&quot;tbl-wrap&quot;&gt;
    &lt;table&gt;
      &lt;thead&gt;
        &lt;tr&gt;
          &lt;th&gt;CON 수치&lt;/th&gt;
          &lt;th&gt;틱당 최대 HP 회복량&lt;/th&gt;
          &lt;th&gt;비고&lt;/th&gt;
        &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
        &lt;tr&gt;&lt;td&gt;1 ~ 13&lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td class=&quot;left&quot;&gt;전 구간 동일&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;14&lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td class=&quot;left&quot;&gt;13 이하와 동일&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;15&lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;—&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;16&lt;/td&gt;&lt;td&gt;3&lt;/td&gt;&lt;td&gt;—&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;17&lt;/td&gt;&lt;td&gt;4&lt;/td&gt;&lt;td&gt;—&lt;/td&gt;&lt;/tr&gt;
        &lt;tr class=&quot;row-best&quot;&gt;
          &lt;td&gt;18&lt;/td&gt;&lt;td&gt;5&lt;/td&gt;&lt;td class=&quot;left&quot;&gt;★ 최대 회복&lt;/td&gt;
        &lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;

  &lt;div class=&quot;info-box&quot;&gt;
      &lt;strong&gt;HP 회복 공식:&lt;/strong&gt; max(1, CON - 13)&lt;br&gt;
    &lt;br&gt;
    • 전투 중에는 회복 속도가 &lt;strong&gt;4배 느려집니다&lt;/strong&gt;&lt;br&gt;
    • 이동 중에는 &lt;strong&gt;2배 느려집니다&lt;/strong&gt;&lt;br&gt;
    • 배고픔 상태 또는 무게 50% 초과 시 &lt;strong&gt;회복 불가&lt;/strong&gt;
  &lt;/div&gt;

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

  &lt;!-- 섹션 5 --&gt;
  &lt;h2 class=&quot;section-title&quot; id=&quot;sec5&quot;&gt;5. WIS별 레벨업 MP 상승 범위 수치표 (클래스별)&lt;/h2&gt;
  &lt;p class=&quot;body-text&quot;&gt;
    MP 성장은 HP와 달리 &lt;strong&gt;클래스별로 WIS 구간에 따라 다른 범위&lt;/strong&gt;가 적용됩니다. 특히 마법사는 WIS가 높을수록 MP 성장 폭이 크게 뛰므로 WIS 18이 핵심 목표입니다.
  &lt;/p&gt;

  &lt;h3 class=&quot;sub-title&quot;&gt;  군주 — WIS별 MP 상승 범위&lt;/h3&gt;
  &lt;div class=&quot;tbl-wrap&quot;&gt;
    &lt;table&gt;
      &lt;thead&gt;&lt;tr&gt;&lt;th&gt;WIS 수치&lt;/th&gt;&lt;th&gt;MP 상승 범위&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;10 이하&lt;/td&gt;&lt;td&gt;1 ~ 2&lt;/td&gt;&lt;td&gt;1.5&lt;/td&gt;&lt;td class=&quot;left&quot;&gt;투자 비효율 구간&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;11 (기본값)&lt;/td&gt;&lt;td&gt;2 ~ 4&lt;/td&gt;&lt;td&gt;3.0&lt;/td&gt;&lt;td class=&quot;left&quot;&gt;군주 기본 WIS&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;12 ~ 14&lt;/td&gt;&lt;td&gt;2 ~ 4&lt;/td&gt;&lt;td&gt;3.0&lt;/td&gt;&lt;td&gt;—&lt;/td&gt;&lt;/tr&gt;
        &lt;tr class=&quot;row-best&quot;&gt;&lt;td&gt;15 ~ 18&lt;/td&gt;&lt;td&gt;3 ~ 6&lt;/td&gt;&lt;td&gt;4.5&lt;/td&gt;&lt;td class=&quot;left&quot;&gt;★ 마나 회복 2틱 이상 진입&lt;/td&gt;&lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;

  &lt;h3 class=&quot;sub-title&quot;&gt; ️ 기사 — WIS별 MP 상승 범위&lt;/h3&gt;
  &lt;div class=&quot;tbl-wrap&quot;&gt;
    &lt;table&gt;
      &lt;thead&gt;&lt;tr&gt;&lt;th&gt;WIS 수치&lt;/th&gt;&lt;th&gt;MP 상승 범위&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;9 (기본값)&lt;/td&gt;&lt;td&gt;0 ~ 2&lt;/td&gt;&lt;td&gt;1.0&lt;/td&gt;&lt;td class=&quot;left&quot;&gt;기사 기본 WIS&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;10 ~ 14&lt;/td&gt;&lt;td&gt;0 ~ 3&lt;/td&gt;&lt;td&gt;1.5&lt;/td&gt;&lt;td class=&quot;left&quot;&gt;WIS 10 이상부터 상단 증가&lt;/td&gt;&lt;/tr&gt;
        &lt;tr class=&quot;row-best&quot;&gt;&lt;td&gt;15 ~ 18&lt;/td&gt;&lt;td&gt;2 ~ 5&lt;/td&gt;&lt;td&gt;3.5&lt;/td&gt;&lt;td class=&quot;left&quot;&gt;★ 마법 방어 강화 목적&lt;/td&gt;&lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;

  &lt;h3 class=&quot;sub-title&quot;&gt;  요정 — WIS별 MP 상승 범위&lt;/h3&gt;
  &lt;div class=&quot;tbl-wrap&quot;&gt;
    &lt;table&gt;
      &lt;thead&gt;&lt;tr&gt;&lt;th&gt;WIS 수치&lt;/th&gt;&lt;th&gt;MP 상승 범위&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;12 ~ 14 (기본값)&lt;/td&gt;&lt;td&gt;3 ~ 6&lt;/td&gt;&lt;td&gt;4.5&lt;/td&gt;&lt;td class=&quot;left&quot;&gt;요정 기본값 구간&lt;/td&gt;&lt;/tr&gt;
        &lt;tr class=&quot;row-best&quot;&gt;&lt;td&gt;15 ~ 18&lt;/td&gt;&lt;td&gt;5 ~ 9&lt;/td&gt;&lt;td&gt;7.0&lt;/td&gt;&lt;td class=&quot;left&quot;&gt;★ 힐러 요정 목표&lt;/td&gt;&lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;

  &lt;h3 class=&quot;sub-title&quot;&gt;  마법사 — WIS별 MP 상승 범위&lt;/h3&gt;
  &lt;div class=&quot;tbl-wrap&quot;&gt;
    &lt;table&gt;
      &lt;thead&gt;&lt;tr&gt;&lt;th&gt;WIS 수치&lt;/th&gt;&lt;th&gt;MP 상승 범위&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;12 (기본값)&lt;/td&gt;&lt;td&gt;3 ~ 6&lt;/td&gt;&lt;td&gt;4.5&lt;/td&gt;&lt;td class=&quot;left&quot;&gt;마법사 기본 WIS&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;13 ~ 15&lt;/td&gt;&lt;td&gt;4 ~ 7&lt;/td&gt;&lt;td&gt;5.5&lt;/td&gt;&lt;td&gt;—&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;16 ~ 17&lt;/td&gt;&lt;td&gt;5 ~ 9&lt;/td&gt;&lt;td&gt;7.0&lt;/td&gt;&lt;td&gt;—&lt;/td&gt;&lt;/tr&gt;
        &lt;tr class=&quot;row-best&quot;&gt;&lt;td&gt;18&lt;/td&gt;&lt;td&gt;6 ~ 11&lt;/td&gt;&lt;td&gt;8.5&lt;/td&gt;&lt;td class=&quot;left&quot;&gt;★ 마법사 마나축 최대 목표&lt;/td&gt;&lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;

  &lt;div class=&quot;tip-box&quot;&gt;
      &lt;strong&gt;마법사 TIP:&lt;/strong&gt; 마법사의 경우 WIS는 최대 MP·MP 회복·MR에, INT는 마법 공격력(SP)·마법 명중·마나 소모 감소에 영향을 줍니다. &lt;strong&gt;WIS 18 우선 투자 후 INT를 높이는 전략&lt;/strong&gt;이 마나축 기준 정석입니다.
  &lt;/div&gt;

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

  &lt;!-- 섹션 6 --&gt;
  &lt;h2 class=&quot;section-title&quot; id=&quot;sec6&quot;&gt;6. WIS별 MP 자연 회복 틱 &amp; 마법 저항(MR)&lt;/h2&gt;

  &lt;h3 class=&quot;sub-title&quot;&gt;MP 자연 회복 틱 (16초마다)&lt;/h3&gt;
  &lt;div class=&quot;tbl-wrap&quot;&gt;
    &lt;table&gt;
      &lt;thead&gt;&lt;tr&gt;&lt;th&gt;WIS 수치&lt;/th&gt;&lt;th&gt;틱당 MP 회복량&lt;/th&gt;&lt;th&gt;비고&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;
      &lt;tbody&gt;
        &lt;tr&gt;&lt;td&gt;14 이하&lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td class=&quot;left&quot;&gt;전 구간 동일&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;15 ~ 16&lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;—&lt;/td&gt;&lt;/tr&gt;
        &lt;tr class=&quot;row-best&quot;&gt;&lt;td&gt;17 ~ 18&lt;/td&gt;&lt;td&gt;3&lt;/td&gt;&lt;td class=&quot;left&quot;&gt;★ 최대 자연 회복&lt;/td&gt;&lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;

  &lt;div class=&quot;info-box&quot;&gt;
      MP는 HP(2~3초)보다 회복 주기가 훨씬 긴 &lt;strong&gt;16초 단위&lt;/strong&gt;입니다. 마법을 자주 쓰는 클래스라면 WIS 15 이상을 목표로 하는 것이 좋습니다.
  &lt;/div&gt;

  &lt;h3 class=&quot;sub-title&quot;&gt;WIS별 마법 저항(MR) 보너스&lt;/h3&gt;
  &lt;div class=&quot;tbl-wrap&quot;&gt;
    &lt;table&gt;
      &lt;thead&gt;&lt;tr&gt;&lt;th&gt;WIS 수치&lt;/th&gt;&lt;th&gt;MR 보너스&lt;/th&gt;&lt;th&gt;누적 MR&lt;/th&gt;&lt;th&gt;비고&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;
      &lt;tbody&gt;
        &lt;tr&gt;&lt;td&gt;12 이하&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td class=&quot;left&quot;&gt;MR 보너스 없음&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;13&lt;/td&gt;&lt;td&gt;+2&lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;—&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;14&lt;/td&gt;&lt;td&gt;+2&lt;/td&gt;&lt;td&gt;4&lt;/td&gt;&lt;td&gt;—&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;15&lt;/td&gt;&lt;td&gt;+2&lt;/td&gt;&lt;td&gt;6&lt;/td&gt;&lt;td&gt;—&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;16&lt;/td&gt;&lt;td&gt;+2&lt;/td&gt;&lt;td&gt;8&lt;/td&gt;&lt;td&gt;—&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;17&lt;/td&gt;&lt;td&gt;+2&lt;/td&gt;&lt;td&gt;10&lt;/td&gt;&lt;td&gt;—&lt;/td&gt;&lt;/tr&gt;
        &lt;tr class=&quot;row-best&quot;&gt;&lt;td&gt;18&lt;/td&gt;&lt;td&gt;+2&lt;/td&gt;&lt;td&gt;12&lt;/td&gt;&lt;td class=&quot;left&quot;&gt;★ 스탯 기준 최대 MR&lt;/td&gt;&lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;

  &lt;h3 class=&quot;sub-title&quot;&gt;클래스별 레벨 MR·AC 보너스 (레벨 기반)&lt;/h3&gt;
  &lt;div class=&quot;tbl-wrap&quot;&gt;
    &lt;table&gt;
      &lt;thead&gt;&lt;tr&gt;&lt;th&gt;클래스&lt;/th&gt;&lt;th&gt;레벨 MR 증가&lt;/th&gt;&lt;th&gt;레벨 AC 감소&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;
      &lt;tbody&gt;
        &lt;tr&gt;&lt;td class=&quot;left&quot;&gt;&lt;strong&gt;군주&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;레벨 5마다 +1&lt;/td&gt;&lt;td&gt;레벨 8마다 -1&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td class=&quot;left&quot;&gt;&lt;strong&gt;기사&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;레벨 6마다 +1&lt;/td&gt;&lt;td&gt;레벨 7마다 -1 ★&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td class=&quot;left&quot;&gt;&lt;strong&gt;요정&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;(레벨+1)/3마다 +1&lt;/td&gt;&lt;td&gt;레벨 6마다 -1&lt;/td&gt;&lt;/tr&gt;
        &lt;tr class=&quot;row-best&quot;&gt;&lt;td class=&quot;left&quot;&gt;&lt;strong&gt;마법사&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;레벨 3마다 +1 ★&lt;/td&gt;&lt;td&gt;레벨 8마다 -1&lt;/td&gt;&lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;

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

  &lt;!-- 섹션 7 --&gt;
  &lt;h2 class=&quot;section-title&quot; id=&quot;sec7&quot;&gt;7. 클래스별 축캐 스탯 목표 정리&lt;/h2&gt;
  &lt;p class=&quot;body-text&quot;&gt;
    지금까지의 수치를 바탕으로 &lt;strong&gt;각 클래스별 체력축·마나축 스탯 목표&lt;/strong&gt;를 정리했습니다.
  &lt;/p&gt;

  &lt;div class=&quot;tbl-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;HP축 목표 CON&lt;/th&gt;
          &lt;th&gt;MP축 목표 WIS&lt;/th&gt;
          &lt;th&gt;핵심 포인트&lt;/th&gt;
        &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
        &lt;tr&gt;
          &lt;td class=&quot;left&quot;&gt;&lt;strong&gt;군주&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;힘/콘/카리&lt;/td&gt;
          &lt;td&gt;CON 16~18&lt;/td&gt;
          &lt;td&gt;WIS 15~18&lt;/td&gt;
          &lt;td class=&quot;left&quot;&gt;CHA 필요 시 혼합 투자&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr class=&quot;row-best&quot;&gt;
          &lt;td class=&quot;left&quot;&gt;&lt;strong&gt;기사&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;콘기사 정석&lt;/td&gt;
          &lt;td&gt;CON 18 ★&lt;/td&gt;
          &lt;td&gt;WIS 10 내외&lt;/td&gt;
          &lt;td class=&quot;left&quot;&gt;HP 극대화가 콘기사 핵심&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td class=&quot;left&quot;&gt;&lt;strong&gt;요정&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;덱 / 힐러&lt;/td&gt;
          &lt;td&gt;CON 12~14 유지&lt;/td&gt;
          &lt;td&gt;WIS 15~18&lt;/td&gt;
          &lt;td class=&quot;left&quot;&gt;힐러 목적이면 WIS 우선&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr class=&quot;row-best&quot;&gt;
          &lt;td class=&quot;left&quot;&gt;&lt;strong&gt;마법사&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;마나축 정석&lt;/td&gt;
          &lt;td&gt;CON 12 유지&lt;/td&gt;
          &lt;td&gt;WIS 18 ★&lt;/td&gt;
          &lt;td class=&quot;left&quot;&gt;이후 INT 투자로 마법력↑&lt;/td&gt;
        &lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;

  &lt;div class=&quot;warn-box&quot;&gt;
    ⚠️ &lt;strong&gt;CON 15는 절대 멈추지 마세요!&lt;/strong&gt;&lt;br&gt;
    CON 14와 15는 HP 성장 범위가 동일합니다. 반드시 &lt;strong&gt;CON 14에서 멈추거나 CON 16 이상&lt;/strong&gt;으로 올려야 합니다.
  &lt;/div&gt;

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

  &lt;!-- 마무리 요약 --&gt;
  &lt;div class=&quot;summary-wrap&quot;&gt;
    &lt;div class=&quot;summary-title&quot;&gt;  핵심 요약 — 이것만 기억하세요&lt;/div&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;strong&gt;CON 15 투자 = 낭비:&lt;/strong&gt; CON 14와 HP 성장 범위가 동일. 14 or 16+로 투자할 것&lt;/li&gt;
      &lt;li&gt;&lt;strong&gt;기사 HP축:&lt;/strong&gt; CON 18이 정석. 레벨당 최대 9~18 HP 성장 가능&lt;/li&gt;
      &lt;li&gt;&lt;strong&gt;마법사 MP축:&lt;/strong&gt; WIS 18이 목표. 레벨당 최대 6~11 MP 성장&lt;/li&gt;
      &lt;li&gt;&lt;strong&gt;HP 회복 틱:&lt;/strong&gt; CON 14 이상부터 (CON-13)만큼 증가, CON 18 = 틱당 최대 5 회복&lt;/li&gt;
      &lt;li&gt;&lt;strong&gt;MP 회복 틱:&lt;/strong&gt; WIS 15 이상부터 2틱, WIS 17 이상부터 3틱&lt;/li&gt;
      &lt;li&gt;&lt;strong&gt;MR 보너스:&lt;/strong&gt; WIS 13부터 1 증가당 +2. WIS 12 이하는 스탯 MR 0&lt;/li&gt;
      &lt;li&gt;&lt;strong&gt;축캐/저주캐:&lt;/strong&gt; 같은 스탯이어도 랜덤 범위 안에서 결과가 달라지므로, 레벨업 결과에 따라 큰 격차 발생&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;

  &lt;p class=&quot;body-text&quot; style=&quot;margin-top:24px; color:#666; font-size:14px;&quot;&gt;
    ※ 본 글의 수치는 리니지 클래식 커뮤니티(리클인포, 인벤) 실험 데이터를 기반으로 정리되었습니다. 패치 및 서버 업데이트에 따라 일부 수치가 변경될 수 있으니, 중요한 빌드 결정 전에 공식 커뮤니티에서 교차 확인을 권장합니다.
  &lt;/p&gt;

&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <category>PC게임</category>
      <category>리니지</category>
      <category>리니지 축캐릭</category>
      <category>리니지 클래식 스텟 정리</category>
      <category>리니지클래식</category>
      <category>콘기사</category>
      <category>콘요정</category>
      <author>레몬맛김</author>
      <guid isPermaLink="true">https://insight17458.tistory.com/29</guid>
      <comments>https://insight17458.tistory.com/29#entry29comment</comments>
      <pubDate>Sat, 11 Apr 2026 16:30:28 +0900</pubDate>
    </item>
  </channel>
</rss>