<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>소극적 간호사의 소소 블로그</title>
    <link>https://sosonursing.tistory.com/</link>
    <description>간단한 간호지식, 일상 리뷰를 제공합니다.</description>
    <language>ko</language>
    <pubDate>Sat, 4 Jul 2026 15:49:39 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>소극적간호사</managingEditor>
    <item>
      <title>2026 대구치맥페스티벌 공식 정보 바로가기 | 예매&amp;middot;홈페이지&amp;middot;인스타그램</title>
      <link>https://sosonursing.tistory.com/entry/2026-%EB%8C%80%EA%B5%AC%EC%B9%98%EB%A7%A5%ED%8E%98%EC%8A%A4%ED%8B%B0%EB%B2%8C-%EA%B3%B5%EC%8B%9D-%EC%A0%95%EB%B3%B4-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0-%EC%98%88%EB%A7%A4%C2%B7%ED%99%88%ED%8E%98%EC%9D%B4%EC%A7%80%C2%B7%EC%9D%B8%EC%8A%A4%ED%83%80%EA%B7%B8%EB%9E%A8</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 대구치맥페스티벌 공식 정보 바로가기 | 예매·홈페이지·인스타그램&lt;/title&gt;
&lt;meta name=&quot;description&quot; content=&quot;2026 대구치맥페스티벌 공식 홈페이지, 티켓링크 예매, 공식 인스타그램을 한 번에 확인하세요. 프리미엄존 예매부터 공식 일정까지 바로 연결됩니다.&quot;&gt;
&lt;meta property=&quot;og:title&quot; content=&quot;2026 대구치맥페스티벌 공식 채널 바로가기&quot;&gt;
&lt;meta property=&quot;og:description&quot; content=&quot;프리미엄존 예매·공식 홈페이지·인스타그램 한 번에 — 지금 바로 확인하세요&quot;&gt;
&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;
&lt;style&gt;
  :root {
    --primary: #e63946;
    --primary-dark: #c1121f;
    --bg: #fafafa;
    --card: #ffffff;
    --text: #1a1a1a;
    --gray: #6b7280;
    --border: #e5e7eb;
    --light: #f3f4f6;
  }

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

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

  .wrap {
    max-width: 720px;
    margin: 0 auto;
    background: var(--bg);
    min-height: 100vh;
  }

  /* ===== 헤더 ===== */
  .site-header {
    background: var(--card);
    border-bottom: 2px solid var(--primary);
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 100;
  }

  .site-logo {
    font-size: 15px;
    font-weight: 900;
    color: var(--primary);
    text-decoration: none;
  }

  .site-nav { display: flex; gap: 12px; }
  .site-nav a { font-size: 12px; color: var(--gray); text-decoration: none; font-weight: 700; }
  .site-nav a:hover { color: var(--primary); }

  @media (max-width: 480px) { .site-nav { display: none; } }

  /* ===== 히어로 ===== */
  .hero {
    background: linear-gradient(150deg, #e63946 0%, #9b111e 100%);
    color: #fff;
    padding: 48px 24px 40px;
    text-align: center;
  }

  .hero .step-badge {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    border: 1.5px solid rgba(255,255,255,0.4);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.5px;
    padding: 5px 18px;
    border-radius: 20px;
    margin-bottom: 18px;
  }

  .hero h1 {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.45;
    margin-bottom: 10px;
    word-break: keep-all;
  }

  @media (max-width: 480px) {
    .hero { padding: 36px 16px 32px; }
    .hero h1 { font-size: 21px; }
  }

  .hero .sub {
    font-size: 14px;
    opacity: 0.9;
    line-height: 1.8;
    word-break: keep-all;
  }

  /* ===== 신뢰 배지 ===== */
  .trust-row {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 18px 24px 0;
  }

  @media (max-width: 480px) { .trust-row { padding: 16px 16px 0; gap: 8px; } }

  .trust-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    background: var(--card);
    border: 1.5px solid var(--border);
    border-radius: 8px;
    padding: 9px 14px;
    font-size: 13px;
    font-weight: 700;
    color: var(--text);
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  }

  .trust-badge .t-icon { font-size: 18px; }

  /* ===== 메인 버튼 섹션 ===== */
  .btn-section {
    padding: 28px 24px 8px;
  }

  @media (max-width: 480px) { .btn-section { padding: 22px 16px 6px; } }

  .btn-section-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--gray);
    text-align: center;
    margin-bottom: 14px;
    letter-spacing: 0.5px;
  }

  /* ===== 메인 CTA 버튼들 ===== */
  .main-btn {
    display: flex;
    align-items: center;
    gap: 14px;
    background: var(--primary);
    color: #fff;
    padding: 18px 22px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
    width: 100%;
    box-shadow: 0 4px 18px rgba(230,57,70,0.28);
    transition: background 0.2s, transform 0.1s, box-shadow 0.2s;
    word-break: keep-all;
    min-height: 64px;
    margin-bottom: 12px;
  }

  .main-btn:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 22px rgba(230,57,70,0.34);
  }

  .main-btn:active { transform: scale(0.97); }

  .main-btn.secondary {
    background: #1a1a1a;
    box-shadow: 0 4px 18px rgba(0,0,0,0.18);
  }

  .main-btn.secondary:hover {
    background: #000;
    box-shadow: 0 6px 22px rgba(0,0,0,0.24);
  }

  .main-btn.outline {
    background: var(--card);
    color: var(--text);
    border: 2px solid var(--border);
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  }

  .main-btn.outline:hover {
    border-color: var(--primary);
    color: var(--primary);
    background: #fff8f8;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(230,57,70,0.1);
  }

  .main-btn .btn-icon {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.18);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
  }

  .main-btn.secondary .btn-icon { background: rgba(255,255,255,0.12); }
  .main-btn.outline .btn-icon { background: var(--light); }

  .main-btn .btn-text { flex: 1; }
  .main-btn .btn-text .b-title { display: block; font-size: 16px; font-weight: 900; line-height: 1.3; }
  .main-btn .btn-text .b-desc { display: block; font-size: 12px; font-weight: 500; opacity: 0.8; margin-top: 3px; }
  .main-btn.outline .btn-text .b-desc { opacity: 0.65; }

  .main-btn .btn-arrow {
    font-size: 18px;
    flex-shrink: 0;
    opacity: 0.7;
  }

  /* ===== 광고 ===== */
  .ad-box {
    background: #f0f0f0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 10px;
    text-align: center;
    min-height: 100px;
    margin: 20px 0 0;
  }

  /* ===== 구분선 ===== */
  hr.divider { border: none; border-top: 1px solid var(--border); margin: 24px 0; }

  /* ===== 핵심 정보 요약 ===== */
  .summary-section {
    padding: 0 24px 24px;
  }

  @media (max-width: 480px) { .summary-section { padding: 0 16px 20px; } }

  .summary-title {
    font-size: 15px;
    font-weight: 900;
    color: var(--text);
    margin-bottom: 12px;
    padding-left: 12px;
    border-left: 4px solid var(--primary);
  }

  .summary-card {
    background: var(--card);
    border: 1.5px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 6px rgba(0,0,0,0.04);
    margin-bottom: 12px;
  }

  .s-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 16px;
    border-bottom: 1px solid var(--border);
  }

  .s-row:last-child { border-bottom: none; }
  .s-label { font-size: 12px; font-weight: 700; color: var(--gray); min-width: 70px; flex-shrink: 0; padding-top: 2px; }
  .s-value { font-size: 14px; color: var(--text); flex: 1; word-break: keep-all; line-height: 1.65; }
  .s-value strong { color: var(--primary); font-weight: 700; }

  /* ===== 라인업 카드 ===== */
  .lineup-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 12px;
  }

  @media (max-width: 400px) { .lineup-grid { grid-template-columns: 1fr 1fr; } }

  .lineup-card {
    background: var(--card);
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 14px 10px;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  }

  .lineup-card .l-date { font-size: 11px; font-weight: 700; color: var(--gray); margin-bottom: 6px; }
  .lineup-card .l-artist { font-size: 13px; font-weight: 900; color: var(--text); line-height: 1.4; word-break: keep-all; }
  .lineup-card.coming { background: var(--light); }
  .lineup-card.coming .l-artist { color: var(--gray); font-weight: 700; }

  /* ===== 주의사항 ===== */
  .notice-box {
    background: #f9fafb;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 14px 18px;
  }

  .notice-box p {
    font-size: 13px;
    color: var(--gray);
    padding-left: 14px;
    position: relative;
    margin-bottom: 6px;
    line-height: 1.65;
    word-break: keep-all;
  }

  .notice-box p:last-child { margin-bottom: 0; }
  .notice-box p::before { content: '·'; position: absolute; left: 4px; }

  /* ===== 관련 페이지 ===== */
  .related-section {
    background: var(--light);
    padding: 24px;
    border-top: 1px solid var(--border);
  }

  @media (max-width: 480px) { .related-section { padding: 20px 16px; } }

  .related-title { font-size: 14px; font-weight: 700; color: var(--gray); margin-bottom: 14px; text-align: center; }

  .related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

  @media (max-width: 360px) { .related-grid { grid-template-columns: 1fr; } }

  .related-card {
    background: var(--card);
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 14px;
    text-decoration: none;
    color: var(--text);
    transition: all 0.2s;
    display: block;
  }

  .related-card:hover { border-color: var(--primary); box-shadow: 0 2px 10px rgba(230,57,70,0.1); }
  .related-card .rc-icon { font-size: 22px; margin-bottom: 6px; display: block; }
  .related-card .rc-title { font-size: 13px; font-weight: 700; margin-bottom: 4px; word-break: keep-all; }
  .related-card .rc-desc { font-size: 11px; color: var(--gray); line-height: 1.5; word-break: keep-all; }

  /* ===== 푸터 ===== */
  .footer {
    background: #1a1a1a;
    color: #9ca3af;
    font-size: 11px;
    text-align: center;
    padding: 24px 20px;
    line-height: 2;
  }

  .footer a { color: #6b7280; text-decoration: underline; }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;wrap&quot;&gt;

&lt;!-- 헤더 --&gt;
&lt;header class=&quot;site-header&quot;&gt;
  &lt;a href=&quot;landing1.html&quot; class=&quot;site-logo&quot;&gt;  치맥26 가이드&lt;/a&gt;
  &lt;nav class=&quot;site-nav&quot;&gt;
    &lt;a href=&quot;landing1.html&quot;&gt;일정&lt;/a&gt;
    &lt;a href=&quot;landing2.html&quot;&gt;예매&lt;/a&gt;
    &lt;a href=&quot;landing3.html&quot;&gt;구역&lt;/a&gt;
    &lt;a href=&quot;landing4.html&quot;&gt;교통&lt;/a&gt;
  &lt;/nav&gt;
&lt;/header&gt;

&lt;!-- 히어로 --&gt;
&lt;section class=&quot;hero&quot;&gt;
  &lt;p class=&quot;step-badge&quot;&gt;✈ 이제 출발 준비 완료!&lt;/p&gt;
  &lt;h1&gt;2026 대구치맥페스티벌&lt;br&gt;공식 채널 바로 연결&lt;/h1&gt;
  &lt;p class=&quot;sub&quot;&gt;예매·공식 홈페이지·인스타그램을 한 번에&lt;br&gt;아래 버튼에서 바로 이동하세요&lt;/p&gt;
&lt;/section&gt;

&lt;!-- 신뢰 배지 --&gt;
&lt;div class=&quot;trust-row&quot;&gt;
  &lt;div class=&quot;trust-badge&quot;&gt;&lt;span class=&quot;t-icon&quot;&gt;✅&lt;/span&gt; 공식 인증 정보&lt;/div&gt;
  &lt;div class=&quot;trust-badge&quot;&gt;&lt;span class=&quot;t-icon&quot;&gt; &lt;/span&gt; 무료 입장 가능&lt;/div&gt;
  &lt;div class=&quot;trust-badge&quot;&gt;&lt;span class=&quot;t-icon&quot;&gt;⚡&lt;/span&gt; 잔여석 빠르게 소진 중&lt;/div&gt;
&lt;/div&gt;

&lt;!-- 메인 버튼 3개 --&gt;
&lt;div class=&quot;btn-section&quot;&gt;
  &lt;p class=&quot;btn-section-title&quot;&gt;▼ 이동할 채널을 선택하세요&lt;/p&gt;

  &lt;!-- 버튼 1: 티켓링크 예매 --&gt;
  &lt;a href=&quot;https://www.ticketlink.co.kr&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; class=&quot;main-btn&quot;&gt;
    &lt;div class=&quot;btn-icon&quot;&gt; &lt;/div&gt;
    &lt;div class=&quot;btn-text&quot;&gt;
      &lt;span class=&quot;b-title&quot;&gt;티켓링크 프리미엄존 예매&lt;/span&gt;
      &lt;span class=&quot;b-desc&quot;&gt;85,000원 / 4인 테이블 · 맥주 6캔 포함 · 잔여석 확인&lt;/span&gt;
    &lt;/div&gt;
    &lt;span class=&quot;btn-arrow&quot;&gt;›&lt;/span&gt;
  &lt;/a&gt;

  &lt;!-- 버튼 2: 공식 홈페이지 --&gt;
  &lt;a href=&quot;https://www.chimacfestival.com&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; class=&quot;main-btn secondary&quot;&gt;
    &lt;div class=&quot;btn-icon&quot;&gt; &lt;/div&gt;
    &lt;div class=&quot;btn-text&quot;&gt;
      &lt;span class=&quot;b-title&quot;&gt;공식 홈페이지 바로가기&lt;/span&gt;
      &lt;span class=&quot;b-desc&quot;&gt;공식 일정·라인업·공지사항 최신 정보 확인&lt;/span&gt;
    &lt;/div&gt;
    &lt;span class=&quot;btn-arrow&quot;&gt;›&lt;/span&gt;
  &lt;/a&gt;

  &lt;!-- 버튼 3: 공식 인스타그램 --&gt;
  &lt;a href=&quot;https://www.instagram.com/daegu_chimac_festival&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; class=&quot;main-btn outline&quot;&gt;
    &lt;div class=&quot;btn-icon&quot;&gt; &lt;/div&gt;
    &lt;div class=&quot;btn-text&quot;&gt;
      &lt;span class=&quot;b-title&quot;&gt;공식 인스타그램 팔로우&lt;/span&gt;
      &lt;span class=&quot;b-desc&quot;&gt;라인업 추가 공개·취소표 알림·최신 소식 가장 빠르게&lt;/span&gt;
    &lt;/div&gt;
    &lt;span class=&quot;btn-arrow&quot;&gt;›&lt;/span&gt;
  &lt;/a&gt;

&lt;/div&gt;

&lt;!-- 광고 --&gt;
&lt;div class=&quot;ad-box&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- 핵심 정보 요약 --&gt;
&lt;div class=&quot;summary-section&quot; style=&quot;padding-top:24px;&quot;&gt;

  &lt;p class=&quot;summary-title&quot;&gt;한 눈에 보는 핵심 정보&lt;/p&gt;

  &lt;div class=&quot;summary-card&quot;&gt;
    &lt;div class=&quot;s-row&quot;&gt;
      &lt;span class=&quot;s-label&quot;&gt;기간&lt;/span&gt;
      &lt;span class=&quot;s-value&quot;&gt;&lt;strong&gt;2026년 7월 1일(수) ~ 7월 5일(일)&lt;/strong&gt;, 닷새간&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;s-row&quot;&gt;
      &lt;span class=&quot;s-label&quot;&gt;장소&lt;/span&gt;
      &lt;span class=&quot;s-value&quot;&gt;대구 달서구 두류공원 일원 (4개 구역)&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;s-row&quot;&gt;
      &lt;span class=&quot;s-label&quot;&gt;운영시간&lt;/span&gt;
      &lt;span class=&quot;s-value&quot;&gt;매일 &lt;strong&gt;18:00 ~ 23:00&lt;/strong&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;s-row&quot;&gt;
      &lt;span class=&quot;s-label&quot;&gt;입장&lt;/span&gt;
      &lt;span class=&quot;s-value&quot;&gt;기본 &lt;strong&gt;무료&lt;/strong&gt; / 프리미엄 사전예약존 &lt;strong&gt;85,000원&lt;/strong&gt; (4인 테이블)&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;s-row&quot;&gt;
      &lt;span class=&quot;s-label&quot;&gt;교통&lt;/span&gt;
      &lt;span class=&quot;s-value&quot;&gt;지하철 2호선 &lt;strong&gt;두류역&lt;/strong&gt; 하차 후 도보 5분&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;s-row&quot;&gt;
      &lt;span class=&quot;s-label&quot;&gt;예매&lt;/span&gt;
      &lt;span class=&quot;s-value&quot;&gt;티켓링크 (PAYCO 결제) · 1인 최대 4매 · 당일 취소 불가&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;hr class=&quot;divider&quot; style=&quot;margin: 16px 0;&quot;&gt;

  &lt;p class=&quot;summary-title&quot;&gt;공식 라인업&lt;/p&gt;

  &lt;div class=&quot;lineup-grid&quot;&gt;
    &lt;div class=&quot;lineup-card&quot;&gt;
      &lt;p class=&quot;l-date&quot;&gt;7/1 (수) 개막&lt;/p&gt;
      &lt;p class=&quot;l-artist&quot;&gt;  FT아일랜드&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;lineup-card&quot;&gt;
      &lt;p class=&quot;l-date&quot;&gt;7/2 (목)&lt;/p&gt;
      &lt;p class=&quot;l-artist&quot;&gt;  N.Flying&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;lineup-card&quot;&gt;
      &lt;p class=&quot;l-date&quot;&gt;7/3 (금)&lt;/p&gt;
      &lt;p class=&quot;l-artist&quot;&gt;  10CM&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;lineup-card coming&quot;&gt;
      &lt;p class=&quot;l-date&quot;&gt;7/4 (토)&lt;/p&gt;
      &lt;p class=&quot;l-artist&quot;&gt;Coming Soon&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;lineup-card&quot;&gt;
      &lt;p class=&quot;l-date&quot;&gt;7/5 (일) 폐막&lt;/p&gt;
      &lt;p class=&quot;l-artist&quot;&gt;  카더가든 + 10-BLK&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;notice-box&quot;&gt;
    &lt;p&gt;7월 4일(토) 라인업은 추가 공개 예정 — 공식 인스타그램 알림을 켜두세요.&lt;/p&gt;
    &lt;p&gt;프리미엄존 구역(가/나) 모두 85,000원으로 동일하며 잔여석이 있는 구역으로 빠르게 선택하는 것이 핵심입니다.&lt;/p&gt;
    &lt;p&gt;당일 현장 주차는 사실상 불가 — 지하철 2호선 두류역 이용을 강력 권장합니다.&lt;/p&gt;
    &lt;p&gt;본 페이지의 외부 링크는 공식 채널로 연결되며, 실제 운영 정보는 공식 채널에서 최종 확인하시기 바랍니다.&lt;/p&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- 관련 페이지 --&gt;
&lt;div class=&quot;related-section&quot;&gt;
  &lt;p class=&quot;related-title&quot;&gt;더 자세한 정보가 필요하신가요?&lt;/p&gt;
  &lt;div class=&quot;related-grid&quot;&gt;
    &lt;a href=&quot;landing1.html&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-icon&quot;&gt; &lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;전체 일정 및 라인업&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;날짜별 공연·프로그램 상세 정보&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;landing2.html&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-icon&quot;&gt; &lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;프리미엄존 예매 방법&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;PAYCO 사전 준비·오픈 당일 전략&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;landing3.html&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-icon&quot;&gt; &lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;구역별 즐기는 법&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;워터피아·떼창클럽·EGG섬 공략&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;landing4.html&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-icon&quot;&gt; &lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;교통·주차 꿀팁&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;두류역 도보 5분·환승 주차 전략&lt;/p&gt;
    &lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- 푸터 --&gt;
&lt;footer class=&quot;footer&quot;&gt;
  &lt;p&gt;본 페이지는 공개된 보도자료 및 공식 발표를 기반으로 작성된 정보 제공 목적의 페이지입니다.&lt;/p&gt;
  &lt;p&gt;외부 링크(티켓링크·공식 홈페이지·인스타그램)는 해당 운영사의 정책에 따라 내용이 변경될 수 있습니다.&lt;/p&gt;
  &lt;p style=&quot;margin-top:8px;&quot;&gt;
    &lt;a href=&quot;#&quot;&gt;개인정보처리방침&lt;/a&gt; &amp;nbsp;|&amp;nbsp; Copyright &amp;copy; 2026 치맥26 가이드
  &lt;/p&gt;
&lt;/footer&gt;

&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <category>소소 여행</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/121</guid>
      <comments>https://sosonursing.tistory.com/entry/2026-%EB%8C%80%EA%B5%AC%EC%B9%98%EB%A7%A5%ED%8E%98%EC%8A%A4%ED%8B%B0%EB%B2%8C-%EA%B3%B5%EC%8B%9D-%EC%A0%95%EB%B3%B4-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0-%EC%98%88%EB%A7%A4%C2%B7%ED%99%88%ED%8E%98%EC%9D%B4%EC%A7%80%C2%B7%EC%9D%B8%EC%8A%A4%ED%83%80%EA%B7%B8%EB%9E%A8#entry121comment</comments>
      <pubDate>Tue, 30 Jun 2026 07:38:41 +0900</pubDate>
    </item>
    <item>
      <title>대구 치맥페스티벌 교통 주차 꿀팁 2026 | 두류공원 가는 법 총정리</title>
      <link>https://sosonursing.tistory.com/entry/%EB%8C%80%EA%B5%AC-%EC%B9%98%EB%A7%A5%ED%8E%98%EC%8A%A4%ED%8B%B0%EB%B2%8C-%EA%B5%90%ED%86%B5-%EC%A3%BC%EC%B0%A8-%EA%BF%80%ED%8C%81-2026-%EB%91%90%EB%A5%98%EA%B3%B5%EC%9B%90-%EA%B0%80%EB%8A%94-%EB%B2%95-%EC%B4%9D%EC%A0%95%EB%A6%AC</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 | 두류공원 가는 법 총정리&lt;/title&gt;
&lt;meta name=&quot;description&quot; content=&quot;2026 대구치맥페스티벌 두류공원 교통·주차 완벽 가이드. 지하철 2호선 두류역 5분, 오전 11시면 만차! 주차 없이 편하게 가는 꿀팁 총정리.&quot;&gt;
&lt;meta property=&quot;og:title&quot; content=&quot;치맥페스티벌 교통·주차 꿀팁 2026 | 두류공원 가는 법&quot;&gt;
&lt;meta property=&quot;og:description&quot; content=&quot;오전 11시면 만차! 지하철·버스·자차 주차까지 두류공원 교통 꿀팁 한 번에 정리&quot;&gt;
&lt;meta property=&quot;og:image&quot; content=&quot;https://www.chimacfestival.com/img/og_image.jpg&quot;&gt;
&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Nanum+Square:wght@400;700;800&amp;family=Noto+Sans+KR:wght@400;500;700;900&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;
&lt;style&gt;
  :root {
    --primary: #c62828;
    --primary-dark: #8b0000;
    --bg: #f5f5f5;
    --card: #ffffff;
    --text: #1a1a1a;
    --gray: #6b7280;
    --light: #eeeeee;
    --border: #e0e0e0;
    --blue: #1565c0;
    --blue-light: #e3f2fd;
    --green: #2e7d32;
    --green-light: #e8f5e9;
    --orange: #e65100;
    --orange-light: #fff3e0;
  }

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

  body {
    font-family: 'Nanum Square', 'Noto Sans KR', sans-serif;
    background: #e0e0e0;
    color: var(--text);
    font-size: 15px;
    line-height: 1.75;
  }

  .wrap {
    max-width: 720px;
    margin: 0 auto;
    background: var(--bg);
    min-height: 100vh;
  }

  /* ===== 헤더 ===== */
  .site-header {
    background: var(--card);
    border-bottom: 2px solid var(--primary);
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 100;
  }

  .site-logo {
    font-size: 15px;
    font-weight: 800;
    color: var(--primary);
    text-decoration: none;
  }

  .site-nav { display: flex; gap: 12px; }
  .site-nav a { font-size: 12px; color: var(--gray); text-decoration: none; font-weight: 700; }
  .site-nav a:hover { color: var(--primary); }

  @media (max-width: 480px) { .site-nav { display: none; } }

  /* ===== 경고 배너 ===== */
  .warn-top {
    background: #b71c1c;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    padding: 10px 20px;
    letter-spacing: 0.3px;
  }

  /* ===== 히어로 ===== */
  .hero {
    background: linear-gradient(145deg, #212121 0%, #424242 100%);
    color: #fff;
    padding: 44px 24px 36px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .hero::before {
    content: ' ';
    font-size: 130px;
    position: absolute;
    left: -20px;
    bottom: -10px;
    opacity: 0.07;
    pointer-events: none;
  }

  .hero .eyebrow {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    padding: 5px 16px;
    border-radius: 20px;
    margin-bottom: 16px;
  }

  .hero h1 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 12px;
    word-break: keep-all;
  }

  @media (max-width: 480px) {
    .hero { padding: 32px 16px 28px; }
    .hero h1 { font-size: 20px; }
  }

  .hero .sub {
    font-size: 14px;
    opacity: 0.88;
    line-height: 1.8;
    word-break: keep-all;
  }

  .hero .key-info {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--primary);
    border-radius: 10px;
    padding: 10px 20px;
    margin-top: 18px;
    font-size: 14px;
    font-weight: 800;
  }

  /* ===== CTA 버튼 ===== */
  .btn-wrap { padding: 18px 24px 4px; }

  @media (max-width: 480px) { .btn-wrap { padding: 16px 16px 4px; } }

  .cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    color: #fff;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    width: 100%;
    box-shadow: 0 4px 18px rgba(198,40,40,0.28);
    transition: background 0.2s, transform 0.1s;
    word-break: keep-all;
    min-height: 54px;
  }

  .cta-btn:hover { background: var(--primary-dark); transform: translateY(-1px); }
  .cta-btn:active { transform: scale(0.97); }

  .cta-btn.dark {
    background: #212121;
    box-shadow: 0 4px 18px rgba(0,0,0,0.2);
  }

  .cta-btn.dark:hover { background: #000; }

  /* ===== 광고 ===== */
  .ad-box {
    background: #ececec;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 10px;
    text-align: center;
    min-height: 100px;
  }

  /* ===== 해시태그 ===== */
  .hashtag-section {
    padding: 20px 24px 8px;
    text-align: center;
  }

  @media (max-width: 480px) { .hashtag-section { padding: 16px 16px 6px; } }

  .hashtag-section .summary {
    font-size: 14px;
    color: var(--gray);
    margin-top: 10px;
    line-height: 1.8;
    word-break: keep-all;
  }

  a.hashtag {
    display: inline-block;
    background: var(--card);
    color: #333;
    border-radius: 20px;
    padding: 7px 16px;
    margin: 4px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s;
    border: 1.5px solid var(--border);
  }

  a.hashtag:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
  }

  /* ===== 섹션 ===== */
  .section { padding: 26px 24px; }

  @media (max-width: 480px) { .section { padding: 20px 16px; } }
  .section + .section { padding-top: 4px; }

  .section-title {
    font-size: 18px;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 14px;
    padding-left: 14px;
    border-left: 4px solid var(--primary);
    line-height: 1.5;
    word-break: keep-all;
  }

  /* ===== PASONA 박스 ===== */
  .pasona-box {
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 12px;
    word-break: keep-all;
    font-size: 14px;
    line-height: 1.85;
  }

  .box-label {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 8px;
    opacity: 0.7;
  }

  .prob { background: #fff8f8; border: 1.5px solid #fca5a5; }
  .agit { background: #fffbeb; border: 1.5px solid #fde68a; }
  .solu { background: #f0fdf4; border: 1.5px solid #86efac; }
  .offe { background: #eff6ff; border: 1.5px solid #93c5fd; }

  .narrow-box {
    background: linear-gradient(135deg, #fff3cd, #ffeaa7);
    border: 2px solid #ffc107;
    border-radius: 12px;
    padding: 16px 18px;
    text-align: center;
    font-weight: 800;
    font-size: 15px;
    color: #92400e;
    word-break: keep-all;
    line-height: 1.7;
  }

  /* ===== 교통 카드 ===== */
  .transport-card {
    background: var(--card);
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 16px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    border: 1.5px solid var(--border);
  }

  .tc-header {
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid var(--border);
  }

  .tc-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
  }

  .tc-icon.subway { background: var(--blue-light); }
  .tc-icon.bus { background: var(--green-light); }
  .tc-icon.car { background: var(--orange-light); }
  .tc-icon.taxi { background: #f3e5f5; }

  .tc-header-text { flex: 1; }

  .tc-title {
    font-size: 15px;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 2px;
  }

  .tc-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 4px;
    color: #fff;
  }

  .tc-badge.best { background: var(--primary); }
  .tc-badge.good { background: var(--green); }
  .tc-badge.caution { background: var(--orange); }
  .tc-badge.last { background: #6b7280; }

  .tc-body { padding: 16px 18px; }

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

  .tc-row:last-child { border-bottom: none; }

  .tc-row .t-label {
    font-size: 12px;
    font-weight: 800;
    color: var(--gray);
    min-width: 60px;
    flex-shrink: 0;
    padding-top: 2px;
  }

  .tc-row .t-value {
    font-size: 14px;
    color: var(--text);
    flex: 1;
    line-height: 1.7;
    word-break: keep-all;
  }

  .tc-row .t-value strong { color: var(--primary); font-weight: 800; }
  .tc-row .t-value .bl { color: var(--blue); font-weight: 800; }
  .tc-row .t-value small { display: block; font-size: 12px; color: var(--gray); margin-top: 2px; }

  .tc-tip {
    background: #f9fafb;
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 13px;
    color: #374151;
    margin-top: 12px;
    line-height: 1.7;
    word-break: keep-all;
  }

  .tc-tip::before { content: '  '; font-weight: 800; }

  /* ===== 주차장 테이블 ===== */
  .parking-card {
    background: var(--card);
    border: 1.5px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 14px;
  }

  .parking-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 13px 16px;
    border-bottom: 1px solid var(--border);
  }

  .parking-row:last-child { border-bottom: none; }

  .parking-row .p-num {
    width: 24px;
    height: 24px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
  }

  .parking-row .p-info { flex: 1; }
  .parking-row .p-name { font-size: 14px; font-weight: 800; color: var(--text); margin-bottom: 4px; }
  .parking-row .p-detail { font-size: 13px; color: var(--gray); line-height: 1.65; word-break: keep-all; }
  .parking-row .p-detail strong { color: var(--primary); }

  /* ===== 체크리스트 ===== */
  .checklist {
    background: var(--card);
    border: 1.5px solid var(--border);
    border-radius: 12px;
    padding: 16px 18px;
    margin-bottom: 14px;
  }

  .check-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid var(--border);
    font-size: 14px;
    line-height: 1.65;
    word-break: keep-all;
  }

  .check-item:last-child { border-bottom: none; }

  .check-item .c-icon { font-size: 18px; flex-shrink: 0; margin-top: 1px; }
  .check-item .c-text strong { display: block; font-weight: 800; font-size: 14px; margin-bottom: 2px; }
  .check-item .c-text span { font-size: 13px; color: var(--gray); }

  /* ===== 브릿지 ===== */
  .bridge-text {
    background: #fafafa;
    border-left: 4px solid var(--primary);
    padding: 14px 18px;
    font-size: 14px;
    color: #374151;
    border-radius: 0 8px 8px 0;
    margin-bottom: 16px;
    line-height: 1.8;
    word-break: keep-all;
  }

  /* ===== FAQ ===== */
  .faq-item {
    border: 1.5px solid var(--border);
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    background: var(--card);
  }

  .faq-q { background: var(--light); padding: 13px 16px; font-size: 14px; font-weight: 800; color: var(--text); word-break: keep-all; }
  .faq-a { padding: 13px 16px; font-size: 13px; color: #374151; line-height: 1.8; word-break: keep-all; }

  /* ===== 주의 박스 ===== */
  .notice-box {
    background: #f9fafb;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 14px 18px;
    margin-top: 8px;
  }

  .notice-box p { font-size: 13px; color: var(--gray); padding-left: 14px; position: relative; margin-bottom: 6px; line-height: 1.65; word-break: keep-all; }
  .notice-box p:last-child { margin-bottom: 0; }
  .notice-box p::before { content: '·'; position: absolute; left: 4px; }

  hr.divider { border: none; border-top: 1px solid var(--border); margin: 22px 0; }

  /* ===== 관련 페이지 ===== */
  .related-section {
    background: #e0e0e0;
    padding: 24px;
    border-top: 1px solid var(--border);
  }

  @media (max-width: 480px) { .related-section { padding: 20px 16px; } }

  .related-title { font-size: 14px; font-weight: 700; color: var(--gray); margin-bottom: 14px; text-align: center; }

  .related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

  @media (max-width: 360px) { .related-grid { grid-template-columns: 1fr; } }

  .related-card {
    background: var(--card);
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 14px;
    text-decoration: none;
    color: var(--text);
    transition: all 0.2s;
    display: block;
  }

  .related-card:hover { border-color: var(--primary); box-shadow: 0 2px 10px rgba(198,40,40,0.1); }
  .related-card .rc-icon { font-size: 22px; margin-bottom: 6px; display: block; }
  .related-card .rc-title { font-size: 13px; font-weight: 800; margin-bottom: 4px; word-break: keep-all; }
  .related-card .rc-desc { font-size: 11px; color: var(--gray); line-height: 1.5; word-break: keep-all; }

  /* ===== 푸터 ===== */
  .footer {
    background: #1a1a1a;
    color: #9ca3af;
    font-size: 11px;
    text-align: center;
    padding: 24px 20px;
    line-height: 2;
  }

  .footer a { color: #6b7280; text-decoration: underline; }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;wrap&quot;&gt;

&lt;!-- 경고 배너 --&gt;
&lt;div class=&quot;warn-top&quot;&gt;
    주말 두류공원 주차장 — 오전 11시면 100% 만차입니다
&lt;/div&gt;

&lt;!-- 헤더 --&gt;
&lt;header class=&quot;site-header&quot;&gt;
  &lt;a href=&quot;landing1.html&quot; class=&quot;site-logo&quot;&gt;  치맥26 가이드&lt;/a&gt;
  &lt;nav class=&quot;site-nav&quot;&gt;
    &lt;a href=&quot;landing1.html&quot;&gt;일정&lt;/a&gt;
    &lt;a href=&quot;landing2.html&quot;&gt;예매&lt;/a&gt;
    &lt;a href=&quot;landing3.html&quot;&gt;구역&lt;/a&gt;
    &lt;a href=&quot;landing4.html&quot;&gt;교통&lt;/a&gt;
  &lt;/nav&gt;
&lt;/header&gt;

&lt;!-- 히어로 --&gt;
&lt;section class=&quot;hero&quot;&gt;
  &lt;p class=&quot;eyebrow&quot;&gt;두류공원 교통·주차 완벽 가이드&lt;/p&gt;
  &lt;h1&gt;자차로 갔다가 주차 못 해서&lt;br&gt;1시간 헤맨 사람들의 실수&lt;/h1&gt;
  &lt;p class=&quot;sub&quot;&gt;지하철 2호선 두류역에서 도보 5분이면 끝&lt;br&gt;불가피하게 자차를 이용할 경우 이 가이드대로만 하세요&lt;/p&gt;
  &lt;div class=&quot;key-info&quot;&gt;
      지하철 2호선 두류역 → 도보 5분 → 축제장
  &lt;/div&gt;
&lt;/section&gt;

&lt;!-- 상단 CTA --&gt;
&lt;div class=&quot;btn-wrap&quot;&gt;
  &lt;a href=&quot;step2.html&quot; class=&quot;cta-btn&quot;&gt;공식 정보 및 프리미엄존 예매 바로가기&lt;/a&gt;
&lt;/div&gt;

&lt;!-- 광고 A --&gt;
&lt;div class=&quot;ad-box&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- 해시태그 --&gt;
&lt;div class=&quot;hashtag-section&quot;&gt;
  &lt;a href=&quot;landing1.html&quot; class=&quot;hashtag&quot;&gt;#치맥페 전체 일정&lt;/a&gt;
  &lt;a href=&quot;landing2.html&quot; class=&quot;hashtag&quot;&gt;#프리미엄존 예매&lt;/a&gt;
  &lt;a href=&quot;step2.html&quot; class=&quot;hashtag&quot;&gt;#공식 정보 바로가기&lt;/a&gt;
  &lt;p class=&quot;summary&quot;&gt;
    두류공원 인근 주차장은 축제 기간 중 평일에도 일찍 찹니다.&lt;br&gt;
    대중교통 이용이 최선이며, 자차 이용 시 반드시 이 가이드의 환승 주차 전략을 따르세요.
  &lt;/p&gt;
&lt;/div&gt;

&lt;!-- PASONA 섹션 --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;div class=&quot;pasona-box prob&quot;&gt;
    &lt;span class=&quot;box-label&quot;&gt;  이런 분 계신가요?&lt;/span&gt;
    &lt;p&gt;
      치맥페스티벌 가려고 친구들이랑 자차로 출발했는데,
      두류공원 근처에서 주차할 곳을 못 찾아 골목을 30분 넘게 돌다가
      결국 2km 떨어진 곳에 불법 주차하고 땡볕에 걸어간 경험 있으신가요?
      매년 이런 상황을 겪는 분들이 정말 많습니다.
    &lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;pasona-box agit&quot;&gt;
    &lt;span class=&quot;box-label&quot;&gt;  더 힘든 건...&lt;/span&gt;
    &lt;p&gt;
      공연 끝나고 나오면 밤 11시인데, 택시는 전혀 안 잡히고
      대중교통은 끊겨가는 시간이라 귀가가 더 큰 문제가 됩니다.
      입장할 때보다 나올 때 더 힘들었다는 후기가 매년 쏟아지는 이유가 바로 이것입니다.
    &lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;pasona-box solu&quot;&gt;
    &lt;span class=&quot;box-label&quot;&gt;✅ 이렇게 하면 됩니다&lt;/span&gt;
    &lt;p&gt;
      지하철 2호선 두류역에서 내리면 도보 5분이면 축제장입니다.
      자차를 가져올 경우 2~3 정거장 전 역의 환승 주차장에 세우고 지하철로 이동하는 방식이
      가장 현명합니다. 이 페이지의 방법대로 하면 교통 스트레스 없이 즐길 수 있습니다.
    &lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;pasona-box offe&quot;&gt;
    &lt;span class=&quot;box-label&quot;&gt;  이 페이지에서 확인할 수 있는 것&lt;/span&gt;
    &lt;p&gt;
      ① 지하철·버스·자차·택시 수단별 교통 안내&lt;br&gt;
      ② 두류공원 인근 주차장 위치 및 규모&lt;br&gt;
      ③ 환승 주차 활용 방법 (앱 포함)&lt;br&gt;
      ④ 귀가 시 택시·심야버스 꿀팁
    &lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;narrow-box&quot;&gt;
      주말(7/4·5) 두류공원 주차장은 오전 11시면 만차&lt;br&gt;
    &lt;span style=&quot;font-size:13px; font-weight:600;&quot;&gt;자차 방문 계획 중이라면 지금 바로 환승 주차장을 미리 결제해두세요&lt;/span&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- 광고 B --&gt;
&lt;div class=&quot;ad-box&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- 교통 수단별 안내 --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;span class=&quot;section-title&quot;&gt;수단별 교통 안내&lt;/span&gt;

  &lt;!-- 지하철 --&gt;
  &lt;div class=&quot;transport-card&quot;&gt;
    &lt;div class=&quot;tc-header&quot;&gt;
      &lt;div class=&quot;tc-icon subway&quot;&gt; &lt;/div&gt;
      &lt;div class=&quot;tc-header-text&quot;&gt;
        &lt;p class=&quot;tc-title&quot;&gt;지하철 — 가장 빠르고 편한 방법&lt;/p&gt;
        &lt;span class=&quot;tc-badge best&quot;&gt;BEST 추천&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;tc-body&quot;&gt;
      &lt;div class=&quot;tc-row&quot;&gt;
        &lt;span class=&quot;t-label&quot;&gt;노선&lt;/span&gt;
        &lt;span class=&quot;t-value&quot;&gt;&lt;span class=&quot;bl&quot;&gt;대구 지하철 2호선&lt;/span&gt;&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tc-row&quot;&gt;
        &lt;span class=&quot;t-label&quot;&gt;하차역&lt;/span&gt;
        &lt;span class=&quot;t-value&quot;&gt;&lt;strong&gt;두류역 (10번·11번 출구)&lt;/strong&gt;&lt;small&gt;출구에서 두류공원 정문까지 도보 약 5분&lt;/small&gt;&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tc-row&quot;&gt;
        &lt;span class=&quot;t-label&quot;&gt;주요 접근&lt;/span&gt;
        &lt;span class=&quot;t-value&quot;&gt;동대구역에서 약 20분 / 반월당역에서 약 10분&lt;small&gt;동대구역 → 2호선 환승 → 두류역 (직행 가능)&lt;/small&gt;&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tc-row&quot;&gt;
        &lt;span class=&quot;t-label&quot;&gt;운행 연장&lt;/span&gt;
        &lt;span class=&quot;t-value&quot;&gt;축제 기간 중 막차 시간 연장 운행 예정&lt;small&gt;정확한 운행 시간은 대구도시철도공사 공식 공지 확인 필요&lt;/small&gt;&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tc-row&quot;&gt;
        &lt;span class=&quot;t-label&quot;&gt;요금&lt;/span&gt;
        &lt;span class=&quot;t-value&quot;&gt;1,500원 내외 (교통카드 기준)&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tc-tip&quot;&gt;배차 간격도 축제 기간 중 단축 운행합니다. 돌아올 때도 지하철이 가장 빠릅니다. '대구교통공사' 앱으로 실시간 막차 시간을 확인하세요.&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 버스 --&gt;
  &lt;div class=&quot;transport-card&quot;&gt;
    &lt;div class=&quot;tc-header&quot;&gt;
      &lt;div class=&quot;tc-icon bus&quot;&gt; &lt;/div&gt;
      &lt;div class=&quot;tc-header-text&quot;&gt;
        &lt;p class=&quot;tc-title&quot;&gt;버스 — 지역 거주자에게 유용&lt;/p&gt;
        &lt;span class=&quot;tc-badge good&quot;&gt;권장&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;tc-body&quot;&gt;
      &lt;div class=&quot;tc-row&quot;&gt;
        &lt;span class=&quot;t-label&quot;&gt;하차 정류장&lt;/span&gt;
        &lt;span class=&quot;t-value&quot;&gt;&lt;strong&gt;'두류공원' 또는 '두류역' 정류장&lt;/strong&gt;&lt;small&gt;해당 정류장 경유 노선은 버스 앱(카카오맵·네이버지도)에서 확인&lt;/small&gt;&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tc-row&quot;&gt;
        &lt;span class=&quot;t-label&quot;&gt;심야버스&lt;/span&gt;
        &lt;span class=&quot;t-value&quot;&gt;심야1번 (두류공원 → 동대구역)&lt;small&gt;심야3번 (두류공원 → 수성구 방향)&lt;/small&gt;&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tc-row&quot;&gt;
        &lt;span class=&quot;t-label&quot;&gt;주의사항&lt;/span&gt;
        &lt;span class=&quot;t-value&quot;&gt;축제 기간 도로 혼잡으로 지하철 대비 시간 소요 많음&lt;small&gt;배차 간격이 길 수 있으니 앱으로 실시간 확인 권장&lt;/small&gt;&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tc-tip&quot;&gt;버스는 도로 혼잡 영향을 받습니다. 시간이 여유롭다면 좋지만, 시간이 촉박하다면 지하철을 이용하세요.&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 자차 --&gt;
  &lt;div class=&quot;transport-card&quot;&gt;
    &lt;div class=&quot;tc-header&quot;&gt;
      &lt;div class=&quot;tc-icon car&quot;&gt; &lt;/div&gt;
      &lt;div class=&quot;tc-header-text&quot;&gt;
        &lt;p class=&quot;tc-title&quot;&gt;자차 — 환승 주차 전략 필수&lt;/p&gt;
        &lt;span class=&quot;tc-badge caution&quot;&gt;주의 필요&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;tc-body&quot;&gt;
      &lt;div class=&quot;tc-row&quot;&gt;
        &lt;span class=&quot;t-label&quot;&gt;핵심 전략&lt;/span&gt;
        &lt;span class=&quot;t-value&quot;&gt;&lt;strong&gt;두류공원 2~3 정거장 전 역 인근 공영주차장에 주차 후 지하철 이용&lt;/strong&gt;&lt;small&gt;두류공원 현장 주차는 주말 기준 오전 11시면 만차&lt;/small&gt;&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tc-row&quot;&gt;
        &lt;span class=&quot;t-label&quot;&gt;추천 주차 역&lt;/span&gt;
        &lt;span class=&quot;t-value&quot;&gt;감삼역·죽전역·용산역 인근 공영주차장&lt;small&gt;두류역까지 1~2 정거장 거리, 주차 여유 상대적으로 있음&lt;/small&gt;&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tc-row&quot;&gt;
        &lt;span class=&quot;t-label&quot;&gt;추천 앱&lt;/span&gt;
        &lt;span class=&quot;t-value&quot;&gt;&lt;strong&gt;모두의주차장&lt;/strong&gt; — 사전 당일권 결제 가능&lt;small&gt;출발 전 앱에서 주차장 예약 후 이동하면 공간 확보 가능&lt;/small&gt;&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tc-row&quot;&gt;
        &lt;span class=&quot;t-label&quot;&gt;현장 주차&lt;/span&gt;
        &lt;span class=&quot;t-value&quot;&gt;두류공원 제1주차장 약 200대 규모&lt;small&gt;평일도 18시 이후 빠르게 차며, 주말은 사실상 이용 불가&lt;/small&gt;&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tc-tip&quot;&gt;출발 전 '모두의주차장' 앱에서 감삼역·죽전역 인근 공영주차장을 미리 예약하세요. 당일 현장에서 자리를 찾으려 하면 거의 실패합니다.&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 택시 --&gt;
  &lt;div class=&quot;transport-card&quot;&gt;
    &lt;div class=&quot;tc-header&quot;&gt;
      &lt;div class=&quot;tc-icon taxi&quot;&gt; &lt;/div&gt;
      &lt;div class=&quot;tc-header-text&quot;&gt;
        &lt;p class=&quot;tc-title&quot;&gt;택시 — 귀가 시 특히 주의&lt;/p&gt;
        &lt;span class=&quot;tc-badge last&quot;&gt;마지막 수단&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;tc-body&quot;&gt;
      &lt;div class=&quot;tc-row&quot;&gt;
        &lt;span class=&quot;t-label&quot;&gt;입장 시&lt;/span&gt;
        &lt;span class=&quot;t-value&quot;&gt;카카오택시로 축제 시작 전 미리 호출하면 비교적 수월&lt;small&gt;18시 이후 수요 급증으로 대기시간 길어짐&lt;/small&gt;&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tc-row&quot;&gt;
        &lt;span class=&quot;t-label&quot;&gt;귀가 시&lt;/span&gt;
        &lt;span class=&quot;t-value&quot;&gt;&lt;strong&gt;축제 종료(23시) 직후 잡기 매우 어려움&lt;/strong&gt;&lt;small&gt;두류역 1번 출구 or 두류공원 후문 쪽이 상대적으로 수월&lt;/small&gt;&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tc-row&quot;&gt;
        &lt;span class=&quot;t-label&quot;&gt;꿀팁&lt;/span&gt;
        &lt;span class=&quot;t-value&quot;&gt;공연 끝나기 20~30분 전에 미리 카카오택시 예약 호출&lt;small&gt;23시 이후 심야 할증 적용 (20% 추가)&lt;/small&gt;&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tc-tip&quot;&gt;귀가 시 택시보다 지하철 연장 운행을 적극 활용하세요. 지하철이 가장 빠르고 저렴합니다.&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

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

  &lt;!-- 현장 주차장 정보 --&gt;
  &lt;span class=&quot;section-title&quot;&gt;두류공원 인근 주차장 정보&lt;/span&gt;

  &lt;div class=&quot;parking-card&quot;&gt;
    &lt;div class=&quot;parking-row&quot;&gt;
      &lt;div class=&quot;p-num&quot;&gt;1&lt;/div&gt;
      &lt;div class=&quot;p-info&quot;&gt;
        &lt;p class=&quot;p-name&quot;&gt;두류공원 제1주차장 (축제장 인접)&lt;/p&gt;
        &lt;p class=&quot;p-detail&quot;&gt;약 200대 규모. 축제장과 가장 가깝지만 &lt;strong&gt;평일도 18~19시면 만차&lt;/strong&gt;. 주말은 오전 11시에도 이미 꽉 찹니다. 사실상 축제 당일 이용은 불가 수준.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;parking-row&quot;&gt;
      &lt;div class=&quot;p-num&quot;&gt;2&lt;/div&gt;
      &lt;div class=&quot;p-info&quot;&gt;
        &lt;p class=&quot;p-name&quot;&gt;두류공원 인근 노상·유료 주차장&lt;/p&gt;
        &lt;p class=&quot;p-detail&quot;&gt;두류공원 주변 골목 유료 주차장도 축제 당일에는 매우 빠르게 차므로 기대하기 어렵습니다. 불법 주차 시 견인 위험이 있으니 절대 비추천.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;parking-row&quot;&gt;
      &lt;div class=&quot;p-num&quot;&gt;3&lt;/div&gt;
      &lt;div class=&quot;p-info&quot;&gt;
        &lt;p class=&quot;p-name&quot;&gt;환승 추천 — 감삼역·죽전역 인근 공영주차장&lt;/p&gt;
        &lt;p class=&quot;p-detail&quot;&gt;두류역에서 1~2 정거장 거리로, 공영주차장 여유가 상대적으로 많습니다. &lt;strong&gt;'모두의주차장' 앱&lt;/strong&gt;으로 사전 당일권을 결제해두면 확실하게 공간을 확보할 수 있습니다.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;parking-row&quot;&gt;
      &lt;div class=&quot;p-num&quot;&gt;4&lt;/div&gt;
      &lt;div class=&quot;p-info&quot;&gt;
        &lt;p class=&quot;p-name&quot;&gt;원거리 주차 후 지하철 이용 (가장 안전한 방법)&lt;/p&gt;
        &lt;p class=&quot;p-detail&quot;&gt;동대구역 인근 대형 주차장에 주차 후 지하철 2호선으로 두류역까지 이동하는 방법도 있습니다. 시간이 조금 걸리지만 주차 걱정이 완전히 해소됩니다.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;notice-box&quot;&gt;
    &lt;p&gt;주차장 정보는 현장 상황에 따라 운영 여부와 요금이 달라질 수 있습니다.&lt;/p&gt;
    &lt;p&gt;축제 기간 중 두류공원 인근 도로는 극심한 혼잡이 예상되므로 자차 이용을 최소화하는 것을 강력 권장합니다.&lt;/p&gt;
    &lt;p&gt;장애인 차량의 경우 별도 장애인 주차 구역이 마련될 예정이니 공식 홈페이지에서 사전 확인하세요.&lt;/p&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- 당일 준비물 체크리스트 --&gt;
&lt;div class=&quot;section&quot; style=&quot;padding-top:4px;&quot;&gt;

  &lt;span class=&quot;section-title&quot;&gt;당일 방문 전 준비물 체크리스트&lt;/span&gt;

  &lt;div class=&quot;checklist&quot;&gt;
    &lt;div class=&quot;check-item&quot;&gt;
      &lt;span class=&quot;c-icon&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;c-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;check-item&quot;&gt;
      &lt;span class=&quot;c-icon&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;c-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;check-item&quot;&gt;
      &lt;span class=&quot;c-icon&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;c-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;check-item&quot;&gt;
      &lt;span class=&quot;c-icon&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;c-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;check-item&quot;&gt;
      &lt;span class=&quot;c-icon&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;c-text&quot;&gt;
        &lt;strong&gt;폭염 대비 — 쿨타월·선크림·물&lt;/strong&gt;
        &lt;span&gt;대구 7월 평균 최고기온 35도 내외. 쿨링 용품과 생수를 반드시 챙기세요. 쿨링포그 시설은 행사장 곳곳에 설치됩니다.&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;check-item&quot;&gt;
      &lt;span class=&quot;c-icon&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;c-text&quot;&gt;
        &lt;strong&gt;프리미엄존 티켓 화면 미리 저장&lt;/strong&gt;
        &lt;span&gt;현장 입장 시 데이터가 느릴 수 있습니다. 티켓링크 QR코드를 스크린샷으로 저장해두세요.&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;bridge-text&quot;&gt;
    교통과 준비물까지 완벽하게 챙겼다면, 이제 프리미엄존 예매만 남았습니다.
    잔여석은 빠르게 소진되고 있어요. 지금 티켓링크에서 남은 자리를 확인해보세요.  
  &lt;/div&gt;

  &lt;a href=&quot;step2.html&quot; class=&quot;cta-btn&quot;&gt;프리미엄존 예매 및 공식 정보 바로가기&lt;/a&gt;

&lt;/div&gt;

&lt;!-- 광고 C --&gt;
&lt;div class=&quot;ad-box&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- FAQ --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;span class=&quot;section-title&quot;&gt;자주 묻는 질문 (FAQ)&lt;/span&gt;

  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;div class=&quot;faq-q&quot;&gt;Q. 지방에서 KTX 타고 올 경우 동대구역에서 바로 갈 수 있나요?&lt;/div&gt;
    &lt;div class=&quot;faq-a&quot;&gt;
      네, 가능합니다. 동대구역에서 대구 지하철 1호선을 타고 반월당역에서 2호선으로 환승한 뒤 두류역에서 내리면 됩니다.
      동대구역에서 두류역까지 지하철로 약 20분 내외 소요됩니다.
      KTX 도착 시간에 맞춰 여유 있게 출발하시면 편하게 이동할 수 있습니다.
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;div class=&quot;faq-q&quot;&gt;Q. 셔틀버스가 운행되나요?&lt;/div&gt;
    &lt;div class=&quot;faq-a&quot;&gt;
      과거 축제에서 주요 지역과 축제장 사이 셔틀버스가 유료(편도 2,000~3,000원)로 운행된 적이 있습니다.
      2026년 운행 여부는 현재 미정이며, 공식 홈페이지(chimacfestival.com)와 인스타그램(@daegu_chimac_festival)에서
      개막 전 공지가 올라올 예정입니다. 셔틀 운행 공지를 확인한 뒤 이용을 결정하시기 바랍니다.
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;div class=&quot;faq-q&quot;&gt;Q. 대중교통 없이 귀가해야 할 때 어떻게 하나요?&lt;/div&gt;
    &lt;div class=&quot;faq-a&quot;&gt;
      공연 종료 시간(23시) 이후에는 지하철 연장 운행 여부를 먼저 확인하세요. 연장 운행이 없을 경우,
      심야1번(두류공원→동대구역), 심야3번(두류공원→수성구) 심야버스를 이용하거나 택시를 이용해야 합니다.
      택시는 공연 끝나기 20~30분 전에 카카오택시로 미리 예약 호출하는 것을 강력 추천합니다.
      두류역 1번 출구 쪽이 택시 대기가 상대적으로 수월합니다.  
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;bridge-text&quot; style=&quot;margin-top:16px;&quot;&gt;
    교통 계획까지 완료하셨다면 모든 준비가 끝났습니다!
    라인업, 구역별 프로그램, 예매 방법 중 아직 확인 못한 정보가 있다면 아래 관련 페이지에서 확인해보세요.  
  &lt;/div&gt;

  &lt;a href=&quot;step2.html&quot; class=&quot;cta-btn&quot;&gt;공식 홈페이지·티켓링크 한 번에 바로가기&lt;/a&gt;

&lt;/div&gt;

&lt;!-- 관련 페이지 --&gt;
&lt;div class=&quot;related-section&quot;&gt;
  &lt;p class=&quot;related-title&quot;&gt;관련 정보 더 보기&lt;/p&gt;
  &lt;div class=&quot;related-grid&quot;&gt;
    &lt;a href=&quot;landing1.html&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-icon&quot;&gt; &lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;전체 일정 및 라인업&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;FT아일랜드·N.Flying·10CM·카더가든 날짜별 일정&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;landing2.html&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-icon&quot;&gt; &lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;프리미엄존 예매 방법&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;85,000원 테이블석 티켓링크 예매 성공 전략&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;landing3.html&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-icon&quot;&gt; &lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;구역별 즐기는 법&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;워터피아·떼창클럽·EGG섬 완벽 공략&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;step2.html&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-icon&quot;&gt; &lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;공식 채널 바로가기&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;티켓링크·공식 홈페이지·인스타그램 한 번에&lt;/p&gt;
    &lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- 푸터 --&gt;
&lt;footer class=&quot;footer&quot;&gt;
  &lt;p&gt;본 페이지는 공개된 보도자료 및 공식 발표를 기반으로 작성된 정보 제공 목적의 페이지입니다.&lt;/p&gt;
  &lt;p&gt;교통 정보·운행 시간은 변경될 수 있으니 방문 전 공식 채널 및 교통 앱에서 반드시 확인하시기 바랍니다.&lt;/p&gt;
  &lt;p style=&quot;margin-top:8px;&quot;&gt;
    &lt;a href=&quot;#&quot;&gt;개인정보처리방침&lt;/a&gt; &amp;nbsp;|&amp;nbsp; Copyright &amp;copy; 2026 치맥26 가이드
  &lt;/p&gt;
&lt;/footer&gt;

&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <category>소소 여행</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/120</guid>
      <comments>https://sosonursing.tistory.com/entry/%EB%8C%80%EA%B5%AC-%EC%B9%98%EB%A7%A5%ED%8E%98%EC%8A%A4%ED%8B%B0%EB%B2%8C-%EA%B5%90%ED%86%B5-%EC%A3%BC%EC%B0%A8-%EA%BF%80%ED%8C%81-2026-%EB%91%90%EB%A5%98%EA%B3%B5%EC%9B%90-%EA%B0%80%EB%8A%94-%EB%B2%95-%EC%B4%9D%EC%A0%95%EB%A6%AC#entry120comment</comments>
      <pubDate>Tue, 30 Jun 2026 07:37:30 +0900</pubDate>
    </item>
    <item>
      <title>대구 치맥페스티벌 구역별 즐기는 법 2026 | 워터피아&amp;middot;떼창클럽&amp;middot;EGG섬 완벽 공략</title>
      <link>https://sosonursing.tistory.com/entry/%EB%8C%80%EA%B5%AC-%EC%B9%98%EB%A7%A5%ED%8E%98%EC%8A%A4%ED%8B%B0%EB%B2%8C-%EA%B5%AC%EC%97%AD%EB%B3%84-%EC%A6%90%EA%B8%B0%EB%8A%94-%EB%B2%95-2026-%EC%9B%8C%ED%84%B0%ED%94%BC%EC%95%84%C2%B7%EB%96%BC%EC%B0%BD%ED%81%B4%EB%9F%BD%C2%B7EGG%EC%84%AC-%EC%99%84%EB%B2%BD-%EA%B3%B5%EB%9E%B5</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 | 워터피아·떼창클럽·EGG섬 완벽 공략&lt;/title&gt;
&lt;meta name=&quot;description&quot; content=&quot;2026 대구치맥페스티벌 4개 테마 구역 완벽 공략. 대프리카 워터피아, 치맥떼창 클럽, K-치맥 컬처 스트리트, EGG섬 구역별 즐기는 법과 이동 동선을 안내합니다.&quot;&gt;
&lt;meta property=&quot;og:title&quot; content=&quot;치맥페스티벌 구역별 즐기는 법 2026 완벽 공략&quot;&gt;
&lt;meta property=&quot;og:description&quot; content=&quot;워터피아·떼창클럽·EGG섬 4개 구역 완벽 공략 — 처음 가는 분도 헷갈리지 않는 동선 가이드&quot;&gt;
&lt;meta property=&quot;og:image&quot; content=&quot;https://www.chimacfestival.com/img/og_image.jpg&quot;&gt;
&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Gowun+Dodum&amp;family=Noto+Sans+KR:wght@400;500;700;900&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;
&lt;style&gt;
  :root {
    --primary: #e63946;
    --primary-dark: #c1121f;
    --bg: #f0f7f4;
    --card: #ffffff;
    --text: #1a1a1a;
    --gray: #6b7280;
    --light: #e8f4f0;
    --border: #d1e8e0;
    --green: #2d6a4f;
    --green-light: #d8f3e3;
  }

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

  body {
    font-family: 'Gowun Dodum', 'Noto Sans KR', sans-serif;
    background: #d8ede6;
    color: var(--text);
    font-size: 15px;
    line-height: 1.75;
  }

  .wrap {
    max-width: 720px;
    margin: 0 auto;
    background: var(--bg);
    min-height: 100vh;
  }

  /* ===== 헤더 ===== */
  .site-header {
    background: var(--card);
    border-bottom: 2px solid var(--primary);
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 100;
  }

  .site-logo {
    font-size: 15px;
    font-weight: 700;
    color: var(--primary);
    text-decoration: none;
  }

  .site-nav { display: flex; gap: 12px; }
  .site-nav a { font-size: 12px; color: var(--gray); text-decoration: none; font-weight: 700; }
  .site-nav a:hover { color: var(--primary); }

  @media (max-width: 480px) { .site-nav { display: none; } }

  /* ===== 히어로 ===== */
  .hero {
    background: linear-gradient(145deg, #1b4332 0%, #2d6a4f 60%, #40916c 100%);
    color: #fff;
    padding: 44px 24px 36px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .hero::before {
    content: ' ';
    font-size: 130px;
    position: absolute;
    right: -16px;
    bottom: -16px;
    opacity: 0.08;
    pointer-events: none;
  }

  .hero .eyebrow {
    display: inline-block;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.35);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 5px 16px;
    border-radius: 20px;
    margin-bottom: 16px;
  }

  .hero h1 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 12px;
    word-break: keep-all;
  }

  @media (max-width: 480px) {
    .hero { padding: 32px 16px 28px; }
    .hero h1 { font-size: 20px; }
  }

  .hero .sub {
    font-size: 14px;
    opacity: 0.9;
    line-height: 1.8;
    word-break: keep-all;
  }

  .hero .meta-row {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
    flex-wrap: wrap;
  }

  .hero .meta-badge {
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 8px;
  }

  /* ===== CTA 버튼 ===== */
  .btn-wrap {
    padding: 18px 24px 4px;
  }

  @media (max-width: 480px) { .btn-wrap { padding: 16px 16px 4px; } }

  .cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    color: #fff;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 900;
    text-decoration: none;
    width: 100%;
    box-shadow: 0 4px 18px rgba(230,57,70,0.28);
    transition: background 0.2s, transform 0.1s;
    word-break: keep-all;
    min-height: 54px;
  }

  .cta-btn:hover { background: var(--primary-dark); transform: translateY(-1px); }
  .cta-btn:active { transform: scale(0.97); }

  .cta-btn.green-btn {
    background: var(--green);
    box-shadow: 0 4px 18px rgba(45,106,79,0.28);
  }

  .cta-btn.green-btn:hover { background: #1b4332; }

  /* ===== 광고 ===== */
  .ad-box {
    background: #e0efe9;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 10px;
    text-align: center;
    min-height: 100px;
  }

  /* ===== 해시태그 ===== */
  .hashtag-section {
    padding: 20px 24px 8px;
    text-align: center;
  }

  @media (max-width: 480px) { .hashtag-section { padding: 16px 16px 6px; } }

  .hashtag-section .summary {
    font-size: 14px;
    color: var(--gray);
    margin-top: 10px;
    line-height: 1.8;
    word-break: keep-all;
  }

  a.hashtag {
    display: inline-block;
    background: var(--card);
    color: #333;
    border-radius: 20px;
    padding: 7px 16px;
    margin: 4px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s;
    border: 1.5px solid var(--border);
  }

  a.hashtag:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
  }

  /* ===== 섹션 ===== */
  .section {
    padding: 26px 24px;
  }

  @media (max-width: 480px) { .section { padding: 20px 16px; } }
  .section + .section { padding-top: 4px; }

  .section-title {
    font-size: 18px;
    font-weight: 900;
    color: var(--text);
    margin-bottom: 14px;
    padding-left: 14px;
    border-left: 4px solid var(--primary);
    line-height: 1.5;
    word-break: keep-all;
  }

  /* ===== PASONA 박스 ===== */
  .pasona-box {
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 12px;
    word-break: keep-all;
    font-size: 14px;
    line-height: 1.85;
  }

  .box-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
    opacity: 0.7;
  }

  .prob { background: #fff8f8; border: 1.5px solid #fca5a5; }
  .agit { background: #fffbeb; border: 1.5px solid #fde68a; }
  .solu { background: #f0fdf4; border: 1.5px solid #86efac; }
  .offe { background: #eff6ff; border: 1.5px solid #93c5fd; }

  .narrow-box {
    background: linear-gradient(135deg, #fff3cd, #ffeaa7);
    border: 2px solid #ffc107;
    border-radius: 12px;
    padding: 16px 18px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: #92400e;
    word-break: keep-all;
    line-height: 1.7;
  }

  /* ===== 구역 카드 (메인) ===== */
  .zone-card-big {
    background: var(--card);
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border: 1.5px solid var(--border);
  }

  .zone-header {
    padding: 18px 20px 14px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
  }

  .zone-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    flex-shrink: 0;
  }

  .zone-icon-wrap.z1 { background: #dbeafe; }
  .zone-icon-wrap.z2 { background: #fce7f3; }
  .zone-icon-wrap.z3 { background: #fef9c3; }
  .zone-icon-wrap.z4 { background: #dcfce7; }

  .zone-header-text { flex: 1; }
  .zone-num { font-size: 11px; font-weight: 700; color: var(--gray); letter-spacing: 1px; margin-bottom: 4px; }
  .zone-name { font-size: 16px; font-weight: 900; color: var(--text); word-break: keep-all; margin-bottom: 4px; }
  .zone-theme {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 6px;
    color: #fff;
  }

  .zone-theme.t1 { background: #3b82f6; }
  .zone-theme.t2 { background: #ec4899; }
  .zone-theme.t3 { background: #f59e0b; }
  .zone-theme.t4 { background: #10b981; }

  .zone-body {
    padding: 0 20px 18px;
    border-top: 1px solid var(--border);
  }

  .zone-desc {
    font-size: 14px;
    color: #374151;
    line-height: 1.85;
    padding-top: 14px;
    word-break: keep-all;
    margin-bottom: 12px;
  }

  .zone-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
  }

  .zone-tag {
    display: inline-block;
    background: var(--light);
    color: var(--green);
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 6px;
    border: 1px solid var(--border);
  }

  .zone-tip {
    background: #f0fdf4;
    border: 1px solid #86efac;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 13px;
    color: #166534;
    line-height: 1.7;
    word-break: keep-all;
  }

  .zone-tip::before { content: '  Tip. '; font-weight: 700; }

  /* ===== 동선 가이드 ===== */
  .flow-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .flow-item {
    display: flex;
    align-items: stretch;
    gap: 0;
  }

  .flow-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 36px;
    flex-shrink: 0;
  }

  .flow-dot {
    width: 28px;
    height: 28px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 1;
  }

  .flow-line {
    width: 2px;
    background: var(--border);
    flex: 1;
    margin: 4px 0;
  }

  .flow-item:last-child .flow-line { display: none; }

  .flow-content {
    background: var(--card);
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 10px;
    flex: 1;
    word-break: keep-all;
  }

  .flow-content .f-time {
    font-size: 12px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 4px;
  }

  .flow-content .f-title {
    font-size: 14px;
    font-weight: 900;
    color: var(--text);
    margin-bottom: 4px;
  }

  .flow-content .f-desc {
    font-size: 13px;
    color: var(--gray);
    line-height: 1.7;
  }

  /* ===== 정보 카드 ===== */
  .info-card {
    border: 1.5px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 14px;
    background: var(--card);
  }

  .info-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 13px 16px;
    border-bottom: 1px solid var(--border);
  }

  .info-row:last-child { border-bottom: none; }
  .info-label { font-size: 12px; font-weight: 700; color: var(--gray); min-width: 72px; flex-shrink: 0; padding-top: 2px; }
  .info-value { font-size: 14px; font-weight: 500; color: var(--text); flex: 1; word-break: keep-all; }
  .info-value strong { color: var(--primary); font-weight: 700; }
  .info-value small { display: block; font-size: 12px; color: var(--gray); margin-top: 2px; }

  /* ===== 브릿지 ===== */
  .bridge-text {
    background: #f0fdf4;
    border-left: 4px solid var(--green);
    padding: 14px 18px;
    font-size: 14px;
    color: #374151;
    border-radius: 0 8px 8px 0;
    margin-bottom: 16px;
    line-height: 1.8;
    word-break: keep-all;
  }

  /* ===== FAQ ===== */
  .faq-item {
    border: 1.5px solid var(--border);
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    background: var(--card);
  }

  .faq-q { background: var(--light); padding: 13px 16px; font-size: 14px; font-weight: 700; color: var(--text); word-break: keep-all; }
  .faq-a { padding: 13px 16px; font-size: 13px; color: #374151; line-height: 1.8; word-break: keep-all; }

  /* ===== 주의 박스 ===== */
  .notice-box {
    background: #f9fafb;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 14px 18px;
    margin-top: 8px;
  }

  .notice-box p { font-size: 13px; color: var(--gray); padding-left: 14px; position: relative; margin-bottom: 6px; line-height: 1.65; word-break: keep-all; }
  .notice-box p:last-child { margin-bottom: 0; }
  .notice-box p::before { content: '·'; position: absolute; left: 4px; }

  hr.divider { border: none; border-top: 1px solid var(--border); margin: 22px 0; }

  /* ===== 관련 페이지 ===== */
  .related-section {
    background: #d4ede4;
    padding: 24px;
    border-top: 1px solid var(--border);
  }

  @media (max-width: 480px) { .related-section { padding: 20px 16px; } }

  .related-title { font-size: 14px; font-weight: 700; color: var(--gray); margin-bottom: 14px; text-align: center; }

  .related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

  @media (max-width: 360px) { .related-grid { grid-template-columns: 1fr; } }

  .related-card {
    background: var(--card);
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 14px;
    text-decoration: none;
    color: var(--text);
    transition: all 0.2s;
    display: block;
  }

  .related-card:hover { border-color: var(--primary); box-shadow: 0 2px 10px rgba(230,57,70,0.1); }
  .related-card .rc-icon { font-size: 22px; margin-bottom: 6px; display: block; }
  .related-card .rc-title { font-size: 13px; font-weight: 700; margin-bottom: 4px; word-break: keep-all; }
  .related-card .rc-desc { font-size: 11px; color: var(--gray); line-height: 1.5; word-break: keep-all; }

  /* ===== 푸터 ===== */
  .footer {
    background: #1a1a1a;
    color: #9ca3af;
    font-size: 11px;
    text-align: center;
    padding: 24px 20px;
    line-height: 2;
  }

  .footer a { color: #6b7280; text-decoration: underline; }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;wrap&quot;&gt;

&lt;!-- 헤더 --&gt;
&lt;header class=&quot;site-header&quot;&gt;
  &lt;a href=&quot;landing1.html&quot; class=&quot;site-logo&quot;&gt;  치맥26 가이드&lt;/a&gt;
  &lt;nav class=&quot;site-nav&quot;&gt;
    &lt;a href=&quot;landing1.html&quot;&gt;일정&lt;/a&gt;
    &lt;a href=&quot;landing2.html&quot;&gt;예매&lt;/a&gt;
    &lt;a href=&quot;landing3.html&quot;&gt;구역&lt;/a&gt;
    &lt;a href=&quot;landing4.html&quot;&gt;교통&lt;/a&gt;
  &lt;/nav&gt;
&lt;/header&gt;

&lt;!-- 히어로 --&gt;
&lt;section class=&quot;hero&quot;&gt;
  &lt;p class=&quot;eyebrow&quot;&gt;4개 테마 구역 완벽 공략 가이드&lt;/p&gt;
  &lt;h1&gt;워터피아·떼창클럽·EGG섬&lt;br&gt;어디서 뭘 해야 제일 재밌을까?&lt;/h1&gt;
  &lt;p class=&quot;sub&quot;&gt;처음 가는 분도 헷갈리지 않는 구역별 프로그램 안내&lt;br&gt;추천 동선까지 한 번에 정리했습니다&lt;/p&gt;
  &lt;div class=&quot;meta-row&quot;&gt;
    &lt;span class=&quot;meta-badge&quot;&gt;  대프리카 워터피아&lt;/span&gt;
    &lt;span class=&quot;meta-badge&quot;&gt;  치맥떼창 클럽&lt;/span&gt;
    &lt;span class=&quot;meta-badge&quot;&gt;  K-치맥 스트리트&lt;/span&gt;
    &lt;span class=&quot;meta-badge&quot;&gt;  EGG섬&lt;/span&gt;
  &lt;/div&gt;
&lt;/section&gt;

&lt;!-- 상단 CTA --&gt;
&lt;div class=&quot;btn-wrap&quot;&gt;
  &lt;a href=&quot;step2.html&quot; class=&quot;cta-btn&quot;&gt;프리미엄존 예매 및 공식 정보 보기&lt;/a&gt;
&lt;/div&gt;

&lt;!-- 광고 A --&gt;
&lt;div class=&quot;ad-box&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- 해시태그 --&gt;
&lt;div class=&quot;hashtag-section&quot;&gt;
  &lt;a href=&quot;landing2.html&quot; class=&quot;hashtag&quot;&gt;#프리미엄존 예매방법&lt;/a&gt;
  &lt;a href=&quot;landing4.html&quot; class=&quot;hashtag&quot;&gt;#교통·주차 꿀팁&lt;/a&gt;
  &lt;a href=&quot;step2.html&quot; class=&quot;hashtag&quot;&gt;#공식 정보 바로가기&lt;/a&gt;
  &lt;p class=&quot;summary&quot;&gt;
    두류공원 전체가 4개의 테마 구역으로 나뉘어 운영됩니다.&lt;br&gt;
    어디에서 무엇을 즐길지 미리 파악하고 가면 동선 낭비 없이 훨씬 알차게 즐길 수 있어요.
  &lt;/p&gt;
&lt;/div&gt;

&lt;!-- PASONA 섹션 --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;div class=&quot;pasona-box prob&quot;&gt;
    &lt;span class=&quot;box-label&quot;&gt;  이런 분 계신가요?&lt;/span&gt;
    &lt;p&gt;
      치맥페스티벌 간다고 했는데 막상 두류공원에 도착하니 어디가 어딘지 모르겠고,
      사람에 치여 이리저리 돌아다니다가 정작 메인 공연은 반도 못 보고 나온 경험 있으신가요?
      4개 구역이 각기 다른 장소에 흩어져 있어 미리 알고 가지 않으면 시간을 많이 낭비하게 됩니다.
    &lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;pasona-box agit&quot;&gt;
    &lt;span class=&quot;box-label&quot;&gt;  더 아쉬운 건...&lt;/span&gt;
    &lt;p&gt;
      가장 인기 있는 '대프리카 워터피아'는 자리가 일찍 꽉 차고,
      '치맥떼창 클럽'은 언제 어디서 시작하는지 몰라서 그냥 지나치는 분들이 많습니다.
      EGG섬 이벤트나 굿즈는 수량이 한정이라 늦게 가면 없어지기도 하고요.
    &lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;pasona-box solu&quot;&gt;
    &lt;span class=&quot;box-label&quot;&gt;✅ 이 페이지에서 해결됩니다&lt;/span&gt;
    &lt;p&gt;
      4개 테마 구역의 위치와 주요 프로그램, 각 구역의 특징과 추천 대상,
      그리고 처음 방문하는 분들을 위한 추천 동선까지 한 번에 정리했습니다.
    &lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;pasona-box offe&quot;&gt;
    &lt;span class=&quot;box-label&quot;&gt;  이 페이지에서 확인할 수 있는 것&lt;/span&gt;
    &lt;p&gt;
      ① 4개 테마 구역 상세 설명 및 주요 프로그램&lt;br&gt;
      ② 구역별 추천 대상 (커플·가족·혼자 방문 등)&lt;br&gt;
      ③ 처음 방문자를 위한 추천 이동 동선&lt;br&gt;
      ④ 구역별 실전 꿀팁
    &lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;narrow-box&quot;&gt;
      주말(7/4·5)에는 구역별 인파가 극도로 집중됩니다&lt;br&gt;
    &lt;span style=&quot;font-size:13px; font-weight:500;&quot;&gt;동선 계획 없이 갔다가 공연만 못 보고 온 후기가 매년 쏟아집니다&lt;/span&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- 광고 B --&gt;
&lt;div class=&quot;ad-box&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- 4개 구역 상세 --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;span class=&quot;section-title&quot;&gt;4개 테마 구역 상세 가이드&lt;/span&gt;

  &lt;!-- 구역 1 --&gt;
  &lt;div class=&quot;zone-card-big&quot;&gt;
    &lt;div class=&quot;zone-header&quot;&gt;
      &lt;div class=&quot;zone-icon-wrap z1&quot;&gt; &lt;/div&gt;
      &lt;div class=&quot;zone-header-text&quot;&gt;
        &lt;p class=&quot;zone-num&quot;&gt;ZONE 1 · 메인 구역&lt;/p&gt;
        &lt;p class=&quot;zone-name&quot;&gt;2·28 자유광장&lt;br&gt;— 대프리카 워터피아&lt;/p&gt;
        &lt;span class=&quot;zone-theme t1&quot;&gt;EDM + 워터 + K-POP 콘서트&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;zone-body&quot;&gt;
      &lt;p class=&quot;zone-desc&quot;&gt;
        치맥페스티벌의 핵심 무대가 바로 이곳입니다. 올해는 360도 원형 무대를 새롭게 도입해
        어느 각도에서 봐도 공연을 가까이 즐길 수 있습니다.
        대구의 폭염을 날려버리는 시원한 물줄기와 EDM, K-POP 공연이 동시에 펼쳐지는
        복합 체험 공간으로, FT아일랜드·N.Flying·10CM·카더가든 등 라인업 아티스트들이
        모두 이 무대에 섭니다. 프리미엄 사전예약존도 이 구역에 위치합니다.
      &lt;/p&gt;
      &lt;div class=&quot;zone-tags&quot;&gt;
        &lt;span class=&quot;zone-tag&quot;&gt;360도 원형 무대&lt;/span&gt;
        &lt;span class=&quot;zone-tag&quot;&gt;K-POP 콘서트&lt;/span&gt;
        &lt;span class=&quot;zone-tag&quot;&gt;EDM 파티&lt;/span&gt;
        &lt;span class=&quot;zone-tag&quot;&gt;워터캐논&lt;/span&gt;
        &lt;span class=&quot;zone-tag&quot;&gt;프리미엄존 위치&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;zone-tip&quot;&gt;물이 뿌려지는 공연이니 방수 가방 또는 방수 파우치를 꼭 챙기세요. 스마트폰 방수 케이스도 필수입니다.&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 구역 2 --&gt;
  &lt;div class=&quot;zone-card-big&quot;&gt;
    &lt;div class=&quot;zone-header&quot;&gt;
      &lt;div class=&quot;zone-icon-wrap z2&quot;&gt; &lt;/div&gt;
      &lt;div class=&quot;zone-header-text&quot;&gt;
        &lt;p class=&quot;zone-num&quot;&gt;ZONE 2 · 참여형 구역&lt;/p&gt;
        &lt;p class=&quot;zone-name&quot;&gt;2·28 기념탑 주차장&lt;br&gt;— 치맥떼창 클럽&lt;/p&gt;
        &lt;span class=&quot;zone-theme t2&quot;&gt;DJ + 떼창 + 참여형 파티&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;zone-body&quot;&gt;
      &lt;p class=&quot;zone-desc&quot;&gt;
        DJ와 관람객이 함께 노래하고 춤추는 참여형 공간입니다.
        정해진 공연을 보는 방식이 아니라 관람객 스스로가 파티의 주인공이 되는 구역으로,
        치맥을 손에 들고 모르는 사람들과 떼창을 부르는 색다른 경험을 할 수 있습니다.
        2030 젊은 층에게 가장 인기 있는 구역 중 하나입니다.
      &lt;/p&gt;
      &lt;div class=&quot;zone-tags&quot;&gt;
        &lt;span class=&quot;zone-tag&quot;&gt;DJ 공연&lt;/span&gt;
        &lt;span class=&quot;zone-tag&quot;&gt;떼창 파티&lt;/span&gt;
        &lt;span class=&quot;zone-tag&quot;&gt;참여형 이벤트&lt;/span&gt;
        &lt;span class=&quot;zone-tag&quot;&gt;야간 열기 최고&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;zone-tip&quot;&gt;밤 9시 이후 열기가 최고조에 달합니다. 체력 안배를 위해 저녁 식사 후 이동하는 동선을 추천합니다.&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 구역 3 --&gt;
  &lt;div class=&quot;zone-card-big&quot;&gt;
    &lt;div class=&quot;zone-header&quot;&gt;
      &lt;div class=&quot;zone-icon-wrap z3&quot;&gt; &lt;/div&gt;
      &lt;div class=&quot;zone-header-text&quot;&gt;
        &lt;p class=&quot;zone-num&quot;&gt;ZONE 3 · 먹거리 구역&lt;/p&gt;
        &lt;p class=&quot;zone-name&quot;&gt;두류공원 로드 일대&lt;br&gt;— K-치맥 컬처 스트리트&lt;/p&gt;
        &lt;span class=&quot;zone-theme t3&quot;&gt;치킨 브랜드 + 굿즈 + 포토존&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;zone-body&quot;&gt;
      &lt;p class=&quot;zone-desc&quot;&gt;
        치맥페스티벌의 먹거리와 볼거리가 집중된 거리입니다.
        국내외 유명 치킨 브랜드와 맥주 업체 부스가 줄지어 늘어서 있으며,
        CU와 연계한 K-치킨 신메뉴 경연대회와 수제맥주 경연대회도 이 구역에서 열립니다.
        인기 작가 KKEKK와 협업한 피규어 키링·쿨타월 등 한정 굿즈도 여기서 판매합니다.
        포토존이 풍부해 SNS 콘텐츠 촬영을 즐기는 분들에게 특히 인기가 높습니다.
      &lt;/p&gt;
      &lt;div class=&quot;zone-tags&quot;&gt;
        &lt;span class=&quot;zone-tag&quot;&gt;치킨 브랜드 부스&lt;/span&gt;
        &lt;span class=&quot;zone-tag&quot;&gt;수제맥주 경연&lt;/span&gt;
        &lt;span class=&quot;zone-tag&quot;&gt;한정 굿즈 판매&lt;/span&gt;
        &lt;span class=&quot;zone-tag&quot;&gt;포토존&lt;/span&gt;
        &lt;span class=&quot;zone-tag&quot;&gt;K-컬처 체험&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;zone-tip&quot;&gt;한정 굿즈는 수량이 적어 일찍 소진됩니다. 18시 입장 직후 굿즈 먼저 확보하고 공연 구역으로 이동하는 것을 추천합니다.&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 구역 4 --&gt;
  &lt;div class=&quot;zone-card-big&quot;&gt;
    &lt;div class=&quot;zone-header&quot;&gt;
      &lt;div class=&quot;zone-icon-wrap z4&quot;&gt; &lt;/div&gt;
      &lt;div class=&quot;zone-header-text&quot;&gt;
        &lt;p class=&quot;zone-num&quot;&gt;ZONE 4 · 휴식 구역&lt;/p&gt;
        &lt;p class=&quot;zone-name&quot;&gt;코오롱 야외음악당&lt;br&gt;— 치상낙원 EGG섬&lt;/p&gt;
        &lt;span class=&quot;zone-theme t4&quot;&gt;휴식 + 이벤트 + 가족 친화&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;zone-body&quot;&gt;
      &lt;p class=&quot;zone-desc&quot;&gt;
        더위와 인파에 지쳤을 때 쉬어가기 좋은 공간입니다.
        지난해 관람객 호응이 가장 높았던 구역으로, 올해는 시그니처 포토존과
        '황금 EGG를 찾아라' 미션 이벤트가 새로 추가됐습니다.
        야외음악당 특성상 우천이나 폭염 상황에서도 비교적 쾌적하게 즐길 수 있으며,
        가족 단위 방문객이나 조용히 치맥을 즐기고 싶은 분들에게 추천합니다.
      &lt;/p&gt;
      &lt;div class=&quot;zone-tags&quot;&gt;
        &lt;span class=&quot;zone-tag&quot;&gt;황금 EGG 미션&lt;/span&gt;
        &lt;span class=&quot;zone-tag&quot;&gt;포토존&lt;/span&gt;
        &lt;span class=&quot;zone-tag&quot;&gt;폭염 피난처&lt;/span&gt;
        &lt;span class=&quot;zone-tag&quot;&gt;가족 친화&lt;/span&gt;
        &lt;span class=&quot;zone-tag&quot;&gt;버스킹 공연&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;zone-tip&quot;&gt;폭염이 심한 날에는 이곳을 베이스캠프로 삼고 메인 공연 시간에 맞춰 이동하는 전략이 효과적입니다.&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- 추천 동선 --&gt;
&lt;div class=&quot;section&quot; style=&quot;padding-top:4px;&quot;&gt;

  &lt;span class=&quot;section-title&quot;&gt;처음 방문자를 위한 추천 동선&lt;/span&gt;

  &lt;div class=&quot;flow-wrap&quot;&gt;
    &lt;div class=&quot;flow-item&quot;&gt;
      &lt;div class=&quot;flow-left&quot;&gt;
        &lt;div class=&quot;flow-dot&quot;&gt;18&lt;/div&gt;
        &lt;div class=&quot;flow-line&quot;&gt;&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;flow-content&quot;&gt;
        &lt;p class=&quot;f-time&quot;&gt;18:00 입장 직후&lt;/p&gt;
        &lt;p class=&quot;f-title&quot;&gt;① K-치맥 컬처 스트리트 — 굿즈 먼저 확보&lt;/p&gt;
        &lt;p class=&quot;f-desc&quot;&gt;한정 굿즈와 먹거리 부스는 일찍 입장해야 여유 있게 선택할 수 있습니다. 치킨과 맥주를 먼저 주문해두고 픽업 대기하는 것도 좋습니다.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;flow-item&quot;&gt;
      &lt;div class=&quot;flow-left&quot;&gt;
        &lt;div class=&quot;flow-dot&quot;&gt;19&lt;/div&gt;
        &lt;div class=&quot;flow-line&quot;&gt;&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;flow-content&quot;&gt;
        &lt;p class=&quot;f-time&quot;&gt;19:00 ~ 20:00&lt;/p&gt;
        &lt;p class=&quot;f-title&quot;&gt;② EGG섬 — 치맥 즐기며 여유롭게 휴식&lt;/p&gt;
        &lt;p class=&quot;f-desc&quot;&gt;구입한 치킨과 맥주를 들고 EGG섬에서 여유롭게 즐깁니다. 폭염 속에서 체력을 비축하는 시간입니다. 황금 EGG 미션도 이 시간에 참여하세요.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;flow-item&quot;&gt;
      &lt;div class=&quot;flow-left&quot;&gt;
        &lt;div class=&quot;flow-dot&quot;&gt;20&lt;/div&gt;
        &lt;div class=&quot;flow-line&quot;&gt;&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;flow-content&quot;&gt;
        &lt;p class=&quot;f-time&quot;&gt;20:00 ~ 21:00&lt;/p&gt;
        &lt;p class=&quot;f-title&quot;&gt;③ 2·28 자유광장 — 메인 K-POP 공연 관람&lt;/p&gt;
        &lt;p class=&quot;f-desc&quot;&gt;메인 아티스트 공연이 이 시간대에 집중됩니다. 프리미엄존 예매자는 테이블석으로, 일반 관람객은 일찍 자리를 잡아두는 것이 중요합니다.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;flow-item&quot;&gt;
      &lt;div class=&quot;flow-left&quot;&gt;
        &lt;div class=&quot;flow-dot&quot;&gt;21&lt;/div&gt;
        &lt;div class=&quot;flow-line&quot;&gt;&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;flow-content&quot;&gt;
        &lt;p class=&quot;f-time&quot;&gt;21:00 이후&lt;/p&gt;
        &lt;p class=&quot;f-title&quot;&gt;④ 치맥떼창 클럽 — 야간 파티로 마무리&lt;/p&gt;
        &lt;p class=&quot;f-desc&quot;&gt;공연이 끝난 후 체력이 남아 있다면 기념탑 주차장으로 이동해 떼창 클럽 파티로 마무리. 밤 9시 이후가 가장 분위기가 뜨겁습니다.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;notice-box&quot; style=&quot;margin-top: 14px;&quot;&gt;
    &lt;p&gt;위 동선은 일반적인 추천 순서이며, 공연 시간표에 따라 순서를 조정하는 것이 좋습니다.&lt;/p&gt;
    &lt;p&gt;공식 일정표는 개막 전 홈페이지(chimacfestival.com)에서 공개됩니다.&lt;/p&gt;
    &lt;p&gt;폭염 대비 쿨링포그 시설이 구역 곳곳에 설치되어 있으며, 수분 보충을 자주 해주세요.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;bridge-text&quot; style=&quot;margin-top: 16px;&quot;&gt;
    구역별 동선은 파악했는데, 두류공원까지 어떻게 가야 할지 아직 계획이 없으신가요?
    주말에는 주차장이 오전 11시면 이미 만차가 됩니다. 자차로 갔다가 주변을 배회하다 지쳐 돌아오는 분들이 매년 많습니다.
    교통과 주차 꿀팁을 미리 확인해두시면 당일 스트레스가 훨씬 줄어듭니다.  
  &lt;/div&gt;

  &lt;a href=&quot;landing4.html&quot; class=&quot;cta-btn green-btn&quot;&gt;교통·주차 꿀팁 확인하기&lt;/a&gt;

&lt;/div&gt;

&lt;!-- 광고 C --&gt;
&lt;div class=&quot;ad-box&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- FAQ --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;span class=&quot;section-title&quot;&gt;자주 묻는 질문 (FAQ)&lt;/span&gt;

  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;div class=&quot;faq-q&quot;&gt;Q. 워터피아 구역에서 옷이 다 젖나요? 여벌 옷이 필요한가요?&lt;/div&gt;
    &lt;div class=&quot;faq-a&quot;&gt;
      워터캐논과 물 분사가 꽤 강하게 이루어지기 때문에 충분히 젖을 수 있습니다.
      물놀이를 즐길 생각이라면 여벌 옷과 수건을 챙기시는 것을 강하게 추천드립니다.
      가방은 방수 백이나 방수 파우치를 사용하고, 스마트폰 방수 케이스도 꼭 준비하세요.
      워터피아 구역 근처에서 수건·쿨타월 굿즈를 판매하기도 합니다.
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;div class=&quot;faq-q&quot;&gt;Q. 치킨과 맥주 가격이 어느 정도 되나요?&lt;/div&gt;
    &lt;div class=&quot;faq-a&quot;&gt;
      현장 치킨 브랜드 부스 기준으로 치킨 1마리는 약 20,000~23,000원 선으로 알려져 있습니다.
      맥주는 캔맥주·생맥주 모두 판매하며 컵·캔 단위로 구입할 수 있습니다.
      프리미엄 테이블석 구매 시 맥주 6캔이 포함돼 있어 음료 비용을 일부 절약할 수 있습니다.
      현장 결제는 카드와 현금 모두 가능하지만 카드를 권장합니다.
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;div class=&quot;faq-q&quot;&gt;Q. 아이와 함께 가도 괜찮은 축제인가요?&lt;/div&gt;
    &lt;div class=&quot;faq-a&quot;&gt;
      EGG섬(코오롱 야외음악당) 구역은 가족 단위 방문객에게 적합한 공간입니다.
      메인 무대(워터피아·떼창 클럽)는 야간 성인 중심의 분위기라 어린 자녀와 함께라면
      이른 시간대에 K-치맥 컬처 스트리트와 EGG섬 위주로 즐기고 일찍 귀가하는 일정을 권장합니다.
      올해는 장애인 전용 관람 동선도 대폭 개선돼 이동이 불편한 분들도 편하게 즐길 수 있습니다.  
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;bridge-text&quot; style=&quot;margin-top:16px;&quot;&gt;
    구역 정보는 파악했는데 예매는 아직이신가요?
    프리미엄 사전예약존은 잔여석이 빠르게 소진되고 있습니다.
    지금 바로 티켓링크에서 잔여석을 확인해보세요.  
  &lt;/div&gt;

  &lt;a href=&quot;step2.html&quot; class=&quot;cta-btn&quot;&gt;프리미엄존 예매 및 공식 정보 바로가기&lt;/a&gt;

&lt;/div&gt;

&lt;!-- 관련 페이지 --&gt;
&lt;div class=&quot;related-section&quot;&gt;
  &lt;p class=&quot;related-title&quot;&gt;관련 정보 더 보기&lt;/p&gt;
  &lt;div class=&quot;related-grid&quot;&gt;
    &lt;a href=&quot;landing1.html&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-icon&quot;&gt; &lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;전체 일정 및 라인업&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;FT아일랜드·N.Flying·10CM·카더가든 날짜별 일정&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;landing2.html&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-icon&quot;&gt; &lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;프리미엄존 예매 방법&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;오픈 5분 만에 매진! 티켓링크 성공 전략&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;landing4.html&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-icon&quot;&gt; &lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;교통·주차 꿀팁&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;오전 11시면 만차! 주차 걱정 없이 가는 법&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;step2.html&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-icon&quot;&gt; &lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;공식 채널 바로가기&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;티켓링크·공식 홈페이지·인스타그램 한 번에&lt;/p&gt;
    &lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- 푸터 --&gt;
&lt;footer class=&quot;footer&quot;&gt;
  &lt;p&gt;본 페이지는 공개된 보도자료 및 공식 발표를 기반으로 작성된 정보 제공 목적의 페이지입니다.&lt;/p&gt;
  &lt;p&gt;실제 구역 구성·프로그램은 변경될 수 있으니 방문 전 공식 채널에서 반드시 확인하시기 바랍니다.&lt;/p&gt;
  &lt;p style=&quot;margin-top:8px;&quot;&gt;
    &lt;a href=&quot;#&quot;&gt;개인정보처리방침&lt;/a&gt; &amp;nbsp;|&amp;nbsp; Copyright &amp;copy; 2026 치맥26 가이드
  &lt;/p&gt;
&lt;/footer&gt;

&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <category>소소 여행</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/119</guid>
      <comments>https://sosonursing.tistory.com/entry/%EB%8C%80%EA%B5%AC-%EC%B9%98%EB%A7%A5%ED%8E%98%EC%8A%A4%ED%8B%B0%EB%B2%8C-%EA%B5%AC%EC%97%AD%EB%B3%84-%EC%A6%90%EA%B8%B0%EB%8A%94-%EB%B2%95-2026-%EC%9B%8C%ED%84%B0%ED%94%BC%EC%95%84%C2%B7%EB%96%BC%EC%B0%BD%ED%81%B4%EB%9F%BD%C2%B7EGG%EC%84%AC-%EC%99%84%EB%B2%BD-%EA%B3%B5%EB%9E%B5#entry119comment</comments>
      <pubDate>Fri, 26 Jun 2026 12:30:21 +0900</pubDate>
    </item>
    <item>
      <title>대구 치맥페스티벌 프리미엄존 예매 방법 2026 | 티켓링크 성공 전략</title>
      <link>https://sosonursing.tistory.com/entry/%EB%8C%80%EA%B5%AC-%EC%B9%98%EB%A7%A5%ED%8E%98%EC%8A%A4%ED%8B%B0%EB%B2%8C-%ED%94%84%EB%A6%AC%EB%AF%B8%EC%97%84%EC%A1%B4-%EC%98%88%EB%A7%A4-%EB%B0%A9%EB%B2%95-2026-%ED%8B%B0%EC%BC%93%EB%A7%81%ED%81%AC-%EC%84%B1%EA%B3%B5-%EC%A0%84%EB%9E%B5</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 | 티켓링크 성공 전략&lt;/title&gt;
&lt;meta name=&quot;description&quot; content=&quot;2026 대구치맥페스티벌 프리미엄 사전예약존 예매 방법 총정리. 85,000원 4인 테이블, 오픈 5분 만에 매진! 티켓링크 성공 전략 지금 확인하세요.&quot;&gt;
&lt;meta property=&quot;og:title&quot; content=&quot;치맥페스티벌 프리미엄존 예매 방법 2026&quot;&gt;
&lt;meta property=&quot;og:description&quot; content=&quot;오픈 5분 만에 매진! 85,000원 프리미엄 테이블 티켓링크 예매 성공 전략 총정리&quot;&gt;
&lt;meta property=&quot;og:image&quot; content=&quot;https://www.chimacfestival.com/img/og_image.jpg&quot;&gt;
&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&amp;family=Nanum+Gothic:wght@400;700;800&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;
&lt;style&gt;
  :root {
    --primary: #d32f2f;
    --primary-dark: #b71c1c;
    --bg: #fdf6ec;
    --card: #ffffff;
    --text: #1a1a1a;
    --gray: #6b7280;
    --light: #fef9f0;
    --border: #e8ddd0;
    --yellow: #fff3cd;
  }

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

  body {
    font-family: 'Nanum Gothic', sans-serif;
    background: #e8e0d8;
    color: var(--text);
    font-size: 15px;
    line-height: 1.75;
  }

  .wrap {
    max-width: 720px;
    margin: 0 auto;
    background: var(--bg);
    min-height: 100vh;
  }

  /* ===== 헤더 ===== */
  .site-header {
    background: var(--card);
    border-bottom: 2px solid var(--primary);
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 100;
  }

  .site-logo {
    font-family: 'Nanum Myeongjo', serif;
    font-size: 15px;
    font-weight: 800;
    color: var(--primary);
    text-decoration: none;
  }

  .site-nav {
    display: flex;
    gap: 12px;
  }

  .site-nav a {
    font-size: 12px;
    color: var(--gray);
    text-decoration: none;
    font-weight: 700;
  }

  .site-nav a:hover { color: var(--primary); }

  @media (max-width: 480px) { .site-nav { display: none; } }

  /* ===== 히어로 ===== */
  .hero {
    background: linear-gradient(145deg, #c62828 0%, #8b0000 100%);
    color: #fff;
    padding: 44px 24px 36px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .hero::before {
    content: ' ';
    font-size: 120px;
    position: absolute;
    right: -20px;
    top: -10px;
    opacity: 0.08;
    pointer-events: none;
  }

  .hero .eyebrow {
    display: inline-block;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.35);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    padding: 5px 16px;
    border-radius: 20px;
    margin-bottom: 16px;
  }

  .hero h1 {
    font-family: 'Nanum Myeongjo', serif;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 12px;
    word-break: keep-all;
  }

  @media (max-width: 480px) {
    .hero { padding: 32px 16px 28px; }
    .hero h1 { font-size: 20px; }
  }

  .hero .sub {
    font-size: 14px;
    opacity: 0.9;
    line-height: 1.8;
    word-break: keep-all;
  }

  /* ===== 긴급 배너 ===== */
  .urgent-banner {
    background: #fff3cd;
    border-bottom: 2px solid #ffc107;
    padding: 10px 20px;
    text-align: center;
    font-size: 13px;
    font-weight: 800;
    color: #92400e;
  }

  /* ===== CTA 버튼 ===== */
  .btn-wrap {
    padding: 18px 24px 4px;
  }

  .cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    color: #fff;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    width: 100%;
    box-shadow: 0 4px 18px rgba(211,47,47,0.30);
    transition: background 0.2s, transform 0.1s;
    word-break: keep-all;
    min-height: 54px;
    font-family: 'Nanum Gothic', sans-serif;
  }

  .cta-btn:hover { background: var(--primary-dark); transform: translateY(-1px); }
  .cta-btn:active { transform: scale(0.97); }

  @media (max-width: 480px) { .btn-wrap { padding: 16px 16px 4px; } }

  /* ===== 광고 ===== */
  .ad-box {
    background: #f5ede0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 10px;
    text-align: center;
    min-height: 100px;
  }

  /* ===== 해시태그 ===== */
  .hashtag-section {
    padding: 20px 24px 8px;
    text-align: center;
  }

  @media (max-width: 480px) { .hashtag-section { padding: 16px 16px 6px; } }

  .hashtag-section .summary {
    font-size: 14px;
    color: var(--gray);
    margin-top: 10px;
    line-height: 1.8;
    word-break: keep-all;
  }

  a.hashtag {
    display: inline-block;
    background: var(--card);
    color: #333;
    border-radius: 20px;
    padding: 7px 16px;
    margin: 4px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s;
    border: 1.5px solid var(--border);
  }

  a.hashtag:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
  }

  /* ===== 섹션 ===== */
  .section {
    padding: 26px 24px;
  }

  @media (max-width: 480px) { .section { padding: 20px 16px; } }

  .section + .section { padding-top: 4px; }

  .section-title {
    font-family: 'Nanum Myeongjo', serif;
    font-size: 18px;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 14px;
    padding-left: 14px;
    border-left: 4px solid var(--primary);
    line-height: 1.5;
    word-break: keep-all;
  }

  /* ===== PASONA 박스 ===== */
  .pasona-box {
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 12px;
    word-break: keep-all;
    font-size: 14px;
    line-height: 1.85;
  }

  .box-label {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 8px;
    opacity: 0.7;
  }

  .prob { background: #fff8f8; border: 1.5px solid #fca5a5; }
  .agit { background: #fffbeb; border: 1.5px solid #fde68a; }
  .solu { background: #f0fdf4; border: 1.5px solid #86efac; }
  .offe { background: #eff6ff; border: 1.5px solid #93c5fd; }

  .narrow-box {
    background: linear-gradient(135deg, #fff3cd, #ffeaa7);
    border: 2px solid #ffc107;
    border-radius: 12px;
    padding: 16px 18px;
    text-align: center;
    font-weight: 800;
    font-size: 15px;
    color: #92400e;
    word-break: keep-all;
    line-height: 1.7;
  }

  /* ===== 혜택 카드 ===== */
  .benefit-card {
    background: var(--card);
    border: 2px solid var(--primary);
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 14px;
    box-shadow: 0 2px 12px rgba(211,47,47,0.10);
  }

  .benefit-card-header {
    background: var(--primary);
    color: #fff;
    padding: 14px 18px;
    font-size: 15px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .benefit-card-body {
    padding: 16px 18px;
  }

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

  .benefit-row:last-child { border-bottom: none; }

  .benefit-row .b-icon { font-size: 20px; flex-shrink: 0; }
  .benefit-row .b-text { flex: 1; word-break: keep-all; line-height: 1.7; }
  .benefit-row .b-text strong { color: var(--primary); display: block; font-size: 14px; }
  .benefit-row .b-text span { font-size: 13px; color: var(--gray); }

  /* ===== 가격 강조 ===== */
  .price-highlight {
    background: var(--card);
    border: 2px solid #ffc107;
    border-radius: 14px;
    padding: 20px;
    text-align: center;
    margin-bottom: 14px;
  }

  .price-highlight .price-label { font-size: 13px; color: var(--gray); font-weight: 700; margin-bottom: 6px; }
  .price-highlight .price-main { font-size: 36px; font-weight: 800; color: var(--primary); line-height: 1.1; }
  .price-highlight .price-unit { font-size: 16px; font-weight: 700; color: var(--gray); }
  .price-highlight .price-sub { font-size: 13px; color: var(--gray); margin-top: 8px; line-height: 1.7; }

  /* ===== 스텝 ===== */
  .step-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .step-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: var(--card);
    border: 1.5px solid var(--border);
    border-radius: 12px;
    padding: 16px;
  }

  .step-num {
    min-width: 30px;
    height: 30px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
  }

  .step-text { font-size: 14px; line-height: 1.7; word-break: keep-all; flex: 1; }
  .step-text strong { display: block; font-size: 15px; font-weight: 800; margin-bottom: 4px; color: var(--text); }
  .step-text .tip { display: inline-block; background: #fff3cd; color: #92400e; font-size: 12px; font-weight: 700; padding: 2px 8px; border-radius: 4px; margin-top: 6px; }

  /* ===== 경고 박스 ===== */
  .warn-box {
    background: #fff8f8;
    border: 1.5px solid #fca5a5;
    border-radius: 10px;
    padding: 14px 18px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.8;
    word-break: keep-all;
  }

  .warn-box strong { color: var(--primary); }

  /* ===== 브릿지 ===== */
  .bridge-text {
    background: #fff8f0;
    border-left: 4px solid var(--primary);
    padding: 14px 18px;
    font-size: 14px;
    color: #374151;
    border-radius: 0 8px 8px 0;
    margin-bottom: 16px;
    line-height: 1.8;
    word-break: keep-all;
  }

  /* ===== FAQ ===== */
  .faq-item {
    border: 1.5px solid var(--border);
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    background: var(--card);
  }

  .faq-q {
    background: var(--light);
    padding: 13px 16px;
    font-size: 14px;
    font-weight: 800;
    color: var(--text);
    word-break: keep-all;
  }

  .faq-a {
    padding: 13px 16px;
    font-size: 13px;
    color: #374151;
    line-height: 1.8;
    word-break: keep-all;
  }

  /* ===== 주의 박스 ===== */
  .notice-box {
    background: #f9fafb;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 14px 18px;
    margin-top: 8px;
  }

  .notice-box p {
    font-size: 13px;
    color: var(--gray);
    padding-left: 14px;
    position: relative;
    margin-bottom: 6px;
    line-height: 1.65;
    word-break: keep-all;
  }

  .notice-box p:last-child { margin-bottom: 0; }
  .notice-box p::before { content: '·'; position: absolute; left: 4px; }

  hr.divider {
    border: none;
    border-top: 1px solid var(--border);
    margin: 22px 0;
  }

  /* ===== 관련 페이지 ===== */
  .related-section {
    background: #f0e8dc;
    padding: 24px;
    border-top: 1px solid var(--border);
  }

  @media (max-width: 480px) { .related-section { padding: 20px 16px; } }

  .related-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--gray);
    margin-bottom: 14px;
    text-align: center;
  }

  .related-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  @media (max-width: 360px) { .related-grid { grid-template-columns: 1fr; } }

  .related-card {
    background: var(--card);
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 14px;
    text-decoration: none;
    color: var(--text);
    transition: all 0.2s;
    display: block;
  }

  .related-card:hover {
    border-color: var(--primary);
    box-shadow: 0 2px 10px rgba(211,47,47,0.1);
  }

  .related-card .rc-icon { font-size: 22px; margin-bottom: 6px; display: block; }
  .related-card .rc-title { font-size: 13px; font-weight: 800; margin-bottom: 4px; word-break: keep-all; }
  .related-card .rc-desc { font-size: 11px; color: var(--gray); line-height: 1.5; word-break: keep-all; }

  /* ===== 푸터 ===== */
  .footer {
    background: #1a1a1a;
    color: #9ca3af;
    font-size: 11px;
    text-align: center;
    padding: 24px 20px;
    line-height: 2;
  }

  .footer a { color: #6b7280; text-decoration: underline; }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;wrap&quot;&gt;

&lt;!-- 긴급 배너 --&gt;
&lt;div class=&quot;urgent-banner&quot;&gt;
  ⚡ 프리미엄존 잔여석 소진 임박 — 지금 바로 확인하세요
&lt;/div&gt;

&lt;!-- 헤더 --&gt;
&lt;header class=&quot;site-header&quot;&gt;
  &lt;a href=&quot;landing1.html&quot; class=&quot;site-logo&quot;&gt;  치맥26 가이드&lt;/a&gt;
  &lt;nav class=&quot;site-nav&quot;&gt;
    &lt;a href=&quot;landing1.html&quot;&gt;일정&lt;/a&gt;
    &lt;a href=&quot;landing2.html&quot;&gt;예매&lt;/a&gt;
    &lt;a href=&quot;landing3.html&quot;&gt;구역&lt;/a&gt;
    &lt;a href=&quot;landing4.html&quot;&gt;교통&lt;/a&gt;
  &lt;/nav&gt;
&lt;/header&gt;

&lt;!-- 히어로 --&gt;
&lt;section class=&quot;hero&quot;&gt;
  &lt;p class=&quot;eyebrow&quot;&gt;프리미엄 사전예약존 완벽 가이드&lt;/p&gt;
  &lt;h1&gt;오픈 5분 만에 전 일정 매진&lt;br&gt;예매 성공하는 방법 따로 있습니다&lt;/h1&gt;
  &lt;p class=&quot;sub&quot;&gt;티켓링크 예매 전 반드시 알아야 할 것들&lt;br&gt;85,000원 테이블석 · 맥주 6캔 포함 혜택까지 총정리&lt;/p&gt;
&lt;/section&gt;

&lt;!-- 상단 CTA --&gt;
&lt;div class=&quot;btn-wrap&quot;&gt;
  &lt;a href=&quot;step2.html&quot; class=&quot;cta-btn&quot;&gt;티켓링크 예매 페이지 바로가기&lt;/a&gt;
&lt;/div&gt;



&lt;!-- 해시태그 --&gt;
&lt;div class=&quot;hashtag-section&quot;&gt;
  &lt;a href=&quot;landing1.html&quot; class=&quot;hashtag&quot;&gt;#치맥페 일정 확인&lt;/a&gt;
  &lt;a href=&quot;landing4.html&quot; class=&quot;hashtag&quot;&gt;#교통·주차 꿀팁&lt;/a&gt;
  &lt;a href=&quot;step2.html&quot; class=&quot;hashtag&quot;&gt;#지금 예매하기&lt;/a&gt;
  &lt;p class=&quot;summary&quot;&gt;
    치맥페스티벌 프리미엄존은 매년 수 분 안에 전 일정이 매진됩니다.&lt;br&gt;
    준비 없이 접속하면 100% 실패 — 이 가이드 하나로 예매 성공률을 크게 높이세요.
  &lt;/p&gt;
&lt;/div&gt;

&lt;!-- PASONA 섹션 --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;div class=&quot;pasona-box prob&quot;&gt;
    &lt;span class=&quot;box-label&quot;&gt;  이런 경험 있으신가요?&lt;/span&gt;
    &lt;p&gt;
      작년에 치맥페스티벌 프리미엄존 예매하려고 오픈 시간에 맞춰 접속했는데
      결제 단계에서 튕기거나, 자리를 골랐더니 이미 매진이어서 허탕 친 적 있으신가요?
      아무 준비 없이 접속하면 5분 안에 전 일정이 사라지는 게 매년 반복되는 현실입니다.
    &lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;pasona-box agit&quot;&gt;
    &lt;span class=&quot;box-label&quot;&gt;  더 속상한 건...&lt;/span&gt;
    &lt;p&gt;
      결국 무료 자리에서 발 디딜 틈도 없이 멀리서 공연만 바라보다가,
      프리미엄존 사람들이 테이블에 앉아 여유롭게 치맥 즐기는 걸 부러워하며 돌아오게 됩니다.
      준비한 사람과 안 한 사람의 차이가 이렇게나 크게 나는 축제가 바로 치맥페스티벌입니다.
    &lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;pasona-box solu&quot;&gt;
    &lt;span class=&quot;box-label&quot;&gt;✅ 이 페이지가 알려드리는 것&lt;/span&gt;
    &lt;p&gt;
      티켓링크 예매 전 반드시 해야 할 사전 준비, 오픈 당일 성공률을 높이는 순서,
      그리고 혜택 구성까지 실제로 도움이 되는 정보만 정리했습니다.
      이 순서대로만 따라 하시면 예매 실패 확률을 크게 줄일 수 있습니다.
    &lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;pasona-box offe&quot;&gt;
    &lt;span class=&quot;box-label&quot;&gt;  이 페이지에서 확인할 수 있는 것&lt;/span&gt;
    &lt;p&gt;
      ① 프리미엄존 가격 및 포함 혜택 상세&lt;br&gt;
      ② 티켓링크 예매 전 필수 사전 준비 체크리스트&lt;br&gt;
      ③ 오픈 당일 순서별 예매 성공 전략&lt;br&gt;
      ④ 취소표 노리기 등 실패 후 대처법
    &lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;narrow-box&quot;&gt;
    ⏰ 7월 1일 개막까지 일주일도 남지 않았습니다!&lt;br&gt;
    &lt;span style=&quot;font-size:13px; font-weight:600;&quot;&gt;잔여석 있는 날짜부터 확인하고 지금 바로 예매하세요&lt;/span&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- 광고 B --&gt;


&lt;!-- 혜택 상세 --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;span class=&quot;section-title&quot;&gt;프리미엄 사전예약존 가격 및 혜택&lt;/span&gt;

  &lt;div class=&quot;price-highlight&quot;&gt;
    &lt;p class=&quot;price-label&quot;&gt;1테이블 (4인 기준) 가격&lt;/p&gt;
    &lt;p class=&quot;price-main&quot;&gt;85,000&lt;span class=&quot;price-unit&quot;&gt;원&lt;/span&gt;&lt;/p&gt;
    &lt;p class=&quot;price-sub&quot;&gt;
      1인당 환산 시 약 21,250원 · 1인 최대 4매 구매 가능&lt;br&gt;
      입장 시간: 매일 18:00 / 당일 취소·변경·환불 불가
    &lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;benefit-card&quot;&gt;
    &lt;div class=&quot;benefit-card-header&quot;&gt;
        테이블 구매 시 포함 혜택
    &lt;/div&gt;
    &lt;div class=&quot;benefit-card-body&quot;&gt;
      &lt;div class=&quot;benefit-row&quot;&gt;
        &lt;span class=&quot;b-icon&quot;&gt; &lt;/span&gt;
        &lt;div class=&quot;b-text&quot;&gt;
          &lt;strong&gt;맥주 6캔 제공&lt;/strong&gt;
          &lt;span&gt;테이블당 맥주 6캔 쿠폰 기본 제공. 현장에서 바로 사용 가능.&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;benefit-row&quot;&gt;
        &lt;span class=&quot;b-icon&quot;&gt; &lt;/span&gt;
        &lt;div class=&quot;b-text&quot;&gt;
          &lt;strong&gt;소시지 2개 제공&lt;/strong&gt;
          &lt;span&gt;기본 안주로 소시지 2개 포함. 치킨은 현장 별도 구매.&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;benefit-row&quot;&gt;
        &lt;span class=&quot;b-icon&quot;&gt; &lt;/span&gt;
        &lt;div class=&quot;b-text&quot;&gt;
          &lt;strong&gt;스탬프 굿즈 제공&lt;/strong&gt;
          &lt;span&gt;치맥26 한정 굿즈 제공. 매년 디자인이 바뀌어 소장 가치 높음.&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;benefit-row&quot;&gt;
        &lt;span class=&quot;b-icon&quot;&gt; &lt;/span&gt;
        &lt;div class=&quot;b-text&quot;&gt;
          &lt;strong&gt;메인 무대 최전선 자리&lt;/strong&gt;
          &lt;span&gt;2·28 자유광장 무대 바로 앞 지정 테이블석. 360도 원형 무대를 가장 가깝게 관람.&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;benefit-row&quot;&gt;
        &lt;span class=&quot;b-icon&quot;&gt;♿&lt;/span&gt;
        &lt;div class=&quot;b-text&quot;&gt;
          &lt;strong&gt;장애인 전용 관람석 별도 운영&lt;/strong&gt;
          &lt;span&gt;장애인 동반 방문객을 위한 전용 관람 동선 및 전용석 마련.&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;warn-box&quot;&gt;
    ⚠️ &lt;strong&gt;반드시 확인:&lt;/strong&gt; 프리미엄존은 가구역·나구역으로 나뉘며 둘 다 1테이블 85,000원으로 동일합니다.
    인기 구역에 집착하기보다 잔여석이 있는 구역을 빠르게 선택하는 것이 예매 성공의 핵심입니다.
  &lt;/div&gt;

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

  &lt;!-- 사전 준비 체크리스트 --&gt;
  &lt;span class=&quot;section-title&quot;&gt;예매 전 필수 사전 준비 체크리스트&lt;/span&gt;

  &lt;div class=&quot;step-wrap&quot;&gt;
    &lt;div class=&quot;step-item&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;1&lt;/div&gt;
      &lt;div class=&quot;step-text&quot;&gt;
        &lt;strong&gt;티켓링크 회원가입 및 본인인증 완료&lt;/strong&gt;
        티켓링크(ticketlink.co.kr) 계정이 없다면 지금 바로 가입하고 본인인증까지 마쳐두세요.
        예매 오픈 직전에 하려다가 시간을 낭비하는 분들이 매우 많습니다.
        &lt;span class=&quot;tip&quot;&gt;✔ 휴대폰 인증 + 주소 등록까지 미리 완료&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;step-item&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;2&lt;/div&gt;
      &lt;div class=&quot;step-text&quot;&gt;
        &lt;strong&gt;PAYCO 간편결제 필수 등록&lt;/strong&gt;
        티켓링크는 PAYCO 결제만 지원합니다. PAYCO 앱 설치 후 카드 등록, 본인인증까지 미리 완료해 두세요.
        결제 단계에서 막혀서 실패하는 가장 흔한 원인입니다.
        &lt;span class=&quot;tip&quot;&gt;✔ PAYCO 앱 설치 → 카드 등록 → 본인인증&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;step-item&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;3&lt;/div&gt;
      &lt;div class=&quot;step-text&quot;&gt;
        &lt;strong&gt;브라우저 설정 확인 (팝업 허용)&lt;/strong&gt;
        크롬 또는 네이버 웨일 브라우저 사용을 권장합니다. PC 환경이 모바일보다 훨씬 안정적입니다.
        크롬 설정에서 ticketlink.co.kr의 팝업 및 리디렉션을 허용 상태로 미리 변경해두세요.
        &lt;span class=&quot;tip&quot;&gt;✔ PC 크롬 + 팝업 허용 설정 완료&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;step-item&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;4&lt;/div&gt;
      &lt;div class=&quot;step-text&quot;&gt;
        &lt;strong&gt;서버 시간 정확히 맞추기&lt;/strong&gt;
        내 기기의 시간이 조금이라도 늦으면 오픈 전에 들어가지 못하거나 이미 늦을 수 있습니다.
        '네이비즘(Naverism)' 앱으로 정확한 서버 시간을 확인하고 맞춰두세요.
        &lt;span class=&quot;tip&quot;&gt;✔ 네이비즘 앱 설치 → 정각 카운트다운 활용&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;step-item&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;5&lt;/div&gt;
      &lt;div class=&quot;step-text&quot;&gt;
        &lt;strong&gt;공식 인스타그램 알림 설정&lt;/strong&gt;
        @daegu_chimac_festival 공식 계정에서 예매 오픈 공지가 가장 먼저 올라옵니다.
        팔로우 후 '알림 받기'를 설정해두면 오픈 시간을 놓치지 않을 수 있습니다.
        &lt;span class=&quot;tip&quot;&gt;✔ 인스타그램 팔로우 + 게시물 알림 ON&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

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

  &lt;!-- 당일 예매 전략 --&gt;
  &lt;span class=&quot;section-title&quot;&gt;오픈 당일 예매 성공 순서&lt;/span&gt;

  &lt;div class=&quot;step-wrap&quot;&gt;
    &lt;div class=&quot;step-item&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;①&lt;/div&gt;
      &lt;div class=&quot;step-text&quot;&gt;
        &lt;strong&gt;오픈 5분 전부터 티켓링크 대기&lt;/strong&gt;
        이미 로그인된 상태로 티켓링크 치맥페스티벌 페이지에서 대기합니다.
        다른 프로그램과 앱은 모두 종료하고, PC + 스마트폰 두 기기를 동시에 준비하세요.
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;step-item&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;②&lt;/div&gt;
      &lt;div class=&quot;step-text&quot;&gt;
        &lt;strong&gt;날짜 선택 — 원하는 날짜보다 잔여석 있는 날 우선&lt;/strong&gt;
        원하는 날짜가 매진이면 바로 다른 날짜로 전환하세요.
        특정 날짜에 집착하다 보면 전 일정이 순식간에 사라집니다.
        어느 날이든 입장하는 것이 목표입니다.
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;step-item&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;③&lt;/div&gt;
      &lt;div class=&quot;step-text&quot;&gt;
        &lt;strong&gt;구역 선택 — 가/나 구역 중 빠르게 선택&lt;/strong&gt;
        가구역·나구역 모두 가격이 같습니다. 인기 구역을 고르려 하지 말고
        잔여석이 있는 구역으로 바로 선택하세요. 테이블 위치는 나중에 배치도로 확인하면 됩니다.
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;step-item&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;④&lt;/div&gt;
      &lt;div class=&quot;step-text&quot;&gt;
        &lt;strong&gt;PAYCO 결제 — 저장된 카드로 즉시 결제&lt;/strong&gt;
        결제 단계에서 시간을 지체하면 이미 선택한 좌석이 풀립니다.
        미리 등록해둔 PAYCO 카드로 즉시 결제하는 것이 핵심입니다.
        1인 최대 4매까지 구매 가능합니다.
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;bridge-text&quot; style=&quot;margin-top:16px;&quot;&gt;
    사실 많은 분들이 이 준비 과정이 번거롭다고 나중으로 미루다가 기회를 놓칩니다.
    특히 PAYCO 카드 등록을 안 해두고 결제 단계에서 막히는 게 실패 1위 원인입니다.
    지금 바로 5분만 투자해서 준비해두시면 당일에 훨씬 수월합니다.  
  &lt;/div&gt;

  &lt;a href=&quot;step2.html&quot; class=&quot;cta-btn&quot;&gt;티켓링크 예매 페이지 바로가기&lt;/a&gt;

&lt;/div&gt;


&lt;!-- FAQ --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;span class=&quot;section-title&quot;&gt;자주 묻는 질문 (FAQ)&lt;/span&gt;

  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;div class=&quot;faq-q&quot;&gt;Q. 예매에 실패했을 때 취소표를 구할 수 있나요?&lt;/div&gt;
    &lt;div class=&quot;faq-a&quot;&gt;
      가능합니다. 티켓링크에서 '취소표 알림' 기능을 신청해두면 취소석이 생길 때 알림을 받을 수 있습니다.
      또한 공식 인스타그램에서도 취소석 관련 공지가 올라오는 경우가 있으니 알림을 꼭 켜두세요.
      당일 환불은 불가하니 취소표도 빠르게 결제해야 합니다.
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;div class=&quot;faq-q&quot;&gt;Q. 4명이 안 돼도 테이블 예매가 가능한가요?&lt;/div&gt;
    &lt;div class=&quot;faq-a&quot;&gt;
      1테이블은 4인 기준이지만 4명을 채우지 않아도 예매는 가능합니다. 단, 정해진 인원(4인)을 초과할 수는 없고,
      가격은 85,000원으로 동일하게 적용됩니다. 2~3인이 함께 가는 경우에도 많이 이용하는 편입니다.
      1인당 비용이 합리적인지 계산해보고 결정하시면 됩니다.
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;div class=&quot;faq-q&quot;&gt;Q. 프리미엄존 말고 일반 자리에서도 공연을 볼 수 있나요?&lt;/div&gt;
    &lt;div class=&quot;faq-a&quot;&gt;
      네, 기본 입장은 무료이며 무료 구역에서도 공연 관람이 가능합니다.
      다만 주말(특히 7월 4~5일)에는 관람객이 엄청나게 몰려 무대 앞이 꽉 차는 경우가 많습니다.
      무료 입장 후 얼마나 즐길 수 있는지는 도착 시간이 결정적입니다.
      이른 입장을 원하신다면 아래에서 교통 정보도 꼭 확인해보세요.  
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;bridge-text&quot; style=&quot;margin-top:16px;&quot;&gt;
    프리미엄존 예매를 마쳤다면 이제 교통과 주차 계획을 세워야 합니다.
    주말에는 두류공원 인근 주차장이 오전 11시면 이미 만차가 됩니다.
    이걸 모르고 자차로 갔다가 낭패를 보는 분들이 매년 수두룩합니다.  
  &lt;/div&gt;

  &lt;a href=&quot;landing4.html&quot; class=&quot;cta-btn&quot; style=&quot;background:#374151;&quot;&gt;교통·주차 꿀팁 확인하기&lt;/a&gt;

&lt;/div&gt;

&lt;!-- 관련 페이지 --&gt;
&lt;div class=&quot;related-section&quot;&gt;
  &lt;p class=&quot;related-title&quot;&gt;관련 정보 더 보기&lt;/p&gt;
  &lt;div class=&quot;related-grid&quot;&gt;
    &lt;a href=&quot;landing1.html&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-icon&quot;&gt; &lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;전체 일정 및 라인업&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;FT아일랜드·N.Flying·10CM·카더가든 날짜별 공연 일정&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;landing3.html&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-icon&quot;&gt; &lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;구역별 즐기는 법&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;워터피아·떼창클럽·EGG섬 4개 구역 완벽 공략&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;landing4.html&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-icon&quot;&gt; &lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;교통·주차 꿀팁&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;오전 11시면 만차! 주차 걱정 없이 가는 법&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;step2.html&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-icon&quot;&gt; &lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;공식 채널 바로가기&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;티켓링크·공식 홈페이지·인스타그램 한 번에&lt;/p&gt;
    &lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- 푸터 --&gt;
&lt;footer class=&quot;footer&quot;&gt;
  &lt;p&gt;본 페이지는 공개된 보도자료 및 공식 발표를 기반으로 작성된 정보 제공 목적의 페이지입니다.&lt;/p&gt;
  &lt;p&gt;실제 가격·혜택·예매 조건은 변경될 수 있으니 방문 전 공식 채널에서 반드시 확인하시기 바랍니다.&lt;/p&gt;
  &lt;p style=&quot;margin-top:8px;&quot;&gt;
    &lt;a href=&quot;#&quot;&gt;개인정보처리방침&lt;/a&gt; &amp;nbsp;|&amp;nbsp; Copyright &amp;copy; 2026 치맥26 가이드
  &lt;/p&gt;
&lt;/footer&gt;

&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <category>소소 여행</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/118</guid>
      <comments>https://sosonursing.tistory.com/entry/%EB%8C%80%EA%B5%AC-%EC%B9%98%EB%A7%A5%ED%8E%98%EC%8A%A4%ED%8B%B0%EB%B2%8C-%ED%94%84%EB%A6%AC%EB%AF%B8%EC%97%84%EC%A1%B4-%EC%98%88%EB%A7%A4-%EB%B0%A9%EB%B2%95-2026-%ED%8B%B0%EC%BC%93%EB%A7%81%ED%81%AC-%EC%84%B1%EA%B3%B5-%EC%A0%84%EB%9E%B5#entry118comment</comments>
      <pubDate>Fri, 26 Jun 2026 12:29:27 +0900</pubDate>
    </item>
    <item>
      <title>2026 대구 치맥페스티벌 일정 총정리 | 7월 1일~5일 두류공원</title>
      <link>https://sosonursing.tistory.com/entry/2026-%EB%8C%80%EA%B5%AC-%EC%B9%98%EB%A7%A5%ED%8E%98%EC%8A%A4%ED%8B%B0%EB%B2%8C-%EC%9D%BC%EC%A0%95-%EC%B4%9D%EC%A0%95%EB%A6%AC-7%EC%9B%94-1%EC%9D%BC5%EC%9D%BC-%EB%91%90%EB%A5%98%EA%B3%B5%EC%9B%90</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 대구 치맥페스티벌 일정 총정리 | 7월 1일~5일 두류공원&lt;/title&gt;
&lt;meta name=&quot;description&quot; content=&quot;2026 대구치맥페스티벌 7월 1일~5일 두류공원 개막! 무료 입장·K-POP 콘서트·EDM 파티·4개 테마구역 일정을 한눈에 확인하세요.&quot;&gt;
&lt;meta property=&quot;og:title&quot; content=&quot;2026 대구 치맥페스티벌 일정 총정리&quot;&gt;
&lt;meta property=&quot;og:description&quot; content=&quot;7월 1일~5일 두류공원 닷새간! 무료 입장·EDM 파티·워터피아 전체 일정 확인&quot;&gt;
&lt;meta property=&quot;og:image&quot; content=&quot;https://www.chimacfestival.com/img/og_image.jpg&quot;&gt;
&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;600;700&amp;family=Noto+Sans+KR:wght@400;500;700;900&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;
&lt;style&gt;
  :root {
    --primary: #e63946;
    --primary-dark: #c1121f;
    --bg: #ffffff;
    --text: #1a1a1a;
    --gray: #6b7280;
    --light: #f3f4f6;
    --border: #e5e7eb;
    --accent: #fff3cd;
  }

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

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

  .wrap {
    max-width: 720px;
    margin: 0 auto;
    background: var(--bg);
    min-height: 100vh;
  }

  /* ===== 헤더 ===== */
  .site-header {
    background: #fff;
    border-bottom: 2px solid var(--primary);
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 100;
  }

  .site-logo {
    font-family: 'Noto Serif KR', serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--primary);
    text-decoration: none;
  }

  .site-nav {
    display: flex;
    gap: 12px;
  }

  .site-nav a {
    font-size: 12px;
    color: var(--gray);
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
  }

  .site-nav a:hover { color: var(--primary); }

  @media (max-width: 480px) {
    .site-nav { display: none; }
  }

  /* ===== 히어로 ===== */
  .hero {
    background: linear-gradient(150deg, #e63946 0%, #9b111e 100%);
    color: #fff;
    padding: 44px 24px 36px;
    text-align: center;
  }

  .hero .eyebrow {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.4);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 5px 16px;
    border-radius: 20px;
    margin-bottom: 16px;
  }

  .hero h1 {
    font-family: 'Noto Serif KR', serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 12px;
    word-break: keep-all;
  }

  @media (max-width: 480px) {
    .hero { padding: 32px 16px 28px; }
    .hero h1 { font-size: 21px; }
  }

  .hero .sub {
    font-size: 14px;
    opacity: 0.9;
    line-height: 1.8;
    word-break: keep-all;
  }

  .hero .meta-row {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 18px;
    flex-wrap: wrap;
  }

  .hero .meta-badge {
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    font-size: 13px;
    font-weight: 700;
    padding: 7px 16px;
    border-radius: 8px;
  }

  /* ===== CTA 버튼 ===== */
  .btn-wrap {
    padding: 18px 24px 4px;
    text-align: center;
  }

  .cta-btn {
    display: inline-block;
    background: var(--primary);
    color: #fff;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    width: 100%;
    max-width: 480px;
    box-shadow: 0 4px 18px rgba(230,57,70,0.28);
    transition: background 0.2s, transform 0.1s;
    word-break: keep-all;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }

  .cta-btn:hover { background: var(--primary-dark); transform: translateY(-1px); }
  .cta-btn:active { transform: scale(0.97); background: var(--primary-dark); }

  /* ===== 광고 ===== */
  .ad-box {
    background: #f9f9f9;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 10px;
    text-align: center;
    min-height: 100px;
  }

  /* ===== 해시태그 ===== */
  .hashtag-section {
    padding: 20px 24px 8px;
    text-align: center;
  }

  .hashtag-section .summary {
    font-size: 14px;
    color: var(--gray);
    margin-top: 10px;
    line-height: 1.8;
    word-break: keep-all;
  }

  a.hashtag {
    display: inline-block;
    background: var(--light);
    color: #333;
    border-radius: 20px;
    padding: 7px 16px;
    margin: 4px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    border: 1px solid var(--border);
  }

  a.hashtag:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
  }

  /* ===== 섹션 ===== */
  .section {
    padding: 26px 24px;
  }

  @media (max-width: 480px) {
    .section { padding: 20px 16px; }
    .hashtag-section { padding: 16px 16px 6px; }
    .btn-wrap { padding: 16px 16px 4px; }
  }

  .section + .section { padding-top: 4px; }

  .section-title {
    font-family: 'Noto Serif KR', serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 14px;
    padding-left: 14px;
    border-left: 4px solid var(--primary);
    line-height: 1.5;
    word-break: keep-all;
  }

  /* ===== PASONA 박스 ===== */
  .pasona-box {
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 12px;
    word-break: keep-all;
    font-size: 14px;
    line-height: 1.85;
  }

  .box-label {
    display: block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 8px;
    opacity: 0.75;
  }

  .prob { background: #fff8f8; border: 1.5px solid #fca5a5; }
  .agit { background: #fffbeb; border: 1.5px solid #fde68a; }
  .solu { background: #f0fdf4; border: 1.5px solid #86efac; }
  .offe { background: #eff6ff; border: 1.5px solid #93c5fd; }

  .narrow-box {
    background: linear-gradient(135deg, #fff3cd, #ffeaa7);
    border: 2px solid #ffc107;
    border-radius: 12px;
    padding: 16px 18px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: #92400e;
    word-break: keep-all;
    line-height: 1.7;
  }

  /* ===== 정보 카드 ===== */
  .info-card {
    border: 1.5px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 14px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.04);
  }

  .info-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 13px 16px;
    border-bottom: 1px solid var(--border);
  }

  .info-row:last-child { border-bottom: none; }

  .info-label {
    font-size: 12px;
    font-weight: 700;
    color: var(--gray);
    min-width: 70px;
    flex-shrink: 0;
    padding-top: 2px;
  }

  .info-value {
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
    flex: 1;
    word-break: keep-all;
  }

  .info-value strong { color: var(--primary); font-weight: 700; }
  .info-value small { display: block; font-size: 12px; color: var(--gray); margin-top: 2px; }

  /* ===== 일정 타임라인 ===== */
  .timeline {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1.5px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
  }

  .tl-row {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid var(--border);
  }

  .tl-row:last-child { border-bottom: none; }

  .tl-date {
    background: var(--primary);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    padding: 14px 14px;
    min-width: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.4;
    flex-shrink: 0;
  }

  .tl-date .day { font-size: 10px; font-weight: 500; opacity: 0.85; margin-top: 2px; }

  .tl-content {
    padding: 14px 16px;
    font-size: 13px;
    line-height: 1.7;
    color: var(--text);
    word-break: keep-all;
    flex: 1;
  }

  .tl-content strong { display: block; font-size: 14px; margin-bottom: 3px; color: var(--text); }
  .tl-content .tag {
    display: inline-block;
    background: #fee2e2;
    color: var(--primary-dark);
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    margin-right: 4px;
    margin-bottom: 2px;
  }

  .tl-content .tag.blue { background: #dbeafe; color: #1d4ed8; }
  .tl-content .tag.green { background: #dcfce7; color: #166534; }
  .tl-content .tag.purple { background: #f3e8ff; color: #6b21a8; }

  /* ===== 구역 카드 ===== */
  .zone-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 14px;
  }

  @media (max-width: 400px) {
    .zone-grid { grid-template-columns: 1fr; }
  }

  .zone-card {
    border: 1.5px solid var(--border);
    border-radius: 12px;
    padding: 16px 14px;
    background: #fff;
  }

  .zone-card .icon { font-size: 24px; margin-bottom: 8px; display: block; }
  .zone-card .zone-name { font-size: 13px; font-weight: 900; color: var(--text); margin-bottom: 6px; }
  .zone-card .zone-desc { font-size: 12px; color: var(--gray); line-height: 1.65; word-break: keep-all; }

  /* ===== FAQ ===== */
  .faq-item {
    border: 1.5px solid var(--border);
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
  }

  .faq-q {
    background: var(--light);
    padding: 13px 16px;
    font-size: 14px;
    font-weight: 700;
    color: var(--text);
    word-break: keep-all;
  }

  .faq-a {
    padding: 13px 16px;
    font-size: 13px;
    color: #374151;
    line-height: 1.8;
    word-break: keep-all;
  }

  /* ===== 브릿지 텍스트 ===== */
  .bridge-text {
    background: #fff8f8;
    border-left: 4px solid var(--primary);
    padding: 14px 18px;
    font-size: 14px;
    color: #374151;
    border-radius: 0 8px 8px 0;
    margin-bottom: 16px;
    line-height: 1.8;
    word-break: keep-all;
  }

  /* ===== 주의 박스 ===== */
  .notice-box {
    background: #f9fafb;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 14px 18px;
    margin-top: 8px;
  }

  .notice-box p {
    font-size: 13px;
    color: var(--gray);
    padding-left: 14px;
    position: relative;
    margin-bottom: 6px;
    line-height: 1.65;
    word-break: keep-all;
  }

  .notice-box p:last-child { margin-bottom: 0; }
  .notice-box p::before { content: '·'; position: absolute; left: 4px; }

  hr.divider {
    border: none;
    border-top: 1px solid var(--border);
    margin: 22px 0;
  }

  /* ===== 관련 페이지 ===== */
  .related-section {
    background: var(--light);
    padding: 24px;
    border-top: 1px solid var(--border);
  }

  @media (max-width: 480px) { .related-section { padding: 20px 16px; } }

  .related-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--gray);
    margin-bottom: 14px;
    text-align: center;
    letter-spacing: 0.5px;
  }

  .related-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  @media (max-width: 360px) { .related-grid { grid-template-columns: 1fr; } }

  .related-card {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 14px;
    text-decoration: none;
    color: var(--text);
    transition: all 0.2s;
    display: block;
  }

  .related-card:hover {
    border-color: var(--primary);
    box-shadow: 0 2px 10px rgba(230,57,70,0.1);
  }

  .related-card .rc-icon { font-size: 22px; margin-bottom: 6px; display: block; }
  .related-card .rc-title { font-size: 13px; font-weight: 700; margin-bottom: 4px; word-break: keep-all; }
  .related-card .rc-desc { font-size: 11px; color: var(--gray); line-height: 1.5; word-break: keep-all; }

  /* ===== 푸터 ===== */
  .footer {
    background: #1a1a1a;
    color: #9ca3af;
    font-size: 11px;
    text-align: center;
    padding: 24px 20px;
    line-height: 2;
  }

  .footer a { color: #6b7280; text-decoration: underline; }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;wrap&quot;&gt;

&lt;!-- 헤더 --&gt;
&lt;header class=&quot;site-header&quot;&gt;
  &lt;a href=&quot;landing1.html&quot; class=&quot;site-logo&quot;&gt;  치맥26 가이드&lt;/a&gt;
  &lt;nav class=&quot;site-nav&quot;&gt;
    &lt;a href=&quot;landing1.html&quot;&gt;일정&lt;/a&gt;
    &lt;a href=&quot;landing2.html&quot;&gt;예매&lt;/a&gt;
    &lt;a href=&quot;landing3.html&quot;&gt;구역&lt;/a&gt;
    &lt;a href=&quot;landing4.html&quot;&gt;교통&lt;/a&gt;
  &lt;/nav&gt;
&lt;/header&gt;

&lt;!-- 히어로 --&gt;
&lt;section class=&quot;hero&quot;&gt;
  &lt;p class=&quot;eyebrow&quot;&gt;2026 대구치맥페스티벌 완벽 가이드&lt;/p&gt;
  &lt;h1&gt;7월 1일~5일 두류공원&lt;br&gt;닷새간의 여름 대축제&lt;/h1&gt;
  &lt;p class=&quot;sub&quot;&gt;K-POP 콘서트 · EDM 파티 · 워터피아까지&lt;br&gt;대한민국 대표 여름 축제 일정을 한눈에 확인하세요&lt;/p&gt;
  &lt;div class=&quot;meta-row&quot;&gt;
    &lt;span class=&quot;meta-badge&quot;&gt;  7.1(수) ~ 7.5(일)&lt;/span&gt;
    &lt;span class=&quot;meta-badge&quot;&gt;  대구 두류공원&lt;/span&gt;
    &lt;span class=&quot;meta-badge&quot;&gt;  기본 무료입장&lt;/span&gt;
  &lt;/div&gt;
&lt;/section&gt;

&lt;!-- 상단 CTA --&gt;
&lt;div class=&quot;btn-wrap&quot;&gt;
  &lt;a href=&quot;step2.html&quot; class=&quot;cta-btn&quot;&gt;프리미엄존 예매 바로가기&lt;/a&gt;
&lt;/div&gt;


&lt;!-- 해시태그 --&gt;
&lt;div class=&quot;hashtag-section&quot;&gt;
  &lt;a href=&quot;landing2.html&quot; class=&quot;hashtag&quot;&gt;#치맥페 예매방법&lt;/a&gt;
  &lt;a href=&quot;landing3.html&quot; class=&quot;hashtag&quot;&gt;#구역별 즐기는법&lt;/a&gt;
  &lt;a href=&quot;step2.html&quot; class=&quot;hashtag&quot;&gt;#지금 바로 확인&lt;/a&gt;
  &lt;p class=&quot;summary&quot;&gt;
    2013년 첫 개최 이후 매년 100만 명 이상이 찾는 대한민국 최대 여름 식음 축제.&lt;br&gt;
    올해는 문체부 예비 글로벌축제로 선정되며 역대 최대 규모로 열립니다.
  &lt;/p&gt;
&lt;/div&gt;

&lt;!-- PASONA 섹션 --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;div class=&quot;pasona-box prob&quot;&gt;
    &lt;span class=&quot;box-label&quot;&gt;  이런 분 계신가요?&lt;/span&gt;
    &lt;p&gt;
      치맥페스티벌 간다고 들떠 있다가 막상 날짜 확인하니 헷갈리고,
      어떤 프로그램이 언제 있는지 몰라서 당일에 허둥대신 적 있으신가요?
      해마다 100만 명이 몰리는 만큼 사전 준비 없이 가면 좋은 자리는커녕 제대로 즐기기도 쉽지 않습니다.
    &lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;pasona-box agit&quot;&gt;
    &lt;span class=&quot;box-label&quot;&gt;  더 속상한 건...&lt;/span&gt;
    &lt;p&gt;
      매년 프리미엄존은 오픈하자마자 전 일정이 수 분 안에 매진되고,
      좋은 자리를 잡으려 해도 일정도 모르고 구역 구성도 몰라서 그냥 포기하게 됩니다.
      정보 없이 갔다가 메인 무대만 멀리서 보고 온 분들의 아쉬운 후기가 매년 쏟아지죠.
    &lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;pasona-box solu&quot;&gt;
    &lt;span class=&quot;box-label&quot;&gt;✅ 이 페이지 하나로 해결&lt;/span&gt;
    &lt;p&gt;
      2026 대구치맥페스티벌 전체 일정, 4개 테마 구역 구성, 공연 라인업, 입장 방법까지
      검증된 최신 정보로 깔끔하게 정리했습니다.
      이 페이지만 보시면 계획 잡기가 훨씬 수월해집니다.
    &lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;pasona-box offe&quot;&gt;
    &lt;span class=&quot;box-label&quot;&gt;  이 페이지에서 확인할 수 있는 것&lt;/span&gt;
    &lt;p&gt;
      ① 2026 공식 날짜 및 개막 전야제 일정&lt;br&gt;
      ② 4개 테마 구역별 주요 프로그램&lt;br&gt;
      ③ 무료 입장 방법 및 유료존 차이&lt;br&gt;
      ④ 자주 묻는 질문 (FAQ)
    &lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;narrow-box&quot;&gt;
    ⏰ 축제까지 7일도 채 남지 않았습니다!&lt;br&gt;
    &lt;span style=&quot;font-size:13px; font-weight:500;&quot;&gt;프리미엄존은 이미 매진 임박 — 남은 일정 지금 바로 확인하세요&lt;/span&gt;
  &lt;/div&gt;

&lt;/div&gt;



&lt;!-- 기본 정보 --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;span class=&quot;section-title&quot;&gt;2026 대구치맥페스티벌 기본 정보&lt;/span&gt;
  &lt;div class=&quot;info-card&quot;&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;행사명&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;제14회 2026 대구치맥페스티벌&lt;/strong&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;슬로건&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;치맥26 (CHIMAC 26 · 이륙)&lt;/strong&gt;&lt;small&gt;문화체육관광부 예비 글로벌축제 선정 기념&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;기간&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;2026년 7월 1일(수) ~ 7월 5일(일), 5일간&lt;/strong&gt;&lt;small&gt;전야제 '대프리카 치맥런'은 6월 30일(화) 별도 진행&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;장소&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;대구 달서구 두류공원 일원&lt;/strong&gt;&lt;small&gt;2·28 자유광장 / 기념탑 주차장 / 두류공원 로드 / 코오롱 야외음악당&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;운영시간&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;매일 저녁 18:00 ~ 23:00&lt;/strong&gt;&lt;small&gt;주요 공연·파티는 야간에 집중 운영&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;입장료&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;기본 무료 입장&lt;/strong&gt;&lt;small&gt;프리미엄 사전예약존(테이블석)은 1테이블 85,000원 — 티켓링크 예매&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;주최&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;대구광역시 · 사단법인 한국치맥산업협회&lt;/strong&gt;&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

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

  &lt;!-- 날짜별 일정 --&gt;
  &lt;span class=&quot;section-title&quot;&gt;날짜별 행사 일정&lt;/span&gt;
  &lt;div class=&quot;timeline&quot;&gt;
    &lt;div class=&quot;tl-row&quot;&gt;
      &lt;div class=&quot;tl-date&quot;&gt;6월 30일&lt;span class=&quot;day&quot;&gt;화 / 전야제&lt;/span&gt;&lt;/div&gt;
      &lt;div class=&quot;tl-content&quot;&gt;
        &lt;strong&gt;제1회 대프리카 치맥런&lt;/strong&gt;
        &lt;span class=&quot;tag green&quot;&gt;전야제&lt;/span&gt;
        두류공원 러닝 코스 5.5km 완주 후 치맥 EDM 파티. 축제 개막 전 분위기를 끌어올리는 이벤트.
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;tl-row&quot;&gt;
      &lt;div class=&quot;tl-date&quot;&gt;7월 1일&lt;span class=&quot;day&quot;&gt;수 / 개막일&lt;/span&gt;&lt;/div&gt;
      &lt;div class=&quot;tl-content&quot;&gt;
        &lt;strong&gt;  FT아일랜드 (FTISLAND)&lt;/strong&gt;
        &lt;span class=&quot;tag&quot;&gt;개막식&lt;/span&gt;&lt;span class=&quot;tag blue&quot;&gt;K-POP&lt;/span&gt;
        인기 밴드 FT아일랜드가 개막을 장식. '치맥26 게이트' 오픈. 대프리카 워터피아 가동 시작.
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;tl-row&quot;&gt;
      &lt;div class=&quot;tl-date&quot;&gt;7월 2일&lt;span class=&quot;day&quot;&gt;목&lt;/span&gt;&lt;/div&gt;
      &lt;div class=&quot;tl-content&quot;&gt;
        &lt;strong&gt;  N.Flying&lt;/strong&gt;
        &lt;span class=&quot;tag blue&quot;&gt;밴드&lt;/span&gt;&lt;span class=&quot;tag purple&quot;&gt;라이브&lt;/span&gt;
        N.Flying 단독 공연. 치맥떼창 클럽 운영. K-치맥 컬처 스트리트 이벤트.
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;tl-row&quot;&gt;
      &lt;div class=&quot;tl-date&quot;&gt;7월 3일&lt;span class=&quot;day&quot;&gt;금&lt;/span&gt;&lt;/div&gt;
      &lt;div class=&quot;tl-content&quot;&gt;
        &lt;strong&gt;  10CM&lt;/strong&gt;
        &lt;span class=&quot;tag blue&quot;&gt;인디팝&lt;/span&gt;&lt;span class=&quot;tag green&quot;&gt;감성&lt;/span&gt;
        10CM 공연. 360도 원형 무대 워터 EDM 공연. K-치킨 신메뉴 경연대회(CU 연계).
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;tl-row&quot;&gt;
      &lt;div class=&quot;tl-date&quot;&gt;7월 4일&lt;span class=&quot;day&quot;&gt;토 / 성수기&lt;/span&gt;&lt;/div&gt;
      &lt;div class=&quot;tl-content&quot;&gt;
        &lt;strong&gt;  Coming Soon (미공개)&lt;/strong&gt;
        &lt;span class=&quot;tag&quot;&gt;공개예정&lt;/span&gt;&lt;span class=&quot;tag blue&quot;&gt;주말&lt;/span&gt;
        라인업 추가 공개 예정. 주말 최대 관람인원 예상. 장애인 전용 관람석 운영.
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;tl-row&quot;&gt;
      &lt;div class=&quot;tl-date&quot;&gt;7월 5일&lt;span class=&quot;day&quot;&gt;일 / 폐막일&lt;/span&gt;&lt;/div&gt;
      &lt;div class=&quot;tl-content&quot;&gt;
        &lt;strong&gt;  카더가든 + 10-BLK&lt;/strong&gt;
        &lt;span class=&quot;tag&quot;&gt;폐막&lt;/span&gt;&lt;span class=&quot;tag green&quot;&gt;피날레&lt;/span&gt;
        카더가든, 10-BLK 피날레 무대. 폐막 세리머니. 해외 VIP 인플루언서 라운지 운영.
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;notice-box&quot; style=&quot;margin-top:12px;&quot;&gt;
    &lt;p&gt;7월 4일(토) 라인업은 추가 공개 예정이며 공식 인스타그램(@daegu_chimac_festival)에서 가장 먼저 확인할 수 있습니다.&lt;/p&gt;
    &lt;p&gt;일정·라인업은 주최 측 사정으로 변경될 수 있으니 방문 전 공식 채널에서 반드시 확인하세요.&lt;/p&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- 4개 구역 --&gt;
&lt;div class=&quot;section&quot; style=&quot;padding-top:4px;&quot;&gt;

  &lt;span class=&quot;section-title&quot;&gt;4개 테마 구역 한눈에 보기&lt;/span&gt;
  &lt;div class=&quot;zone-grid&quot;&gt;
    &lt;div class=&quot;zone-card&quot;&gt;
      &lt;span class=&quot;icon&quot;&gt; &lt;/span&gt;
      &lt;p class=&quot;zone-name&quot;&gt;① 2·28 자유광장&lt;/p&gt;
      &lt;p class=&quot;zone-desc&quot;&gt;대프리카 워터피아. 360도 원형 무대 + EDM + 물줄기. 프리미엄 사전예약존 위치.&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;zone-card&quot;&gt;
      &lt;span class=&quot;icon&quot;&gt; &lt;/span&gt;
      &lt;p class=&quot;zone-name&quot;&gt;② 기념탑 주차장&lt;/p&gt;
      &lt;p class=&quot;zone-desc&quot;&gt;치맥떼창 클럽. DJ와 관람객이 함께 노래하는 참여형 공간. 야간 열기 최고조.&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;zone-card&quot;&gt;
      &lt;span class=&quot;icon&quot;&gt; &lt;/span&gt;
      &lt;p class=&quot;zone-name&quot;&gt;③ 두류공원 로드&lt;/p&gt;
      &lt;p class=&quot;zone-desc&quot;&gt;K-치맥 컬처 스트리트. 포토존 + 굿즈 + 치킨 브랜드 부스가 가득한 먹거리 거리.&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;zone-card&quot;&gt;
      &lt;span class=&quot;icon&quot;&gt; &lt;/span&gt;
      &lt;p class=&quot;zone-name&quot;&gt;④ 코오롱 야외음악당&lt;/p&gt;
      &lt;p class=&quot;zone-desc&quot;&gt;치상낙원 EGG섬. 우천·폭염에도 쾌적한 휴식 공간. '황금 EGG를 찾아라' 미션 이벤트.&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;bridge-text&quot;&gt;
    4개 구역 중 어디가 나에게 맞는 자리인지, 구역별 입장 방법과 이동 동선까지 자세히 알고 싶다면 아래 버튼에서 확인하세요. 처음 가시는 분들이 가장 많이 헷갈리는 부분이 바로 이 구역 선택입니다.  
  &lt;/div&gt;

  &lt;a href=&quot;landing3.html&quot; class=&quot;cta-btn&quot;&gt;구역별 즐기는 법 자세히 보기&lt;/a&gt;

&lt;/div&gt;


&lt;!-- FAQ --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;span class=&quot;section-title&quot;&gt;자주 묻는 질문 (FAQ)&lt;/span&gt;

  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;div class=&quot;faq-q&quot;&gt;Q. 치맥페스티벌 입장료가 있나요?&lt;/div&gt;
    &lt;div class=&quot;faq-a&quot;&gt;
      기본 입장은 &lt;strong&gt;완전 무료&lt;/strong&gt;입니다. 누구나 두류공원 현장에서 자유롭게 입장하고 공연을 즐길 수 있어요.
      단, 메인 무대 바로 앞 '프리미엄 사전예약존'은 유료(1테이블 4인 기준 85,000원)로, 티켓링크에서 사전 예매해야 합니다.
      무료 자리에서 즐기다가 다음번엔 프리미엄을 노려보는 분들이 많아요.
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;div class=&quot;faq-q&quot;&gt;Q. 치킨과 맥주를 현장에서 사먹을 수 있나요?&lt;/div&gt;
    &lt;div class=&quot;faq-a&quot;&gt;
      네, 행사장 내 각 구역에 국내외 유명 치킨 브랜드와 맥주 업체 부스가 다수 운영됩니다.
      브랜드 치킨 1마리는 약 20,000~23,000원 선으로 알려져 있어요.
      현장 가격과 줄 서는 시간이 만만치 않으니, 저녁 7시 이전에 미리 주문하시는 걸 추천합니다.
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;div class=&quot;faq-q&quot;&gt;Q. 2026 공연 가수 라인업은 언제 공개되나요?&lt;/div&gt;
    &lt;div class=&quot;faq-a&quot;&gt;
      공식 예약 페이지 기준으로 확인된 라인업은 다음과 같습니다.&lt;br&gt;
      7/1 FT아일랜드 · 7/2 N.Flying · 7/3 10CM · 7/4 미공개(Coming Soon) · 7/5 카더가든 + 10-BLK.&lt;br&gt;
      7월 4일 라인업은 추가 공개 예정이며 공식 인스타그램(@daegu_chimac_festival)에서 가장 빠르게 확인하실 수 있습니다. 알림을 켜두는 걸 추천드려요.  
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;bridge-text&quot; style=&quot;margin-top:16px;&quot;&gt;
    사실 많은 분들이 &quot;무료니까 나중에 가면 되지&quot;라고 생각하다가 주말에 발 디딜 틈이 없어서 당황하십니다.
    특히 7월 4~5일 주말은 하루 20만 명 이상 몰리는 날이에요. 동선 계획과 예매를 지금 해두세요.  
  &lt;/div&gt;

  &lt;a href=&quot;step2.html&quot; class=&quot;cta-btn&quot;&gt;공식 정보 및 예매 바로가기&lt;/a&gt;

&lt;/div&gt;

&lt;!-- 관련 페이지 --&gt;
&lt;div class=&quot;related-section&quot;&gt;
  &lt;p class=&quot;related-title&quot;&gt;관련 정보 더 보기&lt;/p&gt;
  &lt;div class=&quot;related-grid&quot;&gt;
    &lt;a href=&quot;landing2.html&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-icon&quot;&gt; &lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;프리미엄존 예매 방법&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;오픈 5분 만에 매진! 티켓링크 성공 전략 총정리&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;landing3.html&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-icon&quot;&gt; &lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;구역별 즐기는 법&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;워터피아·떼창클럽·EGG섬 완벽 공략&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;landing4.html&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-icon&quot;&gt; &lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;교통·주차 꿀팁&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;오전 11시면 만차! 주차 없이 가는 법&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;step2.html&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-icon&quot;&gt; &lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;공식 채널 바로가기&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;공식 홈페이지·티켓링크·인스타그램 한 번에&lt;/p&gt;
    &lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- 푸터 --&gt;
&lt;footer class=&quot;footer&quot;&gt;
  &lt;p&gt;본 페이지는 공개된 보도자료 및 공식 발표를 기반으로 작성된 정보 제공 목적의 페이지입니다.&lt;/p&gt;
  &lt;p&gt;실제 일정·라인업·금액은 변경될 수 있으니 방문 전 공식 채널에서 반드시 확인하시기 바랍니다.&lt;/p&gt;
  &lt;p style=&quot;margin-top:8px;&quot;&gt;
    &lt;a href=&quot;#&quot;&gt;개인정보처리방침&lt;/a&gt; &amp;nbsp;|&amp;nbsp; Copyright &amp;copy; 2026 치맥26 가이드
  &lt;/p&gt;
&lt;/footer&gt;

&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <category>소소 여행</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/117</guid>
      <comments>https://sosonursing.tistory.com/entry/2026-%EB%8C%80%EA%B5%AC-%EC%B9%98%EB%A7%A5%ED%8E%98%EC%8A%A4%ED%8B%B0%EB%B2%8C-%EC%9D%BC%EC%A0%95-%EC%B4%9D%EC%A0%95%EB%A6%AC-7%EC%9B%94-1%EC%9D%BC5%EC%9D%BC-%EB%91%90%EB%A5%98%EA%B3%B5%EC%9B%90#entry117comment</comments>
      <pubDate>Fri, 26 Jun 2026 12:26:36 +0900</pubDate>
    </item>
    <item>
      <title>숙박 페스타 쿠폰 받기 - 참여 플랫폼 공식 바로가기 2026</title>
      <link>https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%BF%A0%ED%8F%B0-%EB%B0%9B%EA%B8%B0-2026-%EC%B0%B8%EC%97%AC-%ED%94%8C%EB%9E%AB%ED%8F%BC-%EA%B3%B5%EC%8B%9D-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0</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 - 참여 플랫폼 공식 바로가기&lt;/title&gt;
&lt;meta name=&quot;description&quot; content=&quot;2026 여름맞이 숙박세일 페스타 쿠폰 발급 참여 플랫폼 공식 링크 모음. 야놀자, 여기어때, 11번가 등 주요 OTA 바로가기.&quot;&gt;
&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700;900&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;

&lt;style&gt;
  :root {
    --primary: #e63946;
    --primary-dark: #c1121f;
    --bg: #ffffff;
    --text: #1a1a1a;
    --gray: #6b7280;
    --border: #e5e7eb;
    --light: #f9fafb;
  }

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

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

  .wrap {
    max-width: 720px;
    margin: 0 auto;
    background: var(--bg);
    min-height: 100vh;
  }

  /* 헤더 */
  .header {
    background: linear-gradient(135deg, #e63946 0%, #c1121f 100%);
    color: #fff;
    padding: 32px 24px 28px;
    text-align: center;
  }
  .header .badge {
    display: inline-block;
    background: rgba(255,255,255,0.22);
    font-size: 12px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 12px;
  }
  .header h1 {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.45;
    margin-bottom: 8px;
    word-break: keep-all;
  }
  .header .sub { font-size: 13px; opacity: 0.88; }

  @media (max-width: 480px) {
    .header { padding: 24px 16px 20px; }
    .header h1 { font-size: 19px; }
  }

  /* 광고 */
  .ad-box {
    text-align: center;
    padding: 10px 0;
    background: #fff;
    border-bottom: 1px solid var(--border);
  }

  /* 메인 섹션 */
  .section { padding: 28px 24px; }
  @media (max-width: 480px) { .section { padding: 22px 16px; } }

  /* 핵심 메시지 */
  .hero-msg {
    text-align: center;
    padding: 24px 20px;
    background: var(--light);
    border-radius: 12px;
    margin-bottom: 24px;
    word-break: keep-all;
  }
  .hero-msg .emoji { font-size: 36px; display: block; margin-bottom: 10px; }
  .hero-msg h2 { font-size: 18px; font-weight: 900; margin-bottom: 6px; }
  .hero-msg p { font-size: 14px; color: var(--gray); line-height: 1.7; }

  /* 주요 플랫폼 버튼 */
  .platform-title {
    font-size: 15px;
    font-weight: 900;
    color: var(--text);
    text-align: center;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--border);
  }

  .btn-group { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }

  .platform-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 62px;
    padding: 14px 20px;
    border-radius: 10px;
    background: var(--primary);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(230,57,70,0.22);
    transition: background 0.2s ease, transform 0.1s ease;
    word-break: keep-all;
  }
  .platform-btn:hover { background: var(--primary-dark); transform: translateY(-1px); }
  .platform-btn:active { transform: scale(0.97); background: var(--primary-dark); }

  .platform-btn.gray {
    background: #374151;
    box-shadow: 0 4px 14px rgba(55,65,81,0.18);
  }
  .platform-btn.gray:hover { background: #1f2937; }

  .platform-btn.dark-red {
    background: #9b1c1c;
    box-shadow: 0 4px 14px rgba(155,28,28,0.22);
  }
  .platform-btn.dark-red:hover { background: #7f1d1d; }

  .btn-left { display: flex; flex-direction: column; align-items: flex-start; }
  .btn-name { font-size: 16px; font-weight: 900; }
  .btn-sub { font-size: 12px; opacity: 0.85; font-weight: 500; margin-top: 2px; }
  .btn-arrow { font-size: 20px; flex-shrink: 0; }

  /* 신뢰 요소 */
  .trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 20px 0;
  }
  @media (max-width: 380px) { .trust-grid { grid-template-columns: 1fr; gap: 8px; } }

  .trust-item {
    background: var(--light);
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 16px 10px;
    text-align: center;
  }
  .trust-item .ti-icon { font-size: 24px; display: block; margin-bottom: 6px; }
  .trust-item .ti-text { font-size: 12px; font-weight: 700; color: var(--text); line-height: 1.5; word-break: keep-all; }

  /* 공식 안내 */
  .official-box {
    background: #f0fdf4;
    border: 1.5px solid #86efac;
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 20px;
    text-align: center;
    word-break: keep-all;
  }
  .official-box p { font-size: 14px; line-height: 1.75; }
  .official-box a { color: #15803d; font-weight: 700; text-decoration: underline; }

  /* 체크리스트 */
  .checklist {
    background: var(--light);
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 20px;
  }
  .checklist-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--text);
  }
  .check-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 7px 0;
    font-size: 14px;
    border-bottom: 1px dashed var(--border);
    word-break: keep-all;
  }
  .check-item:last-child { border-bottom: none; padding-bottom: 0; }
  .check-icon { color: #16a34a; font-size: 16px; flex-shrink: 0; margin-top: 2px; }

  /* 이탈 방지 버튼 */
  .back-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 16px;
  }
  .back-link {
    display: inline-block;
    background: var(--light);
    border: 1.5px solid var(--border);
    border-radius: 8px;
    padding: 9px 16px;
    font-size: 13px;
    font-weight: 700;
    color: var(--gray);
    text-decoration: none;
    transition: all 0.2s;
  }
  .back-link:hover { border-color: var(--primary); color: var(--primary); background: #fff5f5; }

  /* 타이머 */
  .timer-box {
    background: linear-gradient(135deg, #fff3cd, #ffeaa7);
    border: 2px solid #ffc107;
    border-radius: 10px;
    padding: 14px 18px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    color: #92400e;
    font-size: 14px;
    word-break: keep-all;
  }

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

  .section-label {
    font-size: 13px;
    font-weight: 700;
    color: var(--gray);
    text-align: center;
    margin-bottom: 12px;
  }

  /* 푸터 */
  .footer {
    background: #1a1a1a;
    color: #9ca3af;
    font-size: 11px;
    text-align: center;
    padding: 24px 20px;
    line-height: 2;
  }
  .footer a { color: #6b7280; text-decoration: underline; }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;wrap&quot;&gt;

&lt;!-- 헤더 --&gt;
&lt;div class=&quot;header&quot;&gt;
  &lt;p class=&quot;badge&quot;&gt;  2026 숙박세일 페스타 공식 참여 플랫폼&lt;/p&gt;
  &lt;h1&gt;준비되셨나요?&lt;br&gt;지금 바로 쿠폰 받으러 가세요!&lt;/h1&gt;
  &lt;p class=&quot;sub&quot;&gt;매일 오전 10시 선착순 · 30만 장 한정 · 6월 11일 ~ 7월 31일&lt;/p&gt;
&lt;/div&gt;

&lt;!-- 광고 슬롯 --&gt;
&lt;div class=&quot;ad-box&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;section&quot;&gt;

  &lt;!-- 핵심 메시지 --&gt;
  &lt;div class=&quot;hero-msg&quot;&gt;
    &lt;span class=&quot;emoji&quot;&gt; &lt;/span&gt;
    &lt;h2&gt;정보는 다 확인하셨죠?&lt;br&gt;이제 쿠폰만 받으면 됩니다&lt;/h2&gt;
    &lt;p&gt;아래 플랫폼 중 하나를 선택해 오전 10시에 빠르게 발급받으세요.&lt;br&gt;내 결제수단에 맞는 플랫폼을 고르면 추가 할인까지 받을 수 있어요.&lt;/p&gt;
  &lt;/div&gt;

  &lt;!-- 타이머 --&gt;
  &lt;div class=&quot;timer-box&quot;&gt;
    ⏰ 쿠폰 발급 시간 : 매일 &lt;strong&gt;오전 10시 정각&lt;/strong&gt; 시작&lt;br&gt;
    &lt;span style=&quot;font-size:13px; font-weight:500;&quot;&gt;발급 후 다음날 오전 7시까지 예약 완료 필수&lt;/span&gt;
  &lt;/div&gt;

  &lt;!-- 주요 플랫폼 버튼 --&gt;
  &lt;p class=&quot;platform-title&quot;&gt;  참여 플랫폼 공식 바로가기&lt;/p&gt;

  &lt;div class=&quot;btn-group&quot;&gt;
    &lt;a href=&quot;https://www.yanolja.com&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; class=&quot;platform-btn&quot;&gt;
      &lt;div class=&quot;btn-left&quot;&gt;
        &lt;span class=&quot;btn-name&quot;&gt;  야놀자에서 쿠폰 받기&lt;/span&gt;
        &lt;span class=&quot;btn-sub&quot;&gt;전국 최다 숙소 · 야놀자페이 추가 할인&lt;/span&gt;
      &lt;/div&gt;
      &lt;span class=&quot;btn-arrow&quot;&gt;→&lt;/span&gt;
    &lt;/a&gt;

    &lt;a href=&quot;https://www.goodchoice.kr&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; class=&quot;platform-btn dark-red&quot;&gt;
      &lt;div class=&quot;btn-left&quot;&gt;
        &lt;span class=&quot;btn-name&quot;&gt;  여기어때에서 쿠폰 받기&lt;/span&gt;
        &lt;span class=&quot;btn-sub&quot;&gt;카카오페이·위메프페이 즉시할인&lt;/span&gt;
      &lt;/div&gt;
      &lt;span class=&quot;btn-arrow&quot;&gt;→&lt;/span&gt;
    &lt;/a&gt;

    &lt;a href=&quot;https://www.11st.co.kr&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; class=&quot;platform-btn gray&quot;&gt;
      &lt;div class=&quot;btn-left&quot;&gt;
        &lt;span class=&quot;btn-name&quot;&gt;  11번가에서 쿠폰 받기&lt;/span&gt;
        &lt;span class=&quot;btn-sub&quot;&gt;SK페이·OK캐쉬백 연계 혜택&lt;/span&gt;
      &lt;/div&gt;
      &lt;span class=&quot;btn-arrow&quot;&gt;→&lt;/span&gt;
    &lt;/a&gt;

    &lt;a href=&quot;https://www.tripmatos.com&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; class=&quot;platform-btn&quot;&gt;
      &lt;div class=&quot;btn-left&quot;&gt;
        &lt;span class=&quot;btn-name&quot;&gt;  트립비토즈에서 쿠폰 받기&lt;/span&gt;
        &lt;span class=&quot;btn-sub&quot;&gt;KB Pay·페이코 사용자 최대 혜택&lt;/span&gt;
      &lt;/div&gt;
      &lt;span class=&quot;btn-arrow&quot;&gt;→&lt;/span&gt;
    &lt;/a&gt;

    &lt;a href=&quot;https://www.lotteon.com&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; class=&quot;platform-btn gray&quot;&gt;
      &lt;div class=&quot;btn-left&quot;&gt;
        &lt;span class=&quot;btn-name&quot;&gt;  롯데ON에서 쿠폰 받기&lt;/span&gt;
        &lt;span class=&quot;btn-sub&quot;&gt;롯데카드·L.pay 추가 할인&lt;/span&gt;
      &lt;/div&gt;
      &lt;span class=&quot;btn-arrow&quot;&gt;→&lt;/span&gt;
    &lt;/a&gt;
  &lt;/div&gt;

  &lt;!-- 신뢰 요소 --&gt;
  &lt;div class=&quot;trust-grid&quot;&gt;
    &lt;div class=&quot;trust-item&quot;&gt;
      &lt;span class=&quot;ti-icon&quot;&gt; ️&lt;/span&gt;
      &lt;span class=&quot;ti-text&quot;&gt;문화체육관광부&lt;br&gt;공식 인증 행사&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;trust-item&quot;&gt;
      &lt;span class=&quot;ti-icon&quot;&gt; &lt;/span&gt;
      &lt;span class=&quot;ti-text&quot;&gt;쿠폰 발급&lt;br&gt;100% 무료&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;trust-item&quot;&gt;
      &lt;span class=&quot;ti-icon&quot;&gt;⚡&lt;/span&gt;
      &lt;span class=&quot;ti-text&quot;&gt;발급 후&lt;br&gt;즉시 사용 가능&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

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

  &lt;!-- 발급 전 체크리스트 --&gt;
  &lt;div class=&quot;checklist&quot;&gt;
    &lt;p class=&quot;checklist-title&quot;&gt;✅ 쿠폰 발급 전 체크리스트&lt;/p&gt;
    &lt;div class=&quot;check-item&quot;&gt;
      &lt;span class=&quot;check-icon&quot;&gt;✔&lt;/span&gt;
      &lt;span&gt;만 19세 이상(2006년 이전 출생)이고 본인인증이 완료된 계정인지 확인&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;check-item&quot;&gt;
      &lt;span class=&quot;check-icon&quot;&gt;✔&lt;/span&gt;
      &lt;span&gt;사업자회원이 아닌 개인 일반회원 계정으로 로그인되어 있는지 확인&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;check-item&quot;&gt;
      &lt;span class=&quot;check-icon&quot;&gt;✔&lt;/span&gt;
      &lt;span&gt;가고 싶은 숙소를 전날 밤 미리 찜해두었는지 확인&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;check-item&quot;&gt;
      &lt;span class=&quot;check-icon&quot;&gt;✔&lt;/span&gt;
      &lt;span&gt;목적지가 비수도권 인구감소지역 85개 해당 지역인지 확인&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;check-item&quot;&gt;
      &lt;span class=&quot;check-icon&quot;&gt;✔&lt;/span&gt;
      &lt;span&gt;1박 / 연박 여부와 예상 결제 금액에 맞는 쿠폰 종류 파악&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 공식 사이트 안내 --&gt;
  &lt;div class=&quot;official-box&quot;&gt;
    &lt;p&gt;  참여 OTA 전체 목록 및 공식 행사 안내는&lt;br&gt;
    한국관광공사 공식 사이트에서 확인하실 수 있습니다.&lt;br&gt;
    &lt;a href=&quot;https://ktostay.visitkorea.or.kr&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;ktostay.visitkorea.or.kr →&lt;/a&gt;&lt;/p&gt;
  &lt;/div&gt;

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

  &lt;!-- 돌아가기 링크 --&gt;
  &lt;p class=&quot;section-label&quot;&gt;더 자세한 정보가 필요하신가요?&lt;/p&gt;
  &lt;div class=&quot;back-links&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%BF%A0%ED%8F%B0-%EB%B0%9C%EA%B8%89%EB%B0%A9%EB%B2%95-2026-%EB%A7%A4%EC%9D%BC-10%EC%8B%9C-%EC%84%A0%EC%B0%A9%EC%88%9C-%EC%B4%9D%EC%A0%95%EB%A6%AC&quot; class=&quot;back-link&quot;&gt;  쿠폰 발급방법&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%ED%95%A0%EC%9D%B8-%EA%B8%88%EC%95%A1-%EC%B4%9D%EC%A0%95%EB%A6%AC-2026-1%EB%B0%95-3%EB%A7%8C%EC%9B%90-%EC%97%B0%EB%B0%95-7%EB%A7%8C%EC%9B%90&quot; class=&quot;back-link&quot;&gt;  할인 금액 비교&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%82%AC%EC%9A%A9%EC%A7%80%EC%97%AD-2026-%EB%B9%84%EC%88%98%EB%8F%84%EA%B6%8C-85%EA%B0%9C-%EC%9D%B8%EA%B5%AC%EA%B0%90%EC%86%8C%EC%A7%80%EC%97%AD-%EC%B4%9D%EC%A0%95%EB%A6%AC&quot; class=&quot;back-link&quot;&gt;  사용 가능 지역&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%95%BC%EB%86%80%EC%9E%90-%EC%97%AC%EA%B8%B0%EC%96%B4%EB%95%8C-%EB%B9%84%EA%B5%90-2026-%EC%96%B4%EB%94%94%EC%84%9C-%EB%B0%9B%EB%8A%94-%EA%B2%8C-%EC%9C%A0%EB%A6%AC%ED%95%A0%EA%B9%8C&quot; class=&quot;back-link&quot;&gt;  플랫폼 비교&lt;/a&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- 푸터 --&gt;
&lt;div class=&quot;footer&quot;&gt;
  본 페이지는 2026 여름맞이 숙박세일 페스타에 대한 정보 제공을 목적으로 제작되었습니다.&lt;br&gt;
  외부 링크 클릭 시 각 플랫폼의 이용약관 및 개인정보처리방침이 적용됩니다.&lt;br&gt;
  공식 정보는 한국관광공사(ktostay.visitkorea.or.kr)에서 확인하세요.&lt;br&gt;
  &lt;a href=&quot;#&quot;&gt;개인정보처리방침&lt;/a&gt; &amp;nbsp;|&amp;nbsp; &amp;copy; 2026 숙박페스타 정보센터
&lt;/div&gt;

&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <category>소소 생활</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/116</guid>
      <comments>https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%BF%A0%ED%8F%B0-%EB%B0%9B%EA%B8%B0-2026-%EC%B0%B8%EC%97%AC-%ED%94%8C%EB%9E%AB%ED%8F%BC-%EA%B3%B5%EC%8B%9D-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0#entry116comment</comments>
      <pubDate>Tue, 23 Jun 2026 12:13:59 +0900</pubDate>
    </item>
    <item>
      <title>숙박 페스타 야놀자 여기어때 비교 2026 - 어디서 받는 게 유리할까</title>
      <link>https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%95%BC%EB%86%80%EC%9E%90-%EC%97%AC%EA%B8%B0%EC%96%B4%EB%95%8C-%EB%B9%84%EA%B5%90-2026-%EC%96%B4%EB%94%94%EC%84%9C-%EB%B0%9B%EB%8A%94-%EA%B2%8C-%EC%9C%A0%EB%A6%AC%ED%95%A0%EA%B9%8C</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 - 어디서 받는 게 유리할까&lt;/title&gt;
&lt;meta name=&quot;description&quot; content=&quot;2026 숙박세일 페스타 쿠폰, 야놀자·여기어때·11번가 중 어디서 받는 게 가장 유리할까요? 31개 OTA 플랫폼별 추가 혜택을 비교했습니다.&quot;&gt;
&lt;meta property=&quot;og:title&quot; content=&quot;숙박 페스타 야놀자 vs 여기어때 2026 - 플랫폼별 추가 혜택 비교&quot;&gt;
&lt;meta property=&quot;og:description&quot; content=&quot;같은 쿠폰도 플랫폼마다 추가 할인이 다릅니다. 어디서 받는 게 더 유리한지 지금 바로 확인하세요.&quot;&gt;
&lt;meta property=&quot;og:image&quot; content=&quot;https://ktostay.visitkorea.or.kr/og-image.jpg&quot;&gt;
&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Nanum+Square:wght@400;700;800&amp;family=Noto+Sans+KR:wght@400;500;700;900&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;

&lt;style&gt;
  :root {
    --primary: #c62828;
    --primary-dark: #b71c1c;
    --bg: #f5f5f5;
    --text: #1a1a1a;
    --gray: #6b7280;
    --light-gray: #ebebeb;
    --border: #d9d9d9;
    --box-bg: #ffffff;
    --accent: #e8e8e8;
  }

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

  body {
    font-family: 'Nanum Square', 'Noto Sans KR', sans-serif;
    background: #e0e0e0;
    color: var(--text);
    font-size: 15px;
    line-height: 1.75;
  }

  .wrap {
    max-width: 720px;
    margin: 0 auto;
    background: var(--bg);
    min-height: 100vh;
  }

  /* 헤더 */
  .header {
    background: linear-gradient(135deg, #c62828 0%, #b71c1c 100%);
    color: #fff;
    padding: 36px 24px 32px;
    text-align: center;
  }
  .header .badge {
    display: inline-block;
    background: rgba(255,255,255,0.22);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
  }
  .header h1 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.45;
    margin-bottom: 10px;
    word-break: keep-all;
  }
  .header .sub { font-size: 13px; opacity: 0.88; }

  @media (max-width: 480px) {
    .header { padding: 28px 16px 24px; }
    .header h1 { font-size: 20px; }
  }

  /* CTA 버튼 */
  .btn-wrap { padding: 20px 24px 0; }
  .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 15px 26px;
    border-radius: 8px;
    background: var(--primary);
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(198,40,40,0.28);
    transition: background 0.2s ease, transform 0.1s ease;
    word-break: keep-all;
    text-align: center;
  }
  .btn:hover { background: var(--primary-dark); transform: translateY(-1px); }
  .btn:active { transform: scale(0.97); background: var(--primary-dark); }

  @media (max-width: 480px) {
    .btn-wrap { padding: 16px 16px 0; }
    .btn { font-size: 16px; }
  }

  /* 광고 */
  .ad-box {
    text-align: center;
    padding: 10px 0;
    background: var(--bg);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    margin: 16px 0 0;
  }

  /* 해시태그 */
  .hashtag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 20px 24px 0;
    justify-content: center;
  }
  .hashtag {
    display: inline-block;
    background: var(--accent);
    border-radius: 20px;
    padding: 7px 16px;
    font-size: 13px;
    font-weight: 700;
    color: #374151;
    text-decoration: none;
    transition: all 0.2s;
  }
  .hashtag:hover { background: var(--primary); color: #fff; }
  .hashtag-desc {
    padding: 10px 24px 0;
    font-size: 13px;
    color: var(--gray);
    text-align: center;
    word-break: keep-all;
    line-height: 1.7;
  }

  @media (max-width: 480px) {
    .hashtag-row { padding: 16px 16px 0; }
    .hashtag-desc { padding: 10px 16px 0; }
  }

  /* 섹션 */
  .section { padding: 28px 24px; }
  .section + .section { padding-top: 0; }
  @media (max-width: 480px) { .section { padding: 22px 16px; } }

  .item-title {
    display: block;
    font-size: 16px;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 14px;
    padding-left: 12px;
    border-left: 4px solid var(--primary);
  }

  hr.divider {
    border: none;
    border-top: 1px solid var(--border);
    margin: 24px 0;
  }

  /* PASONA 박스 */
  .problem-box {
    background: #fff8f8;
    border: 1.5px solid #fca5a5;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 12px;
    word-break: keep-all;
  }
  .agitation-box {
    background: #fffbeb;
    border: 1.5px solid #fde68a;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 12px;
    word-break: keep-all;
  }
  .solution-box {
    background: #f0fdf4;
    border: 1.5px solid #86efac;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 12px;
    word-break: keep-all;
  }
  .offer-box {
    background: #eff6ff;
    border: 1.5px solid #93c5fd;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 12px;
    word-break: keep-all;
  }
  .narrow-box {
    background: linear-gradient(135deg, #fff3cd, #ffeaa7);
    border: 2px solid #ffc107;
    border-radius: 12px;
    padding: 18px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: #92400e;
    word-break: keep-all;
    line-height: 1.75;
  }
  .box-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: var(--gray);
    margin-bottom: 8px;
    letter-spacing: 0.5px;
  }
  .red { color: var(--primary); font-weight: 700; }

  /* 비교 카드 */
  .compare-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 14px;
  }
  @media (max-width: 400px) {
    .compare-wrap { grid-template-columns: 1fr; }
  }
  .compare-card {
    background: var(--box-bg);
    border: 2px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
  }
  .compare-card.featured { border-color: var(--primary); }
  .compare-header {
    padding: 12px 14px;
    background: var(--light-gray);
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .compare-card.featured .compare-header {
    background: var(--primary);
    color: #fff;
  }
  .compare-platform {
    font-size: 15px;
    font-weight: 800;
  }
  .compare-badge {
    font-size: 11px;
    background: #fff;
    color: var(--primary);
    padding: 2px 8px;
    border-radius: 10px;
    font-weight: 700;
    margin-left: auto;
  }
  .compare-card.featured .compare-badge {
    background: rgba(255,255,255,0.3);
    color: #fff;
  }
  .compare-body { padding: 14px; }
  .compare-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 8px 0;
    border-bottom: 1px solid var(--border);
    font-size: 13px;
  }
  .compare-item:last-child { border-bottom: none; padding-bottom: 0; }
  .compare-label { color: var(--gray); font-size: 11px; font-weight: 700; }
  .compare-val { font-weight: 700; color: var(--text); word-break: keep-all; }
  .compare-val.highlight { color: var(--primary); }

  /* OTA 목록 */
  .ota-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 14px;
  }
  @media (max-width: 380px) { .ota-grid { grid-template-columns: repeat(2, 1fr); } }
  .ota-chip {
    background: var(--box-bg);
    border: 1.5px solid var(--border);
    border-radius: 8px;
    padding: 10px 8px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: var(--text);
  }
  .ota-chip.major {
    border-color: var(--primary);
    background: #fff5f5;
    color: var(--primary);
  }

  /* 정보 카드 */
  .info-card {
    background: var(--box-bg);
    border: 1.5px solid var(--border);
    border-radius: 12px;
    padding: 0 16px;
    margin-bottom: 14px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  }
  .info-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 13px 0;
    border-bottom: 1px solid var(--border);
  }
  .info-row:last-child { border-bottom: none; }
  .info-label {
    font-size: 12px;
    font-weight: 700;
    color: var(--gray);
    min-width: 72px;
    padding-top: 2px;
    flex-shrink: 0;
  }
  .info-value {
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
    flex: 1;
    word-break: keep-all;
  }
  .info-value strong { color: var(--primary); font-weight: 700; }
  .info-value small {
    display: block;
    font-size: 12px;
    color: var(--gray);
    margin-top: 3px;
  }

  /* 경고 배너 */
  .warn-banner {
    background: #fff1f2;
    border: 1.5px solid #fecdd3;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 14px;
    font-size: 14px;
    word-break: keep-all;
    line-height: 1.7;
  }
  .warn-banner strong { color: var(--primary); }

  /* 주의사항 */
  .notice-box {
    background: #f0f0f0;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 14px 16px;
  }
  .notice-box p {
    font-size: 13px;
    color: var(--gray);
    padding-left: 14px;
    position: relative;
    margin-bottom: 7px;
    word-break: keep-all;
    line-height: 1.65;
  }
  .notice-box p:last-child { margin-bottom: 0; }
  .notice-box p::before { content: '·'; position: absolute; left: 4px; }

  /* 추천 박스 */
  .recommend-box {
    background: var(--box-bg);
    border: 2px solid var(--primary);
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 14px;
  }
  .recommend-box .rec-title {
    font-size: 15px;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 14px;
    display: block;
  }
  .rec-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 9px 0;
    border-bottom: 1px dashed var(--border);
    font-size: 14px;
    word-break: keep-all;
  }
  .rec-item:last-child { border-bottom: none; padding-bottom: 0; }
  .rec-icon { font-size: 18px; flex-shrink: 0; }
  .rec-text { line-height: 1.6; }
  .rec-text strong { font-weight: 700; display: block; }

  /* 브릿지 박스 */
  .bridge-box {
    background: linear-gradient(135deg, #fff5f5, #f5f5f5);
    border: 2px solid #fca5a5;
    border-radius: 12px;
    padding: 20px 18px;
    margin: 20px 0;
    text-align: center;
    word-break: keep-all;
  }
  .bridge-box p { font-size: 15px; line-height: 1.8; margin-bottom: 4px; }
  .bridge-box .bridge-sub { font-size: 13px; color: var(--gray); margin-bottom: 14px; }

  /* FAQ */
  .faq-item {
    background: var(--box-bg);
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 10px;
  }
  .faq-q { font-size: 14px; font-weight: 700; color: var(--primary); margin-bottom: 8px; word-break: keep-all; }
  .faq-a { font-size: 14px; color: var(--text); line-height: 1.7; word-break: keep-all; }

  /* 관련글 */
  .related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  @media (max-width: 360px) { .related-grid { grid-template-columns: 1fr; } }

  .related-card {
    background: var(--box-bg);
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 16px 14px;
    text-decoration: none;
    color: var(--text);
    transition: all 0.2s;
    display: block;
  }
  .related-card:hover { border-color: var(--primary); background: #fff5f5; transform: translateY(-2px); }
  .related-card .rc-tag { font-size: 11px; font-weight: 700; color: var(--primary); margin-bottom: 6px; display: block; }
  .related-card .rc-title { font-size: 13px; font-weight: 700; line-height: 1.55; word-break: keep-all; }
  .related-card .rc-desc { font-size: 12px; color: var(--gray); margin-top: 5px; line-height: 1.5; word-break: keep-all; }

  /* 푸터 */
  .footer {
    background: #1a1a1a;
    color: #9ca3af;
    font-size: 11px;
    text-align: center;
    padding: 24px 20px;
    line-height: 2;
  }
  .footer a { color: #6b7280; text-decoration: underline; }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;wrap&quot;&gt;

&lt;!-- 헤더 --&gt;
&lt;div class=&quot;header&quot;&gt;
  &lt;p class=&quot;badge&quot;&gt;  2026 숙박 페스타 플랫폼 비교&lt;/p&gt;
  &lt;h1&gt;야놀자 vs 여기어때 vs 11번가&lt;br&gt;어디서 받는 게 가장 유리할까?&lt;/h1&gt;
  &lt;p class=&quot;sub&quot;&gt;31개 참여 OTA 플랫폼별 추가 혜택 비교 | 6.11 ~ 7.31&lt;/p&gt;
&lt;/div&gt;

&lt;!-- 상단 CTA --&gt;
&lt;div class=&quot;btn-wrap&quot;&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%BF%A0%ED%8F%B0-%EB%B0%9B%EA%B8%B0-2026-%EC%B0%B8%EC%97%AC-%ED%94%8C%EB%9E%AB%ED%8F%BC-%EA%B3%B5%EC%8B%9D-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;btn&quot;&gt;  가장 유리한 플랫폼에서 쿠폰 받기&lt;/a&gt;
&lt;/div&gt;

&lt;!-- 광고 슬롯 A --&gt;
&lt;div class=&quot;ad-box&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- 해시태그 --&gt;
&lt;div class=&quot;hashtag-row&quot;&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%BF%A0%ED%8F%B0-%EB%B0%9C%EA%B8%89%EB%B0%A9%EB%B2%95-2026-%EB%A7%A4%EC%9D%BC-10%EC%8B%9C-%EC%84%A0%EC%B0%A9%EC%88%9C-%EC%B4%9D%EC%A0%95%EB%A6%AC&quot; class=&quot;hashtag&quot;&gt;#쿠폰 발급방법&lt;/a&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%ED%95%A0%EC%9D%B8-%EA%B8%88%EC%95%A1-%EC%B4%9D%EC%A0%95%EB%A6%AC-2026-1%EB%B0%95-3%EB%A7%8C%EC%9B%90-%EC%97%B0%EB%B0%95-7%EB%A7%8C%EC%9B%90&quot; class=&quot;hashtag&quot;&gt;#할인 금액 총정리&lt;/a&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%BF%A0%ED%8F%B0-%EB%B0%9B%EA%B8%B0-2026-%EC%B0%B8%EC%97%AC-%ED%94%8C%EB%9E%AB%ED%8F%BC-%EA%B3%B5%EC%8B%9D-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;hashtag&quot;&gt;#쿠폰 바로받기&lt;/a&gt;
&lt;/div&gt;
&lt;p class=&quot;hashtag-desc&quot;&gt;같은 쿠폰도 플랫폼마다 추가 할인·적립·결제혜택이 다릅니다 · 비교 후 선택하세요&lt;/p&gt;

&lt;!-- PASONA 섹션 --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;div class=&quot;problem-box&quot;&gt;
    &lt;span class=&quot;box-label&quot;&gt;  이런 고민 있으셨나요?&lt;/span&gt;
    &lt;p&gt;야놀자, 여기어때, 11번가 다 비슷비슷해 보이는데 어디서 받는 게 더 나을지 모르겠다는 분들 많으시죠. 그냥 평소에 쓰던 앱으로 받으면 된다고 생각하기 쉽지만, 플랫폼마다 &lt;strong&gt;추가 할인이나 포인트 적립이 크게 다를 수&lt;/strong&gt; 있습니다.&lt;/p&gt;
    &lt;hr style=&quot;border:none; border-top:1px solid #fca5a5; margin:12px 0;&quot;&gt;
    &lt;p&gt;기본 쿠폰 금액은 모든 플랫폼 동일하지만, &lt;strong&gt;카드사 제휴·자체 쿠폰·페이 할인&lt;/strong&gt;을 더하면 플랫폼별로 최종 결제금액이 수만원씩 차이 날 수 있습니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;agitation-box&quot;&gt;
    &lt;span class=&quot;box-label&quot;&gt;  그 차이가 생각보다 큽니다&lt;/span&gt;
    &lt;p&gt;예를 들어 같은 10만원짜리 숙소를 예약할 때, A 플랫폼은 기본 쿠폰만 적용되지만 B 플랫폼은 특정 카드로 결제 시 추가 1만~2만원이 더 빠집니다. 연박이라면 이 차이가 더 벌어집니다. &lt;strong&gt;잘못된 플랫폼 선택 하나가 2만~3만원 손해&lt;/strong&gt;로 이어질 수 있습니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;solution-box&quot;&gt;
    &lt;span class=&quot;box-label&quot;&gt;✅ 이렇게 비교하면 됩니다&lt;/span&gt;
    &lt;p&gt;정부 쿠폰은 어느 플랫폼에서 발급해도 금액은 동일합니다. 차이를 만드는 건 각 플랫폼의 &lt;strong&gt;자체 할인 프로모션, 제휴 카드사, 페이 즉시 할인&lt;/strong&gt;입니다. 아래에서 주요 플랫폼별로 정리해 드립니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;offer-box&quot;&gt;
    &lt;span class=&quot;box-label&quot;&gt;  이 페이지에서 알려드리는 것&lt;/span&gt;
    &lt;p&gt;야놀자·여기어때·11번가 등 주요 5개 플랫폼의 추가 혜택 비교, 상황별 추천 플랫폼, 중복 할인 극대화 전략까지 한 번에 정리합니다. 마지막에 유형별 추천 플랫폼도 알려드립니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;narrow-box&quot;&gt;
    ⏰ 플랫폼별 자체 추가 혜택은 &lt;span style=&quot;font-size:17px;&quot;&gt;수시로 변경&lt;/span&gt;됩니다&lt;br&gt;
    &lt;span style=&quot;font-size:13px; font-weight:500;&quot;&gt;쿠폰 발급 당일 각 플랫폼 행사 페이지에서 최신 혜택 꼭 재확인하세요&lt;/span&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- 광고 슬롯 B --&gt;
&lt;div class=&quot;ad-box&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- 플랫폼 비교 섹션 --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;span class=&quot;item-title&quot;&gt;주요 플랫폼 추가 혜택 비교&lt;/span&gt;

  &lt;!-- 야놀자 vs 여기어때 --&gt;
  &lt;div class=&quot;compare-wrap&quot;&gt;
    &lt;div class=&quot;compare-card featured&quot;&gt;
      &lt;div class=&quot;compare-header&quot;&gt;
        &lt;span class=&quot;compare-platform&quot;&gt;  야놀자&lt;/span&gt;
        &lt;span class=&quot;compare-badge&quot;&gt;숙소 최다&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;compare-body&quot;&gt;
        &lt;div class=&quot;compare-item&quot;&gt;
          &lt;span class=&quot;compare-label&quot;&gt;기본 쿠폰&lt;/span&gt;
          &lt;span class=&quot;compare-val highlight&quot;&gt;최대 7만원 동일&lt;/span&gt;
        &lt;/div&gt;
        &lt;div class=&quot;compare-item&quot;&gt;
          &lt;span class=&quot;compare-label&quot;&gt;추가 할인&lt;/span&gt;
          &lt;span class=&quot;compare-val&quot;&gt;야놀자페이·특정 카드 즉시할인&lt;/span&gt;
        &lt;/div&gt;
        &lt;div class=&quot;compare-item&quot;&gt;
          &lt;span class=&quot;compare-label&quot;&gt;포인트&lt;/span&gt;
          &lt;span class=&quot;compare-val&quot;&gt;야놀자 포인트 적립&lt;/span&gt;
        &lt;/div&gt;
        &lt;div class=&quot;compare-item&quot;&gt;
          &lt;span class=&quot;compare-label&quot;&gt;참여 숙소&lt;/span&gt;
          &lt;span class=&quot;compare-val highlight&quot;&gt;전국 최다 규모&lt;/span&gt;
        &lt;/div&gt;
        &lt;div class=&quot;compare-item&quot;&gt;
          &lt;span class=&quot;compare-label&quot;&gt;추천 대상&lt;/span&gt;
          &lt;span class=&quot;compare-val&quot;&gt;숙소 선택지가 넓어야 할 때&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;compare-card&quot;&gt;
      &lt;div class=&quot;compare-header&quot;&gt;
        &lt;span class=&quot;compare-platform&quot;&gt;  여기어때&lt;/span&gt;
        &lt;span class=&quot;compare-badge&quot;&gt;추가혜택↑&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;compare-body&quot;&gt;
        &lt;div class=&quot;compare-item&quot;&gt;
          &lt;span class=&quot;compare-label&quot;&gt;기본 쿠폰&lt;/span&gt;
          &lt;span class=&quot;compare-val highlight&quot;&gt;최대 7만원 동일&lt;/span&gt;
        &lt;/div&gt;
        &lt;div class=&quot;compare-item&quot;&gt;
          &lt;span class=&quot;compare-label&quot;&gt;추가 할인&lt;/span&gt;
          &lt;span class=&quot;compare-val&quot;&gt;위메프페이·카카오페이 즉시할인&lt;/span&gt;
        &lt;/div&gt;
        &lt;div class=&quot;compare-item&quot;&gt;
          &lt;span class=&quot;compare-label&quot;&gt;포인트&lt;/span&gt;
          &lt;span class=&quot;compare-val&quot;&gt;위드포인트 적립&lt;/span&gt;
        &lt;/div&gt;
        &lt;div class=&quot;compare-item&quot;&gt;
          &lt;span class=&quot;compare-label&quot;&gt;참여 숙소&lt;/span&gt;
          &lt;span class=&quot;compare-val&quot;&gt;모텔·펜션 강세&lt;/span&gt;
        &lt;/div&gt;
        &lt;div class=&quot;compare-item&quot;&gt;
          &lt;span class=&quot;compare-label&quot;&gt;추천 대상&lt;/span&gt;
          &lt;span class=&quot;compare-val&quot;&gt;카카오페이 사용자&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 11번가 vs 트립비토즈 --&gt;
  &lt;div class=&quot;compare-wrap&quot;&gt;
    &lt;div class=&quot;compare-card&quot;&gt;
      &lt;div class=&quot;compare-header&quot;&gt;
        &lt;span class=&quot;compare-platform&quot;&gt;  11번가&lt;/span&gt;
        &lt;span class=&quot;compare-badge&quot;&gt;카드혜택↑&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;compare-body&quot;&gt;
        &lt;div class=&quot;compare-item&quot;&gt;
          &lt;span class=&quot;compare-label&quot;&gt;기본 쿠폰&lt;/span&gt;
          &lt;span class=&quot;compare-val highlight&quot;&gt;최대 7만원 동일&lt;/span&gt;
        &lt;/div&gt;
        &lt;div class=&quot;compare-item&quot;&gt;
          &lt;span class=&quot;compare-label&quot;&gt;추가 할인&lt;/span&gt;
          &lt;span class=&quot;compare-val&quot;&gt;SK페이·11페이 즉시할인&lt;/span&gt;
        &lt;/div&gt;
        &lt;div class=&quot;compare-item&quot;&gt;
          &lt;span class=&quot;compare-label&quot;&gt;포인트&lt;/span&gt;
          &lt;span class=&quot;compare-val&quot;&gt;OK캐쉬백 적립 가능&lt;/span&gt;
        &lt;/div&gt;
        &lt;div class=&quot;compare-item&quot;&gt;
          &lt;span class=&quot;compare-label&quot;&gt;참여 숙소&lt;/span&gt;
          &lt;span class=&quot;compare-val&quot;&gt;호텔·리조트 중심&lt;/span&gt;
        &lt;/div&gt;
        &lt;div class=&quot;compare-item&quot;&gt;
          &lt;span class=&quot;compare-label&quot;&gt;추천 대상&lt;/span&gt;
          &lt;span class=&quot;compare-val&quot;&gt;SK텔레콤·OK캐쉬백 회원&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;compare-card featured&quot;&gt;
      &lt;div class=&quot;compare-header&quot;&gt;
        &lt;span class=&quot;compare-platform&quot;&gt;  트립비토즈&lt;/span&gt;
        &lt;span class=&quot;compare-badge&quot;&gt;최대혜택&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;compare-body&quot;&gt;
        &lt;div class=&quot;compare-item&quot;&gt;
          &lt;span class=&quot;compare-label&quot;&gt;기본 쿠폰&lt;/span&gt;
          &lt;span class=&quot;compare-val highlight&quot;&gt;최대 7만원 동일&lt;/span&gt;
        &lt;/div&gt;
        &lt;div class=&quot;compare-item&quot;&gt;
          &lt;span class=&quot;compare-label&quot;&gt;추가 할인&lt;/span&gt;
          &lt;span class=&quot;compare-val highlight&quot;&gt;KB Pay·페이코 즉시할인 최대 6만원+&lt;/span&gt;
        &lt;/div&gt;
        &lt;div class=&quot;compare-item&quot;&gt;
          &lt;span class=&quot;compare-label&quot;&gt;포인트&lt;/span&gt;
          &lt;span class=&quot;compare-val&quot;&gt;트립비토즈 리워드&lt;/span&gt;
        &lt;/div&gt;
        &lt;div class=&quot;compare-item&quot;&gt;
          &lt;span class=&quot;compare-label&quot;&gt;참여 숙소&lt;/span&gt;
          &lt;span class=&quot;compare-val&quot;&gt;호텔 중심, 규모 소형&lt;/span&gt;
        &lt;/div&gt;
        &lt;div class=&quot;compare-item&quot;&gt;
          &lt;span class=&quot;compare-label&quot;&gt;추천 대상&lt;/span&gt;
          &lt;span class=&quot;compare-val highlight&quot;&gt;KB Pay·페이코 사용자 최강&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;warn-banner&quot;&gt;
    ⚠️ &lt;strong&gt;중요:&lt;/strong&gt; 위 추가 혜택은 행사 기간 중 변경될 수 있습니다. 쿠폰 발급 당일 각 플랫폼 행사 페이지에서 최신 추가 혜택을 반드시 확인하세요.
  &lt;/div&gt;

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

  &lt;!-- 31개 참여 OTA 목록 --&gt;
  &lt;span class=&quot;item-title&quot;&gt;2026 페스타 참여 OTA 31개 전체 목록&lt;/span&gt;
  &lt;div class=&quot;ota-grid&quot;&gt;
    &lt;div class=&quot;ota-chip major&quot;&gt;야놀자&lt;/div&gt;
    &lt;div class=&quot;ota-chip major&quot;&gt;여기어때&lt;/div&gt;
    &lt;div class=&quot;ota-chip major&quot;&gt;11번가&lt;/div&gt;
    &lt;div class=&quot;ota-chip major&quot;&gt;롯데ON&lt;/div&gt;
    &lt;div class=&quot;ota-chip major&quot;&gt;트립비토즈&lt;/div&gt;
    &lt;div class=&quot;ota-chip&quot;&gt;GS샵&lt;/div&gt;
    &lt;div class=&quot;ota-chip&quot;&gt;CJ온스타일&lt;/div&gt;
    &lt;div class=&quot;ota-chip&quot;&gt;인터파크&lt;/div&gt;
    &lt;div class=&quot;ota-chip&quot;&gt;위메프&lt;/div&gt;
    &lt;div class=&quot;ota-chip&quot;&gt;티몬&lt;/div&gt;
    &lt;div class=&quot;ota-chip&quot;&gt;쿠팡트래블&lt;/div&gt;
    &lt;div class=&quot;ota-chip&quot;&gt;하나투어&lt;/div&gt;
    &lt;div class=&quot;ota-chip&quot;&gt;모두투어&lt;/div&gt;
    &lt;div class=&quot;ota-chip&quot;&gt;노랑풍선&lt;/div&gt;
    &lt;div class=&quot;ota-chip&quot;&gt;투어비스&lt;/div&gt;
    &lt;div class=&quot;ota-chip&quot;&gt;데일리호텔&lt;/div&gt;
    &lt;div class=&quot;ota-chip&quot;&gt;호텔스닷컴&lt;/div&gt;
    &lt;div class=&quot;ota-chip&quot;&gt;아고다&lt;/div&gt;
    &lt;div class=&quot;ota-chip&quot;&gt;부킹닷컴&lt;/div&gt;
  &lt;/div&gt;
  &lt;p style=&quot;font-size:13px; color:var(--gray); margin-bottom:14px; padding: 0 2px;&quot;&gt;※ 위 목록은 대표 참여사 예시이며 실제 참여 OTA는 공식 사이트에서 확인하세요.&lt;/p&gt;

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

  &lt;!-- 유형별 추천 --&gt;
  &lt;span class=&quot;item-title&quot;&gt;내 상황에 맞는 플랫폼 추천&lt;/span&gt;
  &lt;div class=&quot;recommend-box&quot;&gt;
    &lt;span class=&quot;rec-title&quot;&gt;  상황별 최적 플랫폼 가이드&lt;/span&gt;
    &lt;div class=&quot;rec-item&quot;&gt;
      &lt;span class=&quot;rec-icon&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;rec-text&quot;&gt;
        &lt;strong&gt;KB Pay·페이코 사용자라면 → 트립비토즈&lt;/strong&gt;
        기본 쿠폰 7만원 + 추가 즉시할인 최대 6만원으로 중복 적용 시 가장 큰 혜택 가능
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rec-item&quot;&gt;
      &lt;span class=&quot;rec-icon&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;rec-text&quot;&gt;
        &lt;strong&gt;카카오페이 주로 쓴다면 → 여기어때&lt;/strong&gt;
        카카오페이 즉시할인과 중복 적용 가능, 모텔·펜션 선택지 풍부
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rec-item&quot;&gt;
      &lt;span class=&quot;rec-icon&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;rec-text&quot;&gt;
        &lt;strong&gt;SK텔레콤 이용자라면 → 11번가&lt;/strong&gt;
        T멤버십·OK캐쉬백 연계, 호텔·리조트 예약에 강점
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rec-item&quot;&gt;
      &lt;span class=&quot;rec-icon&quot;&gt; &lt;/span&gt;
      &lt;div class=&quot;rec-text&quot;&gt;
        &lt;strong&gt;숙소 선택지가 중요하다면 → 야놀자&lt;/strong&gt;
        전국 최다 숙소 보유로 원하는 지역·날짜에 가장 많은 옵션 제공
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rec-item&quot;&gt;
      &lt;span class=&quot;rec-icon&quot;&gt; ️&lt;/span&gt;
      &lt;div class=&quot;rec-text&quot;&gt;
        &lt;strong&gt;처음이라 잘 모르겠다면 → 야놀자 또는 여기어때&lt;/strong&gt;
        앱 사용이 직관적이고 페스타 배너가 잘 노출되어 쿠폰 발급이 쉬움
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

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

  &lt;!-- 중복 할인 전략 --&gt;
  &lt;span class=&quot;item-title&quot;&gt;중복 할인 극대화 전략&lt;/span&gt;
  &lt;div class=&quot;info-card&quot;&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;Step 1&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;내 결제수단 먼저 확인&lt;/strong&gt;&lt;small&gt;보유 중인 카드·페이 종류를 파악하고 제휴 플랫폼 선택&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;Step 2&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;플랫폼 자체 쿠폰 사전 확인&lt;/strong&gt;&lt;small&gt;각 앱에서 기본 쿠폰 외 자체 쿠폰을 미리 발급받아 두기&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;Step 3&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;연박으로 예약하면 더 유리&lt;/strong&gt;&lt;small&gt;기본 쿠폰 7만원 + 추가 할인 중복 시 총 10만원 이상 절약 가능&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;Step 4&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;동행인도 각자 쿠폰 발급&lt;/strong&gt;&lt;small&gt;2인이면 두 쿠폰 합산으로 최대 14만원 절약도 가능&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;notice-box&quot;&gt;
    &lt;p&gt;중복 할인 가능 여부는 플랫폼·카드사 정책에 따라 달라질 수 있습니다.&lt;/p&gt;
    &lt;p&gt;결제 직전 최종 할인 금액을 반드시 확인한 뒤 결제하세요.&lt;/p&gt;
    &lt;p&gt;쿠폰 발급 후 미사용 시 다음날 오전 7시 자동 소멸됩니다.&lt;/p&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- 광고 슬롯 C --&gt;
&lt;div class=&quot;ad-box&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- 브릿지 + 중간 CTA --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;div class=&quot;bridge-box&quot;&gt;
    &lt;p&gt;  어떤 플랫폼이 유리한지 파악했다면, &lt;strong&gt;지금 바로 쿠폰을 받으러 가세요.&lt;/strong&gt;&lt;/p&gt;
    &lt;p class=&quot;bridge-sub&quot;&gt;매일 오전 10시 선착순으로 소진됩니다.&lt;br&gt;아래에서 참여 플랫폼 공식 링크를 바로 확인할 수 있습니다  &lt;/p&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%BF%A0%ED%8F%B0-%EB%B0%9B%EA%B8%B0-2026-%EC%B0%B8%EC%97%AC-%ED%94%8C%EB%9E%AB%ED%8F%BC-%EA%B3%B5%EC%8B%9D-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;btn&quot; style=&quot;font-size:15px; min-height:50px;&quot;&gt;  플랫폼 선택 후 쿠폰 받으러 가기&lt;/a&gt;
  &lt;/div&gt;

  &lt;!-- FAQ --&gt;
  &lt;span class=&quot;item-title&quot;&gt;자주 묻는 질문&lt;/span&gt;

  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;p class=&quot;faq-q&quot;&gt;Q. 야놀자에서 받은 쿠폰을 다른 플랫폼으로 옮길 수 있나요?&lt;/p&gt;
    &lt;p class=&quot;faq-a&quot;&gt;불가합니다. 쿠폰은 발급받은 플랫폼에서만 사용 가능합니다. 다른 플랫폼으로 바꾸고 싶다면 기존 쿠폰을 취소한 후 원하는 플랫폼에서 재발급받아야 합니다. 단, 재발급 시 수량이 남아있어야 합니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;p class=&quot;faq-q&quot;&gt;Q. 트립비토즈가 제일 혜택이 크다는데 숙소 수가 적은 건 단점 아닌가요?&lt;/p&gt;
    &lt;p class=&quot;faq-a&quot;&gt;맞습니다. 트립비토즈는 KB Pay·페이코 중복 시 총 할인이 가장 크지만 참여 숙소 수가 야놀자·여기어때보다 적습니다. 원하는 지역 숙소가 트립비토즈에 있다면 최강이고, 없다면 두 번째 혜택 큰 플랫폼으로 이동하는 게 낫습니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;p class=&quot;faq-q&quot;&gt;Q. 여러 플랫폼 앱을 다 설치해서 비교한 다음 선택해도 되나요?&lt;/p&gt;
    &lt;p class=&quot;faq-a&quot;&gt;네, 추천하는 방법입니다. 다만 쿠폰 발급은 하나의 플랫폼에서만 가능하므로, 비교 후 최종 선택한 플랫폼에서 오전 10시에 빠르게 발급받으세요. 비교하느라 시간을 지체하면 선착순에서 밀릴 수 있으니 전날 밤에 미리 비교해두는 걸 권장합니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div style=&quot;margin-top:16px;&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%BF%A0%ED%8F%B0-%EB%B0%9B%EA%B8%B0-2026-%EC%B0%B8%EC%97%AC-%ED%94%8C%EB%9E%AB%ED%8F%BC-%EA%B3%B5%EC%8B%9D-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;btn&quot; style=&quot;font-size:15px; min-height:50px;&quot;&gt;  참여 플랫폼 전체 링크 보기&lt;/a&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- 관련 페이지 --&gt;
&lt;div class=&quot;section&quot; style=&quot;padding-top:0;&quot;&gt;
  &lt;span class=&quot;item-title&quot;&gt;관련 정보 더 보기&lt;/span&gt;
  &lt;div class=&quot;related-grid&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%BF%A0%ED%8F%B0-%EB%B0%9C%EA%B8%89%EB%B0%A9%EB%B2%95-2026-%EB%A7%A4%EC%9D%BC-10%EC%8B%9C-%EC%84%A0%EC%B0%A9%EC%88%9C-%EC%B4%9D%EC%A0%95%EB%A6%AC&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-tag&quot;&gt;  발급방법&lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;쿠폰 받는 방법&lt;br&gt;4단계 완벽 정리&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;선착순 성공 꿀팁 포함&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%ED%95%A0%EC%9D%B8-%EA%B8%88%EC%95%A1-%EC%B4%9D%EC%A0%95%EB%A6%AC-2026-1%EB%B0%95-3%EB%A7%8C%EC%9B%90-%EC%97%B0%EB%B0%95-7%EB%A7%8C%EC%9B%90&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-tag&quot;&gt;  할인 금액&lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;1박 3만원 연박 7만원&lt;br&gt;내 할인금액 총정리&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;쿠폰 4종 완벽 비교&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%82%AC%EC%9A%A9%EC%A7%80%EC%97%AD-2026-%EB%B9%84%EC%88%98%EB%8F%84%EA%B6%8C-85%EA%B0%9C-%EC%9D%B8%EA%B5%AC%EA%B0%90%EC%86%8C%EC%A7%80%EC%97%AD-%EC%B4%9D%EC%A0%95%EB%A6%AC&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-tag&quot;&gt;  사용 지역&lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;비수도권 85개 지역&lt;br&gt;어디서 쓸 수 있나?&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;지역별 사용처 완벽 정리&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%BF%A0%ED%8F%B0-%EB%B0%9B%EA%B8%B0-2026-%EC%B0%B8%EC%97%AC-%ED%94%8C%EB%9E%AB%ED%8F%BC-%EA%B3%B5%EC%8B%9D-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-tag&quot;&gt;  바로 신청&lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;지금 바로 쿠폰 받기&lt;br&gt;공식 채널 바로가기&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;참여 여행사 링크 모음&lt;/p&gt;
    &lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- 푸터 --&gt;
&lt;div class=&quot;footer&quot;&gt;
  본 페이지는 2026 여름맞이 숙박세일 페스타에 대한 정보 제공을 목적으로 제작되었습니다.&lt;br&gt;
  공식 정보는 한국관광공사 공식 사이트(ktostay.visitkorea.or.kr)에서 확인하세요.&lt;br&gt;
  플랫폼별 추가 혜택은 운영사 정책에 따라 수시 변경될 수 있으며, 최종 혜택은 각 플랫폼에서 확인하시기 바랍니다.&lt;br&gt;
  &lt;a href=&quot;#&quot;&gt;개인정보처리방침&lt;/a&gt; &amp;nbsp;|&amp;nbsp; &amp;copy; 2026 숙박페스타 정보센터
&lt;/div&gt;

&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <category>소소 여행</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/115</guid>
      <comments>https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%95%BC%EB%86%80%EC%9E%90-%EC%97%AC%EA%B8%B0%EC%96%B4%EB%95%8C-%EB%B9%84%EA%B5%90-2026-%EC%96%B4%EB%94%94%EC%84%9C-%EB%B0%9B%EB%8A%94-%EA%B2%8C-%EC%9C%A0%EB%A6%AC%ED%95%A0%EA%B9%8C#entry115comment</comments>
      <pubDate>Tue, 23 Jun 2026 12:13:31 +0900</pubDate>
    </item>
    <item>
      <title>숙박 페스타 사용지역 2026 - 비수도권 85개 인구감소지역 총정리</title>
      <link>https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%82%AC%EC%9A%A9%EC%A7%80%EC%97%AD-2026-%EB%B9%84%EC%88%98%EB%8F%84%EA%B6%8C-85%EA%B0%9C-%EC%9D%B8%EA%B5%AC%EA%B0%90%EC%86%8C%EC%A7%80%EC%97%AD-%EC%B4%9D%EC%A0%95%EB%A6%AC</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 - 비수도권 85개 인구감소지역 총정리&lt;/title&gt;
&lt;meta name=&quot;description&quot; content=&quot;2026 숙박세일 페스타 사용 가능 지역을 총정리했습니다. 서울·경기·인천·세종 제외, 비수도권 85개 인구감소지역에서만 쿠폰 사용 가능합니다.&quot;&gt;
&lt;meta property=&quot;og:title&quot; content=&quot;숙박 페스타 사용지역 2026 - 85개 지역 한눈에 보기&quot;&gt;
&lt;meta property=&quot;og:description&quot; content=&quot;강원도·경상도·전라도·제주 등 비수도권 85개 인구감소지역 전체 목록. 내 여행지가 해당되는지 바로 확인하세요.&quot;&gt;
&lt;meta property=&quot;og:image&quot; content=&quot;https://ktostay.visitkorea.or.kr/og-image.jpg&quot;&gt;
&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Gowun+Dodum&amp;family=Noto+Sans+KR:wght@400;500;700;900&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;

&lt;style&gt;
  :root {
    --primary: #e63946;
    --primary-dark: #c1121f;
    --bg: #f0f7f4;
    --text: #1a1a1a;
    --gray: #6b7280;
    --light-gray: #e4f0ec;
    --border: #c8ddd6;
    --box-bg: #ffffff;
    --accent: #d4ede5;
    --green: #2d7a5f;
  }

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

  body {
    font-family: 'Gowun Dodum', 'Noto Sans KR', sans-serif;
    background: #dceee7;
    color: var(--text);
    font-size: 15px;
    line-height: 1.75;
  }

  .wrap {
    max-width: 720px;
    margin: 0 auto;
    background: var(--bg);
    min-height: 100vh;
  }

  /* 헤더 */
  .header {
    background: linear-gradient(135deg, #2d7a5f 0%, #1a5c44 100%);
    color: #fff;
    padding: 36px 24px 32px;
    text-align: center;
  }
  .header .badge {
    display: inline-block;
    background: rgba(255,255,255,0.22);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
  }
  .header h1 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.45;
    margin-bottom: 10px;
    word-break: keep-all;
  }
  .header .sub { font-size: 13px; opacity: 0.88; }

  @media (max-width: 480px) {
    .header { padding: 28px 16px 24px; }
    .header h1 { font-size: 20px; }
  }

  /* CTA 버튼 */
  .btn-wrap { padding: 20px 24px 0; }
  .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 15px 26px;
    border-radius: 8px;
    background: var(--primary);
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(230,57,70,0.28);
    transition: background 0.2s ease, transform 0.1s ease;
    word-break: keep-all;
    text-align: center;
  }
  .btn:hover { background: var(--primary-dark); transform: translateY(-1px); }
  .btn:active { transform: scale(0.97); background: var(--primary-dark); }

  @media (max-width: 480px) {
    .btn-wrap { padding: 16px 16px 0; }
    .btn { font-size: 16px; }
  }

  /* 광고 */
  .ad-box {
    text-align: center;
    padding: 10px 0;
    background: var(--bg);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    margin: 16px 0 0;
  }

  /* 해시태그 */
  .hashtag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 20px 24px 0;
    justify-content: center;
  }
  .hashtag {
    display: inline-block;
    background: var(--accent);
    border-radius: 20px;
    padding: 7px 16px;
    font-size: 13px;
    font-weight: 700;
    color: var(--green);
    text-decoration: none;
    transition: all 0.2s;
  }
  .hashtag:hover { background: var(--primary); color: #fff; }
  .hashtag-desc {
    padding: 10px 24px 0;
    font-size: 13px;
    color: var(--gray);
    text-align: center;
    word-break: keep-all;
    line-height: 1.7;
  }

  @media (max-width: 480px) {
    .hashtag-row { padding: 16px 16px 0; }
    .hashtag-desc { padding: 10px 16px 0; }
  }

  /* 섹션 */
  .section { padding: 28px 24px; }
  .section + .section { padding-top: 0; }
  @media (max-width: 480px) { .section { padding: 22px 16px; } }

  .item-title {
    display: block;
    font-size: 16px;
    font-weight: 900;
    color: var(--text);
    margin-bottom: 14px;
    padding-left: 12px;
    border-left: 4px solid var(--green);
    font-family: 'Noto Sans KR', sans-serif;
  }

  hr.divider {
    border: none;
    border-top: 1px solid var(--border);
    margin: 24px 0;
  }

  /* PASONA 박스 */
  .problem-box {
    background: #fff8f8;
    border: 1.5px solid #fca5a5;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 12px;
    word-break: keep-all;
  }
  .agitation-box {
    background: #fffbeb;
    border: 1.5px solid #fde68a;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 12px;
    word-break: keep-all;
  }
  .solution-box {
    background: #f0fdf4;
    border: 1.5px solid #86efac;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 12px;
    word-break: keep-all;
  }
  .offer-box {
    background: #eff6ff;
    border: 1.5px solid #93c5fd;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 12px;
    word-break: keep-all;
  }
  .narrow-box {
    background: linear-gradient(135deg, #fff3cd, #ffeaa7);
    border: 2px solid #ffc107;
    border-radius: 12px;
    padding: 18px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: #92400e;
    word-break: keep-all;
    line-height: 1.75;
  }
  .box-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: var(--gray);
    margin-bottom: 8px;
    letter-spacing: 0.5px;
  }
  .red { color: var(--primary); font-weight: 700; }

  /* 제외 지역 배너 */
  .exclude-banner {
    background: #fff1f2;
    border: 2px solid #fecdd3;
    border-radius: 12px;
    padding: 16px 18px;
    margin-bottom: 16px;
    word-break: keep-all;
  }
  .exclude-banner .ex-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 10px;
  }
  .exclude-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .exclude-tag {
    background: #fecdd3;
    color: #9b1c1c;
    border-radius: 6px;
    padding: 5px 12px;
    font-size: 13px;
    font-weight: 700;
  }

  /* 지역 그리드 */
  .region-section {
    margin-bottom: 18px;
  }
  .region-title {
    background: var(--green);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 16px;
    border-radius: 8px 8px 0 0;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .region-body {
    background: #fff;
    border: 1.5px solid var(--border);
    border-top: none;
    border-radius: 0 0 8px 8px;
    padding: 14px 16px;
  }
  .region-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
  }
  .region-tag {
    background: var(--light-gray);
    border-radius: 6px;
    padding: 5px 11px;
    font-size: 13px;
    color: var(--text);
    font-weight: 500;
  }
  .region-count {
    font-size: 12px;
    color: var(--gray);
    margin-left: auto;
  }

  /* 정보 카드 */
  .info-card {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 12px;
    padding: 0 16px;
    margin-bottom: 14px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  }
  .info-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 13px 0;
    border-bottom: 1px solid var(--border);
  }
  .info-row:last-child { border-bottom: none; }
  .info-label {
    font-size: 12px;
    font-weight: 700;
    color: var(--gray);
    min-width: 68px;
    padding-top: 2px;
    flex-shrink: 0;
  }
  .info-value {
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
    flex: 1;
    word-break: keep-all;
  }
  .info-value strong { color: var(--green); font-weight: 700; }
  .info-value small {
    display: block;
    font-size: 12px;
    color: var(--gray);
    margin-top: 3px;
  }

  /* 경고 배너 */
  .warn-banner {
    background: #fff1f2;
    border: 1.5px solid #fecdd3;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 14px;
    font-size: 14px;
    word-break: keep-all;
    line-height: 1.7;
  }
  .warn-banner strong { color: var(--primary); }

  /* 주의사항 */
  .notice-box {
    background: #e8f4ee;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 14px 16px;
  }
  .notice-box p {
    font-size: 13px;
    color: #374151;
    padding-left: 14px;
    position: relative;
    margin-bottom: 7px;
    word-break: keep-all;
    line-height: 1.65;
  }
  .notice-box p:last-child { margin-bottom: 0; }
  .notice-box p::before { content: '·'; position: absolute; left: 4px; }

  /* 브릿지 박스 */
  .bridge-box {
    background: linear-gradient(135deg, #f0fdf4, #e8f4ee);
    border: 2px solid #86efac;
    border-radius: 12px;
    padding: 20px 18px;
    margin: 20px 0;
    text-align: center;
    word-break: keep-all;
  }
  .bridge-box p { font-size: 15px; line-height: 1.8; margin-bottom: 4px; }
  .bridge-box .bridge-sub { font-size: 13px; color: var(--gray); margin-bottom: 14px; }

  /* FAQ */
  .faq-item {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 10px;
  }
  .faq-q { font-size: 14px; font-weight: 700; color: var(--green); margin-bottom: 8px; word-break: keep-all; }
  .faq-a { font-size: 14px; color: var(--text); line-height: 1.7; word-break: keep-all; }

  /* 관련글 */
  .related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  @media (max-width: 360px) { .related-grid { grid-template-columns: 1fr; } }

  .related-card {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 16px 14px;
    text-decoration: none;
    color: var(--text);
    transition: all 0.2s;
    display: block;
  }
  .related-card:hover { border-color: var(--green); background: #f0fdf4; transform: translateY(-2px); }
  .related-card .rc-tag { font-size: 11px; font-weight: 700; color: var(--green); margin-bottom: 6px; display: block; }
  .related-card .rc-title { font-size: 13px; font-weight: 700; line-height: 1.55; word-break: keep-all; }
  .related-card .rc-desc { font-size: 12px; color: var(--gray); margin-top: 5px; line-height: 1.5; word-break: keep-all; }

  /* 푸터 */
  .footer {
    background: #1a1a1a;
    color: #9ca3af;
    font-size: 11px;
    text-align: center;
    padding: 24px 20px;
    line-height: 2;
  }
  .footer a { color: #6b7280; text-decoration: underline; }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;wrap&quot;&gt;

&lt;!-- 헤더 --&gt;
&lt;div class=&quot;header&quot;&gt;
  &lt;p class=&quot;badge&quot;&gt;  2026 숙박 페스타 사용 지역&lt;/p&gt;
  &lt;h1&gt;내 여행지, 쿠폰 쓸 수 있나요?&lt;br&gt;비수도권 85개 지역 완벽 정리&lt;/h1&gt;
  &lt;p class=&quot;sub&quot;&gt;서울·경기·인천·세종 제외 | 비수도권 인구감소지역만 해당 | 6.11 ~ 7.31&lt;/p&gt;
&lt;/div&gt;

&lt;!-- 상단 CTA --&gt;
&lt;div class=&quot;btn-wrap&quot;&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%BF%A0%ED%8F%B0-%EB%B0%9B%EA%B8%B0-2026-%EC%B0%B8%EC%97%AC-%ED%94%8C%EB%9E%AB%ED%8F%BC-%EA%B3%B5%EC%8B%9D-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;btn&quot;&gt;  내 지역 확인 후 쿠폰 받기&lt;/a&gt;
&lt;/div&gt;

&lt;!-- 광고 슬롯 A --&gt;
&lt;div class=&quot;ad-box&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- 해시태그 --&gt;
&lt;div class=&quot;hashtag-row&quot;&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%BF%A0%ED%8F%B0-%EB%B0%9C%EA%B8%89%EB%B0%A9%EB%B2%95-2026-%EB%A7%A4%EC%9D%BC-10%EC%8B%9C-%EC%84%A0%EC%B0%A9%EC%88%9C-%EC%B4%9D%EC%A0%95%EB%A6%AC&quot; class=&quot;hashtag&quot;&gt;#쿠폰 발급방법&lt;/a&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%ED%95%A0%EC%9D%B8-%EA%B8%88%EC%95%A1-%EC%B4%9D%EC%A0%95%EB%A6%AC-2026-1%EB%B0%95-3%EB%A7%8C%EC%9B%90-%EC%97%B0%EB%B0%95-7%EB%A7%8C%EC%9B%90&quot; class=&quot;hashtag&quot;&gt;#할인 금액 총정리&lt;/a&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%BF%A0%ED%8F%B0-%EB%B0%9B%EA%B8%B0-2026-%EC%B0%B8%EC%97%AC-%ED%94%8C%EB%9E%AB%ED%8F%BC-%EA%B3%B5%EC%8B%9D-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;hashtag&quot;&gt;#쿠폰 바로받기&lt;/a&gt;
&lt;/div&gt;
&lt;p class=&quot;hashtag-desc&quot;&gt;강원도·경상도·전라도·충청도·제주도 대부분 포함 · 서울·경기·인천·세종은 제외&lt;/p&gt;

&lt;!-- PASONA 섹션 --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;div class=&quot;problem-box&quot;&gt;
    &lt;span class=&quot;box-label&quot;&gt;  이런 상황이셨나요?&lt;/span&gt;
    &lt;p&gt;숙박 페스타 쿠폰을 받았는데 막상 결제하려 보니 &quot;해당 숙소는 페스타 적용 불가&quot;라는 메시지가 뜬 적 있으신가요? 또는 쿠폰을 받기 전에 &quot;내가 가려는 곳에서 쓸 수 있는지&quot;부터 확인하고 싶으신 분도 많습니다.&lt;/p&gt;
    &lt;hr style=&quot;border:none; border-top:1px solid #fca5a5; margin:12px 0;&quot;&gt;
    &lt;p&gt;사용 지역 조건을 모르고 쿠폰부터 받았다가 쓰지 못하면 &lt;strong&gt;그날의 쿠폰은 그냥 날아갑니다.&lt;/strong&gt; 순서를 바꾸는 게 중요합니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;agitation-box&quot;&gt;
    &lt;span class=&quot;box-label&quot;&gt;⚠️ 핵심 조건, 꼭 먼저 확인하세요&lt;/span&gt;
    &lt;p&gt;숙박 페스타 쿠폰은 &lt;strong&gt;비수도권 인구감소지역 85개 기초지자체&lt;/strong&gt;에 등록된 숙박시설에서만 사용 가능합니다. 서울, 경기, 인천, 세종은 전면 제외입니다. 강원도와 제주도는 거의 다 되지만, 의외로 빠진 지역도 있으니 아래에서 꼭 확인하세요.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;solution-box&quot;&gt;
    &lt;span class=&quot;box-label&quot;&gt;✅ 이 페이지에서 한 번에 확인하세요&lt;/span&gt;
    &lt;p&gt;도별로 사용 가능한 시·군·구를 정리했습니다. 내 여행지가 목록에 있다면 바로 쿠폰 발급으로 이동하시면 됩니다. 없다면 근처 다른 지역을 검토해 보시는 게 좋습니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;offer-box&quot;&gt;
    &lt;span class=&quot;box-label&quot;&gt;  이 페이지에서 알려드리는 것&lt;/span&gt;
    &lt;p&gt;도별 사용 가능 지역 전체 목록, 제외 지역 한눈에 보기, 지역 선택 시 추천 숙소 유형까지 정리합니다. 여행 계획 중이라면 지금 바로 내 목적지를 찾아보세요.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;narrow-box&quot;&gt;
      사용 가능 지역 숙소에만 &lt;span style=&quot;font-size:17px;&quot;&gt;페스타 앰블럼&lt;/span&gt;이 표시됩니다&lt;br&gt;
    &lt;span style=&quot;font-size:13px; font-weight:500;&quot;&gt;OTA 앱에서 '숙박세일 페스타' 필터 선택 시 자동으로 해당 숙소만 노출&lt;/span&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- 광고 슬롯 B --&gt;
&lt;div class=&quot;ad-box&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- 사용 지역 섹션 --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;!-- 제외 지역 먼저 표시 --&gt;
  &lt;span class=&quot;item-title&quot;&gt;⛔ 쿠폰 사용 불가 지역 (먼저 확인)&lt;/span&gt;
  &lt;div class=&quot;exclude-banner&quot;&gt;
    &lt;p class=&quot;ex-title&quot;&gt;아래 지역은 숙박 페스타 쿠폰 사용이 불가합니다&lt;/p&gt;
    &lt;div class=&quot;exclude-tags&quot;&gt;
      &lt;span class=&quot;exclude-tag&quot;&gt;서울 전체&lt;/span&gt;
      &lt;span class=&quot;exclude-tag&quot;&gt;경기도 전체&lt;/span&gt;
      &lt;span class=&quot;exclude-tag&quot;&gt;인천 전체&lt;/span&gt;
      &lt;span class=&quot;exclude-tag&quot;&gt;세종 전체&lt;/span&gt;
    &lt;/div&gt;
    &lt;p style=&quot;font-size:13px; color:#9b1c1c; margin-top:10px; line-height:1.6;&quot;&gt;수도권 및 행정중심복합도시는 인구감소지역에 해당하지 않아 전면 제외됩니다.&lt;/p&gt;
  &lt;/div&gt;

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

  &lt;span class=&quot;item-title&quot;&gt;✅ 도별 사용 가능 지역 목록&lt;/span&gt;

  &lt;!-- 강원도 --&gt;
  &lt;div class=&quot;region-section&quot;&gt;
    &lt;div class=&quot;region-title&quot;&gt;
       ️ 강원도 &lt;span class=&quot;region-count&quot;&gt;18개 시·군&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;region-body&quot;&gt;
      &lt;div class=&quot;region-tags&quot;&gt;
        &lt;span class=&quot;region-tag&quot;&gt;강릉시&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;고성군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;동해시&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;삼척시&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;속초시&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;양구군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;양양군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;영월군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;원주시&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;인제군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;정선군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;철원군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;춘천시&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;태백시&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;평창군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;홍천군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;화천군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;횡성군&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 경상북도 --&gt;
  &lt;div class=&quot;region-section&quot;&gt;
    &lt;div class=&quot;region-title&quot;&gt;
        경상북도 &lt;span class=&quot;region-count&quot;&gt;주요 시·군&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;region-body&quot;&gt;
      &lt;div class=&quot;region-tags&quot;&gt;
        &lt;span class=&quot;region-tag&quot;&gt;경주시&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;안동시&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;영주시&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;영천시&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;상주시&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;문경시&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;봉화군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;영양군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;울릉군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;청송군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;군위군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;의성군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;청도군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;고령군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;성주군&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 경상남도 --&gt;
  &lt;div class=&quot;region-section&quot;&gt;
    &lt;div class=&quot;region-title&quot;&gt;
        경상남도 &lt;span class=&quot;region-count&quot;&gt;주요 시·군&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;region-body&quot;&gt;
      &lt;div class=&quot;region-tags&quot;&gt;
        &lt;span class=&quot;region-tag&quot;&gt;통영시&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;거제시&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;남해군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;하동군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;산청군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;함양군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;거창군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;합천군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;의령군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;함안군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;고성군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;밀양시&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 전라남도 --&gt;
  &lt;div class=&quot;region-section&quot;&gt;
    &lt;div class=&quot;region-title&quot;&gt;
        전라남도 &lt;span class=&quot;region-count&quot;&gt;주요 시·군&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;region-body&quot;&gt;
      &lt;div class=&quot;region-tags&quot;&gt;
        &lt;span class=&quot;region-tag&quot;&gt;여수시&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;순천시&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;목포시&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;나주시&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;광양시&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;담양군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;곡성군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;구례군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;고흥군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;보성군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;화순군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;장흥군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;강진군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;해남군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;완도군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;진도군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;신안군&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 전라북도 --&gt;
  &lt;div class=&quot;region-section&quot;&gt;
    &lt;div class=&quot;region-title&quot;&gt;
        전북특별자치도 &lt;span class=&quot;region-count&quot;&gt;주요 시·군&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;region-body&quot;&gt;
      &lt;div class=&quot;region-tags&quot;&gt;
        &lt;span class=&quot;region-tag&quot;&gt;전주시&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;군산시&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;익산시&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;정읍시&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;남원시&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;김제시&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;완주군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;진안군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;무주군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;장수군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;임실군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;순창군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;고창군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;부안군&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 충청남도 --&gt;
  &lt;div class=&quot;region-section&quot;&gt;
    &lt;div class=&quot;region-title&quot;&gt;
       ️ 충청남도 &lt;span class=&quot;region-count&quot;&gt;주요 시·군&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;region-body&quot;&gt;
      &lt;div class=&quot;region-tags&quot;&gt;
        &lt;span class=&quot;region-tag&quot;&gt;태안군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;보령시&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;서산시&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;당진시&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;홍성군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;예산군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;청양군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;부여군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;서천군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;공주시&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;논산시&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 충청북도 --&gt;
  &lt;div class=&quot;region-section&quot;&gt;
    &lt;div class=&quot;region-title&quot;&gt;
       ️ 충청북도 &lt;span class=&quot;region-count&quot;&gt;주요 시·군&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;region-body&quot;&gt;
      &lt;div class=&quot;region-tags&quot;&gt;
        &lt;span class=&quot;region-tag&quot;&gt;충주시&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;제천시&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;보은군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;옥천군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;영동군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;괴산군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;단양군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;증평군&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;진천군&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 제주도 --&gt;
  &lt;div class=&quot;region-section&quot;&gt;
    &lt;div class=&quot;region-title&quot;&gt;
        제주특별자치도 &lt;span class=&quot;region-count&quot;&gt;전 지역&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;region-body&quot;&gt;
      &lt;div class=&quot;region-tags&quot;&gt;
        &lt;span class=&quot;region-tag&quot;&gt;제주시&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;서귀포시&lt;/span&gt;
      &lt;/div&gt;
      &lt;p style=&quot;font-size:13px; color:var(--gray); margin-top:10px;&quot;&gt;제주도는 전 지역 사용 가능합니다.&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 경기·강원 접경 일부 --&gt;
  &lt;div class=&quot;region-section&quot;&gt;
    &lt;div class=&quot;region-title&quot;&gt;
       ️ 대구·부산·울산 인근 &lt;span class=&quot;region-count&quot;&gt;인구감소지역만&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;region-body&quot;&gt;
      &lt;div class=&quot;region-tags&quot;&gt;
        &lt;span class=&quot;region-tag&quot;&gt;부산 동구&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;부산 서구&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;부산 중구&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;부산 영도구&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;대구 남구&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;대구 서구&lt;/span&gt;
        &lt;span class=&quot;region-tag&quot;&gt;울산 동구&lt;/span&gt;
      &lt;/div&gt;
      &lt;p style=&quot;font-size:13px; color:var(--gray); margin-top:10px;&quot;&gt;광역시의 경우 인구감소지역으로 지정된 일부 구·군만 해당됩니다.&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;warn-banner&quot;&gt;
    ⚠️ &lt;strong&gt;주의:&lt;/strong&gt; 위 목록은 2026년 기준 인구감소지역 지정 현황을 참고하여 작성했습니다. 정확한 사용 가능 지역은 각 OTA 플랫폼의 '숙박세일 페스타' 필터를 통해 최종 확인하세요.
  &lt;/div&gt;

  &lt;div class=&quot;notice-box&quot;&gt;
    &lt;p&gt;OTA 앱에서 '숙박세일 페스타' 배너 또는 필터를 선택하면 사용 가능 숙소만 자동으로 표시됩니다.&lt;/p&gt;
    &lt;p&gt;같은 시·군이라도 페스타 미참여 숙소는 쿠폰 적용이 불가할 수 있습니다.&lt;/p&gt;
    &lt;p&gt;미등록 숙박시설(민박 등)은 쿠폰 대상에서 제외될 수 있으니 예약 전 확인하세요.&lt;/p&gt;
  &lt;/div&gt;

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

  &lt;!-- 지역별 추천 유형 --&gt;
  &lt;span class=&quot;item-title&quot;&gt;지역별 추천 숙박 유형&lt;/span&gt;
  &lt;div class=&quot;info-card&quot;&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;강원도&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;펜션·리조트·글램핑&lt;/strong&gt;&lt;small&gt;속초·강릉·평창 인기 · 여름 성수기 미리 예약 권장&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;제주도&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;풀빌라·호텔·게스트하우스&lt;/strong&gt;&lt;small&gt;서귀포·제주시 모두 가능 · 가장 다양한 숙소 보유&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;전남·경남&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;해안 리조트·한옥스테이&lt;/strong&gt;&lt;small&gt;여수·통영·남해 인기 · 연박 할인 적용 유리&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;충청·전북&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;온천·고즈넉한 민박형 숙소&lt;/strong&gt;&lt;small&gt;단양·부여·전주 한옥마을 인기 · 저예산 여행에 적합&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- 광고 슬롯 C --&gt;
&lt;div class=&quot;ad-box&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- 브릿지 + 중간 CTA --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;div class=&quot;bridge-box&quot;&gt;
    &lt;p&gt;  여행지 확인했다면, 이제 &lt;strong&gt;&quot;어떤 플랫폼에서 받는 게 가장 유리한지&quot;&lt;/strong&gt; 비교해보세요.&lt;/p&gt;
    &lt;p class=&quot;bridge-sub&quot;&gt;야놀자와 여기어때 중 같은 숙소도 추가 할인 혜택이 다를 수 있습니다.&lt;br&gt;플랫폼별 비교 페이지에서 더 많이 절약하는 방법을 확인해보세요  &lt;/p&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%95%BC%EB%86%80%EC%9E%90-%EC%97%AC%EA%B8%B0%EC%96%B4%EB%95%8C-%EB%B9%84%EA%B5%90-2026-%EC%96%B4%EB%94%94%EC%84%9C-%EB%B0%9B%EB%8A%94-%EA%B2%8C-%EC%9C%A0%EB%A6%AC%ED%95%A0%EA%B9%8C&quot; class=&quot;btn&quot; style=&quot;font-size:15px; min-height:50px;&quot;&gt;  야놀자 vs 여기어때 비교 보기&lt;/a&gt;
  &lt;/div&gt;

  &lt;!-- FAQ --&gt;
  &lt;span class=&quot;item-title&quot;&gt;자주 묻는 질문&lt;/span&gt;

  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;p class=&quot;faq-q&quot;&gt;Q. 강원도라면 어디든 다 되나요?&lt;/p&gt;
    &lt;p class=&quot;faq-a&quot;&gt;강원도는 18개 시·군 전체가 포함되어 거의 모든 지역에서 사용 가능합니다. 다만, 해당 숙소가 '숙박세일 페스타' 참여 업체여야 쿠폰 적용이 됩니다. OTA 앱에서 페스타 필터를 켜면 참여 숙소만 바로 확인할 수 있습니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;p class=&quot;faq-q&quot;&gt;Q. 부산·대구·울산도 되나요?&lt;/p&gt;
    &lt;p class=&quot;faq-a&quot;&gt;일부 됩니다. 광역시는 인구감소지역으로 지정된 특정 구·군만 해당됩니다. 예를 들어 부산은 동구·서구·중구·영도구, 대구는 남구·서구, 울산은 동구가 해당됩니다. 원하는 지역이 포함되는지 OTA 앱에서 필터로 확인해보시는 게 가장 정확합니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;p class=&quot;faq-q&quot;&gt;Q. 제주도 전 지역이 다 되나요?&lt;/p&gt;
    &lt;p class=&quot;faq-a&quot;&gt;네, 제주특별자치도는 제주시·서귀포시 모두 해당됩니다. 제주도는 인구감소 특별법상 전 지역이 지정되어 있어 사용에 제한이 없습니다. 여름 성수기라 인기 숙소는 빨리 마감되니 쿠폰 발급 즉시 예약하는 걸 권장합니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div style=&quot;margin-top:16px;&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%BF%A0%ED%8F%B0-%EB%B0%9B%EA%B8%B0-2026-%EC%B0%B8%EC%97%AC-%ED%94%8C%EB%9E%AB%ED%8F%BC-%EA%B3%B5%EC%8B%9D-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;btn&quot; style=&quot;font-size:15px; min-height:50px;&quot;&gt;  지금 바로 쿠폰 발급받기&lt;/a&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- 관련 페이지 --&gt;
&lt;div class=&quot;section&quot; style=&quot;padding-top:0;&quot;&gt;
  &lt;span class=&quot;item-title&quot;&gt;관련 정보 더 보기&lt;/span&gt;
  &lt;div class=&quot;related-grid&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%BF%A0%ED%8F%B0-%EB%B0%9C%EA%B8%89%EB%B0%A9%EB%B2%95-2026-%EB%A7%A4%EC%9D%BC-10%EC%8B%9C-%EC%84%A0%EC%B0%A9%EC%88%9C-%EC%B4%9D%EC%A0%95%EB%A6%AC&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-tag&quot;&gt;  발급방법&lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;쿠폰 받는 방법&lt;br&gt;4단계 완벽 정리&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;선착순 성공 꿀팁 포함&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%ED%95%A0%EC%9D%B8-%EA%B8%88%EC%95%A1-%EC%B4%9D%EC%A0%95%EB%A6%AC-2026-1%EB%B0%95-3%EB%A7%8C%EC%9B%90-%EC%97%B0%EB%B0%95-7%EB%A7%8C%EC%9B%90&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-tag&quot;&gt;  할인 금액&lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;1박 3만원 연박 7만원&lt;br&gt;내 할인금액 총정리&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;쿠폰 4종 완벽 비교&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%95%BC%EB%86%80%EC%9E%90-%EC%97%AC%EA%B8%B0%EC%96%B4%EB%95%8C-%EB%B9%84%EA%B5%90-2026-%EC%96%B4%EB%94%94%EC%84%9C-%EB%B0%9B%EB%8A%94-%EA%B2%8C-%EC%9C%A0%EB%A6%AC%ED%95%A0%EA%B9%8C&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-tag&quot;&gt;  플랫폼 비교&lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;야놀자 vs 여기어때&lt;br&gt;어디가 더 유리할까?&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;31개 OTA 추가 혜택 비교&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%BF%A0%ED%8F%B0-%EB%B0%9B%EA%B8%B0-2026-%EC%B0%B8%EC%97%AC-%ED%94%8C%EB%9E%AB%ED%8F%BC-%EA%B3%B5%EC%8B%9D-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-tag&quot;&gt;  바로 신청&lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;지금 바로 쿠폰 받기&lt;br&gt;공식 채널 바로가기&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;참여 여행사 링크 모음&lt;/p&gt;
    &lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- 푸터 --&gt;
&lt;div class=&quot;footer&quot;&gt;
  본 페이지는 2026 여름맞이 숙박세일 페스타에 대한 정보 제공을 목적으로 제작되었습니다.&lt;br&gt;
  공식 정보는 한국관광공사 공식 사이트(ktostay.visitkorea.or.kr)에서 확인하세요.&lt;br&gt;
  지역 목록은 참고용이며 실제 사용 가능 여부는 OTA 앱에서 최종 확인하시기 바랍니다.&lt;br&gt;
  &lt;a href=&quot;#&quot;&gt;개인정보처리방침&lt;/a&gt; &amp;nbsp;|&amp;nbsp; &amp;copy; 2026 숙박페스타 정보센터
&lt;/div&gt;

&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <category>소소 여행</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/114</guid>
      <comments>https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%82%AC%EC%9A%A9%EC%A7%80%EC%97%AD-2026-%EB%B9%84%EC%88%98%EB%8F%84%EA%B6%8C-85%EA%B0%9C-%EC%9D%B8%EA%B5%AC%EA%B0%90%EC%86%8C%EC%A7%80%EC%97%AD-%EC%B4%9D%EC%A0%95%EB%A6%AC#entry114comment</comments>
      <pubDate>Tue, 23 Jun 2026 12:13:00 +0900</pubDate>
    </item>
    <item>
      <title>숙박 페스타 할인 금액 총정리 2026 - 1박 3만원 연박 7만원</title>
      <link>https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%ED%95%A0%EC%9D%B8-%EA%B8%88%EC%95%A1-%EC%B4%9D%EC%A0%95%EB%A6%AC-2026-1%EB%B0%95-3%EB%A7%8C%EC%9B%90-%EC%97%B0%EB%B0%95-7%EB%A7%8C%EC%9B%90</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 - 1박 3만원 연박 7만원&lt;/title&gt;
&lt;meta name=&quot;description&quot; content=&quot;2026 여름맞이 숙박세일 페스타 할인 금액을 한눈에 정리했습니다. 1박 최대 3만원, 연박 최대 7만원. 내 결제 금액에 맞는 쿠폰 종류를 확인하세요.&quot;&gt;
&lt;meta property=&quot;og:title&quot; content=&quot;숙박 페스타 할인 금액 2026 - 1박 3만원 연박 최대 7만원&quot;&gt;
&lt;meta property=&quot;og:description&quot; content=&quot;숙박 금액·일수별 할인 쿠폰 4종 완벽 비교. 내가 받을 수 있는 금액을 바로 확인하세요.&quot;&gt;
&lt;meta property=&quot;og:image&quot; content=&quot;https://ktostay.visitkorea.or.kr/og-image.jpg&quot;&gt;
&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&amp;family=Nanum+Gothic:wght@400;700;800&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;

&lt;style&gt;
  :root {
    --primary: #d32f2f;
    --primary-dark: #b71c1c;
    --bg: #fdf6ec;
    --text: #1a1a1a;
    --gray: #6b7280;
    --light-gray: #f3ede0;
    --border: #e8d9c4;
    --box-bg: #ffffff;
    --accent: #f5e6cc;
  }

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

  body {
    font-family: 'Nanum Gothic', sans-serif;
    background: #ede8df;
    color: var(--text);
    font-size: 15px;
    line-height: 1.75;
  }

  .wrap {
    max-width: 720px;
    margin: 0 auto;
    background: var(--bg);
    min-height: 100vh;
  }

  /* 헤더 */
  .header {
    background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%);
    color: #fff;
    padding: 36px 24px 32px;
    text-align: center;
  }
  .header .badge {
    display: inline-block;
    background: rgba(255,255,255,0.22);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
  }
  .header h1 {
    font-family: 'Nanum Myeongjo', serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.45;
    margin-bottom: 10px;
    word-break: keep-all;
  }
  .header .sub { font-size: 13px; opacity: 0.88; }

  @media (max-width: 480px) {
    .header { padding: 28px 16px 24px; }
    .header h1 { font-size: 20px; }
  }

  /* CTA 버튼 */
  .btn-wrap { padding: 20px 24px 0; }
  .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 15px 26px;
    border-radius: 8px;
    background: var(--primary);
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(211,47,47,0.28);
    transition: background 0.2s ease, transform 0.1s ease;
    word-break: keep-all;
    text-align: center;
  }
  .btn:hover { background: var(--primary-dark); transform: translateY(-1px); }
  .btn:active { transform: scale(0.97); background: var(--primary-dark); }

  @media (max-width: 480px) {
    .btn-wrap { padding: 16px 16px 0; }
    .btn { font-size: 16px; }
  }

  /* 광고 */
  .ad-box {
    text-align: center;
    padding: 10px 0;
    background: var(--bg);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    margin: 16px 0 0;
  }

  /* 해시태그 */
  .hashtag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 20px 24px 0;
    justify-content: center;
  }
  .hashtag {
    display: inline-block;
    background: var(--accent);
    border-radius: 20px;
    padding: 7px 16px;
    font-size: 13px;
    font-weight: 700;
    color: #5c3d11;
    text-decoration: none;
    transition: all 0.2s;
  }
  .hashtag:hover { background: var(--primary); color: #fff; }
  .hashtag-desc {
    padding: 10px 24px 0;
    font-size: 13px;
    color: var(--gray);
    text-align: center;
    word-break: keep-all;
    line-height: 1.7;
  }

  @media (max-width: 480px) {
    .hashtag-row { padding: 16px 16px 0; }
    .hashtag-desc { padding: 10px 16px 0; }
  }

  /* 섹션 */
  .section { padding: 28px 24px; }
  .section + .section { padding-top: 0; }
  @media (max-width: 480px) { .section { padding: 22px 16px; } }

  .item-title {
    display: block;
    font-size: 16px;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 14px;
    padding-left: 12px;
    border-left: 4px solid var(--primary);
    font-family: 'Nanum Myeongjo', serif;
  }

  hr.divider {
    border: none;
    border-top: 1px solid var(--border);
    margin: 24px 0;
  }

  /* PASONA 박스 */
  .problem-box {
    background: #fff8f8;
    border: 1.5px solid #fca5a5;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 12px;
    word-break: keep-all;
  }
  .agitation-box {
    background: #fffbeb;
    border: 1.5px solid #fde68a;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 12px;
    word-break: keep-all;
  }
  .solution-box {
    background: #f0fdf4;
    border: 1.5px solid #86efac;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 12px;
    word-break: keep-all;
  }
  .offer-box {
    background: #eff6ff;
    border: 1.5px solid #93c5fd;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 12px;
    word-break: keep-all;
  }
  .narrow-box {
    background: linear-gradient(135deg, #fff3cd, #ffeaa7);
    border: 2px solid #ffc107;
    border-radius: 12px;
    padding: 18px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: #92400e;
    word-break: keep-all;
    line-height: 1.75;
  }
  .box-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: var(--gray);
    margin-bottom: 8px;
    letter-spacing: 0.5px;
  }
  .red { color: var(--primary); font-weight: 700; }

  /* 금액 비교 테이블 */
  .amount-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
    margin-bottom: 14px;
    font-size: 14px;
  }
  .amount-table thead tr {
    background: var(--primary);
    color: #fff;
  }
  .amount-table th {
    padding: 12px 8px;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
  }
  .amount-table td {
    padding: 13px 8px;
    text-align: center;
    border-bottom: 1px solid var(--border);
    background: #fff;
    word-break: keep-all;
  }
  .amount-table tr:last-child td { border-bottom: none; }
  .amount-table .best-row td {
    background: #fff8f0;
    font-weight: 700;
  }
  .amount-table .discount-val {
    color: var(--primary);
    font-weight: 900;
    font-size: 16px;
  }
  .amount-table .tag-best {
    display: inline-block;
    background: var(--primary);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 10px;
    margin-left: 4px;
    vertical-align: middle;
  }

  /* 금액 카드 그리드 */
  .amount-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 14px;
  }
  .amount-card {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 12px;
    padding: 18px 12px;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  }
  .amount-card.highlight-card {
    border-color: var(--primary);
    background: #fff5f5;
  }
  .amount-card .type {
    font-size: 12px;
    color: var(--gray);
    font-weight: 700;
    margin-bottom: 8px;
  }
  .amount-card .amount {
    font-size: 26px;
    font-weight: 900;
    color: var(--primary);
    line-height: 1.1;
    font-family: 'Nanum Myeongjo', serif;
  }
  .amount-card .cond {
    font-size: 12px;
    color: var(--gray);
    margin-top: 6px;
    line-height: 1.5;
    word-break: keep-all;
  }

  /* 정보 카드 */
  .info-card {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 12px;
    padding: 0 16px;
    margin-bottom: 14px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  }
  .info-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 13px 0;
    border-bottom: 1px solid var(--border);
  }
  .info-row:last-child { border-bottom: none; }
  .info-label {
    font-size: 12px;
    font-weight: 700;
    color: var(--gray);
    min-width: 68px;
    padding-top: 2px;
    flex-shrink: 0;
  }
  .info-value {
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
    flex: 1;
    word-break: keep-all;
  }
  .info-value strong { color: var(--primary); font-weight: 700; }
  .info-value small {
    display: block;
    font-size: 12px;
    color: var(--gray);
    margin-top: 3px;
  }

  /* 경고 배너 */
  .warn-banner {
    background: #fff1f2;
    border: 1.5px solid #fecdd3;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 14px;
    font-size: 14px;
    word-break: keep-all;
    line-height: 1.7;
  }
  .warn-banner strong { color: var(--primary-dark); }

  /* 주의사항 */
  .notice-box {
    background: #f9f4ec;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 14px 16px;
  }
  .notice-box p {
    font-size: 13px;
    color: var(--gray);
    padding-left: 14px;
    position: relative;
    margin-bottom: 7px;
    word-break: keep-all;
    line-height: 1.65;
  }
  .notice-box p:last-child { margin-bottom: 0; }
  .notice-box p::before { content: '·'; position: absolute; left: 4px; }

  /* 절약 예시 박스 */
  .saving-box {
    background: #fff;
    border: 2px solid var(--primary);
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 14px;
  }
  .saving-box .saving-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 12px;
    display: block;
  }
  .saving-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px dashed var(--border);
    font-size: 14px;
  }
  .saving-row:last-child { border-bottom: none; padding-bottom: 0; }
  .saving-row .label { color: var(--gray); }
  .saving-row .val { font-weight: 700; color: var(--text); }
  .saving-row .val.red { color: var(--primary); font-size: 15px; }
  .saving-total {
    background: var(--primary);
    color: #fff;
    border-radius: 8px;
    padding: 12px 16px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    margin-top: 12px;
    word-break: keep-all;
  }

  /* 브릿지 박스 */
  .bridge-box {
    background: linear-gradient(135deg, #fff8f0, #fdf6ec);
    border: 2px solid #f5c6a0;
    border-radius: 12px;
    padding: 20px 18px;
    margin: 20px 0;
    text-align: center;
    word-break: keep-all;
  }
  .bridge-box p { font-size: 15px; line-height: 1.8; margin-bottom: 4px; }
  .bridge-box .bridge-sub { font-size: 13px; color: var(--gray); margin-bottom: 14px; }

  /* FAQ */
  .faq-item {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 10px;
  }
  .faq-q { font-size: 14px; font-weight: 700; color: var(--primary); margin-bottom: 8px; word-break: keep-all; }
  .faq-a { font-size: 14px; color: var(--text); line-height: 1.7; word-break: keep-all; }

  /* 관련글 */
  .related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  @media (max-width: 360px) { .related-grid { grid-template-columns: 1fr; } }

  .related-card {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 16px 14px;
    text-decoration: none;
    color: var(--text);
    transition: all 0.2s;
    display: block;
  }
  .related-card:hover { border-color: var(--primary); background: #fff8f5; transform: translateY(-2px); }
  .related-card .rc-tag { font-size: 11px; font-weight: 700; color: var(--primary); margin-bottom: 6px; display: block; }
  .related-card .rc-title { font-size: 13px; font-weight: 700; line-height: 1.55; word-break: keep-all; }
  .related-card .rc-desc { font-size: 12px; color: var(--gray); margin-top: 5px; line-height: 1.5; word-break: keep-all; }

  /* 푸터 */
  .footer {
    background: #1a1a1a;
    color: #9ca3af;
    font-size: 11px;
    text-align: center;
    padding: 24px 20px;
    line-height: 2;
  }
  .footer a { color: #6b7280; text-decoration: underline; }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;wrap&quot;&gt;

&lt;!-- 헤더 --&gt;
&lt;div class=&quot;header&quot;&gt;
  &lt;p class=&quot;badge&quot;&gt;  2026 숙박 페스타 할인 금액&lt;/p&gt;
  &lt;h1&gt;1박 최대 3만원, 연박 최대 7만원&lt;br&gt;내 할인금액 얼마나 받을까?&lt;/h1&gt;
  &lt;p class=&quot;sub&quot;&gt;쿠폰 4종 완벽 비교 · 결제 금액별 조건 총정리 | 6.11 ~ 7.31&lt;/p&gt;
&lt;/div&gt;

&lt;!-- 상단 CTA --&gt;
&lt;div class=&quot;btn-wrap&quot;&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%BF%A0%ED%8F%B0-%EB%B0%9B%EA%B8%B0-2026-%EC%B0%B8%EC%97%AC-%ED%94%8C%EB%9E%AB%ED%8F%BC-%EA%B3%B5%EC%8B%9D-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;btn&quot;&gt;  할인쿠폰 지금 바로 받기&lt;/a&gt;
&lt;/div&gt;

&lt;!-- 광고 슬롯 A --&gt;
&lt;div class=&quot;ad-box&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- 해시태그 --&gt;
&lt;div class=&quot;hashtag-row&quot;&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%BF%A0%ED%8F%B0-%EB%B0%9C%EA%B8%89%EB%B0%A9%EB%B2%95-2026-%EB%A7%A4%EC%9D%BC-10%EC%8B%9C-%EC%84%A0%EC%B0%A9%EC%88%9C-%EC%B4%9D%EC%A0%95%EB%A6%AC&quot; class=&quot;hashtag&quot;&gt;#쿠폰 발급방법&lt;/a&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%95%BC%EB%86%80%EC%9E%90-%EC%97%AC%EA%B8%B0%EC%96%B4%EB%95%8C-%EB%B9%84%EA%B5%90-2026-%EC%96%B4%EB%94%94%EC%84%9C-%EB%B0%9B%EB%8A%94-%EA%B2%8C-%EC%9C%A0%EB%A6%AC%ED%95%A0%EA%B9%8C&quot; class=&quot;hashtag&quot;&gt;#야놀자·여기어때 비교&lt;/a&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%BF%A0%ED%8F%B0-%EB%B0%9B%EA%B8%B0-2026-%EC%B0%B8%EC%97%AC-%ED%94%8C%EB%9E%AB%ED%8F%BC-%EA%B3%B5%EC%8B%9D-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;hashtag&quot;&gt;#쿠폰 바로받기&lt;/a&gt;
&lt;/div&gt;
&lt;p class=&quot;hashtag-desc&quot;&gt;1박 2만~3만원 · 연박 5만~7만원 · 30만 장 한정 선착순&lt;/p&gt;

&lt;!-- PASONA 섹션 --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;div class=&quot;problem-box&quot;&gt;
    &lt;span class=&quot;box-label&quot;&gt;  이런 생각 드셨나요?&lt;/span&gt;
    &lt;p&gt;숙박 페스타 쿠폰이 있다는데, 내 여행 일정에 맞으면 얼마나 받을 수 있는지 정확히 모르겠다는 분들이 많습니다. &quot;3만원짜리인가? 7만원짜리인가?&quot; 헷갈리는 게 당연합니다.&lt;/p&gt;
    &lt;hr style=&quot;border:none; border-top:1px solid #fca5a5; margin:12px 0;&quot;&gt;
    &lt;p&gt;할인 금액이 결제 금액과 숙박 일수에 따라 &lt;strong&gt;최대 4배 이상 차이&lt;/strong&gt;가 납니다. 이걸 모르고 신청했다가 2만원밖에 못 받는 경우도 생깁니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;agitation-box&quot;&gt;
    &lt;span class=&quot;box-label&quot;&gt;  생각보다 훨씬 큰 차이&lt;/span&gt;
    &lt;p&gt;1박으로 6만 9천원짜리 숙소를 예약하면 &lt;strong&gt;2만원&lt;/strong&gt; 할인. 하지만 같은 숙소를 2박으로 예약하면 결제금액이 14만원을 넘어 &lt;strong&gt;최대 7만원&lt;/strong&gt; 할인. 무려 5만원 차이입니다. 일정 조율 한 번이 이렇게 달라집니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;solution-box&quot;&gt;
    &lt;span class=&quot;box-label&quot;&gt;✅ 쿠폰 4종, 이렇게 구분됩니다&lt;/span&gt;
    &lt;p&gt;쿠폰은 총 4종류이며 &lt;strong&gt;1박 / 연박(2박 이상)&lt;/strong&gt; 여부와 &lt;strong&gt;결제 금액 7만원 또는 14만원 기준&lt;/strong&gt;으로 나뉩니다. 아래 표 하나로 한눈에 비교해 드립니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;offer-box&quot;&gt;
    &lt;span class=&quot;box-label&quot;&gt;  이 페이지에서 알려드리는 것&lt;/span&gt;
    &lt;p&gt;쿠폰 4종 금액 비교표, 실제 여행 시나리오별 절약 금액 예시, 카드·페이 추가 할인 중복 적용 팁까지 한 번에 정리해 드립니다. 연박이 얼마나 유리한지 직접 보시면 납득이 됩니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;narrow-box&quot;&gt;
    ⚡ 쿠폰은 &lt;span style=&quot;font-size:17px;&quot;&gt;매일 오전 10시&lt;/span&gt; 선착순 발급&lt;br&gt;
    &lt;span style=&quot;font-size:13px; font-weight:500;&quot;&gt;30만 장 한정 · 7월 31일까지 · 인기 지역은 조기 마감&lt;/span&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- 광고 슬롯 B --&gt;
&lt;div class=&quot;ad-box&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- 할인 금액 비교표 --&gt;
&lt;div class=&quot;section&quot;&gt;
  &lt;span class=&quot;item-title&quot;&gt;쿠폰 4종 할인 금액 한눈에 비교&lt;/span&gt;

  &lt;table class=&quot;amount-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;/tr&gt;
    &lt;/thead&gt;
    &lt;tbody&gt;
      &lt;tr&gt;
        &lt;td&gt;1박&lt;/td&gt;
        &lt;td&gt;7만원 미만&lt;/td&gt;
        &lt;td&gt;&lt;span class=&quot;discount-val&quot;&gt;2만원&lt;/span&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td&gt;1박&lt;/td&gt;
        &lt;td&gt;7만원 이상&lt;/td&gt;
        &lt;td&gt;&lt;span class=&quot;discount-val&quot;&gt;3만원&lt;/span&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td&gt;연박(2박+)&lt;/td&gt;
        &lt;td&gt;14만원 미만&lt;/td&gt;
        &lt;td&gt;&lt;span class=&quot;discount-val&quot;&gt;5만원&lt;/span&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr class=&quot;best-row&quot;&gt;
        &lt;td&gt;연박(2박+)&lt;/td&gt;
        &lt;td&gt;14만원 이상&lt;/td&gt;
        &lt;td&gt;&lt;span class=&quot;discount-val&quot;&gt;7만원&lt;/span&gt;&lt;span class=&quot;tag-best&quot;&gt;최대&lt;/span&gt;&lt;/td&gt;
      &lt;/tr&gt;
    &lt;/tbody&gt;
  &lt;/table&gt;

  &lt;!-- 금액 카드 4종 --&gt;
  &lt;div class=&quot;amount-grid&quot;&gt;
    &lt;div class=&quot;amount-card&quot;&gt;
      &lt;p class=&quot;type&quot;&gt;1박 · 7만원 미만&lt;/p&gt;
      &lt;p class=&quot;amount&quot;&gt;2만원&lt;/p&gt;
      &lt;p class=&quot;cond&quot;&gt;실속형&lt;br&gt;저렴한 숙소 1박 시&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;amount-card&quot;&gt;
      &lt;p class=&quot;type&quot;&gt;1박 · 7만원 이상&lt;/p&gt;
      &lt;p class=&quot;amount&quot;&gt;3만원&lt;/p&gt;
      &lt;p class=&quot;cond&quot;&gt;일반형&lt;br&gt;중급 이상 숙소 1박&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;amount-card&quot;&gt;
      &lt;p class=&quot;type&quot;&gt;연박 · 14만원 미만&lt;/p&gt;
      &lt;p class=&quot;amount&quot;&gt;5만원&lt;/p&gt;
      &lt;p class=&quot;cond&quot;&gt;연박형&lt;br&gt;2박 합계 14만원 미만&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;amount-card highlight-card&quot;&gt;
      &lt;p class=&quot;type&quot;&gt;연박 · 14만원 이상&lt;/p&gt;
      &lt;p class=&quot;amount&quot;&gt;7만원&lt;/p&gt;
      &lt;p class=&quot;cond&quot;&gt;최대혜택&lt;br&gt;2박 합계 14만원 이상 ⭐&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;warn-banner&quot;&gt;
    ⚠️ &lt;strong&gt;핵심 주의사항:&lt;/strong&gt; 쿠폰 4종 중 1종만 발급 가능합니다. 발급 전에 여행 일정(1박 또는 연박)과 예상 결제 금액을 미리 확인하고 적합한 쿠폰을 선택하세요.
  &lt;/div&gt;

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

  &lt;!-- 실제 절약 예시 --&gt;
  &lt;span class=&quot;item-title&quot;&gt;실제 여행 시나리오별 절약 예시&lt;/span&gt;

  &lt;div class=&quot;saving-box&quot;&gt;
    &lt;span class=&quot;saving-title&quot;&gt;  시나리오 1 — 강원도 펜션 1박 (9만원)&lt;/span&gt;
    &lt;div class=&quot;saving-row&quot;&gt;
      &lt;span class=&quot;label&quot;&gt;숙박 원가&lt;/span&gt;
      &lt;span class=&quot;val&quot;&gt;90,000원&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;saving-row&quot;&gt;
      &lt;span class=&quot;label&quot;&gt;쿠폰 할인&lt;/span&gt;
      &lt;span class=&quot;val red&quot;&gt;-30,000원&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;saving-row&quot;&gt;
      &lt;span class=&quot;label&quot;&gt;카드 추가 할인 (예시)&lt;/span&gt;
      &lt;span class=&quot;val red&quot;&gt;-10,000원&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;saving-total&quot;&gt;최종 결제 50,000원 — 4만원 절약!&lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;saving-box&quot;&gt;
    &lt;span class=&quot;saving-title&quot;&gt;  시나리오 2 — 제주 리조트 2박 (20만원)&lt;/span&gt;
    &lt;div class=&quot;saving-row&quot;&gt;
      &lt;span class=&quot;label&quot;&gt;숙박 원가&lt;/span&gt;
      &lt;span class=&quot;val&quot;&gt;200,000원&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;saving-row&quot;&gt;
      &lt;span class=&quot;label&quot;&gt;쿠폰 할인 (연박 최대)&lt;/span&gt;
      &lt;span class=&quot;val red&quot;&gt;-70,000원&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;saving-row&quot;&gt;
      &lt;span class=&quot;label&quot;&gt;카드·페이 추가 할인 (예시)&lt;/span&gt;
      &lt;span class=&quot;val red&quot;&gt;-15,000원&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;saving-total&quot;&gt;최종 결제 115,000원 — 무려 8만 5천원 절약!&lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;notice-box&quot;&gt;
    &lt;p&gt;카드·페이 중복 할인은 플랫폼마다 다르므로 결제 전 반드시 확인하세요.&lt;/p&gt;
    &lt;p&gt;시나리오 예시는 참고용이며 실제 혜택과 차이가 있을 수 있습니다.&lt;/p&gt;
    &lt;p&gt;트립비토즈는 페이코·KB Pay 등 결제수단 추가 혜택 시 최대 13만원까지 가능합니다.&lt;/p&gt;
  &lt;/div&gt;

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

  &lt;!-- 연박 추천 이유 --&gt;
  &lt;span class=&quot;item-title&quot;&gt;연박이 훨씬 유리한 이유&lt;/span&gt;
  &lt;div class=&quot;info-card&quot;&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;할인 차이&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;1박 최대 3만원 vs 연박 최대 7만원&lt;/strong&gt;&lt;small&gt;같은 숙소라도 연박 예약 시 4만원 이상 추가 절약&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;1인당 혜택&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;1인 1매 발급 — 동행인도 각자 신청 가능&lt;/strong&gt;&lt;small&gt;2인 연박이면 두 명 각각 7만원씩, 총 14만원 절약도 가능&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;정책 취지&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;지역 장기 체류 유도 목적&lt;/strong&gt;&lt;small&gt;문체부가 올해 연박 할인을 대폭 강화한 이유입니다&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;추천 여행지&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;강원도 · 경상도 · 전라도 · 제주&lt;/strong&gt;&lt;small&gt;비수도권 85개 인구감소지역 숙소만 해당 (서울·경기·인천·세종 제외)&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- 광고 슬롯 C --&gt;
&lt;div class=&quot;ad-box&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- 브릿지 + 중간 CTA --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;div class=&quot;bridge-box&quot;&gt;
    &lt;p&gt;  할인 금액은 이해했는데, &lt;strong&gt;&quot;내가 가려는 지역이 사용 가능 지역인지&quot;&lt;/strong&gt; 확인이 필요하신가요?&lt;/p&gt;
    &lt;p class=&quot;bridge-sub&quot;&gt;비수도권 85개 인구감소지역만 해당됩니다. 강원도, 경상도, 제주도는 거의 다 되지만&lt;br&gt;의외로 안 되는 지역도 있어서 미리 확인하시는 게 좋습니다  &lt;/p&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%82%AC%EC%9A%A9%EC%A7%80%EC%97%AD-2026-%EB%B9%84%EC%88%98%EB%8F%84%EA%B6%8C-85%EA%B0%9C-%EC%9D%B8%EA%B5%AC%EA%B0%90%EC%86%8C%EC%A7%80%EC%97%AD-%EC%B4%9D%EC%A0%95%EB%A6%AC&quot; class=&quot;btn&quot; style=&quot;font-size:15px; min-height:50px;&quot;&gt;  내 여행지 사용 가능 지역 확인&lt;/a&gt;
  &lt;/div&gt;

  &lt;!-- FAQ --&gt;
  &lt;span class=&quot;item-title&quot;&gt;자주 묻는 질문&lt;/span&gt;

  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;p class=&quot;faq-q&quot;&gt;Q. 2박을 따로 1박씩 두 번 예약하면 쿠폰을 두 번 쓸 수 있나요?&lt;/p&gt;
    &lt;p class=&quot;faq-a&quot;&gt;아니요. 쿠폰은 1인 1매이며, 한 번 사용하면 재발급이 안 됩니다. 오히려 2박을 연박으로 한 번에 예약하면 7만원 쿠폰을 받을 수 있어 훨씬 유리합니다. 동행인이 있다면 각자 명의로 쿠폰을 받아 각자 결제하는 방법을 활용하세요.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;p class=&quot;faq-q&quot;&gt;Q. 연박 쿠폰은 14만원 이상이면 무조건 7만원인가요?&lt;/p&gt;
    &lt;p class=&quot;faq-a&quot;&gt;2박 이상 예약 시 결제 금액이 14만원 이상이면 7만원, 14만원 미만이면 5만원 할인됩니다. 정확한 쿠폰 조건은 각 OTA 플랫폼의 행사 페이지에서 최종 확인하세요. 어느 플랫폼이 추가 혜택이 더 큰지도 비교해보시면 좋습니다  &lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;p class=&quot;faq-q&quot;&gt;Q. 카드 할인이나 페이 할인과 중복으로 쓸 수 있나요?&lt;/p&gt;
    &lt;p class=&quot;faq-a&quot;&gt;대부분 가능합니다! 야놀자·여기어때 등 각 플랫폼의 자체 할인 쿠폰이나 카카오페이·토스·특정 카드사 즉시 할인과 중복 적용되는 경우가 많습니다. 결제 페이지에서 최종 혜택가를 꼭 확인하세요. 중복 적용 시 실질 할인이 크게 늘어납니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div style=&quot;margin-top:16px;&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%BF%A0%ED%8F%B0-%EB%B0%9B%EA%B8%B0-2026-%EC%B0%B8%EC%97%AC-%ED%94%8C%EB%9E%AB%ED%8F%BC-%EA%B3%B5%EC%8B%9D-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;btn&quot; style=&quot;font-size:15px; min-height:50px;&quot;&gt;  최대 7만원 쿠폰 지금 받기&lt;/a&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- 관련 페이지 --&gt;
&lt;div class=&quot;section&quot; style=&quot;padding-top:0;&quot;&gt;
  &lt;span class=&quot;item-title&quot;&gt;관련 정보 더 보기&lt;/span&gt;
  &lt;div class=&quot;related-grid&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%BF%A0%ED%8F%B0-%EB%B0%9C%EA%B8%89%EB%B0%A9%EB%B2%95-2026-%EB%A7%A4%EC%9D%BC-10%EC%8B%9C-%EC%84%A0%EC%B0%A9%EC%88%9C-%EC%B4%9D%EC%A0%95%EB%A6%AC&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-tag&quot;&gt;  발급방법&lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;쿠폰 받는 방법&lt;br&gt;4단계 완벽 정리&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;선착순 성공 꿀팁 포함&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%82%AC%EC%9A%A9%EC%A7%80%EC%97%AD-2026-%EB%B9%84%EC%88%98%EB%8F%84%EA%B6%8C-85%EA%B0%9C-%EC%9D%B8%EA%B5%AC%EA%B0%90%EC%86%8C%EC%A7%80%EC%97%AD-%EC%B4%9D%EC%A0%95%EB%A6%AC&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-tag&quot;&gt;  사용 지역&lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;비수도권 85개 지역&lt;br&gt;어디서 쓸 수 있나?&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;지역별 사용처 완벽 정리&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%95%BC%EB%86%80%EC%9E%90-%EC%97%AC%EA%B8%B0%EC%96%B4%EB%95%8C-%EB%B9%84%EA%B5%90-2026-%EC%96%B4%EB%94%94%EC%84%9C-%EB%B0%9B%EB%8A%94-%EA%B2%8C-%EC%9C%A0%EB%A6%AC%ED%95%A0%EA%B9%8C&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-tag&quot;&gt;  플랫폼 비교&lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;야놀자 vs 여기어때&lt;br&gt;어디가 더 유리할까?&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;31개 OTA 추가 혜택 비교&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%BF%A0%ED%8F%B0-%EB%B0%9B%EA%B8%B0-2026-%EC%B0%B8%EC%97%AC-%ED%94%8C%EB%9E%AB%ED%8F%BC-%EA%B3%B5%EC%8B%9D-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-tag&quot;&gt;  바로 신청&lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;지금 바로 쿠폰 받기&lt;br&gt;공식 채널 바로가기&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;참여 여행사 링크 모음&lt;/p&gt;
    &lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- 푸터 --&gt;
&lt;div class=&quot;footer&quot;&gt;
  본 페이지는 2026 여름맞이 숙박세일 페스타에 대한 정보 제공을 목적으로 제작되었습니다.&lt;br&gt;
  공식 정보는 한국관광공사 공식 사이트(ktostay.visitkorea.or.kr)에서 확인하세요.&lt;br&gt;
  정부 정책 변경에 따라 행사 내용이 일부 달라질 수 있습니다.&lt;br&gt;
  &lt;a href=&quot;#&quot;&gt;개인정보처리방침&lt;/a&gt; &amp;nbsp;|&amp;nbsp; &amp;copy; 2026 숙박페스타 정보센터
&lt;/div&gt;

&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <category>소소 여행</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/113</guid>
      <comments>https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%ED%95%A0%EC%9D%B8-%EA%B8%88%EC%95%A1-%EC%B4%9D%EC%A0%95%EB%A6%AC-2026-1%EB%B0%95-3%EB%A7%8C%EC%9B%90-%EC%97%B0%EB%B0%95-7%EB%A7%8C%EC%9B%90#entry113comment</comments>
      <pubDate>Tue, 23 Jun 2026 12:12:18 +0900</pubDate>
    </item>
    <item>
      <title>숙박 페스타 쿠폰 발급방법 2026 - 매일 10시 선착순 총정리</title>
      <link>https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%BF%A0%ED%8F%B0-%EB%B0%9C%EA%B8%89%EB%B0%A9%EB%B2%95-2026-%EB%A7%A4%EC%9D%BC-10%EC%8B%9C-%EC%84%A0%EC%B0%A9%EC%88%9C-%EC%B4%9D%EC%A0%95%EB%A6%AC</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 - 매일 10시 선착순 총정리&lt;/title&gt;
&lt;meta name=&quot;description&quot; content=&quot;2026 여름맞이 숙박세일 페스타 할인권 발급방법을 총정리했습니다. 매일 오전 10시 선착순, 최대 7만원 할인쿠폰 놓치지 마세요.&quot;&gt;
&lt;meta property=&quot;og:title&quot; content=&quot;숙박 페스타 쿠폰 발급방법 2026 - 매일 10시 선착순&quot;&gt;
&lt;meta property=&quot;og:description&quot; content=&quot;야놀자·여기어때·11번가 등 31개 OTA에서 매일 선착순 발급! 최대 7만원 할인쿠폰 받는 방법 완벽 정리&quot;&gt;
&lt;meta property=&quot;og:image&quot; content=&quot;https://ktostay.visitkorea.or.kr/og-image.jpg&quot;&gt;
&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&amp;family=Noto+Serif+KR:wght@400;700;900&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;

&lt;style&gt;
  :root {
    --primary: #e63946;
    --primary-dark: #c1121f;
    --bg: #ffffff;
    --text: #1a1a1a;
    --gray: #6b7280;
    --light-gray: #f3f4f6;
    --border: #e5e7eb;
    --box-bg: #ffffff;
  }

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

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

  .wrap {
    max-width: 720px;
    margin: 0 auto;
    background: var(--bg);
    min-height: 100vh;
  }

  /* 헤더 */
  .header {
    background: linear-gradient(135deg, #e63946 0%, #c1121f 100%);
    color: #fff;
    padding: 36px 24px 32px;
    text-align: center;
  }
  .header .badge {
    display: inline-block;
    background: rgba(255,255,255,0.22);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
  }
  .header h1 {
    font-family: 'Noto Serif KR', serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.45;
    margin-bottom: 10px;
    word-break: keep-all;
  }
  .header .sub {
    font-size: 13px;
    opacity: 0.88;
  }

  @media (max-width: 480px) {
    .header { padding: 28px 16px 24px; }
    .header h1 { font-size: 20px; }
  }

  /* CTA 버튼 */
  .btn-wrap { padding: 20px 24px 0; }
  .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 15px 26px;
    border-radius: 8px;
    background: var(--primary);
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(230,57,70,0.28);
    transition: background 0.2s ease, transform 0.1s ease;
    word-break: keep-all;
    text-align: center;
  }
  .btn:hover { background: var(--primary-dark); transform: translateY(-1px); }
  .btn:active { transform: scale(0.97); background: var(--primary-dark); }

  @media (max-width: 480px) {
    .btn-wrap { padding: 16px 16px 0; }
    .btn { font-size: 16px; }
  }

  /* 광고 영역 */
  .ad-box {
    text-align: center;
    padding: 10px 0;
    background: #fff;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin: 16px 0 0;
  }

  /* 해시태그 */
  .hashtag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 20px 24px 0;
    justify-content: center;
  }
  .hashtag {
    display: inline-block;
    background: #f3f4f6;
    border-radius: 20px;
    padding: 7px 16px;
    font-size: 13px;
    font-weight: 700;
    color: #374151;
    text-decoration: none;
    transition: all 0.2s;
  }
  .hashtag:hover { background: var(--primary); color: #fff; }
  .hashtag-desc {
    padding: 10px 24px 0;
    font-size: 13px;
    color: var(--gray);
    text-align: center;
    word-break: keep-all;
    line-height: 1.7;
  }

  @media (max-width: 480px) {
    .hashtag-row { padding: 16px 16px 0; }
    .hashtag-desc { padding: 10px 16px 0; }
  }

  /* 섹션 */
  .section { padding: 28px 24px; }
  .section + .section { padding-top: 0; }

  @media (max-width: 480px) {
    .section { padding: 22px 16px; }
  }

  .item-title {
    display: block;
    font-size: 16px;
    font-weight: 900;
    color: var(--text);
    margin-bottom: 14px;
    padding-left: 12px;
    border-left: 4px solid var(--primary);
  }

  hr.divider {
    border: none;
    border-top: 1px solid var(--border);
    margin: 24px 0;
  }

  /* PASONA 박스 */
  .problem-box {
    background: #fff8f8;
    border: 1.5px solid #fca5a5;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 12px;
    word-break: keep-all;
  }
  .agitation-box {
    background: #fffbeb;
    border: 1.5px solid #fde68a;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 12px;
    word-break: keep-all;
  }
  .solution-box {
    background: #f0fdf4;
    border: 1.5px solid #86efac;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 12px;
    word-break: keep-all;
  }
  .offer-box {
    background: #eff6ff;
    border: 1.5px solid #93c5fd;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 12px;
    word-break: keep-all;
  }
  .narrow-box {
    background: linear-gradient(135deg, #fff3cd, #ffeaa7);
    border: 2px solid #ffc107;
    border-radius: 12px;
    padding: 18px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: #92400e;
    word-break: keep-all;
    line-height: 1.75;
  }
  .box-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: var(--gray);
    margin-bottom: 8px;
    letter-spacing: 0.5px;
  }
  .highlight {
    background: #fff3cd;
    padding: 1px 5px;
    border-radius: 4px;
    font-weight: 700;
  }
  .red { color: var(--primary); font-weight: 700; }

  /* 정보 카드 */
  .info-card {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 12px;
    padding: 0 16px;
    margin-bottom: 14px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  }
  .info-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 13px 0;
    border-bottom: 1px solid var(--border);
  }
  .info-row:last-child { border-bottom: none; }
  .info-label {
    font-size: 12px;
    font-weight: 700;
    color: var(--gray);
    min-width: 68px;
    padding-top: 2px;
    flex-shrink: 0;
  }
  .info-value {
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
    flex: 1;
    word-break: keep-all;
  }
  .info-value strong { color: var(--primary); font-weight: 700; }
  .info-value small {
    display: block;
    font-size: 12px;
    color: var(--gray);
    margin-top: 3px;
  }

  /* 신청 스텝 */
  .step-wrap { display: flex; flex-direction: column; gap: 10px; margin-top: 6px; }
  .step-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: var(--light-gray);
    border-radius: 10px;
    padding: 14px;
  }
  .step-num {
    min-width: 28px;
    height: 28px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
  }
  .step-text { font-size: 14px; line-height: 1.7; word-break: keep-all; }
  .step-text strong { display: block; font-weight: 700; margin-bottom: 2px; font-size: 15px; }

  /* 경고 배너 */
  .warn-banner {
    background: #fff1f2;
    border: 1.5px solid #fecdd3;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 14px;
    font-size: 14px;
    word-break: keep-all;
    line-height: 1.7;
  }
  .warn-banner strong { color: var(--primary-dark); }

  /* 주의사항 */
  .notice-box {
    background: #f9fafb;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 14px 16px;
  }
  .notice-box p {
    font-size: 13px;
    color: var(--gray);
    padding-left: 14px;
    position: relative;
    margin-bottom: 7px;
    word-break: keep-all;
    line-height: 1.65;
  }
  .notice-box p:last-child { margin-bottom: 0; }
  .notice-box p::before { content: '·'; position: absolute; left: 4px; }

  /* 브릿지 박스 */
  .bridge-box {
    background: linear-gradient(135deg, #fff5f5, #fff8f8);
    border: 2px solid #fca5a5;
    border-radius: 12px;
    padding: 20px 18px;
    margin: 20px 0;
    text-align: center;
    word-break: keep-all;
  }
  .bridge-box p { font-size: 15px; line-height: 1.8; margin-bottom: 4px; }
  .bridge-box .bridge-sub { font-size: 13px; color: var(--gray); margin-bottom: 14px; }

  /* FAQ */
  .faq-item {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 10px;
  }
  .faq-q {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 8px;
    word-break: keep-all;
  }
  .faq-a {
    font-size: 14px;
    color: var(--text);
    line-height: 1.7;
    word-break: keep-all;
  }

  /* 관련글 */
  .related-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  @media (max-width: 360px) { .related-grid { grid-template-columns: 1fr; } }

  .related-card {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 16px 14px;
    text-decoration: none;
    color: var(--text);
    transition: all 0.2s;
    display: block;
  }
  .related-card:hover { border-color: var(--primary); background: #fff8f8; transform: translateY(-2px); }
  .related-card .rc-tag {
    font-size: 11px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 6px;
    display: block;
  }
  .related-card .rc-title {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.55;
    word-break: keep-all;
  }
  .related-card .rc-desc {
    font-size: 12px;
    color: var(--gray);
    margin-top: 5px;
    line-height: 1.5;
    word-break: keep-all;
  }

  /* 푸터 */
  .footer {
    background: #1a1a1a;
    color: #9ca3af;
    font-size: 11px;
    text-align: center;
    padding: 24px 20px;
    line-height: 2;
  }
  .footer a { color: #6b7280; text-decoration: underline; }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;wrap&quot;&gt;

&lt;!-- 헤더 --&gt;
&lt;div class=&quot;header&quot;&gt;
  &lt;p class=&quot;badge&quot;&gt;  2026 여름맞이 숙박세일 페스타&lt;/p&gt;
  &lt;h1&gt;쿠폰 발급방법 완벽 정리&lt;br&gt;매일 오전 10시 선착순!&lt;/h1&gt;
  &lt;p class=&quot;sub&quot;&gt;문화체육관광부 · 한국관광공사 주관 공식 행사 | 6.11 ~ 7.31&lt;/p&gt;
&lt;/div&gt;

&lt;!-- 상단 CTA --&gt;
&lt;div class=&quot;btn-wrap&quot;&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%BF%A0%ED%8F%B0-%EB%B0%9B%EA%B8%B0-2026-%EC%B0%B8%EC%97%AC-%ED%94%8C%EB%9E%AB%ED%8F%BC-%EA%B3%B5%EC%8B%9D-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;btn&quot;&gt;  지금 바로 쿠폰 받으러 가기&lt;/a&gt;
&lt;/div&gt;

&lt;!-- 광고 슬롯 A --&gt;
&lt;div class=&quot;ad-box&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- 해시태그 --&gt;
&lt;div class=&quot;hashtag-row&quot;&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%ED%95%A0%EC%9D%B8-%EA%B8%88%EC%95%A1-%EC%B4%9D%EC%A0%95%EB%A6%AC-2026-1%EB%B0%95-3%EB%A7%8C%EC%9B%90-%EC%97%B0%EB%B0%95-7%EB%A7%8C%EC%9B%90&quot; class=&quot;hashtag&quot;&gt;#할인금액 총정리&lt;/a&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%82%AC%EC%9A%A9%EC%A7%80%EC%97%AD-2026-%EB%B9%84%EC%88%98%EB%8F%84%EA%B6%8C-85%EA%B0%9C-%EC%9D%B8%EA%B5%AC%EA%B0%90%EC%86%8C%EC%A7%80%EC%97%AD-%EC%B4%9D%EC%A0%95%EB%A6%AC&quot; class=&quot;hashtag&quot;&gt;#사용처·대상지역&lt;/a&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%BF%A0%ED%8F%B0-%EB%B0%9B%EA%B8%B0-2026-%EC%B0%B8%EC%97%AC-%ED%94%8C%EB%9E%AB%ED%8F%BC-%EA%B3%B5%EC%8B%9D-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;hashtag&quot;&gt;#쿠폰 바로받기&lt;/a&gt;
&lt;/div&gt;
&lt;p class=&quot;hashtag-desc&quot;&gt;정부 지원 숙박 할인쿠폰 · 최대 7만원 · 30만 장 배포 · 6월 11일 시작&lt;/p&gt;

&lt;!-- PASONA 섹션 --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;div class=&quot;problem-box&quot;&gt;
    &lt;span class=&quot;box-label&quot;&gt;  이런 분들 많으시죠?&lt;/span&gt;
    &lt;p&gt;여름 휴가철인데 숙박비가 너무 올라서 여행을 포기할까 고민 중이신가요? 호텔, 리조트, 펜션 가격이 무섭게 뛰어서 클릭하다가 그냥 닫아버린 경험, 한 번쯤 있으실 겁니다.&lt;/p&gt;
    &lt;hr style=&quot;border:none; border-top:1px solid #fca5a5; margin:12px 0;&quot;&gt;
    &lt;p&gt;사실 지금 이 순간에도 &lt;strong&gt;매일 오전 10시&lt;/strong&gt;에 정부 공식 할인쿠폰이 풀리고 있는데, 방법을 몰라서 못 받는 분들이 정말 많습니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;agitation-box&quot;&gt;
    &lt;span class=&quot;box-label&quot;&gt;  더 속상한 건&lt;/span&gt;
    &lt;p&gt;쿠폰이 있다는 건 알았는데 어디서 받는지, 어떻게 쓰는지 찾아보다가 시간만 버린 경우요. 각 여행사마다 방법이 조금씩 다르고, &lt;strong&gt;인기 지역은 10분 만에 소진&lt;/strong&gt;되기도 합니다. 준비 없이 갔다가 빈손으로 돌아오기 딱 좋습니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;solution-box&quot;&gt;
    &lt;span class=&quot;box-label&quot;&gt;✅ 해결책이 있습니다&lt;/span&gt;
    &lt;p&gt;2026 여름맞이 숙박세일 페스타는 &lt;strong&gt;문화체육관광부와 한국관광공사&lt;/strong&gt;가 주관하는 공식 국가 지원 행사입니다. 야놀자, 여기어때, 11번가 등 31개 온라인 여행사(OTA)에서 공통으로 참여하며, 방법만 알면 누구나 쉽게 받을 수 있습니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;offer-box&quot;&gt;
    &lt;span class=&quot;box-label&quot;&gt;  이 페이지에서 알려드리는 것&lt;/span&gt;
    &lt;p&gt;쿠폰 발급 대상 조건부터 플랫폼별 신청 순서, 발급 시간 공략법, 못 받았을 때 재도전하는 방법까지 &lt;strong&gt;단계별로 깔끔하게 정리&lt;/strong&gt;해 드립니다. 딱 한 번만 읽으시면 됩니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;narrow-box&quot;&gt;
    ⏰ 할인권 발급은 &lt;span style=&quot;font-size:17px;&quot;&gt;6월 11일 ~ 7월 31일&lt;/span&gt;까지&lt;br&gt;
    &lt;span style=&quot;font-size:13px; font-weight:500;&quot;&gt;매일 오전 10시 선착순 · 30만 장 한정 · 소진 시 조기 마감&lt;/span&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- 광고 슬롯 B --&gt;
&lt;div class=&quot;ad-box&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- 기본 정보 --&gt;
&lt;div class=&quot;section&quot;&gt;
  &lt;span class=&quot;item-title&quot;&gt;2026 숙박 페스타, 한눈에 보는 핵심 정보&lt;/span&gt;
  &lt;div class=&quot;info-card&quot;&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;행사 이름&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;2026 여름맞이 대한민국 숙박세일 페스타&lt;/strong&gt;&lt;small&gt;문화체육관광부 · 한국관광공사 주관&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;발급 기간&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;2026년 6월 11일(목) ~ 7월 31일(금)&lt;/strong&gt;&lt;small&gt;매일 오전 10시부터 선착순 발급&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;입실 기간&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;6월 11일 ~ 7월 31일&lt;/strong&gt;&lt;small&gt;발급 당일 오전 10시 ~ 다음날 오전 7시 이내 예약 완료 필수&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;최대 혜택&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;연박 기준 최대 7만원 할인&lt;/strong&gt;&lt;small&gt;1박 기준 최대 3만원 | 숙박 금액·일수에 따라 차등 적용&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;발급 수량&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;총 30만 장 한정&lt;/strong&gt;&lt;small&gt;1인 1매 | 추가경정예산 112억원 투입&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;신청 자격&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;만 19세 이상 본인인증 완료자&lt;/strong&gt;&lt;small&gt;2006년 이전 출생자까지 참여 가능 | 사업자회원 제외&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

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

  &lt;!-- 쿠폰 발급 단계 --&gt;
  &lt;span class=&quot;item-title&quot;&gt;쿠폰 발급 방법 — 4단계로 끝내기&lt;/span&gt;
  &lt;div class=&quot;step-wrap&quot;&gt;
    &lt;div class=&quot;step-item&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;1&lt;/div&gt;
      &lt;div class=&quot;step-text&quot;&gt;
        &lt;strong&gt;OTA 앱 접속 및 로그인&lt;/strong&gt;
        야놀자, 여기어때, 11번가, 롯데ON, 트립비토즈 등 31개 참여 여행사 중 자주 이용하는 앱에 미리 로그인해 두세요. 본인인증이 완료된 상태여야 합니다.
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;step-item&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;2&lt;/div&gt;
      &lt;div class=&quot;step-text&quot;&gt;
        &lt;strong&gt;오전 10시 정각, 페스타 배너 클릭&lt;/strong&gt;
        앱 메인 화면에 '숙박세일 페스타' 배너가 노출됩니다. 10시 1분만 지나도 인기 쿠폰이 소진될 수 있으니 &lt;span class=&quot;red&quot;&gt;알람 설정은 필수&lt;/span&gt;입니다. 전날 밤 가고 싶은 숙소를 미리 찜해두면 더욱 빠릅니다.
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;step-item&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;3&lt;/div&gt;
      &lt;div class=&quot;step-text&quot;&gt;
        &lt;strong&gt;'숙박 할인권 받기' 버튼 클릭&lt;/strong&gt;
        쿠폰 4종 중 1종만 발급 가능합니다. 1박/연박 여부와 결제 예정 금액에 맞는 쿠폰을 선택하세요. 발급 즉시 유효기간이 시작되며 &lt;span class=&quot;red&quot;&gt;다음날 오전 7시까지&lt;/span&gt; 예약을 완료해야 합니다.
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;step-item&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;4&lt;/div&gt;
      &lt;div class=&quot;step-text&quot;&gt;
        &lt;strong&gt;숙소 선택 후 쿠폰 적용 결제&lt;/strong&gt;
        '숙박세일 페스타' 앰블럼·플래그가 붙은 비수도권 인구감소지역 숙소를 선택하고 결제 단계에서 쿠폰을 적용하면 완료! 카드사·페이 추가 할인과 중복 적용도 확인해 보세요.
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

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

  &lt;!-- 꿀팁 --&gt;
  &lt;span class=&quot;item-title&quot;&gt;선착순 성공률 높이는 꿀팁 3가지&lt;/span&gt;
  &lt;div class=&quot;info-card&quot;&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;  꿀팁 1&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;전날 밤에 숙소 미리 찜해두기&lt;/strong&gt;&lt;small&gt;쿠폰 받고 숙소 검색하면 이미 늦습니다. 찜 목록 먼저 만들어두세요.&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;  꿀팁 2&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;9시 55분부터 앱 켜두기&lt;/strong&gt;&lt;small&gt;10시 정각 새로고침 경쟁. 미리 배너 페이지 열어두면 훨씬 유리합니다.&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;  꿀팁 3&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;실패해도 다음날 재도전 가능&lt;/strong&gt;&lt;small&gt;미사용 쿠폰은 소멸되지만 다음날 오전 10시에 다시 발급받을 수 있습니다.&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;warn-banner&quot;&gt;
    ⚠️ &lt;strong&gt;주의:&lt;/strong&gt; 한 플랫폼에서 쿠폰을 발급받으면, 유효기간 내에는 다른 플랫폼에서 재발급이 불가합니다. 플랫폼을 바꾸고 싶다면 기존 쿠폰을 먼저 취소(반납)해야 합니다.
  &lt;/div&gt;

  &lt;div class=&quot;notice-box&quot;&gt;
    &lt;p&gt;쿠폰은 1인 1매이며, 가족·연인이 함께라면 각자 명의로 개별 발급받으세요.&lt;/p&gt;
    &lt;p&gt;사업자회원은 본 프로모션 대상에서 제외됩니다.&lt;/p&gt;
    &lt;p&gt;대실 상품 및 미등록 숙박시설은 쿠폰 사용 불가합니다.&lt;/p&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- 광고 슬롯 C --&gt;
&lt;div class=&quot;ad-box&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- 브릿지 + 중간 CTA --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;div class=&quot;bridge-box&quot;&gt;
    &lt;p&gt;  발급 방법은 알겠는데, &lt;strong&gt;&quot;내가 받을 수 있는 할인 금액이 얼마인지&quot;&lt;/strong&gt; 궁금하신가요?&lt;/p&gt;
    &lt;p class=&quot;bridge-sub&quot;&gt;1박 vs 연박, 결제 금액에 따라 2만원에서 최대 7만원까지 차이가 납니다.&lt;br&gt;생각보다 많이 받아서 놀라시는 분들이 꽤 있습니다  &lt;/p&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%ED%95%A0%EC%9D%B8-%EA%B8%88%EC%95%A1-%EC%B4%9D%EC%A0%95%EB%A6%AC-2026-1%EB%B0%95-3%EB%A7%8C%EC%9B%90-%EC%97%B0%EB%B0%95-7%EB%A7%8C%EC%9B%90&quot; class=&quot;btn&quot; style=&quot;font-size:15px; min-height:50px;&quot;&gt;  내 할인금액 확인하러 가기&lt;/a&gt;
  &lt;/div&gt;

  &lt;!-- FAQ --&gt;
  &lt;span class=&quot;item-title&quot;&gt;자주 묻는 질문&lt;/span&gt;

  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;p class=&quot;faq-q&quot;&gt;Q. 쿠폰을 받았는데 오늘 예약을 못 했어요. 내일 또 받을 수 있나요?&lt;/p&gt;
    &lt;p class=&quot;faq-a&quot;&gt;네, 가능합니다. 유효기간(다음날 오전 7시)이 지나면 쿠폰은 자동 소멸되지만, 그 다음날 오전 10시에 다시 선착순으로 발급받을 수 있습니다. 단, 수량이 남아있을 때만 가능하니 서두르세요.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;p class=&quot;faq-q&quot;&gt;Q. 야놀자에서 받은 쿠폰을 여기어때에서 써도 되나요?&lt;/p&gt;
    &lt;p class=&quot;faq-a&quot;&gt;안 됩니다. 발급받은 플랫폼에서만 사용 가능합니다. 플랫폼을 바꾸고 싶다면 기존 쿠폰을 취소 후 다른 플랫폼에서 재발급받아야 합니다. 어느 플랫폼이 더 유리한지는 아래 페이지에서 확인해보세요.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;p class=&quot;faq-q&quot;&gt;Q. 연박 쿠폰이 훨씬 유리하다던데, 어떻게 다른가요?&lt;/p&gt;
    &lt;p class=&quot;faq-a&quot;&gt;1박 쿠폰은 최대 3만원인 반면, 2박 이상 연박 시에는 최대 7만원까지 할인됩니다. 금액 차이가 크기 때문에 일정 조율이 가능하다면 연박을 강력히 추천드립니다. 정확한 금액 조건이 궁금하신 분들은  &lt;/p&gt;
  &lt;/div&gt;

  &lt;div style=&quot;margin-top:16px;&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%ED%95%A0%EC%9D%B8-%EA%B8%88%EC%95%A1-%EC%B4%9D%EC%A0%95%EB%A6%AC-2026-1%EB%B0%95-3%EB%A7%8C%EC%9B%90-%EC%97%B0%EB%B0%95-7%EB%A7%8C%EC%9B%90&quot; class=&quot;btn&quot; style=&quot;font-size:15px; min-height:50px;&quot;&gt;  1박 vs 연박 할인 금액 비교 보기&lt;/a&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- 관련 페이지 --&gt;
&lt;div class=&quot;section&quot; style=&quot;padding-top:0;&quot;&gt;
  &lt;span class=&quot;item-title&quot;&gt;관련 정보 더 보기&lt;/span&gt;
  &lt;div class=&quot;related-grid&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%ED%95%A0%EC%9D%B8-%EA%B8%88%EC%95%A1-%EC%B4%9D%EC%A0%95%EB%A6%AC-2026-1%EB%B0%95-3%EB%A7%8C%EC%9B%90-%EC%97%B0%EB%B0%95-7%EB%A7%8C%EC%9B%90&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-tag&quot;&gt;  할인 금액&lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;1박 3만원 vs 연박 7만원&lt;br&gt;내 할인금액 총정리&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;결제 금액별 쿠폰 종류 비교&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%82%AC%EC%9A%A9%EC%A7%80%EC%97%AD-2026-%EB%B9%84%EC%88%98%EB%8F%84%EA%B6%8C-85%EA%B0%9C-%EC%9D%B8%EA%B5%AC%EA%B0%90%EC%86%8C%EC%A7%80%EC%97%AD-%EC%B4%9D%EC%A0%95%EB%A6%AC&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-tag&quot;&gt;  사용 지역&lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;비수도권 85개 지역&lt;br&gt;어디서 쓸 수 있나?&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;지역별 사용처 완벽 정리&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%95%BC%EB%86%80%EC%9E%90-%EC%97%AC%EA%B8%B0%EC%96%B4%EB%95%8C-%EB%B9%84%EA%B5%90-2026-%EC%96%B4%EB%94%94%EC%84%9C-%EB%B0%9B%EB%8A%94-%EA%B2%8C-%EC%9C%A0%EB%A6%AC%ED%95%A0%EA%B9%8C&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-tag&quot;&gt;  플랫폼 비교&lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;야놀자 vs 여기어때&lt;br&gt;어디서 받는 게 유리?&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;31개 OTA 플랫폼별 비교&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%BF%A0%ED%8F%B0-%EB%B0%9B%EA%B8%B0-2026-%EC%B0%B8%EC%97%AC-%ED%94%8C%EB%9E%AB%ED%8F%BC-%EA%B3%B5%EC%8B%9D-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-tag&quot;&gt;  바로 신청&lt;/span&gt;
      &lt;p class=&quot;rc-title&quot;&gt;지금 바로 쿠폰 받기&lt;br&gt;공식 채널 바로가기&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;참여 여행사 링크 모음&lt;/p&gt;
    &lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- 푸터 --&gt;
&lt;div class=&quot;footer&quot;&gt;
  본 페이지는 2026 여름맞이 숙박세일 페스타에 대한 정보 제공을 목적으로 제작되었습니다.&lt;br&gt;
  공식 정보는 한국관광공사 공식 사이트(ktostay.visitkorea.or.kr)에서 확인하세요.&lt;br&gt;
  정부 정책 변경에 따라 행사 내용이 일부 달라질 수 있습니다.&lt;br&gt;
  &lt;a href=&quot;#&quot;&gt;개인정보처리방침&lt;/a&gt; &amp;nbsp;|&amp;nbsp; &amp;copy; 2026 숙박페스타 정보센터
&lt;/div&gt;

&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <category>소소 여행</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/112</guid>
      <comments>https://sosonursing.tistory.com/entry/%EC%88%99%EB%B0%95-%ED%8E%98%EC%8A%A4%ED%83%80-%EC%BF%A0%ED%8F%B0-%EB%B0%9C%EA%B8%89%EB%B0%A9%EB%B2%95-2026-%EB%A7%A4%EC%9D%BC-10%EC%8B%9C-%EC%84%A0%EC%B0%A9%EC%88%9C-%EC%B4%9D%EC%A0%95%EB%A6%AC#entry112comment</comments>
      <pubDate>Tue, 23 Jun 2026 12:11:37 +0900</pubDate>
    </item>
    <item>
      <title>임산부 근로시간 단축 신청 바로가기</title>
      <link>https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EC%8B%A0%EC%B2%AD-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0</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;
  :root {
    --primary: #e63946;
    --primary-dark: #c1121f;
    --bg: #fafaf8;
    --text: #1a1a1a;
    --gray: #6b7280;
    --light: #f3f4f6;
    --border: #e5e7eb;
    --white: #ffffff;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  body {
    font-family: 'Noto Sans KR', sans-serif;
    background: var(--bg);
    color: var(--text);
    font-size: 15px;
    line-height: 1.8;
    word-break: keep-all;
  }
  .wrap { max-width: 720px; margin: 0 auto; background: var(--white); min-height: 100vh; }

  /* 헤더 */
  header.site {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-bottom: 1px solid var(--border);
  }
  header.site .logo {
    font-weight: 900;
    font-size: 17px;
    color: var(--text);
  }
  header.site .logo span { color: var(--primary); }
  header.site .back-link {
    font-size: 12px;
    color: var(--gray);
    text-decoration: none;
  }
  header.site .back-link:hover { color: var(--primary); }

  /* 히어로 */
  .hero {
    background: linear-gradient(135deg, #e63946 0%, #c1121f 100%);
    color: #fff;
    padding: 44px 24px 36px;
    text-align: center;
  }
  .hero .badge {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
  }
  .hero h1 {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .hero p.sub {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 0;
  }
  @media (max-width: 768px) {
    .hero h1 { font-size: 22px; }
    .hero { padding: 36px 20px 30px; }
  }

  /* 신뢰 배지 */
  .trust-bar {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 18px 24px;
    background: #fff8f8;
    border-bottom: 1px solid var(--border);
    flex-wrap: wrap;
  }
  .trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: var(--text);
  }
  .trust-item .icon {
    font-size: 16px;
  }
  @media (max-width: 480px) {
    .trust-bar { gap: 12px; }
    .trust-item { font-size: 12px; }
  }

  /* 메인 섹션 */
  .main-section { padding: 32px 24px 8px; }
  .section-label {
    font-size: 13px;
    font-weight: 700;
    color: var(--gray);
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
  }

  /* 메인 버튼 그룹 */
  .btn-group {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 32px;
  }
  .main-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-radius: 12px;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    min-height: 80px;
  }
  .main-btn:hover { transform: translateY(-2px); }
  .main-btn:active { transform: scale(0.98); }

  .main-btn.primary {
    background: linear-gradient(135deg, #e63946 0%, #c1121f 100%);
    color: #fff;
    box-shadow: 0 6px 20px rgba(230, 57, 70, 0.3);
  }
  .main-btn.secondary {
    background: linear-gradient(135deg, #1d3557 0%, #457b9d 100%);
    color: #fff;
    box-shadow: 0 6px 20px rgba(29, 53, 87, 0.25);
  }
  .main-btn.tertiary {
    background: var(--white);
    color: var(--text);
    border: 2px solid var(--border);
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  }

  .btn-left { flex: 1; }
  .btn-tag {
    font-size: 11px;
    font-weight: 700;
    opacity: 0.8;
    margin-bottom: 4px;
    display: block;
    letter-spacing: 0.3px;
  }
  .btn-title {
    font-size: 17px;
    font-weight: 900;
    display: block;
    line-height: 1.3;
  }
  .main-btn.tertiary .btn-tag { color: var(--gray); }
  .main-btn.tertiary .btn-title { color: var(--text); }
  .btn-arrow {
    font-size: 22px;
    margin-left: 12px;
    flex-shrink: 0;
    opacity: 0.85;
  }

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

  /* 정보 요약 박스 */
  .summary-box {
    background: var(--light);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 28px;
  }
  .summary-box h3 {
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 14px;
    padding-left: 10px;
    border-left: 3px solid var(--primary);
  }
  .summary-list { list-style: none; }
  .summary-list li {
    font-size: 14px;
    padding: 5px 0;
    padding-left: 18px;
    position: relative;
    color: #374151;
  }
  .summary-list li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: var(--primary);
    font-size: 12px;
    top: 7px;
  }

  /* 광고 */
  .ad-wrap { padding: 0 24px; margin-bottom: 24px; }

  /* 전화 상담 */
  .tel-box {
    background: #fff8f8;
    border: 1.5px solid #fecdd3;
    border-radius: 12px;
    padding: 18px 20px;
    margin: 0 24px 28px;
    text-align: center;
  }
  .tel-box p.label { font-size: 12px; color: var(--gray); margin-bottom: 6px; font-weight: 700; }
  .tel-box a.tel {
    font-size: 28px;
    font-weight: 900;
    color: var(--primary-dark);
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
  }
  .tel-box p.desc { font-size: 12px; color: var(--gray); }

  /* 하단 돌아가기 링크 */
  .back-links {
    padding: 0 24px 8px;
    border-top: 1px solid var(--border);
    margin-top: 8px;
  }
  .back-links h3 {
    font-size: 14px;
    font-weight: 900;
    color: var(--gray);
    margin: 20px 0 12px;
  }
  .back-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 24px;
  }
  .back-card {
    display: block;
    background: var(--light);
    border-radius: 10px;
    padding: 12px 14px;
    text-decoration: none;
    color: var(--text);
    font-size: 13px;
    font-weight: 700;
    transition: background 0.15s;
  }
  .back-card:hover { background: #e5e7eb; }
  .back-card .bc-tag { font-size: 11px; color: var(--primary); display: block; margin-bottom: 3px; font-weight: 700; }

  /* 푸터 */
  footer.site {
    background: #1a1a1a;
    color: #9ca3af;
    font-size: 11px;
    text-align: center;
    padding: 24px 20px;
    line-height: 2;
    margin-top: 8px;
  }
&lt;/style&gt;
&lt;/div&gt;
&lt;div class=&quot;wrap&quot;&gt;&lt;header class=&quot;site&quot;&gt;
&lt;div class=&quot;logo&quot;&gt;모성보호&lt;span&gt;가이드&lt;/span&gt;&lt;/div&gt;
&lt;a class=&quot;back-link&quot; href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-%EC%B4%9D%EC%A0%95&quot;&gt;&amp;larr; 처음으로&lt;/a&gt;&lt;/header&gt;
&lt;div class=&quot;hero&quot;&gt;&lt;span class=&quot;badge&quot;&gt;STEP 2 &amp;mdash; 지금 바로 시작하세요&lt;/span&gt;
&lt;h1&gt;임신기 근로시간 단축&lt;br /&gt;지금 바로 신청하세요&lt;/h1&gt;
&lt;p class=&quot;sub&quot; data-ke-size=&quot;size16&quot;&gt;신청&amp;middot;자격확인&amp;middot;상담, 아래 버튼으로 바로 연결됩니다&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;trust-bar&quot;&gt;
&lt;div class=&quot;trust-item&quot;&gt;&lt;span class=&quot;icon&quot;&gt;✅&lt;/span&gt; 공식 정부 채널 연결&lt;/div&gt;
&lt;div class=&quot;trust-item&quot;&gt;&lt;span class=&quot;icon&quot;&gt;✅&lt;/span&gt; 100% 무료 조회&amp;middot;상담&lt;/div&gt;
&lt;div class=&quot;trust-item&quot;&gt;&lt;span class=&quot;icon&quot;&gt;✅&lt;/span&gt; 법령 기반 정확한 정보&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;main-section&quot;&gt;
&lt;p class=&quot;section-label&quot; data-ke-size=&quot;size16&quot;&gt;원하시는 항목을 선택하세요&lt;/p&gt;
&lt;div class=&quot;btn-group&quot;&gt;&lt;a class=&quot;main-btn primary&quot; href=&quot;https://www.moel.go.kr/index.do&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;
&lt;div class=&quot;btn-left&quot;&gt;&lt;span class=&quot;btn-tag&quot;&gt;고용노동부 공식&lt;/span&gt; &lt;span class=&quot;btn-title&quot;&gt;임신기 단축근무&lt;br /&gt;신청 바로가기&lt;/span&gt;&lt;/div&gt;
&lt;span class=&quot;btn-arrow&quot;&gt;&amp;rarr;&lt;/span&gt; &lt;/a&gt; &lt;a class=&quot;main-btn secondary&quot; href=&quot;https://www.work24.go.kr/ei/b/b/1200/openHPEIBB1200M02.do&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;
&lt;div class=&quot;btn-left&quot;&gt;&lt;span class=&quot;btn-tag&quot;&gt;고용24 공식&lt;/span&gt; &lt;span class=&quot;btn-title&quot;&gt;육아기 근로시간 단축 급여&lt;br /&gt;신청 바로하기&lt;/span&gt;&lt;/div&gt;
&lt;span class=&quot;btn-arrow&quot;&gt;&amp;rarr;&lt;/span&gt; &lt;/a&gt; &lt;a class=&quot;main-btn tertiary&quot; href=&quot;https://www.moel.go.kr/minwon/apply/formApplyList.do&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;
&lt;div class=&quot;btn-left&quot;&gt;&lt;span class=&quot;btn-tag&quot;&gt;고용노동부 상담&lt;/span&gt; &lt;span class=&quot;btn-title&quot;&gt;온라인 민원 상담&lt;br /&gt;신청 바로가기&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: var(--primary);&quot; class=&quot;btn-arrow&quot;&gt;&amp;rarr;&lt;/span&gt; &lt;/a&gt;&lt;/div&gt;
&lt;hr class=&quot;divider&quot; data-ke-style=&quot;style1&quot; /&gt;
&lt;div class=&quot;summary-box&quot;&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;신청 전 꼭 확인하세요&lt;/h3&gt;
&lt;ul class=&quot;summary-list&quot; style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;임신 12주 이내 또는 32주 이후에 신청 가능합니다&lt;/li&gt;
&lt;li&gt;신청서 + 임신 확인 진단서를 함께 제출해야 해요&lt;/li&gt;
&lt;li&gt;단축 시작 3일 전까지 사용자에게 제출하세요&lt;/li&gt;
&lt;li&gt;단축을 이유로 임금 삭감은 법으로 금지되어 있습니다&lt;/li&gt;
&lt;li&gt;거부 시 사업주에게 500만원 이하 과태료가 부과됩니다&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- 광고 --&gt;
&lt;div class=&quot;ad-wrap&quot;&gt;
&lt;script src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display: block;&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
&lt;/div&gt;
&lt;!-- 전화 상담 --&gt;
&lt;div class=&quot;tel-box&quot;&gt;
&lt;p class=&quot;label&quot; data-ke-size=&quot;size16&quot;&gt;전화 상담 (평일 09:00 ~ 18:00)&lt;/p&gt;
&lt;a class=&quot;tel&quot; href=&quot;tel:1350&quot;&gt;☎ 1350&lt;/a&gt;
&lt;p class=&quot;desc&quot; data-ke-size=&quot;size16&quot;&gt;고용노동부 고객상담센터 &amp;middot; 무료&lt;/p&gt;
&lt;/div&gt;
&lt;!-- 돌아가기 링크 --&gt;
&lt;div class=&quot;back-links&quot;&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;더 자세한 내용이 필요하신가요?&lt;/h3&gt;
&lt;div class=&quot;back-grid&quot;&gt;&lt;a class=&quot;back-card&quot; href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-%EC%B4%9D%EC%A0%95&quot;&gt; &lt;span class=&quot;bc-tag&quot;&gt;신청방법&lt;/span&gt; 신청서 작성&amp;middot;제출 절차 보기 &lt;/a&gt; &lt;a class=&quot;back-card&quot; href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EB%8B%A8%EC%B6%95%EA%B7%BC%EB%AC%B4-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-12%EC%A3%BC-32%EC%A3%BC-%EA%B8%B0%EC%A4%80&quot;&gt; &lt;span class=&quot;bc-tag&quot;&gt;자격조건&lt;/span&gt; 12주&amp;middot;32주 기준 확인하기 &lt;/a&gt; &lt;a class=&quot;back-card&quot; href=&quot;https://sosonursing.tistory.com/entry/%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EA%B1%B0%EB%B6%80%EB%8B%B9%ED%96%88%EB%8B%A4%EB%A9%B4-%EB%8C%80%EC%B2%98%EB%B2%95&quot;&gt; &lt;span class=&quot;bc-tag&quot;&gt;거부대응&lt;/span&gt; 거부당했을 때 대처법 보기 &lt;/a&gt; &lt;a class=&quot;back-card&quot; href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EB%8B%A8%EC%B6%95%EA%B7%BC%EB%AC%B4-%EC%9E%84%EA%B8%88-%EC%97%B0%EC%B0%A8-%EC%82%AD%EA%B0%90-%EA%B8%B0%EC%A4%80&quot;&gt; &lt;span class=&quot;bc-tag&quot;&gt;임금&amp;middot;연차&lt;/span&gt; 임금삭감 금지 기준 보기 &lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;footer class=&quot;site&quot;&gt;본 페이지는 정보 제공을 목적으로 제작되었으며 법적 효력을 갖는 유권해석의 근거가 되지 않습니다.&lt;br /&gt;구체적인 사항은 고용노동부 또는 관할 고용센터(1350)로 문의하시기 바랍니다.&lt;br /&gt;ⓒ 모성보호가이드. All rights reserved. &amp;middot; 개인정보처리방침&lt;/footer&gt;&lt;/div&gt;</description>
      <category>소소 생활</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/111</guid>
      <comments>https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EC%8B%A0%EC%B2%AD-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0#entry111comment</comments>
      <pubDate>Mon, 22 Jun 2026 11:10:45 +0900</pubDate>
    </item>
    <item>
      <title>임산부 단축근무 임금 연차 삭감 기준</title>
      <link>https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EB%8B%A8%EC%B6%95%EA%B7%BC%EB%AC%B4-%EC%9E%84%EA%B8%88-%EC%97%B0%EC%B0%A8-%EC%82%AD%EA%B0%90-%EA%B8%B0%EC%A4%80</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;임산부 단축근무 임금 연차 삭감 기준&lt;/title&gt;
&lt;meta name=&quot;description&quot; content=&quot;임신기 근로시간 단축 중 임금 삭감 여부, 연차 산정 방식, 수당 처리 기준을 정리했습니다. 단축근무 중 불이익 없이 챙길 수 있는 방법을 확인하세요.&quot;&gt;
&lt;meta property=&quot;og:title&quot; content=&quot;임산부 단축근무 임금 연차 삭감 기준&quot;&gt;
&lt;meta property=&quot;og:description&quot; content=&quot;임금삭감 금지 원칙부터 연차 산정 방식까지, 헷갈리는 부분 한번에 정리&quot;&gt;
&lt;meta property=&quot;og:image&quot; content=&quot;&quot;&gt;
&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Nanum+Square&amp;family=Noto+Sans+KR:wght@400;500;700;900&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;
&lt;style&gt;
  :root {
    --primary: #c62828;
    --primary-dark: #8b0000;
    --bg: #f5f5f5;
    --text: #212121;
    --gray: #757575;
    --light: #eeeeee;
    --border: #e0e0e0;
    --white: #ffffff;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  body {
    font-family: 'Noto Sans KR', sans-serif;
    background: var(--bg);
    color: var(--text);
    font-size: 15px;
    line-height: 1.8;
    word-break: keep-all;
  }
  .wrap { max-width: 720px; margin: 0 auto; background: var(--bg); }

  header.site {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-bottom: 1px solid var(--border);
    background: var(--white);
  }
  header.site .logo {
    font-family: 'Nanum Square', sans-serif;
    font-weight: 800;
    font-size: 17px;
    color: var(--text);
  }
  header.site .logo span { color: var(--primary); }
  nav.top { display: flex; gap: 14px; }
  nav.top a { font-size: 12px; color: var(--gray); text-decoration: none; }
  @media (max-width: 768px) { nav.top { display: none; } }

  .hero {
    padding: 40px 24px 32px;
    text-align: center;
    background: linear-gradient(180deg, #e8e8e8 0%, var(--bg) 100%);
  }
  .hero .eyebrow {
    display: inline-block;
    background: #ffcdd2;
    color: var(--primary-dark);
    font-size: 12px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
  }
  .hero h1 {
    font-family: 'Nanum Square', sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.45;
    margin-bottom: 12px;
  }
  .hero p.sub { font-size: 14px; color: var(--gray); margin-bottom: 22px; }
  @media (max-width: 768px) { .hero h1 { font-size: 21px; } }

  .cta-btn {
    background-color: var(--primary);
    color: #ffffff;
    padding: 16px 32px;
    border: none;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    min-height: 54px;
    line-height: 1.3;
    box-shadow: 0 4px 15px rgba(198, 40, 40, 0.25);
    transition: background 0.2s ease, transform 0.1s ease;
    font-family: 'Noto Sans KR', sans-serif;
  }
  .cta-btn:hover { background-color: var(--primary-dark); transform: translateY(-1px); }
  .cta-btn:active { transform: scale(0.97); background: var(--primary-dark); }
  @media (max-width: 768px) { .cta-btn { width: 100%; text-align: center; display: block; } }

  .hashtags { padding: 0 24px 28px; text-align: center; }
  .hashtags .desc { font-size: 13px; color: var(--gray); margin-bottom: 12px; }
  .hashtag {
    display: inline-block;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 7px 16px;
    margin: 4px;
    font-size: 13px;
    font-weight: 500;
    color: #424242;
    text-decoration: none;
    transition: all 0.2s;
  }
  .hashtag:hover { background: var(--primary); color: #fff; border-color: var(--primary); }

  .content { padding: 8px 24px 12px; }
  .content h2 {
    font-family: 'Nanum Square', sans-serif;
    font-size: 18px;
    font-weight: 800;
    margin: 30px 0 14px;
    padding-left: 12px;
    border-left: 4px solid var(--primary);
  }
  .content p { margin-bottom: 14px; font-size: 15px; }
  .content strong { color: var(--primary-dark); font-weight: 700; }

  .info-card {
    background: var(--white);
    border: 1.5px solid var(--border);
    border-radius: 12px;
    padding: 4px 16px;
    margin: 16px 0;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  }
  .info-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 13px 0;
    border-bottom: 1px solid var(--border);
  }
  .info-row:last-child { border-bottom: none; }
  .info-label {
    font-size: 12px;
    font-weight: 700;
    color: var(--gray);
    min-width: 80px;
    padding-top: 2px;
    flex-shrink: 0;
  }
  .info-value { font-size: 14px; font-weight: 500; flex: 1; }
  .info-value strong { display: block; color: var(--primary-dark); margin-bottom: 2px; }
  .info-value small { display: block; font-size: 12px; color: var(--gray); margin-top: 2px; font-weight: 400; }

  .compare-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 16px 0;
  }
  @media (max-width: 480px) {
    .compare-wrap { grid-template-columns: 1fr; }
  }
  .compare-card {
    border-radius: 12px;
    padding: 16px;
  }
  .compare-card.bad {
    background: #fff1f2;
    border: 1.5px solid #fecdd3;
  }
  .compare-card.good {
    background: #f0fdf4;
    border: 1.5px solid #86efac;
  }
  .compare-card .c-label {
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
  }
  .compare-card.bad .c-label { color: #be123c; }
  .compare-card.good .c-label { color: #15803d; }
  .compare-card p { font-size: 13.5px; line-height: 1.7; margin-bottom: 0; }

  .amount-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 16px 0;
  }
  @media (max-width: 480px) {
    .amount-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  }
  .amount-card {
    background: var(--white);
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 16px 8px;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  }
  .amount-card .type { font-size: 11px; color: var(--gray); font-weight: 700; margin-bottom: 8px; }
  .amount-card .amount { font-size: 15px; font-weight: 900; color: var(--primary); line-height: 1.3; }
  .amount-card .unit { font-size: 11px; color: var(--gray); margin-top: 4px; }

  .warn-banner {
    background: #fff8e1;
    border: 1.5px solid #ffe082;
    border-radius: 10px;
    padding: 14px 16px;
    margin: 16px 0;
    font-size: 14px;
  }
  .warn-banner strong { color: #e65100; }

  .bridge-box {
    background: linear-gradient(135deg, #eeeeee, #e0e0e0);
    border: 2px solid #bdbdbd;
    border-radius: 12px;
    padding: 18px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: #424242;
    margin: 22px 0;
    line-height: 1.7;
  }

  .mid-cta { text-align: center; padding: 8px 0 4px; }

  .faq-item {
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 10px;
    background: var(--white);
  }
  .faq-item p.q { font-weight: 700; margin-bottom: 6px; font-size: 14.5px; }
  .faq-item p.a { font-size: 14px; color: #424242; margin-bottom: 0; }

  .related { padding: 28px 24px 8px; border-top: 1px solid var(--border); margin-top: 20px; background: var(--white); }
  .related h3 { font-family: 'Nanum Square', sans-serif; font-size: 16px; font-weight: 800; margin-bottom: 14px; }
  .related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .related-card {
    display: block;
    background: var(--light);
    border-radius: 10px;
    padding: 14px;
    text-decoration: none;
    color: var(--text);
  }
  .related-card .tag { font-size: 11px; color: var(--primary); font-weight: 700; margin-bottom: 6px; display: block; }
  .related-card .ttl { font-size: 13.5px; font-weight: 700; line-height: 1.5; }

  footer.site {
    background: #212121;
    color: #9e9e9e;
    font-size: 11px;
    text-align: center;
    padding: 24px 20px;
    line-height: 2;
    margin-top: 24px;
  }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;wrap&quot;&gt;

&lt;header class=&quot;site&quot;&gt;
  &lt;div class=&quot;logo&quot;&gt;모성보호&lt;span&gt;가이드&lt;/span&gt;&lt;/div&gt;
  &lt;nav class=&quot;top&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-%EC%B4%9D%EC%A0%95&quot;&gt;신청방법&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EB%8B%A8%EC%B6%95%EA%B7%BC%EB%AC%B4-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-12%EC%A3%BC-32%EC%A3%BC-%EA%B8%B0%EC%A4%80&quot;&gt;자격조건&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EA%B1%B0%EB%B6%80%EB%8B%B9%ED%96%88%EB%8B%A4%EB%A9%B4-%EB%8C%80%EC%B2%98%EB%B2%95&quot;&gt;과태료대응&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EB%8B%A8%EC%B6%95%EA%B7%BC%EB%AC%B4-%EC%9E%84%EA%B8%88-%EC%97%B0%EC%B0%A8-%EC%82%AD%EA%B0%90-%EA%B8%B0%EC%A4%80&quot;&gt;임금연차&lt;/a&gt;
  &lt;/nav&gt;
&lt;/header&gt;

&lt;div class=&quot;hero&quot;&gt;
  &lt;span class=&quot;eyebrow&quot;&gt;임금삭감 금지 원칙&lt;/span&gt;
  &lt;h1&gt;단축근무 하면&lt;br&gt;월급이 줄어드는 거&lt;br&gt;맞나요?&lt;/h1&gt;
  &lt;p class=&quot;sub&quot;&gt;결론부터 말씀드리면, 줄어들면 안 됩니다. 하지만 헷갈리는 경우가 꽤 있어요&lt;/p&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EC%8B%A0%EC%B2%AD-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;cta-btn&quot;&gt;임금·연차 기준 확인&lt;/a&gt;
&lt;/div&gt;

&lt;div class=&quot;hashtags&quot;&gt;
  &lt;p class=&quot;desc&quot;&gt;#임금삭감금지 #연차산정 #통상임금기준&lt;/p&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-%EC%B4%9D%EC%A0%95&quot; class=&quot;hashtag&quot;&gt;#신청방법보기&lt;/a&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EA%B1%B0%EB%B6%80%EB%8B%B9%ED%96%88%EB%8B%A4%EB%A9%B4-%EB%8C%80%EC%B2%98%EB%B2%95&quot; class=&quot;hashtag&quot;&gt;#거부당했다면&lt;/a&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EC%8B%A0%EC%B2%AD-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;hashtag&quot;&gt;#내임금계산하기&lt;/a&gt;
&lt;/div&gt;

&lt;!-- 광고 상단 --&gt;
&lt;div&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot;
     crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot;
     style=&quot;display:block&quot;
     data-ad-client=&quot;ca-pub-8021448401658417&quot;
     data-ad-slot=&quot;4694826463&quot;
     data-ad-format=&quot;auto&quot;
     data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;content&quot;&gt;

  &lt;p&gt;단축근무 신청하려다 &quot;그러면 월급이 줄어들겠지&quot;라고 생각하고 포기하시는 분들이 의외로 많아요. 실제로 회사에서 &quot;시간이 줄었으니 그만큼 차감&quot;이라고 안내하는 곳도 있고, 본인도 당연한 줄 알고 그냥 넘어가는 경우가 많습니다. 그런데 이건 명백히 법 위반이에요.&lt;/p&gt;

  &lt;h2&gt;임금삭감, 원칙적으로 금지입니다&lt;/h2&gt;
  &lt;p&gt;근로기준법은 임신기 근로시간 단축을 이유로 임금을 삭감하는 것을 &lt;strong&gt;명시적으로 금지&lt;/strong&gt;하고 있어요. 단축된 시간만큼 급여에서 공제하는 것은 위법이고, 신고 대상이 됩니다.&lt;/p&gt;

  &lt;div class=&quot;compare-wrap&quot;&gt;
    &lt;div class=&quot;compare-card bad&quot;&gt;
      &lt;span class=&quot;c-label&quot;&gt;❌ 잘못된 처리&lt;/span&gt;
      &lt;p&gt;단축 2시간만큼 시급 차감해서 월급 지급&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;compare-card good&quot;&gt;
      &lt;span class=&quot;c-label&quot;&gt;✅ 올바른 처리&lt;/span&gt;
      &lt;p&gt;단축 전 통상임금 기준으로 그대로 지급&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;info-card&quot;&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;기본급&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;단축 전과 동일하게 지급&lt;/strong&gt;&lt;small&gt;근무시간 감소를 이유로 삭감 불가&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;시간외수당&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;실제 연장근무 기준 적용&lt;/strong&gt;&lt;small&gt;단축 시간은 연장근무 산정에서 제외&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;성과·상여금&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;단축 사유만으로 불이익 불가&lt;/strong&gt;&lt;small&gt;다른 직원과 동일한 기준 적용이 원칙&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 광고 중간 --&gt;
  &lt;div&gt;
  &lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot;
       crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
  &lt;ins class=&quot;adsbygoogle&quot;
       style=&quot;display:block&quot;
       data-ad-client=&quot;ca-pub-8021448401658417&quot;
       data-ad-slot=&quot;4694826463&quot;
       data-ad-format=&quot;auto&quot;
       data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
  &lt;script&gt;
       (adsbygoogle = window.adsbygoogle || []).push({});
  &lt;/script&gt;
  &lt;/div&gt;

  &lt;h2&gt;연차는 어떻게 되나요&lt;/h2&gt;
  &lt;p&gt;연차 산정도 헷갈리는 부분 중 하나예요. 단축근무 기간 중 결근 처리가 되는 건 아닌지, 출근율 계산에 영향을 주는 건 아닌지 걱정하시는 분들이 많거든요.&lt;/p&gt;

  &lt;div class=&quot;info-card&quot;&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;출근율 산정&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;단축 기간도 출근한 것으로 간주&lt;/strong&gt;&lt;small&gt;연차 산정 기준 출근율에 불이익 없음&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;연차 일수&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;기존과 동일하게 부여&lt;/strong&gt;&lt;small&gt;단축을 이유로 연차 일수 축소 불가&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;연차수당&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;통상임금 기준으로 계산&lt;/strong&gt;&lt;small&gt;단축 기간 중 통상임금 산정 방식은 별도 확인 필요&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;warn-banner&quot;&gt;
    ⚠️ &lt;strong&gt;주의:&lt;/strong&gt; 단축근무가 끝난 뒤 통상임금 산정 기간에 단축 기간이 포함되면, 계산 방식이 복잡해질 수 있어요. 퇴직금이나 육아휴직 급여 산정 시 영향이 있을 수 있는 부분이라 미리 확인해두는 게 좋습니다.
  &lt;/div&gt;

  &lt;h2&gt;실무에서 놓치기 쉬운 부분&lt;/h2&gt;

  &lt;div class=&quot;amount-grid&quot;&gt;
    &lt;div class=&quot;amount-card&quot;&gt;
      &lt;p class=&quot;type&quot;&gt;식대·교통비&lt;/p&gt;
      &lt;p class=&quot;amount&quot;&gt;단축 이유 삭감 불가&lt;/p&gt;
      &lt;p class=&quot;unit&quot;&gt;복리후생비 동일 적용&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;amount-card&quot;&gt;
      &lt;p class=&quot;type&quot;&gt;퇴직금 산정&lt;/p&gt;
      &lt;p class=&quot;amount&quot;&gt;평균임금 주의&lt;/p&gt;
      &lt;p class=&quot;unit&quot;&gt;단축 기간 처리 확인 필요&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;amount-card&quot;&gt;
      &lt;p class=&quot;type&quot;&gt;4대보험료&lt;/p&gt;
      &lt;p class=&quot;amount&quot;&gt;기존 기준 유지&lt;/p&gt;
      &lt;p class=&quot;unit&quot;&gt;임금 동일 시 변동 없음&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;p&gt;&lt;strong&gt;가장 중요한 건&lt;/strong&gt; 단축근무 전후로 급여명세서를 꼼꼼히 비교해두는 거예요. 항목별로 어떤 기준이 적용됐는지 확인하지 않으면 나중에 문제가 생겨도 입증이 어렵거든요. 어떤 항목을 챙겨봐야 하는지, 사업장마다 다를 수 있는 예외 케이스까지는 직접 확인이 필요한 부분이 있어요.&lt;/p&gt;

  &lt;div class=&quot;bridge-box&quot;&gt;
    내 급여명세서에서 잘못 처리된 항목이 있는지&lt;br&gt;
    &lt;span style=&quot;font-size:13px; font-weight:500;&quot;&gt;지금 바로 확인해보세요. 모르고 넘어가면 돌려받기 어려워집니다.&lt;/span&gt;
  &lt;/div&gt;

  &lt;div class=&quot;mid-cta&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EC%8B%A0%EC%B2%AD-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;cta-btn&quot;&gt;임금 처리 기준 확인하기&lt;/a&gt;
  &lt;/div&gt;

  &lt;h2&gt;자주 묻는 질문&lt;/h2&gt;
  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;p class=&quot;q&quot;&gt;Q. 회사가 &quot;시간이 줄었으니 식대는 빼야 한다&quot;고 하는데요?&lt;/p&gt;
    &lt;p class=&quot;a&quot;&gt;근무시간 단축만을 이유로 복리후생 항목을 삭감하는 것은 불이익 처우에 해당할 수 있어요. 해당 항목이 통상임금에 포함되는지 여부와 함께 판단이 필요합니다.&lt;/p&gt;
  &lt;/div&gt;
  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;p class=&quot;q&quot;&gt;Q. 육아휴직 급여 산정 시에도 영향이 있나요?&lt;/p&gt;
    &lt;p class=&quot;a&quot;&gt;육아휴직 급여는 통상임금 또는 평균임금을 기준으로 산정되는데, 단축근무 기간이 포함되면 계산 결과가 달라질 수 있어요. 케이스마다 차이가 있어 미리 확인해두시는 걸 권장드립니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;!-- 광고 하단 --&gt;
  &lt;div&gt;
  &lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot;
       crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
  &lt;ins class=&quot;adsbygoogle&quot;
       style=&quot;display:block&quot;
       data-ad-client=&quot;ca-pub-8021448401658417&quot;
       data-ad-slot=&quot;4694826463&quot;
       data-ad-format=&quot;auto&quot;
       data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
  &lt;script&gt;
       (adsbygoogle = window.adsbygoogle || []).push({});
  &lt;/script&gt;
  &lt;/div&gt;

  &lt;div style=&quot;text-align:center; margin: 24px 0 8px;&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EC%8B%A0%EC%B2%AD-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;cta-btn&quot;&gt;내 임금 불이익 여부 확인&lt;/a&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;div class=&quot;related&quot;&gt;
  &lt;h3&gt;관련 정보 더 보기&lt;/h3&gt;
  &lt;div class=&quot;related-grid&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-%EC%B4%9D%EC%A0%95&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;tag&quot;&gt;신청방법&lt;/span&gt;
      &lt;span class=&quot;ttl&quot;&gt;신청서·진단서 제출 절차 보기&lt;/span&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EB%8B%A8%EC%B6%95%EA%B7%BC%EB%AC%B4-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-12%EC%A3%BC-32%EC%A3%BC-%EA%B8%B0%EC%A4%80&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;tag&quot;&gt;자격조건&lt;/span&gt;
      &lt;span class=&quot;ttl&quot;&gt;단축근무 대상기간, 나도 해당될까?&lt;/span&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EA%B1%B0%EB%B6%80%EB%8B%B9%ED%96%88%EB%8B%A4%EB%A9%B4-%EB%8C%80%EC%B2%98%EB%B2%95&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;tag&quot;&gt;과태료대응&lt;/span&gt;
      &lt;span class=&quot;ttl&quot;&gt;회사가 거부했다면 꼭 봐야 할 내용&lt;/span&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EC%8B%A0%EC%B2%AD-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;tag&quot;&gt;바로가기&lt;/span&gt;
      &lt;span class=&quot;ttl&quot;&gt;지금 내 상황 확인하러 가기&lt;/span&gt;
    &lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;footer class=&quot;site&quot;&gt;
  본 페이지는 정보 제공을 목적으로 제작되었으며 법적 효력을 갖는 유권해석의 근거가 되지 않습니다.&lt;br&gt;
  구체적인 사항은 고용노동부 또는 관할 고용센터(1350)로 문의하시기 바랍니다.&lt;br&gt;
  ⓒ 모성보호가이드. All rights reserved. · 개인정보처리방침
&lt;/footer&gt;

&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <category>소소 생활</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/110</guid>
      <comments>https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EB%8B%A8%EC%B6%95%EA%B7%BC%EB%AC%B4-%EC%9E%84%EA%B8%88-%EC%97%B0%EC%B0%A8-%EC%82%AD%EA%B0%90-%EA%B8%B0%EC%A4%80#entry110comment</comments>
      <pubDate>Mon, 22 Jun 2026 11:10:07 +0900</pubDate>
    </item>
    <item>
      <title>근로시간 단축 거부당했다면 대처법</title>
      <link>https://sosonursing.tistory.com/entry/%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EA%B1%B0%EB%B6%80%EB%8B%B9%ED%96%88%EB%8B%A4%EB%A9%B4-%EB%8C%80%EC%B2%98%EB%B2%95</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;근로시간 단축 거부당했다면 대처법&lt;/title&gt;
&lt;meta name=&quot;description&quot; content=&quot;임신기 근로시간 단축을 회사가 거부했을 때 사업주 과태료 기준과 신고 절차, 대응 방법을 정리했습니다. 지금 확인해보세요.&quot;&gt;
&lt;meta property=&quot;og:title&quot; content=&quot;근로시간 단축 거부당했다면 대처법&quot;&gt;
&lt;meta property=&quot;og:description&quot; content=&quot;사업주 과태료 기준부터 신고 절차까지, 거부당했을 때 대응방법 정리&quot;&gt;
&lt;meta property=&quot;og:image&quot; content=&quot;&quot;&gt;
&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Gowun+Dodum&amp;family=Noto+Sans+KR:wght@400;500;700;900&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;
&lt;style&gt;
  :root {
    --primary: #e63946;
    --primary-dark: #c1121f;
    --bg: #f0f7f4;
    --text: #1f2d28;
    --gray: #6b8079;
    --light: #e3f0ea;
    --border: #d3e6dc;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  body {
    font-family: 'Noto Sans KR', sans-serif;
    background: var(--bg);
    color: var(--text);
    font-size: 15px;
    line-height: 1.8;
    word-break: keep-all;
  }
  .wrap { max-width: 720px; margin: 0 auto; background: var(--bg); }

  header.site {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-bottom: 1px solid var(--border);
  }
  header.site .logo {
    font-family: 'Gowun Dodum', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: var(--text);
  }
  header.site .logo span { color: var(--primary); }
  nav.top { display: flex; gap: 14px; }
  nav.top a { font-size: 12px; color: var(--gray); text-decoration: none; }
  @media (max-width: 768px) { nav.top { display: none; } }

  .hero {
    padding: 40px 24px 32px;
    text-align: center;
    background: linear-gradient(180deg, #e3f0ea 0%, var(--bg) 100%);
  }
  .hero .eyebrow {
    display: inline-block;
    background: #fee2e2;
    color: var(--primary-dark);
    font-size: 12px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
  }
  .hero h1 {
    font-family: 'Gowun Dodum', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.45;
    margin-bottom: 12px;
  }
  .hero p.sub { font-size: 14px; color: var(--gray); margin-bottom: 22px; }
  @media (max-width: 768px) { .hero h1 { font-size: 21px; } }

  .cta-btn {
    background-color: var(--primary);
    color: #ffffff;
    padding: 16px 32px;
    border: none;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    min-height: 54px;
    line-height: 1.3;
    box-shadow: 0 4px 15px rgba(230, 57, 70, 0.25);
    transition: background 0.2s ease, transform 0.1s ease;
    font-family: 'Noto Sans KR', sans-serif;
  }
  .cta-btn:hover { background-color: var(--primary-dark); transform: translateY(-1px); }
  .cta-btn:active { transform: scale(0.97); background: var(--primary-dark); }
  @media (max-width: 768px) { .cta-btn { width: 100%; text-align: center; display: block; } }

  .hashtags { padding: 0 24px 28px; text-align: center; }
  .hashtags .desc { font-size: 13px; color: var(--gray); margin-bottom: 12px; }
  .hashtag {
    display: inline-block;
    background: var(--light);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 7px 16px;
    margin: 4px;
    font-size: 13px;
    font-weight: 500;
    color: #2e4a3e;
    text-decoration: none;
    transition: all 0.2s;
  }
  .hashtag:hover { background: var(--primary); color: #fff; border-color: var(--primary); }

  .ad-container {
    background: #eaf4ef;
    border: 1px dashed #c8ddd2;
    text-align: center;
    padding: 10px;
    margin: 24px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 11px;
    color: #9cb3a8;
  }

  .content { padding: 8px 24px 12px; }
  .content h2 {
    font-family: 'Gowun Dodum', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 30px 0 14px;
    padding-left: 12px;
    border-left: 4px solid var(--primary);
  }
  .content p { margin-bottom: 14px; font-size: 15px; }
  .content strong { color: var(--primary-dark); font-weight: 700; }

  .warn-banner {
    background: #fff1f2;
    border: 1.5px solid #fecdd3;
    border-radius: 10px;
    padding: 16px 18px;
    margin: 16px 0;
    font-size: 14px;
  }
  .warn-banner strong { color: var(--primary-dark); }

  .info-card {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 12px;
    padding: 4px 16px;
    margin: 16px 0;
    box-shadow: 0 1px 4px rgba(0,0,0,0.03);
  }
  .info-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 13px 0;
    border-bottom: 1px solid var(--border);
  }
  .info-row:last-child { border-bottom: none; }
  .info-label {
    font-size: 12px;
    font-weight: 700;
    color: var(--gray);
    min-width: 76px;
    padding-top: 2px;
    flex-shrink: 0;
  }
  .info-value { font-size: 14px; font-weight: 500; flex: 1; }
  .info-value strong { display: block; color: var(--primary-dark); margin-bottom: 2px; }
  .info-value small { display: block; font-size: 12px; color: var(--gray); margin-top: 2px; font-weight: 400; }

  .step-wrap { display: flex; flex-direction: column; gap: 10px; margin: 16px 0; }
  .step-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: var(--light);
    border-radius: 10px;
    padding: 14px;
  }
  @media (max-width: 768px) { .step-item { flex-direction: column; } }
  .step-num {
    min-width: 28px;
    height: 28px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .step-text strong { display: block; font-weight: 700; margin-bottom: 3px; font-size: 14.5px; }
  .step-text { font-size: 14px; }

  .bridge-box {
    background: linear-gradient(135deg, #d9f0e3, #b7e4cc);
    border: 2px solid #5fb98a;
    border-radius: 12px;
    padding: 18px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: #1e5b3f;
    margin: 22px 0;
    line-height: 1.7;
  }

  .mid-cta { text-align: center; padding: 8px 0 4px; }

  .faq-item {
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 10px;
    background: #fff;
  }
  .faq-item p.q { font-weight: 700; margin-bottom: 6px; font-size: 14.5px; }
  .faq-item p.a { font-size: 14px; color: #3d5249; margin-bottom: 0; }

  .related { padding: 28px 24px 8px; border-top: 1px solid var(--border); margin-top: 20px; }
  .related h3 { font-family: 'Gowun Dodum', sans-serif; font-size: 16px; font-weight: 400; margin-bottom: 14px; }
  .related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .related-card {
    display: block;
    background: var(--light);
    border-radius: 10px;
    padding: 14px;
    text-decoration: none;
    color: var(--text);
  }
  .related-card .tag { font-size: 11px; color: var(--primary-dark); font-weight: 700; margin-bottom: 6px; display: block; }
  .related-card .ttl { font-size: 13.5px; font-weight: 700; line-height: 1.5; }

  footer.site {
    background: #1f2d28;
    color: #9cb3a8;
    font-size: 11px;
    text-align: center;
    padding: 24px 20px;
    line-height: 2;
    margin-top: 24px;
  }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;wrap&quot;&gt;

&lt;header class=&quot;site&quot;&gt;
  &lt;div class=&quot;logo&quot;&gt;모성보호&lt;span&gt;가이드&lt;/span&gt;&lt;/div&gt;
  &lt;nav class=&quot;top&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-%EC%B4%9D%EC%A0%95&quot;&gt;신청방법&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EB%8B%A8%EC%B6%95%EA%B7%BC%EB%AC%B4-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-12%EC%A3%BC-32%EC%A3%BC-%EA%B8%B0%EC%A4%80&quot;&gt;자격조건&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EA%B1%B0%EB%B6%80%EB%8B%B9%ED%96%88%EB%8B%A4%EB%A9%B4-%EB%8C%80%EC%B2%98%EB%B2%95
&quot;&gt;과태료대응&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EB%8B%A8%EC%B6%95%EA%B7%BC%EB%AC%B4-%EC%9E%84%EA%B8%88-%EC%97%B0%EC%B0%A8-%EC%82%AD%EA%B0%90-%EA%B8%B0%EC%A4%80&quot;&gt;임금연차&lt;/a&gt;
  &lt;/nav&gt;
&lt;/header&gt;

&lt;div class=&quot;hero&quot;&gt;
  &lt;span class=&quot;eyebrow&quot;&gt;사업주 의무사항&lt;/span&gt;
  &lt;h1&gt;단축근무 신청했는데&lt;br&gt;회사가 안 된다고 하나요?&lt;br&gt;그냥 넘어가지 마세요&lt;/h1&gt;
  &lt;p class=&quot;sub&quot;&gt;법으로 정해진 의무라서, 거부하면 사업주에게 과태료가 부과돼요&lt;/p&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EC%8B%A0%EC%B2%AD-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;cta-btn&quot;&gt;대응방법 바로 확인&lt;/a&gt;
&lt;/div&gt;

&lt;div class=&quot;hashtags&quot;&gt;
  &lt;p class=&quot;desc&quot;&gt;#근로시간단축거부 #사업주과태료 #고용센터신고&lt;/p&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EB%8B%A8%EC%B6%95%EA%B7%BC%EB%AC%B4-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-12%EC%A3%BC-32%EC%A3%BC-%EA%B8%B0%EC%A4%80&quot; class=&quot;hashtag&quot;&gt;#자격조건먼저&lt;/a&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EB%8B%A8%EC%B6%95%EA%B7%BC%EB%AC%B4-%EC%9E%84%EA%B8%88-%EC%97%B0%EC%B0%A8-%EC%82%AD%EA%B0%90-%EA%B8%B0%EC%A4%80&quot; class=&quot;hashtag&quot;&gt;#임금삭감금지&lt;/a&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EC%8B%A0%EC%B2%AD-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;hashtag&quot;&gt;#신고절차확인&lt;/a&gt;
&lt;/div&gt;

&lt;!-- 광고 상단 --&gt;
&lt;div&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot;
     crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot;
     style=&quot;display:block&quot;
     data-ad-client=&quot;ca-pub-8021448401658417&quot;
     data-ad-slot=&quot;4694826463&quot;
     data-ad-format=&quot;auto&quot;
     data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;content&quot;&gt;

  &lt;p&gt;분명 법으로 정해진 제도인데, 막상 신청하려니 회사 눈치를 보게 되는 경우가 많죠. &quot;다른 사람들도 다 하는데 너만 빼달라고 하면 곤란하다&quot;는 식으로 은근슬쩍 거부당하는 경우도 있고요. 그런데 이건 사업주가 선택할 수 있는 사항이 아니라 반드시 지켜야 하는 의무라는 걸 꼭 알아두셔야 해요.&lt;/p&gt;

  &lt;h2&gt;거부는 명백한 법 위반입니다&lt;/h2&gt;
  &lt;p&gt;임신기 근로시간 단축은 &lt;strong&gt;근로기준법에 명시된 사업주의 의무&lt;/strong&gt;예요. 정당한 신청을 거부하거나, 이를 이유로 불리한 처우를 하면 처벌 대상이 됩니다.&lt;/p&gt;

  &lt;div class=&quot;warn-banner&quot;&gt;
    ⚠️ &lt;strong&gt;거부 시 처벌:&lt;/strong&gt; 단축근무 신청을 정당한 이유 없이 거부한 사업주는 500만원 이하의 과태료 부과 대상이 될 수 있습니다.
  &lt;/div&gt;

  &lt;div class=&quot;info-card&quot;&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;거부 시&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;500만원 이하 과태료&lt;/strong&gt;&lt;small&gt;근로기준법 위반에 따른 행정처분&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;불리한처우&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;별도 처벌 규정 적용&lt;/strong&gt;&lt;small&gt;해고·승진제한 등 불이익 조치 시&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;신고기관&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;관할 고용노동청&lt;/strong&gt;&lt;small&gt;고용평등상담실 또는 1350 고객센터&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;p&gt;그런데 막상 신고하려고 하면 &quot;괜히 일을 키우는 건 아닐까&quot;, &quot;회사와 사이가 나빠지면 어쩌나&quot; 하는 걱정이 들기 마련이에요. 사실 신고 전에 시도해볼 수 있는 단계들이 따로 있는데, &lt;strong&gt;이 순서를 모르고 바로 강하게 대응했다가 오히려 일이 복잡해지는 경우&lt;/strong&gt;도 있습니다.&lt;/p&gt;

  &lt;!-- 광고 중간 --&gt;
  &lt;div&gt;
  &lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot;
       crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
  &lt;ins class=&quot;adsbygoogle&quot;
       style=&quot;display:block&quot;
       data-ad-client=&quot;ca-pub-8021448401658417&quot;
       data-ad-slot=&quot;4694826463&quot;
       data-ad-format=&quot;auto&quot;
       data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
  &lt;script&gt;
       (adsbygoogle = window.adsbygoogle || []).push({});
  &lt;/script&gt;
  &lt;/div&gt;

  &lt;h2&gt;대응 순서, 이렇게 진행하면 좋아요&lt;/h2&gt;
  &lt;div class=&quot;step-wrap&quot;&gt;
    &lt;div class=&quot;step-item&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;1&lt;/div&gt;
      &lt;div class=&quot;step-text&quot;&gt;
        &lt;strong&gt;서면으로 다시 요청&lt;/strong&gt;
        구두 거부는 증거가 남지 않아요. 신청서를 서면이나 이메일로 다시 제출해서 기록을 남기는 게 중요합니다.
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;step-item&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;2&lt;/div&gt;
      &lt;div class=&quot;step-text&quot;&gt;
        &lt;strong&gt;거부 사유 확인&lt;/strong&gt;
        법적으로 인정되는 거부 사유는 매우 제한적이에요. 사업주가 어떤 이유를 댔는지 기록해두세요.
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;step-item&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;3&lt;/div&gt;
      &lt;div class=&quot;step-text&quot;&gt;
        &lt;strong&gt;고용노동청 신고&lt;/strong&gt;
        그래도 해결되지 않으면 관할 고용센터나 1350으로 신고할 수 있어요. 익명 상담도 가능합니다.
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;p&gt;여기서 &lt;strong&gt;가장 중요한 건&lt;/strong&gt; 신고 전에 어떤 자료를 미리 준비해두느냐예요. 신청서 사본, 거부 의사를 확인할 수 있는 기록, 근무 일정표 등을 미리 갖춰두면 처리 속도가 확실히 달라집니다. 어떤 자료가 결정적인 역할을 하는지는 사례마다 차이가 있어서, 막상 준비하다 보면 뭘 빠뜨렸는지 놓치기 쉬운 부분이 있어요.&lt;/p&gt;

  &lt;div class=&quot;bridge-box&quot;&gt;
    신고 전 꼭 챙겨야 할 서류와 상담 신청 방법,&lt;br&gt;
    &lt;span style=&quot;font-size:13px; font-weight:500;&quot;&gt;미리 준비해두면 훨씬 수월하게 해결돼요. 지금 확인해보세요.&lt;/span&gt;
  &lt;/div&gt;

  &lt;div class=&quot;mid-cta&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EC%8B%A0%EC%B2%AD-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;cta-btn&quot;&gt;신고 절차 자세히 보기&lt;/a&gt;
  &lt;/div&gt;

  &lt;h2&gt;자주 묻는 질문&lt;/h2&gt;
  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;p class=&quot;q&quot;&gt;Q. 회사가 인력이 부족하다고 거부하면 어떻게 되나요?&lt;/p&gt;
    &lt;p class=&quot;a&quot;&gt;단순 인력 부족은 정당한 거부 사유로 인정되기 어려운 편이에요. 다만 사업장 규모나 업무 특성에 따라 판단이 달라질 수 있는 부분도 있습니다.&lt;/p&gt;
  &lt;/div&gt;
  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;p class=&quot;q&quot;&gt;Q. 신고하면 회사에 바로 알려지나요?&lt;/p&gt;
    &lt;p class=&quot;a&quot;&gt;신고 방식과 진행 절차에 따라 차이가 있을 수 있어요. 상담 단계에서 익명으로 문의할 수 있는 방법도 안내받을 수 있습니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;!-- 광고 하단 --&gt;
  &lt;div&gt;
  &lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot;
       crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
  &lt;ins class=&quot;adsbygoogle&quot;
       style=&quot;display:block&quot;
       data-ad-client=&quot;ca-pub-8021448401658417&quot;
       data-ad-slot=&quot;4694826463&quot;
       data-ad-format=&quot;auto&quot;
       data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
  &lt;script&gt;
       (adsbygoogle = window.adsbygoogle || []).push({});
  &lt;/script&gt;
  &lt;/div&gt;

  &lt;div style=&quot;text-align:center; margin: 24px 0 8px;&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EC%8B%A0%EC%B2%AD-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;cta-btn&quot;&gt;지금 상담 신청하기&lt;/a&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;div class=&quot;related&quot;&gt;
  &lt;h3&gt;관련 정보 더 보기&lt;/h3&gt;
  &lt;div class=&quot;related-grid&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-%EC%B4%9D%EC%A0%95&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;tag&quot;&gt;신청방법&lt;/span&gt;
      &lt;span class=&quot;ttl&quot;&gt;신청서·진단서 제출 절차 보기&lt;/span&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EB%8B%A8%EC%B6%95%EA%B7%BC%EB%AC%B4-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-12%EC%A3%BC-32%EC%A3%BC-%EA%B8%B0%EC%A4%80&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;tag&quot;&gt;자격조건&lt;/span&gt;
      &lt;span class=&quot;ttl&quot;&gt;단축근무 대상기간, 나도 해당될까?&lt;/span&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EB%8B%A8%EC%B6%95%EA%B7%BC%EB%AC%B4-%EC%9E%84%EA%B8%88-%EC%97%B0%EC%B0%A8-%EC%82%AD%EA%B0%90-%EA%B8%B0%EC%A4%80&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;tag&quot;&gt;임금연차&lt;/span&gt;
      &lt;span class=&quot;ttl&quot;&gt;단축근무 중 임금·연차 처리 기준&lt;/span&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EC%8B%A0%EC%B2%AD-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;tag&quot;&gt;바로가기&lt;/span&gt;
      &lt;span class=&quot;ttl&quot;&gt;지금 내 상황 확인하러 가기&lt;/span&gt;
    &lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;footer class=&quot;site&quot;&gt;
  본 페이지는 정보 제공을 목적으로 제작되었으며 법적 효력을 갖는 유권해석의 근거가 되지 않습니다.&lt;br&gt;
  구체적인 사항은 고용노동부 또는 관할 고용센터(1350)로 문의하시기 바랍니다.&lt;br&gt;
  ⓒ 모성보호가이드. All rights reserved. · 개인정보처리방침
&lt;/footer&gt;

&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <category>소소 생활</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/109</guid>
      <comments>https://sosonursing.tistory.com/entry/%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EA%B1%B0%EB%B6%80%EB%8B%B9%ED%96%88%EB%8B%A4%EB%A9%B4-%EB%8C%80%EC%B2%98%EB%B2%95#entry109comment</comments>
      <pubDate>Mon, 22 Jun 2026 11:09:28 +0900</pubDate>
    </item>
    <item>
      <title>임산부 단축근무 자격조건 12주 32주 기준</title>
      <link>https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EB%8B%A8%EC%B6%95%EA%B7%BC%EB%AC%B4-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-12%EC%A3%BC-32%EC%A3%BC-%EA%B8%B0%EC%A4%80</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;임산부 단축근무 자격조건 12주 32주 기준&lt;/title&gt;
&lt;meta name=&quot;description&quot; content=&quot;2025년 확대된 임신기 근로시간 단축 대상기간, 12주 이내와 32주 이후 기준을 정리했습니다. 내 경우 해당되는지 확인해보세요.&quot;&gt;
&lt;meta property=&quot;og:title&quot; content=&quot;임산부 단축근무 자격조건 12주 32주 기준&quot;&gt;
&lt;meta property=&quot;og:description&quot; content=&quot;확대된 적용기간과 고위험 임신부 예외 조건까지 한번에 정리&quot;&gt;
&lt;meta property=&quot;og:image&quot; content=&quot;&quot;&gt;
&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&amp;family=Nanum+Gothic:wght@400;700;800&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;
&lt;style&gt;
  :root {
    --primary: #d32f2f;
    --primary-dark: #a01515;
    --bg: #fdf6ec;
    --text: #2b2420;
    --gray: #8a7f72;
    --light: #fbeedd;
    --border: #ecdfc9;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  body {
    font-family: 'Nanum Gothic', sans-serif;
    background: var(--bg);
    color: var(--text);
    font-size: 15px;
    line-height: 1.8;
    word-break: keep-all;
  }
  .wrap { max-width: 720px; margin: 0 auto; background: var(--bg); }

  header.site {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-bottom: 1px solid var(--border);
  }
  header.site .logo {
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 800;
    font-size: 17px;
    color: var(--text);
  }
  header.site .logo span { color: var(--primary); }
  nav.top { display: flex; gap: 14px; }
  nav.top a { font-size: 12px; color: var(--gray); text-decoration: none; }
  @media (max-width: 768px) { nav.top { display: none; } }

  .hero {
    padding: 40px 24px 32px;
    text-align: center;
    background: linear-gradient(180deg, #fbeedd 0%, var(--bg) 100%);
  }
  .hero .eyebrow {
    display: inline-block;
    background: #f3d7b8;
    color: var(--primary-dark);
    font-size: 12px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
  }
  .hero h1 {
    font-family: 'Nanum Myeongjo', serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.45;
    margin-bottom: 12px;
  }
  .hero p.sub { font-size: 14px; color: var(--gray); margin-bottom: 22px; }
  @media (max-width: 768px) { .hero h1 { font-size: 21px; } }

  .cta-btn {
    background-color: var(--primary);
    color: #ffffff;
    padding: 16px 32px;
    border: none;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    min-height: 54px;
    line-height: 1.3;
    box-shadow: 0 4px 15px rgba(211, 47, 47, 0.25);
    transition: background 0.2s ease, transform 0.1s ease;
    font-family: 'Nanum Gothic', sans-serif;
  }
  .cta-btn:hover { background-color: var(--primary-dark); transform: translateY(-1px); }
  .cta-btn:active { transform: scale(0.97); background: var(--primary-dark); }
  @media (max-width: 768px) { .cta-btn { width: 100%; text-align: center; display: block; } }

  .hashtags { padding: 0 24px 28px; text-align: center; }
  .hashtags .desc { font-size: 13px; color: var(--gray); margin-bottom: 12px; }
  .hashtag {
    display: inline-block;
    background: var(--light);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 7px 16px;
    margin: 4px;
    font-size: 13px;
    font-weight: 700;
    color: #5c4a35;
    text-decoration: none;
    transition: all 0.2s;
  }
  .hashtag:hover { background: var(--primary); color: #fff; border-color: var(--primary); }

  .ad-container {
    background: #f9f3e8;
    border: 1px dashed #e0cdab;
    text-align: center;
    padding: 10px;
    margin: 24px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 11px;
    color: #b3a48c;
  }

  .content { padding: 8px 24px 12px; }
  .content h2 {
    font-family: 'Nanum Myeongjo', serif;
    font-size: 18px;
    font-weight: 800;
    margin: 30px 0 14px;
    padding-left: 12px;
    border-left: 4px solid var(--primary);
  }
  .content p { margin-bottom: 14px; font-size: 15px; }
  .content strong { color: var(--primary-dark); font-weight: 800; }

  .info-card {
    background: #fffaf2;
    border: 1.5px solid var(--border);
    border-radius: 12px;
    padding: 4px 16px;
    margin: 16px 0;
    box-shadow: 0 1px 4px rgba(0,0,0,0.03);
  }
  .info-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 13px 0;
    border-bottom: 1px solid var(--border);
  }
  .info-row:last-child { border-bottom: none; }
  .info-label {
    font-size: 12px;
    font-weight: 700;
    color: var(--gray);
    min-width: 76px;
    padding-top: 2px;
    flex-shrink: 0;
  }
  .info-value { font-size: 14px; font-weight: 500; flex: 1; }
  .info-value strong { display: block; color: var(--primary-dark); margin-bottom: 2px; }
  .info-value small { display: block; font-size: 12px; color: var(--gray); margin-top: 2px; font-weight: 400; }

  .amount-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 16px 0;
  }
  @media (max-width: 480px) {
    .amount-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  }
  .amount-card {
    background: #fffaf2;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 16px 8px;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0,0,0,0.03);
  }
  .amount-card .type { font-size: 11px; color: var(--gray); font-weight: 700; margin-bottom: 8px; }
  .amount-card .amount { font-size: 18px; font-weight: 800; color: var(--primary-dark); line-height: 1.2; }
  .amount-card .unit { font-size: 11px; color: var(--gray); margin-top: 4px; }

  .bridge-box {
    background: linear-gradient(135deg, #f3d7b8, #ecc491);
    border: 2px solid #d9a35a;
    border-radius: 12px;
    padding: 18px;
    text-align: center;
    font-weight: 800;
    font-size: 15px;
    color: #6b4a1f;
    margin: 22px 0;
    line-height: 1.7;
  }

  .mid-cta { text-align: center; padding: 8px 0 4px; }

  .faq-item {
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 10px;
    background: #fffaf2;
  }
  .faq-item p.q { font-weight: 800; margin-bottom: 6px; font-size: 14.5px; }
  .faq-item p.a { font-size: 14px; color: #5c4a35; margin-bottom: 0; }

  .related { padding: 28px 24px 8px; border-top: 1px solid var(--border); margin-top: 20px; }
  .related h3 { font-family: 'Nanum Myeongjo', serif; font-size: 16px; font-weight: 800; margin-bottom: 14px; }
  .related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .related-card {
    display: block;
    background: var(--light);
    border-radius: 10px;
    padding: 14px;
    text-decoration: none;
    color: var(--text);
  }
  .related-card .tag { font-size: 11px; color: var(--primary-dark); font-weight: 800; margin-bottom: 6px; display: block; }
  .related-card .ttl { font-size: 13.5px; font-weight: 700; line-height: 1.5; }

  footer.site {
    background: #2b2420;
    color: #b3a48c;
    font-size: 11px;
    text-align: center;
    padding: 24px 20px;
    line-height: 2;
    margin-top: 24px;
  }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;wrap&quot;&gt;

&lt;header class=&quot;site&quot;&gt;
  &lt;div class=&quot;logo&quot;&gt;모성보호&lt;span&gt;가이드&lt;/span&gt;&lt;/div&gt;
  &lt;nav class=&quot;top&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-%EC%B4%9D%EC%A0%95&quot;&gt;신청방법&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EB%8B%A8%EC%B6%95%EA%B7%BC%EB%AC%B4-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-12%EC%A3%BC-32%EC%A3%BC-%EA%B8%B0%EC%A4%80&quot;&gt;자격조건&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EA%B1%B0%EB%B6%80%EB%8B%B9%ED%96%88%EB%8B%A4%EB%A9%B4-%EB%8C%80%EC%B2%98%EB%B2%95&quot;&gt;과태료대응&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EB%8B%A8%EC%B6%95%EA%B7%BC%EB%AC%B4-%EC%9E%84%EA%B8%88-%EC%97%B0%EC%B0%A8-%EC%82%AD%EA%B0%90-%EA%B8%B0%EC%A4%80&quot;&gt;임금연차&lt;/a&gt;
  &lt;/nav&gt;
&lt;/header&gt;

&lt;div class=&quot;hero&quot;&gt;
  &lt;span class=&quot;eyebrow&quot;&gt;2025년 2월 확대 시행&lt;/span&gt;
  &lt;h1&gt;&quot;나는 해당 안 되겠지&quot;&lt;br&gt;생각하고 넘기셨다면&lt;br&gt;다시 한번 확인해보세요&lt;/h1&gt;
  &lt;p class=&quot;sub&quot;&gt;12주·32주 기준이 헷갈려서 신청 시기를 놓치는 분들이 많아요&lt;/p&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EC%8B%A0%EC%B2%AD-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;cta-btn&quot;&gt;내 자격조건 확인하기&lt;/a&gt;
&lt;/div&gt;

&lt;div class=&quot;hashtags&quot;&gt;
  &lt;p class=&quot;desc&quot;&gt;#임신12주이내 #32주이후 #고위험임신부&lt;/p&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-%EC%B4%9D%EC%A0%95&quot; class=&quot;hashtag&quot;&gt;#신청방법보기&lt;/a&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EB%8B%A8%EC%B6%95%EA%B7%BC%EB%AC%B4-%EC%9E%84%EA%B8%88-%EC%97%B0%EC%B0%A8-%EC%82%AD%EA%B0%90-%EA%B8%B0%EC%A4%80&quot; class=&quot;hashtag&quot;&gt;#임금연차궁금&lt;/a&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EC%8B%A0%EC%B2%AD-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;hashtag&quot;&gt;#지금확인하기&lt;/a&gt;
&lt;/div&gt;

&lt;!-- 광고 상단 --&gt;
&lt;div&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot;
     crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot;
     style=&quot;display:block&quot;
     data-ad-client=&quot;ca-pub-8021448401658417&quot;
     data-ad-slot=&quot;4694826463&quot;
     data-ad-format=&quot;auto&quot;
     data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;content&quot;&gt;

  &lt;p&gt;임신기 근로시간 단축, 들어는 봤는데 정확히 내가 지금 신청할 수 있는 시기인지 헷갈리는 분들 정말 많으세요. 특히 &quot;12주 이내&quot;와 &quot;32주 이후&quot;라는 표현 때문에 중간 기간엔 아예 해당이 안 되는 건가 싶어서 그냥 포기하시는 경우도 있더라고요.&lt;/p&gt;

  &lt;h2&gt;자격조건, 생각보다 넓게 적용돼요&lt;/h2&gt;
  &lt;p&gt;2025년 2월 23일부터 적용 대상이 확대되면서 &lt;strong&gt;더 많은 임산부가 혜택을 받을 수 있게 됐습니다.&lt;/strong&gt; 기존에는 36주 이후부터 가능했지만, 조산 위험을 줄이기 위해 기준이 앞당겨졌어요.&lt;/p&gt;

  &lt;div class=&quot;info-card&quot;&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;일반 대상&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;임신 12주 이내 또는 32주 이후&lt;/strong&gt;&lt;small&gt;2025.2.23 시행, 기존 36주 → 32주로 확대&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;고위험 대상&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;임신 전(全) 기간 가능&lt;/strong&gt;&lt;small&gt;유산·조산 등 위험 진단 시, 의사 진단서 필요&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;고용형태&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;제한 없음&lt;/strong&gt;&lt;small&gt;계약직·파견직·단시간 근로자 모두 신청 가능&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;사용횟수&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;제한 없음&lt;/strong&gt;&lt;small&gt;12주 이내 사용 후 32주 이후 재사용 가능&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;p&gt;여기서 많은 분들이 헷갈리는 부분이 있어요. &lt;strong&gt;중간 기간(13주~31주)에는 일반적으로 해당되지 않는다는 점&lt;/strong&gt;인데요, 다만 본인이 유산·조산 위험군에 속하는지는 의사 소견에 따라 달라질 수 있어서 단순히 주수만 보고 미리 포기하기엔 아쉬운 경우가 있습니다.&lt;/p&gt;

  &lt;!-- 광고 중간 --&gt;
  &lt;div&gt;
  &lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot;
       crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
  &lt;ins class=&quot;adsbygoogle&quot;
       style=&quot;display:block&quot;
       data-ad-client=&quot;ca-pub-8021448401658417&quot;
       data-ad-slot=&quot;4694826463&quot;
       data-ad-format=&quot;auto&quot;
       data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
  &lt;script&gt;
       (adsbygoogle = window.adsbygoogle || []).push({});
  &lt;/script&gt;
  &lt;/div&gt;

  &lt;h2&gt;단축 가능 시간도 근로시간에 따라 달라요&lt;/h2&gt;
  &lt;p&gt;하루 8시간 근무자는 최대 2시간까지 줄일 수 있지만, &lt;strong&gt;이미 8시간 미만으로 일하는 분들은 계산법이 조금 달라집니다.&lt;/strong&gt; 6시간이 되는 선까지만 단축이 허용되거든요.&lt;/p&gt;

  &lt;div class=&quot;amount-grid&quot;&gt;
    &lt;div class=&quot;amount-card&quot;&gt;
      &lt;p class=&quot;type&quot;&gt;8시간 근무&lt;/p&gt;
      &lt;p class=&quot;amount&quot;&gt;최대 2시간&lt;/p&gt;
      &lt;p class=&quot;unit&quot;&gt;단축 가능&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;amount-card&quot;&gt;
      &lt;p class=&quot;type&quot;&gt;7시간 근무&lt;/p&gt;
      &lt;p class=&quot;amount&quot;&gt;최대 1시간&lt;/p&gt;
      &lt;p class=&quot;unit&quot;&gt;단축 가능&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;amount-card&quot;&gt;
      &lt;p class=&quot;type&quot;&gt;6시간 이하&lt;/p&gt;
      &lt;p class=&quot;amount&quot;&gt;단축 불가&lt;/p&gt;
      &lt;p class=&quot;unit&quot;&gt;대상 제외&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;p&gt;그런데 출산예정일을 기준으로 &quot;정확히 몇 주차부터 몇 주차까지&quot;를 직접 계산하려면 생각보다 헷갈려요. 휴일을 포함해서 계산해야 하는지, 출산이 예정보다 빨라지거나 늦어지면 어떻게 되는지까지 고려하면 더더욱 그렇습니다.&lt;/p&gt;

  &lt;div class=&quot;bridge-box&quot;&gt;
    내 출산예정일 기준으로 정확한 신청 가능 구간이&lt;br&gt;
    &lt;span style=&quot;font-size:13px; font-weight:500;&quot;&gt;언제부터 언제까지인지, 직접 계산하지 말고 바로 확인해보세요.&lt;/span&gt;
  &lt;/div&gt;

  &lt;div class=&quot;mid-cta&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EC%8B%A0%EC%B2%AD-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;cta-btn&quot;&gt;내 단축 가능 기간 계산하기&lt;/a&gt;
  &lt;/div&gt;

  &lt;h2&gt;자주 묻는 질문&lt;/h2&gt;
  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;p class=&quot;q&quot;&gt;Q. 12주를 이미 지났는데 못 쓰는 건가요?&lt;/p&gt;
    &lt;p class=&quot;a&quot;&gt;12주 이내 구간을 놓치셨더라도 32주 이후에 다시 신청할 수 있어요. 두 구간을 나눠 쓰는 것도 가능합니다.&lt;/p&gt;
  &lt;/div&gt;
  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;p class=&quot;q&quot;&gt;Q. 회사에 입사한 지 얼마 안 됐는데도 신청 가능한가요?&lt;/p&gt;
    &lt;p class=&quot;a&quot;&gt;근속기간과 무관하게 신청할 수 있는 제도예요. 다만 일부 세부 조건은 사업장 상황에 따라 확인이 필요할 수 있습니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;!-- 광고 하단 --&gt;
  &lt;div&gt;
  &lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot;
       crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
  &lt;ins class=&quot;adsbygoogle&quot;
       style=&quot;display:block&quot;
       data-ad-client=&quot;ca-pub-8021448401658417&quot;
       data-ad-slot=&quot;4694826463&quot;
       data-ad-format=&quot;auto&quot;
       data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
  &lt;script&gt;
       (adsbygoogle = window.adsbygoogle || []).push({});
  &lt;/script&gt;
  &lt;/div&gt;

  &lt;div style=&quot;text-align:center; margin: 24px 0 8px;&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EC%8B%A0%EC%B2%AD-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;cta-btn&quot;&gt;자격조건 바로 확인하기&lt;/a&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;div class=&quot;related&quot;&gt;
  &lt;h3&gt;관련 정보 더 보기&lt;/h3&gt;
  &lt;div class=&quot;related-grid&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-%EC%B4%9D%EC%A0%95&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;tag&quot;&gt;신청방법&lt;/span&gt;
      &lt;span class=&quot;ttl&quot;&gt;신청서·진단서 제출 절차 보기&lt;/span&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EA%B1%B0%EB%B6%80%EB%8B%B9%ED%96%88%EB%8B%A4%EB%A9%B4-%EB%8C%80%EC%B2%98%EB%B2%95&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;tag&quot;&gt;과태료대응&lt;/span&gt;
      &lt;span class=&quot;ttl&quot;&gt;회사가 거부했다면 꼭 봐야 할 내용&lt;/span&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EB%8B%A8%EC%B6%95%EA%B7%BC%EB%AC%B4-%EC%9E%84%EA%B8%88-%EC%97%B0%EC%B0%A8-%EC%82%AD%EA%B0%90-%EA%B8%B0%EC%A4%80&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;tag&quot;&gt;임금연차&lt;/span&gt;
      &lt;span class=&quot;ttl&quot;&gt;단축근무 중 임금·연차 처리 기준&lt;/span&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EC%8B%A0%EC%B2%AD-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;tag&quot;&gt;바로가기&lt;/span&gt;
      &lt;span class=&quot;ttl&quot;&gt;지금 내 상황 확인하러 가기&lt;/span&gt;
    &lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;footer class=&quot;site&quot;&gt;
  본 페이지는 정보 제공을 목적으로 제작되었으며 법적 효력을 갖는 유권해석의 근거가 되지 않습니다.&lt;br&gt;
  구체적인 사항은 고용노동부 또는 관할 고용센터(1350)로 문의하시기 바랍니다.&lt;br&gt;
  ⓒ 모성보호가이드. All rights reserved. · 개인정보처리방침
&lt;/footer&gt;

&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <category>소소 생활</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/108</guid>
      <comments>https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EB%8B%A8%EC%B6%95%EA%B7%BC%EB%AC%B4-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-12%EC%A3%BC-32%EC%A3%BC-%EA%B8%B0%EC%A4%80#entry108comment</comments>
      <pubDate>Mon, 22 Jun 2026 11:08:52 +0900</pubDate>
    </item>
    <item>
      <title>임산부 근로시간 단축 신청방법 총정</title>
      <link>https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-%EC%B4%9D%EC%A0%95</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;임산부 근로시간 단축 신청방법 총정리&lt;/title&gt;
&lt;meta name=&quot;description&quot; content=&quot;임신 12주 32주 기준 임산부 근로시간 단축 신청서 작성법과 제출 절차를 정리했습니다. 신청 가능 여부를 지금 확인해보세요.&quot;&gt;
&lt;meta property=&quot;og:title&quot; content=&quot;임산부 근로시간 단축 신청방법 총정리&quot;&gt;
&lt;meta property=&quot;og:description&quot; content=&quot;신청서부터 진단서 제출까지, 임신기 근로시간 단축 절차 한눈에 정리&quot;&gt;
&lt;meta property=&quot;og:image&quot; content=&quot;&quot;&gt;
&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@500;700;900&amp;family=Noto+Sans+KR:wght@400;500;700&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;
&lt;style&gt;
  :root {
    --primary: #e63946;
    --primary-dark: #c1121f;
    --bg: #ffffff;
    --text: #1a1a1a;
    --gray: #6b7280;
    --light: #f7f7f7;
    --border: #e5e7eb;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  body {
    font-family: 'Noto Sans KR', sans-serif;
    background: var(--bg);
    color: var(--text);
    font-size: 15px;
    line-height: 1.8;
    word-break: keep-all;
  }
  .wrap { max-width: 720px; margin: 0 auto; background: #fff; }

  header.site {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-bottom: 1px solid var(--border);
  }
  header.site .logo {
    font-family: 'Noto Serif KR', serif;
    font-weight: 900;
    font-size: 17px;
    color: var(--text);
  }
  header.site .logo span { color: var(--primary); }
  nav.top { display: flex; gap: 14px; }
  nav.top a {
    font-size: 12px;
    color: var(--gray);
    text-decoration: none;
  }
  @media (max-width: 768px) {
    nav.top { display: none; }
  }

  .hero {
    padding: 40px 24px 32px;
    text-align: center;
    background: linear-gradient(180deg, #fff5f5 0%, #ffffff 100%);
  }
  .hero .eyebrow {
    display: inline-block;
    background: #ffe0e3;
    color: var(--primary-dark);
    font-size: 12px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
  }
  .hero h1 {
    font-family: 'Noto Serif KR', serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.45;
    margin-bottom: 12px;
  }
  .hero p.sub {
    font-size: 14px;
    color: var(--gray);
    margin-bottom: 22px;
  }
  @media (max-width: 768px) {
    .hero h1 { font-size: 21px; }
  }

  .cta-btn {
    background-color: var(--primary);
    color: #ffffff;
    padding: 16px 32px;
    border: none;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    min-height: 54px;
    line-height: 1.3;
    box-shadow: 0 4px 15px rgba(230, 57, 70, 0.25);
    transition: background 0.2s ease, transform 0.1s ease;
  }
  .cta-btn:hover { background-color: var(--primary-dark); transform: translateY(-1px); }
  .cta-btn:active { transform: scale(0.97); background: var(--primary-dark); }
  @media (max-width: 768px) {
    .cta-btn { width: 100%; text-align: center; display: block; }
  }

  .hashtags { padding: 0 24px 28px; text-align: center; }
  .hashtags .desc {
    font-size: 13px;
    color: var(--gray);
    margin-bottom: 12px;
  }
  .hashtag {
    display: inline-block;
    background: var(--light);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 7px 16px;
    margin: 4px;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    transition: all 0.2s;
  }
  .hashtag:hover { background: var(--primary); color: #fff; border-color: var(--primary); }

  .ad-container {
    background: #f9f9f9;
    border: 1px dashed #ddd;
    text-align: center;
    padding: 10px;
    margin: 24px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 11px;
    color: #aaa;
  }

  .content { padding: 8px 24px 12px; }
  .content h2 {
    font-size: 18px;
    font-weight: 900;
    margin: 30px 0 14px;
    padding-left: 12px;
    border-left: 4px solid var(--primary);
  }
  .content p { margin-bottom: 14px; font-size: 15px; }
  .content strong { color: var(--primary-dark); font-weight: 700; }

  .info-card {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 12px;
    padding: 4px 16px;
    margin: 16px 0;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  }
  .info-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 13px 0;
    border-bottom: 1px solid var(--border);
  }
  .info-row:last-child { border-bottom: none; }
  .info-label {
    font-size: 12px;
    font-weight: 700;
    color: var(--gray);
    min-width: 76px;
    padding-top: 2px;
    flex-shrink: 0;
  }
  .info-value { font-size: 14px; font-weight: 500; flex: 1; }
  .info-value strong { display: block; color: var(--primary-dark); margin-bottom: 2px; }
  .info-value small { display: block; font-size: 12px; color: var(--gray); margin-top: 2px; font-weight: 400; }

  .step-wrap { display: flex; flex-direction: column; gap: 10px; margin: 16px 0; }
  .step-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: var(--light);
    border-radius: 10px;
    padding: 14px;
  }
  @media (max-width: 768px) {
    .step-item { flex-direction: column; }
  }
  .step-num {
    min-width: 28px;
    height: 28px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .step-text strong { display: block; font-weight: 700; margin-bottom: 3px; font-size: 14.5px; }
  .step-text { font-size: 14px; }

  .bridge-box {
    background: linear-gradient(135deg, #fff3cd, #ffeaa7);
    border: 2px solid #ffc107;
    border-radius: 12px;
    padding: 18px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: #92400e;
    margin: 22px 0;
    line-height: 1.7;
  }

  .mid-cta { text-align: center; padding: 8px 0 4px; }

  .faq-item {
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 10px;
  }
  .faq-item p.q { font-weight: 700; margin-bottom: 6px; font-size: 14.5px; }
  .faq-item p.a { font-size: 14px; color: #444; margin-bottom: 0; }

  .related {
    padding: 28px 24px 8px;
    border-top: 1px solid var(--border);
    margin-top: 20px;
  }
  .related h3 { font-size: 16px; font-weight: 900; margin-bottom: 14px; }
  .related-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .related-card {
    display: block;
    background: var(--light);
    border-radius: 10px;
    padding: 14px;
    text-decoration: none;
    color: var(--text);
  }
  .related-card .tag { font-size: 11px; color: var(--primary-dark); font-weight: 700; margin-bottom: 6px; display: block; }
  .related-card .ttl { font-size: 13.5px; font-weight: 700; line-height: 1.5; }

  footer.site {
    background: #1a1a1a;
    color: #9ca3af;
    font-size: 11px;
    text-align: center;
    padding: 24px 20px;
    line-height: 2;
    margin-top: 24px;
  }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;wrap&quot;&gt;

&lt;header class=&quot;site&quot;&gt;
  &lt;div class=&quot;logo&quot;&gt;모성보호&lt;span&gt;가이드&lt;/span&gt;&lt;/div&gt;
  &lt;nav class=&quot;top&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-%EC%B4%9D%EC%A0%95&quot;&gt;신청방법&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EB%8B%A8%EC%B6%95%EA%B7%BC%EB%AC%B4-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-12%EC%A3%BC-32%EC%A3%BC-%EA%B8%B0%EC%A4%80&quot;&gt;자격조건&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EA%B1%B0%EB%B6%80%EB%8B%B9%ED%96%88%EB%8B%A4%EB%A9%B4-%EB%8C%80%EC%B2%98%EB%B2%95&quot;&gt;과태료대응&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EB%8B%A8%EC%B6%95%EA%B7%BC%EB%AC%B4-%EC%9E%84%EA%B8%88-%EC%97%B0%EC%B0%A8-%EC%82%AD%EA%B0%90-%EA%B8%B0%EC%A4%80&quot;&gt;임금연차&lt;/a&gt;
  &lt;/nav&gt;
&lt;/header&gt;

&lt;div class=&quot;hero&quot;&gt;
  &lt;span class=&quot;eyebrow&quot;&gt;2026년 기준 최신 정보&lt;/span&gt;
  &lt;h1&gt;임신 중인데, 단축근무&lt;br&gt;어떻게 신청해야 할지&lt;br&gt;막막하신가요?&lt;/h1&gt;
  &lt;p class=&quot;sub&quot;&gt;신청서 양식부터 제출 시기까지, 놓치기 쉬운 부분을 정리했어요&lt;/p&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EC%8B%A0%EC%B2%AD-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;cta-btn&quot;&gt;신청방법 빠르게 확인&lt;/a&gt;
&lt;/div&gt;

&lt;div class=&quot;hashtags&quot;&gt;
  &lt;p class=&quot;desc&quot;&gt;#임신기근로시간단축 #신청서작성 #진단서제출&lt;/p&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EB%8B%A8%EC%B6%95%EA%B7%BC%EB%AC%B4-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-12%EC%A3%BC-32%EC%A3%BC-%EA%B8%B0%EC%A4%80&quot; class=&quot;hashtag&quot;&gt;#임신기근로시간단축&lt;/a&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EA%B1%B0%EB%B6%80%EB%8B%B9%ED%96%88%EB%8B%A4%EB%A9%B4-%EB%8C%80%EC%B2%98%EB%B2%95&quot; class=&quot;hashtag&quot;&gt;#거부당했다면&lt;/a&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EC%8B%A0%EC%B2%AD-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;hashtag&quot;&gt;#지금신청하기&lt;/a&gt;
&lt;/div&gt;

&lt;!-- 광고 상단 --&gt;
&lt;div&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot;
     crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot;
     style=&quot;display:block&quot;
     data-ad-client=&quot;ca-pub-8021448401658417&quot;
     data-ad-slot=&quot;4694826463&quot;
     data-ad-format=&quot;auto&quot;
     data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;content&quot;&gt;

  &lt;p&gt;임신 중에 회사 다니는 게 보통 일이 아니죠. 입덧, 컨디션 난조에 출퇴근 시간까지 버텨내야 하니까요. 그런데 이걸 법적으로 줄일 수 있는 제도가 있다는 걸 모르고 그냥 참고 다니는 분들이 정말 많아요. 저도 주변에서 한참 지나서야 알게 됐다는 분을 많이 봤습니다.&lt;/p&gt;

  &lt;h2&gt;임신기 근로시간 단축이란&lt;/h2&gt;
  &lt;p&gt;임신 중인 여성 근로자가 신청하면 사용자가 반드시 허용해야 하는 제도예요. &lt;strong&gt;하루 최대 2시간까지 근로시간을 줄일 수 있고&lt;/strong&gt;, 이를 이유로 임금을 깎을 수도 없습니다. 2025년 2월 23일부터 적용 대상 기간이 확대되면서 더 많은 임산부가 활용할 수 있게 됐어요.&lt;/p&gt;

  &lt;div class=&quot;info-card&quot;&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;대상기간&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;임신 12주 이내 또는 32주 이후&lt;/strong&gt;&lt;small&gt;고위험 임신부는 의사 진단 시 전 기간 가능&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;단축시간&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;1일 최대 2시간&lt;/strong&gt;&lt;small&gt;8시간 미만 근로자는 6시간까지 단축 가능&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;제출시기&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;단축 시작 3일 전까지&lt;/strong&gt;&lt;small&gt;신청서 + 의사 진단서 첨부&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;h2&gt;신청 절차, 이렇게 진행돼요&lt;/h2&gt;
  &lt;p&gt;신청 자체는 어렵지 않은데, &lt;strong&gt;서류 빠뜨리면 처리가 늦어지는 경우&lt;/strong&gt;가 꽤 있어요. 큰 흐름은 아래와 같습니다.&lt;/p&gt;

  &lt;div class=&quot;step-wrap&quot;&gt;
    &lt;div class=&quot;step-item&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;1&lt;/div&gt;
      &lt;div class=&quot;step-text&quot;&gt;
        &lt;strong&gt;신청서 작성&lt;/strong&gt;
        임신기간, 단축 개시·종료 예정일, 근무 시작·종료 시각을 기재합니다.
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;step-item&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;2&lt;/div&gt;
      &lt;div class=&quot;step-text&quot;&gt;
        &lt;strong&gt;진단서 첨부&lt;/strong&gt;
        임신 주수 확인용 의사 진단서를 함께 제출해요. 동일 임신에 대해 재신청 시에는 생략 가능합니다.
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;step-item&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;3&lt;/div&gt;
      &lt;div class=&quot;step-text&quot;&gt;
        &lt;strong&gt;사업주 제출&lt;/strong&gt;
        단축 개시 예정일 3일 전까지 제출하면 됩니다. 전자문서도 인정돼요.
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;p&gt;여기서 한 가지, &lt;strong&gt;법정 지정 양식은 따로 없다&lt;/strong&gt;는 점도 알아두시면 좋아요. 회사에 별도 양식이 없다면 필요한 항목만 갖춰서 작성하면 되는데, 어떤 항목을 빠뜨리면 반려되기 쉬운지는 의외로 챙기기 까다로운 부분이에요.&lt;/p&gt;

  &lt;!-- 광고 중간 --&gt;
  &lt;div&gt;
  &lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot;
       crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
  &lt;ins class=&quot;adsbygoogle&quot;
       style=&quot;display:block&quot;
       data-ad-client=&quot;ca-pub-8021448401658417&quot;
       data-ad-slot=&quot;4694826463&quot;
       data-ad-format=&quot;auto&quot;
       data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
  &lt;script&gt;
       (adsbygoogle = window.adsbygoogle || []).push({});
  &lt;/script&gt;
  &lt;/div&gt;

  &lt;h2&gt;근무시간은 어떤 방식으로 줄일 수 있나요&lt;/h2&gt;
  &lt;p&gt;출근을 1시간 늦추고 퇴근을 1시간 당기는 방식, 출근만 2시간 늦추는 방식, 퇴근만 2시간 당기는 방식 모두 가능해요. &lt;strong&gt;가장 중요한 건&lt;/strong&gt; 내 출산예정일 기준으로 정확히 언제부터 언제까지 신청 가능한지인데, 이 계산이 생각보다 복잡합니다. 12주 이내 구간과 32주 이후 구간을 나눠 사용할 수도 있고, 사용 횟수에 제한도 없거든요.&lt;/p&gt;

  &lt;div class=&quot;bridge-box&quot;&gt;
    내 출산예정일 기준 정확한 신청 가능 기간,&lt;br&gt;
    &lt;span style=&quot;font-size:13px; font-weight:500;&quot;&gt;직접 계산하면 헷갈리기 쉬워요. 아래에서 빠르게 확인해보세요.&lt;/span&gt;
  &lt;/div&gt;

  &lt;div class=&quot;mid-cta&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EC%8B%A0%EC%B2%AD-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;cta-btn&quot;&gt;내 신청 가능 기간 확인하기&lt;/a&gt;
  &lt;/div&gt;

  &lt;h2&gt;자주 묻는 질문&lt;/h2&gt;
  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;p class=&quot;q&quot;&gt;Q. 회사가 거부하면 어떻게 되나요?&lt;/p&gt;
    &lt;p class=&quot;a&quot;&gt;신청을 허용하지 않은 사업주에게는 과태료가 부과됩니다. 구체적인 금액과 대응 방법은 따로 정리해두었어요.&lt;/p&gt;
  &lt;/div&gt;
  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;p class=&quot;q&quot;&gt;Q. 계약직이나 파견직도 신청할 수 있나요?&lt;/p&gt;
    &lt;p class=&quot;a&quot;&gt;고용 형태와 관계없이 신청 가능합니다. 다만 근속기간에 따라 챙겨야 할 부분이 조금씩 달라질 수 있어요.&lt;/p&gt;
  &lt;/div&gt;
  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;p class=&quot;q&quot;&gt;Q. 단축근무 중에도 연차는 그대로 나오나요?&lt;/p&gt;
    &lt;p class=&quot;a&quot;&gt;단축 기간도 출근한 것으로 간주되는 부분이 있어 연차에 큰 영향은 없는 편이에요. 정확한 산정 방식은 사례별로 차이가 있습니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;!-- 광고 하단 --&gt;
  &lt;div&gt;
  &lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot;
       crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
  &lt;ins class=&quot;adsbygoogle&quot;
       style=&quot;display:block&quot;
       data-ad-client=&quot;ca-pub-8021448401658417&quot;
       data-ad-slot=&quot;4694826463&quot;
       data-ad-format=&quot;auto&quot;
       data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
  &lt;script&gt;
       (adsbygoogle = window.adsbygoogle || []).push({});
  &lt;/script&gt;
  &lt;/div&gt;

  &lt;div style=&quot;text-align:center; margin: 24px 0 8px;&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EC%8B%A0%EC%B2%AD-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;cta-btn&quot;&gt;신청서 작성 바로 시작하기&lt;/a&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;div class=&quot;related&quot;&gt;
  &lt;h3&gt;관련 정보 더 보기&lt;/h3&gt;
  &lt;div class=&quot;related-grid&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EB%8B%A8%EC%B6%95%EA%B7%BC%EB%AC%B4-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-12%EC%A3%BC-32%EC%A3%BC-%EA%B8%B0%EC%A4%80&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;tag&quot;&gt;자격조건&lt;/span&gt;
      &lt;span class=&quot;ttl&quot;&gt;단축근무 대상기간, 나도 해당될까?&lt;/span&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EA%B1%B0%EB%B6%80%EB%8B%B9%ED%96%88%EB%8B%A4%EB%A9%B4-%EB%8C%80%EC%B2%98%EB%B2%95&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;tag&quot;&gt;과태료대응&lt;/span&gt;
      &lt;span class=&quot;ttl&quot;&gt;회사가 거부했다면 꼭 봐야 할 내용&lt;/span&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EB%8B%A8%EC%B6%95%EA%B7%BC%EB%AC%B4-%EC%9E%84%EA%B8%88-%EC%97%B0%EC%B0%A8-%EC%82%AD%EA%B0%90-%EA%B8%B0%EC%A4%80&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;tag&quot;&gt;임금연차&lt;/span&gt;
      &lt;span class=&quot;ttl&quot;&gt;단축근무 중 임금·연차 처리 기준&lt;/span&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EC%8B%A0%EC%B2%AD-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;tag&quot;&gt;바로가기&lt;/span&gt;
      &lt;span class=&quot;ttl&quot;&gt;지금 내 상황 확인하러 가기&lt;/span&gt;
    &lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;footer class=&quot;site&quot;&gt;
  본 페이지는 정보 제공을 목적으로 제작되었으며 법적 효력을 갖는 유권해석의 근거가 되지 않습니다.&lt;br&gt;
  구체적인 사항은 고용노동부 또는 관할 고용센터(1350)로 문의하시기 바랍니다.&lt;br&gt;
  ⓒ 모성보호가이드. All rights reserved. · 개인정보처리방침
&lt;/footer&gt;

&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <category>소소 생활</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/107</guid>
      <comments>https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EA%B7%BC%EB%A1%9C%EC%8B%9C%EA%B0%84-%EB%8B%A8%EC%B6%95-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-%EC%B4%9D%EC%A0%95#entry107comment</comments>
      <pubDate>Mon, 22 Jun 2026 11:08:11 +0900</pubDate>
    </item>
    <item>
      <title>임영웅 고양 콘서트 정보 안내 - IM HERO THE STADIUM 2</title>
      <link>https://sosonursing.tistory.com/entry/%EC%9E%84%EC%98%81%EC%9B%85-%EA%B3%A0%EC%96%91-%EC%BD%98%EC%84%9C%ED%8A%B8-%EC%A0%95%EB%B3%B4-%EC%95%88%EB%82%B4-IM-HERO-THE-STADIUM-2</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;임영웅 고양 콘서트 정보 안내 - IM HERO THE STADIUM 2&lt;/title&gt;
&lt;style&gt;
  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&amp;display=swap');

  :root {
    --red: #e63946;
    --red-dark: #c1121f;
    --bg: #fafaf8;
    --text: #1a1a1a;
    --gray: #6b7280;
    --light-gray: #f3f4f6;
    --border: #e5e7eb;
    --box-bg: #ffffff;
  }

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

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

  .wrap {
    max-width: 720px;
    margin: 0 auto;
    background: var(--box-bg);
    min-height: 100vh;
  }

  .inner { padding: 0 24px; }

  @media (max-width: 480px) {
    .inner { padding: 0 16px; }
    body { font-size: 14px; }
  }

  .header1 {
    background: linear-gradient(135deg, #e63946 0%, #c1121f 100%);
    color: #fff;
    padding: 36px 24px 30px;
    text-align: center;
  }

  @media (max-width: 480px) {
    .header1 { padding: 28px 16px 24px; }
  }

  .header1 .badge {
    display: inline-block;
    background: rgba(255,255,255,0.22);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
  }

  .header1 h1 {
    font-size: 23px;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 10px;
    word-break: keep-all;
  }

  @media (max-width: 480px) {
    .header1 h1 { font-size: 20px; }
  }

  .header1 .sub {
    font-size: 13px;
    opacity: 0.88;
    letter-spacing: 0.3px;
  }

  .section { padding: 28px 24px; }

  @media (max-width: 480px) {
    .section { padding: 22px 16px; }
  }

  .section + .section { padding-top: 0; }

  .item-title {
    display: block;
    font-size: 17px;
    font-weight: 900;
    color: var(--text);
    margin-bottom: 12px;
    padding-left: 12px;
    border-left: 4px solid var(--red);
  }

  hr.divider {
    border: none;
    border-top: 1px solid var(--border);
    margin: 24px 0;
  }

  .info-card {
    background: var(--box-bg);
    border: 1.5px solid var(--border);
    border-radius: 12px;
    padding: 0 16px;
    margin-bottom: 14px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    overflow: hidden;
  }

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

  .info-row:last-child { border-bottom: none; }

  .info-label {
    font-size: 12px;
    font-weight: 700;
    color: var(--gray);
    min-width: 76px;
    padding-top: 2px;
    flex-shrink: 0;
  }

  .info-value {
    font-size: 14.5px;
    font-weight: 500;
    color: var(--text);
    flex: 1;
    word-break: keep-all;
  }

  .info-value strong { color: var(--red); font-weight: 700; }

  .info-value small {
    display: block;
    font-size: 12.5px;
    color: var(--gray);
    margin-top: 3px;
  }

  .notice-box {
    background: #f9fafb;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 16px 18px;
    margin-top: 6px;
  }

  .notice-box p {
    font-size: 13.5px;
    color: var(--gray);
    padding-left: 14px;
    position: relative;
    margin-bottom: 8px;
    word-break: keep-all;
    line-height: 1.65;
  }

  .notice-box p:last-child { margin-bottom: 0; }

  .notice-box p::before {
    content: '·';
    position: absolute;
    left: 4px;
  }

  .warn-banner {
    background: #fff1f2;
    border: 1.5px solid #fecdd3;
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 14px;
    font-size: 14px;
    word-break: keep-all;
  }

  .warn-banner strong { color: var(--red-dark); }

  .btn-wrap { padding: 6px 0 8px; }

  .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    width: 100%;
    padding: 15px 20px;
    border-radius: 10px;
    background: var(--red);
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(230, 57, 70, 0.25);
    transition: background 0.2s ease, transform 0.1s ease;
  }

  .btn:hover { background: var(--red-dark); transform: translateY(-1px); }
  .btn:active { transform: scale(0.97); }

  .btn-secondary {
    background: #ffffff;
    color: var(--red-dark) !important;
    border: 1.5px solid var(--red);
    box-shadow: none;
  }
  .btn-secondary:hover { background: #fff5f5; }

  .step-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 6px;
  }

  .step-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: var(--light-gray);
    border-radius: 10px;
    padding: 14px;
  }

  .step-num {
    min-width: 28px;
    height: 28px;
    background: var(--red);
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
  }

  .step-text { font-size: 14px; line-height: 1.65; word-break: keep-all; }
  .step-text strong { display: block; font-weight: 700; margin-bottom: 2px; }

  .map-embed {
    border-radius: 12px;
    overflow: hidden;
    border: 1.5px solid var(--border);
    margin-bottom: 8px;
  }

  .source-note {
    font-size: 12px;
    color: var(--gray);
    margin-top: 8px;
  }

  .footer {
    background: #1a1a1a;
    color: #9ca3af;
    font-size: 11.5px;
    text-align: center;
    padding: 24px 20px;
    line-height: 1.9;
  }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;wrap&quot;&gt;

&lt;div class=&quot;header1&quot;&gt;
  &lt;p class=&quot;badge&quot;&gt;IM HERO - THE STADIUM 2 IN GOYANG&lt;/p&gt;
  &lt;h1&gt;임영웅 고양 콘서트&lt;br&gt;일정·장소·예매 정보 정리&lt;/h1&gt;
  &lt;p class=&quot;sub&quot;&gt;2026년 9월 4일(금) ~ 6일(일) · 고양종합운동장&lt;/p&gt;
&lt;/div&gt;

&lt;div class=&quot;section&quot;&gt;
  &lt;span class=&quot;item-title&quot;&gt;  공연 개요&lt;/span&gt;
  &lt;div class=&quot;info-card&quot;&gt;
    &lt;div class=&quot;info-row&quot; style=&quot;border-bottom:none; padding: 16px 0;&quot;&gt;
      &lt;p style=&quot;font-size:14.5px; word-break:keep-all; line-height:1.85;&quot;&gt;
        임영웅의 2026년 콘서트 'IM HERO - THE STADIUM 2 IN GOYANG'이 9월 4일부터 6일까지 사흘간 경기도 고양종합운동장에서 열립니다. 2024년 서울월드컵경기장에서 열린 'IM HERO - THE STADIUM' 이후 두 번째로 진행되는 스타디움 규모 공연으로, 당시 양일간 약 10만 명이 관람했습니다. 이번 공연 소식은 지난 2월 부산에서 진행된 'IM HERO' 전국투어 마지막 회차 현장에서 깜짝 공개됐으며, 6월 16일 공식 SNS를 통해 정확한 날짜가 발표됐습니다.
      &lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;

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

  &lt;span class=&quot;item-title&quot;&gt;  공연 일정&lt;/span&gt;
  &lt;div class=&quot;info-card&quot;&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;공연일&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;2026년 9월 4일(금) ~ 6일(일)&lt;/strong&gt;&lt;small&gt;총 3일간 진행&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;장소&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;고양종합운동장 주경기장&lt;/strong&gt;&lt;small&gt;경기도 고양시 일산서구&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;발표일&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;2026년 6월 16일&lt;/strong&gt;&lt;small&gt;공식 SNS 채널 통해 티저 공개&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;티켓 오픈&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;미정&lt;/strong&gt;&lt;small style=&quot;color:var(--red);&quot;&gt;날짜·시간 추후 공지 예정&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;warn-banner&quot;&gt;
    ⚠️ &lt;strong&gt;예매 관련 안내:&lt;/strong&gt; 이 글 작성 시점(2026년 6월) 기준으로 티켓 오픈 일정과 가격은 아직 공식 발표되지 않았습니다. 정확한 정보는 임영웅 공식 SNS 또는 소속사(물고기뮤직) 공지를 통해 확인하시기 바랍니다.
  &lt;/div&gt;

  &lt;div class=&quot;btn-wrap&quot;&gt;
    &lt;a href=&quot;https://ticket.nol-interpark.com/&quot; target=&quot;_blank&quot; class=&quot;btn&quot;&gt;예매하러 바로가기&lt;/a&gt;
  &lt;/div&gt;
  &lt;p class=&quot;source-note&quot;&gt;※ 직전 투어(IM HERO 전국투어)는 NOL티켓 단독 판매로 진행됐습니다. 이번 고양 공연의 예매처는 오픈 공지에서 별도로 확정됩니다.&lt;/p&gt;
&lt;/div&gt;

&lt;div class=&quot;section&quot;&gt;
  &lt;span class=&quot;item-title&quot;&gt;  공연장 위치&lt;/span&gt;
  &lt;div class=&quot;map-embed&quot;&gt;
    &lt;iframe
      src=&quot;https://www.google.com/maps?q=고양종합운동장+주경기장&amp;output=embed&quot;
      width=&quot;100%&quot; height=&quot;220&quot; style=&quot;border:0;&quot; loading=&quot;lazy&quot;
      referrerpolicy=&quot;no-referrer-when-downgrade&quot;&gt;
    &lt;/iframe&gt;
  &lt;/div&gt;
  &lt;div class=&quot;info-card&quot;&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;주소&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;경기도 고양시 일산서구 중앙로 1601&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;대중교통&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;GTX-A 킨텍스역 도보 약 10분, 또는 3호선 대화역 하차 후 도보·택시 이용&lt;small&gt;스타디움은 4만 명 이상 좌석, 1만 명 이상 스탠딩 수용 가능 규모입니다&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;btn-wrap&quot;&gt;
    &lt;a href=&quot;https://map.naver.com/p/entry/place/12122996&quot; target=&quot;_blank&quot; class=&quot;btn btn-secondary&quot;&gt;콘서트장소 바로보기&lt;/a&gt;
  &lt;/div&gt;

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

  &lt;span class=&quot;item-title&quot;&gt;  예매 전 체크리스트&lt;/span&gt;
  &lt;div class=&quot;step-wrap&quot;&gt;
    &lt;div class=&quot;step-item&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;1&lt;/div&gt;
      &lt;div class=&quot;step-text&quot;&gt;
        &lt;strong&gt;회원가입 및 결제수단 등록&lt;/strong&gt;
        티켓 오픈 공지가 뜨면 예매 진입까지 시간이 매우 짧기 때문에, 예매처 회원가입과 결제수단(카드 2개 권장)을 미리 등록해두는 것이 좋습니다.
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;step-item&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;2&lt;/div&gt;
      &lt;div class=&quot;step-text&quot;&gt;
        &lt;strong&gt;선예매·매수 제한 확인&lt;/strong&gt;
        오픈 공지에는 보통 팬클럽 선예매 여부, 1인당 매수 제한, 회차별 좌석 구성이 함께 공개됩니다. 공지를 꼼꼼히 확인해두세요.
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;step-item&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;3&lt;/div&gt;
      &lt;div class=&quot;step-text&quot;&gt;
        &lt;strong&gt;관람 회차 우선순위 정하기&lt;/strong&gt;
        3일 중 어느 회차를 예매할지 1순위·2순위로 미리 정해두면, 실제 예매 진입 시 선택에 걸리는 시간을 줄일 수 있습니다.
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;notice-box&quot;&gt;
    &lt;p&gt;임영웅 공연은 매 투어마다 예매 시작 직후 빠르게 매진되는 편으로 알려져 있습니다.&lt;/p&gt;
    &lt;p&gt;공식 예매처가 아닌 경로에서의 거래는 사기·암표 피해로 이어질 수 있으니 주의가 필요합니다.&lt;/p&gt;
    &lt;p&gt;티켓 가격, 좌석 등급, 정확한 예매 오픈 일시는 모두 추후 공식 발표 예정입니다.&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;div class=&quot;section&quot;&gt;
  &lt;span class=&quot;item-title&quot;&gt;  팬카페·소식 확인하기&lt;/span&gt;
  &lt;p style=&quot;font-size:14px; color:var(--gray); word-break:keep-all; margin-bottom:16px;&quot;&gt;
    예매 오픈 일정, 좌석 배치, 후기 등 실시간 정보는 공식 팬카페에서 가장 빠르게 공유되는 경우가 많습니다.
  &lt;/p&gt;
  &lt;div class=&quot;btn-wrap&quot;&gt;
    &lt;a href=&quot;https://cafe.daum.net/hero0616&quot; target=&quot;_blank&quot; class=&quot;btn btn-secondary&quot;&gt;임영웅 팬카페 바로가기&lt;/a&gt;
  &lt;/div&gt;

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

  &lt;span class=&quot;item-title&quot;&gt;ℹ️ 참고 사항&lt;/span&gt;
  &lt;div class=&quot;notice-box&quot;&gt;
    &lt;p&gt;이번 고양 공연 발표와 함께 임영웅은 6월 23일 SBS 새 예능 '산골총각 영웅' 첫 방송도 앞두고 있습니다.&lt;/p&gt;
    &lt;p&gt;2024년 서울월드컵경기장 공연에 이은 두 번째 스타디움 단독 콘서트라는 점에서 이번 공연도 빠른 매진이 예상됩니다.&lt;/p&gt;
    &lt;p&gt;본 페이지의 정보는 2026년 6월 17일 기준 공개된 보도자료와 공식 SNS 내용을 바탕으로 작성되었으며, 추후 변경될 수 있습니다.&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;div class=&quot;footer&quot;&gt;
  본 페이지는 정보 제공을 목적으로 작성되었으며, 임영웅 또는 소속사 물고기뮤직의 공식 페이지가 아닙니다.&lt;br&gt;
  정확한 공연·예매 정보는 반드시 공식 채널을 통해 다시 확인하시기 바랍니다.&lt;br&gt;
  ⓒ 2026 정보 안내 페이지
&lt;/div&gt;

&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <category>소소 생활</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/106</guid>
      <comments>https://sosonursing.tistory.com/entry/%EC%9E%84%EC%98%81%EC%9B%85-%EA%B3%A0%EC%96%91-%EC%BD%98%EC%84%9C%ED%8A%B8-%EC%A0%95%EB%B3%B4-%EC%95%88%EB%82%B4-IM-HERO-THE-STADIUM-2#entry106comment</comments>
      <pubDate>Thu, 18 Jun 2026 14:07:36 +0900</pubDate>
    </item>
    <item>
      <title>청년미래적금 신청하기 &amp;mdash; 자격 확인 후 지금 바로 시작</title>
      <link>https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%8B%A0%EC%B2%AD%ED%95%98%EA%B8%B0-%E2%80%94-%EC%9E%90%EA%B2%A9-%ED%99%95%EC%9D%B8-%ED%9B%84-%EC%A7%80%EA%B8%88-%EB%B0%94%EB%A1%9C-%EC%8B%9C%EC%9E%91</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;청년미래적금 신청하기 — 자격 확인 후 지금 바로 시작&lt;/title&gt;
&lt;meta name=&quot;description&quot; content=&quot;청년미래적금 공식 신청 페이지. 자격 즉시 확인 후 6월 22일부터 은행 앱으로 바로 신청하세요.&quot;&gt;

&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;

&lt;style&gt;
  :root {
    --primary: #e63946;
    --primary-dark: #c1121f;
    --bg: #ffffff;
    --text: #1a1a1a;
    --gray: #6b7280;
    --border: #e5e7eb;
    --light: #f9fafb;
  }

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

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

  .wrap {
    max-width: 720px;
    margin: 0 auto;
    background: var(--bg);
    min-height: 100vh;
  }

  /* ===== 간결한 헤더 ===== */
  .s2-header {
    background: linear-gradient(135deg, #e63946 0%, #8e0000 100%);
    color: #fff;
    padding: 40px 24px 36px;
    text-align: center;
  }
  .s2-header .s2-badge {
    display: inline-block;
    background: rgba(255,255,255,0.20);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    padding: 5px 16px;
    border-radius: 20px;
    margin-bottom: 16px;
  }
  .s2-header h1 {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 10px;
    word-break: keep-all;
  }
  @media (max-width: 480px) { .s2-header h1 { font-size: 22px; } }
  .s2-header p {
    font-size: 14px;
    opacity: 0.88;
    word-break: keep-all;
  }

  /* ===== 신뢰 요소 배지 ===== */
  .trust-wrap {
    display: flex;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
    background: #1a1a1a;
    padding: 14px 20px;
  }
  .trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 14px;
    font-size: 12px;
    font-weight: 700;
    color: #e5e7eb;
    border-right: 1px solid #444;
    white-space: nowrap;
  }
  .trust-item:last-child { border-right: none; }
  .trust-item .t-icon { font-size: 14px; }
  @media (max-width: 400px) {
    .trust-wrap { gap: 8px; padding: 12px 16px; }
    .trust-item { border-right: none; font-size: 11px; padding: 0 8px; }
  }

  /* ===== 섹션 ===== */
  .section { padding: 32px 24px; }
  @media (max-width: 480px) { .section { padding: 24px 16px; } }

  /* ===== 메인 버튼 그룹 ===== */
  .btn-group {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 10px;
  }

  .btn-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
    width: 100%;
    padding: 18px 22px;
    border-radius: 12px;
    background: var(--primary);
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(230, 57, 70, 0.30);
    transition: background 0.2s ease, transform 0.1s ease;
    word-break: keep-all;
  }
  .btn-main:hover { background: var(--primary-dark); transform: translateY(-2px); }
  .btn-main:active { transform: scale(0.98); }
  .btn-main .bm-left { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
  .btn-main .bm-label { font-size: 10px; font-weight: 700; opacity: 0.80; letter-spacing: 0.8px; }
  .btn-main .bm-text { font-size: 16px; font-weight: 900; }
  .btn-main .bm-arrow { font-size: 22px; opacity: 0.85; flex-shrink: 0; }

  .btn-sub {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    width: 100%;
    padding: 14px 20px;
    border-radius: 10px;
    background: var(--light);
    border: 2px solid var(--border);
    color: var(--text);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
    word-break: keep-all;
  }
  .btn-sub:hover {
    background: #fff1f2;
    border-color: var(--primary);
    color: var(--primary);
    transform: translateY(-1px);
  }
  .btn-sub:active { transform: scale(0.98); }
  .btn-sub .bs-left { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
  .btn-sub .bs-label { font-size: 10px; font-weight: 700; color: var(--gray); letter-spacing: 0.8px; }
  .btn-sub .bs-text { font-size: 14px; font-weight: 700; }
  .btn-sub .bs-arrow { font-size: 18px; color: var(--gray); flex-shrink: 0; }

  /* ===== 구분선 ===== */
  hr.divider { border: none; border-top: 1px solid var(--border); margin: 24px 0; }

  /* ===== 안내 체크리스트 ===== */
  .checklist {
    background: #fff8f8;
    border: 1.5px solid #fca5a5;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 20px;
  }
  .checklist .cl-title {
    font-size: 14px;
    font-weight: 900;
    color: var(--primary-dark);
    margin-bottom: 12px;
  }
  .cl-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    word-break: keep-all;
    line-height: 1.6;
  }
  .cl-item:last-child { margin-bottom: 0; }
  .cl-check {
    min-width: 22px;
    height: 22px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    flex-shrink: 0;
    margin-top: 1px;
  }

  /* ===== 광고 ===== */
  .ad-container {
    background: #f9f9f9;
    border: 1px dashed #ddd;
    text-align: center;
    padding: 10px;
    margin: 0 0 24px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 11px;
    color: #aaa;
  }

  /* ===== 타임라인 요약 ===== */
  .timeline {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 6px;
  }
  .tl-item {
    display: flex;
    align-items: stretch;
    gap: 14px;
  }
  .tl-line {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 24px;
    flex-shrink: 0;
  }
  .tl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--primary);
    margin-top: 16px;
    flex-shrink: 0;
  }
  .tl-connector {
    width: 2px;
    flex: 1;
    background: #e5e7eb;
    margin: 2px auto;
  }
  .tl-last .tl-connector { display: none; }
  .tl-body {
    flex: 1;
    padding: 12px 0 12px;
    border-bottom: 1px solid var(--border);
    word-break: keep-all;
  }
  .tl-last .tl-body { border-bottom: none; }
  .tl-date {
    font-size: 12px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 2px;
  }
  .tl-text {
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
    line-height: 1.5;
  }
  .tl-text small {
    display: block;
    font-size: 12px;
    color: var(--gray);
    margin-top: 2px;
    font-weight: 400;
  }

  /* ===== 돌아가기 링크 ===== */
  .back-links {
    background: var(--light);
    border-top: 1px solid var(--border);
    padding: 20px 24px;
  }
  @media (max-width: 480px) { .back-links { padding: 16px 16px; } }
  .back-links p {
    font-size: 13px;
    font-weight: 700;
    color: var(--gray);
    margin-bottom: 12px;
  }
  .back-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .back-link {
    display: block;
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 8px;
    padding: 10px 12px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    color: var(--text);
    transition: all 0.2s;
    word-break: keep-all;
    line-height: 1.4;
  }
  .back-link:hover { border-color: var(--primary); color: var(--primary); }
  .back-link .bl-label { font-size: 10px; color: var(--gray); display: block; margin-bottom: 3px; font-weight: 400; }

  /* ===== 푸터 ===== */
  .footer { background: #1a1a1a; color: #9ca3af; font-size: 11px; text-align: center; padding: 24px 20px; line-height: 2; }
  .footer a { color: #6b7280; text-decoration: underline; }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;wrap&quot;&gt;

&lt;!-- ===== 헤더 ===== --&gt;
&lt;div class=&quot;s2-header&quot;&gt;
  &lt;p class=&quot;s2-badge&quot;&gt;2026년 6월 22일 출시&lt;/p&gt;
  &lt;h1&gt;준비되셨나요?&lt;br&gt;지금 바로 신청하세요&lt;/h1&gt;
  &lt;p&gt;자격 확인부터 신청까지 — 5분이면 완료됩니다&lt;/p&gt;
&lt;/div&gt;

&lt;!-- ===== 신뢰 배지 ===== --&gt;
&lt;div class=&quot;trust-wrap&quot;&gt;
  &lt;div class=&quot;trust-item&quot;&gt;&lt;span class=&quot;t-icon&quot;&gt;✅&lt;/span&gt; 공식 정부 지원 상품&lt;/div&gt;
  &lt;div class=&quot;trust-item&quot;&gt;&lt;span class=&quot;t-icon&quot;&gt;✅&lt;/span&gt; 100% 비대면 신청&lt;/div&gt;
  &lt;div class=&quot;trust-item&quot;&gt;&lt;span class=&quot;t-icon&quot;&gt;✅&lt;/span&gt; 이자소득 전액 비과세&lt;/div&gt;
&lt;/div&gt;

&lt;!-- ===== 메인 버튼 섹션 ===== --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;p style=&quot;font-size:13px; color:var(--gray); margin-bottom:18px; text-align:center; word-break:keep-all;&quot;&gt;아래 버튼 중 해당되는 항목을 선택하세요&lt;/p&gt;

  &lt;div class=&quot;btn-group&quot;&gt;
    &lt;!-- 버튼 1: 공식 신청 --&gt;
    &lt;a href=&quot;https://fill4young.kinfa.or.kr/yfs/main&quot; class=&quot;btn-main&quot;&gt;
      &lt;div class=&quot;bm-left&quot;&gt;
        &lt;span class=&quot;bm-label&quot;&gt;신규 가입&lt;/span&gt;
        &lt;span class=&quot;bm-text&quot;&gt;청년미래적금 공식 신청 바로가기&lt;/span&gt;
      &lt;/div&gt;
      &lt;span class=&quot;bm-arrow&quot;&gt;→&lt;/span&gt;
    &lt;/a&gt;

    &lt;!-- 버튼 2: 자격 확인 --&gt;
    &lt;a href=&quot;https://fill4young.kinfa.or.kr/yfs/main&quot; class=&quot;btn-sub&quot;&gt;
      &lt;div class=&quot;bs-left&quot;&gt;
        &lt;span class=&quot;bs-label&quot;&gt;사전 확인&lt;/span&gt;
        &lt;span class=&quot;bs-text&quot;&gt;내 자격조건 즉시 조회하기&lt;/span&gt;
      &lt;/div&gt;
      &lt;span class=&quot;bs-arrow&quot;&gt;→&lt;/span&gt;
    &lt;/a&gt;

    &lt;!-- 버튼 3: 갈아타기 --&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%8F%84%EC%95%BD%EA%B3%84%EC%A2%8C-%EA%B0%88%EC%95%84%ED%83%80%EA%B8%B0-2026-%E2%80%94-%EA%B8%B0%EC%97%AC%EA%B8%88-%EC%A7%80%ED%82%A4%EB%A9%B0-%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88%EC%9C%BC%EB%A1%9C-%EC%9D%B4%EC%A0%84%ED%95%98%EB%8A%94-%EB%B2%95&quot; class=&quot;btn-sub&quot;&gt;
      &lt;div class=&quot;bs-left&quot;&gt;
        &lt;span class=&quot;bs-label&quot;&gt;도약계좌 보유자&lt;/span&gt;
        &lt;span class=&quot;bs-text&quot;&gt;청년도약계좌 갈아타기 신청하기&lt;/span&gt;
      &lt;/div&gt;
      &lt;span class=&quot;bs-arrow&quot;&gt;→&lt;/span&gt;
    &lt;/a&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:12px; color:var(--gray); text-align:center; margin-top:8px; word-break:keep-all;&quot;&gt;※ 버튼 클릭 시 해당 금융기관 또는 서민금융진흥원 공식 페이지로 이동합니다&lt;/p&gt;

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

  &lt;!-- 신청 전 체크리스트 --&gt;
  &lt;div class=&quot;checklist&quot;&gt;
    &lt;p class=&quot;cl-title&quot;&gt; ️ 신청 전 1분 체크리스트&lt;/p&gt;
    &lt;div class=&quot;cl-item&quot;&gt;
      &lt;div class=&quot;cl-check&quot;&gt;1&lt;/div&gt;
      &lt;span&gt;내 출생연도 끝자리로 &lt;strong&gt;5부제 신청일&lt;/strong&gt;을 확인했다 (6.22~6.26)&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;cl-item&quot;&gt;
      &lt;div class=&quot;cl-check&quot;&gt;2&lt;/div&gt;
      &lt;span&gt;개인 소득이 &lt;strong&gt;연 7,500만원 이하&lt;/strong&gt;임을 확인했다 (우대형은 6,000만원 이하)&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;cl-item&quot;&gt;
      &lt;div class=&quot;cl-check&quot;&gt;3&lt;/div&gt;
      &lt;span&gt;가구 소득이 &lt;strong&gt;기준 중위소득 200% 이하&lt;/strong&gt;임을 확인했다&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;cl-item&quot;&gt;
      &lt;div class=&quot;cl-check&quot;&gt;4&lt;/div&gt;
      &lt;span&gt;신청할 &lt;strong&gt;은행 앱&lt;/strong&gt;을 미리 설치하고 공인인증(간편인증)을 설정했다&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;cl-item&quot;&gt;
      &lt;div class=&quot;cl-check&quot;&gt;5&lt;/div&gt;
      &lt;span&gt;청년도약계좌가 있다면 &lt;strong&gt;갈아타기 특별해지&lt;/strong&gt; 항목으로 신청할 것임을 숙지했다&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 광고 --&gt;
  &lt;div class=&quot;ad-container&quot;&gt;
  &lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
  &lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
  &lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
  &lt;/div&gt;

  &lt;!-- 신청 일정 타임라인 --&gt;
  &lt;p style=&quot;font-size:15px; font-weight:900; margin-bottom:14px; padding-left:12px; border-left:4px solid var(--primary);&quot;&gt;  신청 일정 한눈에 보기&lt;/p&gt;

  &lt;div class=&quot;timeline&quot;&gt;
    &lt;div class=&quot;tl-item&quot;&gt;
      &lt;div class=&quot;tl-line&quot;&gt;&lt;div class=&quot;tl-dot&quot;&gt;&lt;/div&gt;&lt;div class=&quot;tl-connector&quot;&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;tl-body&quot;&gt;
        &lt;p class=&quot;tl-date&quot;&gt;6월 22일 (일) — 출시 당일&lt;/p&gt;
        &lt;p class=&quot;tl-text&quot;&gt;끝자리 1·6 신청 시작
          &lt;small&gt;가장 먼저 신청하는 날 — 은행 앱 트래픽 집중 예상, 오전 9시 이후 바로 신청 권장&lt;/small&gt;
        &lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;tl-item&quot;&gt;
      &lt;div class=&quot;tl-line&quot;&gt;&lt;div class=&quot;tl-dot&quot;&gt;&lt;/div&gt;&lt;div class=&quot;tl-connector&quot;&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;tl-body&quot;&gt;
        &lt;p class=&quot;tl-date&quot;&gt;6월 23일 ~ 26일&lt;/p&gt;
        &lt;p class=&quot;tl-text&quot;&gt;끝자리 2·7 / 3·8 / 4·9 / 5·0 순서로 신청
          &lt;small&gt;본인 날짜에 신청해야 하며, 다른 날 신청 시 거절될 수 있음&lt;/small&gt;
        &lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;tl-item&quot;&gt;
      &lt;div class=&quot;tl-line&quot;&gt;&lt;div class=&quot;tl-dot&quot;&gt;&lt;/div&gt;&lt;div class=&quot;tl-connector&quot;&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;tl-body&quot;&gt;
        &lt;p class=&quot;tl-date&quot;&gt;6월 27일 ~ 7월 3일&lt;/p&gt;
        &lt;p class=&quot;tl-text&quot;&gt;전 출생연도 자유 신청 기간
          &lt;small&gt;예산 소진 시 조기 마감 가능 — 5부제 기간에 못 신청한 경우 이 기간에 신청&lt;/small&gt;
        &lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;tl-item tl-last&quot;&gt;
      &lt;div class=&quot;tl-line&quot;&gt;&lt;div class=&quot;tl-dot&quot;&gt;&lt;/div&gt;&lt;div class=&quot;tl-connector&quot;&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;tl-body&quot;&gt;
        &lt;p class=&quot;tl-date&quot;&gt;2029년 6~7월 (예정)&lt;/p&gt;
        &lt;p class=&quot;tl-text&quot;&gt;3년 만기 도래 — 원금 + 기여금 + 이자 일괄 지급
          &lt;small&gt;우대형 기준 월 50만원 납입 시 최대 2,255만원 수령&lt;/small&gt;
        &lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- ===== 돌아가기 링크 ===== --&gt;
&lt;div class=&quot;back-links&quot;&gt;
  &lt;p&gt;  더 자세한 정보가 필요하신가요?&lt;/p&gt;
  &lt;div class=&quot;back-grid&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-2026-%EC%99%84%EB%B2%BD-%EC%A0%95%EB%A6%AC-%E2%80%94-%EB%82%98%EB%8A%94-%ED%95%B4%EB%8B%B9%EB%90%A0%EA%B9%8C#google_vignette&quot; class=&quot;back-link&quot;&gt;
      &lt;span class=&quot;bl-label&quot;&gt;자격조건 상세&lt;/span&gt;
      나이·소득·가구 조건 완벽 정리
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-2026-%E2%80%94-6%EC%9B%94-22%EC%9D%BC-5%EB%B6%80%EC%A0%9C-%EC%9D%BC%EC%A0%95-%EC%B4%9D%EC%A0%95%EB%A6%AC&quot; class=&quot;back-link&quot;&gt;
      &lt;span class=&quot;bl-label&quot;&gt;신청방법 상세&lt;/span&gt;
      5부제 일정 및 앱 신청 순서
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EA%B8%B0%EC%97%AC%EA%B8%88-%EC%96%BC%EB%A7%88%EB%82%98-%EB%B0%9B%EB%82%98-%E2%80%94-%EC%B5%9C%EB%8C%80-2255%EB%A7%8C%EC%9B%90-%EC%88%98%EB%A0%B9%EC%95%A1-%EA%B3%84%EC%82%B0&quot; class=&quot;back-link&quot;&gt;
      &lt;span class=&quot;bl-label&quot;&gt;기여금 계산&lt;/span&gt;
      납입액별 수령액 계산표 확인
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%8F%84%EC%95%BD%EA%B3%84%EC%A2%8C-%EA%B0%88%EC%95%84%ED%83%80%EA%B8%B0-2026-%E2%80%94-%EA%B8%B0%EC%97%AC%EA%B8%88-%EC%A7%80%ED%82%A4%EB%A9%B0-%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88%EC%9C%BC%EB%A1%9C-%EC%9D%B4%EC%A0%84%ED%95%98%EB%8A%94-%EB%B2%95&quot; class=&quot;back-link&quot;&gt;
      &lt;span class=&quot;bl-label&quot;&gt;갈아타기 안내&lt;/span&gt;
      도약계좌 특별해지 4단계 순서
    &lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ===== 푸터 ===== --&gt;
&lt;div class=&quot;footer&quot;&gt;
  &lt;p&gt;본 페이지는 청년미래적금 관련 정보를 제공하기 위한 목적으로 운영됩니다.&lt;/p&gt;
  &lt;p&gt;금융 상품 가입 전 반드시 공식 금융기관 및 서민금융진흥원 안내를 확인하시기 바랍니다.&lt;/p&gt;
  &lt;p&gt;
    &lt;a href=&quot;#&quot;&gt;개인정보처리방침&lt;/a&gt; &amp;nbsp;|&amp;nbsp;
    &lt;a href=&quot;#&quot;&gt;이용약관&lt;/a&gt;
  &lt;/p&gt;
  &lt;p style=&quot;margin-top:6px;&quot;&gt;© 2026 청년미래적금 가이드. All rights reserved.&lt;/p&gt;
&lt;/div&gt;

&lt;/div&gt;&lt;!-- /wrap --&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <category>소소 생활</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/105</guid>
      <comments>https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%8B%A0%EC%B2%AD%ED%95%98%EA%B8%B0-%E2%80%94-%EC%9E%90%EA%B2%A9-%ED%99%95%EC%9D%B8-%ED%9B%84-%EC%A7%80%EA%B8%88-%EB%B0%94%EB%A1%9C-%EC%8B%9C%EC%9E%91#entry105comment</comments>
      <pubDate>Tue, 16 Jun 2026 17:11:25 +0900</pubDate>
    </item>
    <item>
      <title>청년도약계좌 갈아타기 2026 &amp;mdash; 기여금 지키며 청년미래적금으로 이전하는 법</title>
      <link>https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%8F%84%EC%95%BD%EA%B3%84%EC%A2%8C-%EA%B0%88%EC%95%84%ED%83%80%EA%B8%B0-2026-%E2%80%94-%EA%B8%B0%EC%97%AC%EA%B8%88-%EC%A7%80%ED%82%A4%EB%A9%B0-%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88%EC%9C%BC%EB%A1%9C-%EC%9D%B4%EC%A0%84%ED%95%98%EB%8A%94-%EB%B2%95</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 — 기여금 지키며 청년미래적금으로 이전하는 법&lt;/title&gt;
&lt;meta name=&quot;description&quot; content=&quot;청년도약계좌에서 청년미래적금으로 갈아타는 방법 2026 최신 정리. 6월 단 1회 기회, 기여금 보전 조건과 정확한 순서를 확인하세요.&quot;&gt;
&lt;meta property=&quot;og:title&quot; content=&quot;청년도약계좌 갈아타기 2026 — 기여금 지키며 이전하는 법&quot;&gt;
&lt;meta property=&quot;og:description&quot; content=&quot;6월 단 1회! 특별 중도해지로 기여금 보전 후 청년미래적금으로 갈아타는 정확한 순서를 확인하세요.&quot;&gt;
&lt;meta property=&quot;og:image&quot; content=&quot;https://via.placeholder.com/1200x630/c62828/ffffff?text=청년도약계좌+갈아타기&quot;&gt;

&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Nanum+Square:wght@400;700;800;900&amp;family=Noto+Sans+KR:wght@400;500;700;900&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;

&lt;style&gt;
  :root {
    --primary: #c62828;
    --primary-dark: #8e0000;
    --bg: #f5f5f5;
    --text: #1a1a1a;
    --gray: #6b7280;
    --light-gray: #eeeeee;
    --border: #ddd;
    --box-bg: #ffffff;
    --red: #c62828;
    --red-dark: #8e0000;
  }

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

  body {
    font-family: 'Nanum Square', 'Noto Sans KR', sans-serif;
    background: #e0e0e0;
    color: var(--text);
    font-size: 15px;
    line-height: 1.75;
  }

  .wrap {
    max-width: 720px;
    margin: 0 auto;
    background: var(--bg);
    min-height: 100vh;
  }

  /* ===== 내비게이션 ===== */
  .gnb {
    background: #fafafa;
    border-bottom: 1px solid var(--border);
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 52px;
    position: sticky;
    top: 0;
    z-index: 100;
  }
  .gnb-logo {
    font-family: 'Nanum Square', sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: var(--primary);
    text-decoration: none;
    letter-spacing: -0.5px;
  }
  .gnb-nav { display: flex; gap: 4px; }
  .gnb-nav a {
    font-size: 11px;
    font-weight: 700;
    color: var(--gray);
    text-decoration: none;
    padding: 5px 8px;
    border-radius: 6px;
    transition: all 0.2s;
    white-space: nowrap;
  }
  .gnb-nav a:hover, .gnb-nav a.active {
    background: #fce4e4;
    color: var(--primary);
  }
  @media (max-width: 480px) {
    .gnb { padding: 0 14px; }
    .gnb-nav a { font-size: 10px; padding: 4px 6px; }
  }

  /* ===== 헤더 ===== */
  .header1 {
    background: linear-gradient(135deg, #c62828 0%, #8e0000 100%);
    color: #fff;
    padding: 36px 24px 30px;
    text-align: center;
  }
  @media (max-width: 480px) { .header1 { padding: 28px 16px 24px; } }
  .header1 .badge {
    display: inline-block;
    background: rgba(255,255,255,0.22);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.2px;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
  }
  .header1 h1 {
    font-family: 'Nanum Square', sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.45;
    margin-bottom: 10px;
    word-break: keep-all;
  }
  @media (max-width: 480px) { .header1 h1 { font-size: 20px; } }
  .header1 .sub { font-size: 13px; opacity: 0.88; letter-spacing: 0.3px; }

  /* ===== CTA 버튼 ===== */
  .btn-wrap-top { padding: 20px 24px 0; }
  @media (max-width: 480px) { .btn-wrap-top { padding: 16px 16px 0; } }

  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    width: 100%;
    padding: 15px 26px;
    border-radius: 8px;
    background: var(--primary);
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(198, 40, 40, 0.30);
    transition: background 0.2s ease, transform 0.1s ease;
    word-break: keep-all;
    font-family: 'Nanum Square', sans-serif;
  }
  .btn:hover { background: var(--primary-dark); transform: translateY(-1px); }
  .btn:active { transform: scale(0.97); }

  /* ===== 광고 ===== */
  .ad-container {
    background: #f0f0f0;
    border: 1px dashed #ccc;
    text-align: center;
    padding: 10px;
    margin: 20px 24px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 11px;
    color: #aaa;
  }
  @media (max-width: 480px) { .ad-container { margin: 16px 16px; } }

  /* ===== 섹션 ===== */
  .section { padding: 28px 24px; }
  @media (max-width: 480px) { .section { padding: 22px 16px; } }
  .section + .section { padding-top: 0; }

  .item-title {
    display: block;
    font-size: 16px;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 12px;
    padding-left: 12px;
    border-left: 4px solid var(--red);
    word-break: keep-all;
    font-family: 'Nanum Square', sans-serif;
  }
  @media (max-width: 480px) { .item-title { font-size: 15px; } }

  hr.divider { border: none; border-top: 1px solid var(--border); margin: 22px 0; }

  /* ===== PASONA 박스 ===== */
  .problem-box {
    background: #fff5f5;
    border: 1.5px solid #ef9a9a;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 14px;
    word-break: keep-all;
  }
  .agitation-box {
    background: #fefce8;
    border: 1.5px solid #fde047;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 14px;
    word-break: keep-all;
  }
  .solution-box {
    background: #f0fdf4;
    border: 1.5px solid #86efac;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 14px;
    word-break: keep-all;
  }
  .offer-box {
    background: #eff6ff;
    border: 1.5px solid #93c5fd;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 14px;
    word-break: keep-all;
  }
  .narrow-box {
    background: linear-gradient(135deg, #fff3cd, #ffeaa7);
    border: 2px solid #ffc107;
    border-radius: 12px;
    padding: 18px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: #92400e;
    word-break: keep-all;
    line-height: 1.7;
  }
  .box-label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 8px; }

  /* ===== 해시태그 ===== */
  .hashtag-wrap { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 10px; }
  .hashtag {
    display: inline-block;
    background: #e8e8e8;
    border-radius: 20px;
    padding: 7px 16px;
    font-size: 13px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    transition: all 0.2s;
  }
  .hashtag:hover { background: var(--primary); color: #fff; }
  .hashtag-desc { font-size: 13px; color: var(--gray); line-height: 1.7; word-break: keep-all; margin-top: 10px; }

  /* ===== 비교 플로우 ===== */
  .flow-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 16px;
  }
  .flow-item {
    display: flex;
    align-items: stretch;
    gap: 0;
  }
  .flow-line {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40px;
    flex-shrink: 0;
  }
  .flow-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--primary);
    margin-top: 20px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
  }
  .flow-connector {
    width: 2px;
    flex: 1;
    background: #ddd;
    margin: 2px auto;
  }
  .flow-last .flow-connector { display: none; }
  .flow-body {
    flex: 1;
    background: var(--box-bg);
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 14px 16px;
    margin: 6px 0 6px 0;
    word-break: keep-all;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  }
  .flow-body .flow-step {
    font-size: 11px;
    font-weight: 800;
    color: var(--primary);
    letter-spacing: 0.5px;
    margin-bottom: 4px;
  }
  .flow-body .flow-title {
    font-size: 14px;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 4px;
  }
  .flow-body .flow-desc {
    font-size: 13px;
    color: var(--gray);
    line-height: 1.65;
  }
  .flow-body.highlight-flow {
    background: #fff5f5;
    border-color: #ef9a9a;
  }
  .flow-body.highlight-flow .flow-title { color: var(--primary); }

  /* ===== 정보 카드 ===== */
  .info-card {
    background: var(--box-bg);
    border: 1.5px solid var(--border);
    border-radius: 12px;
    padding: 0 16px;
    margin-bottom: 14px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    overflow: hidden;
  }
  .info-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 13px 0;
    border-bottom: 1px solid var(--border);
  }
  .info-row:last-child { border-bottom: none; }
  .info-label {
    font-size: 12px;
    font-weight: 700;
    color: var(--gray);
    min-width: 80px;
    padding-top: 2px;
    flex-shrink: 0;
  }
  .info-value {
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
    flex: 1;
    word-break: keep-all;
  }
  .info-value strong { color: var(--red); font-weight: 700; }
  .info-value small {
    display: block;
    font-size: 12px;
    color: var(--gray);
    margin-top: 3px;
    font-weight: 400;
  }

  /* ===== 도/손 비교 카드 ===== */
  .compare2-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 16px;
  }
  .compare2-card {
    border-radius: 12px;
    padding: 18px 14px;
    text-align: center;
  }
  .compare2-card.good {
    background: #f0fdf4;
    border: 2px solid #86efac;
  }
  .compare2-card.bad {
    background: #fff5f5;
    border: 2px solid #fca5a5;
  }
  .compare2-card .c2-icon { font-size: 28px; margin-bottom: 8px; }
  .compare2-card .c2-label {
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
  }
  .compare2-card.good .c2-label { color: #166534; }
  .compare2-card.bad .c2-label { color: var(--red); }
  .compare2-card .c2-desc {
    font-size: 12px;
    line-height: 1.7;
    color: #444;
    word-break: keep-all;
    text-align: left;
  }

  /* ===== 경고 배너 ===== */
  .warn-banner {
    background: #fff1f2;
    border: 1.5px solid #fecdd3;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 14px;
    font-size: 14px;
    word-break: keep-all;
    line-height: 1.7;
  }
  .warn-banner strong { color: var(--red-dark); }

  /* ===== 주의사항 ===== */
  .notice-box {
    background: #f5f5f5;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 14px 16px;
    margin-top: 6px;
  }
  .notice-box p {
    font-size: 13px;
    color: var(--gray);
    padding-left: 14px;
    position: relative;
    margin-bottom: 7px;
    word-break: keep-all;
    line-height: 1.65;
  }
  .notice-box p:last-child { margin-bottom: 0; }
  .notice-box p::before { content: '·'; position: absolute; left: 4px; }

  /* ===== FAQ ===== */
  .faq-item {
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 10px;
    word-break: keep-all;
    background: #fff;
  }
  .faq-q { font-weight: 800; font-size: 14px; color: var(--text); margin-bottom: 8px; }
  .faq-q::before { content: 'Q. '; color: var(--primary); }
  .faq-a { font-size: 14px; color: #444; line-height: 1.7; }
  .faq-a::before { content: 'A. '; color: var(--gray); font-weight: 700; }

  /* ===== 브릿지 ===== */
  .bridge-text {
    background: #fce4e4;
    border-left: 4px solid var(--primary);
    border-radius: 0 8px 8px 0;
    padding: 14px 16px;
    margin: 18px 0 14px;
    font-size: 14px;
    font-weight: 700;
    color: #7f1d1d;
    word-break: keep-all;
    line-height: 1.7;
  }

  .btn-wrap { margin: 6px 0 10px; }

  /* ===== D-데이 카운터 박스 ===== */
  .dday-box {
    background: linear-gradient(135deg, #c62828, #8e0000);
    border-radius: 14px;
    padding: 22px 20px;
    text-align: center;
    margin-bottom: 16px;
    color: #fff;
  }
  .dday-box .dd-label { font-size: 12px; font-weight: 800; opacity: 0.85; letter-spacing: 1px; margin-bottom: 8px; }
  .dday-box .dd-date { font-size: 26px; font-weight: 900; line-height: 1.2; margin-bottom: 6px; font-family: 'Noto Sans KR', sans-serif; }
  .dday-box .dd-desc { font-size: 12px; opacity: 0.85; line-height: 1.6; word-break: keep-all; }

  /* ===== 관련 페이지 ===== */
  .related-section { background: var(--light-gray); padding: 24px; border-top: 1px solid var(--border); }
  @media (max-width: 480px) { .related-section { padding: 20px 16px; } }
  .related-title { font-size: 14px; font-weight: 800; color: var(--gray); margin-bottom: 14px; letter-spacing: 0.5px; }
  .related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
  @media (max-width: 360px) { .related-grid { grid-template-columns: 1fr; } }
  .related-card {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 14px;
    text-decoration: none;
    color: var(--text);
    display: block;
    transition: all 0.2s;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  }
  .related-card:hover {
    border-color: var(--primary);
    box-shadow: 0 2px 8px rgba(198,40,40,0.14);
    transform: translateY(-1px);
  }
  .related-card .rc-label { font-size: 10px; font-weight: 800; color: var(--primary); margin-bottom: 5px; letter-spacing: 0.5px; }
  .related-card .rc-title { font-size: 13px; font-weight: 700; line-height: 1.5; word-break: keep-all; }

  /* ===== 푸터 ===== */
  .footer { background: #1a1a1a; color: #9ca3af; font-size: 11px; text-align: center; padding: 24px 20px; line-height: 2; }
  .footer a { color: #6b7280; text-decoration: underline; }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;wrap&quot;&gt;

&lt;!-- ===== 내비게이션 ===== --&gt;
&lt;nav class=&quot;gnb&quot;&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-2026-%EC%99%84%EB%B2%BD-%EC%A0%95%EB%A6%AC-%E2%80%94-%EB%82%98%EB%8A%94-%ED%95%B4%EB%8B%B9%EB%90%A0%EA%B9%8C#google_vignette&quot; class=&quot;gnb-logo&quot;&gt;청년미래적금 가이드&lt;/a&gt;
  &lt;div class=&quot;gnb-nav&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-2026-%EC%99%84%EB%B2%BD-%EC%A0%95%EB%A6%AC-%E2%80%94-%EB%82%98%EB%8A%94-%ED%95%B4%EB%8B%B9%EB%90%A0%EA%B9%8C#google_vignette&quot;&gt;자격조건&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-2026-%E2%80%94-6%EC%9B%94-22%EC%9D%BC-5%EB%B6%80%EC%A0%9C-%EC%9D%BC%EC%A0%95-%EC%B4%9D%EC%A0%95%EB%A6%AC&quot;&gt;신청방법&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EA%B8%B0%EC%97%AC%EA%B8%88-%EC%96%BC%EB%A7%88%EB%82%98-%EB%B0%9B%EB%82%98-%E2%80%94-%EC%B5%9C%EB%8C%80-2255%EB%A7%8C%EC%9B%90-%EC%88%98%EB%A0%B9%EC%95%A1-%EA%B3%84%EC%82%B0&quot;&gt;기여금&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%8F%84%EC%95%BD%EA%B3%84%EC%A2%8C-%EA%B0%88%EC%95%84%ED%83%80%EA%B8%B0-2026-%E2%80%94-%EA%B8%B0%EC%97%AC%EA%B8%88-%EC%A7%80%ED%82%A4%EB%A9%B0-%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88%EC%9C%BC%EB%A1%9C-%EC%9D%B4%EC%A0%84%ED%95%98%EB%8A%94-%EB%B2%95&quot; class=&quot;active&quot;&gt;갈아타기&lt;/a&gt;
  &lt;/div&gt;
&lt;/nav&gt;

&lt;!-- ===== 헤더 ===== --&gt;
&lt;div class=&quot;header1&quot;&gt;
  &lt;p class=&quot;badge&quot;&gt;6월 단 1회 한정 기회&lt;/p&gt;
  &lt;h1&gt;청년도약계좌에서&lt;br&gt;청년미래적금으로 갈아타기&lt;/h1&gt;
  &lt;p class=&quot;sub&quot;&gt;기여금 지키며 손해 없이 이전하는 정확한 순서&lt;/p&gt;
&lt;/div&gt;

&lt;!-- ===== 상단 CTA ===== --&gt;
&lt;div class=&quot;btn-wrap-top&quot;&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%8B%A0%EC%B2%AD%ED%95%98%EA%B8%B0-%E2%80%94-%EC%9E%90%EA%B2%A9-%ED%99%95%EC%9D%B8-%ED%9B%84-%EC%A7%80%EA%B8%88-%EB%B0%94%EB%A1%9C-%EC%8B%9C%EC%9E%91&quot; class=&quot;btn&quot;&gt;▶ 갈아타기 가능 여부 지금 확인하기&lt;/a&gt;
&lt;/div&gt;

&lt;!-- ===== 광고 슬롯 A ===== --&gt;
&lt;div class=&quot;ad-container&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- ===== 해시태그 ===== --&gt;
&lt;div class=&quot;section&quot; style=&quot;padding-bottom: 0;&quot;&gt;
  &lt;div class=&quot;hashtag-wrap&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-2026-%EC%99%84%EB%B2%BD-%EC%A0%95%EB%A6%AC-%E2%80%94-%EB%82%98%EB%8A%94-%ED%95%B4%EB%8B%B9%EB%90%A0%EA%B9%8C#google_vignette&quot; class=&quot;hashtag&quot;&gt;#청년미래적금자격조건&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EA%B8%B0%EC%97%AC%EA%B8%88-%EC%96%BC%EB%A7%88%EB%82%98-%EB%B0%9B%EB%82%98-%E2%80%94-%EC%B5%9C%EB%8C%80-2255%EB%A7%8C%EC%9B%90-%EC%88%98%EB%A0%B9%EC%95%A1-%EA%B3%84%EC%82%B0&quot; class=&quot;hashtag&quot;&gt;#기여금수령액계산&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%8B%A0%EC%B2%AD%ED%95%98%EA%B8%B0-%E2%80%94-%EC%9E%90%EA%B2%A9-%ED%99%95%EC%9D%B8-%ED%9B%84-%EC%A7%80%EA%B8%88-%EB%B0%94%EB%A1%9C-%EC%8B%9C%EC%9E%91&quot; class=&quot;hashtag&quot;&gt;#갈아타기바로확인&lt;/a&gt;
  &lt;/div&gt;
  &lt;p class=&quot;hashtag-desc&quot;&gt;청년도약계좌를 유지 중인 분들은 6월 최초 모집 기간 단 1회에 한해, 특별 중도해지 방식으로 기존 기여금을 보전받으면서 청년미래적금으로 갈아탈 수 있습니다. 이 기회를 놓치면 일반 해지로 기여금을 잃게 됩니다.&lt;/p&gt;
&lt;/div&gt;

&lt;!-- ===== PASONA ===== --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;div class=&quot;problem-box&quot;&gt;
    &lt;span class=&quot;box-label&quot; style=&quot;color:#b91c1c;&quot;&gt;  이런 상황, 혹시 해당되시나요?&lt;/span&gt;
    &lt;p&gt;&quot;청년도약계좌 유지 중인데, 청년미래적금이 더 유리해 보여서 갈아타고 싶어요. 그런데 지금 해지하면 기여금을 다 잃는 거 아닌가요?&quot;&lt;/p&gt;
    &lt;hr style=&quot;border:none; border-top:1px solid #ef9a9a; margin: 12px 0;&quot;&gt;
    &lt;p&gt;맞습니다. 일반 중도해지를 하면 지금까지 쌓인 정부 기여금이 전액 소멸됩니다. 하지만 6월 갈아타기 기간에는 &lt;strong&gt;특별 중도해지&lt;/strong&gt;를 통해 기여금을 지키면서 이전할 수 있습니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;agitation-box&quot;&gt;
    &lt;span class=&quot;box-label&quot; style=&quot;color:#92400e;&quot;&gt;⚡ 이 기회, 6월 딱 한 번뿐입니다&lt;/span&gt;
    &lt;p&gt;정부가 청년미래적금 최초 출시에 맞춰 &lt;strong&gt;단 1회&lt;/strong&gt;의 갈아타기 특례를 허용합니다. 이 기간 이후에 청년도약계좌를 해지하면 일반 해지로 처리되어 기여금이 소멸됩니다. 알고 나서 후회하지 않으려면 지금 확인해두세요.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;solution-box&quot;&gt;
    &lt;span class=&quot;box-label&quot; style=&quot;color:#166534;&quot;&gt;✅ 이 페이지에서 해결됩니다&lt;/span&gt;
    &lt;p&gt;갈아타기 가능 조건, 기여금 보전 방식, 정확한 이전 순서 4단계, 그리고 갈아타기가 유리한 경우 vs 유지가 유리한 경우 비교까지 한 번에 정리했습니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;offer-box&quot;&gt;
    &lt;span class=&quot;box-label&quot; style=&quot;color:#1e40af;&quot;&gt;  이 페이지에서 알 수 있는 것&lt;/span&gt;
    &lt;p&gt;① 갈아타기 가능 조건 &amp;nbsp;② 기여금 보전 방식 &amp;nbsp;③ 갈아타기 4단계 순서 &amp;nbsp;④ 유리한 경우 vs 유지가 나은 경우 &amp;nbsp;⑤ 신청 마감일&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;narrow-box&quot;&gt;
    ⏰ 갈아타기 신청 기간: 2026년 6월 22일 ~ 7월 3일&lt;br&gt;
    &lt;span style=&quot;font-size:13px; font-weight:500;&quot;&gt;이 기간 이후엔 특별 중도해지 적용 불가 — 지금 결정하세요&lt;/span&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- ===== 광고 슬롯 B ===== --&gt;
&lt;div class=&quot;ad-container&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- ===== 갈아타기 조건 ===== --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;!-- D-Day 박스 --&gt;
  &lt;div class=&quot;dday-box&quot;&gt;
    &lt;p class=&quot;dd-label&quot;&gt;갈아타기 신청 마감&lt;/p&gt;
    &lt;p class=&quot;dd-date&quot;&gt;2026년 7월 3일 (목)&lt;/p&gt;
    &lt;p class=&quot;dd-desc&quot;&gt;이 날짜 이후 청년도약계좌를 해지하면&lt;br&gt;일반 중도해지로 처리되어 기여금이 전액 소멸됩니다&lt;/p&gt;
  &lt;/div&gt;

  &lt;span class=&quot;item-title&quot;&gt;✔ 갈아타기 가능 조건&lt;/span&gt;
  &lt;div class=&quot;info-card&quot;&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;대상&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;
        &lt;strong&gt;청년도약계좌 현재 유지 중인 가입자&lt;/strong&gt;
        &lt;small&gt;납입 여부·가입 기간 무관하게 신청 가능&lt;/small&gt;
      &lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;신청 기간&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;
        &lt;strong&gt;2026년 6월 22일 ~ 7월 3일&lt;/strong&gt;
        &lt;small&gt;청년미래적금 최초 모집 기간과 동일. 이후 재신청 불가&lt;/small&gt;
      &lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;기여금 보전&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;
        &lt;strong&gt;특별 중도해지 적용 — 기여금 전액 수령&lt;/strong&gt;
        &lt;small&gt;일반 해지와 달리, 지금까지 쌓인 정부 기여금을 원금과 함께 지급받음&lt;/small&gt;
      &lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;비과세 혜택&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;
        &lt;strong&gt;도약계좌 이자 비과세도 그대로 적용&lt;/strong&gt;
        &lt;small&gt;특별 중도해지 시 이자소득세 면제 유지. 일반 해지는 세금 부과됨&lt;/small&gt;
      &lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;재가입 제한&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;
        &lt;strong&gt;청년도약계좌 재가입 불가&lt;/strong&gt;
        &lt;small&gt;갈아타기 후에는 도약계좌로 다시 돌아갈 수 없습니다. 신중하게 결정하세요&lt;/small&gt;
      &lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

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

  &lt;!-- 갈아타기 vs 유지 비교 --&gt;
  &lt;span class=&quot;item-title&quot;&gt;⚖️ 갈아타기가 유리한 경우 vs 유지가 나은 경우&lt;/span&gt;
  &lt;div class=&quot;compare2-grid&quot;&gt;
    &lt;div class=&quot;compare2-card good&quot;&gt;
      &lt;p class=&quot;c2-icon&quot;&gt;✅&lt;/p&gt;
      &lt;p class=&quot;c2-label&quot;&gt;갈아타기 유리&lt;/p&gt;
      &lt;p class=&quot;c2-desc&quot;&gt;
        · 도약계좌 가입 기간이 짧은 경우 (1~2년 이내)&lt;br&gt;
        · 미래적금 우대형 조건 충족되는 경우&lt;br&gt;
        · 만기(5년)를 기다리기 어려운 경우&lt;br&gt;
        · 3년 내 목돈이 필요한 경우
      &lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;compare2-card bad&quot;&gt;
      &lt;p class=&quot;c2-icon&quot;&gt;⛔&lt;/p&gt;
      &lt;p class=&quot;c2-label&quot;&gt;유지가 나은 경우&lt;/p&gt;
      &lt;p class=&quot;c2-desc&quot;&gt;
        · 도약계좌 만기가 1년 이내로 남은 경우&lt;br&gt;
        · 이미 기여금을 대부분 수령한 경우&lt;br&gt;
        · 소득이 높아 미래적금 일반형만 가능한 경우&lt;br&gt;
        · 현재 도약계좌 금리가 더 높은 경우
      &lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;warn-banner&quot;&gt;
    ⚠️ &lt;strong&gt;갈아타기 후 도약계좌 재가입은 절대 불가합니다.&lt;/strong&gt; 특히 도약계좌 만기가 1년 이내로 남은 분들은 갈아타기보다 만기 유지가 더 유리할 수 있습니다. 아래 순서로 본인 상황을 먼저 계산해보세요.
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- ===== 광고 슬롯 C ===== --&gt;
&lt;div class=&quot;ad-container&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- ===== 갈아타기 순서 + FAQ ===== --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;span class=&quot;item-title&quot;&gt;  갈아타기 4단계 정확한 순서&lt;/span&gt;

  &lt;div class=&quot;flow-wrap&quot;&gt;
    &lt;div class=&quot;flow-item&quot;&gt;
      &lt;div class=&quot;flow-line&quot;&gt;
        &lt;div class=&quot;flow-dot&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;flow-connector&quot;&gt;&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;flow-body highlight-flow&quot;&gt;
        &lt;p class=&quot;flow-step&quot;&gt;STEP 1&lt;/p&gt;
        &lt;p class=&quot;flow-title&quot;&gt;청년미래적금 자격 먼저 확인&lt;/p&gt;
        &lt;p class=&quot;flow-desc&quot;&gt;갈아타기 전에 청년미래적금 가입 자격(나이·소득·가구소득)을 반드시 먼저 확인하세요. 자격이 안 되면 도약계좌를 해지하고도 미래적금에 가입 못 하는 최악의 상황이 생깁니다.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;flow-item&quot;&gt;
      &lt;div class=&quot;flow-line&quot;&gt;
        &lt;div class=&quot;flow-dot&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;flow-connector&quot;&gt;&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;flow-body&quot;&gt;
        &lt;p class=&quot;flow-step&quot;&gt;STEP 2&lt;/p&gt;
        &lt;p class=&quot;flow-title&quot;&gt;청년도약계좌 특별 중도해지 신청&lt;/p&gt;
        &lt;p class=&quot;flow-desc&quot;&gt;기존 도약계좌 가입 은행 앱에서 '특별 중도해지 — 청년미래적금 갈아타기' 항목으로 신청합니다. 일반 해지와 메뉴가 다르므로 반드시 '특별 중도해지' 항목을 선택하세요.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;flow-item&quot;&gt;
      &lt;div class=&quot;flow-line&quot;&gt;
        &lt;div class=&quot;flow-dot&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;flow-connector&quot;&gt;&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;flow-body&quot;&gt;
        &lt;p class=&quot;flow-step&quot;&gt;STEP 3&lt;/p&gt;
        &lt;p class=&quot;flow-title&quot;&gt;원금 + 기여금 + 이자 수령 확인&lt;/p&gt;
        &lt;p class=&quot;flow-desc&quot;&gt;특별 중도해지 처리 후 1~2 영업일 내에 원금·기여금·이자(비과세)가 지정 계좌로 입금됩니다. 금액을 확인한 후 다음 단계로 넘어가세요.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;flow-item flow-last&quot;&gt;
      &lt;div class=&quot;flow-line&quot;&gt;
        &lt;div class=&quot;flow-dot&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;flow-connector&quot;&gt;&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;flow-body highlight-flow&quot;&gt;
        &lt;p class=&quot;flow-step&quot;&gt;STEP 4&lt;/p&gt;
        &lt;p class=&quot;flow-title&quot;&gt;청년미래적금 신규 가입 신청&lt;/p&gt;
        &lt;p class=&quot;flow-desc&quot;&gt;원하는 은행 앱에서 청년미래적금을 신규 신청합니다. 도약계좌와 다른 은행을 선택해도 됩니다. 단, 신청 기간(6월 22일~7월 3일) 내에 완료해야 합니다.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;notice-box&quot;&gt;
    &lt;p&gt;STEP 1(자격확인)과 STEP 2(특별해지)는 같은 날 진행할 수 있습니다.&lt;/p&gt;
    &lt;p&gt;특별 중도해지 후 수령 금액은 청년미래적금 첫 달 납입에 활용하는 것을 권장합니다.&lt;/p&gt;
    &lt;p&gt;갈아타기 신청은 도약계좌 가입 은행과 미래적금 가입 은행이 달라도 무방합니다.&lt;/p&gt;
  &lt;/div&gt;

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

  &lt;!-- FAQ --&gt;
  &lt;span class=&quot;item-title&quot;&gt;❓ 갈아타기 자주 묻는 질문&lt;/span&gt;

  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;p class=&quot;faq-q&quot;&gt;도약계좌를 먼저 해지하고 나중에 미래적금 신청해도 되나요?&lt;/p&gt;
    &lt;p class=&quot;faq-a&quot;&gt;기간 내(7월 3일까지)라면 며칠 차이는 괜찮습니다. 다만 특별 중도해지를 신청할 때 시스템에서 미래적금 연계 갈아타기로 코드가 기록되므로, 반드시 '미래적금 갈아타기' 목적의 특별해지로 신청해야 기여금 보전이 됩니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;p class=&quot;faq-q&quot;&gt;도약계좌에 쌓인 기여금이 얼마인지 먼저 확인하고 싶어요.&lt;/p&gt;
    &lt;p class=&quot;faq-a&quot;&gt;도약계좌 가입 은행 앱 내 상품 상세 화면에서 '정부기여금 누적 내역'을 조회할 수 있습니다. 납입 개월 수와 금액에 따라 다르며, 이 금액이 특별 중도해지 시 함께 지급됩니다. 지금 바로 확인해두는 걸 권장합니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;bridge-text&quot;&gt;
      &quot;갈아타는 게 나은지, 그냥 유지하는 게 나은지&quot; — 이 질문에 대한 답은 본인의 도약계좌 잔여 기간과 소득 수준에 따라 달라집니다. 직접 계산해보지 않으면 절대 모릅니다. 아래에서 내 상황에 맞는 답을 확인하세요.  
  &lt;/div&gt;

  &lt;div class=&quot;btn-wrap&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%8B%A0%EC%B2%AD%ED%95%98%EA%B8%B0-%E2%80%94-%EC%9E%90%EA%B2%A9-%ED%99%95%EC%9D%B8-%ED%9B%84-%EC%A7%80%EA%B8%88-%EB%B0%94%EB%A1%9C-%EC%8B%9C%EC%9E%91&quot; class=&quot;btn&quot;&gt;갈아타기 유불리 지금 확인하기&lt;/a&gt;
  &lt;/div&gt;

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

  &lt;span class=&quot;item-title&quot;&gt;⚠️ 유의사항&lt;/span&gt;
  &lt;div class=&quot;notice-box&quot;&gt;
    &lt;p&gt;이 페이지는 정보 제공 목적으로 작성되었으며, 공식 정부 안내가 아닙니다.&lt;/p&gt;
    &lt;p&gt;갈아타기 특별 중도해지 정책은 2026년 청년미래적금 최초 출시 1회에 한해 적용됩니다.&lt;/p&gt;
    &lt;p&gt;특별 중도해지 신청 시 반드시 '미래적금 갈아타기' 항목을 선택해야 기여금이 보전됩니다.&lt;/p&gt;
    &lt;p&gt;일반 중도해지로 처리된 후에는 기여금 환급이 불가하며, 사후 취소도 되지 않습니다.&lt;/p&gt;
    &lt;p&gt;청년도약계좌 재가입은 갈아타기 여부와 관계없이 허용되지 않습니다.&lt;/p&gt;
    &lt;p&gt;금융 상품 관련 결정 전 반드시 해당 은행 및 공식 기관 안내를 확인하시기 바랍니다.&lt;/p&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- ===== 광고 슬롯 D ===== --&gt;
&lt;div class=&quot;ad-container&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- ===== 관련 페이지 ===== --&gt;
&lt;div class=&quot;related-section&quot;&gt;
  &lt;p class=&quot;related-title&quot;&gt;  관련 정보 더 보기&lt;/p&gt;
  &lt;div class=&quot;related-grid&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-2026-%EC%99%84%EB%B2%BD-%EC%A0%95%EB%A6%AC-%E2%80%94-%EB%82%98%EB%8A%94-%ED%95%B4%EB%8B%B9%EB%90%A0%EA%B9%8C#google_vignette&quot; class=&quot;related-card&quot;&gt;
      &lt;p class=&quot;rc-label&quot;&gt;자격조건&lt;/p&gt;
      &lt;p class=&quot;rc-title&quot;&gt;나이·소득·가구 조건 30초 확인&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-2026-%E2%80%94-6%EC%9B%94-22%EC%9D%BC-5%EB%B6%80%EC%A0%9C-%EC%9D%BC%EC%A0%95-%EC%B4%9D%EC%A0%95%EB%A6%AC&quot; class=&quot;related-card&quot;&gt;
      &lt;p class=&quot;rc-label&quot;&gt;신청방법&lt;/p&gt;
      &lt;p class=&quot;rc-title&quot;&gt;6월 22일 5부제 신청일 총정리&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EA%B8%B0%EC%97%AC%EA%B8%88-%EC%96%BC%EB%A7%88%EB%82%98-%EB%B0%9B%EB%82%98-%E2%80%94-%EC%B5%9C%EB%8C%80-2255%EB%A7%8C%EC%9B%90-%EC%88%98%EB%A0%B9%EC%95%A1-%EA%B3%84%EC%82%B0&quot; class=&quot;related-card&quot;&gt;
      &lt;p class=&quot;rc-label&quot;&gt;기여금 계산&lt;/p&gt;
      &lt;p class=&quot;rc-title&quot;&gt;내 예상 수령액 최대 2,255만원?&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%8B%A0%EC%B2%AD%ED%95%98%EA%B8%B0-%E2%80%94-%EC%9E%90%EA%B2%A9-%ED%99%95%EC%9D%B8-%ED%9B%84-%EC%A7%80%EA%B8%88-%EB%B0%94%EB%A1%9C-%EC%8B%9C%EC%9E%91&quot; class=&quot;related-card&quot;&gt;
      &lt;p class=&quot;rc-label&quot;&gt;바로 신청&lt;/p&gt;
      &lt;p class=&quot;rc-title&quot;&gt;지금 바로 신청 또는 갈아타기&lt;/p&gt;
    &lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ===== 푸터 ===== --&gt;
&lt;div class=&quot;footer&quot;&gt;
  &lt;p&gt;본 페이지는 청년미래적금 관련 정보를 제공하기 위한 목적으로 운영됩니다.&lt;/p&gt;
  &lt;p&gt;금융 상품 가입 전 반드시 공식 금융기관 안내를 확인하시기 바랍니다.&lt;/p&gt;
  &lt;p&gt;
    &lt;a href=&quot;#&quot;&gt;개인정보처리방침&lt;/a&gt; &amp;nbsp;|&amp;nbsp;
    &lt;a href=&quot;#&quot;&gt;이용약관&lt;/a&gt;
  &lt;/p&gt;
  &lt;p style=&quot;margin-top:6px;&quot;&gt;© 2026 청년미래적금 가이드. All rights reserved.&lt;/p&gt;
&lt;/div&gt;

&lt;/div&gt;&lt;!-- /wrap --&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <category>소소 생활</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/104</guid>
      <comments>https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%8F%84%EC%95%BD%EA%B3%84%EC%A2%8C-%EA%B0%88%EC%95%84%ED%83%80%EA%B8%B0-2026-%E2%80%94-%EA%B8%B0%EC%97%AC%EA%B8%88-%EC%A7%80%ED%82%A4%EB%A9%B0-%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88%EC%9C%BC%EB%A1%9C-%EC%9D%B4%EC%A0%84%ED%95%98%EB%8A%94-%EB%B2%95#entry104comment</comments>
      <pubDate>Tue, 16 Jun 2026 16:10:16 +0900</pubDate>
    </item>
    <item>
      <title>청년미래적금 신청방법 2026 &amp;mdash; 6월 22일 5부제 일정 총정리</title>
      <link>https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-2026-%E2%80%94-6%EC%9B%94-22%EC%9D%BC-5%EB%B6%80%EC%A0%9C-%EC%9D%BC%EC%A0%95-%EC%B4%9D%EC%A0%95%EB%A6%AC</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 — 6월 22일 5부제 일정 총정리&lt;/title&gt;
&lt;meta name=&quot;description&quot; content=&quot;청년미래적금 신청방법 2026 최신 정리. 6월 22일~7월 3일 5부제 신청일, 은행 앱 신청 순서, 준비서류까지 한눈에 확인하세요.&quot;&gt;
&lt;meta property=&quot;og:title&quot; content=&quot;청년미래적금 신청방법 2026 — 5부제 일정 총정리&quot;&gt;
&lt;meta property=&quot;og:description&quot; content=&quot;6월 22일 단 2주! 출생연도 끝자리 5부제 신청일과 은행 앱 신청 순서를 미리 확인하세요.&quot;&gt;
&lt;meta property=&quot;og:image&quot; content=&quot;https://via.placeholder.com/1200x630/c1121f/ffffff?text=청년미래적금+신청방법&quot;&gt;

&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&amp;family=Nanum+Gothic:wght@400;700;800&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;

&lt;style&gt;
  :root {
    --primary: #d32f2f;
    --primary-dark: #b71c1c;
    --bg: #fdf6ec;
    --text: #1a1a1a;
    --gray: #6b7280;
    --light-gray: #f3f0ea;
    --border: #e5ddd0;
    --box-bg: #ffffff;
    --red: #d32f2f;
    --red-dark: #b71c1c;
  }

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

  body {
    font-family: 'Nanum Gothic', sans-serif;
    background: #f0e9df;
    color: var(--text);
    font-size: 15px;
    line-height: 1.75;
  }

  .wrap {
    max-width: 720px;
    margin: 0 auto;
    background: var(--bg);
    min-height: 100vh;
  }

  /* ===== 내비게이션 ===== */
  .gnb {
    background: #fff8f0;
    border-bottom: 1px solid var(--border);
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 52px;
    position: sticky;
    top: 0;
    z-index: 100;
  }
  .gnb-logo {
    font-family: 'Nanum Myeongjo', serif;
    font-size: 15px;
    font-weight: 800;
    color: var(--primary);
    text-decoration: none;
  }
  .gnb-nav {
    display: flex;
    gap: 4px;
  }
  .gnb-nav a {
    font-size: 11px;
    font-weight: 700;
    color: var(--gray);
    text-decoration: none;
    padding: 5px 8px;
    border-radius: 6px;
    transition: all 0.2s;
    white-space: nowrap;
  }
  .gnb-nav a:hover, .gnb-nav a.active {
    background: #fde8d8;
    color: var(--primary);
  }
  @media (max-width: 480px) {
    .gnb { padding: 0 14px; }
    .gnb-nav a { font-size: 10px; padding: 4px 6px; }
  }

  /* ===== 헤더 ===== */
  .header1 {
    background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%);
    color: #fff;
    padding: 36px 24px 30px;
    text-align: center;
  }
  @media (max-width: 480px) {
    .header1 { padding: 28px 16px 24px; }
  }
  .header1 .badge {
    display: inline-block;
    background: rgba(255,255,255,0.22);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
  }
  .header1 h1 {
    font-family: 'Nanum Myeongjo', serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.45;
    margin-bottom: 10px;
    word-break: keep-all;
  }
  @media (max-width: 480px) {
    .header1 h1 { font-size: 20px; }
  }
  .header1 .sub {
    font-size: 13px;
    opacity: 0.88;
    letter-spacing: 0.3px;
  }

  /* ===== CTA 버튼 ===== */
  .btn-wrap-top { padding: 20px 24px 0; }
  @media (max-width: 480px) { .btn-wrap-top { padding: 16px 16px 0; } }

  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    width: 100%;
    padding: 15px 26px;
    border-radius: 8px;
    background: var(--primary);
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(211, 47, 47, 0.28);
    transition: background 0.2s ease, transform 0.1s ease;
    word-break: keep-all;
    font-family: 'Nanum Gothic', sans-serif;
  }
  .btn:hover { background: var(--primary-dark); transform: translateY(-1px); }
  .btn:active { transform: scale(0.97); }

  /* ===== 광고 ===== */
  .ad-container {
    background: #f9f4ee;
    border: 1px dashed #d5c9bb;
    text-align: center;
    padding: 10px;
    margin: 20px 24px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 11px;
    color: #aaa;
  }
  @media (max-width: 480px) { .ad-container { margin: 16px 16px; } }

  /* ===== 섹션 ===== */
  .section { padding: 28px 24px; }
  @media (max-width: 480px) { .section { padding: 22px 16px; } }
  .section + .section { padding-top: 0; }

  .item-title {
    display: block;
    font-size: 16px;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 12px;
    padding-left: 12px;
    border-left: 4px solid var(--red);
    word-break: keep-all;
  }
  @media (max-width: 480px) { .item-title { font-size: 15px; } }

  hr.divider {
    border: none;
    border-top: 1px solid var(--border);
    margin: 22px 0;
  }

  /* ===== PASONA 박스 ===== */
  .problem-box {
    background: #fff5f5;
    border: 1.5px solid #f9a8a8;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 14px;
    word-break: keep-all;
  }
  .agitation-box {
    background: #fefce8;
    border: 1.5px solid #fde047;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 14px;
    word-break: keep-all;
  }
  .solution-box {
    background: #f0fdf4;
    border: 1.5px solid #86efac;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 14px;
    word-break: keep-all;
  }
  .offer-box {
    background: #eff6ff;
    border: 1.5px solid #93c5fd;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 14px;
    word-break: keep-all;
  }
  .narrow-box {
    background: linear-gradient(135deg, #fff3cd, #ffeaa7);
    border: 2px solid #ffc107;
    border-radius: 12px;
    padding: 18px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: #92400e;
    word-break: keep-all;
    line-height: 1.7;
  }
  .box-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
  }

  /* ===== 해시태그 ===== */
  .hashtag-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 10px;
  }
  .hashtag {
    display: inline-block;
    background: #ede8e0;
    border-radius: 20px;
    padding: 7px 16px;
    font-size: 13px;
    font-weight: 700;
    color: #444;
    text-decoration: none;
    transition: all 0.2s;
  }
  .hashtag:hover { background: var(--primary); color: #fff; }
  .hashtag-desc {
    font-size: 13px;
    color: var(--gray);
    line-height: 1.7;
    word-break: keep-all;
    margin-top: 10px;
  }

  /* ===== 정보 카드 ===== */
  .info-card {
    background: var(--box-bg);
    border: 1.5px solid var(--border);
    border-radius: 12px;
    padding: 0 16px;
    margin-bottom: 14px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    overflow: hidden;
  }
  .info-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 13px 0;
    border-bottom: 1px solid var(--border);
  }
  .info-row:last-child { border-bottom: none; }
  .info-label {
    font-size: 12px;
    font-weight: 700;
    color: var(--gray);
    min-width: 74px;
    padding-top: 2px;
    flex-shrink: 0;
  }
  .info-value {
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
    flex: 1;
    word-break: keep-all;
  }
  .info-value strong { color: var(--red); font-weight: 700; }
  .info-value small {
    display: block;
    font-size: 12px;
    color: var(--gray);
    margin-top: 3px;
    font-weight: 400;
  }

  /* ===== 5부제 달력 테이블 ===== */
  .schedule-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 14px;
    font-size: 13px;
  }
  .schedule-table th {
    background: var(--primary);
    color: #fff;
    padding: 10px 8px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
  }
  .schedule-table td {
    padding: 10px 8px;
    text-align: center;
    border-bottom: 1px solid var(--border);
    vertical-align: middle;
    word-break: keep-all;
    line-height: 1.5;
  }
  .schedule-table tr:last-child td { border-bottom: none; }
  .schedule-table tr:nth-child(even) td { background: #fdf6ec; }
  .schedule-table .highlight-row td {
    background: #fff3f3;
    font-weight: 700;
    color: var(--red);
  }
  .schedule-table .free-row td {
    background: #f0fdf4;
    font-weight: 700;
    color: #166534;
  }
  @media (max-width: 480px) {
    .schedule-table th, .schedule-table td { padding: 8px 5px; font-size: 12px; }
  }

  /* ===== 스텝 ===== */
  .step-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 6px;
  }
  .step-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: var(--light-gray);
    border-radius: 10px;
    padding: 14px;
  }
  .step-num {
    min-width: 28px;
    height: 28px;
    background: var(--red);
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
  }
  .step-text {
    font-size: 14px;
    line-height: 1.65;
    word-break: keep-all;
  }
  .step-text strong {
    display: block;
    font-weight: 700;
    margin-bottom: 2px;
  }

  /* ===== 은행 뱃지 그리드 ===== */
  .bank-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin: 10px 0;
  }
  @media (max-width: 360px) {
    .bank-grid { grid-template-columns: repeat(3, 1fr); }
  }
  .bank-badge {
    background: var(--box-bg);
    border: 1.5px solid var(--border);
    border-radius: 8px;
    padding: 10px 6px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: var(--text);
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  }

  /* ===== 경고 배너 ===== */
  .warn-banner {
    background: #fff1f2;
    border: 1.5px solid #fecdd3;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 14px;
    font-size: 14px;
    word-break: keep-all;
    line-height: 1.7;
  }
  .warn-banner strong { color: var(--red-dark); }

  /* ===== 주의사항 ===== */
  .notice-box {
    background: #f9f5ef;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 14px 16px;
    margin-top: 6px;
  }
  .notice-box p {
    font-size: 13px;
    color: var(--gray);
    padding-left: 14px;
    position: relative;
    margin-bottom: 7px;
    word-break: keep-all;
    line-height: 1.65;
  }
  .notice-box p:last-child { margin-bottom: 0; }
  .notice-box p::before { content: '·'; position: absolute; left: 4px; }

  /* ===== FAQ ===== */
  .faq-item {
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 10px;
    word-break: keep-all;
    background: #fff;
  }
  .faq-q {
    font-weight: 700;
    font-size: 14px;
    color: var(--text);
    margin-bottom: 8px;
  }
  .faq-q::before { content: 'Q. '; color: var(--primary); }
  .faq-a {
    font-size: 14px;
    color: #444;
    line-height: 1.7;
  }
  .faq-a::before { content: 'A. '; color: var(--gray); font-weight: 700; }

  /* ===== 브릿지 ===== */
  .bridge-text {
    background: #fff8e7;
    border-left: 4px solid #f59e0b;
    border-radius: 0 8px 8px 0;
    padding: 14px 16px;
    margin: 18px 0 14px;
    font-size: 14px;
    font-weight: 500;
    color: #78350f;
    word-break: keep-all;
    line-height: 1.7;
  }

  .btn-wrap { margin: 6px 0 10px; }

  /* ===== 관련 페이지 ===== */
  .related-section {
    background: var(--light-gray);
    padding: 24px;
    border-top: 1px solid var(--border);
  }
  @media (max-width: 480px) { .related-section { padding: 20px 16px; } }
  .related-title {
    font-size: 14px;
    font-weight: 800;
    color: var(--gray);
    margin-bottom: 14px;
    letter-spacing: 0.5px;
  }
  .related-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  @media (max-width: 360px) { .related-grid { grid-template-columns: 1fr; } }
  .related-card {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 14px;
    text-decoration: none;
    color: var(--text);
    display: block;
    transition: all 0.2s;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  }
  .related-card:hover {
    border-color: var(--primary);
    box-shadow: 0 2px 8px rgba(211,47,47,0.12);
    transform: translateY(-1px);
  }
  .related-card .rc-label {
    font-size: 10px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 5px;
    letter-spacing: 0.5px;
  }
  .related-card .rc-title {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    word-break: keep-all;
  }

  /* ===== 푸터 ===== */
  .footer {
    background: #1a1a1a;
    color: #9ca3af;
    font-size: 11px;
    text-align: center;
    padding: 24px 20px;
    line-height: 2;
  }
  .footer a { color: #6b7280; text-decoration: underline; }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;wrap&quot;&gt;

&lt;!-- ===== 내비게이션 ===== --&gt;
&lt;nav class=&quot;gnb&quot;&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-2026-%EC%99%84%EB%B2%BD-%EC%A0%95%EB%A6%AC-%E2%80%94-%EB%82%98%EB%8A%94-%ED%95%B4%EB%8B%B9%EB%90%A0%EA%B9%8C#google_vignette&quot; class=&quot;gnb-logo&quot;&gt;청년미래적금 가이드&lt;/a&gt;
  &lt;div class=&quot;gnb-nav&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-2026-%EC%99%84%EB%B2%BD-%EC%A0%95%EB%A6%AC-%E2%80%94-%EB%82%98%EB%8A%94-%ED%95%B4%EB%8B%B9%EB%90%A0%EA%B9%8C#google_vignette&quot;&gt;자격조건&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-2026-%E2%80%94-6%EC%9B%94-22%EC%9D%BC-5%EB%B6%80%EC%A0%9C-%EC%9D%BC%EC%A0%95-%EC%B4%9D%EC%A0%95%EB%A6%AC&quot; class=&quot;active&quot;&gt;신청방법&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EA%B8%B0%EC%97%AC%EA%B8%88-%EC%96%BC%EB%A7%88%EB%82%98-%EB%B0%9B%EB%82%98-%E2%80%94-%EC%B5%9C%EB%8C%80-2255%EB%A7%8C%EC%9B%90-%EC%88%98%EB%A0%B9%EC%95%A1-%EA%B3%84%EC%82%B0&quot;&gt;기여금&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%8F%84%EC%95%BD%EA%B3%84%EC%A2%8C-%EA%B0%88%EC%95%84%ED%83%80%EA%B8%B0-2026-%E2%80%94-%EA%B8%B0%EC%97%AC%EA%B8%88-%EC%A7%80%ED%82%A4%EB%A9%B0-%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88%EC%9C%BC%EB%A1%9C-%EC%9D%B4%EC%A0%84%ED%95%98%EB%8A%94-%EB%B2%95&quot;&gt;갈아타기&lt;/a&gt;
  &lt;/div&gt;
&lt;/nav&gt;

&lt;!-- ===== 헤더 ===== --&gt;
&lt;div class=&quot;header1&quot;&gt;
  &lt;p class=&quot;badge&quot;&gt;D-6 · 2026년 6월 22일 출시&lt;/p&gt;
  &lt;h1&gt;청년미래적금 신청방법,&lt;br&gt;5부제 일정 완벽 정리&lt;/h1&gt;
  &lt;p class=&quot;sub&quot;&gt;언제 어떤 앱으로, 어떤 순서로 신청해야 하는지 미리 확인하세요&lt;/p&gt;
&lt;/div&gt;

&lt;!-- ===== 상단 CTA ===== --&gt;
&lt;div class=&quot;btn-wrap-top&quot;&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%8B%A0%EC%B2%AD%ED%95%98%EA%B8%B0-%E2%80%94-%EC%9E%90%EA%B2%A9-%ED%99%95%EC%9D%B8-%ED%9B%84-%EC%A7%80%EA%B8%88-%EB%B0%94%EB%A1%9C-%EC%8B%9C%EC%9E%91&quot; class=&quot;btn&quot;&gt;▶ 신청 가능 여부 지금 확인하기&lt;/a&gt;
&lt;/div&gt;

&lt;!-- ===== 광고 슬롯 A ===== --&gt;
&lt;div class=&quot;ad-container&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- ===== 해시태그 ===== --&gt;
&lt;div class=&quot;section&quot; style=&quot;padding-bottom: 0;&quot;&gt;
  &lt;div class=&quot;hashtag-wrap&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-2026-%EC%99%84%EB%B2%BD-%EC%A0%95%EB%A6%AC-%E2%80%94-%EB%82%98%EB%8A%94-%ED%95%B4%EB%8B%B9%EB%90%A0%EA%B9%8C#google_vignette&quot; class=&quot;hashtag&quot;&gt;#청년미래적금자격조건&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%8F%84%EC%95%BD%EA%B3%84%EC%A2%8C-%EA%B0%88%EC%95%84%ED%83%80%EA%B8%B0-2026-%E2%80%94-%EA%B8%B0%EC%97%AC%EA%B8%88-%EC%A7%80%ED%82%A4%EB%A9%B0-%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88%EC%9C%BC%EB%A1%9C-%EC%9D%B4%EC%A0%84%ED%95%98%EB%8A%94-%EB%B2%95&quot; class=&quot;hashtag&quot;&gt;#도약계좌갈아타기&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%8B%A0%EC%B2%AD%ED%95%98%EA%B8%B0-%E2%80%94-%EC%9E%90%EA%B2%A9-%ED%99%95%EC%9D%B8-%ED%9B%84-%EC%A7%80%EA%B8%88-%EB%B0%94%EB%A1%9C-%EC%8B%9C%EC%9E%91&quot; class=&quot;hashtag&quot;&gt;#신청바로가기&lt;/a&gt;
  &lt;/div&gt;
  &lt;p class=&quot;hashtag-desc&quot;&gt;청년미래적금은 2026년 6월 22일 첫 신청을 시작합니다. 출생연도 끝자리 기준 5부제로 운영되어 내 신청 가능일이 정해져 있습니다. 해당 날짜를 놓치면 다음 주 자유 신청 기간까지 기다려야 합니다.&lt;/p&gt;
&lt;/div&gt;

&lt;!-- ===== PASONA ===== --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;div class=&quot;problem-box&quot;&gt;
    &lt;span class=&quot;box-label&quot; style=&quot;color:#b91c1c;&quot;&gt;  이런 걱정, 하고 계신가요?&lt;/span&gt;
    &lt;p&gt;&quot;청년미래적금 신청하고 싶은데 언제, 어느 은행에서, 어떻게 신청하는지 모르겠어요.&quot;&lt;br&gt;인터넷에 검색해봐도 확정 정보가 없고, 은행마다 다를 것 같아서 헷갈립니다.&lt;/p&gt;
    &lt;hr style=&quot;border:none; border-top:1px solid #fca5a5; margin: 12px 0;&quot;&gt;
    &lt;p&gt;출시일이 코앞인데 절차를 모르고 있다가 신청 기간을 놓치는 분들이 생각보다 많습니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;agitation-box&quot;&gt;
    &lt;span class=&quot;box-label&quot; style=&quot;color:#92400e;&quot;&gt;⚡ 이것만 미리 알면 됩니다&lt;/span&gt;
    &lt;p&gt;청년미래적금은 &lt;strong&gt;5부제로 첫 주 신청일이 나뉩니다.&lt;/strong&gt; 내 출생연도 끝자리에 해당하는 날 신청하지 않으면, 둘째 주까지 기다려야 해요. 게다가 예산 소진 시 조기 마감될 수 있어서 &lt;strong&gt;첫 주에 신청하는 게 유리합니다.&lt;/strong&gt;&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;solution-box&quot;&gt;
    &lt;span class=&quot;box-label&quot; style=&quot;color:#166534;&quot;&gt;✅ 이 페이지에서 해결됩니다&lt;/span&gt;
    &lt;p&gt;5부제 신청 일정, 신청 가능한 은행 목록, 앱 신청 단계별 순서, 준비해야 할 서류까지 한 번에 정리했습니다. 지금 내 신청일만 확인해두면 출시 당일 5분이면 끝납니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;offer-box&quot;&gt;
    &lt;span class=&quot;box-label&quot; style=&quot;color:#1e40af;&quot;&gt;  이 페이지에서 알 수 있는 것&lt;/span&gt;
    &lt;p&gt;① 내 5부제 신청 가능일 &amp;nbsp;② 참여 은행 15개 목록 &amp;nbsp;③ 앱 신청 4단계 순서 &amp;nbsp;④ 필요 서류 &amp;nbsp;⑤ 신청 시 자주 실패하는 이유&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;narrow-box&quot;&gt;
      첫 주 5부제 신청은 6월 22일~27일, 딱 6일뿐!&lt;br&gt;
    &lt;span style=&quot;font-size:13px; font-weight:500;&quot;&gt;내 신청일 지금 확인하고, 출시일 당일 바로 신청하세요&lt;/span&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- ===== 광고 슬롯 B ===== --&gt;
&lt;div class=&quot;ad-container&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- ===== 5부제 일정 ===== --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;span class=&quot;item-title&quot;&gt;  출생연도 끝자리별 5부제 신청일&lt;/span&gt;

  &lt;table class=&quot;schedule-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;/tr&gt;
    &lt;/thead&gt;
    &lt;tbody&gt;
      &lt;tr class=&quot;highlight-row&quot;&gt;
        &lt;td&gt;&lt;strong&gt;6월 22일(일)&lt;/strong&gt;&lt;/td&gt;
        &lt;td&gt;출생연도 끝자리 &lt;strong&gt;1, 6&lt;/strong&gt;&lt;/td&gt;
        &lt;td&gt;출시 첫날&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td&gt;6월 23일(월)&lt;/td&gt;
        &lt;td&gt;끝자리 &lt;strong&gt;2, 7&lt;/strong&gt;&lt;/td&gt;
        &lt;td&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td&gt;6월 24일(화)&lt;/td&gt;
        &lt;td&gt;끝자리 &lt;strong&gt;3, 8&lt;/strong&gt;&lt;/td&gt;
        &lt;td&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td&gt;6월 25일(수)&lt;/td&gt;
        &lt;td&gt;끝자리 &lt;strong&gt;4, 9&lt;/strong&gt;&lt;/td&gt;
        &lt;td&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td&gt;6월 26일(목)&lt;/td&gt;
        &lt;td&gt;끝자리 &lt;strong&gt;5, 0&lt;/strong&gt;&lt;/td&gt;
        &lt;td&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr class=&quot;free-row&quot;&gt;
        &lt;td&gt;6월 27일(금) ~ 7월 3일(목)&lt;/td&gt;
        &lt;td&gt;&lt;strong&gt;전체 출생연도 자유 신청&lt;/strong&gt;&lt;/td&gt;
        &lt;td&gt;누구나 가능&lt;/td&gt;
      &lt;/tr&gt;
    &lt;/tbody&gt;
  &lt;/table&gt;

  &lt;div class=&quot;warn-banner&quot;&gt;
    ⚠️ &lt;strong&gt;5부제 기간(6.22~6.26) 중 내 날짜가 아닌 날엔 신청이 거절됩니다.&lt;/strong&gt; 6월 27일 이후 자유 신청 기간에는 누구나 가능하지만, 예산 소진 시 조기 마감될 수 있으니 해당일 바로 신청하는 걸 권장합니다.
  &lt;/div&gt;

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

  &lt;!-- 신청 가능 은행 --&gt;
  &lt;span class=&quot;item-title&quot;&gt;  신청 가능한 은행 (15개)&lt;/span&gt;
  &lt;div class=&quot;bank-grid&quot;&gt;
    &lt;div class=&quot;bank-badge&quot;&gt;국민은행&lt;/div&gt;
    &lt;div class=&quot;bank-badge&quot;&gt;신한은행&lt;/div&gt;
    &lt;div class=&quot;bank-badge&quot;&gt;우리은행&lt;/div&gt;
    &lt;div class=&quot;bank-badge&quot;&gt;하나은행&lt;/div&gt;
    &lt;div class=&quot;bank-badge&quot;&gt;농협은행&lt;/div&gt;
    &lt;div class=&quot;bank-badge&quot;&gt;기업은행&lt;/div&gt;
    &lt;div class=&quot;bank-badge&quot;&gt;SC제일은행&lt;/div&gt;
    &lt;div class=&quot;bank-badge&quot;&gt;부산은행&lt;/div&gt;
    &lt;div class=&quot;bank-badge&quot;&gt;대구은행&lt;/div&gt;
    &lt;div class=&quot;bank-badge&quot;&gt;경남은행&lt;/div&gt;
    &lt;div class=&quot;bank-badge&quot;&gt;광주은행&lt;/div&gt;
    &lt;div class=&quot;bank-badge&quot;&gt;전북은행&lt;/div&gt;
    &lt;div class=&quot;bank-badge&quot;&gt;제주은행&lt;/div&gt;
    &lt;div class=&quot;bank-badge&quot;&gt;iM뱅크&lt;/div&gt;
    &lt;div class=&quot;bank-badge&quot;&gt;토스뱅크&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class=&quot;notice-box&quot; style=&quot;margin-top:10px;&quot;&gt;
    &lt;p&gt;1인 1계좌만 개설 가능하며, 가입 후 은행 변경은 불가합니다. 금리 및 기여금 조건은 모든 은행 동일합니다.&lt;/p&gt;
    &lt;p&gt;비대면(앱·인터넷뱅킹) 신청만 가능합니다. 영업점 방문 신청은 지원하지 않습니다.&lt;/p&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- ===== 광고 슬롯 C ===== --&gt;
&lt;div class=&quot;ad-container&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- ===== 신청 절차 + FAQ ===== --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;span class=&quot;item-title&quot;&gt;  앱 신청 4단계 순서&lt;/span&gt;
  &lt;div class=&quot;step-wrap&quot;&gt;
    &lt;div class=&quot;step-item&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;1&lt;/div&gt;
      &lt;div class=&quot;step-text&quot;&gt;
        &lt;strong&gt;은행 앱 실행 → 청년미래적금 검색&lt;/strong&gt;
        출시일(6월 22일) 이후 은행 앱 메인 배너 또는 검색창에 '청년미래적금' 입력
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;step-item&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;2&lt;/div&gt;
      &lt;div class=&quot;step-text&quot;&gt;
        &lt;strong&gt;자격 자동 조회 및 확인&lt;/strong&gt;
        주민등록번호·소득·가구원 정보를 국세청·건보공단과 자동 연계해 조회. 별도 서류 제출 없이 앱 내 자동 심사 (1~3분 소요)
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;step-item&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;3&lt;/div&gt;
      &lt;div class=&quot;step-text&quot;&gt;
        &lt;strong&gt;월 납입금액 설정 및 계좌 개설&lt;/strong&gt;
        월 납입액을 1만원 ~ 50만원 범위에서 자유롭게 설정. 이후 언제든 변경 가능 (중도 변경 허용)
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;step-item&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;4&lt;/div&gt;
      &lt;div class=&quot;step-text&quot;&gt;
        &lt;strong&gt;자동이체 등록 완료&lt;/strong&gt;
        매월 자동이체 날짜를 지정하면 신청 완료. 자동이체 미등록 시에도 수동 납입 가능
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

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

  &lt;!-- FAQ --&gt;
  &lt;span class=&quot;item-title&quot;&gt;❓ 자주 묻는 질문&lt;/span&gt;

  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;p class=&quot;faq-q&quot;&gt;신청 당일 꼭 한 번에 완료해야 하나요?&lt;/p&gt;
    &lt;p class=&quot;faq-a&quot;&gt;아닙니다. 5부제 신청 가능일에 시작만 하면 됩니다. 단, 자격 조회부터 계좌 개설까지 당일 내 완료해야 신청이 확정됩니다. 중간에 앱을 끄면 처음부터 다시 해야 합니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;p class=&quot;faq-q&quot;&gt;이미 주거래 은행에 청년도약계좌가 있는데, 같은 은행에 신청해야 하나요?&lt;/p&gt;
    &lt;p class=&quot;faq-a&quot;&gt;꼭 같은 은행이 아니어도 됩니다. 15개 은행 중 자유롭게 선택할 수 있습니다. 단, 청년도약계좌와 청년미래적금은 중복 가입이 불가하므로, 도약계좌 해지 후 신청해야 합니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;bridge-text&quot;&gt;
      신청 방법보다 중요한 게 하나 있어요. 바로 &quot;내가 일반형인지 우대형인지&quot;를 먼저 파악하는 것입니다. 같은 50만원을 넣어도 최종 수령액이 수백만원 차이 날 수 있거든요. 내 기여금이 얼마인지 미리 계산해두세요.  
  &lt;/div&gt;

  &lt;div class=&quot;btn-wrap&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%8B%A0%EC%B2%AD%ED%95%98%EA%B8%B0-%E2%80%94-%EC%9E%90%EA%B2%A9-%ED%99%95%EC%9D%B8-%ED%9B%84-%EC%A7%80%EA%B8%88-%EB%B0%94%EB%A1%9C-%EC%8B%9C%EC%9E%91&quot; class=&quot;btn&quot;&gt;내 예상 기여금 지금 확인하기&lt;/a&gt;
  &lt;/div&gt;

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

  &lt;!-- 유의사항 --&gt;
  &lt;span class=&quot;item-title&quot;&gt;⚠️ 유의사항&lt;/span&gt;
  &lt;div class=&quot;notice-box&quot;&gt;
    &lt;p&gt;이 페이지는 정보 제공 목적으로 작성되었으며, 공식 정부 안내가 아닙니다.&lt;/p&gt;
    &lt;p&gt;5부제 일정 및 참여 은행 목록은 금융위원회 공식 발표 기준이며, 출시 전후 변경될 수 있습니다.&lt;/p&gt;
    &lt;p&gt;자동 자격 조회 시 국세청·건강보험공단 정보와 불일치할 경우 가입이 거절될 수 있습니다.&lt;/p&gt;
    &lt;p&gt;납입 중단 또는 임의 해지 시 기여금 및 비과세 혜택을 받을 수 없습니다.&lt;/p&gt;
    &lt;p&gt;매월 납입하지 않아도 유지되나, 미납 월에는 해당 월 기여금이 지급되지 않습니다.&lt;/p&gt;
    &lt;p&gt;금융 상품 가입 전 반드시 해당 은행 공식 안내를 확인하시기 바랍니다.&lt;/p&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- ===== 광고 슬롯 D ===== --&gt;
&lt;div class=&quot;ad-container&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- ===== 관련 페이지 ===== --&gt;
&lt;div class=&quot;related-section&quot;&gt;
  &lt;p class=&quot;related-title&quot;&gt;  관련 정보 더 보기&lt;/p&gt;
  &lt;div class=&quot;related-grid&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-2026-%EC%99%84%EB%B2%BD-%EC%A0%95%EB%A6%AC-%E2%80%94-%EB%82%98%EB%8A%94-%ED%95%B4%EB%8B%B9%EB%90%A0%EA%B9%8C#google_vignette&quot; class=&quot;related-card&quot;&gt;
      &lt;p class=&quot;rc-label&quot;&gt;자격조건&lt;/p&gt;
      &lt;p class=&quot;rc-title&quot;&gt;나이·소득·가구 조건 30초 확인&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EA%B8%B0%EC%97%AC%EA%B8%88-%EC%96%BC%EB%A7%88%EB%82%98-%EB%B0%9B%EB%82%98-%E2%80%94-%EC%B5%9C%EB%8C%80-2255%EB%A7%8C%EC%9B%90-%EC%88%98%EB%A0%B9%EC%95%A1-%EA%B3%84%EC%82%B0&quot; class=&quot;related-card&quot;&gt;
      &lt;p class=&quot;rc-label&quot;&gt;기여금 계산&lt;/p&gt;
      &lt;p class=&quot;rc-title&quot;&gt;내 예상 수령액 최대 2,255만원?&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%8F%84%EC%95%BD%EA%B3%84%EC%A2%8C-%EA%B0%88%EC%95%84%ED%83%80%EA%B8%B0-2026-%E2%80%94-%EA%B8%B0%EC%97%AC%EA%B8%88-%EC%A7%80%ED%82%A4%EB%A9%B0-%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88%EC%9C%BC%EB%A1%9C-%EC%9D%B4%EC%A0%84%ED%95%98%EB%8A%94-%EB%B2%95&quot; class=&quot;related-card&quot;&gt;
      &lt;p class=&quot;rc-label&quot;&gt;갈아타기&lt;/p&gt;
      &lt;p class=&quot;rc-title&quot;&gt;청년도약계좌 손해 없이 갈아타기&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%8B%A0%EC%B2%AD%ED%95%98%EA%B8%B0-%E2%80%94-%EC%9E%90%EA%B2%A9-%ED%99%95%EC%9D%B8-%ED%9B%84-%EC%A7%80%EA%B8%88-%EB%B0%94%EB%A1%9C-%EC%8B%9C%EC%9E%91&quot; class=&quot;related-card&quot;&gt;
      &lt;p class=&quot;rc-label&quot;&gt;바로 신청&lt;/p&gt;
      &lt;p class=&quot;rc-title&quot;&gt;지금 바로 신청 시작하기&lt;/p&gt;
    &lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ===== 푸터 ===== --&gt;
&lt;div class=&quot;footer&quot;&gt;
  &lt;p&gt;본 페이지는 청년미래적금 관련 정보를 제공하기 위한 목적으로 운영됩니다.&lt;/p&gt;
  &lt;p&gt;금융 상품 가입 전 반드시 공식 금융기관 안내를 확인하시기 바랍니다.&lt;/p&gt;
  &lt;p&gt;
    &lt;a href=&quot;#&quot;&gt;개인정보처리방침&lt;/a&gt; &amp;nbsp;|&amp;nbsp;
    &lt;a href=&quot;#&quot;&gt;이용약관&lt;/a&gt;
  &lt;/p&gt;
  &lt;p style=&quot;margin-top:6px;&quot;&gt;© 2026 청년미래적금 가이드. All rights reserved.&lt;/p&gt;
&lt;/div&gt;

&lt;/div&gt;&lt;!-- /wrap --&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <category>소소 생활</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/102</guid>
      <comments>https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-2026-%E2%80%94-6%EC%9B%94-22%EC%9D%BC-5%EB%B6%80%EC%A0%9C-%EC%9D%BC%EC%A0%95-%EC%B4%9D%EC%A0%95%EB%A6%AC#entry102comment</comments>
      <pubDate>Tue, 16 Jun 2026 16:08:38 +0900</pubDate>
    </item>
    <item>
      <title>청년미래적금 기여금 얼마나 받나 &amp;mdash; 최대 2,255만원 수령액 계산</title>
      <link>https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EA%B8%B0%EC%97%AC%EA%B8%88-%EC%96%BC%EB%A7%88%EB%82%98-%EB%B0%9B%EB%82%98-%E2%80%94-%EC%B5%9C%EB%8C%80-2255%EB%A7%8C%EC%9B%90-%EC%88%98%EB%A0%B9%EC%95%A1-%EA%B3%84%EC%82%B0</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,255만원 수령액 계산&lt;/title&gt;
&lt;meta name=&quot;description&quot; content=&quot;청년미래적금 기여금 2026 최신 정리. 일반형 6% vs 우대형 12% 차이, 월 납입액별 예상 수령액 계산표까지 한눈에 확인하세요.&quot;&gt;
&lt;meta property=&quot;og:title&quot; content=&quot;청년미래적금 기여금 얼마나 받나 — 수령액 계산표&quot;&gt;
&lt;meta property=&quot;og:description&quot; content=&quot;일반형·우대형 기여금 차이와 내 예상 수령액, 3년 만기 최대 2,255만원 달성 조건을 확인하세요.&quot;&gt;
&lt;meta property=&quot;og:image&quot; content=&quot;https://via.placeholder.com/1200x630/e63946/ffffff?text=청년미래적금+기여금+계산&quot;&gt;

&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Gowun+Dodum&amp;family=Noto+Sans+KR:wght@400;500;700;900&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;

&lt;style&gt;
  :root {
    --primary: #e63946;
    --primary-dark: #c1121f;
    --bg: #f0f7f4;
    --text: #1a1a1a;
    --gray: #6b7280;
    --light-gray: #e8f3ee;
    --border: #c9e0d6;
    --box-bg: #ffffff;
    --red: #e63946;
    --red-dark: #c1121f;
    --green: #16a34a;
  }

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

  body {
    font-family: 'Gowun Dodum', 'Noto Sans KR', sans-serif;
    background: #ddeee6;
    color: var(--text);
    font-size: 15px;
    line-height: 1.75;
  }

  .wrap {
    max-width: 720px;
    margin: 0 auto;
    background: var(--bg);
    min-height: 100vh;
  }

  /* ===== 내비게이션 ===== */
  .gnb {
    background: #f5fbf8;
    border-bottom: 1px solid var(--border);
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 52px;
    position: sticky;
    top: 0;
    z-index: 100;
  }
  .gnb-logo {
    font-family: 'Gowun Dodum', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: var(--primary);
    text-decoration: none;
    letter-spacing: -0.3px;
  }
  .gnb-nav { display: flex; gap: 4px; }
  .gnb-nav a {
    font-size: 11px;
    font-weight: 700;
    color: var(--gray);
    text-decoration: none;
    padding: 5px 8px;
    border-radius: 6px;
    transition: all 0.2s;
    white-space: nowrap;
  }
  .gnb-nav a:hover, .gnb-nav a.active {
    background: #d4eddf;
    color: var(--green);
  }
  @media (max-width: 480px) {
    .gnb { padding: 0 14px; }
    .gnb-nav a { font-size: 10px; padding: 4px 6px; }
  }

  /* ===== 헤더 ===== */
  .header1 {
    background: linear-gradient(135deg, #e63946 0%, #c1121f 100%);
    color: #fff;
    padding: 36px 24px 30px;
    text-align: center;
  }
  @media (max-width: 480px) { .header1 { padding: 28px 16px 24px; } }
  .header1 .badge {
    display: inline-block;
    background: rgba(255,255,255,0.22);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
  }
  .header1 h1 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.45;
    margin-bottom: 10px;
    word-break: keep-all;
  }
  @media (max-width: 480px) { .header1 h1 { font-size: 20px; } }
  .header1 .sub { font-size: 13px; opacity: 0.88; letter-spacing: 0.3px; }

  /* ===== CTA 버튼 ===== */
  .btn-wrap-top { padding: 20px 24px 0; }
  @media (max-width: 480px) { .btn-wrap-top { padding: 16px 16px 0; } }

  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    width: 100%;
    padding: 15px 26px;
    border-radius: 8px;
    background: var(--primary);
    color: #ffffff;
    font-size: 17px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(230, 57, 70, 0.28);
    transition: background 0.2s ease, transform 0.1s ease;
    word-break: keep-all;
    font-family: 'Noto Sans KR', sans-serif;
  }
  .btn:hover { background: var(--primary-dark); transform: translateY(-1px); }
  .btn:active { transform: scale(0.97); }

  /* ===== 광고 ===== */
  .ad-container {
    background: #eaf4ee;
    border: 1px dashed #a8d5b8;
    text-align: center;
    padding: 10px;
    margin: 20px 24px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 11px;
    color: #aaa;
  }
  @media (max-width: 480px) { .ad-container { margin: 16px 16px; } }

  /* ===== 섹션 ===== */
  .section { padding: 28px 24px; }
  @media (max-width: 480px) { .section { padding: 22px 16px; } }
  .section + .section { padding-top: 0; }

  .item-title {
    display: block;
    font-size: 16px;
    font-weight: 900;
    font-family: 'Noto Sans KR', sans-serif;
    color: var(--text);
    margin-bottom: 12px;
    padding-left: 12px;
    border-left: 4px solid var(--red);
    word-break: keep-all;
  }
  @media (max-width: 480px) { .item-title { font-size: 15px; } }

  hr.divider { border: none; border-top: 1px solid var(--border); margin: 22px 0; }

  /* ===== PASONA 박스 ===== */
  .problem-box {
    background: #fff5f5;
    border: 1.5px solid #fca5a5;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 14px;
    word-break: keep-all;
  }
  .agitation-box {
    background: #fefce8;
    border: 1.5px solid #fde047;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 14px;
    word-break: keep-all;
  }
  .solution-box {
    background: #f0fdf4;
    border: 1.5px solid #86efac;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 14px;
    word-break: keep-all;
  }
  .offer-box {
    background: #eff6ff;
    border: 1.5px solid #93c5fd;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 14px;
    word-break: keep-all;
  }
  .narrow-box {
    background: linear-gradient(135deg, #fff3cd, #ffeaa7);
    border: 2px solid #ffc107;
    border-radius: 12px;
    padding: 18px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: #92400e;
    word-break: keep-all;
    line-height: 1.7;
  }
  .box-label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 8px; }

  /* ===== 해시태그 ===== */
  .hashtag-wrap { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 10px; }
  .hashtag {
    display: inline-block;
    background: #d4eddf;
    border-radius: 20px;
    padding: 7px 16px;
    font-size: 13px;
    font-weight: 700;
    color: #166534;
    text-decoration: none;
    transition: all 0.2s;
  }
  .hashtag:hover { background: var(--primary); color: #fff; }
  .hashtag-desc { font-size: 13px; color: var(--gray); line-height: 1.7; word-break: keep-all; margin-top: 10px; }

  /* ===== 기여금 비교 카드 (2열) ===== */
  .compare-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 16px;
  }
  .compare-card {
    border-radius: 14px;
    padding: 20px 14px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  }
  .compare-card.general {
    background: #fff;
    border: 2px solid var(--border);
  }
  .compare-card.special {
    background: linear-gradient(145deg, #fff5f5, #ffecec);
    border: 2px solid #fca5a5;
  }
  .compare-card .c-label {
    font-size: 12px;
    font-weight: 700;
    color: var(--gray);
    margin-bottom: 10px;
    letter-spacing: 0.5px;
  }
  .compare-card.special .c-label { color: var(--red); }
  .compare-card .c-rate {
    font-size: 38px;
    font-weight: 900;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1;
    margin-bottom: 6px;
    color: var(--text);
  }
  .compare-card.special .c-rate { color: var(--red); }
  .compare-card .c-unit { font-size: 13px; color: var(--gray); margin-bottom: 12px; }
  .compare-card .c-max {
    font-size: 13px;
    font-weight: 700;
    background: var(--light-gray);
    border-radius: 8px;
    padding: 6px 10px;
    color: var(--text);
  }
  .compare-card.special .c-max { background: #ffe4e4; color: var(--red-dark); }

  /* ===== 수령액 계산 테이블 ===== */
  .calc-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 14px;
    font-size: 13px;
  }
  .calc-table th {
    background: var(--primary);
    color: #fff;
    padding: 11px 8px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    font-family: 'Noto Sans KR', sans-serif;
  }
  .calc-table td {
    padding: 10px 8px;
    text-align: center;
    border-bottom: 1px solid var(--border);
    vertical-align: middle;
    line-height: 1.5;
    background: #fff;
  }
  .calc-table tr:last-child td { border-bottom: none; }
  .calc-table tr:nth-child(even) td { background: #f5fbf8; }
  .calc-table .highlight-row td {
    background: #fff3f3;
    font-weight: 700;
    color: var(--red);
  }
  .calc-table .num { font-weight: 700; color: var(--red); font-family: 'Noto Sans KR', sans-serif; }
  @media (max-width: 480px) {
    .calc-table th, .calc-table td { padding: 8px 5px; font-size: 12px; }
  }

  /* ===== 정보 카드 ===== */
  .info-card {
    background: var(--box-bg);
    border: 1.5px solid var(--border);
    border-radius: 12px;
    padding: 0 16px;
    margin-bottom: 14px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    overflow: hidden;
  }
  .info-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 13px 0;
    border-bottom: 1px solid var(--border);
  }
  .info-row:last-child { border-bottom: none; }
  .info-label {
    font-size: 12px;
    font-weight: 700;
    color: var(--gray);
    min-width: 82px;
    padding-top: 2px;
    flex-shrink: 0;
  }
  .info-value {
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
    flex: 1;
    word-break: keep-all;
  }
  .info-value strong { color: var(--red); font-weight: 700; }
  .info-value small {
    display: block;
    font-size: 12px;
    color: var(--gray);
    margin-top: 3px;
    font-weight: 400;
  }

  /* ===== 경고 배너 ===== */
  .warn-banner {
    background: #fff1f2;
    border: 1.5px solid #fecdd3;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 14px;
    font-size: 14px;
    word-break: keep-all;
    line-height: 1.7;
  }
  .warn-banner strong { color: var(--red-dark); }

  /* ===== 주의사항 ===== */
  .notice-box {
    background: #eef7f2;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 14px 16px;
    margin-top: 6px;
  }
  .notice-box p {
    font-size: 13px;
    color: var(--gray);
    padding-left: 14px;
    position: relative;
    margin-bottom: 7px;
    word-break: keep-all;
    line-height: 1.65;
  }
  .notice-box p:last-child { margin-bottom: 0; }
  .notice-box p::before { content: '·'; position: absolute; left: 4px; }

  /* ===== FAQ ===== */
  .faq-item {
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 10px;
    word-break: keep-all;
    background: #fff;
  }
  .faq-q { font-weight: 700; font-size: 14px; color: var(--text); margin-bottom: 8px; }
  .faq-q::before { content: 'Q. '; color: var(--primary); }
  .faq-a { font-size: 14px; color: #444; line-height: 1.7; }
  .faq-a::before { content: 'A. '; color: var(--gray); font-weight: 700; }

  /* ===== 브릿지 ===== */
  .bridge-text {
    background: #f0fdf4;
    border-left: 4px solid #16a34a;
    border-radius: 0 8px 8px 0;
    padding: 14px 16px;
    margin: 18px 0 14px;
    font-size: 14px;
    font-weight: 500;
    color: #14532d;
    word-break: keep-all;
    line-height: 1.7;
  }

  .btn-wrap { margin: 6px 0 10px; }

  /* ===== 강조 박스 ===== */
  .emphasis-box {
    background: linear-gradient(135deg, #fff5f5, #fff0f0);
    border: 2px solid #fca5a5;
    border-radius: 14px;
    padding: 22px 20px;
    text-align: center;
    margin-bottom: 14px;
  }
  .emphasis-box .em-label {
    font-size: 12px;
    font-weight: 700;
    color: var(--gray);
    margin-bottom: 8px;
    letter-spacing: 0.5px;
  }
  .emphasis-box .em-amount {
    font-size: 40px;
    font-weight: 900;
    color: var(--red);
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.1;
    margin-bottom: 6px;
  }
  .emphasis-box .em-desc {
    font-size: 13px;
    color: var(--gray);
    line-height: 1.6;
    word-break: keep-all;
  }

  /* ===== 관련 페이지 ===== */
  .related-section { background: var(--light-gray); padding: 24px; border-top: 1px solid var(--border); }
  @media (max-width: 480px) { .related-section { padding: 20px 16px; } }
  .related-title { font-size: 14px; font-weight: 900; color: var(--gray); margin-bottom: 14px; letter-spacing: 0.5px; font-family: 'Noto Sans KR', sans-serif; }
  .related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
  @media (max-width: 360px) { .related-grid { grid-template-columns: 1fr; } }
  .related-card {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 14px;
    text-decoration: none;
    color: var(--text);
    display: block;
    transition: all 0.2s;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  }
  .related-card:hover {
    border-color: var(--primary);
    box-shadow: 0 2px 8px rgba(230,57,70,0.12);
    transform: translateY(-1px);
  }
  .related-card .rc-label { font-size: 10px; font-weight: 700; color: var(--primary); margin-bottom: 5px; letter-spacing: 0.5px; }
  .related-card .rc-title { font-size: 13px; font-weight: 700; line-height: 1.5; word-break: keep-all; }

  /* ===== 푸터 ===== */
  .footer { background: #1a1a1a; color: #9ca3af; font-size: 11px; text-align: center; padding: 24px 20px; line-height: 2; }
  .footer a { color: #6b7280; text-decoration: underline; }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;wrap&quot;&gt;

&lt;!-- ===== 내비게이션 ===== --&gt;
&lt;nav class=&quot;gnb&quot;&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-2026-%EC%99%84%EB%B2%BD-%EC%A0%95%EB%A6%AC-%E2%80%94-%EB%82%98%EB%8A%94-%ED%95%B4%EB%8B%B9%EB%90%A0%EA%B9%8C#google_vignette&quot; class=&quot;gnb-logo&quot;&gt;청년미래적금 가이드&lt;/a&gt;
  &lt;div class=&quot;gnb-nav&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-2026-%EC%99%84%EB%B2%BD-%EC%A0%95%EB%A6%AC-%E2%80%94-%EB%82%98%EB%8A%94-%ED%95%B4%EB%8B%B9%EB%90%A0%EA%B9%8C#google_vignette&quot;&gt;자격조건&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-2026-%E2%80%94-6%EC%9B%94-22%EC%9D%BC-5%EB%B6%80%EC%A0%9C-%EC%9D%BC%EC%A0%95-%EC%B4%9D%EC%A0%95%EB%A6%AC&quot;&gt;신청방법&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EA%B8%B0%EC%97%AC%EA%B8%88-%EC%96%BC%EB%A7%88%EB%82%98-%EB%B0%9B%EB%82%98-%E2%80%94-%EC%B5%9C%EB%8C%80-2255%EB%A7%8C%EC%9B%90-%EC%88%98%EB%A0%B9%EC%95%A1-%EA%B3%84%EC%82%B0&quot; class=&quot;active&quot;&gt;기여금&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%8F%84%EC%95%BD%EA%B3%84%EC%A2%8C-%EA%B0%88%EC%95%84%ED%83%80%EA%B8%B0-2026-%E2%80%94-%EA%B8%B0%EC%97%AC%EA%B8%88-%EC%A7%80%ED%82%A4%EB%A9%B0-%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88%EC%9C%BC%EB%A1%9C-%EC%9D%B4%EC%A0%84%ED%95%98%EB%8A%94-%EB%B2%95&quot;&gt;갈아타기&lt;/a&gt;
  &lt;/div&gt;
&lt;/nav&gt;

&lt;!-- ===== 헤더 ===== --&gt;
&lt;div class=&quot;header1&quot;&gt;
  &lt;p class=&quot;badge&quot;&gt;3년 만기 · 최대 2,255만원&lt;/p&gt;
  &lt;h1&gt;청년미래적금 기여금,&lt;br&gt;얼마나 받을 수 있나요?&lt;/h1&gt;
  &lt;p class=&quot;sub&quot;&gt;일반형 6% vs 우대형 12% — 납입액별 예상 수령액 계산표&lt;/p&gt;
&lt;/div&gt;

&lt;!-- ===== 상단 CTA ===== --&gt;
&lt;div class=&quot;btn-wrap-top&quot;&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%8B%A0%EC%B2%AD%ED%95%98%EA%B8%B0-%E2%80%94-%EC%9E%90%EA%B2%A9-%ED%99%95%EC%9D%B8-%ED%9B%84-%EC%A7%80%EA%B8%88-%EB%B0%94%EB%A1%9C-%EC%8B%9C%EC%9E%91&quot; class=&quot;btn&quot;&gt;▶ 내 예상 수령액 지금 계산하기&lt;/a&gt;
&lt;/div&gt;

&lt;!-- ===== 광고 슬롯 A ===== --&gt;
&lt;div class=&quot;ad-container&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- ===== 해시태그 ===== --&gt;
&lt;div class=&quot;section&quot; style=&quot;padding-bottom: 0;&quot;&gt;
  &lt;div class=&quot;hashtag-wrap&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-2026-%EC%99%84%EB%B2%BD-%EC%A0%95%EB%A6%AC-%E2%80%94-%EB%82%98%EB%8A%94-%ED%95%B4%EB%8B%B9%EB%90%A0%EA%B9%8C#google_vignette&quot; class=&quot;hashtag&quot;&gt;#청년미래적금자격조건&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-2026-%E2%80%94-6%EC%9B%94-22%EC%9D%BC-5%EB%B6%80%EC%A0%9C-%EC%9D%BC%EC%A0%95-%EC%B4%9D%EC%A0%95%EB%A6%AC&quot; class=&quot;hashtag&quot;&gt;#신청방법5부제&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%8B%A0%EC%B2%AD%ED%95%98%EA%B8%B0-%E2%80%94-%EC%9E%90%EA%B2%A9-%ED%99%95%EC%9D%B8-%ED%9B%84-%EC%A7%80%EA%B8%88-%EB%B0%94%EB%A1%9C-%EC%8B%9C%EC%9E%91&quot; class=&quot;hashtag&quot;&gt;#수령액계산하기&lt;/a&gt;
  &lt;/div&gt;
  &lt;p class=&quot;hashtag-desc&quot;&gt;청년미래적금의 핵심은 정부 기여금입니다. 같은 금액을 납입해도 일반형이냐 우대형이냐에 따라 3년 만기 시 수령액이 수백만원씩 달라집니다. 내가 어떤 유형인지 먼저 파악하는 게 중요합니다.&lt;/p&gt;
&lt;/div&gt;

&lt;!-- ===== PASONA ===== --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;div class=&quot;problem-box&quot;&gt;
    &lt;span class=&quot;box-label&quot; style=&quot;color:#b91c1c;&quot;&gt;  이런 분들이 많습니다&lt;/span&gt;
    &lt;p&gt;&quot;월 50만원 넣으면 최대 2,255만원이라고 하는데, 나는 얼마나 받는 건가요?&quot;&lt;br&gt;기여금 비율, 이자, 세금 혜택이 뒤섞여 있어서 실제 수령액이 얼마인지 감이 안 옵니다.&lt;/p&gt;
    &lt;hr style=&quot;border:none; border-top:1px solid #fca5a5; margin: 12px 0;&quot;&gt;
    &lt;p&gt;게다가 일반형인지 우대형인지조차 모르고 신청하는 분들이 많아, 알고 보면 더 받을 수 있었는데 손해 보는 경우도 있습니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;agitation-box&quot;&gt;
    &lt;span class=&quot;box-label&quot; style=&quot;color:#92400e;&quot;&gt;  이 차이, 생각보다 큽니다&lt;/span&gt;
    &lt;p&gt;월 50만원 기준으로 계산하면, &lt;strong&gt;일반형(6%)은 약 2,090만원, 우대형(12%)은 약 2,255만원&lt;/strong&gt;을 받습니다. 차이는 약 165만원이에요. 단순히 소득 기준 하나 차이로 165만원이 갈리는 겁니다. 내가 어디에 해당하는지 모르고 넘어가면 안 됩니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;solution-box&quot;&gt;
    &lt;span class=&quot;box-label&quot; style=&quot;color:#166534;&quot;&gt;✅ 이 페이지에서 해결됩니다&lt;/span&gt;
    &lt;p&gt;일반형과 우대형 기여금 차이, 월 납입액별 예상 수령액 계산표, 비과세 혜택 크기, 그리고 내가 어떤 유형에 해당하는지 판단 기준까지 한 번에 정리했습니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;offer-box&quot;&gt;
    &lt;span class=&quot;box-label&quot; style=&quot;color:#1e40af;&quot;&gt;  이 페이지에서 알 수 있는 것&lt;/span&gt;
    &lt;p&gt;① 일반형 vs 우대형 기여금 비율 비교 &amp;nbsp;② 월 납입액별 3년 수령액 계산표 &amp;nbsp;③ 비과세 혜택 규모 &amp;nbsp;④ 기여금 미지급 조건 &amp;nbsp;⑤ 내 유형 판단법&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;narrow-box&quot;&gt;
      월 50만원씩 3년 = 원금 1,800만원&lt;br&gt;
    &lt;span style=&quot;font-size:13px; font-weight:500;&quot;&gt;기여금 + 이자 + 비과세 혜택으로 최대 455만원을 추가로 받을 수 있어요&lt;/span&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- ===== 광고 슬롯 B ===== --&gt;
&lt;div class=&quot;ad-container&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- ===== 기여금 비교 ===== --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;span class=&quot;item-title&quot;&gt;  일반형 vs 우대형 기여금 비교&lt;/span&gt;

  &lt;div class=&quot;compare-grid&quot;&gt;
    &lt;div class=&quot;compare-card general&quot;&gt;
      &lt;p class=&quot;c-label&quot;&gt;일반형&lt;/p&gt;
      &lt;p class=&quot;c-rate&quot;&gt;6&lt;span style=&quot;font-size:20px;&quot;&gt;%&lt;/span&gt;&lt;/p&gt;
      &lt;p class=&quot;c-unit&quot;&gt;납입액 대비 기여금 비율&lt;/p&gt;
      &lt;p class=&quot;c-max&quot;&gt;월 최대 3만원 추가&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;compare-card special&quot;&gt;
      &lt;p class=&quot;c-label&quot;&gt;우대형 ★&lt;/p&gt;
      &lt;p class=&quot;c-rate&quot;&gt;12&lt;span style=&quot;font-size:20px;&quot;&gt;%&lt;/span&gt;&lt;/p&gt;
      &lt;p class=&quot;c-unit&quot;&gt;납입액 대비 기여금 비율&lt;/p&gt;
      &lt;p class=&quot;c-max&quot;&gt;월 최대 6만원 추가&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;info-card&quot;&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;일반형 조건&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;
        &lt;strong&gt;연 소득 6,000만원 초과 ~ 7,500만원 이하&lt;/strong&gt;
        &lt;small&gt;가구 중위소득 200% 이하 동시 충족 필요&lt;/small&gt;
      &lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;우대형 조건&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;
        &lt;strong&gt;연 소득 6,000만원 이하&lt;/strong&gt;
        &lt;small&gt;가구 중위소득 150% 이하 (신혼부부 200% 이하)&lt;/small&gt;
      &lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;기여금 상한&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;
        &lt;strong&gt;월 납입 50만원까지만 기여금 산정&lt;/strong&gt;
        &lt;small&gt;50만원 초과 납입분에는 기여금 미지급 (초과분도 이자는 발생)&lt;/small&gt;
      &lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;비과세 혜택&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;
        &lt;strong&gt;이자소득세 및 농특세 전액 면제&lt;/strong&gt;
        &lt;small&gt;일반 적금 대비 이자의 약 15.4% 절세 효과 (일반형·우대형 공통)&lt;/small&gt;
      &lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

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

  &lt;!-- 수령액 계산표 --&gt;
  &lt;span class=&quot;item-title&quot;&gt;  월 납입액별 3년 만기 예상 수령액&lt;/span&gt;
  &lt;p style=&quot;font-size:13px; color:var(--gray); margin-bottom:12px; word-break:keep-all;&quot;&gt;※ 은행 기본금리 연 4.5% 가정, 기여금·이자 합산 기준 (세금 면제 적용)&lt;/p&gt;

  &lt;table class=&quot;calc-table&quot;&gt;
    &lt;thead&gt;
      &lt;tr&gt;
        &lt;th&gt;월 납입액&lt;/th&gt;
        &lt;th&gt;원금 (3년)&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;360만원&lt;/td&gt;
        &lt;td class=&quot;num&quot;&gt;약 418만원&lt;/td&gt;
        &lt;td class=&quot;num&quot;&gt;약 452만원&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td&gt;20만원&lt;/td&gt;
        &lt;td&gt;720만원&lt;/td&gt;
        &lt;td class=&quot;num&quot;&gt;약 836만원&lt;/td&gt;
        &lt;td class=&quot;num&quot;&gt;약 904만원&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td&gt;30만원&lt;/td&gt;
        &lt;td&gt;1,080만원&lt;/td&gt;
        &lt;td class=&quot;num&quot;&gt;약 1,254만원&lt;/td&gt;
        &lt;td class=&quot;num&quot;&gt;약 1,356만원&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td&gt;40만원&lt;/td&gt;
        &lt;td&gt;1,440만원&lt;/td&gt;
        &lt;td class=&quot;num&quot;&gt;약 1,672만원&lt;/td&gt;
        &lt;td class=&quot;num&quot;&gt;약 1,808만원&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr class=&quot;highlight-row&quot;&gt;
        &lt;td&gt;&lt;strong&gt;50만원 (최대)&lt;/strong&gt;&lt;/td&gt;
        &lt;td&gt;&lt;strong&gt;1,800만원&lt;/strong&gt;&lt;/td&gt;
        &lt;td&gt;&lt;strong&gt;약 2,090만원&lt;/strong&gt;&lt;/td&gt;
        &lt;td&gt;&lt;strong&gt;약 2,255만원&lt;/strong&gt;&lt;/td&gt;
      &lt;/tr&gt;
    &lt;/tbody&gt;
  &lt;/table&gt;

  &lt;div class=&quot;emphasis-box&quot;&gt;
    &lt;p class=&quot;em-label&quot;&gt;우대형 기준 최대 수령액&lt;/p&gt;
    &lt;p class=&quot;em-amount&quot;&gt;2,255만원&lt;/p&gt;
    &lt;p class=&quot;em-desc&quot;&gt;원금 1,800만원 + 정부 기여금 216만원 + 이자(비과세) 약 239만원&lt;br&gt;일반 예금 대비 약 455만원 더 받는 효과&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;warn-banner&quot;&gt;
    ⚠️ &lt;strong&gt;미납 월에는 기여금이 지급되지 않습니다.&lt;/strong&gt; 매월 꾸준히 납입해야 기여금을 온전히 받을 수 있으며, 중도해지 시 기여금 전액과 비과세 혜택이 소멸됩니다. 자동이체 설정을 강력히 권장합니다.
  &lt;/div&gt;

  &lt;div class=&quot;notice-box&quot;&gt;
    &lt;p&gt;위 수령액은 은행 기본금리 연 4.5% 및 정부 발표 기준 기여금 비율을 적용한 추정치입니다.&lt;/p&gt;
    &lt;p&gt;실제 금리는 은행별로 차이가 있을 수 있으며, 가입 시 확정 금리를 반드시 확인하세요.&lt;/p&gt;
    &lt;p&gt;소득 구간이 경계선 근처인 경우, 가입 후 소득 재산정 결과에 따라 일반형으로 전환될 수 있습니다.&lt;/p&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- ===== 광고 슬롯 C ===== --&gt;
&lt;div class=&quot;ad-container&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- ===== FAQ ===== --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;span class=&quot;item-title&quot;&gt;❓ 기여금 관련 자주 묻는 질문&lt;/span&gt;

  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;p class=&quot;faq-q&quot;&gt;월 납입액을 매달 다르게 해도 기여금을 받을 수 있나요?&lt;/p&gt;
    &lt;p class=&quot;faq-a&quot;&gt;네, 자유적립식이기 때문에 매달 납입액을 다르게 설정할 수 있습니다. 기여금은 당월 실제 납입액의 6% 또는 12%를 지급하므로, 적게 낸 달은 기여금도 그만큼 적어집니다. 50만원 이상 납입해도 기여금은 50만원 기준으로만 산정됩니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;p class=&quot;faq-q&quot;&gt;기여금은 언제 지급되나요?&lt;/p&gt;
    &lt;p class=&quot;faq-a&quot;&gt;기여금은 매월 납입 확인 후 다음 달 초에 계좌에 적립되는 방식입니다. 만기 시 원금 + 기여금 + 이자를 합산해 일괄 지급합니다. 중간에 통장을 확인하면 기여금 누적 내역을 확인할 수 있습니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;bridge-text&quot;&gt;
      사실 많은 분들이 &quot;나는 일반형이겠지&quot; 하고 포기하는 경우가 많은데요. 소득 기준 계산법이 생각보다 복잡해서, 실제로 우대형에 해당되는데 모르고 일반형으로 신청하는 경우도 있습니다. 내 정확한 유형과 수령액을 아래서 직접 확인해보세요.  
  &lt;/div&gt;

  &lt;div class=&quot;btn-wrap&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%8B%A0%EC%B2%AD%ED%95%98%EA%B8%B0-%E2%80%94-%EC%9E%90%EA%B2%A9-%ED%99%95%EC%9D%B8-%ED%9B%84-%EC%A7%80%EA%B8%88-%EB%B0%94%EB%A1%9C-%EC%8B%9C%EC%9E%91&quot; class=&quot;btn&quot;&gt;내 기여금 유형 정확히 확인하기&lt;/a&gt;
  &lt;/div&gt;

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

  &lt;span class=&quot;item-title&quot;&gt;⚠️ 유의사항&lt;/span&gt;
  &lt;div class=&quot;notice-box&quot;&gt;
    &lt;p&gt;이 페이지는 정보 제공 목적으로 작성되었으며, 공식 정부 안내가 아닙니다.&lt;/p&gt;
    &lt;p&gt;수령액 계산표는 추정치이며, 실제 금리 및 기여금 조건에 따라 달라질 수 있습니다.&lt;/p&gt;
    &lt;p&gt;일반 중도해지 시 정부 기여금 및 이자소득 비과세 혜택이 전액 소멸됩니다.&lt;/p&gt;
    &lt;p&gt;사망·해외이주·퇴직·폐업·장기 질병 등 불가피한 특별 중도해지 사유는 예외 적용됩니다.&lt;/p&gt;
    &lt;p&gt;기여금 지급 기준 및 세부 조건은 금융위원회 공식 발표 기준이며, 운영 중 변경될 수 있습니다.&lt;/p&gt;
    &lt;p&gt;금융 상품 가입 전 반드시 해당 은행 공식 안내를 확인하시기 바랍니다.&lt;/p&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- ===== 광고 슬롯 D ===== --&gt;
&lt;div class=&quot;ad-container&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- ===== 관련 페이지 ===== --&gt;
&lt;div class=&quot;related-section&quot;&gt;
  &lt;p class=&quot;related-title&quot;&gt;  관련 정보 더 보기&lt;/p&gt;
  &lt;div class=&quot;related-grid&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-2026-%EC%99%84%EB%B2%BD-%EC%A0%95%EB%A6%AC-%E2%80%94-%EB%82%98%EB%8A%94-%ED%95%B4%EB%8B%B9%EB%90%A0%EA%B9%8C#google_vignette&quot; class=&quot;related-card&quot;&gt;
      &lt;p class=&quot;rc-label&quot;&gt;자격조건&lt;/p&gt;
      &lt;p class=&quot;rc-title&quot;&gt;나이·소득·가구 조건 30초 확인&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-2026-%E2%80%94-6%EC%9B%94-22%EC%9D%BC-5%EB%B6%80%EC%A0%9C-%EC%9D%BC%EC%A0%95-%EC%B4%9D%EC%A0%95%EB%A6%AC&quot; class=&quot;related-card&quot;&gt;
      &lt;p class=&quot;rc-label&quot;&gt;신청방법&lt;/p&gt;
      &lt;p class=&quot;rc-title&quot;&gt;6월 22일 5부제 신청일 총정리&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%8F%84%EC%95%BD%EA%B3%84%EC%A2%8C-%EA%B0%88%EC%95%84%ED%83%80%EA%B8%B0-2026-%E2%80%94-%EA%B8%B0%EC%97%AC%EA%B8%88-%EC%A7%80%ED%82%A4%EB%A9%B0-%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88%EC%9C%BC%EB%A1%9C-%EC%9D%B4%EC%A0%84%ED%95%98%EB%8A%94-%EB%B2%95&quot; class=&quot;related-card&quot;&gt;
      &lt;p class=&quot;rc-label&quot;&gt;갈아타기&lt;/p&gt;
      &lt;p class=&quot;rc-title&quot;&gt;청년도약계좌 손해 없이 갈아타기&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%8B%A0%EC%B2%AD%ED%95%98%EA%B8%B0-%E2%80%94-%EC%9E%90%EA%B2%A9-%ED%99%95%EC%9D%B8-%ED%9B%84-%EC%A7%80%EA%B8%88-%EB%B0%94%EB%A1%9C-%EC%8B%9C%EC%9E%91&quot; class=&quot;related-card&quot;&gt;
      &lt;p class=&quot;rc-label&quot;&gt;바로 신청&lt;/p&gt;
      &lt;p class=&quot;rc-title&quot;&gt;지금 바로 신청 시작하기&lt;/p&gt;
    &lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ===== 푸터 ===== --&gt;
&lt;div class=&quot;footer&quot;&gt;
  &lt;p&gt;본 페이지는 청년미래적금 관련 정보를 제공하기 위한 목적으로 운영됩니다.&lt;/p&gt;
  &lt;p&gt;금융 상품 가입 전 반드시 공식 금융기관 안내를 확인하시기 바랍니다.&lt;/p&gt;
  &lt;p&gt;
    &lt;a href=&quot;#&quot;&gt;개인정보처리방침&lt;/a&gt; &amp;nbsp;|&amp;nbsp;
    &lt;a href=&quot;#&quot;&gt;이용약관&lt;/a&gt;
  &lt;/p&gt;
  &lt;p style=&quot;margin-top:6px;&quot;&gt;© 2026 청년미래적금 가이드. All rights reserved.&lt;/p&gt;
&lt;/div&gt;

&lt;/div&gt;&lt;!-- /wrap --&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <category>소소 지식</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/103</guid>
      <comments>https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EA%B8%B0%EC%97%AC%EA%B8%88-%EC%96%BC%EB%A7%88%EB%82%98-%EB%B0%9B%EB%82%98-%E2%80%94-%EC%B5%9C%EB%8C%80-2255%EB%A7%8C%EC%9B%90-%EC%88%98%EB%A0%B9%EC%95%A1-%EA%B3%84%EC%82%B0#entry103comment</comments>
      <pubDate>Tue, 16 Jun 2026 14:09:23 +0900</pubDate>
    </item>
    <item>
      <title>청년미래적금 자격조건 2026 완벽 정리 &amp;mdash; 나는 해당될까?</title>
      <link>https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-2026-%EC%99%84%EB%B2%BD-%EC%A0%95%EB%A6%AC-%E2%80%94-%EB%82%98%EB%8A%94-%ED%95%B4%EB%8B%B9%EB%90%A0%EA%B9%8C</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 완벽 정리 — 나는 해당될까?&lt;/title&gt;
&lt;meta name=&quot;description&quot; content=&quot;청년미래적금 자격조건 2026년 최신 정리. 나이·개인소득·가구소득 3가지 조건, 우대형·일반형 차이까지 한눈에 확인하세요.&quot;&gt;
&lt;meta property=&quot;og:title&quot; content=&quot;청년미래적금 자격조건 2026 완벽 정리&quot;&gt;
&lt;meta property=&quot;og:description&quot; content=&quot;나이·소득·가구 조건 3가지, 30초 안에 내 해당 여부를 확인해보세요.&quot;&gt;
&lt;meta property=&quot;og:image&quot; content=&quot;https://via.placeholder.com/1200x630/e63946/ffffff?text=청년미래적금+자격조건&quot;&gt;

&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;700;900&amp;family=Noto+Sans+KR:wght@400;500;700;900&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;

&lt;style&gt;
  :root {
    --primary: #e63946;
    --primary-dark: #c1121f;
    --bg: #ffffff;
    --text: #1a1a1a;
    --gray: #6b7280;
    --light-gray: #f3f4f6;
    --border: #e5e7eb;
    --box-bg: #ffffff;
    --red: #e63946;
    --red-dark: #c1121f;
  }

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

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

  .wrap {
    max-width: 720px;
    margin: 0 auto;
    background: var(--bg);
    min-height: 100vh;
  }

  /* ===== 내비게이션 ===== */
  .gnb {
    background: #fff;
    border-bottom: 1px solid var(--border);
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 52px;
    position: sticky;
    top: 0;
    z-index: 100;
  }
  .gnb-logo {
    font-family: 'Noto Serif KR', serif;
    font-size: 15px;
    font-weight: 900;
    color: var(--primary);
    text-decoration: none;
  }
  .gnb-nav {
    display: flex;
    gap: 4px;
  }
  .gnb-nav a {
    font-size: 11px;
    font-weight: 700;
    color: var(--gray);
    text-decoration: none;
    padding: 5px 8px;
    border-radius: 6px;
    transition: all 0.2s;
    white-space: nowrap;
  }
  .gnb-nav a:hover, .gnb-nav a.active {
    background: #fff1f2;
    color: var(--primary);
  }
  @media (max-width: 480px) {
    .gnb { padding: 0 14px; }
    .gnb-nav a { font-size: 10px; padding: 4px 6px; }
  }

  /* ===== 헤더 ===== */
  .header1 {
    background: linear-gradient(135deg, #e63946 0%, #c1121f 100%);
    color: #fff;
    padding: 36px 24px 30px;
    text-align: center;
  }
  @media (max-width: 480px) {
    .header1 { padding: 28px 16px 24px; }
  }
  .header1 .badge {
    display: inline-block;
    background: rgba(255,255,255,0.22);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
  }
  .header1 h1 {
    font-family: 'Noto Serif KR', serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.45;
    margin-bottom: 10px;
    word-break: keep-all;
  }
  @media (max-width: 480px) {
    .header1 h1 { font-size: 20px; }
  }
  .header1 .sub {
    font-size: 13px;
    opacity: 0.88;
    letter-spacing: 0.3px;
  }

  /* ===== 상단 CTA 버튼 ===== */
  .btn-wrap-top {
    padding: 20px 24px 0;
  }
  @media (max-width: 480px) {
    .btn-wrap-top { padding: 16px 16px 0; }
  }

  /* ===== 공통 CTA 버튼 ===== */
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    width: 100%;
    max-width: 100%;
    padding: 15px 26px;
    border-radius: 8px;
    background: var(--primary);
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(230, 57, 70, 0.28);
    transition: background 0.2s ease, transform 0.1s ease;
    word-break: keep-all;
  }
  .btn:hover { background: var(--primary-dark); transform: translateY(-1px); }
  .btn:active { transform: scale(0.97); }

  /* ===== 광고 컨테이너 ===== */
  .ad-container {
    background: #f9f9f9;
    border: 1px dashed #ddd;
    text-align: center;
    padding: 10px;
    margin: 20px 24px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 11px;
    color: #aaa;
  }
  @media (max-width: 480px) {
    .ad-container { margin: 16px 16px; }
  }

  /* ===== 섹션 ===== */
  .section {
    padding: 28px 24px;
  }
  @media (max-width: 480px) {
    .section { padding: 22px 16px; }
  }
  .section + .section { padding-top: 0; }

  /* ===== 소제목 ===== */
  .item-title {
    display: block;
    font-size: 16px;
    font-weight: 900;
    color: var(--text);
    margin-bottom: 12px;
    padding-left: 12px;
    border-left: 4px solid var(--red);
    word-break: keep-all;
  }
  @media (max-width: 480px) {
    .item-title { font-size: 15px; }
  }

  /* ===== 구분선 ===== */
  hr.divider {
    border: none;
    border-top: 1px solid var(--border);
    margin: 22px 0;
  }

  /* ===== PASONA 박스들 ===== */
  .problem-box {
    background: #fff8f8;
    border: 1.5px solid #fca5a5;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 14px;
    word-break: keep-all;
  }
  .agitation-box {
    background: #fffbeb;
    border: 1.5px solid #fde68a;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 14px;
    word-break: keep-all;
  }
  .solution-box {
    background: #f0fdf4;
    border: 1.5px solid #86efac;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 14px;
    word-break: keep-all;
  }
  .offer-box {
    background: #eff6ff;
    border: 1.5px solid #93c5fd;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 14px;
    word-break: keep-all;
  }
  .narrow-box {
    background: linear-gradient(135deg, #fff3cd, #ffeaa7);
    border: 2px solid #ffc107;
    border-radius: 12px;
    padding: 18px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: #92400e;
    word-break: keep-all;
    line-height: 1.7;
  }
  .box-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .highlight {
    background: #fff3cd;
    padding: 1px 5px;
    border-radius: 4px;
    font-weight: 700;
  }

  /* ===== 해시태그 ===== */
  .hashtag-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 10px;
  }
  .hashtag {
    display: inline-block;
    background: #f0f0f0;
    border-radius: 20px;
    padding: 7px 16px;
    font-size: 13px;
    font-weight: 700;
    color: #444;
    text-decoration: none;
    transition: all 0.2s;
  }
  .hashtag:hover {
    background: var(--primary);
    color: #fff;
  }
  .hashtag-desc {
    font-size: 13px;
    color: var(--gray);
    line-height: 1.7;
    word-break: keep-all;
    margin-top: 10px;
  }

  /* ===== 정보 카드 ===== */
  .info-card {
    background: var(--box-bg);
    border: 1.5px solid var(--border);
    border-radius: 12px;
    padding: 0 16px;
    margin-bottom: 14px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    overflow: hidden;
  }
  .info-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 13px 0;
    border-bottom: 1px solid var(--border);
  }
  .info-row:last-child { border-bottom: none; }
  .info-label {
    font-size: 12px;
    font-weight: 700;
    color: var(--gray);
    min-width: 74px;
    padding-top: 2px;
    flex-shrink: 0;
  }
  .info-value {
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
    flex: 1;
    word-break: keep-all;
  }
  .info-value strong { color: var(--red); font-weight: 700; }
  .info-value small {
    display: block;
    font-size: 12px;
    color: var(--gray);
    margin-top: 3px;
    font-weight: 400;
  }

  /* ===== 혜택 카드 (3열) ===== */
  .amount-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 14px;
  }
  .amount-card {
    background: var(--box-bg);
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 16px 8px;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  }
  .amount-card .type {
    font-size: 11px;
    color: var(--gray);
    font-weight: 700;
    margin-bottom: 8px;
  }
  .amount-card .amount {
    font-size: 20px;
    font-weight: 900;
    color: var(--red);
    line-height: 1.1;
  }
  @media (max-width: 360px) {
    .amount-card .amount { font-size: 17px; }
    .amount-grid { gap: 6px; }
  }
  .amount-card .unit {
    font-size: 11px;
    color: var(--gray);
    margin-top: 4px;
  }

  /* ===== 경고 배너 ===== */
  .warn-banner {
    background: #fff1f2;
    border: 1.5px solid #fecdd3;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 14px;
    font-size: 14px;
    word-break: keep-all;
    line-height: 1.7;
  }
  .warn-banner strong { color: var(--red-dark); }

  /* ===== 주의사항 박스 ===== */
  .notice-box {
    background: #f9fafb;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 14px 16px;
    margin-top: 6px;
  }
  .notice-box p {
    font-size: 13px;
    color: var(--gray);
    padding-left: 14px;
    position: relative;
    margin-bottom: 7px;
    word-break: keep-all;
    line-height: 1.65;
  }
  .notice-box p:last-child { margin-bottom: 0; }
  .notice-box p::before { content: '·'; position: absolute; left: 4px; }

  /* ===== 스텝 ===== */
  .step-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 6px;
  }
  .step-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: var(--light-gray);
    border-radius: 10px;
    padding: 14px;
  }
  .step-num {
    min-width: 28px;
    height: 28px;
    background: var(--red);
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
  }
  .step-text {
    font-size: 14px;
    line-height: 1.65;
    word-break: keep-all;
  }
  .step-text strong {
    display: block;
    font-weight: 700;
    margin-bottom: 2px;
  }

  /* ===== FAQ ===== */
  .faq-item {
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 10px;
    word-break: keep-all;
  }
  .faq-q {
    font-weight: 700;
    font-size: 14px;
    color: var(--text);
    margin-bottom: 8px;
  }
  .faq-q::before { content: 'Q. '; color: var(--primary); }
  .faq-a {
    font-size: 14px;
    color: #444;
    line-height: 1.7;
  }
  .faq-a::before { content: 'A. '; color: var(--gray); font-weight: 700; }

  /* ===== 관련 페이지 링크 ===== */
  .related-section {
    background: var(--light-gray);
    padding: 24px;
    border-top: 1px solid var(--border);
  }
  @media (max-width: 480px) {
    .related-section { padding: 20px 16px; }
  }
  .related-title {
    font-size: 14px;
    font-weight: 900;
    color: var(--gray);
    margin-bottom: 14px;
    letter-spacing: 0.5px;
  }
  .related-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  @media (max-width: 360px) {
    .related-grid { grid-template-columns: 1fr; }
  }
  .related-card {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 14px;
    text-decoration: none;
    color: var(--text);
    display: block;
    transition: all 0.2s;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  }
  .related-card:hover {
    border-color: var(--primary);
    box-shadow: 0 2px 8px rgba(230,57,70,0.12);
    transform: translateY(-1px);
  }
  .related-card .rc-label {
    font-size: 10px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 5px;
    letter-spacing: 0.5px;
  }
  .related-card .rc-title {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    word-break: keep-all;
  }

  /* ===== 브릿지 문장 ===== */
  .bridge-text {
    background: #f8f0ff;
    border-left: 4px solid #9333ea;
    border-radius: 0 8px 8px 0;
    padding: 14px 16px;
    margin: 18px 0 14px;
    font-size: 14px;
    font-weight: 500;
    color: #3b0764;
    word-break: keep-all;
    line-height: 1.7;
  }

  /* ===== 버튼 래퍼 ===== */
  .btn-wrap {
    margin: 6px 0 10px;
  }

  /* ===== 푸터 ===== */
  .footer {
    background: #1a1a1a;
    color: #9ca3af;
    font-size: 11px;
    text-align: center;
    padding: 24px 20px;
    line-height: 2;
  }
  .footer a { color: #6b7280; text-decoration: underline; }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;wrap&quot;&gt;

&lt;!-- ===== 내비게이션 ===== --&gt;
&lt;nav class=&quot;gnb&quot;&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-2026-%EC%99%84%EB%B2%BD-%EC%A0%95%EB%A6%AC-%E2%80%94-%EB%82%98%EB%8A%94-%ED%95%B4%EB%8B%B9%EB%90%A0%EA%B9%8C#google_vignette&quot; class=&quot;gnb-logo&quot;&gt;청년미래적금 가이드&lt;/a&gt;
  &lt;div class=&quot;gnb-nav&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-2026-%EC%99%84%EB%B2%BD-%EC%A0%95%EB%A6%AC-%E2%80%94-%EB%82%98%EB%8A%94-%ED%95%B4%EB%8B%B9%EB%90%A0%EA%B9%8C#google_vignette&quot; class=&quot;active&quot;&gt;자격조건&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-2026-%E2%80%94-6%EC%9B%94-22%EC%9D%BC-5%EB%B6%80%EC%A0%9C-%EC%9D%BC%EC%A0%95-%EC%B4%9D%EC%A0%95%EB%A6%AC
&quot;&gt;신청방법&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EA%B8%B0%EC%97%AC%EA%B8%88-%EC%96%BC%EB%A7%88%EB%82%98-%EB%B0%9B%EB%82%98-%E2%80%94-%EC%B5%9C%EB%8C%80-2255%EB%A7%8C%EC%9B%90-%EC%88%98%EB%A0%B9%EC%95%A1-%EA%B3%84%EC%82%B0&quot;&gt;기여금&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%8F%84%EC%95%BD%EA%B3%84%EC%A2%8C-%EA%B0%88%EC%95%84%ED%83%80%EA%B8%B0-2026-%E2%80%94-%EA%B8%B0%EC%97%AC%EA%B8%88-%EC%A7%80%ED%82%A4%EB%A9%B0-%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88%EC%9C%BC%EB%A1%9C-%EC%9D%B4%EC%A0%84%ED%95%98%EB%8A%94-%EB%B2%95&quot;&gt;갈아타기&lt;/a&gt;
  &lt;/div&gt;
&lt;/nav&gt;

&lt;!-- ===== 헤더 ===== --&gt;
&lt;div class=&quot;header1&quot;&gt;
  &lt;p class=&quot;badge&quot;&gt;2026년 6월 22일 출시 확정&lt;/p&gt;
  &lt;h1&gt;청년미래적금 자격조건,&lt;br&gt;나는 해당될까?&lt;/h1&gt;
  &lt;p class=&quot;sub&quot;&gt;나이·소득·가구 3가지 조건 한눈에 정리 — 최신 기준&lt;/p&gt;
&lt;/div&gt;

&lt;!-- ===== 상단 CTA 버튼 ===== --&gt;
&lt;div class=&quot;btn-wrap-top&quot;&gt;
  &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%8B%A0%EC%B2%AD%ED%95%98%EA%B8%B0-%E2%80%94-%EC%9E%90%EA%B2%A9-%ED%99%95%EC%9D%B8-%ED%9B%84-%EC%A7%80%EA%B8%88-%EB%B0%94%EB%A1%9C-%EC%8B%9C%EC%9E%91&quot; class=&quot;btn&quot;&gt;▶ 내 자격조건 30초 확인하기&lt;/a&gt;
&lt;/div&gt;

&lt;!-- ===== 광고 슬롯 A ===== --&gt;
&lt;div class=&quot;ad-container&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- ===== 해시태그 ===== --&gt;
&lt;div class=&quot;section&quot; style=&quot;padding-bottom: 0;&quot;&gt;
  &lt;div class=&quot;hashtag-wrap&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-2026-%E2%80%94-6%EC%9B%94-22%EC%9D%BC-5%EB%B6%80%EC%A0%9C-%EC%9D%BC%EC%A0%95-%EC%B4%9D%EC%A0%95%EB%A6%AC&quot; class=&quot;hashtag&quot;&gt;#청년미래적금신청방법&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EA%B8%B0%EC%97%AC%EA%B8%88-%EC%96%BC%EB%A7%88%EB%82%98-%EB%B0%9B%EB%82%98-%E2%80%94-%EC%B5%9C%EB%8C%80-2255%EB%A7%8C%EC%9B%90-%EC%88%98%EB%A0%B9%EC%95%A1-%EA%B3%84%EC%82%B0&quot; class=&quot;hashtag&quot;&gt;#기여금얼마나받나&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%8B%A0%EC%B2%AD%ED%95%98%EA%B8%B0-%E2%80%94-%EC%9E%90%EA%B2%A9-%ED%99%95%EC%9D%B8-%ED%9B%84-%EC%A7%80%EA%B8%88-%EB%B0%94%EB%A1%9C-%EC%8B%9C%EC%9E%91&quot; class=&quot;hashtag&quot;&gt;#자격조건바로확인&lt;/a&gt;
  &lt;/div&gt;
  &lt;p class=&quot;hashtag-desc&quot;&gt;청년미래적금은 만 19~34세 청년이 월 최대 50만원을 저축하면 정부가 기여금을 지원해 3년 만에 최대 2,255만원의 목돈을 만들 수 있는 정책형 적금입니다. 자격조건을 정확히 알아야 탈락 없이 가입할 수 있어요.&lt;/p&gt;
&lt;/div&gt;

&lt;!-- ===== PASONA 섹션 ===== --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;div class=&quot;problem-box&quot;&gt;
    &lt;span class=&quot;box-label&quot; style=&quot;color:#b91c1c;&quot;&gt;  이런 고민, 해보신 적 있으신가요?&lt;/span&gt;
    &lt;p&gt;&quot;청년미래적금 신청하려는데, 내가 자격이 되는 건지 모르겠어요.&quot;&lt;br&gt;소득이 좀 높은 편인데 괜찮을까? 자영업자인데 가입이 될까? 군대를 다녀왔는데 나이 기준은 어떻게 되지?&lt;/p&gt;
    &lt;hr class=&quot;divider&quot; style=&quot;margin: 12px 0;&quot;&gt;
    &lt;p&gt;막상 알아보려고 하면 정보가 너무 흩어져 있고, 읽어봐도 내 상황에 딱 맞는 답을 찾기가 어렵습니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;agitation-box&quot;&gt;
    &lt;span class=&quot;box-label&quot; style=&quot;color:#92400e;&quot;&gt;⚡ 실제로 이런 경우가 많습니다&lt;/span&gt;
    &lt;p&gt;개인 소득 조건은 맞췄는데 &lt;strong&gt;가구 소득 기준&lt;/strong&gt;을 넘겨 탈락하는 사례, 혹은 만 35세라서 포기했다가 &lt;strong&gt;군 복무 기간 공제&lt;/strong&gt;를 몰라서 손해 보는 사례가 생각보다 많습니다. 조건을 제대로 알고 신청해야 합니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;solution-box&quot;&gt;
    &lt;span class=&quot;box-label&quot; style=&quot;color:#166534;&quot;&gt;✅ 이 페이지에서 해결됩니다&lt;/span&gt;
    &lt;p&gt;2026년 청년미래적금 자격조건을 &lt;strong&gt;나이·개인소득·가구소득&lt;/strong&gt; 3가지로 명확하게 정리했습니다. 일반형과 우대형의 차이, 군 복무 공제, 신혼부부 완화 기준까지 한 번에 확인하세요.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;offer-box&quot;&gt;
    &lt;span class=&quot;box-label&quot; style=&quot;color:#1e40af;&quot;&gt;  이 페이지에서 알 수 있는 것&lt;/span&gt;
    &lt;p&gt;① 나이 조건 (군 복무 공제 포함) &amp;nbsp;② 개인소득 기준 (직장인·자영업자 구분) &amp;nbsp;③ 가구소득 기준 &amp;nbsp;④ 일반형 vs 우대형 차이 &amp;nbsp;⑤ 신혼부부 완화 조건&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;narrow-box&quot;&gt;
    ⏰ 첫 신청은 2026년 6월 22일 ~ 7월 3일 딱 2주!&lt;br&gt;
    &lt;span style=&quot;font-size:13px; font-weight:500;&quot;&gt;예산 소진 시 조기 마감 가능 — 지금 조건 먼저 확인해두세요&lt;/span&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- ===== 광고 슬롯 B ===== --&gt;
&lt;div class=&quot;ad-container&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- ===== 상품 개요 ===== --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;span class=&quot;item-title&quot;&gt;청년미래적금이란?&lt;/span&gt;
  &lt;div class=&quot;info-card&quot;&gt;
    &lt;div class=&quot;info-row&quot; style=&quot;border-bottom:none; padding: 16px 0;&quot;&gt;
      &lt;p style=&quot;font-size:14px; word-break:keep-all; line-height:1.85;&quot;&gt;
        청년미래적금은 금융위원회와 서민금융진흥원이 운영하는 &lt;strong&gt;정책형 자유적립식 적금&lt;/strong&gt;입니다. 월 최대 50만원을 납입하면 정부가 납입금의 일정 비율을 기여금으로 추가 지원하고, 이자소득세를 전액 면제해줍니다. 청년도약계좌(5년 만기)에 이은 후속 상품으로, &lt;strong&gt;만기가 3년으로 단축&lt;/strong&gt;되고 기여금 비율이 올라간 것이 핵심입니다. 월 50만원씩 3년 납입 시 최대 &lt;strong&gt;2,255만원&lt;/strong&gt;의 목돈을 마련할 수 있습니다.
      &lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;

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

  &lt;!-- 자격조건 --&gt;
  &lt;span class=&quot;item-title&quot;&gt;✔ 자격조건 한눈에 보기&lt;/span&gt;
  &lt;div class=&quot;info-card&quot;&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;① 나이 조건&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;
        &lt;strong&gt;만 19세 ~ 만 34세&lt;/strong&gt;
        &lt;small&gt;신청일 기준. 군 복무 이행자는 복무 기간(최대 6년) 차감 적용 — 최대 만 40세까지 가능&lt;/small&gt;
      &lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;② 개인소득 (일반형)&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;
        &lt;strong&gt;연 소득 7,500만원 이하&lt;/strong&gt;
        &lt;small&gt;직장인 기준 총급여. 종합소득금액 기준 6,300만원 이하. 소상공인은 연 매출 3억원 이하&lt;/small&gt;
      &lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;② 개인소득 (우대형)&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;
        &lt;strong&gt;연 소득 6,000만원 이하&lt;/strong&gt;
        &lt;small&gt;우대형 기여금(12%) 수령 조건. 중소기업 신규취업자(입사 6개월 이내)는 3,600만원 초과도 우대형 적용 가능&lt;/small&gt;
      &lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;③ 가구소득&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;
        &lt;strong&gt;기준 중위소득 200% 이하&lt;/strong&gt;
        &lt;small&gt;일반형 기준. 신혼부부(2인 가구)는 250%로 완화. 우대형은 150% 이하 (신혼부부 200%)&lt;/small&gt;
      &lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;④ 예외 경과조치&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;
        &lt;strong&gt;1991년 1~8월생 예외 허용&lt;/strong&gt;
        &lt;small&gt;청년도약계좌 종료(2025.12)와 청년미래적금 출시(2026.6) 사이 만 35세가 된 경우 가입 가능&lt;/small&gt;
      &lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;⑤ 중복 가입&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;
        &lt;strong&gt;청년도약계좌와 중복 불가&lt;/strong&gt;
        &lt;small&gt;단, 6월 최초 모집 기간에 한해 도약계좌 특별 중도해지 후 갈아타기 가능 (1회 한정)&lt;/small&gt;
      &lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

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

  &lt;!-- 혜택 카드 --&gt;
  &lt;span class=&quot;item-title&quot;&gt;  일반형 vs 우대형 비교&lt;/span&gt;
  &lt;div class=&quot;amount-grid&quot;&gt;
    &lt;div class=&quot;amount-card&quot;&gt;
      &lt;p class=&quot;type&quot;&gt;일반형 기여금&lt;/p&gt;
      &lt;p class=&quot;amount&quot;&gt;6&lt;span style=&quot;font-size:14px;&quot;&gt;%&lt;/span&gt;&lt;/p&gt;
      &lt;p class=&quot;unit&quot;&gt;매월 최대 3만원 추가&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;amount-card&quot;&gt;
      &lt;p class=&quot;type&quot;&gt;우대형 기여금&lt;/p&gt;
      &lt;p class=&quot;amount&quot;&gt;12&lt;span style=&quot;font-size:14px;&quot;&gt;%&lt;/span&gt;&lt;/p&gt;
      &lt;p class=&quot;unit&quot;&gt;매월 최대 6만원 추가&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;amount-card&quot;&gt;
      &lt;p class=&quot;type&quot;&gt;만기 수령 (우대형)&lt;/p&gt;
      &lt;p class=&quot;amount&quot;&gt;2,255&lt;span style=&quot;font-size:14px;&quot;&gt;만원&lt;/span&gt;&lt;/p&gt;
      &lt;p class=&quot;unit&quot;&gt;3년 50만원 만납 기준&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;warn-banner&quot;&gt;
    ⚠️ &lt;strong&gt;가구소득에서 탈락하는 경우가 많습니다:&lt;/strong&gt; 개인 소득은 기준 이하여도 배우자 소득 합산 후 가구 중위소득 200%를 넘으면 가입이 거절됩니다. 단, 신혼부부(2인 가구)는 완화 기준이 적용되니 꼭 확인하세요.
  &lt;/div&gt;

  &lt;div class=&quot;notice-box&quot;&gt;
    &lt;p&gt;군 복무 공제는 병역증명서로 확인하며, 은행 앱 신청 시 자동 조회됩니다.&lt;/p&gt;
    &lt;p&gt;소상공인·프리랜서는 종합소득 신고 금액 기준으로 심사하며, 당해 연도 소득은 전년도 신고분으로 갈음합니다.&lt;/p&gt;
    &lt;p&gt;가구원 판단 기준일은 신청일이며, 건강보험료 납부 기준으로 산정됩니다.&lt;/p&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- ===== 광고 슬롯 C ===== --&gt;
&lt;div class=&quot;ad-container&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- ===== 신청 일정 + FAQ ===== --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;span class=&quot;item-title&quot;&gt;  2026년 신청 일정&lt;/span&gt;
  &lt;div class=&quot;info-card&quot;&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;1차 모집&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;
        &lt;strong&gt;2026년 6월 22일 ~ 7월 3일&lt;/strong&gt;
        &lt;small&gt;첫째 주(6.22~6.27): 출생연도 끝자리 5부제 운영&lt;/small&gt;
      &lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;신청 방법&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;
        &lt;strong&gt;은행 앱 또는 인터넷 뱅킹 비대면 신청&lt;/strong&gt;
        &lt;small&gt;국민·신한·우리·하나·농협·기업은행 등 전국 주요 15개 은행&lt;/small&gt;
      &lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;2차 모집&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;
        &lt;strong&gt;2026년 12월 예정&lt;/strong&gt;
        &lt;small&gt;연 2회 신규 가입자 모집&lt;/small&gt;
      &lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;주의&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;
        &lt;strong&gt;사전 신청 불가&lt;/strong&gt;
        &lt;small style=&quot;color:var(--red);&quot;&gt;출시일에 맞춰 신청해야 하며, 예산 소진 시 해당 기간 조기 마감될 수 있음&lt;/small&gt;
      &lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

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

  &lt;!-- FAQ --&gt;
  &lt;span class=&quot;item-title&quot;&gt;❓ 자주 묻는 질문&lt;/span&gt;

  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;p class=&quot;faq-q&quot;&gt;만 35세인데 군대를 2년 다녀왔어요. 가입할 수 있나요?&lt;/p&gt;
    &lt;p class=&quot;faq-a&quot;&gt;군 복무 기간(2년)을 나이에서 빼주기 때문에, 심사상 만 33세로 적용됩니다. 가입이 가능합니다. 단, 실제 나이가 만 40세를 초과하는 경우는 불가합니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;faq-item&quot;&gt;
    &lt;p class=&quot;faq-q&quot;&gt;맞벌이 부부인데 가구 소득이 높아서 안 될 것 같아요.&lt;/p&gt;
    &lt;p class=&quot;faq-a&quot;&gt;가입자와 배우자로만 구성된 2인 가구(맞벌이 신혼부부)는 중위소득 기준이 일반형 200%에서 250%로 완화됩니다. 예상보다 더 많은 분들이 해당되는 경우가 많은데요.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;bridge-text&quot;&gt;
      &quot;내 소득이 경계선 근처라 애매한데...&quot; 하는 분들이 특히 많으세요. 일반형·우대형 정확한 기준과 내 예상 수령액까지, 아래에서 한 번에 확인해보세요.  
  &lt;/div&gt;

  &lt;div class=&quot;btn-wrap&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%8B%A0%EC%B2%AD%ED%95%98%EA%B8%B0-%E2%80%94-%EC%9E%90%EA%B2%A9-%ED%99%95%EC%9D%B8-%ED%9B%84-%EC%A7%80%EA%B8%88-%EB%B0%94%EB%A1%9C-%EC%8B%9C%EC%9E%91&quot; class=&quot;btn&quot;&gt;자격조건 정확히 확인하기&lt;/a&gt;
  &lt;/div&gt;

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

  &lt;!-- 유의사항 --&gt;
  &lt;span class=&quot;item-title&quot;&gt;⚠️ 유의사항&lt;/span&gt;
  &lt;div class=&quot;notice-box&quot;&gt;
    &lt;p&gt;이 페이지는 정보 제공 목적으로 작성되었으며, 공식 정부 안내가 아닙니다.&lt;/p&gt;
    &lt;p&gt;자격조건 세부 기준은 금융위원회 및 서민금융진흥원 공식 발표 기준이며, 출시 이후 변경될 수 있습니다.&lt;/p&gt;
    &lt;p&gt;일반 중도해지 시 정부 기여금 및 이자소득 비과세 혜택을 받을 수 없습니다.&lt;/p&gt;
    &lt;p&gt;사망·해외이주·퇴직·폐업·장기 질병 등 불가피한 사유는 특별 중도해지로 혜택이 보전됩니다.&lt;/p&gt;
    &lt;p&gt;가입 심사는 신청 은행을 통해 진행되며, 국세청·건강보험공단 자료를 자동 조회합니다.&lt;/p&gt;
    &lt;p&gt;금융 상품 가입 전 반드시 취급 은행 공식 안내를 확인하시기 바랍니다.&lt;/p&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- ===== 광고 슬롯 D ===== --&gt;
&lt;div class=&quot;ad-container&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- ===== 관련 페이지 ===== --&gt;
&lt;div class=&quot;related-section&quot;&gt;
  &lt;p class=&quot;related-title&quot;&gt;  관련 정보 더 보기&lt;/p&gt;
  &lt;div class=&quot;related-grid&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-2026-%E2%80%94-6%EC%9B%94-22%EC%9D%BC-5%EB%B6%80%EC%A0%9C-%EC%9D%BC%EC%A0%95-%EC%B4%9D%EC%A0%95%EB%A6%AC&quot; class=&quot;related-card&quot;&gt;
      &lt;p class=&quot;rc-label&quot;&gt;신청방법&lt;/p&gt;
      &lt;p class=&quot;rc-title&quot;&gt;6월 22일 신청방법 &amp;amp; 5부제 일정 총정리&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EA%B8%B0%EC%97%AC%EA%B8%88-%EC%96%BC%EB%A7%88%EB%82%98-%EB%B0%9B%EB%82%98-%E2%80%94-%EC%B5%9C%EB%8C%80-2255%EB%A7%8C%EC%9B%90-%EC%88%98%EB%A0%B9%EC%95%A1-%EA%B3%84%EC%82%B0&quot; class=&quot;related-card&quot;&gt;
      &lt;p class=&quot;rc-label&quot;&gt;기여금 계산&lt;/p&gt;
      &lt;p class=&quot;rc-title&quot;&gt;일반형·우대형 기여금, 내 수령액은?&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%8F%84%EC%95%BD%EA%B3%84%EC%A2%8C-%EA%B0%88%EC%95%84%ED%83%80%EA%B8%B0-2026-%E2%80%94-%EA%B8%B0%EC%97%AC%EA%B8%88-%EC%A7%80%ED%82%A4%EB%A9%B0-%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88%EC%9C%BC%EB%A1%9C-%EC%9D%B4%EC%A0%84%ED%95%98%EB%8A%94-%EB%B2%95&quot; class=&quot;related-card&quot;&gt;
      &lt;p class=&quot;rc-label&quot;&gt;갈아타기&lt;/p&gt;
      &lt;p class=&quot;rc-title&quot;&gt;청년도약계좌에서 손해 없이 갈아타는 법&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%8B%A0%EC%B2%AD%ED%95%98%EA%B8%B0-%E2%80%94-%EC%9E%90%EA%B2%A9-%ED%99%95%EC%9D%B8-%ED%9B%84-%EC%A7%80%EA%B8%88-%EB%B0%94%EB%A1%9C-%EC%8B%9C%EC%9E%91&quot; class=&quot;related-card&quot;&gt;
      &lt;p class=&quot;rc-label&quot;&gt;바로 신청&lt;/p&gt;
      &lt;p class=&quot;rc-title&quot;&gt;자격 확인 후 지금 바로 신청하기&lt;/p&gt;
    &lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ===== 푸터 ===== --&gt;
&lt;div class=&quot;footer&quot;&gt;
  &lt;p&gt;본 페이지는 청년미래적금 관련 정보를 제공하기 위한 목적으로 운영됩니다.&lt;/p&gt;
  &lt;p&gt;금융 상품 가입 전 반드시 공식 금융기관 안내를 확인하시기 바랍니다.&lt;/p&gt;
  &lt;p&gt;
    &lt;a href=&quot;#&quot;&gt;개인정보처리방침&lt;/a&gt; &amp;nbsp;|&amp;nbsp;
    &lt;a href=&quot;#&quot;&gt;이용약관&lt;/a&gt;
  &lt;/p&gt;
  &lt;p style=&quot;margin-top:6px;&quot;&gt;© 2026 청년미래적금 가이드. All rights reserved.&lt;/p&gt;
&lt;/div&gt;

&lt;/div&gt;&lt;!-- /wrap --&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <category>소소 지식</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/101</guid>
      <comments>https://sosonursing.tistory.com/entry/%EC%B2%AD%EB%85%84%EB%AF%B8%EB%9E%98%EC%A0%81%EA%B8%88-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-2026-%EC%99%84%EB%B2%BD-%EC%A0%95%EB%A6%AC-%E2%80%94-%EB%82%98%EB%8A%94-%ED%95%B4%EB%8B%B9%EB%90%A0%EA%B9%8C#entry101comment</comments>
      <pubDate>Tue, 16 Jun 2026 14:07:41 +0900</pubDate>
    </item>
    <item>
      <title>롯데몰 수지점 아이랑 가이드 2026 | 키즈 시설&amp;middot;편의시설 총정리</title>
      <link>https://sosonursing.tistory.com/entry/%EB%A1%AF%EB%8D%B0%EB%AA%B0-%EC%88%98%EC%A7%80%EC%A0%90-%EC%95%84%EC%9D%B4%EB%9E%91-%EA%B0%80%EC%9D%B4%EB%93%9C-2026-%ED%82%A4%EC%A6%88-%EC%8B%9C%EC%84%A4%C2%B7%ED%8E%B8%EC%9D%98%EC%8B%9C%EC%84%A4-%EC%B4%9D%EC%A0%95%EB%A6%AC</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 | 키즈 시설·편의시설 총정리&lt;/title&gt;
&lt;meta name=&quot;description&quot; content=&quot;롯데몰 수지점에서 아이와 하루 즐기기! 타이니키즈카페, 아이스링크, 슬라임카페, 토이저러스, 편의시설, 주차 꿀팁까지 한눈에 정리했어요.&quot;&gt;
&lt;meta property=&quot;og:title&quot; content=&quot;롯데몰 수지점 아이랑 가이드 2026&quot;&gt;
&lt;meta property=&quot;og:description&quot; content=&quot;키즈 시설부터 수유실·유모차 대여·주차 꿀팁까지, 아이와 하루를 꽉 채울 완벽한 코스 안내&quot;&gt;
&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&amp;family=Gowun+Dodum&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;
&lt;style&gt;
  :root {
    --red: #e63946;
    --red-dark: #c1121f;
    --bg: #fafaf8;
    --text: #1a1a1a;
    --gray: #6b7280;
    --light-gray: #f3f4f6;
    --border: #e5e7eb;
    --box-bg: #ffffff;
    --green: #16a34a;
    --blue: #2563eb;
  }

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

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

  .wrap {
    max-width: 720px;
    margin: 0 auto;
    background: var(--box-bg);
    min-height: 100vh;
  }

  @media (max-width: 480px) { body { font-size: 14px; } }

  /* ====== 헤더 ====== */
  .header1 {
    background: linear-gradient(135deg, #e63946 0%, #c1121f 100%);
    color: #fff;
    padding: 36px 24px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .header1::before {
    content: '';
    position: absolute;
    top: -40px; right: -40px;
    width: 200px; height: 200px;
    background: rgba(255,255,255,0.07);
    border-radius: 50%;
  }
  .header1::after {
    content: '';
    position: absolute;
    bottom: -60px; left: -20px;
    width: 160px; height: 160px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
  }
  @media (max-width: 480px) { .header1 { padding: 28px 16px 24px; } }

  .header1 .badge {
    display: inline-block;
    background: rgba(255,255,255,0.22);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
  }
  .header1 h1 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 10px;
    word-break: keep-all;
    position: relative;
    z-index: 1;
  }
  @media (max-width: 480px) { .header1 h1 { font-size: 20px; } }
  .header1 .sub {
    font-size: 13px;
    opacity: 0.88;
    letter-spacing: 0.3px;
    position: relative;
    z-index: 1;
  }

  /* ====== 섹션 ====== */
  .section { padding: 28px 24px; }
  @media (max-width: 480px) { .section { padding: 22px 16px; } }
  .section + .section { padding-top: 0; }

  /* ====== 소제목 ====== */
  .item-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 900;
    color: var(--text);
    margin-bottom: 14px;
    padding-left: 12px;
    border-left: 4px solid var(--red);
  }
  @media (max-width: 480px) { .item-title { font-size: 15px; } }

  /* ====== 구분선 ====== */
  hr.divider {
    border: none;
    border-top: 1px solid var(--border);
    margin: 24px 0;
  }

  /* ====== PASONA 박스 ====== */
  .problem-box {
    background: #fff8f8;
    border: 1.5px solid #fca5a5;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 14px;
    word-break: keep-all;
  }
  .solution-box {
    background: #f0fdf4;
    border: 1.5px solid #86efac;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 14px;
    word-break: keep-all;
  }
  .offer-box {
    background: #eff6ff;
    border: 1.5px solid #93c5fd;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 14px;
    word-break: keep-all;
  }
  .narrow-box {
    background: linear-gradient(135deg, #fff3cd, #ffeaa7);
    border: 2px solid #ffc107;
    border-radius: 12px;
    padding: 18px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: #92400e;
    word-break: keep-all;
    line-height: 1.7;
  }
  .box-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .problem-box .box-label { color: #dc2626; }
  .solution-box .box-label { color: var(--green); }
  .offer-box .box-label { color: var(--blue); }

  /* ====== 시설 카드 ====== */
  .facility-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 14px;
  }
  @media (max-width: 400px) { .facility-grid { grid-template-columns: 1fr; } }

  .facility-card {
    background: var(--box-bg);
    border: 1.5px solid var(--border);
    border-radius: 12px;
    padding: 16px 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: transform 0.15s ease;
  }
  .facility-card:active { transform: scale(0.98); }
  .facility-card .fc-icon {
    font-size: 28px;
    margin-bottom: 8px;
    display: block;
  }
  .facility-card .fc-floor {
    display: inline-block;
    background: var(--red);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 20px;
    margin-bottom: 6px;
  }
  .facility-card .fc-name {
    font-size: 14px;
    font-weight: 900;
    color: var(--text);
    margin-bottom: 4px;
    display: block;
  }
  .facility-card .fc-desc {
    font-size: 12px;
    color: var(--gray);
    line-height: 1.6;
    word-break: keep-all;
  }
  .facility-card .fc-tag {
    display: inline-block;
    background: var(--light-gray);
    color: var(--gray);
    font-size: 11px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 4px;
    margin-top: 6px;
    margin-right: 3px;
  }

  /* ====== 정보 카드 ====== */
  .info-card {
    background: var(--box-bg);
    border: 1.5px solid var(--border);
    border-radius: 12px;
    padding: 0 16px;
    margin-bottom: 14px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    overflow: hidden;
  }
  .info-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
  }
  .info-row:last-child { border-bottom: none; }
  .info-label {
    font-size: 12px;
    font-weight: 700;
    color: var(--gray);
    min-width: 72px;
    padding-top: 2px;
    flex-shrink: 0;
  }
  .info-value {
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
    flex: 1;
    word-break: keep-all;
  }
  .info-value strong { color: var(--red); font-weight: 700; }
  .info-value small {
    display: block;
    font-size: 12px;
    color: var(--gray);
    margin-top: 2px;
  }

  /* ====== 요금 그리드 ====== */
  .price-grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    margin-bottom: 14px;
  }
  @media (max-width: 480px) {
    .price-grid-5 { grid-template-columns: repeat(3, 1fr); }
    .price-grid-5 .pc-last-row {
      grid-column: span 1;
    }
  }
  @media (max-width: 340px) {
    .price-grid-5 { grid-template-columns: repeat(2, 1fr); }
  }

  .price-card {
    background: var(--box-bg);
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 12px 6px;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  }
  .price-card .pc-label {
    font-size: 10px;
    color: var(--gray);
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.4;
  }
  .price-card .pc-amount {
    font-size: 16px;
    font-weight: 900;
    color: var(--red);
    line-height: 1.1;
  }
  .price-card .pc-unit {
    font-size: 10px;
    color: var(--gray);
    margin-top: 3px;
  }
  .price-card.highlight-card {
    border-color: #fca5a5;
    background: #fff8f8;
  }
  .price-card.highlight-card .pc-amount { color: var(--red-dark); }

  /* ====== 타임라인 ====== */
  .timeline {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
  }
  .timeline::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: linear-gradient(to bottom, var(--red), #fca5a5);
    border-radius: 2px;
  }
  .tl-item {
    position: relative;
    margin-bottom: 16px;
    background: var(--light-gray);
    border-radius: 10px;
    padding: 14px 16px;
    word-break: keep-all;
  }
  .tl-item:last-child { margin-bottom: 0; }
  .tl-item::before {
    content: '';
    position: absolute;
    left: -24px;
    top: 18px;
    width: 12px;
    height: 12px;
    background: var(--red);
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px var(--red);
  }
  .tl-time {
    font-size: 11px;
    font-weight: 700;
    color: var(--red);
    margin-bottom: 2px;
  }
  .tl-title {
    font-size: 14px;
    font-weight: 900;
    color: var(--text);
    margin-bottom: 4px;
  }
  .tl-desc {
    font-size: 13px;
    color: var(--gray);
    line-height: 1.65;
  }

  /* ====== 편의시설 리스트 ====== */
  .convenience-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 14px;
  }
  .cv-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: var(--light-gray);
    border-radius: 10px;
    padding: 13px 14px;
  }
  .cv-icon { font-size: 20px; flex-shrink: 0; margin-top: 1px; }
  .cv-content { flex: 1; }
  .cv-name {
    font-size: 14px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 2px;
    display: block;
  }
  .cv-desc {
    font-size: 12px;
    color: var(--gray);
    line-height: 1.6;
    word-break: keep-all;
  }

  /* ====== 주의사항 ====== */
  .notice-box {
    background: #f9fafb;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 14px 16px;
    margin-top: 6px;
  }
  .notice-box p {
    font-size: 13px;
    color: var(--gray);
    padding-left: 14px;
    position: relative;
    margin-bottom: 7px;
    word-break: keep-all;
    line-height: 1.65;
  }
  .notice-box p:last-child { margin-bottom: 0; }
  .notice-box p::before { content: '·'; position: absolute; left: 4px; }

  /* ====== 경고 배너 ====== */
  .warn-banner {
    background: #fff1f2;
    border: 1.5px solid #fecdd3;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 14px;
    font-size: 14px;
    word-break: keep-all;
  }
  .warn-banner strong { color: var(--red-dark); }

  /* ====== 해시태그 ====== */
  .hashtag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0 12px;
  }
  .hashtag {
    display: inline-block;
    background: var(--light-gray);
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 13px;
    color: var(--gray);
    text-decoration: none;
    font-weight: 700;
    transition: all 0.2s;
  }
  .hashtag:hover, .hashtag:active { background: var(--red); color: #fff; }

  /* ====== 관련 카드 ====== */
  .related-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 14px;
  }
  @media (max-width: 360px) { .related-grid { grid-template-columns: 1fr; } }
  .related-card {
    background: var(--light-gray);
    border-radius: 10px;
    padding: 14px;
    text-decoration: none;
    color: var(--text);
    transition: background 0.15s;
  }
  .related-card:active { background: var(--border); }
  .related-card .rc-emoji { font-size: 22px; display: block; margin-bottom: 6px; }
  .related-card .rc-title { font-size: 13px; font-weight: 700; display: block; margin-bottom: 2px; }
  .related-card .rc-desc { font-size: 11px; color: var(--gray); }

  /* ====== 푸터 ====== */
  .footer {
    background: #1a1a1a;
    color: #9ca3af;
    font-size: 11px;
    text-align: center;
    padding: 24px 20px;
    line-height: 2;
  }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;wrap&quot;&gt;

&lt;!-- ========== 헤더 ========== --&gt;
&lt;div class=&quot;header1&quot;&gt;
  &lt;p class=&quot;badge&quot;&gt;&amp;#10024; 2026 최신 정보&lt;/p&gt;
  &lt;h1&gt;롯데몰 수지점&lt;br&gt;아이랑 완벽 방문 가이드&lt;/h1&gt;
  &lt;p class=&quot;sub&quot;&gt;키즈 시설 6곳 · 추천 코스 · 편의시설 · 주차 꿀팁 총정리&lt;/p&gt;
&lt;/div&gt;

&lt;!-- 해시태그 --&gt;
&lt;div class=&quot;section&quot; style=&quot;padding-bottom:0;&quot;&gt;
  &lt;div class=&quot;hashtag-row&quot;&gt;
    &lt;a href=&quot;#kids-facility&quot; class=&quot;hashtag&quot;&gt;#키즈시설&lt;/a&gt;
    &lt;a href=&quot;#price&quot; class=&quot;hashtag&quot;&gt;#입장요금&lt;/a&gt;
    &lt;a href=&quot;#course&quot; class=&quot;hashtag&quot;&gt;#추천코스&lt;/a&gt;
    &lt;a href=&quot;#convenience&quot; class=&quot;hashtag&quot;&gt;#편의시설&lt;/a&gt;
    &lt;a href=&quot;#parking&quot; class=&quot;hashtag&quot;&gt;#주차꿀팁&lt;/a&gt;
  &lt;/div&gt;
  &lt;p style=&quot;font-size:13px; color:var(--gray); word-break:keep-all;&quot;&gt;
    신분당선 성복역 직결! 아이와 하루 종일 놀아도 지치지 않는 롯데몰 수지점의 모든 것을 모았습니다.
  &lt;/p&gt;
&lt;/div&gt;

&lt;!-- ========== PASONA 공감 섹션 ========== --&gt;
&lt;div class=&quot;section&quot;&gt;

  &lt;div class=&quot;problem-box&quot;&gt;
    &lt;span class=&quot;box-label&quot;&gt;&amp;#128563; 이런 고민, 있으시죠?&lt;/span&gt;
    &lt;p&gt;아이와 주말 나들이를 계획했는데 &lt;strong&gt;어디 가야 할지&lt;/strong&gt; 막막하셨나요? 날씨가 흐리거나 더울 때 밖에 나가기 부담스럽고, 실내 공간을 찾아봐도 어디에 뭐가 있는지 정보가 흩어져 있어 결국 집에 머물게 되는 경우 많으시죠.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;solution-box&quot;&gt;
    &lt;span class=&quot;box-label&quot;&gt;&amp;#9989; 롯데몰 수지점이라면 괜찮아요&lt;/span&gt;
    &lt;p&gt;실내 키즈카페, 아이스링크, 슬라임카페, 토이저러스, 오락기구까지 한 건물 3~4층에 모여 있어요. 비가 와도, 더워도 아이와 반나절 이상 알차게 보낼 수 있는 공간입니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;offer-box&quot;&gt;
    &lt;span class=&quot;box-label&quot;&gt;&amp;#128203; 이 페이지에서 확인하세요&lt;/span&gt;
    &lt;p&gt;층별 키즈 시설 6곳 위치, 타이니키즈카페 입장 요금, 추천 방문 코스, 수유실 · 유모차 대여 등 편의시설, 주차 무료 혜택까지 한눈에 정리했습니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;narrow-box&quot;&gt;
    &amp;#9200; 주말 오전 일찍 입장하세요!&lt;br&gt;
    &lt;span style=&quot;font-size:13px; font-weight:500;&quot;&gt;오후 2시 이후엔 주차 대기가 길어집니다. 오전 10시 30분 오픈 직후가 가장 쾌적해요.&lt;/span&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- ========== 기본 정보 ========== --&gt;
&lt;div class=&quot;section&quot; style=&quot;padding-top:0;&quot;&gt;
  &lt;span class=&quot;item-title&quot;&gt;&amp;#128205; 기본 정보&lt;/span&gt;
  &lt;div class=&quot;info-card&quot;&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;주소&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;경기도 용인시 수지구 성복2로 38&lt;/strong&gt;&lt;small&gt;성복동, 신분당선 성복역 직결&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;영업시간&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;10:30 ~ 22:00&lt;/strong&gt;&lt;small&gt;일부 매장 상이 / 푸드코트·마트 시간 다름&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;지하철&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;신분당선 성복역 2번 출구&lt;/strong&gt;&lt;small&gt;도보 바로 연결 (비 와도 OK)&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;버스&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;7-2, 60, 720-2, 1550, 5500-2 등&lt;/strong&gt;&lt;small&gt;수지로 · 상현로 방면 다수 노선 이용 가능&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;전화&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;031-5174-4000&lt;/strong&gt;&lt;small&gt;방문 전 시설 운영 여부 확인 권장&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ========== 키즈 시설 6곳 ========== --&gt;
&lt;div id=&quot;kids-facility&quot; class=&quot;section&quot; style=&quot;padding-top:0;&quot;&gt;
  &lt;span class=&quot;item-title&quot;&gt;&amp;#127904; 아이랑 즐길 수 있는 시설 6곳&lt;/span&gt;

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

    &lt;div class=&quot;facility-card&quot;&gt;
      &lt;span class=&quot;fc-icon&quot;&gt;&amp;#127881;&lt;/span&gt;
      &lt;span class=&quot;fc-floor&quot;&gt;3층&lt;/span&gt;
      &lt;span class=&quot;fc-name&quot;&gt;타이니키즈카페&lt;/span&gt;
      &lt;p class=&quot;fc-desc&quot;&gt;영아부터 어린이까지 모두 입장 가능한 실내 키즈카페. 연령별 요금이 다르게 적용돼요. 넓은 내부 구성으로 아이들이 뛰어놀기 좋습니다.&lt;/p&gt;
      &lt;span class=&quot;fc-tag&quot;&gt;전연령&lt;/span&gt;
      &lt;span class=&quot;fc-tag&quot;&gt;실내&lt;/span&gt;
    &lt;/div&gt;

    &lt;div class=&quot;facility-card&quot;&gt;
      &lt;span class=&quot;fc-icon&quot;&gt;&amp;#129354;&lt;/span&gt;
      &lt;span class=&quot;fc-floor&quot;&gt;4층&lt;/span&gt;
      &lt;span class=&quot;fc-name&quot;&gt;챔피언 더블랙벨트&lt;/span&gt;
      &lt;p class=&quot;fc-desc&quot;&gt;어린이 태권도 및 무도 체험 프로그램 공간. 아이의 체력과 집중력을 키울 수 있는 활동적인 시설입니다.&lt;/p&gt;
      &lt;span class=&quot;fc-tag&quot;&gt;체험&lt;/span&gt;
      &lt;span class=&quot;fc-tag&quot;&gt;어린이&lt;/span&gt;
    &lt;/div&gt;

    &lt;div class=&quot;facility-card&quot;&gt;
      &lt;span class=&quot;fc-icon&quot;&gt;&amp;#127774;&lt;/span&gt;
      &lt;span class=&quot;fc-floor&quot;&gt;3층&lt;/span&gt;
      &lt;span class=&quot;fc-name&quot;&gt;3층 놀이공간&lt;/span&gt;
      &lt;p class=&quot;fc-desc&quot;&gt;3층에 마련된 어린이 전용 놀이공간. 아이들이 자유롭게 뛰어놀 수 있어 잠깐 쉬어가거나 시간을 보내기 좋아요.&lt;/p&gt;
      &lt;span class=&quot;fc-tag&quot;&gt;무료&lt;/span&gt;
      &lt;span class=&quot;fc-tag&quot;&gt;자유이용&lt;/span&gt;
    &lt;/div&gt;

    &lt;div class=&quot;facility-card&quot;&gt;
      &lt;span class=&quot;fc-icon&quot;&gt;&amp;#127744;&lt;/span&gt;
      &lt;span class=&quot;fc-floor&quot;&gt;3층&lt;/span&gt;
      &lt;span class=&quot;fc-name&quot;&gt;슬라임카페&lt;/span&gt;
      &lt;p class=&quot;fc-desc&quot;&gt;아이들이 좋아하는 슬라임 만들기 체험 카페. 직접 색깔과 재료를 골라 나만의 슬라임을 만들 수 있어 창의력 자극에 좋아요.&lt;/p&gt;
      &lt;span class=&quot;fc-tag&quot;&gt;만들기&lt;/span&gt;
      &lt;span class=&quot;fc-tag&quot;&gt;체험&lt;/span&gt;
    &lt;/div&gt;

    &lt;div class=&quot;facility-card&quot;&gt;
      &lt;span class=&quot;fc-icon&quot;&gt;&amp;#10052;&lt;/span&gt;
      &lt;span class=&quot;fc-floor&quot;&gt;4층&lt;/span&gt;
      &lt;span class=&quot;fc-name&quot;&gt;웨이브즈 아이스링크&lt;/span&gt;
      &lt;p class=&quot;fc-desc&quot;&gt;유소년 프리미엄 빙상장. 아이스하키 국가대표 출신 운영. 아이스하키 · 피겨 · 쇼트트랙 강습 운영. 유치부~초등 저학년 맞춤.&lt;/p&gt;
      &lt;span class=&quot;fc-tag&quot;&gt;강습 중심&lt;/span&gt;
      &lt;span class=&quot;fc-tag&quot;&gt;30m x 20m&lt;/span&gt;
    &lt;/div&gt;

    &lt;div class=&quot;facility-card&quot;&gt;
      &lt;span class=&quot;fc-icon&quot;&gt;&amp;#127918;&lt;/span&gt;
      &lt;span class=&quot;fc-floor&quot;&gt;2층&lt;/span&gt;
      &lt;span class=&quot;fc-name&quot;&gt;토이저러스 + 오락기구&lt;/span&gt;
      &lt;p class=&quot;fc-desc&quot;&gt;대형 장난감 전문점 토이저러스. 매장 앞에는 아이들이 직접 즐길 수 있는 오락기구들이 비치되어 있어 쇼핑 전후로 즐길 수 있어요.&lt;/p&gt;
      &lt;span class=&quot;fc-tag&quot;&gt;장난감&lt;/span&gt;
      &lt;span class=&quot;fc-tag&quot;&gt;오락기구&lt;/span&gt;
    &lt;/div&gt;

  &lt;/div&gt;

  &lt;!-- 광고 슬롯 A --&gt;
  &lt;div style=&quot;text-align:center; margin: 8px 0 14px; background:#fff;&quot;&gt;
    &lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
    &lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
    &lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
  &lt;/div&gt;

  &lt;!-- 타이니키즈카페 요금 --&gt;
  &lt;div id=&quot;price&quot;&gt;
    &lt;span class=&quot;item-title&quot; style=&quot;margin-top:4px;&quot;&gt;&amp;#128176; 타이니키즈카페 입장 요금&lt;/span&gt;
    &lt;div class=&quot;price-grid-5&quot;&gt;
      &lt;div class=&quot;price-card&quot;&gt;
        &lt;p class=&quot;pc-label&quot;&gt;영아&lt;br&gt;(12개월 이하)&lt;/p&gt;
        &lt;p class=&quot;pc-amount&quot;&gt;6,000&lt;span style=&quot;font-size:11px;&quot;&gt;원&lt;/span&gt;&lt;/p&gt;
        &lt;p class=&quot;pc-unit&quot;&gt;1회 입장&lt;/p&gt;
      &lt;/div&gt;
      &lt;div class=&quot;price-card&quot;&gt;
        &lt;p class=&quot;pc-label&quot;&gt;유아&lt;br&gt;(13~24개월)&lt;/p&gt;
        &lt;p class=&quot;pc-amount&quot;&gt;12,000&lt;span style=&quot;font-size:11px;&quot;&gt;원&lt;/span&gt;&lt;/p&gt;
        &lt;p class=&quot;pc-unit&quot;&gt;1회 입장&lt;/p&gt;
      &lt;/div&gt;
      &lt;div class=&quot;price-card highlight-card&quot;&gt;
        &lt;p class=&quot;pc-label&quot;&gt;어린이&lt;br&gt;(24개월 이상)&lt;/p&gt;
        &lt;p class=&quot;pc-amount&quot;&gt;24,000&lt;span style=&quot;font-size:11px;&quot;&gt;원&lt;/span&gt;&lt;/p&gt;
        &lt;p class=&quot;pc-unit&quot;&gt;1회 입장&lt;/p&gt;
      &lt;/div&gt;
      &lt;div class=&quot;price-card&quot;&gt;
        &lt;p class=&quot;pc-label&quot;&gt;보호자&lt;br&gt;(동반 성인)&lt;/p&gt;
        &lt;p class=&quot;pc-amount&quot;&gt;6,000&lt;span style=&quot;font-size:11px;&quot;&gt;원&lt;/span&gt;&lt;/p&gt;
        &lt;p class=&quot;pc-unit&quot;&gt;1회 입장&lt;/p&gt;
      &lt;/div&gt;
      &lt;div class=&quot;price-card&quot;&gt;
        &lt;p class=&quot;pc-label&quot;&gt;무료&lt;br&gt;(입장 불필요)&lt;/p&gt;
        &lt;p class=&quot;pc-amount&quot; style=&quot;font-size:13px; padding-top:2px;&quot;&gt;추가&lt;br&gt;보호자&lt;/p&gt;
        &lt;p class=&quot;pc-unit&quot;&gt;매장 문의&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;notice-box&quot;&gt;
    &lt;p&gt;타이니키즈카페는 12개월 이하 영아도 입장 가능하며, 연령별로 요금이 다르게 적용됩니다.&lt;/p&gt;
    &lt;p&gt;방문 전 운영 여부 및 정확한 요금을 전화(031-5174-4000)로 확인하세요.&lt;/p&gt;
    &lt;p&gt;웨이브즈 아이스링크는 강습 중심으로 운영되므로 자유 이용 가능 여부를 사전에 확인하세요.&lt;/p&gt;
    &lt;p&gt;각 시설의 운영시간은 공휴일 · 주말에 따라 달라질 수 있습니다.&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ========== 추천 코스 ========== --&gt;
&lt;div id=&quot;course&quot; class=&quot;section&quot; style=&quot;padding-top:0;&quot;&gt;
  &lt;span class=&quot;item-title&quot;&gt;&amp;#128506; 아이랑 하루 추천 코스&lt;/span&gt;

  &lt;div class=&quot;timeline&quot;&gt;

    &lt;div class=&quot;tl-item&quot;&gt;
      &lt;p class=&quot;tl-time&quot;&gt;오전 10:30&lt;/p&gt;
      &lt;p class=&quot;tl-title&quot;&gt;&amp;#127978; 오픈 직후 입장&lt;/p&gt;
      &lt;p class=&quot;tl-desc&quot;&gt;사람이 적은 오픈 시간에 입장. 주차는 지하 2~4층 이용 시 비교적 여유롭습니다. 신분당선 성복역 2번 출구로 오시면 비나 더위 없이 바로 입장 가능해요.&lt;/p&gt;
    &lt;/div&gt;

    &lt;div class=&quot;tl-item&quot;&gt;
      &lt;p class=&quot;tl-time&quot;&gt;오전 10:30 ~ 12:00&lt;/p&gt;
      &lt;p class=&quot;tl-title&quot;&gt;&amp;#127881; 타이니키즈카페 or 슬라임카페&lt;/p&gt;
      &lt;p class=&quot;tl-desc&quot;&gt;아이 나이에 맞게 선택하세요. 영아 · 유아라면 타이니키즈카페, 유치원~초등 저학년이라면 슬라임카페 체험도 좋아요. 3층에 몰려 있어 이동이 편합니다.&lt;/p&gt;
    &lt;/div&gt;

    &lt;div class=&quot;tl-item&quot;&gt;
      &lt;p class=&quot;tl-time&quot;&gt;오전 12:00 ~ 13:30&lt;/p&gt;
      &lt;p class=&quot;tl-title&quot;&gt;&amp;#127836; 점심 식사&lt;/p&gt;
      &lt;p class=&quot;tl-desc&quot;&gt;지하 1층 푸드 에비뉴23 또는 5~6층 레스토랑 이용. 롯데마트 지하 1층 식품관에서 간식이나 음료를 저렴하게 살 수 있어요.&lt;/p&gt;
    &lt;/div&gt;

    &lt;div class=&quot;tl-item&quot;&gt;
      &lt;p class=&quot;tl-time&quot;&gt;오후 13:30 ~ 15:00&lt;/p&gt;
      &lt;p class=&quot;tl-title&quot;&gt;&amp;#10052; 웨이브즈 아이스링크 or 토이저러스&lt;/p&gt;
      &lt;p class=&quot;tl-desc&quot;&gt;초등 이상이라면 4층 아이스링크 강습 체험이 특별한 기억이 됩니다. 어린 아이라면 3층 토이저러스 구경 + 매장 앞 오락기구로 신나게 즐기세요.&lt;/p&gt;
    &lt;/div&gt;

    &lt;div class=&quot;tl-item&quot;&gt;
      &lt;p class=&quot;tl-time&quot;&gt;오후 15:00 ~ 17:00&lt;/p&gt;
      &lt;p class=&quot;tl-title&quot;&gt;&amp;#127912; 챔피언 더블랙벨트 or 쇼핑&lt;/p&gt;
      &lt;p class=&quot;tl-desc&quot;&gt;에너지가 남은 아이라면 챔피언 더블랙벨트 체험을 추천해요. 쇼핑이 목적이라면 키즈 브랜드(뉴발란스 키즈, 베베드피노 등) 탐방도 좋습니다.&lt;/p&gt;
    &lt;/div&gt;

    &lt;div class=&quot;tl-item&quot;&gt;
      &lt;p class=&quot;tl-time&quot;&gt;오후 17:00 이전 출차&lt;/p&gt;
      &lt;p class=&quot;tl-title&quot;&gt;&amp;#128663; 주차 정산 후 출발&lt;/p&gt;
      &lt;p class=&quot;tl-desc&quot;&gt;저녁 시간대 전 출차하면 주차 혼잡을 피할 수 있어요. 어린이 놀이시설 이용 시 주차 3시간 무료 혜택을 꼭 챙기세요.&lt;/p&gt;
    &lt;/div&gt;

  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ========== 편의시설 ========== --&gt;
&lt;div id=&quot;convenience&quot; class=&quot;section&quot; style=&quot;padding-top:0;&quot;&gt;
  &lt;span class=&quot;item-title&quot;&gt;&amp;#127973; 아이 동반 편의시설&lt;/span&gt;

  &lt;div class=&quot;convenience-list&quot;&gt;

    &lt;div class=&quot;cv-item&quot;&gt;
      &lt;span class=&quot;cv-icon&quot;&gt;&amp;#128700;&lt;/span&gt;
      &lt;div class=&quot;cv-content&quot;&gt;
        &lt;span class=&quot;cv-name&quot;&gt;유모차(유아차) 대여 — 1층 안내데스크&lt;/span&gt;
        &lt;p class=&quot;cv-desc&quot;&gt;1층 안내데스크에서 유모차를 대여할 수 있어요. 아이가 걷다 지쳤을 때 바로 활용하세요. 방문 전 대여 가능 여부를 확인하는 것을 추천합니다.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;cv-item&quot;&gt;
      &lt;span class=&quot;cv-icon&quot;&gt;&amp;#127868;&lt;/span&gt;
      &lt;div class=&quot;cv-content&quot;&gt;
        &lt;span class=&quot;cv-name&quot;&gt;수유실 및 유아 휴게공간 — 3층&lt;/span&gt;
        &lt;p class=&quot;cv-desc&quot;&gt;3층에 수유 공간 및 유아 휴게공간이 마련되어 있습니다. 정확한 위치는 1층 안내데스크에서 안내받으세요.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;cv-item&quot;&gt;
      &lt;span class=&quot;cv-icon&quot;&gt;&amp;#128699;&lt;/span&gt;
      &lt;div class=&quot;cv-content&quot;&gt;
        &lt;span class=&quot;cv-name&quot;&gt;기저귀 교환대&lt;/span&gt;
        &lt;p class=&quot;cv-desc&quot;&gt;주요 층 화장실 내 기저귀 교환대가 설치되어 있어요. 남자 화장실 내에도 일부 교환대가 마련되어 있습니다.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;cv-item&quot;&gt;
      &lt;span class=&quot;cv-icon&quot;&gt;&amp;#127973;&lt;/span&gt;
      &lt;div class=&quot;cv-content&quot;&gt;
        &lt;span class=&quot;cv-name&quot;&gt;병원 (5층)&lt;/span&gt;
        &lt;p class=&quot;cv-desc&quot;&gt;5층에 정형외과, 내과, 이비인후과, 치과, 한의원 등 의원이 입점해 있어요. 아이가 갑자기 아플 때 바로 이용할 수 있어 안심입니다.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;cv-item&quot;&gt;
      &lt;span class=&quot;cv-icon&quot;&gt;&amp;#8505;&amp;#65039;&lt;/span&gt;
      &lt;div class=&quot;cv-content&quot;&gt;
        &lt;span class=&quot;cv-name&quot;&gt;1층 안내데스크&lt;/span&gt;
        &lt;p class=&quot;cv-desc&quot;&gt;유모차 대여, 분실물, 교환 · 환불 문의, 주차 등록 등 모든 안내는 1층 데스크에서 해결할 수 있어요. 모르는 것이 있으면 여기서 먼저 물어보세요.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;cv-item&quot;&gt;
      &lt;span class=&quot;cv-icon&quot;&gt;&amp;#127968;&lt;/span&gt;
      &lt;div class=&quot;cv-content&quot;&gt;
        &lt;span class=&quot;cv-name&quot;&gt;신한은행 ATM (5층)&lt;/span&gt;
        &lt;p class=&quot;cv-desc&quot;&gt;현금이 필요할 때 5층 신한은행을 이용하세요.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;

  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- 광고 슬롯 B --&gt;
&lt;div style=&quot;text-align:center; padding: 10px 0; background:#fff; border-top:1px solid #f0f0f0; border-bottom:1px solid #f0f0f0;&quot;&gt;
  &lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
  &lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
  &lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- ========== 먹거리 ========== --&gt;
&lt;div id=&quot;food&quot; class=&quot;section&quot;&gt;
  &lt;span class=&quot;item-title&quot;&gt;&amp;#127857; 아이랑 먹을 곳&lt;/span&gt;
  &lt;div class=&quot;info-card&quot;&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;푸드코트&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;지하 1층 푸드 에비뉴23&lt;/strong&gt;&lt;small&gt;다양한 메뉴 선택 가능, 어린이 메뉴 多, 롯데마트 운영&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;식당가&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;5~6층 레스토랑&lt;/strong&gt;&lt;small&gt;화덕 피자, 퓨전 중식, 스시 등 다양한 선택지&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;카페&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;1층 및 각 층 카페 다수&lt;/strong&gt;&lt;small&gt;쇼핑 전후 음료 및 디저트 즐기기 좋아요&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;마트 식품관&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;지하 1층 롯데마트&lt;/strong&gt;&lt;small&gt;간식 · 음료 · 도시락 등 저렴하게 구매 가능&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;
  &lt;div class=&quot;notice-box&quot;&gt;
    &lt;p&gt;주말 점심(12~13시)에는 인기 식당에 대기가 생길 수 있어요. 조금 일찍 움직이거나 늦은 점심을 노려보세요.&lt;/p&gt;
    &lt;p&gt;아이가 편식이 심하다면 선택지가 넓은 지하 푸드코트나 마트 즉석식품 코너가 편리합니다.&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ========== 주차 ========== --&gt;
&lt;div id=&quot;parking&quot; class=&quot;section&quot; style=&quot;padding-top:0;&quot;&gt;
  &lt;span class=&quot;item-title&quot;&gt;&amp;#128663; 주차 꿀팁&lt;/span&gt;

  &lt;div class=&quot;warn-banner&quot;&gt;
    &amp;#9888;&amp;#65039; &lt;strong&gt;주말 주차 혼잡 주의:&lt;/strong&gt; 총 1,700면으로 주말 오후엔 대기가 길어질 수 있습니다. 오전 일찍 입차하거나 대중교통 이용을 추천드려요.
  &lt;/div&gt;

  &lt;div class=&quot;info-card&quot;&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;주차 위치&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;지하 6층 ~ 지하 2층&lt;/strong&gt;&lt;small&gt;무인정산 시스템 운영, 출차 전 정산기 이용&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;키즈 무료&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;어린이 놀이시설 이용 시 3시간 무료&lt;/strong&gt;&lt;small&gt;해당 시설에서 주차 등록 필요&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;시네마 무료&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;롯데시네마 이용 시 3시간 30분 무료&lt;/strong&gt;&lt;small&gt;영화 관람권 지참&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;교환 · 환불&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;1층 안내데스크 영수증 제시 시 1시간 무료&lt;/strong&gt;&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info-row&quot;&gt;
      &lt;span class=&quot;info-label&quot;&gt;진입 주의&lt;/span&gt;
      &lt;span class=&quot;info-value&quot;&gt;&lt;strong&gt;성복역 교차로 쪽 진입로 좁음&lt;/strong&gt;&lt;small&gt;반대 방향에서 U턴 진입이 필요한 경우 있음. 미리 경로 확인 권장&lt;/small&gt;&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;notice-box&quot;&gt;
    &lt;p&gt;롯데백화점 앱 사전 등록 시 주차 할인 혜택을 받을 수 있어요. 출차 전 앱에서 미리 등록하세요.&lt;/p&gt;
    &lt;p&gt;주말 오후 2시 이후에는 진입부터 대기가 생기는 경우가 많아요. 가급적 오전에 입차하는 것이 좋습니다.&lt;/p&gt;
    &lt;p&gt;대중교통(신분당선 성복역 2번 출구)을 이용하면 주차 스트레스 없이 더 편하게 즐길 수 있습니다.&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ========== 방문 전 체크리스트 ========== --&gt;
&lt;div class=&quot;section&quot; style=&quot;padding-top:0;&quot;&gt;
  &lt;span class=&quot;item-title&quot;&gt;&amp;#9989; 방문 전 체크리스트&lt;/span&gt;

  &lt;div class=&quot;convenience-list&quot;&gt;
    &lt;div class=&quot;cv-item&quot;&gt;
      &lt;span class=&quot;cv-icon&quot;&gt;&amp;#128222;&lt;/span&gt;
      &lt;div class=&quot;cv-content&quot;&gt;
        &lt;span class=&quot;cv-name&quot;&gt;시설 운영 여부 사전 확인&lt;/span&gt;
        &lt;p class=&quot;cv-desc&quot;&gt;타이니키즈카페, 웨이브즈 아이스링크, 챔피언 더블랙벨트는 방문 전 031-5174-4000으로 운영 여부를 꼭 확인하세요. 강습 스케줄에 따라 이용이 제한될 수 있습니다.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;cv-item&quot;&gt;
      &lt;span class=&quot;cv-icon&quot;&gt;&amp;#128095;&lt;/span&gt;
      &lt;div class=&quot;cv-content&quot;&gt;
        &lt;span class=&quot;cv-name&quot;&gt;아이스링크 방문 시 두꺼운 양말 필수&lt;/span&gt;
        &lt;p class=&quot;cv-desc&quot;&gt;스케이트 착용 시 두꺼운 양말이 필요합니다. 얇은 옷은 춥고 넘어질 때 다칠 수 있으니 긴바지 착용을 추천해요.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;cv-item&quot;&gt;
      &lt;span class=&quot;cv-icon&quot;&gt;&amp;#128700;&lt;/span&gt;
      &lt;div class=&quot;cv-content&quot;&gt;
        &lt;span class=&quot;cv-name&quot;&gt;유모차는 1층 안내데스크에서 대여&lt;/span&gt;
        &lt;p class=&quot;cv-desc&quot;&gt;개인 유모차를 가져오기 부담스럽다면 1층 안내데스크에서 대여 가능합니다. 대여 수량이 한정되어 있으니 일찍 방문해서 먼저 챙겨두세요.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;cv-item&quot;&gt;
      &lt;span class=&quot;cv-icon&quot;&gt;&amp;#128663;&lt;/span&gt;
      &lt;div class=&quot;cv-content&quot;&gt;
        &lt;span class=&quot;cv-name&quot;&gt;주차 할인 앱 사전 등록&lt;/span&gt;
        &lt;p class=&quot;cv-desc&quot;&gt;롯데백화점 앱 다운로드 후 회원가입을 미리 해두면 주차 할인 등록이 훨씬 빠릅니다. 출차 전 앱에서 사전 등록하세요.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- 광고 슬롯 C --&gt;
&lt;div style=&quot;text-align:center; padding: 10px 0; background:#fff; border-top:1px solid #f0f0f0; border-bottom:1px solid #f0f0f0;&quot;&gt;
  &lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
  &lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
  &lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- ========== 관련 정보 카드 ========== --&gt;
&lt;div class=&quot;section&quot;&gt;
  &lt;span class=&quot;item-title&quot;&gt;&amp;#128279; 함께 보면 좋은 정보&lt;/span&gt;
  &lt;div class=&quot;related-grid&quot;&gt;
    &lt;a href=&quot;https://www.lotteshopping.com/store/main?cstrCd=0405&quot; target=&quot;_blank&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-emoji&quot;&gt;&amp;#127978;&lt;/span&gt;
      &lt;span class=&quot;rc-title&quot;&gt;롯데몰 수지 공식 홈&lt;/span&gt;
      &lt;span class=&quot;rc-desc&quot;&gt;층별 안내 · 이벤트 확인&lt;/span&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://map.naver.com/v5/search/%EB%A1%AF%EB%8D%B0%EB%AA%B0%EC%88%98%EC%A7%80%EC%A0%90&quot; target=&quot;_blank&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-emoji&quot;&gt;&amp;#128506;&lt;/span&gt;
      &lt;span class=&quot;rc-title&quot;&gt;네이버 지도로 보기&lt;/span&gt;
      &lt;span class=&quot;rc-desc&quot;&gt;길찾기 · 주차 입구 확인&lt;/span&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://culture.lottemart.com/cu/branch/main.do?search_str_cd=446&quot; target=&quot;_blank&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-emoji&quot;&gt;&amp;#127891;&lt;/span&gt;
      &lt;span class=&quot;rc-title&quot;&gt;롯데마트 문화센터&lt;/span&gt;
      &lt;span class=&quot;rc-desc&quot;&gt;어린이 강좌 · 프로그램&lt;/span&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://www.lotteshopping.com/store/main?cstrCd=0405&quot; target=&quot;_blank&quot; class=&quot;related-card&quot;&gt;
      &lt;span class=&quot;rc-emoji&quot;&gt;&amp;#127881;&lt;/span&gt;
      &lt;span class=&quot;rc-title&quot;&gt;이벤트 · 할인 정보&lt;/span&gt;
      &lt;span class=&quot;rc-desc&quot;&gt;최신 프로모션 확인&lt;/span&gt;
    &lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ========== 푸터 ========== --&gt;
&lt;div class=&quot;footer&quot;&gt;
  &lt;p&gt;본 페이지는 공개된 정보를 바탕으로 정리한 정보 제공용 가이드입니다.&lt;/p&gt;
  &lt;p&gt;시설 운영 현황 및 요금은 변경될 수 있으니 방문 전 공식 채널에서 확인하세요.&lt;/p&gt;
  &lt;p style=&quot;margin-top:8px;&quot;&gt;
    &lt;a href=&quot;#&quot; style=&quot;color:#9ca3af;&quot;&gt;개인정보처리방침&lt;/a&gt;
    &amp;nbsp;|&amp;nbsp;
    &lt;a href=&quot;https://www.lotteshopping.com/store/main?cstrCd=0405&quot; style=&quot;color:#9ca3af;&quot; target=&quot;_blank&quot;&gt;롯데몰 수지 공식 홈페이지&lt;/a&gt;
  &lt;/p&gt;
  &lt;p style=&quot;margin-top:6px;&quot;&gt;&amp;#169; 2026 롯데몰 수지점 아이랑 방문 가이드&lt;/p&gt;
&lt;/div&gt;

&lt;/div&gt;&lt;!-- .wrap --&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <category>소소 생활</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/100</guid>
      <comments>https://sosonursing.tistory.com/entry/%EB%A1%AF%EB%8D%B0%EB%AA%B0-%EC%88%98%EC%A7%80%EC%A0%90-%EC%95%84%EC%9D%B4%EB%9E%91-%EA%B0%80%EC%9D%B4%EB%93%9C-2026-%ED%82%A4%EC%A6%88-%EC%8B%9C%EC%84%A4%C2%B7%ED%8E%B8%EC%9D%98%EC%8B%9C%EC%84%A4-%EC%B4%9D%EC%A0%95%EB%A6%AC#entry100comment</comments>
      <pubDate>Thu, 4 Jun 2026 10:50:47 +0900</pubDate>
    </item>
    <item>
      <title>출산지원금 자격조건 2026 | 소득&amp;middot;재산 상관없이 전 국민 지급</title>
      <link>https://sosonursing.tistory.com/entry/%EC%B6%9C%EC%82%B0%EC%A7%80%EC%9B%90%EA%B8%88-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-2026-%EC%86%8C%EB%93%9D%C2%B7%EC%9E%AC%EC%82%B0-%EC%83%81%EA%B4%80%EC%97%86%EC%9D%B4-%EC%A0%84-%EA%B5%AD%EB%AF%BC-%EC%A7%80%EA%B8%89</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 | 소득·재산 상관없이 전 국민 지급&lt;/title&gt;
&lt;meta name=&quot;description&quot; content=&quot;2026년 출산지원금 자격조건 완전정복. 부모급여·첫만남이용권·아동수당 자격 기준을 소득·재산·가구 유형별로 정리. 30초 안에 내가 해당되는지 확인하세요.&quot;&gt;
&lt;meta property=&quot;og:title&quot; content=&quot;출산지원금 자격조건 2026 | 나도 받을 수 있을까?&quot;&gt;
&lt;meta property=&quot;og:description&quot; content=&quot;소득·재산 무관 전 국민 지급! 출산지원금 자격조건 한눈에 정리. 놓치는 분들이 너무 많습니다.&quot;&gt;
&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Gowun+Dodum&amp;family=Noto+Sans+KR:wght@400;500;700;900&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;
&lt;style&gt;
  :root {
    --primary: #e63946;
    --primary-dark: #c1121f;
    --primary-light: #fff5f5;
    --green: #2d6a4f;
    --green-mid: #40916c;
    --green-light: #d8f3dc;
    --green-pale: #f0f7f4;
    --bg: #f0f7f4;
    --bg-card: #ffffff;
    --text: #1b2e25;
    --text-muted: #52796f;
    --border: #b7ddc8;
    --mint: #74c69d;
  }

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

  body {
    font-family: 'Gowun Dodum', 'Noto Sans KR', sans-serif;
    background: #e4f0e8;
    color: var(--text);
    font-size: 15px;
    line-height: 1.85;
  }

  .wrap {
    max-width: 720px;
    margin: 0 auto;
    background: var(--bg);
    min-height: 100vh;
    box-shadow: 0 0 50px rgba(45,106,79,0.10);
  }

  nav {
    background: var(--bg-card);
    border-bottom: 2px solid var(--border);
    padding: 13px 24px;
    position: sticky;
    top: 0;
    z-index: 100;
  }

  .nav-inner { display: flex; align-items: center; justify-content: space-between; }

  .nav-logo {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
    font-weight: 900;
    color: var(--primary);
    text-decoration: none;
  }

  .nav-links { display: flex; gap: 2px; flex-wrap: wrap; justify-content: flex-end; }

  .nav-links a {
    font-size: 11px;
    color: var(--text-muted);
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.2s;
    white-space: nowrap;
  }

  .nav-links a:hover { background: var(--green-light); color: var(--green); }
  .nav-links a.active { color: var(--primary); font-weight: 900; }

  @media (max-width: 480px) { nav { padding: 10px 16px; } .nav-links { display: none; } }

  .hero {
    background: linear-gradient(150deg, #ffffff 0%, #f0f7f4 50%, #d8f3dc 100%);
    padding: 56px 32px 48px;
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid var(--border);
  }

  .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--green-light);
    border: 1.5px solid var(--mint);
    color: var(--green);
    font-size: 12px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
  }

  .hero h1 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.5;
    color: var(--text);
    margin-bottom: 14px;
    word-break: keep-all;
  }

  .hero h1 em { color: var(--primary); font-style: normal; }

  .hero-sub {
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 30px;
    word-break: keep-all;
    line-height: 1.9;
    max-width: 480px;
  }

  .qualify-row { display: flex; flex-direction: column; gap: 10px; margin-bottom: 32px; }

  .qualify-chip {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--bg-card);
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 12px 16px;
    box-shadow: 0 2px 8px rgba(45,106,79,0.06);
  }

  .qualify-chip .qc-icon { font-size: 22px; min-width: 32px; text-align: center; }
  .qualify-chip .qc-text { font-size: 14px; font-weight: 700; color: var(--text); word-break: keep-all; }
  .qualify-chip .qc-text span { color: var(--green-mid); font-weight: 900; }

  .cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 380px;
    min-height: 56px;
    padding: 16px 28px;
    background: var(--primary);
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(230,57,70,0.28);
    transition: background 0.2s, transform 0.1s;
    word-break: keep-all;
    text-align: center;
  }

  .cta-btn:hover { background: var(--primary-dark); transform: translateY(-1px); }
  .cta-btn:active { transform: scale(0.97); }

  @media (max-width: 480px) { .hero { padding: 36px 16px 30px; } .hero h1 { font-size: 22px; } .cta-btn { max-width: 100%; font-size: 16px; } }

  .ad-wrap { padding: 16px 24px; background: var(--bg-card); border-bottom: 1px solid var(--border); }

  .hashtag-section { padding: 26px 24px 20px; border-bottom: 1px solid var(--border); background: var(--bg-card); text-align: center; }
  .hashtag-wrap { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin-bottom: 14px; }
  .hashtag { display: inline-block; background: var(--green-pale); border-radius: 50px; padding: 8px 18px; font-size: 14px; font-weight: 700; color: var(--text-muted); text-decoration: none; transition: all 0.2s; border: 1.5px solid var(--border); }
  .hashtag:hover { background: var(--primary-light); color: var(--primary); border-color: var(--primary); }
  .hashtag-desc { font-size: 13px; color: var(--text-muted); line-height: 1.85; word-break: keep-all; }

  @media (max-width: 480px) { .hashtag-section { padding: 20px 16px; } }

  .content { padding: 36px 24px 52px; }
  @media (max-width: 480px) { .content { padding: 24px 16px 40px; } }

  .section-title {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 19px;
    font-weight: 900;
    color: var(--text);
    margin-bottom: 18px;
    padding: 0 0 12px 0;
    border-bottom: 2px solid var(--green-light);
    word-break: keep-all;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .lead-text { font-size: 15px; color: var(--text); line-height: 1.9; margin-bottom: 24px; word-break: keep-all; }
  .lead-text strong { color: var(--primary); font-weight: 900; }

  hr.divider { border: none; border-top: 1px solid var(--border); margin: 30px 0; }

  .condition-card {
    background: var(--bg-card);
    border: 1.5px solid var(--border);
    border-radius: 14px;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(45,106,79,0.06);
  }

  .condition-header {
    background: var(--green-light);
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .condition-header .ch-icon { font-size: 22px; }
  .condition-header .ch-title { font-size: 16px; font-weight: 900; color: var(--green); }
  .condition-header .ch-badge {
    margin-left: auto;
    background: var(--primary);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    white-space: nowrap;
  }

  .condition-body { padding: 18px 20px; }

  .condition-row {
    display: flex;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
    align-items: flex-start;
  }

  .condition-row:last-child { border-bottom: none; padding-bottom: 0; }

  .cr-label { font-size: 12px; font-weight: 700; color: var(--text-muted); min-width: 64px; padding-top: 2px; flex-shrink: 0; }
  .cr-value { font-size: 14px; color: var(--text); line-height: 1.7; word-break: keep-all; flex: 1; }
  .cr-value strong { color: var(--primary); font-weight: 900; }
  .cr-value .ok { color: var(--green-mid); font-weight: 700; }

  .checklist { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }

  .check-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: var(--bg-card);
    border-radius: 10px;
    padding: 14px 16px;
    border: 1.5px solid var(--border);
    box-shadow: 0 1px 4px rgba(45,106,79,0.05);
  }

  .check-item.pass { border-color: var(--mint); background: linear-gradient(to right, #f0fff4, #fff); }
  .check-icon { font-size: 20px; min-width: 28px; text-align: center; margin-top: 1px; }
  .check-content { flex: 1; }
  .check-title { font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 4px; word-break: keep-all; }
  .check-desc { font-size: 13px; color: var(--text-muted); line-height: 1.65; word-break: keep-all; }

  .myth-box { background: #fff; border-radius: 12px; overflow: hidden; margin-bottom: 24px; border: 1.5px solid var(--border); box-shadow: 0 2px 8px rgba(45,106,79,0.06); }

  .myth-header { display: grid; grid-template-columns: 1fr 1fr; background: var(--text); }
  .myth-header div { padding: 10px 16px; font-size: 12px; font-weight: 700; letter-spacing: 0.5px; color: rgba(255,255,255,0.7); text-align: center; }

  .myth-row { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--border); }
  .myth-row:last-child { border-bottom: none; }

  .myth-cell { padding: 14px 16px; font-size: 13px; line-height: 1.7; word-break: keep-all; }
  .myth-cell.wrong { background: #fff5f5; color: #991b1b; border-right: 1px solid var(--border); }
  .myth-cell.right { background: #f0fff4; color: #14532d; }

  .faq-wrap { display: flex; flex-direction: column; gap: 14px; margin-bottom: 28px; }
  .faq-item { background: var(--bg-card); border-radius: 10px; padding: 18px; border: 1.5px solid var(--border); box-shadow: 0 1px 4px rgba(45,106,79,0.05); }
  .faq-q { font-size: 15px; font-weight: 900; color: var(--text); margin-bottom: 10px; word-break: keep-all; }
  .faq-q::before { content: 'Q. '; color: var(--primary); }
  .faq-a { font-size: 14px; color: var(--text-muted); line-height: 1.8; word-break: keep-all; }
  .faq-a::before { content: 'A. '; color: var(--text); font-weight: 700; }
  .faq-link { font-size: 13px; color: var(--primary); font-weight: 700; text-decoration: none; display: inline-block; margin-top: 8px; }

  .cta-bridge {
    background: var(--green-light);
    border: 1.5px solid var(--mint);
    border-radius: 14px;
    padding: 24px 20px;
    margin-bottom: 18px;
    font-size: 15px;
    color: var(--text);
    line-height: 1.9;
    word-break: keep-all;
    text-align: center;
  }

  .cta-bridge strong { color: var(--primary); display: block; font-size: 16px; margin-bottom: 8px; font-weight: 900; }
  .cta-center { text-align: center; margin-bottom: 40px; }

  .related-section { background: var(--green-pale); border-top: 2px solid var(--border); padding: 28px 24px; }
  .related-title { font-size: 13px; font-weight: 700; color: var(--text-muted); margin-bottom: 16px; text-align: center; }
  .related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

  .related-card {
    background: var(--bg-card);
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 14px 12px;
    text-decoration: none;
    color: var(--text);
    transition: all 0.2s;
    display: block;
    box-shadow: 0 1px 4px rgba(45,106,79,0.05);
  }

  .related-card:hover { border-color: var(--primary); box-shadow: 0 4px 14px rgba(230,57,70,0.10); transform: translateY(-1px); }
  .related-card .rc-title { font-size: 13px; font-weight: 700; margin-bottom: 4px; word-break: keep-all; line-height: 1.5; }
  .related-card .rc-desc { font-size: 11px; color: var(--text-muted); word-break: keep-all; line-height: 1.5; }

  @media (max-width: 480px) { .related-section { padding: 22px 16px; } }

  footer { background: #1b2e25; color: #52796f; font-size: 11px; text-align: center; padding: 24px 20px; line-height: 2.1; }
  footer a { color: #52796f; text-decoration: underline; }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;wrap&quot;&gt;

&lt;nav&gt;
  &lt;div class=&quot;nav-inner&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/2026-%EC%B6%9C%EC%82%B0%EC%A7%80%EC%9B%90%EA%B8%88-%EC%B4%9D%EC%A0%95%EB%A6%AC-%EC%B2%AB%EC%A7%B8-200%EB%A7%8C%EC%9B%90-%EB%91%98%EC%A7%B8-300%EB%A7%8C%EC%9B%90-%ED%95%9C%EB%88%88%EC%97%90&quot; class=&quot;nav-logo&quot;&gt;출산지원금 가이드&lt;/a&gt;
    &lt;div class=&quot;nav-links&quot;&gt;
      &lt;a href=&quot;https://sosonursing.tistory.com/entry/2026-%EC%B6%9C%EC%82%B0%EC%A7%80%EC%9B%90%EA%B8%88-%EC%B4%9D%EC%A0%95%EB%A6%AC-%EC%B2%AB%EC%A7%B8-200%EB%A7%8C%EC%9B%90-%EB%91%98%EC%A7%B8-300%EB%A7%8C%EC%9B%90-%ED%95%9C%EB%88%88%EC%97%90&quot;&gt;지원금 총정리&lt;/a&gt;
      &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EB%B6%80%EB%AA%A8%EA%B8%89%EC%97%AC-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-%EC%99%84%EB%B2%BD-%EA%B0%80%EC%9D%B4%EB%93%9C&quot;&gt;부모급여&lt;/a&gt;
      &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AB%EB%A7%8C%EB%82%A8%EC%9D%B4%EC%9A%A9%EA%B6%8C-%EC%82%AC%EC%9A%A9%EC%B2%98-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-2026-%EC%B5%9C%EB%8C%80-300%EB%A7%8C%EC%9B%90-%EB%B0%94%EC%9A%B0%EC%B2%98&quot;&gt;첫만남이용권&lt;/a&gt;
      &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B6%9C%EC%82%B0%EC%A7%80%EC%9B%90%EA%B8%88-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-2026-%EC%86%8C%EB%93%9D%C2%B7%EC%9E%AC%EC%82%B0-%EC%83%81%EA%B4%80%EC%97%86%EC%9D%B4-%EC%A0%84-%EA%B5%AD%EB%AF%BC-%EC%A7%80%EA%B8%89&quot; class=&quot;active&quot;&gt;자격조건&lt;/a&gt;
      &lt;a href=&quot;landing5.html&quot;&gt;지역별 장려금&lt;/a&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/nav&gt;

&lt;section class=&quot;hero&quot;&gt;
  &lt;p class=&quot;hero-badge&quot;&gt;&amp;#9989; 2026 자격조건 완전정복&lt;/p&gt;
  &lt;h1&gt;&quot;나는 해당 안 되겠지&quot;&lt;br&gt;라고 생각하셨나요?&lt;br&gt;&lt;em&gt;대부분 해당됩니다.&lt;/em&gt;&lt;/h1&gt;
  &lt;p class=&quot;hero-sub&quot;&gt;
    출산지원금은 소득이 높아도, 맞벌이여도, 외국인 배우자여도 받을 수 있는 경우가 많아요.
    3가지 핵심 조건만 확인하면 30초 안에 자격 여부를 알 수 있습니다.
  &lt;/p&gt;
  &lt;div class=&quot;qualify-row&quot;&gt;
    &lt;div class=&quot;qualify-chip&quot;&gt;
      &lt;span class=&quot;qc-icon&quot;&gt;&amp;#128176;&lt;/span&gt;
      &lt;span class=&quot;qc-text&quot;&gt;소득 기준 &lt;span&gt;없음&lt;/span&gt; — 전 국민 대상&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;qualify-chip&quot;&gt;
      &lt;span class=&quot;qc-icon&quot;&gt;&amp;#127968;&lt;/span&gt;
      &lt;span class=&quot;qc-text&quot;&gt;재산 기준 &lt;span&gt;없음&lt;/span&gt; — 심사 없이 지급&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;qualify-chip&quot;&gt;
      &lt;span class=&quot;qc-icon&quot;&gt;&amp;#128100;&lt;/span&gt;
      &lt;span class=&quot;qc-text&quot;&gt;맞벌이·외벌이 &lt;span&gt;모두 가능&lt;/span&gt;&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;
  &lt;a href=&quot;https://www.gov.kr/portal/onestopSvc/happyBirth&quot; class=&quot;cta-btn&quot;&gt;내 자격 30초 확인하기&lt;/a&gt;
&lt;/section&gt;

&lt;div class=&quot;ad-wrap&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;hashtag-section&quot;&gt;
  &lt;div class=&quot;hashtag-wrap&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/2026-%EC%B6%9C%EC%82%B0%EC%A7%80%EC%9B%90%EA%B8%88-%EC%B4%9D%EC%A0%95%EB%A6%AC-%EC%B2%AB%EC%A7%B8-200%EB%A7%8C%EC%9B%90-%EB%91%98%EC%A7%B8-300%EB%A7%8C%EC%9B%90-%ED%95%9C%EB%88%88%EC%97%90&quot; class=&quot;hashtag&quot;&gt;#출산지원금 총정리&lt;/a&gt;
    &lt;a href=&quot;landing5.html&quot; class=&quot;hashtag&quot;&gt;#지역별 출산장려금&lt;/a&gt;
    &lt;a href=&quot;https://www.gov.kr/portal/onestopSvc/happyBirth&quot; class=&quot;hashtag&quot;&gt;#지금 신청하기&lt;/a&gt;
  &lt;/div&gt;
  &lt;p class=&quot;hashtag-desc&quot;&gt;
    부모급여·첫만남이용권·아동수당 모두 소득·재산 제한이 없어요.&lt;br&gt;
    출생신고만 완료되면 누구나 신청할 수 있습니다.
  &lt;/p&gt;
&lt;/div&gt;

&lt;div class=&quot;content&quot;&gt;

  &lt;p class=&quot;lead-text&quot;&gt;
    출산지원금을 안 받는 가장 큰 이유 중 하나가 &quot;우리는 해당 안 되겠지&quot;라는 오해입니다.
    사실 주요 지원금 3종은 &lt;strong&gt;소득·재산 심사 없이 전 국민이 받을 수 있어요.&lt;/strong&gt;
    조건이 없는 만큼 신청만 하면 그냥 받습니다. 각 지원금별 정확한 자격 조건을 확인해보세요.
  &lt;/p&gt;

  &lt;h2 class=&quot;section-title&quot;&gt;&amp;#128203; 지원금별 자격조건 정리&lt;/h2&gt;

  &lt;div class=&quot;condition-card&quot;&gt;
    &lt;div class=&quot;condition-header&quot;&gt;
      &lt;span class=&quot;ch-icon&quot;&gt;&amp;#127873;&lt;/span&gt;
      &lt;span class=&quot;ch-title&quot;&gt;첫만남이용권&lt;/span&gt;
      &lt;span class=&quot;ch-badge&quot;&gt;전 국민&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;condition-body&quot;&gt;
      &lt;div class=&quot;condition-row&quot;&gt;
        &lt;span class=&quot;cr-label&quot;&gt;대상&lt;/span&gt;
        &lt;span class=&quot;cr-value&quot;&gt;&lt;span class=&quot;ok&quot;&gt;2024년 1월 1일 이후 출생아 전원&lt;/span&gt;&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;condition-row&quot;&gt;
        &lt;span class=&quot;cr-label&quot;&gt;소득 기준&lt;/span&gt;
        &lt;span class=&quot;cr-value&quot;&gt;&lt;span class=&quot;ok&quot;&gt;없음&lt;/span&gt; — 소득·재산 무관&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;condition-row&quot;&gt;
        &lt;span class=&quot;cr-label&quot;&gt;신청 기한&lt;/span&gt;
        &lt;span class=&quot;cr-value&quot;&gt;출생일로부터 &lt;strong&gt;1년 이내&lt;/strong&gt;&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;condition-row&quot;&gt;
        &lt;span class=&quot;cr-label&quot;&gt;국적&lt;/span&gt;
        &lt;span class=&quot;cr-value&quot;&gt;대한민국 국적 아동 (주민등록번호 보유)&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;condition-card&quot;&gt;
    &lt;div class=&quot;condition-header&quot;&gt;
      &lt;span class=&quot;ch-icon&quot;&gt;&amp;#128176;&lt;/span&gt;
      &lt;span class=&quot;ch-title&quot;&gt;부모급여&lt;/span&gt;
      &lt;span class=&quot;ch-badge&quot;&gt;전 국민&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;condition-body&quot;&gt;
      &lt;div class=&quot;condition-row&quot;&gt;
        &lt;span class=&quot;cr-label&quot;&gt;대상&lt;/span&gt;
        &lt;span class=&quot;cr-value&quot;&gt;&lt;span class=&quot;ok&quot;&gt;만 0~1세 아동을 양육하는 가정&lt;/span&gt;&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;condition-row&quot;&gt;
        &lt;span class=&quot;cr-label&quot;&gt;소득 기준&lt;/span&gt;
        &lt;span class=&quot;cr-value&quot;&gt;&lt;span class=&quot;ok&quot;&gt;없음&lt;/span&gt; — 고소득자도 수령 가능&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;condition-row&quot;&gt;
        &lt;span class=&quot;cr-label&quot;&gt;신청 기한&lt;/span&gt;
        &lt;span class=&quot;cr-value&quot;&gt;출생 후 &lt;strong&gt;60일 이내&lt;/strong&gt; 권장 (초과 시 손해)&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;condition-row&quot;&gt;
        &lt;span class=&quot;cr-label&quot;&gt;거주 요건&lt;/span&gt;
        &lt;span class=&quot;cr-value&quot;&gt;부모 또는 아동이 국내 주민등록 등재&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;condition-card&quot;&gt;
    &lt;div class=&quot;condition-header&quot;&gt;
      &lt;span class=&quot;ch-icon&quot;&gt;&amp;#128100;&lt;/span&gt;
      &lt;span class=&quot;ch-title&quot;&gt;아동수당&lt;/span&gt;
      &lt;span class=&quot;ch-badge&quot;&gt;전 국민&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;condition-body&quot;&gt;
      &lt;div class=&quot;condition-row&quot;&gt;
        &lt;span class=&quot;cr-label&quot;&gt;대상&lt;/span&gt;
        &lt;span class=&quot;cr-value&quot;&gt;&lt;span class=&quot;ok&quot;&gt;만 8세 미만(0~95개월) 아동 전원&lt;/span&gt;&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;condition-row&quot;&gt;
        &lt;span class=&quot;cr-label&quot;&gt;소득 기준&lt;/span&gt;
        &lt;span class=&quot;cr-value&quot;&gt;&lt;span class=&quot;ok&quot;&gt;없음&lt;/span&gt; — 취학 여부 무관&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;condition-row&quot;&gt;
        &lt;span class=&quot;cr-label&quot;&gt;지급 금액&lt;/span&gt;
        &lt;span class=&quot;cr-value&quot;&gt;수도권 월 10만원 / 비수도권 &lt;strong&gt;최대 12만원&lt;/strong&gt;&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;condition-row&quot;&gt;
        &lt;span class=&quot;cr-label&quot;&gt;지급 방식&lt;/span&gt;
        &lt;span class=&quot;cr-value&quot;&gt;현금 (매월 25일 전후 입금)&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div style=&quot;margin: 4px 0 28px;&quot;&gt;
  &lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
  &lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
  &lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
  &lt;/div&gt;

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

  &lt;h2 class=&quot;section-title&quot;&gt;&amp;#128273; 흔한 오해 vs 실제 사실&lt;/h2&gt;
  &lt;p class=&quot;lead-text&quot; style=&quot;font-size:14px; color:var(--text-muted);&quot;&gt;
    이 오해 때문에 신청을 포기한 분들이 정말 많아요. 꼭 확인하세요.
  &lt;/p&gt;

  &lt;div class=&quot;myth-box&quot;&gt;
    &lt;div class=&quot;myth-header&quot;&gt;
      &lt;div&gt;&amp;#10060; 흔한 오해&lt;/div&gt;
      &lt;div&gt;&amp;#9989; 실제 사실&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;myth-row&quot;&gt;
      &lt;div class=&quot;myth-cell wrong&quot;&gt;&quot;맞벌이라서 소득이 높으니 해당 안 되겠지&quot;&lt;/div&gt;
      &lt;div class=&quot;myth-cell right&quot;&gt;소득 기준 없음! 맞벌이·고소득자 모두 수령 가능합니다.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;myth-row&quot;&gt;
      &lt;div class=&quot;myth-cell wrong&quot;&gt;&quot;외국인 배우자라 자격이 안 되지 않나요?&quot;&lt;/div&gt;
      &lt;div class=&quot;myth-cell right&quot;&gt;아동이 한국 국적이면 지급 가능. 부모 국적과 무관합니다.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;myth-row&quot;&gt;
      &lt;div class=&quot;myth-cell wrong&quot;&gt;&quot;재산이 있으면 심사에서 탈락하지 않나요?&quot;&lt;/div&gt;
      &lt;div class=&quot;myth-cell right&quot;&gt;재산 심사 없음. 신청만 하면 자동 지급됩니다.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;myth-row&quot;&gt;
      &lt;div class=&quot;myth-cell wrong&quot;&gt;&quot;부모급여는 자동 갱신 아닌가요?&quot;&lt;/div&gt;
      &lt;div class=&quot;myth-cell right&quot;&gt;한 번 신청하면 자격 유지되는 한 자동 지급됩니다.&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

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

  &lt;h2 class=&quot;section-title&quot;&gt;&amp;#128221; 내가 해당되는지 체크해보세요&lt;/h2&gt;
  &lt;div class=&quot;checklist&quot;&gt;
    &lt;div class=&quot;check-item pass&quot;&gt;
      &lt;span class=&quot;check-icon&quot;&gt;&amp;#9989;&lt;/span&gt;
      &lt;div class=&quot;check-content&quot;&gt;
        &lt;p class=&quot;check-title&quot;&gt;2024년 1월 1일 이후 출생한 아이가 있다&lt;/p&gt;
        &lt;p class=&quot;check-desc&quot;&gt;첫만남이용권, 부모급여, 아동수당 모두 해당 가능합니다.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;check-item pass&quot;&gt;
      &lt;span class=&quot;check-icon&quot;&gt;&amp;#9989;&lt;/span&gt;
      &lt;div class=&quot;check-content&quot;&gt;
        &lt;p class=&quot;check-title&quot;&gt;아이가 대한민국 주민등록번호를 보유하고 있다&lt;/p&gt;
        &lt;p class=&quot;check-desc&quot;&gt;출생신고 완료 후 주민등록번호가 부여되면 신청 자격이 생깁니다.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;check-item pass&quot;&gt;
      &lt;span class=&quot;check-icon&quot;&gt;&amp;#9989;&lt;/span&gt;
      &lt;div class=&quot;check-content&quot;&gt;
        &lt;p class=&quot;check-title&quot;&gt;현재 아이를 직접 양육하고 있다&lt;/p&gt;
        &lt;p class=&quot;check-desc&quot;&gt;가정 양육 또는 어린이집 이용 모두 해당됩니다. 방식에 따라 지급 구조만 달라집니다.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;check-item&quot;&gt;
      &lt;span class=&quot;check-icon&quot;&gt;&amp;#128338;&lt;/span&gt;
      &lt;div class=&quot;check-content&quot;&gt;
        &lt;p class=&quot;check-title&quot;&gt;출생 후 60일이 지나지 않았다&lt;/p&gt;
        &lt;p class=&quot;check-desc&quot;&gt;60일 이내라면 지금 바로 신청해야 첫 달부터 소급 지급됩니다. 하루라도 빨리!&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;h2 class=&quot;section-title&quot;&gt;&amp;#128172; 자주 묻는 질문&lt;/h2&gt;
  &lt;div class=&quot;faq-wrap&quot;&gt;
    &lt;div class=&quot;faq-item&quot;&gt;
      &lt;p class=&quot;faq-q&quot;&gt;육아휴직 중이면 부모급여를 못 받나요?&lt;/p&gt;
      &lt;p class=&quot;faq-a&quot;&gt;아닙니다. 부모급여는 취업 여부, 휴직 여부와 전혀 무관합니다.
        육아휴직급여를 받고 있어도 부모급여는 별도로 신청하고 수령할 수 있어요.&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;faq-item&quot;&gt;
      &lt;p class=&quot;faq-q&quot;&gt;지자체 출산장려금은 자격 조건이 다른가요?&lt;/p&gt;
      &lt;p class=&quot;faq-a&quot;&gt;네, 지자체 장려금은 거주지·거주 기간 등 별도 조건이 있는 경우가 많습니다.
        거주 지역에 따라 수십만원에서 수백만원까지 큰 차이가 나는데요...&lt;/p&gt;
      &lt;a href=&quot;landing5.html&quot; class=&quot;faq-link&quot;&gt;&amp;#8594; 지역별 출산장려금 자격조건 확인하기&lt;/a&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;cta-bridge&quot;&gt;
    &lt;strong&gt;&amp;#128161; 사실 많은 분들이 이미 자격이 되는데 모르고 계세요.&lt;/strong&gt;
    소득도, 재산도, 취업 여부도 상관없어요.&lt;br&gt;
    신청하지 않으면 그냥 사라지는 돈입니다. 지금 바로 확인하세요. &amp;#128071;
  &lt;/div&gt;

  &lt;div style=&quot;margin-bottom: 20px;&quot;&gt;
  &lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
  &lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
  &lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
  &lt;/div&gt;

  &lt;div class=&quot;cta-center&quot;&gt;
    &lt;a href=&quot;https://www.gov.kr/portal/onestopSvc/happyBirth&quot; class=&quot;cta-btn&quot;&gt;자격조건 확인 후 신청하기&lt;/a&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;div class=&quot;related-section&quot;&gt;
  &lt;p class=&quot;related-title&quot;&gt;관련 정보 더 보기&lt;/p&gt;
  &lt;div class=&quot;related-grid&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/2026-%EC%B6%9C%EC%82%B0%EC%A7%80%EC%9B%90%EA%B8%88-%EC%B4%9D%EC%A0%95%EB%A6%AC-%EC%B2%AB%EC%A7%B8-200%EB%A7%8C%EC%9B%90-%EB%91%98%EC%A7%B8-300%EB%A7%8C%EC%9B%90-%ED%95%9C%EB%88%88%EC%97%90&quot; class=&quot;related-card&quot;&gt;
      &lt;p class=&quot;rc-title&quot;&gt;&amp;#128176; 출산지원금 총정리&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;모든 혜택 한눈에 확인&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EB%B6%80%EB%AA%A8%EA%B8%89%EC%97%AC-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-%EC%99%84%EB%B2%BD-%EA%B0%80%EC%9D%B4%EB%93%9C&quot; class=&quot;related-card&quot;&gt;
      &lt;p class=&quot;rc-title&quot;&gt;&amp;#128100; 부모급여 신청방법&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;60일 기한·어린이집 차이&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AB%EB%A7%8C%EB%82%A8%EC%9D%B4%EC%9A%A9%EA%B6%8C-%EC%82%AC%EC%9A%A9%EC%B2%98-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-2026-%EC%B5%9C%EB%8C%80-300%EB%A7%8C%EC%9B%90-%EB%B0%94%EC%9A%B0%EC%B2%98&quot; class=&quot;related-card&quot;&gt;
      &lt;p class=&quot;rc-title&quot;&gt;&amp;#127873; 첫만남이용권&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;최대 300만원 사용처 안내&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;landing5.html&quot; class=&quot;related-card&quot;&gt;
      &lt;p class=&quot;rc-title&quot;&gt;&amp;#127968; 지역별 출산장려금&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;거주지별 추가 혜택 비교&lt;/p&gt;
    &lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;footer&gt;
  본 페이지는 공공 정보 제공을 목적으로 작성되었으며, 정확한 자격조건은 복지로(bokjiro.go.kr) 및 정부24에서 확인하시기 바랍니다.&lt;br&gt;
  정책 변경에 따라 내용이 달라질 수 있습니다. &amp;copy; 2026 출산지원금 가이드&lt;br&gt;
  &lt;a href=&quot;#&quot;&gt;개인정보처리방침&lt;/a&gt;
&lt;/footer&gt;

&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <category>소소 지식</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/99</guid>
      <comments>https://sosonursing.tistory.com/entry/%EC%B6%9C%EC%82%B0%EC%A7%80%EC%9B%90%EA%B8%88-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-2026-%EC%86%8C%EB%93%9D%C2%B7%EC%9E%AC%EC%82%B0-%EC%83%81%EA%B4%80%EC%97%86%EC%9D%B4-%EC%A0%84-%EA%B5%AD%EB%AF%BC-%EC%A7%80%EA%B8%89#entry99comment</comments>
      <pubDate>Mon, 1 Jun 2026 21:49:16 +0900</pubDate>
    </item>
    <item>
      <title>첫만남이용권 사용처 신청방법 2026 | 최대 300만원 바우처</title>
      <link>https://sosonursing.tistory.com/entry/%EC%B2%AB%EB%A7%8C%EB%82%A8%EC%9D%B4%EC%9A%A9%EA%B6%8C-%EC%82%AC%EC%9A%A9%EC%B2%98-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-2026-%EC%B5%9C%EB%8C%80-300%EB%A7%8C%EC%9B%90-%EB%B0%94%EC%9A%B0%EC%B2%98</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 | 최대 300만원 바우처&lt;/title&gt;
&lt;meta name=&quot;description&quot; content=&quot;2026년 첫만남이용권 신청방법과 사용처 총정리. 첫째 200만원·둘째 300만원 국민행복카드 바우처, 조리원·육아용품·마트 어디서 쓸 수 있는지 한눈에 확인.&quot;&gt;
&lt;meta property=&quot;og:title&quot; content=&quot;첫만남이용권 2026 | 최대 300만원 어디서 쓸 수 있을까?&quot;&gt;
&lt;meta property=&quot;og:description&quot; content=&quot;첫만남이용권 사용처·신청기한·주의사항 완벽 정리. 출생신고 후 바로 신청하세요.&quot;&gt;
&lt;meta property=&quot;og:image&quot; content=&quot;https://via.placeholder.com/1200x630/fdf6ec/d32f2f?text=첫만남이용권+2026&quot;&gt;
&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&amp;family=Nanum+Gothic:wght@400;700;800&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;
&lt;style&gt;
  :root {
    --primary: #d32f2f;
    --primary-dark: #b71c1c;
    --primary-light: #ffebee;
    --bg: #fdf6ec;
    --bg-card: #ffffff;
    --bg-warm: #fef3e2;
    --text: #2d2016;
    --text-muted: #7c6a55;
    --border: #e8d9c4;
    --gold: #b8860b;
    --gold-light: #fff8e1;
  }

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

  body {
    font-family: 'Nanum Gothic', sans-serif;
    background: #f5ead6;
    color: var(--text);
    font-size: 15px;
    line-height: 1.8;
  }

  .wrap {
    max-width: 720px;
    margin: 0 auto;
    background: var(--bg);
    min-height: 100vh;
    box-shadow: 0 0 60px rgba(100,60,20,0.10);
  }

  /* ===== NAV ===== */
  nav {
    background: var(--bg-card);
    border-bottom: 2px solid var(--border);
    padding: 13px 24px;
    position: sticky;
    top: 0;
    z-index: 100;
  }

  .nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nav-logo {
    font-family: 'Nanum Myeongjo', serif;
    font-size: 15px;
    font-weight: 800;
    color: var(--primary);
    text-decoration: none;
  }

  .nav-links {
    display: flex;
    gap: 2px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .nav-links a {
    font-size: 11px;
    color: var(--text-muted);
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.2s;
    white-space: nowrap;
  }

  .nav-links a:hover { background: var(--primary-light); color: var(--primary); }
  .nav-links a.active { color: var(--primary); font-weight: 800; }

  @media (max-width: 480px) {
    nav { padding: 10px 16px; }
    .nav-links { display: none; }
  }

  /* ===== HERO ===== */
  .hero {
    background: linear-gradient(150deg, #fff8f0 0%, #fdf6ec 40%, #fce8cc 100%);
    padding: 56px 32px 48px;
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid var(--border);
  }

  .hero::before {
    content: '&amp;#127873;';
    position: absolute;
    top: 24px; right: 28px;
    font-size: 80px;
    opacity: 0.12;
    line-height: 1;
    pointer-events: none;
  }

  .hero-tag {
    display: inline-block;
    background: var(--gold-light);
    border: 1.5px solid #e6c96a;
    color: var(--gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.8px;
    padding: 5px 14px;
    border-radius: 4px;
    margin-bottom: 18px;
  }

  .hero h1 {
    font-family: 'Nanum Myeongjo', serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.5;
    color: var(--text);
    margin-bottom: 14px;
    word-break: keep-all;
  }

  .hero h1 em {
    color: var(--primary);
    font-style: normal;
    border-bottom: 3px solid var(--primary);
    padding-bottom: 1px;
  }

  .hero-sub {
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 28px;
    word-break: keep-all;
    line-height: 1.9;
    max-width: 480px;
  }

  /* 금액 쇼케이스 */
  .amount-showcase {
    display: flex;
    gap: 14px;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }

  .amount-box {
    flex: 1;
    min-width: 130px;
    background: var(--bg-card);
    border: 2px solid var(--border);
    border-radius: 14px;
    padding: 18px 14px;
    text-align: center;
    box-shadow: 0 3px 12px rgba(100,60,20,0.07);
  }

  .amount-box.featured { border-color: var(--primary); background: var(--primary-light); }

  .amount-box .ab-label {
    font-size: 12px;
    color: var(--text-muted);
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
  }

  .amount-box .ab-amount {
    font-family: 'Nanum Myeongjo', serif;
    font-size: 28px;
    font-weight: 800;
    color: var(--primary);
    line-height: 1.1;
    margin-bottom: 6px;
  }

  .amount-box .ab-sub {
    font-size: 11px;
    color: var(--text-muted);
    line-height: 1.6;
  }

  .cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 380px;
    min-height: 56px;
    padding: 16px 28px;
    background: var(--primary);
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(211,47,47,0.28);
    transition: background 0.2s, transform 0.1s;
    word-break: keep-all;
    text-align: center;
  }

  .cta-btn:hover { background: var(--primary-dark); transform: translateY(-1px); }
  .cta-btn:active { transform: scale(0.97); }

  @media (max-width: 480px) {
    .hero { padding: 36px 16px 30px; }
    .hero h1 { font-size: 22px; }
    .cta-btn { max-width: 100%; font-size: 16px; }
  }

  /* ===== AD ===== */
  .ad-wrap {
    padding: 16px 24px;
    background: var(--bg-warm);
    border-bottom: 1px solid var(--border);
  }

  /* ===== HASHTAGS ===== */
  .hashtag-section {
    padding: 26px 24px 20px;
    border-bottom: 1px solid var(--border);
    text-align: center;
    background: var(--bg-card);
  }

  .hashtag-wrap { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin-bottom: 14px; }

  .hashtag {
    display: inline-block;
    background: var(--bg-warm);
    border-radius: 50px;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 700;
    color: var(--text-muted);
    text-decoration: none;
    transition: all 0.2s;
    border: 1.5px solid var(--border);
  }

  .hashtag:hover { background: var(--primary-light); color: var(--primary); border-color: var(--primary); }

  .hashtag-desc {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.85;
    word-break: keep-all;
  }

  @media (max-width: 480px) { .hashtag-section { padding: 20px 16px; } }

  /* ===== CONTENT ===== */
  .content { padding: 36px 24px 52px; }

  @media (max-width: 480px) { .content { padding: 24px 16px 40px; } }

  .section-title {
    font-family: 'Nanum Myeongjo', serif;
    font-size: 20px;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--border);
    word-break: keep-all;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .lead-text {
    font-size: 15px;
    color: var(--text);
    line-height: 1.9;
    margin-bottom: 24px;
    word-break: keep-all;
  }

  .lead-text strong { color: var(--primary); font-weight: 800; }

  hr.divider {
    border: none;
    border-top: 1px solid var(--border);
    margin: 30px 0;
  }

  /* 사용처 그리드 */
  .usage-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 24px;
  }

  @media (max-width: 400px) { .usage-grid { grid-template-columns: 1fr; } }

  .usage-card {
    background: var(--bg-card);
    border: 1.5px solid var(--border);
    border-radius: 12px;
    padding: 18px 14px;
    transition: all 0.2s;
    box-shadow: 0 1px 4px rgba(100,60,20,0.05);
  }

  .usage-card:hover { border-color: var(--primary); transform: translateY(-2px); box-shadow: 0 6px 16px rgba(211,47,47,0.10); }

  .usage-card .uc-icon { font-size: 28px; margin-bottom: 10px; display: block; }
  .usage-card .uc-title { font-size: 14px; font-weight: 800; color: var(--text); margin-bottom: 6px; }
  .usage-card .uc-desc { font-size: 12px; color: var(--text-muted); line-height: 1.65; word-break: keep-all; }

  /* 사용 불가 박스 */
  .cant-use-box {
    background: #fff5f5;
    border: 1.5px solid #fca5a5;
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 24px;
    font-size: 14px;
    color: #7f1d1d;
    line-height: 1.75;
    word-break: keep-all;
  }

  .cant-use-box strong { display: block; margin-bottom: 6px; color: var(--primary); }

  /* 신청 타임라인 */
  .timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 28px;
    padding-left: 28px;
  }

  .timeline::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 16px;
    bottom: 16px;
    width: 2px;
    background: var(--border);
  }

  .tl-item {
    position: relative;
    padding: 14px 0 14px 20px;
  }

  .tl-dot {
    position: absolute;
    left: -28px;
    top: 18px;
    width: 20px;
    height: 20px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #fff;
    font-weight: 800;
    border: 3px solid var(--bg);
  }

  .tl-title {
    font-size: 15px;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 4px;
    word-break: keep-all;
  }

  .tl-desc {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.7;
    word-break: keep-all;
  }

  .tl-desc strong { color: var(--primary); }

  /* 꿀팁 박스 */
  .tip-box {
    background: var(--gold-light);
    border: 1.5px solid #e6c96a;
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 24px;
    font-size: 14px;
    color: #5c4a1e;
    line-height: 1.8;
    word-break: keep-all;
  }

  .tip-box strong { color: var(--gold); font-size: 15px; display: block; margin-bottom: 8px; }

  /* FAQ */
  .faq-wrap { display: flex; flex-direction: column; gap: 14px; margin-bottom: 28px; }

  .faq-item {
    background: var(--bg-card);
    border-radius: 10px;
    padding: 18px;
    border: 1.5px solid var(--border);
    box-shadow: 0 1px 4px rgba(100,60,20,0.05);
  }

  .faq-q { font-size: 15px; font-weight: 800; color: var(--text); margin-bottom: 10px; word-break: keep-all; }
  .faq-q::before { content: 'Q. '; color: var(--primary); font-weight: 800; }
  .faq-a { font-size: 14px; color: var(--text-muted); line-height: 1.8; word-break: keep-all; }
  .faq-a::before { content: 'A. '; color: var(--text); font-weight: 800; }
  .faq-link { font-size: 13px; color: var(--primary); font-weight: 800; text-decoration: none; display: inline-block; margin-top: 8px; }

  /* CTA 브릿지 */
  .cta-bridge {
    background: var(--primary-light);
    border: 1.5px solid #fca5a5;
    border-radius: 14px;
    padding: 24px 20px;
    margin-bottom: 18px;
    font-size: 15px;
    color: var(--text);
    line-height: 1.85;
    word-break: keep-all;
    text-align: center;
  }

  .cta-bridge strong { color: var(--primary); display: block; font-size: 16px; margin-bottom: 8px; font-weight: 800; }
  .cta-center { text-align: center; margin-bottom: 40px; }

  /* 관련 페이지 */
  .related-section {
    background: var(--bg-warm);
    border-top: 2px solid var(--border);
    padding: 28px 24px;
  }

  .related-title {
    font-family: 'Nanum Myeongjo', serif;
    font-size: 13px;
    font-weight: 700;
    color: var(--text-muted);
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    text-align: center;
  }

  .related-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .related-card {
    background: var(--bg-card);
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 14px 12px;
    text-decoration: none;
    color: var(--text);
    transition: all 0.2s;
    display: block;
    box-shadow: 0 1px 4px rgba(100,60,20,0.05);
  }

  .related-card:hover { border-color: var(--primary); box-shadow: 0 4px 14px rgba(211,47,47,0.10); }

  .related-card .rc-title { font-size: 13px; font-weight: 800; margin-bottom: 4px; word-break: keep-all; line-height: 1.5; color: var(--text); }
  .related-card .rc-desc { font-size: 11px; color: var(--text-muted); word-break: keep-all; line-height: 1.5; }

  @media (max-width: 480px) { .related-section { padding: 22px 16px; } }

  /* FOOTER */
  footer {
    background: #2d2016;
    color: #9c8872;
    font-size: 11px;
    text-align: center;
    padding: 24px 20px;
    line-height: 2.1;
  }

  footer a { color: #9c8872; text-decoration: underline; }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;wrap&quot;&gt;

&lt;!-- NAV --&gt;
&lt;nav&gt;
  &lt;div class=&quot;nav-inner&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/2026-%EC%B6%9C%EC%82%B0%EC%A7%80%EC%9B%90%EA%B8%88-%EC%B4%9D%EC%A0%95%EB%A6%AC-%EC%B2%AB%EC%A7%B8-200%EB%A7%8C%EC%9B%90-%EB%91%98%EC%A7%B8-300%EB%A7%8C%EC%9B%90-%ED%95%9C%EB%88%88%EC%97%90&quot; class=&quot;nav-logo&quot;&gt;출산지원금 가이드&lt;/a&gt;
    &lt;div class=&quot;nav-links&quot;&gt;
      &lt;a href=&quot;https://sosonursing.tistory.com/entry/2026-%EC%B6%9C%EC%82%B0%EC%A7%80%EC%9B%90%EA%B8%88-%EC%B4%9D%EC%A0%95%EB%A6%AC-%EC%B2%AB%EC%A7%B8-200%EB%A7%8C%EC%9B%90-%EB%91%98%EC%A7%B8-300%EB%A7%8C%EC%9B%90-%ED%95%9C%EB%88%88%EC%97%90&quot;&gt;지원금 총정리&lt;/a&gt;
      &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EB%B6%80%EB%AA%A8%EA%B8%89%EC%97%AC-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-%EC%99%84%EB%B2%BD-%EA%B0%80%EC%9D%B4%EB%93%9C&quot;&gt;부모급여&lt;/a&gt;
      &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AB%EB%A7%8C%EB%82%A8%EC%9D%B4%EC%9A%A9%EA%B6%8C-%EC%82%AC%EC%9A%A9%EC%B2%98-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-2026-%EC%B5%9C%EB%8C%80-300%EB%A7%8C%EC%9B%90-%EB%B0%94%EC%9A%B0%EC%B2%98&quot; class=&quot;active&quot;&gt;첫만남이용권&lt;/a&gt;
      &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B6%9C%EC%82%B0%EC%A7%80%EC%9B%90%EA%B8%88-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-2026-%EC%86%8C%EB%93%9D%C2%B7%EC%9E%AC%EC%82%B0-%EC%83%81%EA%B4%80%EC%97%86%EC%9D%B4-%EC%A0%84-%EA%B5%AD%EB%AF%BC-%EC%A7%80%EA%B8%89&quot;&gt;자격조건&lt;/a&gt;
      &lt;a href=&quot;landing5.html&quot;&gt;지역별 장려금&lt;/a&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/nav&gt;

&lt;!-- HERO --&gt;
&lt;section class=&quot;hero&quot;&gt;
  &lt;p class=&quot;hero-tag&quot;&gt;&amp;#127873; 2026 첫만남이용권 완벽 정리&lt;/p&gt;
  &lt;h1&gt;출산하면 바로 받는&lt;br&gt;&lt;em&gt;최대 300만원&lt;/em&gt; 바우처,&lt;br&gt;어디서 쓸 수 있을까요?&lt;/h1&gt;
  &lt;p class=&quot;hero-sub&quot;&gt;
    국민행복카드로 지급되는 첫만남이용권, 조리원부터 기저귀까지
    생각보다 사용처가 훨씬 넓어요. 신청법과 사용처를 한눈에 확인하세요.
  &lt;/p&gt;
  &lt;div class=&quot;amount-showcase&quot;&gt;
    &lt;div class=&quot;amount-box&quot;&gt;
      &lt;p class=&quot;ab-label&quot;&gt;첫째 아이&lt;/p&gt;
      &lt;p class=&quot;ab-amount&quot;&gt;200만원&lt;/p&gt;
      &lt;p class=&quot;ab-sub&quot;&gt;국민행복카드 포인트&lt;br&gt;1회 일시 지급&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;amount-box featured&quot;&gt;
      &lt;p class=&quot;ab-label&quot;&gt;둘째 아이 이상&lt;/p&gt;
      &lt;p class=&quot;ab-amount&quot;&gt;300만원&lt;/p&gt;
      &lt;p class=&quot;ab-sub&quot;&gt;국민행복카드 포인트&lt;br&gt;1회 일시 지급&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;
  &lt;a href=&quot;https://www.gov.kr/portal/onestopSvc/happyBirth&quot; class=&quot;cta-btn&quot;&gt;첫만남이용권 신청하기&lt;/a&gt;
&lt;/section&gt;

&lt;!-- 광고 슬롯 A --&gt;
&lt;div class=&quot;ad-wrap&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- HASHTAGS --&gt;
&lt;div class=&quot;hashtag-section&quot;&gt;
  &lt;div class=&quot;hashtag-wrap&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EB%B6%80%EB%AA%A8%EA%B8%89%EC%97%AC-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-%EC%99%84%EB%B2%BD-%EA%B0%80%EC%9D%B4%EB%93%9C&quot; class=&quot;hashtag&quot;&gt;#부모급여 신청방법&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B6%9C%EC%82%B0%EC%A7%80%EC%9B%90%EA%B8%88-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-2026-%EC%86%8C%EB%93%9D%C2%B7%EC%9E%AC%EC%82%B0-%EC%83%81%EA%B4%80%EC%97%86%EC%9D%B4-%EC%A0%84-%EA%B5%AD%EB%AF%BC-%EC%A7%80%EA%B8%89&quot; class=&quot;hashtag&quot;&gt;#자격조건 확인&lt;/a&gt;
    &lt;a href=&quot;https://www.gov.kr/portal/onestopSvc/happyBirth&quot; class=&quot;hashtag&quot;&gt;#지금 바로 신청&lt;/a&gt;
  &lt;/div&gt;
  &lt;p class=&quot;hashtag-desc&quot;&gt;
    첫만남이용권은 출생신고 후 1년 이내에 신청해야 해요.&lt;br&gt;
    부모급여·아동수당과 함께 원스톱으로 신청하면 훨씬 편리합니다.
  &lt;/p&gt;
&lt;/div&gt;

&lt;!-- CONTENT --&gt;
&lt;div class=&quot;content&quot;&gt;

  &lt;p class=&quot;lead-text&quot;&gt;
    아이가 태어나면 조리원 비용부터 육아용품까지 초기 지출이 정말 많죠.
    첫만남이용권은 딱 이 시기를 도와주는 바우처예요.
    &lt;strong&gt;소득·재산 기준 없이 모든 출생아에게 지급&lt;/strong&gt;되고,
    사용 기한도 넉넉한 편이라 현명하게 활용하면 초기 육아비 부담을 크게 줄일 수 있습니다.
  &lt;/p&gt;

  &lt;!-- 사용처 --&gt;
  &lt;h2 class=&quot;section-title&quot;&gt;&amp;#128722; 어디서 쓸 수 있나요?&lt;/h2&gt;
  &lt;p class=&quot;lead-text&quot; style=&quot;font-size:14px; color: var(--text-muted);&quot;&gt;
    유흥·사행업종을 제외한 대부분의 업종에서 사용 가능합니다. 온라인 구매도 됩니다.
  &lt;/p&gt;
  &lt;div class=&quot;usage-grid&quot;&gt;
    &lt;div class=&quot;usage-card&quot;&gt;
      &lt;span class=&quot;uc-icon&quot;&gt;&amp;#127968;&lt;/span&gt;
      &lt;p class=&quot;uc-title&quot;&gt;산후조리원&lt;/p&gt;
      &lt;p class=&quot;uc-desc&quot;&gt;조리원 비용 결제 가능. 초기 지출이 큰 만큼 가장 많이 활용하는 사용처예요.&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;usage-card&quot;&gt;
      &lt;span class=&quot;uc-icon&quot;&gt;&amp;#128188;&lt;/span&gt;
      &lt;p class=&quot;uc-title&quot;&gt;육아용품·의류&lt;/p&gt;
      &lt;p class=&quot;uc-desc&quot;&gt;유모차, 카시트, 아기 옷, 기저귀 등 육아 필수품 구입에 사용 가능.&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;usage-card&quot;&gt;
      &lt;span class=&quot;uc-icon&quot;&gt;&amp;#127973;&lt;/span&gt;
      &lt;p class=&quot;uc-title&quot;&gt;대형마트·편의점&lt;/p&gt;
      &lt;p class=&quot;uc-desc&quot;&gt;이마트, 롯데마트, 홈플러스 등 국민행복카드 가맹 마트에서 사용 가능.&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;usage-card&quot;&gt;
      &lt;span class=&quot;uc-icon&quot;&gt;&amp;#128146;&lt;/span&gt;
      &lt;p class=&quot;uc-title&quot;&gt;병원·약국&lt;/p&gt;
      &lt;p class=&quot;uc-desc&quot;&gt;소아과, 산부인과, 약국 결제에 활용 가능. 의료비 부담 절감에 유용해요.&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;usage-card&quot;&gt;
      &lt;span class=&quot;uc-icon&quot;&gt;&amp;#128241;&lt;/span&gt;
      &lt;p class=&quot;uc-title&quot;&gt;온라인 쇼핑&lt;/p&gt;
      &lt;p class=&quot;uc-desc&quot;&gt;쿠팡, 마켓컬리 등 국민행복카드 연동 온라인몰에서도 사용 가능.&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;usage-card&quot;&gt;
      &lt;span class=&quot;uc-icon&quot;&gt;&amp;#127859;&lt;/span&gt;
      &lt;p class=&quot;uc-title&quot;&gt;음식점·카페&lt;/p&gt;
      &lt;p class=&quot;uc-desc&quot;&gt;국민행복카드 가맹 음식점 및 카페에서 일반 카드처럼 결제 가능.&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 사용 불가 --&gt;
  &lt;div class=&quot;cant-use-box&quot;&gt;
    &lt;strong&gt;&amp;#10060; 사용할 수 없는 곳&lt;/strong&gt;
    유흥주점·단란주점·카지노·경마장·복권방 등 사행성·유흥 업종에서는 사용이 제한됩니다.
    그 외 대부분의 업종에서는 자유롭게 사용할 수 있으니 걱정 마세요.
  &lt;/div&gt;

  &lt;!-- 신청 타임라인 --&gt;
  &lt;h2 class=&quot;section-title&quot;&gt;&amp;#128336; 신청 방법과 순서&lt;/h2&gt;
  &lt;div class=&quot;timeline&quot;&gt;
    &lt;div class=&quot;tl-item&quot;&gt;
      &lt;div class=&quot;tl-dot&quot;&gt;1&lt;/div&gt;
      &lt;p class=&quot;tl-title&quot;&gt;출생신고 완료&lt;/p&gt;
      &lt;p class=&quot;tl-desc&quot;&gt;출생신고 후 주민등록번호가 부여되어야 신청 가능합니다. 출생 후 가능한 빨리 진행하세요.&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;tl-item&quot;&gt;
      &lt;div class=&quot;tl-dot&quot;&gt;2&lt;/div&gt;
      &lt;p class=&quot;tl-title&quot;&gt;정부24 또는 주민센터에서 신청&lt;/p&gt;
      &lt;p class=&quot;tl-desc&quot;&gt;
        &lt;strong&gt;정부24 '행복출산 원스톱 서비스'&lt;/strong&gt;에서 온라인 신청하거나,
        주민센터 방문 신청도 가능합니다. 복지로(bokjiro.go.kr)에서도 신청할 수 있어요.
      &lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;tl-item&quot;&gt;
      &lt;div class=&quot;tl-dot&quot;&gt;3&lt;/div&gt;
      &lt;p class=&quot;tl-title&quot;&gt;국민행복카드 발급&lt;/p&gt;
      &lt;p class=&quot;tl-desc&quot;&gt;기존에 국민행복카드가 없다면 KB국민·롯데·BC카드 중 하나를 발급받아야 합니다.
        이미 있다면 기존 카드에 포인트가 자동으로 적립됩니다.&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;tl-item&quot;&gt;
      &lt;div class=&quot;tl-dot&quot;&gt;4&lt;/div&gt;
      &lt;p class=&quot;tl-title&quot;&gt;포인트 적립 후 사용&lt;/p&gt;
      &lt;p class=&quot;tl-desc&quot;&gt;심사 완료 후 국민행복카드에 포인트가 적립됩니다. 가맹점에서 카드처럼 결제하면 돼요.&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 광고 슬롯 B --&gt;
  &lt;div style=&quot;margin: 0 0 28px;&quot;&gt;
  &lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
  &lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
  &lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
  &lt;/div&gt;

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

  &lt;!-- 꿀팁 --&gt;
  &lt;div class=&quot;tip-box&quot;&gt;
    &lt;strong&gt;&amp;#128161; 알아두면 득이 되는 꿀팁&lt;/strong&gt;
    첫만남이용권은 &lt;strong&gt;국민행복카드의 임신·출산 바우처와는 별개&lt;/strong&gt;입니다.
    임신 중 받는 국민행복카드 바우처(임신·출산 진료비 지원)와 첫만남이용권은 따로 적립되니
    헷갈리지 마세요. 두 가지 모두 꼭 챙겨야 손해가 없습니다.
  &lt;/div&gt;

  &lt;!-- FAQ --&gt;
  &lt;h2 class=&quot;section-title&quot;&gt;&amp;#128172; 자주 묻는 질문&lt;/h2&gt;
  &lt;div class=&quot;faq-wrap&quot;&gt;
    &lt;div class=&quot;faq-item&quot;&gt;
      &lt;p class=&quot;faq-q&quot;&gt;신청 기한이 따로 있나요?&lt;/p&gt;
      &lt;p class=&quot;faq-a&quot;&gt;출생일로부터 1년(주민등록상 생년월일 기준) 이내에 신청해야 합니다.
        기한을 넘기면 받을 수 없으니 출생신고 직후 바로 신청하는 게 가장 안전해요.&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;faq-item&quot;&gt;
      &lt;p class=&quot;faq-q&quot;&gt;조리원 비용이 300만원을 넘으면 어떻게 되나요?&lt;/p&gt;
      &lt;p class=&quot;faq-a&quot;&gt;포인트 잔액까지만 바우처로 결제되고, 나머지 금액은 현금이나 다른 카드로 추가 결제하면 됩니다.
        잔여 포인트는 다른 사용처에서 계속 쓸 수 있어요.&lt;br&gt;&lt;/p&gt;
      &lt;a href=&quot;https://www.gov.kr/portal/onestopSvc/happyBirth&quot; class=&quot;faq-link&quot;&gt;&amp;#8594; 사용 가능 가맹점 전체 확인하기&lt;/a&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- CTA 브릿지 --&gt;
  &lt;div class=&quot;cta-bridge&quot;&gt;
    &lt;strong&gt;&amp;#127873; 출산 후 가장 먼저 챙겨야 할 바우처입니다.&lt;/strong&gt;
    조리원 예약 전에 미리 신청해두면 비용 걱정이 훨씬 줄어요.&lt;br&gt;
    지금 신청 페이지로 이동해 5분 안에 끝내세요. &amp;#128071;
  &lt;/div&gt;

  &lt;!-- 광고 슬롯 C --&gt;
  &lt;div style=&quot;margin-bottom: 20px;&quot;&gt;
  &lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
  &lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
  &lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
  &lt;/div&gt;

  &lt;div class=&quot;cta-center&quot;&gt;
    &lt;a href=&quot;https://www.gov.kr/portal/onestopSvc/happyBirth&quot; class=&quot;cta-btn&quot;&gt;첫만남이용권 신청하기&lt;/a&gt;
  &lt;/div&gt;

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

&lt;!-- 관련 페이지 --&gt;
&lt;div class=&quot;related-section&quot;&gt;
  &lt;p class=&quot;related-title&quot;&gt;관련 정보 더 보기&lt;/p&gt;
  &lt;div class=&quot;related-grid&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/2026-%EC%B6%9C%EC%82%B0%EC%A7%80%EC%9B%90%EA%B8%88-%EC%B4%9D%EC%A0%95%EB%A6%AC-%EC%B2%AB%EC%A7%B8-200%EB%A7%8C%EC%9B%90-%EB%91%98%EC%A7%B8-300%EB%A7%8C%EC%9B%90-%ED%95%9C%EB%88%88%EC%97%90&quot; class=&quot;related-card&quot;&gt;
      &lt;p class=&quot;rc-title&quot;&gt;&amp;#128176; 출산지원금 총정리&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;받을 수 있는 모든 혜택 한눈에&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EB%B6%80%EB%AA%A8%EA%B8%89%EC%97%AC-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-%EC%99%84%EB%B2%BD-%EA%B0%80%EC%9D%B4%EB%93%9C&quot; class=&quot;related-card&quot;&gt;
      &lt;p class=&quot;rc-title&quot;&gt;&amp;#128100; 부모급여 신청방법&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;월 100만원 60일 기한 주의&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B6%9C%EC%82%B0%EC%A7%80%EC%9B%90%EA%B8%88-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-2026-%EC%86%8C%EB%93%9D%C2%B7%EC%9E%AC%EC%82%B0-%EC%83%81%EA%B4%80%EC%97%86%EC%9D%B4-%EC%A0%84-%EA%B5%AD%EB%AF%BC-%EC%A7%80%EA%B8%89&quot; class=&quot;related-card&quot;&gt;
      &lt;p class=&quot;rc-title&quot;&gt;&amp;#9989; 자격조건 확인&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;소득·재산 무관 전 국민 지급&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;landing5.html&quot; class=&quot;related-card&quot;&gt;
      &lt;p class=&quot;rc-title&quot;&gt;&amp;#127968; 지역별 출산장려금&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;거주지별 추가 지원금 비교&lt;/p&gt;
    &lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- FOOTER --&gt;
&lt;footer&gt;
  본 페이지는 공공 정보 제공을 목적으로 작성되었으며, 정확한 지원 내용은 국민행복카드 공식 사이트(voucher.go.kr) 및 정부24에서 확인하시기 바랍니다.&lt;br&gt;
  정책 변경에 따라 내용이 달라질 수 있습니다. &amp;copy; 2026 출산지원금 가이드&lt;br&gt;
  &lt;a href=&quot;#&quot;&gt;개인정보처리방침&lt;/a&gt;
&lt;/footer&gt;

&lt;/div&gt;&lt;!-- /wrap --&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <category>소소 지식</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/98</guid>
      <comments>https://sosonursing.tistory.com/entry/%EC%B2%AB%EB%A7%8C%EB%82%A8%EC%9D%B4%EC%9A%A9%EA%B6%8C-%EC%82%AC%EC%9A%A9%EC%B2%98-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-2026-%EC%B5%9C%EB%8C%80-300%EB%A7%8C%EC%9B%90-%EB%B0%94%EC%9A%B0%EC%B2%98#entry98comment</comments>
      <pubDate>Mon, 1 Jun 2026 21:48:04 +0900</pubDate>
    </item>
    <item>
      <title>부모급여 신청방법 완벽 가이드</title>
      <link>https://sosonursing.tistory.com/entry/%EB%B6%80%EB%AA%A8%EA%B8%89%EC%97%AC-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-%EC%99%84%EB%B2%BD-%EA%B0%80%EC%9D%B4%EB%93%9C</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 | 60일 안에 안 하면 못 받아요&lt;/title&gt;
&lt;meta name=&quot;description&quot; content=&quot;2026년 부모급여 신청방법 완벽 가이드. 0세 월100만원·1세 월50만원, 어린이집 보내면 어떻게 되는지, 아동수당과 중복 여부까지 한눈에 정리.&quot;&gt;
&lt;meta property=&quot;og:title&quot; content=&quot;부모급여 신청방법 2026 | 0세 월100만원 받는 법&quot;&gt;
&lt;meta property=&quot;og:description&quot; content=&quot;부모급여 신청 기한·방법·어린이집 차이까지 완벽 정리. 60일 안에 신청 안 하면 손해!&quot;&gt;
&lt;meta property=&quot;og:image&quot; content=&quot;https://via.placeholder.com/1200x630/0d1b2a/ffffff?text=부모급여+신청방법+2026&quot;&gt;
&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Black+Han+Sans&amp;family=Noto+Sans+KR:wght@400;500;700&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;
&lt;style&gt;
  :root {
    --primary: #c0392b;
    --primary-light: #e74c3c;
    --bg: #0d1b2a;
    --bg-card: #162032;
    --bg-card2: #1e2d40;
    --text: #e8edf2;
    --text-muted: #8fa3b8;
    --border: #253447;
    --accent: #e74c3c;
    --gold: #f39c12;
  }

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

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

  .wrap {
    max-width: 720px;
    margin: 0 auto;
    background: var(--bg);
    min-height: 100vh;
  }

  /* ===== NAV ===== */
  nav {
    background: #0a1520;
    border-bottom: 1px solid var(--border);
    padding: 12px 24px;
    position: sticky;
    top: 0;
    z-index: 100;
  }

  .nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nav-logo {
    font-family: 'Black Han Sans', sans-serif;
    font-size: 15px;
    color: var(--accent);
    text-decoration: none;
    letter-spacing: 0.5px;
  }

  .nav-links {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .nav-links a {
    font-size: 11px;
    color: var(--text-muted);
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.2s;
    white-space: nowrap;
  }

  .nav-links a:hover { background: var(--bg-card2); color: var(--accent); }
  .nav-links a.active { color: var(--accent); font-weight: 700; }

  @media (max-width: 480px) {
    nav { padding: 10px 16px; }
    .nav-links { display: none; }
  }

  /* ===== HERO ===== */
  .hero {
    background: linear-gradient(160deg, #162032 0%, #0d1b2a 60%, #1a0a0a 100%);
    padding: 56px 32px 48px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--border);
  }

  .hero::after {
    content: '';
    position: absolute;
    bottom: -80px; right: -80px;
    width: 280px; height: 280px;
    background: radial-gradient(circle, rgba(192,57,43,0.15) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
  }

  .hero-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--accent);
    text-transform: uppercase;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .hero-eyebrow::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 2px;
    background: var(--accent);
  }

  .hero h1 {
    font-family: 'Black Han Sans', sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 16px;
    word-break: keep-all;
    letter-spacing: -0.5px;
  }

  .hero h1 em {
    color: var(--accent);
    font-style: normal;
  }

  .hero-sub {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.85;
    margin-bottom: 32px;
    word-break: keep-all;
    max-width: 480px;
  }

  /* 핵심 수치 배지 */
  .stat-row {
    display: flex;
    gap: 12px;
    margin-bottom: 32px;
    flex-wrap: wrap;
  }

  .stat-chip {
    background: rgba(192,57,43,0.18);
    border: 1px solid rgba(192,57,43,0.4);
    border-radius: 8px;
    padding: 10px 18px;
    text-align: center;
  }

  .stat-chip .sc-label {
    font-size: 10px;
    color: var(--text-muted);
    letter-spacing: 0.5px;
    margin-bottom: 4px;
  }

  .stat-chip .sc-value {
    font-family: 'Black Han Sans', sans-serif;
    font-size: 22px;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1;
  }

  .stat-chip .sc-unit {
    font-size: 11px;
    color: var(--accent);
    margin-top: 3px;
  }

  .cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 380px;
    min-height: 56px;
    padding: 16px 28px;
    background: var(--primary);
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 0 6px 24px rgba(192,57,43,0.35);
    transition: background 0.2s, transform 0.1s;
    text-align: center;
    word-break: keep-all;
  }

  .cta-btn:hover { background: var(--primary-light); transform: translateY(-1px); }
  .cta-btn:active { transform: scale(0.97); }

  @media (max-width: 480px) {
    .hero { padding: 36px 16px 32px; }
    .hero h1 { font-size: 24px; }
    .cta-btn { max-width: 100%; font-size: 16px; }
    .stat-chip .sc-value { font-size: 18px; }
  }

  /* ===== AD ===== */
  .ad-wrap {
    padding: 16px 24px;
    background: #0a1520;
    border-bottom: 1px solid var(--border);
  }

  /* ===== HASHTAGS ===== */
  .hashtag-section {
    padding: 26px 24px 20px;
    border-bottom: 1px solid var(--border);
    text-align: center;
  }

  .hashtag-wrap { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin-bottom: 14px; }

  .hashtag {
    display: inline-block;
    background: var(--bg-card2);
    border-radius: 50px;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-muted);
    text-decoration: none;
    transition: all 0.2s;
    border: 1px solid var(--border);
  }

  .hashtag:hover { background: rgba(192,57,43,0.2); color: var(--accent); border-color: var(--accent); }

  .hashtag-desc {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.85;
    word-break: keep-all;
  }

  @media (max-width: 480px) { .hashtag-section { padding: 20px 16px; } }

  /* ===== CONTENT ===== */
  .content { padding: 36px 24px 52px; }

  @media (max-width: 480px) { .content { padding: 24px 16px 40px; } }

  .section-title {
    font-family: 'Black Han Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 18px;
    letter-spacing: -0.3px;
    display: flex;
    align-items: center;
    gap: 10px;
    word-break: keep-all;
  }

  .section-title::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 22px;
    background: var(--accent);
    border-radius: 2px;
    flex-shrink: 0;
  }

  .lead-text {
    font-size: 15px;
    color: var(--text);
    line-height: 1.9;
    margin-bottom: 24px;
    word-break: keep-all;
  }

  .lead-text strong { color: var(--accent); }

  hr.divider {
    border: none;
    border-top: 1px solid var(--border);
    margin: 30px 0;
  }

  /* 금액 테이블 */
  .amount-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 24px;
    border-radius: 10px;
    overflow: hidden;
  }

  .amount-table th {
    background: var(--bg-card2);
    color: var(--text-muted);
    font-size: 12px;
    font-weight: 700;
    padding: 12px 16px;
    text-align: left;
    letter-spacing: 0.5px;
  }

  .amount-table td {
    background: var(--bg-card);
    padding: 14px 16px;
    font-size: 14px;
    color: var(--text);
    border-bottom: 1px solid var(--border);
    vertical-align: top;
    word-break: keep-all;
  }

  .amount-table tr:last-child td { border-bottom: none; }
  .amount-table .big-num { font-family: 'Black Han Sans', sans-serif; font-size: 22px; color: var(--accent); letter-spacing: -0.5px; }
  .amount-table .note { font-size: 12px; color: var(--text-muted); margin-top: 4px; line-height: 1.5; }

  /* 경고 박스 */
  .warn-box {
    background: rgba(243,156,18,0.12);
    border: 1.5px solid rgba(243,156,18,0.4);
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 24px;
    font-size: 14px;
    color: #fde68a;
    line-height: 1.75;
    word-break: keep-all;
  }

  .warn-box strong { color: var(--gold); font-size: 15px; display: block; margin-bottom: 6px; }

  /* 스텝 */
  .step-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }

  .step-item {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 18px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    transition: border-color 0.2s;
  }

  .step-item:hover { border-color: rgba(192,57,43,0.5); }

  .step-num {
    min-width: 32px;
    height: 32px;
    background: var(--accent);
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
  }

  .step-body { flex: 1; }

  .step-title {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
    word-break: keep-all;
  }

  .step-desc {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.75;
    word-break: keep-all;
  }

  .step-desc strong { color: var(--accent); }

  /* 비교 카드 (어린이집 vs 가정) */
  .compare-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 24px;
  }

  @media (max-width: 400px) { .compare-grid { grid-template-columns: 1fr; } }

  .compare-card {
    background: var(--bg-card);
    border: 1.5px solid var(--border);
    border-radius: 12px;
    padding: 18px 14px;
    text-align: center;
  }

  .compare-card.highlight { border-color: rgba(192,57,43,0.5); background: rgba(192,57,43,0.07); }

  .compare-card .cc-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--text-muted);
    margin-bottom: 10px;
    letter-spacing: 0.3px;
  }

  .compare-card .cc-amount {
    font-family: 'Black Han Sans', sans-serif;
    font-size: 20px;
    color: #fff;
    margin-bottom: 8px;
  }

  .compare-card.highlight .cc-amount { color: var(--accent); }

  .compare-card .cc-desc {
    font-size: 12px;
    color: var(--text-muted);
    line-height: 1.7;
    word-break: keep-all;
  }

  /* FAQ */
  .faq-wrap { display: flex; flex-direction: column; gap: 14px; margin-bottom: 28px; }

  .faq-item {
    background: var(--bg-card);
    border-radius: 10px;
    padding: 18px;
    border: 1px solid var(--border);
  }

  .faq-q { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 10px; word-break: keep-all; }
  .faq-q::before { content: 'Q. '; color: var(--accent); font-weight: 900; }
  .faq-a { font-size: 14px; color: var(--text-muted); line-height: 1.8; word-break: keep-all; }
  .faq-a::before { content: 'A. '; color: var(--text); font-weight: 700; }
  .faq-link { font-size: 13px; color: var(--accent); font-weight: 700; text-decoration: none; display: inline-block; margin-top: 8px; }

  /* CTA 브릿지 */
  .cta-bridge {
    background: rgba(192,57,43,0.12);
    border: 1px solid rgba(192,57,43,0.3);
    border-radius: 12px;
    padding: 22px 20px;
    margin-bottom: 18px;
    font-size: 15px;
    color: var(--text);
    line-height: 1.85;
    word-break: keep-all;
    text-align: center;
  }

  .cta-bridge strong { color: var(--accent); display: block; font-size: 16px; margin-bottom: 8px; }
  .cta-center { text-align: center; margin-bottom: 40px; }

  /* 관련 페이지 */
  .related-section {
    background: #0a1520;
    border-top: 1px solid var(--border);
    padding: 28px 24px;
  }

  .related-title {
    font-size: 12px;
    font-weight: 700;
    color: var(--text-muted);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px;
    text-align: center;
  }

  .related-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .related-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 14px 12px;
    text-decoration: none;
    color: var(--text);
    transition: all 0.2s;
    display: block;
  }

  .related-card:hover { border-color: rgba(192,57,43,0.5); }

  .related-card .rc-title { font-size: 13px; font-weight: 700; margin-bottom: 4px; word-break: keep-all; line-height: 1.5; color: #fff; }
  .related-card .rc-desc { font-size: 11px; color: var(--text-muted); word-break: keep-all; line-height: 1.5; }

  @media (max-width: 480px) { .related-section { padding: 22px 16px; } }

  /* FOOTER */
  footer {
    background: #060d14;
    color: #4b5563;
    font-size: 11px;
    text-align: center;
    padding: 24px 20px;
    line-height: 2.1;
    border-top: 1px solid var(--border);
  }

  footer a { color: #4b5563; text-decoration: underline; }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;wrap&quot;&gt;

&lt;!-- NAV --&gt;
&lt;nav&gt;
  &lt;div class=&quot;nav-inner&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/2026-%EC%B6%9C%EC%82%B0%EC%A7%80%EC%9B%90%EA%B8%88-%EC%B4%9D%EC%A0%95%EB%A6%AC-%EC%B2%AB%EC%A7%B8-200%EB%A7%8C%EC%9B%90-%EB%91%98%EC%A7%B8-300%EB%A7%8C%EC%9B%90-%ED%95%9C%EB%88%88%EC%97%90&quot; class=&quot;nav-logo&quot;&gt;출산지원금 가이드&lt;/a&gt;
    &lt;div class=&quot;nav-links&quot;&gt;
      &lt;a href=&quot;https://sosonursing.tistory.com/entry/2026-%EC%B6%9C%EC%82%B0%EC%A7%80%EC%9B%90%EA%B8%88-%EC%B4%9D%EC%A0%95%EB%A6%AC-%EC%B2%AB%EC%A7%B8-200%EB%A7%8C%EC%9B%90-%EB%91%98%EC%A7%B8-300%EB%A7%8C%EC%9B%90-%ED%95%9C%EB%88%88%EC%97%90&quot;&gt;지원금 총정리&lt;/a&gt;
      &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EB%B6%80%EB%AA%A8%EA%B8%89%EC%97%AC-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-%EC%99%84%EB%B2%BD-%EA%B0%80%EC%9D%B4%EB%93%9C
&quot; class=&quot;active&quot;&gt;부모급여&lt;/a&gt;
      &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AB%EB%A7%8C%EB%82%A8%EC%9D%B4%EC%9A%A9%EA%B6%8C-%EC%82%AC%EC%9A%A9%EC%B2%98-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-2026-%EC%B5%9C%EB%8C%80-300%EB%A7%8C%EC%9B%90-%EB%B0%94%EC%9A%B0%EC%B2%98
&quot;&gt;첫만남이용권&lt;/a&gt;
      &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B6%9C%EC%82%B0%EC%A7%80%EC%9B%90%EA%B8%88-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-2026-%EC%86%8C%EB%93%9D%C2%B7%EC%9E%AC%EC%82%B0-%EC%83%81%EA%B4%80%EC%97%86%EC%9D%B4-%EC%A0%84-%EA%B5%AD%EB%AF%BC-%EC%A7%80%EA%B8%89&quot;&gt;자격조건&lt;/a&gt;
      &lt;a href=&quot;landing5.html&quot;&gt;지역별 장려금&lt;/a&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/nav&gt;

&lt;!-- HERO --&gt;
&lt;section class=&quot;hero&quot;&gt;
  &lt;p class=&quot;hero-eyebrow&quot;&gt;2026 부모급여 완벽 가이드&lt;/p&gt;
  &lt;h1&gt;출생 후 60일,&lt;br&gt;이 기한 놓치면&lt;br&gt;&lt;em&gt;수십만 원&lt;/em&gt; 못 받습니다&lt;/h1&gt;
  &lt;p class=&quot;hero-sub&quot;&gt;
    부모급여는 신청 타이밍에 따라 받는 금액이 달라집니다.
    0세 아동 월 100만원, 1세 아동 월 50만원 — 지금 신청 방법을 정확히 확인하세요.
  &lt;/p&gt;
  &lt;div class=&quot;stat-row&quot;&gt;
    &lt;div class=&quot;stat-chip&quot;&gt;
      &lt;p class=&quot;sc-label&quot;&gt;0세 아동&lt;/p&gt;
      &lt;p class=&quot;sc-value&quot;&gt;100&lt;/p&gt;
      &lt;p class=&quot;sc-unit&quot;&gt;만원 / 월&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;stat-chip&quot;&gt;
      &lt;p class=&quot;sc-label&quot;&gt;1세 아동&lt;/p&gt;
      &lt;p class=&quot;sc-value&quot;&gt;50&lt;/p&gt;
      &lt;p class=&quot;sc-unit&quot;&gt;만원 / 월&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;stat-chip&quot;&gt;
      &lt;p class=&quot;sc-label&quot;&gt;신청 기한&lt;/p&gt;
      &lt;p class=&quot;sc-value&quot;&gt;60&lt;/p&gt;
      &lt;p class=&quot;sc-unit&quot;&gt;일 이내 필수&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;
  &lt;a href=&quot;sthttps://www.gov.kr/portal/onestopSvc/happyBirth&quot; class=&quot;cta-btn&quot;&gt;부모급여 지금 신청하기&lt;/a&gt;
&lt;/section&gt;

&lt;!-- 광고 슬롯 A --&gt;
&lt;div class=&quot;ad-wrap&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- HASHTAGS --&gt;
&lt;div class=&quot;hashtag-section&quot;&gt;
  &lt;div class=&quot;hashtag-wrap&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/2026-%EC%B6%9C%EC%82%B0%EC%A7%80%EC%9B%90%EA%B8%88-%EC%B4%9D%EC%A0%95%EB%A6%AC-%EC%B2%AB%EC%A7%B8-200%EB%A7%8C%EC%9B%90-%EB%91%98%EC%A7%B8-300%EB%A7%8C%EC%9B%90-%ED%95%9C%EB%88%88%EC%97%90&quot; class=&quot;hashtag&quot;&gt;#출산지원금 총정리&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B6%9C%EC%82%B0%EC%A7%80%EC%9B%90%EA%B8%88-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-2026-%EC%86%8C%EB%93%9D%C2%B7%EC%9E%AC%EC%82%B0-%EC%83%81%EA%B4%80%EC%97%86%EC%9D%B4-%EC%A0%84-%EA%B5%AD%EB%AF%BC-%EC%A7%80%EA%B8%89&quot; class=&quot;hashtag&quot;&gt;#자격조건 확인&lt;/a&gt;
    &lt;a href=&quot;https://www.gov.kr/portal/onestopSvc/happyBirth&quot; class=&quot;hashtag&quot;&gt;#바로 신청하기&lt;/a&gt;
  &lt;/div&gt;
  &lt;p class=&quot;hashtag-desc&quot;&gt;
    부모급여는 아동수당과 중복으로 받을 수 있어요.&lt;br&gt;
    어린이집 이용 여부에 따라 지급 방식이 달라지니 꼭 확인하세요.
  &lt;/p&gt;
&lt;/div&gt;

&lt;!-- CONTENT --&gt;
&lt;div class=&quot;content&quot;&gt;

  &lt;p class=&quot;lead-text&quot;&gt;
    부모급여는 영아기(0~1세) 아이를 키우는 가정에 매달 현금으로 지급되는 지원금입니다.
    소득·재산 심사 없이 &lt;strong&gt;전 국민이 받을 수 있지만&lt;/strong&gt;, 신청 기한을 놓치면
    그만큼 받지 못하는 구조예요. 특히 어린이집 이용 여부에 따라 지급 방식이 달라지는데,
    이 부분에서 많은 분들이 헷갈려 하세요.
  &lt;/p&gt;

  &lt;!-- 금액 정리 --&gt;
  &lt;h2 class=&quot;section-title&quot;&gt;2026년 부모급여 금액&lt;/h2&gt;
  &lt;table class=&quot;amount-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;/tr&gt;
    &lt;/thead&gt;
    &lt;tbody&gt;
      &lt;tr&gt;
        &lt;td&gt;&lt;strong style=&quot;color:#fff;&quot;&gt;0세 (0~11개월)&lt;/strong&gt;&lt;/td&gt;
        &lt;td&gt;
          &lt;p class=&quot;big-num&quot;&gt;100만원&lt;/p&gt;
          &lt;p class=&quot;note&quot;&gt;현금 전액 지급&lt;/p&gt;
        &lt;/td&gt;
        &lt;td&gt;
          &lt;p class=&quot;big-num&quot; style=&quot;color:#8fa3b8;&quot;&gt;보육료&lt;/p&gt;
          &lt;p class=&quot;note&quot;&gt;바우처 + 차액 현금&lt;br&gt;일부만 현금 수령&lt;/p&gt;
        &lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td&gt;&lt;strong style=&quot;color:#fff;&quot;&gt;1세 (12~23개월)&lt;/strong&gt;&lt;/td&gt;
        &lt;td&gt;
          &lt;p class=&quot;big-num&quot;&gt;50만원&lt;/p&gt;
          &lt;p class=&quot;note&quot;&gt;현금 전액 지급&lt;/p&gt;
        &lt;/td&gt;
        &lt;td&gt;
          &lt;p class=&quot;big-num&quot; style=&quot;color:#8fa3b8;&quot;&gt;보육료&lt;/p&gt;
          &lt;p class=&quot;note&quot;&gt;바우처 처리&lt;br&gt;현금 수령 없음&lt;/p&gt;
        &lt;/td&gt;
      &lt;/tr&gt;
    &lt;/tbody&gt;
  &lt;/table&gt;

  &lt;!-- 경고 박스 --&gt;
  &lt;div class=&quot;warn-box&quot;&gt;
    &lt;strong&gt;&amp;#9201; 60일 기한, 절대 놓치지 마세요&lt;/strong&gt;
    출생 후 60일 이내에 신청하면 출생월부터 소급 지급됩니다.
    60일이 지나면 신청한 달부터만 지급되어, 최대 2개월치(최대 200만원)를 받지 못하게 됩니다.
  &lt;/div&gt;

  &lt;!-- 신청 방법 스텝 --&gt;
  &lt;h2 class=&quot;section-title&quot;&gt;신청 방법 (3단계)&lt;/h2&gt;
  &lt;div class=&quot;step-list&quot;&gt;
    &lt;div class=&quot;step-item&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;1&lt;/div&gt;
      &lt;div class=&quot;step-body&quot;&gt;
        &lt;p class=&quot;step-title&quot;&gt;출생신고 먼저&lt;/p&gt;
        &lt;p class=&quot;step-desc&quot;&gt;
          주민센터 방문 또는 정부24 온라인으로 출생신고를 완료하세요.
          출생신고 시 주민등록번호가 부여되어야 부모급여 신청이 가능합니다.
        &lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;step-item&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;2&lt;/div&gt;
      &lt;div class=&quot;step-body&quot;&gt;
        &lt;p class=&quot;step-title&quot;&gt;원스톱 신청 (가장 빠른 방법)&lt;/p&gt;
        &lt;p class=&quot;step-desc&quot;&gt;
          &lt;strong&gt;정부24 '행복출산 원스톱 서비스'&lt;/strong&gt;에서 신청하면
          부모급여 + 첫만남이용권 + 아동수당을 한 번에 신청할 수 있어요.
          주민센터 방문도 가능합니다.
        &lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;step-item&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;3&lt;/div&gt;
      &lt;div class=&quot;step-body&quot;&gt;
        &lt;p class=&quot;step-title&quot;&gt;수령 계좌 등록 후 완료&lt;/p&gt;
        &lt;p class=&quot;step-desc&quot;&gt;
          신청 시 부모 명의 계좌번호를 등록하면 매달 25일 전후로 현금 입금됩니다.
          복지로(bokjiro.go.kr)에서도 별도 신청이 가능합니다.
        &lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- 광고 슬롯 B --&gt;
  &lt;div style=&quot;margin: 0 0 28px;&quot;&gt;
  &lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
  &lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
  &lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
  &lt;/div&gt;

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

  &lt;!-- 가정 vs 어린이집 비교 --&gt;
  &lt;h2 class=&quot;section-title&quot;&gt;가정 양육 vs 어린이집, 뭐가 더 유리할까?&lt;/h2&gt;
  &lt;p class=&quot;lead-text&quot;&gt;
    어린이집을 이용하면 현금 대신 보육료 바우처가 지급되기 때문에
    수령 구조가 달라집니다. 어떤 방식이 더 유리한지는 가정마다 달라요.
  &lt;/p&gt;
  &lt;div class=&quot;compare-grid&quot;&gt;
    &lt;div class=&quot;compare-card highlight&quot;&gt;
      &lt;p class=&quot;cc-title&quot;&gt;&amp;#127968; 가정 양육&lt;/p&gt;
      &lt;p class=&quot;cc-amount&quot;&gt;월 100만원&lt;/p&gt;
      &lt;p class=&quot;cc-desc&quot;&gt;현금 전액 입금&lt;br&gt;사용 제한 없음&lt;br&gt;맞벌이 아닌 경우 유리&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;compare-card&quot;&gt;
      &lt;p class=&quot;cc-title&quot;&gt;&amp;#127979; 어린이집 이용&lt;/p&gt;
      &lt;p class=&quot;cc-amount&quot;&gt;보육료 처리&lt;/p&gt;
      &lt;p class=&quot;cc-desc&quot;&gt;바우처로 보육료 납부&lt;br&gt;차액만 현금 수령&lt;br&gt;맞벌이 가정에 선택지&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;
  &lt;p class=&quot;lead-text&quot; style=&quot;font-size:14px; color: var(--text-muted);&quot;&gt;
    맞벌이 여부, 어린이집 이용 계획에 따라 유불리가 달라집니다.
    정확한 시뮬레이션은 아래 버튼에서 확인하세요.
  &lt;/p&gt;

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

  &lt;!-- FAQ --&gt;
  &lt;h2 class=&quot;section-title&quot;&gt;자주 묻는 질문&lt;/h2&gt;
  &lt;div class=&quot;faq-wrap&quot;&gt;
    &lt;div class=&quot;faq-item&quot;&gt;
      &lt;p class=&quot;faq-q&quot;&gt;아동수당과 중복으로 받을 수 있나요?&lt;/p&gt;
      &lt;p class=&quot;faq-a&quot;&gt;네, 부모급여와 아동수당은 별도 제도라 중복 수령 가능합니다.
        0세 기준으로는 매달 부모급여 100만원 + 아동수당 10만원, 합계 110만원을 받을 수 있어요.&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;faq-item&quot;&gt;
      &lt;p class=&quot;faq-q&quot;&gt;쌍둥이를 낳으면 두 배로 받나요?&lt;/p&gt;
      &lt;p class=&quot;faq-a&quot;&gt;네, 부모급여는 아동 1인당 지급되기 때문에 쌍둥이라면 각각 신청 후 두 배를 받을 수 있습니다.
        단, 아이별로 개별 신청이 필요하니 꼭 따로 접수해야 해요.&lt;br&gt;&lt;/p&gt;
      &lt;a href=&quot;https://www.gov.kr/portal/onestopSvc/happyBirth&quot; class=&quot;faq-link&quot;&gt;&amp;#8594; 다자녀 혜택까지 한 번에 확인하기&lt;/a&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- CTA 브릿지 --&gt;
  &lt;div class=&quot;cta-bridge&quot;&gt;
    &lt;strong&gt;&amp;#128161; 신청하지 않으면 그냥 사라지는 돈입니다.&lt;/strong&gt;
    조건도 없고 심사도 없어요. 신청만 하면 매달 통장에 들어옵니다.&lt;br&gt;
    지금 바로 신청 페이지로 이동해서 5분 안에 끝내세요. &amp;#128071;
  &lt;/div&gt;

  &lt;!-- 광고 슬롯 C --&gt;
  &lt;div style=&quot;margin-bottom: 20px;&quot;&gt;
  &lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
  &lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
  &lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
  &lt;/div&gt;

  &lt;div class=&quot;cta-center&quot;&gt;
    &lt;a href=&quot;https://www.gov.kr/portal/onestopSvc/happyBirth&quot; class=&quot;cta-btn&quot;&gt;부모급여 신청하러 가기&lt;/a&gt;
  &lt;/div&gt;

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

&lt;!-- 관련 페이지 --&gt;
&lt;div class=&quot;related-section&quot;&gt;
  &lt;p class=&quot;related-title&quot;&gt;관련 정보 더 보기&lt;/p&gt;
  &lt;div class=&quot;related-grid&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/2026-%EC%B6%9C%EC%82%B0%EC%A7%80%EC%9B%90%EA%B8%88-%EC%B4%9D%EC%A0%95%EB%A6%AC-%EC%B2%AB%EC%A7%B8-200%EB%A7%8C%EC%9B%90-%EB%91%98%EC%A7%B8-300%EB%A7%8C%EC%9B%90-%ED%95%9C%EB%88%88%EC%97%90&quot; class=&quot;related-card&quot;&gt;
      &lt;p class=&quot;rc-title&quot;&gt;&amp;#128176; 출산지원금 총정리&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;첫만남이용권 포함 전체 혜택&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AB%EB%A7%8C%EB%82%A8%EC%9D%B4%EC%9A%A9%EA%B6%8C-%EC%82%AC%EC%9A%A9%EC%B2%98-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-2026-%EC%B5%9C%EB%8C%80-300%EB%A7%8C%EC%9B%90-%EB%B0%94%EC%9A%B0%EC%B2%98
&quot; class=&quot;related-card&quot;&gt;
      &lt;p class=&quot;rc-title&quot;&gt;&amp;#127873; 첫만남이용권&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;최대 300만원 바우처 신청법&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B6%9C%EC%82%B0%EC%A7%80%EC%9B%90%EA%B8%88-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-2026-%EC%86%8C%EB%93%9D%C2%B7%EC%9E%AC%EC%82%B0-%EC%83%81%EA%B4%80%EC%97%86%EC%9D%B4-%EC%A0%84-%EA%B5%AD%EB%AF%BC-%EC%A7%80%EA%B8%89&quot; class=&quot;related-card&quot;&gt;
      &lt;p class=&quot;rc-title&quot;&gt;&amp;#9989; 자격조건 확인&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;소득·재산 무관, 전 국민 지급&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;landing5.html&quot; class=&quot;related-card&quot;&gt;
      &lt;p class=&quot;rc-title&quot;&gt;&amp;#127968; 지역별 장려금&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;거주지별 추가 수백만원&lt;/p&gt;
    &lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- FOOTER --&gt;
&lt;footer&gt;
  본 페이지는 공공 정보 제공을 목적으로 작성되었으며, 정확한 지원 내용은 복지로(bokjiro.go.kr) 및 정부24에서 확인하시기 바랍니다.&lt;br&gt;
  정책 변경에 따라 내용이 달라질 수 있습니다. &amp;copy; 2026 출산지원금 가이드&lt;br&gt;
  &lt;a href=&quot;#&quot;&gt;개인정보처리방침&lt;/a&gt;
&lt;/footer&gt;

&lt;/div&gt;&lt;!-- /wrap --&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <category>소소 지식</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/97</guid>
      <comments>https://sosonursing.tistory.com/entry/%EB%B6%80%EB%AA%A8%EA%B8%89%EC%97%AC-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-%EC%99%84%EB%B2%BD-%EA%B0%80%EC%9D%B4%EB%93%9C#entry97comment</comments>
      <pubDate>Thu, 28 May 2026 11:10:52 +0900</pubDate>
    </item>
    <item>
      <title>2026 출산지원금 총정리</title>
      <link>https://sosonursing.tistory.com/entry/2026-%EC%B6%9C%EC%82%B0%EC%A7%80%EC%9B%90%EA%B8%88-%EC%B4%9D%EC%A0%95%EB%A6%AC-%EC%B2%AB%EC%A7%B8-200%EB%A7%8C%EC%9B%90-%EB%91%98%EC%A7%B8-300%EB%A7%8C%EC%9B%90-%ED%95%9C%EB%88%88%EC%97%90</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 출산지원금 총정리 | 첫째 200만원 둘째 300만원 한눈에&lt;/title&gt;
&lt;meta name=&quot;description&quot; content=&quot;2026년 출산지원금 총정리. 첫만남이용권·부모급여·아동수당까지 최대 혜택을 놓치지 말고 확인하세요. 전 국민 지급, 소득 무관.&quot;&gt;
&lt;meta property=&quot;og:title&quot; content=&quot;2026 출산지원금 총정리 | 첫째 200만원 둘째 300만원&quot;&gt;
&lt;meta property=&quot;og:description&quot; content=&quot;출산 후 받을 수 있는 모든 지원금 한눈에 정리. 첫만남이용권·부모급여·아동수당 신청방법까지.&quot;&gt;
&lt;meta property=&quot;og:image&quot; content=&quot;https://via.placeholder.com/1200x630/e63946/ffffff?text=2026+출산지원금+총정리&quot;&gt;
&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;600;700;900&amp;family=Noto+Sans+KR:wght@400;500;700&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;
&lt;style&gt;
  :root {
    --primary: #e63946;
    --primary-dark: #c1121f;
    --bg: #ffffff;
    --bg-soft: #fafaf8;
    --text: #1a1a1a;
    --text-muted: #6b7280;
    --border: #e5e7eb;
    --accent-bg: #fff5f5;
  }

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

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

  .wrap {
    max-width: 720px;
    margin: 0 auto;
    background: var(--bg);
    min-height: 100vh;
    box-shadow: 0 0 40px rgba(0,0,0,0.06);
  }

  /* ===== NAV ===== */
  nav {
    background: #fff;
    border-bottom: 1px solid var(--border);
    padding: 12px 24px;
    position: sticky;
    top: 0;
    z-index: 100;
  }

  .nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .nav-logo {
    font-family: 'Noto Serif KR', serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--primary);
    text-decoration: none;
    white-space: nowrap;
  }

  .nav-links {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .nav-links a {
    font-size: 11px;
    color: var(--text-muted);
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.2s;
    white-space: nowrap;
  }

  .nav-links a:hover { background: var(--accent-bg); color: var(--primary); }
  .nav-links a.active { color: var(--primary); font-weight: 700; }

  @media (max-width: 480px) {
    nav { padding: 10px 16px; }
    .nav-links { display: none; }
  }

  /* ===== HERO ===== */
  .hero {
    background: linear-gradient(160deg, #fff 0%, #fff5f5 50%, #ffe8e8 100%);
    padding: 52px 32px 44px;
    position: relative;
    overflow: hidden;
  }

  .hero::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 220px; height: 220px;
    background: radial-gradient(circle, rgba(230,57,70,0.10) 0%, transparent 70%);
    border-radius: 50%;
  }

  .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--primary);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 18px;
  }

  .hero h1 {
    font-family: 'Noto Serif KR', serif;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.45;
    color: var(--text);
    margin-bottom: 14px;
    word-break: keep-all;
  }

  .hero h1 em {
    color: var(--primary);
    font-style: normal;
  }

  .hero-sub {
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 28px;
    word-break: keep-all;
    line-height: 1.85;
  }

  .hero-amount-bar {
    display: flex;
    gap: 12px;
    margin-bottom: 28px;
    flex-wrap: wrap;
  }

  .amount-pill {
    background: #fff;
    border: 2px solid var(--primary);
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 700;
    color: var(--primary);
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(230,57,70,0.12);
  }

  .cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 380px;
    min-height: 56px;
    padding: 16px 28px;
    background: var(--primary);
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(230,57,70,0.28);
    transition: background 0.2s, transform 0.1s;
    word-break: keep-all;
    text-align: center;
  }

  .cta-btn:hover { background: var(--primary-dark); transform: translateY(-1px); }
  .cta-btn:active { transform: scale(0.97); background: var(--primary-dark); }

  @media (max-width: 480px) {
    .hero { padding: 36px 16px 32px; }
    .hero h1 { font-size: 22px; }
    .cta-btn { max-width: 100%; font-size: 16px; }
  }

  /* ===== AD SLOT ===== */
  .ad-wrap {
    padding: 16px 24px;
    background: #f9f9f9;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
  }

  @media (max-width: 480px) { .ad-wrap { padding: 12px 16px; } }

  /* ===== HASHTAGS ===== */
  .hashtag-section {
    padding: 28px 24px 20px;
    text-align: center;
    border-bottom: 1px solid var(--border);
  }

  .hashtag-section p.tag-line {
    font-size: 13px;
    color: var(--text-muted);
    margin-bottom: 14px;
  }

  .hashtag-wrap { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin-bottom: 16px; }

  .hashtag {
    display: inline-block;
    background: #f3f4f6;
    border-radius: 50px;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    text-decoration: none;
    transition: all 0.2s;
    border: 1.5px solid transparent;
  }

  .hashtag:hover { background: var(--accent-bg); color: var(--primary); border-color: var(--primary); }

  .hashtag-desc {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.85;
    word-break: keep-all;
  }

  @media (max-width: 480px) { .hashtag-section { padding: 22px 16px 18px; } }

  /* ===== CONTENT ===== */
  .content {
    padding: 32px 24px 48px;
  }

  @media (max-width: 480px) { .content { padding: 24px 16px 40px; } }

  .section-title {
    font-family: 'Noto Serif KR', serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 16px;
    padding-left: 14px;
    border-left: 4px solid var(--primary);
    word-break: keep-all;
  }

  .lead-text {
    font-size: 15px;
    color: var(--text);
    line-height: 1.9;
    margin-bottom: 24px;
    word-break: keep-all;
  }

  .lead-text strong { color: var(--primary); font-weight: 700; }

  /* 지원금 카드 */
  .benefit-cards {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 28px;
  }

  .benefit-card {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    box-shadow: 0 1px 6px rgba(0,0,0,0.04);
    transition: box-shadow 0.2s;
  }

  .benefit-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.08); }

  .benefit-icon {
    font-size: 28px;
    min-width: 44px;
    text-align: center;
    margin-top: 2px;
  }

  .benefit-info { flex: 1; }

  .benefit-name {
    font-size: 16px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 4px;
  }

  .benefit-amount {
    font-size: 20px;
    font-weight: 900;
    color: var(--primary);
    margin-bottom: 6px;
    line-height: 1.2;
  }

  .benefit-amount span {
    font-size: 13px;
    color: var(--text-muted);
    font-weight: 400;
  }

  .benefit-desc {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.7;
    word-break: keep-all;
  }

  /* 합산 박스 */
  .total-box {
    background: linear-gradient(135deg, #fff5f5, #ffe8e8);
    border: 2px solid var(--primary);
    border-radius: 14px;
    padding: 22px 20px;
    text-align: center;
    margin-bottom: 28px;
  }

  .total-box .label {
    font-size: 13px;
    color: var(--text-muted);
    margin-bottom: 8px;
  }

  .total-box .total-amount {
    font-family: 'Noto Serif KR', serif;
    font-size: 36px;
    font-weight: 900;
    color: var(--primary);
    line-height: 1.2;
    margin-bottom: 8px;
  }

  .total-box .total-sub {
    font-size: 13px;
    color: var(--text-muted);
    word-break: keep-all;
    line-height: 1.7;
  }

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

  /* 주의 배너 */
  .notice-banner {
    background: #fffbeb;
    border: 1.5px solid #fde68a;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #92400e;
    word-break: keep-all;
    line-height: 1.7;
  }

  /* FAQ */
  .faq-wrap { display: flex; flex-direction: column; gap: 14px; margin-bottom: 28px; }

  .faq-item {
    background: var(--bg-soft);
    border-radius: 10px;
    padding: 18px;
    border: 1px solid var(--border);
  }

  .faq-q {
    font-size: 15px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 10px;
    word-break: keep-all;
  }

  .faq-q::before {
    content: 'Q. ';
    color: var(--primary);
    font-weight: 900;
  }

  .faq-a {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.8;
    word-break: keep-all;
  }

  .faq-a::before {
    content: 'A. ';
    color: var(--text);
    font-weight: 700;
  }

  /* CTA 브릿지 */
  .cta-bridge {
    background: var(--accent-bg);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 16px;
    font-size: 15px;
    color: var(--text);
    line-height: 1.8;
    word-break: keep-all;
    text-align: center;
  }

  .cta-bridge strong { color: var(--primary); display: block; font-size: 16px; margin-bottom: 6px; }

  .cta-center { text-align: center; margin-bottom: 40px; }

  /* 관련 페이지 */
  .related-section {
    background: var(--bg-soft);
    border-top: 1px solid var(--border);
    padding: 28px 24px;
  }

  .related-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-muted);
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    text-align: center;
  }

  .related-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .related-card {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 14px 12px;
    text-decoration: none;
    color: var(--text);
    transition: all 0.2s;
    display: block;
  }

  .related-card:hover { border-color: var(--primary); box-shadow: 0 3px 12px rgba(230,57,70,0.10); }

  .related-card .rc-title {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 4px;
    word-break: keep-all;
    line-height: 1.5;
  }

  .related-card .rc-desc {
    font-size: 11px;
    color: var(--text-muted);
    word-break: keep-all;
    line-height: 1.5;
  }

  @media (max-width: 480px) {
    .related-section { padding: 22px 16px; }
    .related-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  }

  /* FOOTER */
  footer {
    background: #1a1a1a;
    color: #9ca3af;
    font-size: 11px;
    text-align: center;
    padding: 24px 20px;
    line-height: 2.1;
  }

  footer a { color: #9ca3af; text-decoration: underline; }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;wrap&quot;&gt;

&lt;!-- NAV --&gt;
&lt;nav&gt;
  &lt;div class=&quot;nav-inner&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/2026-%EC%B6%9C%EC%82%B0%EC%A7%80%EC%9B%90%EA%B8%88-%EC%B4%9D%EC%A0%95%EB%A6%AC-%EC%B2%AB%EC%A7%B8-200%EB%A7%8C%EC%9B%90-%EB%91%98%EC%A7%B8-300%EB%A7%8C%EC%9B%90-%ED%95%9C%EB%88%88%EC%97%90&quot; class=&quot;nav-logo&quot;&gt;출산지원금 가이드&lt;/a&gt;
    &lt;div class=&quot;nav-links&quot;&gt;
      &lt;a href=&quot;https://sosonursing.tistory.com/entry/2026-%EC%B6%9C%EC%82%B0%EC%A7%80%EC%9B%90%EA%B8%88-%EC%B4%9D%EC%A0%95%EB%A6%AC-%EC%B2%AB%EC%A7%B8-200%EB%A7%8C%EC%9B%90-%EB%91%98%EC%A7%B8-300%EB%A7%8C%EC%9B%90-%ED%95%9C%EB%88%88%EC%97%90&quot; class=&quot;active&quot;&gt;지원금 총정리&lt;/a&gt;
      &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EB%B6%80%EB%AA%A8%EA%B8%89%EC%97%AC-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-%EC%99%84%EB%B2%BD-%EA%B0%80%EC%9D%B4%EB%93%9C&quot;&gt;부모급여&lt;/a&gt;
      &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AB%EB%A7%8C%EB%82%A8%EC%9D%B4%EC%9A%A9%EA%B6%8C-%EC%82%AC%EC%9A%A9%EC%B2%98-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-2026-%EC%B5%9C%EB%8C%80-300%EB%A7%8C%EC%9B%90-%EB%B0%94%EC%9A%B0%EC%B2%98&quot;&gt;첫만남이용권&lt;/a&gt;
      &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B6%9C%EC%82%B0%EC%A7%80%EC%9B%90%EA%B8%88-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-2026-%EC%86%8C%EB%93%9D%C2%B7%EC%9E%AC%EC%82%B0-%EC%83%81%EA%B4%80%EC%97%86%EC%9D%B4-%EC%A0%84-%EA%B5%AD%EB%AF%BC-%EC%A7%80%EA%B8%89&quot;&gt;자격조건&lt;/a&gt;
      &lt;a href=&quot;landing5.html&quot;&gt;지역별 장려금&lt;/a&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/nav&gt;

&lt;!-- HERO --&gt;
&lt;section class=&quot;hero&quot;&gt;
  &lt;p class=&quot;hero-badge&quot;&gt;&amp;#127381; 2026년 최신 정보&lt;/p&gt;
  &lt;h1&gt;아이 낳으면&lt;br&gt;&lt;em&gt;얼마나 받을 수 있을까요?&lt;/em&gt;&lt;br&gt;지원금 전부 모았습니다&lt;/h1&gt;
  &lt;p class=&quot;hero-sub&quot;&gt;
    많은 부모님들이 지원금을 신청하지 못해 수백만 원을 그냥 놓치세요.&lt;br&gt;
    소득·재산 상관없이 전 국민 지급! 지금 바로 확인하세요.
  &lt;/p&gt;
  &lt;div class=&quot;hero-amount-bar&quot;&gt;
    &lt;span class=&quot;amount-pill&quot;&gt;첫째 최대 200만원+&lt;/span&gt;
    &lt;span class=&quot;amount-pill&quot;&gt;둘째 최대 300만원+&lt;/span&gt;
    &lt;span class=&quot;amount-pill&quot;&gt;매월 현금 지급&lt;/span&gt;
  &lt;/div&gt;
  &lt;a href=&quot;https://www.gov.kr/portal/onestopSvc/happyBirth&quot; class=&quot;cta-btn&quot;&gt;내 혜택 전체 확인하기&lt;/a&gt;
&lt;/section&gt;

&lt;!-- 광고 슬롯 A --&gt;
&lt;div class=&quot;ad-wrap&quot;&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
&lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
&lt;/div&gt;

&lt;!-- HASHTAGS --&gt;
&lt;div class=&quot;hashtag-section&quot;&gt;
  &lt;p class=&quot;tag-line&quot;&gt;관련 정보 바로가기&lt;/p&gt;
  &lt;div class=&quot;hashtag-wrap&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EB%B6%80%EB%AA%A8%EA%B8%89%EC%97%AC-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-%EC%99%84%EB%B2%BD-%EA%B0%80%EC%9D%B4%EB%93%9C&quot; class=&quot;hashtag&quot;&gt;#부모급여 신청방법&lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AB%EB%A7%8C%EB%82%A8%EC%9D%B4%EC%9A%A9%EA%B6%8C-%EC%82%AC%EC%9A%A9%EC%B2%98-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-2026-%EC%B5%9C%EB%8C%80-300%EB%A7%8C%EC%9B%90-%EB%B0%94%EC%9A%B0%EC%B2%98&quot; class=&quot;hashtag&quot;&gt;#첫만남이용권&lt;/a&gt;
    &lt;a href=&quot;https://www.gov.kr/portal/onestopSvc/happyBirth&quot; class=&quot;hashtag&quot;&gt;#지금 바로 신청&lt;/a&gt;
  &lt;/div&gt;
  &lt;p class=&quot;hashtag-desc&quot;&gt;
    출산 후 받을 수 있는 정부지원금 총정리.&lt;br&gt;
    첫만남이용권·부모급여·아동수당을 한 번에 신청할 수 있어요.
  &lt;/p&gt;
&lt;/div&gt;

&lt;!-- CONTENT --&gt;
&lt;div class=&quot;content&quot;&gt;

  &lt;!-- 도입부 --&gt;
  &lt;p class=&quot;lead-text&quot;&gt;
    출산 후 정부 지원금이 많다는 건 알지만, 막상 어디서 무엇을 신청해야 하는지 헷갈리는 분들 정말 많으세요.
    특히 신청 기한을 놓치면 소급 적용이 안 되는 항목도 있어서, &lt;strong&gt;미리 파악해두는 게 정말 중요&lt;/strong&gt;합니다.
    2026년 현재 전국 공통으로 받을 수 있는 주요 지원금 3가지를 정리해 드릴게요.
  &lt;/p&gt;

  &lt;!-- 지원금 카드 --&gt;
  &lt;h2 class=&quot;section-title&quot;&gt;2026년 출산지원금 핵심 3가지&lt;/h2&gt;
  &lt;div class=&quot;benefit-cards&quot;&gt;

    &lt;div class=&quot;benefit-card&quot;&gt;
      &lt;div class=&quot;benefit-icon&quot;&gt;&amp;#127873;&lt;/div&gt;
      &lt;div class=&quot;benefit-info&quot;&gt;
        &lt;p class=&quot;benefit-name&quot;&gt;첫만남이용권&lt;/p&gt;
        &lt;p class=&quot;benefit-amount&quot;&gt;200 ~ 300만원 &lt;span&gt;/ 1회 바우처&lt;/span&gt;&lt;/p&gt;
        &lt;p class=&quot;benefit-desc&quot;&gt;
          출생 즉시 지급되는 국민행복카드 포인트.&lt;br&gt;
          첫째 200만원, 둘째 이상은 300만원.&lt;br&gt;
          조리원·육아용품·마트 등 대부분의 업종에서 사용 가능.
        &lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;benefit-card&quot;&gt;
      &lt;div class=&quot;benefit-icon&quot;&gt;&amp;#128176;&lt;/div&gt;
      &lt;div class=&quot;benefit-info&quot;&gt;
        &lt;p class=&quot;benefit-name&quot;&gt;부모급여&lt;/p&gt;
        &lt;p class=&quot;benefit-amount&quot;&gt;월 50 ~ 100만원 &lt;span&gt;/ 현금 지급&lt;/span&gt;&lt;/p&gt;
        &lt;p class=&quot;benefit-desc&quot;&gt;
          0세 아동은 매달 100만원, 1세 아동은 매달 50만원 현금 지급.&lt;br&gt;
          아동수당과 &lt;strong&gt;중복 수령 가능!&lt;/strong&gt;&lt;br&gt;
          출생 후 60일 이내에 반드시 신청해야 해요.
        &lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;benefit-card&quot;&gt;
      &lt;div class=&quot;benefit-icon&quot;&gt;&amp;#128100;&lt;/div&gt;
      &lt;div class=&quot;benefit-info&quot;&gt;
        &lt;p class=&quot;benefit-name&quot;&gt;아동수당&lt;/p&gt;
        &lt;p class=&quot;benefit-amount&quot;&gt;월 10 ~ 12만원 &lt;span&gt;/ 만 8세 미만&lt;/span&gt;&lt;/p&gt;
        &lt;p class=&quot;benefit-desc&quot;&gt;
          만 8세 미만(0~95개월) 모든 아동에게 매달 지급.&lt;br&gt;
          2026년부터 지역에 따라 수도권 10만원,&lt;br&gt;
          비수도권·인구감소지역은 최대 12만원까지 상향.
        &lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;

  &lt;/div&gt;

  &lt;!-- 합산 박스 --&gt;
  &lt;div class=&quot;total-box&quot;&gt;
    &lt;p class=&quot;label&quot;&gt;출생 첫해 기준 예상 수령 총액 (첫째 기준)&lt;/p&gt;
    &lt;p class=&quot;total-amount&quot;&gt;약 1,520만원+&lt;/p&gt;
    &lt;p class=&quot;total-sub&quot;&gt;
      첫만남이용권 200만원 + 부모급여 1,200만원(12개월) + 아동수당 120만원&lt;br&gt;
      &lt;strong&gt;지자체 출산장려금은 별도로 추가!&lt;/strong&gt; 지역마다 수십~수백만원 더 받아요.
    &lt;/p&gt;
  &lt;/div&gt;

  &lt;!-- 광고 슬롯 B --&gt;
  &lt;div style=&quot;margin: 0 0 28px;&quot;&gt;
  &lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
  &lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
  &lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
  &lt;/div&gt;

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

  &lt;!-- 주의 배너 --&gt;
  &lt;div class=&quot;notice-banner&quot;&gt;
    &amp;#9888;&amp;#65039; &lt;strong&gt;신청 기한 주의!&lt;/strong&gt; 부모급여는 출생 후 60일 이내에 신청해야 첫 달부터 소급 지급됩니다.
    60일이 넘으면 신청한 달부터만 지급되어 수십만 원을 놓칠 수 있어요.
  &lt;/div&gt;

  &lt;!-- 신청 방법 안내 --&gt;
  &lt;h2 class=&quot;section-title&quot;&gt;원스톱 신청으로 한 번에 끝내기&lt;/h2&gt;
  &lt;p class=&quot;lead-text&quot;&gt;
    각각 따로 신청하지 않아도 됩니다. 정부24 또는 주민센터에서
    &lt;strong&gt;&quot;행복출산 원스톱 서비스&quot;&lt;/strong&gt;를 이용하면 첫만남이용권·부모급여·아동수당을
    한 번에 신청할 수 있어요.
    신청 후 연계된 지자체 지원금까지 자동으로 처리됩니다.
  &lt;/p&gt;

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

  &lt;!-- FAQ --&gt;
  &lt;h2 class=&quot;section-title&quot;&gt;자주 묻는 질문&lt;/h2&gt;
  &lt;div class=&quot;faq-wrap&quot;&gt;

    &lt;div class=&quot;faq-item&quot;&gt;
      &lt;p class=&quot;faq-q&quot;&gt;소득이 높아도 받을 수 있나요?&lt;/p&gt;
      &lt;p class=&quot;faq-a&quot;&gt;네, 부모급여·첫만남이용권·아동수당은 소득·재산 기준 없이 전 국민이 받을 수 있어요.
      별도 심사 없이 출생신고 후 바로 신청하시면 됩니다.&lt;/p&gt;
    &lt;/div&gt;

    &lt;div class=&quot;faq-item&quot;&gt;
      &lt;p class=&quot;faq-q&quot;&gt;어린이집에 보내면 부모급여를 못 받나요?&lt;/p&gt;
      &lt;p class=&quot;faq-a&quot;&gt;어린이집을 이용하면 지급 구조가 달라집니다. 현금 전액 수령이 아닌 보육료 바우처와 차액 현금이 혼합 지급돼요.
      어떤 방식이 더 유리한지는 양육 상황에 따라 달라지기 때문에...&lt;/p&gt;
      &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EB%B6%80%EB%AA%A8%EA%B8%89%EC%97%AC-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-%EC%99%84%EB%B2%BD-%EA%B0%80%EC%9D%B4%EB%93%9C&quot; style=&quot;font-size:13px; color: var(--primary); font-weight:700; text-decoration:none;&quot;&gt;
        &amp;#8594; 부모급여 상세 가이드에서 확인하기
      &lt;/a&gt;
    &lt;/div&gt;

  &lt;/div&gt;

  &lt;!-- CTA 브릿지 --&gt;
  &lt;div class=&quot;cta-bridge&quot;&gt;
    &lt;strong&gt;&amp;#128161; 가장 중요한 건 타이밍입니다.&lt;/strong&gt;
    출산 후 신청 기한을 하루 놓칠수록 못 받는 돈이 생겨요.&lt;br&gt;
    내가 받을 수 있는 정확한 금액, 지금 바로 확인해보세요. &amp;#128071;
  &lt;/div&gt;

  &lt;!-- 광고 슬롯 C --&gt;
  &lt;div style=&quot;margin-bottom: 20px;&quot;&gt;
  &lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8021448401658417&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
  &lt;ins class=&quot;adsbygoogle&quot; style=&quot;display:block&quot; data-ad-client=&quot;ca-pub-8021448401658417&quot; data-ad-slot=&quot;4694826463&quot; data-ad-format=&quot;auto&quot; data-full-width-responsive=&quot;true&quot;&gt;&lt;/ins&gt;
  &lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
  &lt;/div&gt;

  &lt;div class=&quot;cta-center&quot;&gt;
    &lt;a href=&quot;https://www.gov.kr/portal/onestopSvc/happyBirth&quot; class=&quot;cta-btn&quot;&gt;내 출산지원금 확인하기&lt;/a&gt;
  &lt;/div&gt;

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

&lt;!-- 관련 페이지 --&gt;
&lt;div class=&quot;related-section&quot;&gt;
  &lt;p class=&quot;related-title&quot;&gt;관련 정보 더 보기&lt;/p&gt;
  &lt;div class=&quot;related-grid&quot;&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EB%B6%80%EB%AA%A8%EA%B8%89%EC%97%AC-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-%EC%99%84%EB%B2%BD-%EA%B0%80%EC%9D%B4%EB%93%9C&quot; class=&quot;related-card&quot;&gt;
      &lt;p class=&quot;rc-title&quot;&gt;&amp;#128176; 부모급여 신청방법&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;60일 기한·어린이집 차이 완전 정리&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B2%AB%EB%A7%8C%EB%82%A8%EC%9D%B4%EC%9A%A9%EA%B6%8C-%EC%82%AC%EC%9A%A9%EC%B2%98-%EC%8B%A0%EC%B2%AD%EB%B0%A9%EB%B2%95-2026-%EC%B5%9C%EB%8C%80-300%EB%A7%8C%EC%9B%90-%EB%B0%94%EC%9A%B0%EC%B2%98&quot; class=&quot;related-card&quot;&gt;
      &lt;p class=&quot;rc-title&quot;&gt;&amp;#127873; 첫만남이용권&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;사용처·신청 절차 한눈에 보기&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%B6%9C%EC%82%B0%EC%A7%80%EC%9B%90%EA%B8%88-%EC%9E%90%EA%B2%A9%EC%A1%B0%EA%B1%B4-2026-%EC%86%8C%EB%93%9D%C2%B7%EC%9E%AC%EC%82%B0-%EC%83%81%EA%B4%80%EC%97%86%EC%9D%B4-%EC%A0%84-%EA%B5%AD%EB%AF%BC-%EC%A7%80%EA%B8%89&quot; class=&quot;related-card&quot;&gt;
      &lt;p class=&quot;rc-title&quot;&gt;&amp;#9989; 자격조건 확인&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;소득·재산 무관, 내가 해당되는지&lt;/p&gt;
    &lt;/a&gt;
    &lt;a href=&quot;landing5.html&quot; class=&quot;related-card&quot;&gt;
      &lt;p class=&quot;rc-title&quot;&gt;&amp;#127968; 지역별 장려금&lt;/p&gt;
      &lt;p class=&quot;rc-desc&quot;&gt;지역마다 수백만원 차이 비교&lt;/p&gt;
    &lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- FOOTER --&gt;
&lt;footer&gt;
  본 페이지는 공공 정보 제공을 목적으로 작성되었으며, 정확한 지원 내용은 정부24 및 해당 기관에서 확인하시기 바랍니다.&lt;br&gt;
  정책 변경에 따라 내용이 달라질 수 있습니다. &amp;copy; 2026 출산지원금 가이드&lt;br&gt;
  &lt;a href=&quot;#&quot;&gt;개인정보처리방침&lt;/a&gt;
&lt;/footer&gt;

&lt;/div&gt;&lt;!-- /wrap --&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <category>소소 지식</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/96</guid>
      <comments>https://sosonursing.tistory.com/entry/2026-%EC%B6%9C%EC%82%B0%EC%A7%80%EC%9B%90%EA%B8%88-%EC%B4%9D%EC%A0%95%EB%A6%AC-%EC%B2%AB%EC%A7%B8-200%EB%A7%8C%EC%9B%90-%EB%91%98%EC%A7%B8-300%EB%A7%8C%EC%9B%90-%ED%95%9C%EB%88%88%EC%97%90#entry96comment</comments>
      <pubDate>Thu, 28 May 2026 11:09:27 +0900</pubDate>
    </item>
    <item>
      <title>여권사진 규정 완벽 정리 2026</title>
      <link>https://sosonursing.tistory.com/entry/%EC%97%AC%EA%B6%8C%EC%82%AC%EC%A7%84-%EA%B7%9C%EC%A0%95-%EC%99%84%EB%B2%BD-%EC%A0%95%EB%A6%AC-2026</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
&lt;style&gt;
  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&amp;display=swap');

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

  body {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    line-height: 1.9;
    color: #222;
    background: #fff;
    max-width: 760px;
    margin: 0 auto;
    padding: 2rem 1.25rem 5rem;
  }

  /* ── 헤더 ── */
  .post-header { margin-bottom: 2.5rem; }

  .series-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #fff;
    background: #222;
    padding: 3px 10px;
    border-radius: 3px;
    margin-bottom: 0.9rem;
  }

  h1.post-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.45;
    color: #111;
    margin-bottom: 0.9rem;
  }

  .post-intro {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    padding: 1rem 1.2rem;
    border-left: 3px solid #111;
    background: #f9f9f7;
    margin-bottom: 1rem;
    border-radius: 0 6px 6px 0;
  }

  .post-meta {
    font-size: 12px;
    color: #aaa;
    margin-top: 0.75rem;
  }

  /* ── 키워드 박스 ── */
  .keyword-box {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 2rem;
  }
  .kw { font-size: 12px; background: #f0f0f0; color: #444; padding: 4px 12px; border-radius: 999px; }
  .kw.main { background: #111; color: #fff; font-weight: 700; }

  /* ── 목차 ── */
  .toc {
    border: 1.5px solid #e0e0e0;
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 3rem;
    background: #fafafa;
  }
  .toc-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
  }
  .toc ol { padding-left: 1.2rem; margin: 0; }
  .toc li { font-size: 14px; color: #333; margin-bottom: 0.4rem; line-height: 1.5; }
  .toc a { color: #222; text-decoration: none; border-bottom: 1px dashed #ccc; }
  .toc a:hover { color: #e74c3c; border-bottom-color: #e74c3c; }

  /* ── 본문 섹션 ── */
  .section { margin-bottom: 3.5rem; scroll-margin-top: 1rem; }

  h2 {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-bottom: 1.1rem;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  h2 .sec-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #111;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 50%;
    flex-shrink: 0;
  }

  h3 {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin: 1.75rem 0 0.6rem;
    padding-left: 10px;
    border-left: 3px solid #e74c3c;
  }

  p { color: #333; margin-bottom: 1rem; }

  /* ── 강조 박스 ── */
  .tip-box {
    background: #fff8f5;
    border: 1px solid #fad4c8;
    border-radius: 8px;
    padding: 1rem 1.2rem;
    margin: 1.25rem 0;
    font-size: 14px;
    color: #333;
    line-height: 1.8;
  }
  .tip-box .label {
    font-size: 12px;
    font-weight: 700;
    color: #e74c3c;
    margin-bottom: 0.4rem;
    display: block;
  }

  .info-box {
    background: #f0f5ff;
    border: 1px solid #c5d8ff;
    border-radius: 8px;
    padding: 1rem 1.2rem;
    margin: 1.25rem 0;
    font-size: 14px;
    color: #333;
    line-height: 1.8;
  }
  .info-box .label {
    font-size: 12px;
    font-weight: 700;
    color: #2d6ae0;
    margin-bottom: 0.4rem;
    display: block;
  }

  .good-bad {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 1.25rem 0;
  }
  @media(max-width:520px){ .good-bad { grid-template-columns: 1fr; } }

  .good-card, .bad-card {
    border-radius: 8px;
    padding: 1rem 1.1rem;
    font-size: 14px;
    line-height: 1.8;
  }
  .good-card {
    background: #f0faf4;
    border: 1px solid #b8e8cc;
  }
  .bad-card {
    background: #fff2f2;
    border: 1px solid #ffccc8;
  }
  .good-card .gb-label { font-weight: 700; color: #1e8a47; font-size: 13px; margin-bottom: 0.4rem; }
  .bad-card .gb-label { font-weight: 700; color: #c0392b; font-size: 13px; margin-bottom: 0.4rem; }

  ul.dot-list {
    padding-left: 0;
    list-style: none;
    margin: 0.5rem 0 1rem;
  }
  ul.dot-list li {
    position: relative;
    padding-left: 1.3rem;
    margin-bottom: 0.5rem;
    font-size: 15px;
    color: #333;
  }
  ul.dot-list li::before {
    content: '·';
    position: absolute;
    left: 4px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    color: #e74c3c;
  }
  ul.dot-list li .sub {
    font-size: 12px;
    color: #888;
    display: block;
  }

  /* ── 규격 카드 ── */
  .spec-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    margin: 1.1rem 0;
  }
  .spec-card {
    background: #f7f7f7;
    border-radius: 8px;
    padding: 0.9rem 1rem;
    text-align: center;
  }
  .spec-card .s-label { font-size: 11px; color: #888; font-weight: 700; letter-spacing: 0.06em; margin-bottom: 4px; }
  .spec-card .s-value { font-size: 17px; font-weight: 700; color: #111; }
  .spec-card .s-sub { font-size: 12px; color: #888; margin-top: 2px; }

  /* ── 반려 사례 리스트 ── */
  .reject-list {
    list-style: none;
    padding: 0;
    margin: 0.75rem 0 1rem;
  }
  .reject-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    color: #333;
    line-height: 1.7;
  }
  .reject-list li:last-child { border-bottom: none; }
  .reject-list .icon {
    flex-shrink: 0;
    font-size: 16px;
    margin-top: 2px;
  }

  /* ── 온라인 검증 CTA ── */
  .cta-box {
    background: #111;
    color: #fff;
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
    margin: 1.5rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
  }
  .cta-box .cta-text { font-size: 14px; line-height: 1.7; }
  .cta-box .cta-text strong { font-size: 16px; display: block; margin-bottom: 4px; }
  .cta-box a {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #111;
    background: #fff;
    padding: 8px 18px;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
  }
  .cta-box a:hover { background: #f0f0f0; }

  /* ── 태그 ── */
  .tags {
    margin-top: 3.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .tag { font-size: 12px; color: #666; background: #f4f4f4; padding: 4px 12px; border-radius: 999px; }

  /* ── 시리즈 네비 ── */
  .series-nav {
    margin-top: 2rem;
    padding: 1.25rem 1.5rem;
    background: #f7f7f7;
    border-radius: 10px;
    font-size: 14px;
    color: #444;
    line-height: 1.9;
  }
  .series-nav strong { display: block; margin-bottom: 0.4rem; font-size: 13px; color: #999; font-weight: 700; letter-spacing: 0.06em; }
  .series-nav a { color: #222; text-decoration: underline; }

  @media(max-width:600px){
    h1.post-title { font-size: 20px; }
    h2 { font-size: 18px; }
  }
&lt;/style&gt;
&lt;/div&gt;
&lt;!-- ── 헤더 ── --&gt;&lt;header class=&quot;post-header&quot;&gt;&lt;span class=&quot;series-tag&quot;&gt;수지구청 여권 시리즈 ②&lt;/span&gt;
&lt;h1 class=&quot;post-title&quot;&gt;여권사진 규정 완벽 정리 2026&lt;br /&gt;&lt;span style=&quot;font-size: 18px; color: #666;&quot;&gt;규격&amp;middot;배경&amp;middot;AI보정 금지&amp;middot;영유아 기준까지 외교부 기준으로 총정리&lt;/span&gt;&lt;/h1&gt;
&lt;div class=&quot;post-intro&quot;&gt;여권사진은 일반 증명사진과 기준이 다릅니다. 외교부는 국제민간항공기구(ICAO) 표준에 따라 사진 규격을 엄격하게 적용하며, 기준에 맞지 않으면 접수 거부 또는 발급 지연이 발생할 수 있습니다. 이 글에서는 성인&amp;middot;미성년자&amp;middot;영유아별 여권사진 규정을 외교부 기준으로 항목별로 안내합니다.&lt;/div&gt;
&lt;p class=&quot;post-meta&quot; data-ke-size=&quot;size16&quot;&gt;2026년 4월 기준 &amp;middot; 출처: 외교부 여권안내 passport.go.kr&lt;/p&gt;
&lt;/header&gt;&lt;!-- ── SEO 키워드 표시 (시각적 태그) ── --&gt;
&lt;div class=&quot;keyword-box&quot;&gt;&lt;span class=&quot;kw main&quot;&gt;#여권사진규정&lt;/span&gt; &lt;span class=&quot;kw main&quot;&gt;#아이여권사진&lt;/span&gt; &lt;span class=&quot;kw&quot;&gt;#여권사진규격&lt;/span&gt; &lt;span class=&quot;kw&quot;&gt;#여권사진반려&lt;/span&gt; &lt;span class=&quot;kw&quot;&gt;#영유아여권사진&lt;/span&gt; &lt;span class=&quot;kw&quot;&gt;#여권사진배경&lt;/span&gt; &lt;span class=&quot;kw&quot;&gt;#여권사진AI보정&lt;/span&gt; &lt;span class=&quot;kw&quot;&gt;#여권사진찍는법&lt;/span&gt;&lt;/div&gt;
&lt;!-- ── 목차 ── --&gt;&lt;nav class=&quot;toc&quot; aria-label=&quot;목차&quot;&gt;
&lt;p class=&quot;toc-label&quot; data-ke-size=&quot;size16&quot;&gt;목차 &amp;mdash; Table of Contents&lt;/p&gt;
&lt;ol style=&quot;list-style-type: decimal;&quot; data-ke-list-type=&quot;decimal&quot;&gt;
&lt;li&gt;&lt;a href=&quot;#spec&quot;&gt;여권사진 기본 규격 한눈에 보기&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#background&quot;&gt;가장 많이 반려되는 이유 1위 &amp;mdash; 배경색 문제&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#face&quot;&gt;얼굴&amp;middot;표정&amp;middot;의상 규정 (의외로 몰랐던 것들)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#ai&quot;&gt;AI 보정&amp;middot;포토샵, 절대 하면 안 되는 이유&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#baby&quot;&gt;영유아&amp;middot;신생아 여권사진 따로 알아야 할 점&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#selfie&quot;&gt;셀프촬영 vs 사진관, 뭐가 더 나을까?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#verify&quot;&gt;사전에 규격 맞는지 확인하는 방법 (무료)&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/nav&gt;&lt;!-- ── 1. 기본 규격 ── --&gt;
&lt;section id=&quot;spec&quot; class=&quot;section&quot;&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;&lt;span class=&quot;sec-num&quot;&gt;1&lt;/span&gt; 여권사진 기본 규격 한눈에 보기&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;여권사진은 외교부가 ICAO(국제민간항공기구) 기준에 따라 규격을 정합니다. 출입국 심사 시 자동 얼굴 인식 시스템에도 활용되므로, 규정을 충족하지 않으면 접수 단계에서 반려될 수 있습니다.&lt;/p&gt;
&lt;div class=&quot;spec-grid&quot;&gt;
&lt;div class=&quot;spec-card&quot;&gt;
&lt;div class=&quot;s-label&quot;&gt;사진 크기&lt;/div&gt;
&lt;div class=&quot;s-value&quot;&gt;3.5 &amp;times; 4.5&lt;/div&gt;
&lt;div class=&quot;s-sub&quot;&gt;cm (가로 &amp;times; 세로)&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;spec-card&quot;&gt;
&lt;div class=&quot;s-label&quot;&gt;얼굴 길이&lt;/div&gt;
&lt;div class=&quot;s-value&quot;&gt;3.2 ~ 3.6&lt;/div&gt;
&lt;div class=&quot;s-sub&quot;&gt;cm (정수리 ~ 턱)&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;spec-card&quot;&gt;
&lt;div class=&quot;s-label&quot;&gt;촬영 기한&lt;/div&gt;
&lt;div class=&quot;s-value&quot;&gt;6개월&lt;/div&gt;
&lt;div class=&quot;s-sub&quot;&gt;이내 촬영분만 유효&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;spec-card&quot;&gt;
&lt;div class=&quot;s-label&quot;&gt;배경&lt;/div&gt;
&lt;div class=&quot;s-value&quot;&gt;흰색&lt;/div&gt;
&lt;div class=&quot;s-sub&quot;&gt;균일하고 그림자 없을 것&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;spec-card&quot;&gt;
&lt;div class=&quot;s-label&quot;&gt;인화&lt;/div&gt;
&lt;div class=&quot;s-value&quot;&gt;인화지&lt;/div&gt;
&lt;div class=&quot;s-sub&quot;&gt;일반 종이 인쇄 불가&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;spec-card&quot;&gt;
&lt;div class=&quot;s-label&quot;&gt;해상도&lt;/div&gt;
&lt;div class=&quot;s-value&quot;&gt;300 DPI&lt;/div&gt;
&lt;div class=&quot;s-sub&quot;&gt;온라인용 413&amp;times;531 px 권장&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p style=&quot;margin-top: 1rem;&quot; data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;얼굴 길이 3.2~3.6cm&lt;/b&gt; 기준은 정수리(머리카락 제외)부터 턱끝까지의 길이로, 너무 작거나 크게 촬영된 경우 모두 반려 대상입니다. 사진관에서 &quot;여권용&quot;으로 요청하면 해당 규격에 맞게 촬영&amp;middot;인화해 줍니다.&lt;/p&gt;
&lt;/section&gt;
&lt;!-- ── 2. 배경 ── --&gt;
&lt;section id=&quot;background&quot; class=&quot;section&quot;&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;&lt;span class=&quot;sec-num&quot;&gt;2&lt;/span&gt; 주요 반려 원인 1위 &amp;mdash; 배경색 기준&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;여권사진 접수 반려 사례 중 배경 문제가 가장 높은 비중을 차지합니다. 배경은 반드시 균일한 흰색이어야 하며, 그림자&amp;middot;무늬&amp;middot;색조가 조금이라도 있으면 반려될 수 있습니다.&lt;/p&gt;
&lt;div class=&quot;good-bad&quot;&gt;
&lt;div class=&quot;good-card&quot;&gt;
&lt;div class=&quot;gb-label&quot;&gt;✅ 허용되는 배경&lt;/div&gt;
균일한 흰색 단색&lt;br /&gt;테두리 없음&lt;br /&gt;그림자 없음&lt;br /&gt;잉크 자국&amp;middot;무늬 없음&lt;/div&gt;
&lt;div class=&quot;bad-card&quot;&gt;
&lt;div class=&quot;gb-label&quot;&gt;❌ 반려 대상 배경&lt;/div&gt;
회색&amp;middot;아이보리 등 유색&lt;br /&gt;그림자 발생&lt;br /&gt;벽지 무늬 비침&lt;br /&gt;AI&amp;middot;편집으로 합성된 흰 배경&lt;/div&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;실내에서 흰 벽을 배경으로 촬영하더라도 조명 각도에 따라 그림자가 발생할 수 있습니다. 배경 제거 앱이나 AI 툴로 배경을 흰색으로 교체하는 방법은 규정상 허용되지 않으며, 합성 여부가 확인되면 반려 처리됩니다.&lt;/p&gt;
&lt;div class=&quot;tip-box&quot;&gt;&lt;span class=&quot;label&quot;&gt;  참고 &amp;mdash; 셀프촬영 시 배경 관리&lt;/span&gt; 흰색 배경지나 흰 이불을 벽에 붙이고, 자연광이 충분한 낮 시간대에 창가에서 촬영하면 그림자를 줄일 수 있습니다. 그러나 조명 장비 없이 그림자를 완전히 제거하기 어려운 경우가 많으므로, 불확실할 경우 사진관 이용을 권장합니다.&lt;/div&gt;
&lt;/section&gt;
&lt;!-- ── 3. 얼굴·표정·의상 ── --&gt;
&lt;section id=&quot;face&quot; class=&quot;section&quot;&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;&lt;span class=&quot;sec-num&quot;&gt;3&lt;/span&gt; 얼굴&amp;middot;표정&amp;middot;의상 세부 규정&lt;/h2&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;얼굴 방향과 자세&lt;/h3&gt;
&lt;ul class=&quot;dot-list&quot; style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;얼굴과 어깨가 정면을 향해야 함 (측면 포즈 불가)&lt;/li&gt;
&lt;li&gt;머리를 앞뒤로 기울이거나 얼굴을 근접 촬영한 사진 불가&lt;/li&gt;
&lt;li&gt;눈썹&amp;middot;귀가 모두 보여야 함 (앞머리&amp;middot;옆머리로 가리면 반려)&lt;/li&gt;
&lt;li&gt;눈동자가 정면을 응시해야 함 (적목현상 있는 사진 불가)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;표정&lt;/h3&gt;
&lt;ul class=&quot;dot-list&quot; style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;입을 다문 자연스러운 표정 &lt;span class=&quot;sub&quot;&gt;웃거나 찡그린 표정, 치아가 보이는 사진 불가 &amp;mdash; 단, 3세 이하 영아는 예외 적용&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;눈을 감은 사진 불가&lt;/li&gt;
&lt;li&gt;혀를 내밀거나 과장된 표정 불가&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;의상&lt;/h3&gt;
&lt;ul class=&quot;dot-list&quot; style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;흰색 의상 불가 &lt;span class=&quot;sub&quot;&gt;배경과 구분이 어려워 반려 대상&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;제복&amp;middot;군복 불가 &lt;span class=&quot;sub&quot;&gt;군인&amp;middot;경찰의 공무여권 신청 시에만 예외&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;학생 교복 허용&lt;/li&gt;
&lt;li&gt;귀걸이&amp;middot;목걸이 등 큰 액세서리는 착용 자제 권장&lt;/li&gt;
&lt;li&gt;컬러 렌즈 착용 불가&lt;/li&gt;
&lt;li&gt;안경: 반사 없고 얼굴을 가리지 않는 경우 가능하나, 미착용 권장&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;tip-box&quot;&gt;&lt;span class=&quot;label&quot;&gt;⚠️ 주의 &amp;mdash; 흰색 의상&lt;/span&gt; 아이에게 흰 옷을 입히는 경우가 많으나, 흰 배경에 흰 의상은 배경과 구분이 되지 않아 반려될 수 있습니다. 밝은 단색 계열 의상을 착용하는 것이 안전합니다.&lt;/div&gt;
&lt;/section&gt;
&lt;!-- ── 4. AI 보정 ── --&gt;
&lt;section id=&quot;ai&quot; class=&quot;section&quot;&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;&lt;span class=&quot;sec-num&quot;&gt;4&lt;/span&gt; AI 보정&amp;middot;포토샵 사용 금지 기준&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;외교부는 여권사진에 대해 &lt;b&gt;AI를 활용한 편집&amp;middot;가공&amp;middot;합성&amp;middot;창조 제작물을 명시적으로 허용 불가&lt;/b&gt;로 규정하고 있습니다. 여권은 출입국 심사 시 얼굴 인식에 사용되므로 실제 외모와 일치해야 하기 때문입니다.&lt;/p&gt;
&lt;ul class=&quot;reject-list&quot; style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;&lt;span class=&quot;icon&quot;&gt;✗&lt;/span&gt; &lt;span&gt;포토샵&amp;middot;사진 편집 앱 필터로 피부를 보정한 사진&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;icon&quot;&gt;✗&lt;/span&gt; &lt;span&gt;AI 배경 제거 툴로 배경을 흰색으로 교체한 사진 &lt;span style=&quot;font-size: 12px; color: #888;&quot;&gt;(합성 여부 식별 시 반려)&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;icon&quot;&gt;✗&lt;/span&gt; &lt;span&gt;밝기&amp;middot;대비&amp;middot;색온도 등을 임의로 조정한 사진&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;icon&quot;&gt;✗&lt;/span&gt; &lt;span&gt;얼굴 윤곽&amp;middot;눈&amp;middot;코&amp;middot;입 등을 수정한 사진&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;icon&quot;&gt;✗&lt;/span&gt; &lt;span&gt;스마트폰 카메라의 자동 뷰티 모드&amp;middot;필터를 켠 상태로 촬영한 사진&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;규정 위반 사진으로 여권이 발급된 경우에도 출입국 심사 단계에서 문제가 발생할 수 있으며, 접수 반려 시 수수료는 환불되지 않으므로 촬영 전 반드시 뷰티 모드&amp;middot;필터를 비활성화해야 합니다.&lt;/p&gt;
&lt;div class=&quot;info-box&quot;&gt;&lt;span class=&quot;label&quot;&gt;  참고 &amp;mdash; 스마트폰 직접 촬영&lt;/span&gt; 스마트폰으로 직접 촬영한 사진은 규격에 맞는 경우 사용 가능합니다. 단, 뷰티 모드&amp;middot;AI 보정&amp;middot;필터는 반드시 꺼야 하고, 인화 시 일반 종이가 아닌 인화지를 사용해야 합니다.&lt;/div&gt;
&lt;/section&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;a style=&quot;display: inline-block; padding: 20px 40px; background-color: #007bff; color: white; text-decoration: none; border-radius: 8px; font-weight: bold; text-align: center; margin: 30px 0; font-size: 30px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: background-color 0.3s ease, transform 0.2s ease;&quot; href=&quot;https://www.passport.go.kr/home/kor/board.do?menuPos=70&amp;amp;act=detail&amp;amp;idx=8638&amp;amp;searchValue1=0&amp;amp;searchKeyword=&amp;amp;searchValue3=&amp;amp;pageIndex=1&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt; 외교부 여권사진 규격 안내 바로가기 &lt;/a&gt;&lt;/p&gt;
&lt;!-- ── 5. 영유아·신생아 ── --&gt;
&lt;section id=&quot;baby&quot; class=&quot;section&quot;&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;&lt;span class=&quot;sec-num&quot;&gt;5&lt;/span&gt; 영유아&amp;middot;신생아 여권사진 규정 및 예외 기준&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;만 7세 이하 유아의 여권사진은 성인과 동일한 기본 규격을 따르되, 연령 특성을 고려한 일부 예외가 적용됩니다. 단, 기본 원칙인 흰색 배경&amp;middot;정면 응시&amp;middot;단독 촬영은 동일하게 적용됩니다.&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;공통 적용 규격&lt;/h3&gt;
&lt;ul class=&quot;dot-list&quot; style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;사진 크기: 3.5 &amp;times; 4.5cm, 흰색 배경, 신청일 기준 6개월 이내 촬영&lt;/li&gt;
&lt;li&gt;얼굴 길이(정수리~턱): &lt;b&gt;2.3 ~ 3.6cm&lt;/b&gt; &lt;span class=&quot;sub&quot;&gt;성인 기준(3.2~3.6cm)보다 하한선이 낮음&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;아이 단독 촬영 필수 &amp;mdash; 의자, 장난감, 보호자 사진 내 노출 금지&lt;/li&gt;
&lt;li&gt;눈을 뜨고 카메라를 정면 응시해야 함&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;연령별 예외 규정&lt;/h3&gt;
&lt;div class=&quot;good-bad&quot;&gt;
&lt;div class=&quot;good-card&quot; style=&quot;background: #f5faff; border-color: #b3d4f5;&quot;&gt;
&lt;div class=&quot;gb-label&quot; style=&quot;color: #1a6fc4;&quot;&gt;3세 이하 영아&lt;/div&gt;
입을 다물기 어려운 경우&lt;br /&gt;치아가 살짝 보여도 허용&lt;/div&gt;
&lt;div class=&quot;good-card&quot; style=&quot;background: #f5faff; border-color: #b3d4f5;&quot;&gt;
&lt;div class=&quot;gb-label&quot; style=&quot;color: #1a6fc4;&quot;&gt;신생아&lt;/div&gt;
바로 앉히기 어려운 경우&lt;br /&gt;&lt;b&gt;흰색 이불에 눕혀서&lt;/b&gt; 위에서 촬영 허용&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;tip-box&quot;&gt;&lt;span class=&quot;label&quot;&gt;  영유아 촬영 시 주의사항&lt;/span&gt; 아이의 시선을 카메라로 유도할 때 장난감이나 소품을 사용하는 경우, 해당 소품이 사진 프레임 안에 조금이라도 포함되면 반려 대상이 됩니다. 소품은 반드시 프레임 밖에서 사용해야 하며, 보호자가 사진에 함께 나와서는 안 됩니다. 촬영이 어려운 경우 영유아 여권사진 경험이 있는 사진관을 이용하는 것이 효율적입니다.&lt;/div&gt;
&lt;/section&gt;
&lt;!-- ── 6. 셀프 vs 사진관 ── --&gt;
&lt;section id=&quot;selfie&quot; class=&quot;section&quot;&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;&lt;span class=&quot;sec-num&quot;&gt;6&lt;/span&gt; 셀프촬영 vs 사진관 &amp;mdash; 비교 및 권장 기준&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;성인의 온라인 재발급 신청 시 사진 파일을 직접 업로드할 수 있어 셀프촬영을 선택하는 경우가 늘고 있습니다. 아래 기준을 참고해 상황에 맞는 방법을 선택하세요.&lt;/p&gt;
&lt;div class=&quot;good-bad&quot;&gt;
&lt;div class=&quot;good-card&quot;&gt;
&lt;div class=&quot;gb-label&quot;&gt;  셀프촬영&lt;/div&gt;
비용 절감&lt;br /&gt;시간 유연&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #c0392b; font-size: 13px;&quot;&gt;△ 배경&amp;middot;그림자 관리 어려움&lt;br /&gt;△ 규격 정확도 확인 필요&lt;br /&gt;△ 반려 시 재촬영&amp;middot;재접수 필요&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;good-card&quot;&gt;
&lt;div class=&quot;gb-label&quot;&gt;  사진관&lt;/div&gt;
규격 준수 보장&lt;br /&gt;즉석 재촬영 가능&lt;br /&gt;영유아 촬영 노하우&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #888; font-size: 13px;&quot;&gt;비용: 5,000~10,000원 내외&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;성인 본인의 재발급이라면 규격을 숙지한 뒤 셀프촬영도 가능합니다. 다만 &lt;b&gt;영유아&amp;middot;어린이 여권사진&lt;/b&gt;의 경우, 배경 관리&amp;middot;그림자 제거&amp;middot;시선 유도를 동시에 충족하기 어려운 환경이 많으므로 사진관 촬영을 권장합니다. 반려 시 재촬영&amp;middot;재방문&amp;middot;수수료 재납부가 필요하므로 초기 비용 대비 효율을 고려해야 합니다.&lt;/p&gt;
&lt;/section&gt;
&lt;!-- ── 7. 온라인 검증 ── --&gt;
&lt;section id=&quot;verify&quot; class=&quot;section&quot;&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;&lt;span class=&quot;sec-num&quot;&gt;7&lt;/span&gt; 접수 전 규격 확인 &amp;mdash; 온라인 여권사진 검증 서비스&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;외교부 여권안내 홈페이지(passport.go.kr)에서는 사진 파일을 업로드하면 규격 적합 여부를 사전에 확인할 수 있는 &lt;b&gt;온라인 여권사진 검증 서비스&lt;/b&gt;를 무료로 제공하고 있습니다. 사진관에서 촬영했더라도 접수 전 한 번 확인하면 반려 가능성을 줄일 수 있습니다.&lt;/p&gt;
&lt;ul class=&quot;dot-list&quot; style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;passport.go.kr 접속 &amp;rarr; 온라인 여권 사진 검증 메뉴 선택&lt;/li&gt;
&lt;li&gt;사진 파일 업로드 &amp;rarr; 배경색&amp;middot;얼굴 위치&amp;middot;규격 자동 분석&lt;/li&gt;
&lt;li&gt;PC&amp;middot;모바일 모두 이용 가능, 무료&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;info-box&quot;&gt;&lt;span class=&quot;label&quot;&gt;  주의사항&lt;/span&gt; 온라인 검증 통과가 접수 승인을 보장하지는 않습니다. 실제 창구 또는 시스템 심사 과정에서 추가로 반려될 수 있으므로, 검증은 사전 점검 수단으로만 활용하시기 바랍니다.&lt;/div&gt;
&lt;div class=&quot;cta-box&quot;&gt;
&lt;div class=&quot;cta-text&quot;&gt;&lt;b&gt;외교부 온라인 여권사진 검증 바로가기&lt;/b&gt; 사진 접수 전 규격 사전 확인 (무료)&lt;/div&gt;
&lt;a href=&quot;https://www.passport.go.kr/home/kor/onlinePhotoVerify/index.do?menuPos=33&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;바로가기 &amp;rarr;&lt;/a&gt;&lt;/div&gt;
&lt;/section&gt;
&lt;!-- ── 시리즈 네비 ── --&gt;
&lt;div class=&quot;series-nav&quot;&gt;&lt;b&gt;  수지구청 여권 시리즈&lt;/b&gt; ① &lt;a href=&quot;https://sosonursing.tistory.com/entry/%EC%88%98%EC%A7%80%EA%B5%AC%EC%B2%AD-%EB%AF%B8%EC%84%B1%EB%85%84%EC%9E%90-%EC%95%84%EC%9D%B4-%EC%97%AC%EA%B6%8C-%EB%B0%9C%EA%B8%89-%EB%B0%A9%EB%B2%95-%EC%B4%9D%EC%A0%95%EB%A6%AC-%EA%B5%AC%EB%B9%84%EC%84%9C%EB%A5%98%C2%B7%EC%88%98%EC%88%98%EB%A3%8C%C2%B7%EC%8B%A0%EC%B2%AD-%EC%A0%88%EC%B0%A8&quot;&gt;수지구청 미성년자 여권 발급 방법 총정리 | 구비서류&amp;middot;수수료&amp;middot;신청 절차&lt;/a&gt;&lt;br /&gt;② &lt;b&gt;여권사진 규정 완벽 정리 2026 | 규격&amp;middot;배경&amp;middot;AI보정&amp;middot;영유아 기준 (현재 글)&lt;/b&gt;&lt;/div&gt;
&lt;!-- ── 태그 ── --&gt;
&lt;div class=&quot;tags&quot;&gt;&lt;span class=&quot;tag&quot;&gt;#여권사진규정&lt;/span&gt; &lt;span class=&quot;tag&quot;&gt;#여권사진규격&lt;/span&gt; &lt;span class=&quot;tag&quot;&gt;#아이여권사진&lt;/span&gt; &lt;span class=&quot;tag&quot;&gt;#영유아여권사진&lt;/span&gt; &lt;span class=&quot;tag&quot;&gt;#여권사진반려&lt;/span&gt; &lt;span class=&quot;tag&quot;&gt;#여권사진배경&lt;/span&gt; &lt;span class=&quot;tag&quot;&gt;#여권사진AI보정&lt;/span&gt; &lt;span class=&quot;tag&quot;&gt;#여권사진찍는법&lt;/span&gt; &lt;span class=&quot;tag&quot;&gt;#수지구청여권&lt;/span&gt; &lt;span class=&quot;tag&quot;&gt;#신생아여권사진&lt;/span&gt;&lt;/div&gt;</description>
      <category>소소 지식</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/95</guid>
      <comments>https://sosonursing.tistory.com/entry/%EC%97%AC%EA%B6%8C%EC%82%AC%EC%A7%84-%EA%B7%9C%EC%A0%95-%EC%99%84%EB%B2%BD-%EC%A0%95%EB%A6%AC-2026#entry95comment</comments>
      <pubDate>Thu, 9 Apr 2026 12:48:01 +0900</pubDate>
    </item>
    <item>
      <title>수지구청 미성년자 아이 여권 발급 방법 총정리 | 구비서류&amp;middot;수수료&amp;middot;신청 절차</title>
      <link>https://sosonursing.tistory.com/entry/%EC%88%98%EC%A7%80%EA%B5%AC%EC%B2%AD-%EB%AF%B8%EC%84%B1%EB%85%84%EC%9E%90-%EC%95%84%EC%9D%B4-%EC%97%AC%EA%B6%8C-%EB%B0%9C%EA%B8%89-%EB%B0%A9%EB%B2%95-%EC%B4%9D%EC%A0%95%EB%A6%AC-%EA%B5%AC%EB%B9%84%EC%84%9C%EB%A5%98%C2%B7%EC%88%98%EC%88%98%EB%A3%8C%C2%B7%EC%8B%A0%EC%B2%AD-%EC%A0%88%EC%B0%A8</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;수지구청 미성년자 여권 발급 방법 총정리. 구비서류, 수수료(2026년 3월 인상 반영), 신청 절차, 법정대리인 동의서 작성 방법까지 한눈에 확인하세요.&quot;&gt;
&lt;meta name=&quot;keywords&quot; content=&quot;수지구청 여권, 미성년자 여권 발급, 아이 여권 신청, 어린이 여권 구비서류, 여권 수수료 2026, 법정대리인 동의서, 수지구청 여권민원실&quot;&gt;
&lt;title&gt;수지구청 미성년자 아이 여권 발급 방법 총정리 | 구비서류·수수료·신청 절차&lt;/title&gt;
&lt;style&gt;
  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&amp;display=swap');

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

  body {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    line-height: 1.85;
    color: #1a1a1a;
    background: #fff;
    max-width: 780px;
    margin: 0 auto;
    padding: 2rem 1.25rem 4rem;
  }

  /* ── 상단 타이틀 영역 ── */
  .post-header {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #1a1a1a;
  }
  .post-category {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #c0392b;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
  }
  .post-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
  }
  .post-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 1rem;
  }
  .post-meta {
    font-size: 12px;
    color: #999;
  }

  /* ── 목차 ── */
  .toc {
    background: #f8f7f4;
    border-left: 4px solid #1a1a1a;
    border-radius: 0 6px 6px 0;
    padding: 1.25rem 1.5rem;
    margin-bottom: 2.5rem;
  }
  .toc-title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
  }
  .toc ol {
    padding-left: 1.25rem;
    margin: 0;
  }
  .toc li {
    font-size: 14px;
    margin-bottom: 0.35rem;
    color: #333;
  }
  .toc a {
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
  }
  .toc a:hover { border-bottom-color: #c0392b; color: #c0392b; }

  /* ── 본문 섹션 ── */
  .section { margin-bottom: 3rem; }

  h2 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1.5px solid #e8e8e8;
    scroll-margin-top: 1rem;
  }
  h3 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 1.5rem 0 0.6rem;
  }

  p { margin-bottom: 1rem; color: #333; }

  /* ── 강조 박스 ── */
  .info-box {
    background: #f0f4ff;
    border-left: 4px solid #3b5bdb;
    border-radius: 0 6px 6px 0;
    padding: 1rem 1.25rem;
    margin: 1.25rem 0;
    font-size: 14px;
    color: #333;
    line-height: 1.75;
  }
  .warn-box {
    background: #fff8f0;
    border-left: 4px solid #e67e22;
    border-radius: 0 6px 6px 0;
    padding: 1rem 1.25rem;
    margin: 1.25rem 0;
    font-size: 14px;
    color: #333;
    line-height: 1.75;
  }
  .tip-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 0.4rem;
  }
  .info-box .tip-label { color: #3b5bdb; }
  .warn-box .tip-label { color: #e67e22; }

  /* ── 체크리스트 ── */
  .checklist {
    list-style: none;
    padding: 0;
    margin: 0.75rem 0 1rem;
  }
  .checklist li {
    position: relative;
    padding-left: 1.6rem;
    margin-bottom: 0.5rem;
    font-size: 15px;
    color: #333;
  }
  .checklist li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 14px;
    height: 14px;
    border: 2px solid #1a1a1a;
    border-radius: 3px;
    background: #fff;
  }
  .checklist li.checked::before {
    background: #1a1a1a;
    border-color: #1a1a1a;
  }
  .checklist li.checked::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 9px;
    width: 5px;
    height: 3px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
  }
  .checklist .note {
    font-size: 12px;
    color: #888;
    display: block;
    margin-top: 2px;
  }

  /* ── 수수료 표 ── */
  .fee-table-wrap { margin: 1rem 0 1.5rem; overflow-x: auto; }
  .fee-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
  }
  .fee-table thead tr { background: #1a1a1a; }
  .fee-table thead th {
    padding: 10px 14px;
    text-align: left;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
  }
  .fee-table thead th:last-child { text-align: right; }
  .fee-table .group-row td {
    background: #f4f4f4;
    font-size: 12px;
    font-weight: 700;
    color: #555;
    padding: 6px 14px;
    letter-spacing: 0.04em;
  }
  .fee-table tbody tr { border-bottom: 1px solid #eee; }
  .fee-table tbody tr:last-child { border-bottom: none; }
  .fee-table tbody td {
    padding: 10px 14px;
    color: #1a1a1a;
    vertical-align: middle;
  }
  .fee-table tbody td:last-child {
    text-align: right;
    font-weight: 700;
    color: #c0392b;
  }
  .fee-table .sub {
    font-size: 12px;
    color: #888;
    display: block;
    margin-top: 2px;
    font-weight: 400;
  }
  .fee-note {
    font-size: 12px;
    color: #888;
    margin-top: 0.5rem;
    line-height: 1.7;
  }

  /* ── 절차 스텝 ── */
  .steps { margin: 1rem 0; }
  .step {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    align-items: flex-start;
  }
  .step-num {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background: #1a1a1a;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
  }
  .step-body { flex: 1; }
  .step-title { font-size: 15px; font-weight: 700; color: #1a1a1a; margin-bottom: 2px; }
  .step-desc { font-size: 14px; color: #555; line-height: 1.7; }

  /* ── Q&amp;A ── */
  .qa-item { margin-bottom: 1.25rem; }
  .qa-q {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.4rem;
  }
  .qa-q::before { content: 'Q. '; color: #c0392b; }
  .qa-a {
    font-size: 14px;
    color: #444;
    line-height: 1.75;
    padding-left: 1.5rem;
  }
  .qa-a::before { content: 'A. '; color: #3b5bdb; font-weight: 700; }

  /* ── 태그 ── */
  .tags {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .tag {
    font-size: 12px;
    color: #555;
    background: #f4f4f4;
    padding: 4px 12px;
    border-radius: 999px;
  }

  @media (max-width: 600px) {
    .post-title { font-size: 21px; }
    h2 { font-size: 18px; }
  }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;!-- ── 포스트 헤더 ── --&gt;
&lt;div class=&quot;post-header&quot;&gt;
  &lt;p class=&quot;post-category&quot;&gt;여권 · 민원 가이드&lt;/p&gt;
  &lt;h1 class=&quot;post-title&quot;&gt;수지구청 미성년자 여권 발급 방법 총정리&lt;br&gt;구비서류 · 수수료 · 신청 절차&lt;/h1&gt;
  &lt;p class=&quot;post-desc&quot;&gt;
    아이 여권을 처음 만들거나 재발급받을 때 필요한 모든 정보를 한 곳에 정리했습니다.
    2026년 3월 1일 인상된 최신 수수료를 반영했으며, 수지구청 여권민원실을 기준으로 설명합니다.
  &lt;/p&gt;
  &lt;p class=&quot;post-meta&quot;&gt;최종 업데이트: 2026년 4월 · 출처: 외교부 여권안내(passport.go.kr), 용인시 수지구청&lt;/p&gt;
&lt;/div&gt;

&lt;!-- ── 목차 ── --&gt;
&lt;nav class=&quot;toc&quot; aria-label=&quot;목차&quot;&gt;
  &lt;p class=&quot;toc-title&quot;&gt;목차&lt;/p&gt;
  &lt;ol&gt;
    &lt;li&gt;&lt;a href=&quot;#checklist&quot;&gt;미성년자 여권 발급 구비서류 체크리스트&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;#photo&quot;&gt;여권용 사진 규격 (아이 기준)&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;#fee&quot;&gt;여권 발급 수수료 (2026년 3월 인상 반영)&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;#procedure&quot;&gt;신청 절차 단계별 안내&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;#pickup&quot;&gt;여권 수령 방법 및 소요 기간&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;#faq&quot;&gt;자주 묻는 질문&lt;/a&gt;&lt;/li&gt;
  &lt;/ol&gt;
&lt;/nav&gt;

&lt;!-- ── 1. 구비서류 ── --&gt;
&lt;section class=&quot;section&quot; id=&quot;checklist&quot;&gt;
  &lt;h2&gt;1. 미성년자 여권 발급 구비서류 체크리스트&lt;/h2&gt;

  &lt;p&gt;
    만 18세 미만 미성년자는 온라인 신청이 불가하며, 법정대리인이 직접 여권민원실을 방문해야 합니다.
    부모 중 한 명이 아이와 함께, 또는 부모 한 명만 방문하는 경우 모두 가능하지만 준비 서류가 달라집니다.
  &lt;/p&gt;

  &lt;h3&gt;부모 1인이 방문하는 경우 (기본)&lt;/h3&gt;
  &lt;p&gt;실질적으로 직접 챙겨야 할 서류는 아래 2가지입니다. 나머지는 현장에서 작성하거나 공무원이 전산으로 확인합니다.&lt;/p&gt;
  &lt;ul class=&quot;checklist&quot;&gt;
    &lt;li class=&quot;checked&quot;&gt;
      아이 여권용 사진 1매
      &lt;span class=&quot;note&quot;&gt;최근 6개월 이내 촬영 / 3.5×4.5cm / 흰색 배경&lt;/span&gt;
    &lt;/li&gt;
    &lt;li class=&quot;checked&quot;&gt;
      방문하는 부모의 신분증
      &lt;span class=&quot;note&quot;&gt;주민등록증, 운전면허증, 유효한 여권 중 1개&lt;/span&gt;
    &lt;/li&gt;
    &lt;li&gt;
      여권발급신청서 &lt;span class=&quot;note&quot;&gt;현장 비치 / 직접 작성 (샘플 제공)&lt;/span&gt;
    &lt;/li&gt;
    &lt;li&gt;
      법정대리인 동의서 &lt;span class=&quot;note&quot;&gt;현장 비치 / 직접 작성 (샘플 제공)&lt;/span&gt;
    &lt;/li&gt;
    &lt;li&gt;
      가족관계증명서 &lt;span class=&quot;note&quot;&gt;공무원이 행정정보 공동이용망으로 직접 확인 → 별도 제출 불필요&lt;/span&gt;
    &lt;/li&gt;
  &lt;/ul&gt;

  &lt;div class=&quot;warn-box&quot;&gt;
    &lt;p class=&quot;tip-label&quot;&gt;⚠ 주의 — 한 부모만 방문할 경우&lt;/p&gt;
    신청한 법정대리인만 수령 가능합니다. 아빠가 신청 후 엄마가 수령은 불가함.
  &lt;/div&gt;

  &lt;h3&gt;재발급인 경우 추가 서류&lt;/h3&gt;
  &lt;ul class=&quot;checklist&quot;&gt;
    &lt;li class=&quot;checked&quot;&gt;
      기존 여권 (유효기간이 남아 있는 경우)
      &lt;span class=&quot;note&quot;&gt;접수 시 반납 → 천공 처리 후 수령 시 반환&lt;/span&gt;
    &lt;/li&gt;
  &lt;/ul&gt;

  &lt;div class=&quot;info-box&quot;&gt;
    &lt;p class=&quot;tip-label&quot;&gt;  참고&lt;/p&gt;
    수지구청 여권민원실은 거주지와 관계없이 누구나 이용할 수 있습니다.
    수지구 외 거주자도 방문 신청이 가능하며, 문의는 031-6193-2924로 하시면 됩니다.
  &lt;/div&gt;
&lt;/section&gt;

&lt;!-- ── 2. 사진 규격 ── --&gt;
&lt;section class=&quot;section&quot; id=&quot;photo&quot;&gt;
  &lt;h2&gt;2. 여권용 사진 규격 (아이 기준)&lt;/h2&gt;

  &lt;p&gt;
    여권 사진은 규격이 엄격하게 적용됩니다. 특히 영유아·어린이의 경우 거절되는 사례가 많으므로,
    동네 사진관에서 &quot;아이 여권 사진&quot;으로 요청해 촬영하는 것을 권장합니다.
  &lt;/p&gt;

  &lt;ul class=&quot;checklist&quot;&gt;
    &lt;li class=&quot;checked&quot;&gt;사이즈: 3.5cm × 4.5cm&lt;/li&gt;
    &lt;li class=&quot;checked&quot;&gt;머리 길이(턱~정수리): 3.2cm ~ 3.6cm&lt;/li&gt;
    &lt;li class=&quot;checked&quot;&gt;배경: 흰색 단색&lt;/li&gt;
    &lt;li class=&quot;checked&quot;&gt;촬영일 기준 최근 6개월 이내&lt;/li&gt;
    &lt;li class=&quot;checked&quot;&gt;정면 응시, 눈썹·귀 노출&lt;/li&gt;
    &lt;li&gt;컬러 렌즈, 안경, 모자 착용 불가&lt;/li&gt;
    &lt;li&gt;AI 편집·보정·합성 사진 불가 (포토샵 포함)&lt;/li&gt;
  &lt;/ul&gt;

  &lt;div class=&quot;info-box&quot;&gt;
    &lt;p class=&quot;tip-label&quot;&gt;  사전 검증 서비스&lt;/p&gt;
    외교부 여권안내 홈페이지(passport.go.kr)의 &lt;strong&gt;온라인 여권 사진 검증&lt;/strong&gt; 서비스를 이용하면
    접수 전에 규격 적합 여부를 미리 확인할 수 있습니다. 반려 위험을 크게 줄일 수 있으니 활용을 권장합니다.
  &lt;/div&gt;
  
  &lt;a href=&quot;https://www.passport.go.kr/home/kor/main.do&quot; target=&quot;_blank&quot; style=&quot;display: inline-block; padding: 20px 40px; background-color: #007bff; color: white; text-decoration: none; border-radius: 8px; font-weight: bold; text-align: center; margin: 30px 0; font-size: 30px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: background-color 0.3s ease, transform 0.2s ease;&quot;&gt;
   외교부여권안내 홈페이지 바로가기
&lt;/a&gt;
  
&lt;/section&gt;

&lt;!-- ── 3. 수수료 ── --&gt;
&lt;section class=&quot;section&quot; id=&quot;fee&quot;&gt;
  &lt;h2&gt;3. 여권 발급 수수료 (2026년 3월 1일 인상 반영)&lt;/h2&gt;

  &lt;p&gt;
    2026년 3월 1일부터 여권 발급 수수료가 일괄 2,000원 인상되었습니다.
    차세대 전자여권 도입에 따른 제조 비용 증가로 2005년 이후 20년 만의 조정입니다.
    수수료는 접수일 기준으로 적용됩니다.
  &lt;/p&gt;

  &lt;div class=&quot;fee-table-wrap&quot;&gt;
    &lt;table class=&quot;fee-table&quot;&gt;
      &lt;thead&gt;
        &lt;tr&gt;
          &lt;th&gt;종류&lt;/th&gt;
          &lt;th style=&quot;text-align:right;&quot;&gt;수수료&lt;/th&gt;
        &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
        &lt;tr class=&quot;group-row&quot;&gt;&lt;td colspan=&quot;2&quot;&gt;성인 — 10년 복수여권 (만 18세 이상)&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;58면 &lt;span class=&quot;sub&quot;&gt;여행 빈도 높은 경우&lt;/span&gt;&lt;/td&gt;
          &lt;td style=&quot;text-align:right;color:#c0392b;font-weight:700;&quot;&gt;52,000원&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;26면 &lt;span class=&quot;sub&quot;&gt;일반&lt;/span&gt;&lt;/td&gt;
          &lt;td style=&quot;text-align:right;color:#c0392b;font-weight:700;&quot;&gt;49,000원&lt;/td&gt;
        &lt;/tr&gt;

        &lt;tr class=&quot;group-row&quot;&gt;&lt;td colspan=&quot;2&quot;&gt;미성년자 — 5년 복수여권 (만 8세 이상)&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;58면&lt;/td&gt;
          &lt;td style=&quot;text-align:right;color:#c0392b;font-weight:700;&quot;&gt;44,000원&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;26면&lt;/td&gt;
          &lt;td style=&quot;text-align:right;color:#c0392b;font-weight:700;&quot;&gt;41,000원&lt;/td&gt;
        &lt;/tr&gt;

        &lt;tr class=&quot;group-row&quot;&gt;&lt;td colspan=&quot;2&quot;&gt;미성년자 — 5년 복수여권 (만 8세 미만)&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;58면&lt;/td&gt;
          &lt;td style=&quot;text-align:right;color:#c0392b;font-weight:700;&quot;&gt;35,000원&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;26면&lt;/td&gt;
          &lt;td style=&quot;text-align:right;color:#c0392b;font-weight:700;&quot;&gt;32,000원&lt;/td&gt;
        &lt;/tr&gt;

        &lt;tr class=&quot;group-row&quot;&gt;&lt;td colspan=&quot;2&quot;&gt;기타&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;단수여권 &lt;span class=&quot;sub&quot;&gt;1년 이내&lt;/span&gt;&lt;/td&gt;
          &lt;td style=&quot;text-align:right;color:#c0392b;font-weight:700;&quot;&gt;17,000원&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;긴급여권&lt;/td&gt;
          &lt;td style=&quot;text-align:right;color:#c0392b;font-weight:700;&quot;&gt;50,000원&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;여행증명서&lt;/td&gt;
          &lt;td style=&quot;text-align:right;color:#c0392b;font-weight:700;&quot;&gt;25,000원&lt;/td&gt;
        &lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;
  &lt;p class=&quot;fee-note&quot;&gt;
    ※ 수수료 = 여권 발급 수수료 + 국제교류기여금 합산 (국제교류기여금은 이번 개정에서 변동 없음)&lt;br&gt;
    ※ 만 18세 미만 미성년자는 5년 유효기간 여권만 발급 가능&lt;br&gt;
    ※ 출처: 외교부 여권안내 passport.go.kr
  &lt;/p&gt;
&lt;/section&gt;

&lt;!-- ── 4. 신청 절차 ── --&gt;
&lt;section class=&quot;section&quot; id=&quot;procedure&quot;&gt;
  &lt;h2&gt;4. 신청 절차 단계별 안내&lt;/h2&gt;

  &lt;p&gt;수지구청 여권민원실 방문 시 아래 순서대로 진행됩니다. 전체 소요 시간은 평일 기준 30분 내외입니다.&lt;/p&gt;

  &lt;div class=&quot;steps&quot;&gt;
    &lt;div class=&quot;step&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;1&lt;/div&gt;
      &lt;div class=&quot;step-body&quot;&gt;
        &lt;p class=&quot;step-title&quot;&gt;여권민원실 방문&lt;/p&gt;
        &lt;p class=&quot;step-desc&quot;&gt;수지구청 1층 민원실 내 여권 접수처로 이동합니다.&lt;br&gt;운영시간: 평일 09:00~18:00 (점심 12:00~13:00 제외) / 주말·공휴일 휴무&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;step&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;2&lt;/div&gt;
      &lt;div class=&quot;step-body&quot;&gt;
        &lt;p class=&quot;step-title&quot;&gt;서류 작성&lt;/p&gt;
        &lt;p class=&quot;step-desc&quot;&gt;여권발급신청서와 법정대리인 동의서를 작성합니다. 현장에 샘플이 비치되어 있으며, 직원 안내를 받을 수 있습니다.&lt;br&gt;&lt;strong&gt;영문 이름은 한 번 등록하면 변경이 어려우므로 신중하게 기재하세요.&lt;/strong&gt;&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;step&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;3&lt;/div&gt;
      &lt;div class=&quot;step-body&quot;&gt;
        &lt;p class=&quot;step-title&quot;&gt;번호표 수령 및 대기&lt;/p&gt;
        &lt;p class=&quot;step-desc&quot;&gt;안내 창구에서 번호표를 받고 대기합니다.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;step&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;4&lt;/div&gt;
      &lt;div class=&quot;step-body&quot;&gt;
        &lt;p class=&quot;step-title&quot;&gt;서류 제출 및 수수료 결제&lt;/p&gt;
        &lt;p class=&quot;step-desc&quot;&gt;창구에 여권발급신청서, 법정대리인 동의서, 사진 1매, 법정대리인 신분증을 제출합니다. 서류 확인 후 수수료를 납부하면 접수가 완료됩니다. (카드·현금 모두 가능)&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;step&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;5&lt;/div&gt;
      &lt;div class=&quot;step-body&quot;&gt;
        &lt;p class=&quot;step-title&quot;&gt;접수 완료 알림 수신&lt;/p&gt;
        &lt;p class=&quot;step-desc&quot;&gt;접수 즉시 카카오톡 알림톡 또는 문자로 접수 확인 메시지가 발송됩니다.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;

&lt;!-- ── 5. 수령 방법 ── --&gt;
&lt;section class=&quot;section&quot; id=&quot;pickup&quot;&gt;
  &lt;h2&gt;5. 여권 수령 방법 및 소요 기간&lt;/h2&gt;

  &lt;p&gt;여권 발급 완료 후 수령 방법은 두 가지입니다.&lt;/p&gt;

  &lt;h3&gt;방문 수령&lt;/h3&gt;
  &lt;p&gt;발급 완료 문자 수신 후 수지구청 여권민원실에 직접 방문해 수령합니다. 5~8일 소요됩니다. 신분증 지참이 필요합니다.&lt;/p&gt;

  &lt;h3&gt;등기우편 수령 (개별우편배송서비스)&lt;/h3&gt;
  &lt;p&gt;접수 시 우편 수령을 신청하면 등기우편으로 배송받을 수 있습니다. 추가 비용이 발생하며 배송에 3~5일(공휴일 제외)이 추가 소요됩니다.&lt;/p&gt;

  &lt;div class=&quot;info-box&quot;&gt;
    &lt;p class=&quot;tip-label&quot;&gt;  수지구청 여권 발급 소요 기간&lt;/p&gt;
    3월 말 신청기준 방문수령 3일 소요됨. 성수기(여름 휴가철, 연휴 전후)에는 발급 기간이 늘어날 수 있으므로 여행 일정을 고려해 여유 있게 신청하는 것을 권장합니다.
  &lt;/div&gt;

  &lt;div class=&quot;warn-box&quot;&gt;
    &lt;p class=&quot;tip-label&quot;&gt;⚠ 주의&lt;/p&gt;
    발급 완료 후 6개월 이내에 수령하지 않으면 여권이 자동 폐기됩니다. 발급 수수료는 반환되지 않습니다.
  &lt;/div&gt;
&lt;/section&gt;

&lt;!-- ── 6. FAQ ── --&gt;
&lt;section class=&quot;section&quot; id=&quot;faq&quot;&gt;
  &lt;h2&gt;6. 자주 묻는 질문&lt;/h2&gt;

  &lt;div class=&quot;qa-item&quot;&gt;
    &lt;p class=&quot;qa-q&quot;&gt;수지구에 거주하지 않아도 수지구청에서 신청할 수 있나요?&lt;/p&gt;
    &lt;p class=&quot;qa-a&quot;&gt;네, 가능합니다. 여권 발급은 거주지와 관계없이 전국 여권사무 대행기관 어디에서나 신청할 수 있습니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;qa-item&quot;&gt;
    &lt;p class=&quot;qa-q&quot;&gt;부모 중 한 명만 방문해도 신청할 수 있나요?&lt;/p&gt;
    &lt;p class=&quot;qa-a&quot;&gt;가능합니다. 단, 수령도 여권을 신청한 대리인만 수령할 수 있습니다.&lt;/p&gt;
  &lt;/div&gt;
  
  &lt;div class=&quot;qa-item&quot;&gt;
    &lt;p class=&quot;qa-q&quot;&gt;꼭 미성년자 아이도 함께 방문해야하나요?&lt;/p&gt;
    &lt;p class=&quot;qa-a&quot;&gt;아니요. 신청하는 미성년자 아이는 꼭 함께 방문하지않아도 됩니다.&lt;/p&gt;
  &lt;/div&gt;
  
  &lt;div class=&quot;qa-item&quot;&gt;
    &lt;p class=&quot;qa-q&quot;&gt;아이 여권을 온라인으로 신청할 수 있나요?&lt;/p&gt;
    &lt;p class=&quot;qa-a&quot;&gt;만 18세 미만 미성년자는 온라인 신청이 불가합니다. 법정대리인의 동의 확인이 필수이므로 반드시 직접 방문해야 합니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;qa-item&quot;&gt;
    &lt;p class=&quot;qa-q&quot;&gt;아이의 영문 이름을 잘못 기재하면 어떻게 되나요?&lt;/p&gt;
    &lt;p class=&quot;qa-a&quot;&gt;영문 이름은 여권법상 허용된 사유가 아니면 정정이 불가합니다. 처음 발급 시 신중하게 확인하고 기재해야 하며, 재발급이라면 기존 여권과 동일하게 표기해야 합니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;qa-item&quot;&gt;
    &lt;p class=&quot;qa-q&quot;&gt;여권 수수료 2026년 3월 이후로 올랐나요?&lt;/p&gt;
    &lt;p class=&quot;qa-a&quot;&gt;맞습니다. 2026년 3월 1일부터 모든 여권 발급 수수료가 2,000원 인상되었습니다. 미성년자 5년 복수여권 기준으로 만 8세 이상 26면은 41,000원, 만 8세 미만 26면은 32,000원입니다.&lt;/p&gt;
  &lt;/div&gt;
&lt;/section&gt;

  &lt;a href=&quot;https://blog.naver.com/jyhlove1990/224245006522&quot; target=&quot;_blank&quot; style=&quot;display: inline-block; padding: 20px 40px; background-color: #007bff; color: white; text-decoration: none; border-radius: 8px; font-weight: bold; text-align: center; margin: 30px 0; font-size: 25px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: background-color 0.3s ease, transform 0.2s ease;&quot;&gt;
   실제 26년 3월 여권신청 후기글 바로가기
&lt;/a&gt;
  
&lt;!-- ── 태그 ── --&gt;
&lt;div class=&quot;tags&quot;&gt;
  &lt;span class=&quot;tag&quot;&gt;#수지구청여권&lt;/span&gt;
  &lt;span class=&quot;tag&quot;&gt;#미성년자여권발급&lt;/span&gt;
  &lt;span class=&quot;tag&quot;&gt;#아이여권신청&lt;/span&gt;
  &lt;span class=&quot;tag&quot;&gt;#어린이여권구비서류&lt;/span&gt;
  &lt;span class=&quot;tag&quot;&gt;#여권수수료2026&lt;/span&gt;
  &lt;span class=&quot;tag&quot;&gt;#법정대리인동의서&lt;/span&gt;
  &lt;span class=&quot;tag&quot;&gt;#수지구청여권민원실&lt;/span&gt;
  &lt;span class=&quot;tag&quot;&gt;#용인시여권&lt;/span&gt;
&lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;</description>
      <category>소소 지식</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/94</guid>
      <comments>https://sosonursing.tistory.com/entry/%EC%88%98%EC%A7%80%EA%B5%AC%EC%B2%AD-%EB%AF%B8%EC%84%B1%EB%85%84%EC%9E%90-%EC%95%84%EC%9D%B4-%EC%97%AC%EA%B6%8C-%EB%B0%9C%EA%B8%89-%EB%B0%A9%EB%B2%95-%EC%B4%9D%EC%A0%95%EB%A6%AC-%EA%B5%AC%EB%B9%84%EC%84%9C%EB%A5%98%C2%B7%EC%88%98%EC%88%98%EB%A3%8C%C2%B7%EC%8B%A0%EC%B2%AD-%EC%A0%88%EC%B0%A8#entry94comment</comments>
      <pubDate>Wed, 8 Apr 2026 12:50:45 +0900</pubDate>
    </item>
    <item>
      <title>용인시 육아종합지원센터 이용 안내｜장난감 도서관&amp;middot;놀이실 정보 정리</title>
      <link>https://sosonursing.tistory.com/entry/%EC%9A%A9%EC%9D%B8%EC%8B%9C-%EC%9C%A1%EC%95%84%EC%A2%85%ED%95%A9%EC%A7%80%EC%9B%90%EC%84%BC%ED%84%B0-%EC%9D%B4%EC%9A%A9-%EC%95%88%EB%82%B4%EF%BD%9C%EC%9E%A5%EB%82%9C%EA%B0%90-%EB%8F%84%EC%84%9C%EA%B4%80%C2%B7%EB%86%80%EC%9D%B4%EC%8B%A4-%EC%A0%95%EB%B3%B4-%EC%A0%95%EB%A6%AC</link>
      <description>&lt;h1&gt;용인시 육아종합지원센터 이용 안내｜장난감 도서관&amp;middot;놀이실 정보 정리&lt;/h1&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 class=&quot;table-of-contents&quot; style=&quot;background-color: #f8f9fa; padding: 30px; border-radius: 15px; margin-bottom: 30px;&quot;&gt;
&lt;style&gt;
          h2 {
            color: #3498db;
            margin-top: 40px;
            padding-bottom: 10px;
            border-bottom: 2px solid #3498db;
            &lt;/style&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;a href=&quot;#section1&quot;&gt; 용인시 육아종합지원센터란?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#section2&quot;&gt; 용인시 육아종합지원센터 지점 안내&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#section3&quot;&gt; 이용 대상 및 자격 조건&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#section4&quot;&gt; 주요 서비스 소개&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#section5&quot;&gt; 이용 전 확인 사항&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#section6&quot;&gt;용인시 육아종합지원센터 추천하는 이유&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h2 id=&quot;section1&quot; data-ke-size=&quot;size26&quot;&gt;용인시 육아종합지원센터란?&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;용인시 육아종합지원센터는 「영유아보육법」에 근거하여 설치된 공공 육아 지원 기관입니다. 영유아 가정과 어린이집을 대상으로 놀이&amp;middot;보육&amp;middot;양육 관련 서비스를 제공하며, 특히 &lt;b&gt;장난감 도서관&lt;/b&gt;과 &lt;b&gt;놀이실 운영&lt;/b&gt;이 대표적인 서비스입니다.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;공공기관에서 운영하는 만큼 장난감의 안전성과 시설 관리 측면에서 신뢰도가 높은 편입니다.&lt;/p&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;1523&quot; data-origin-height=&quot;713&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/xHgmr/dJMcahJU43X/gVmqcmV6KTTkxKbvWonJNk/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/xHgmr/dJMcahJU43X/gVmqcmV6KTTkxKbvWonJNk/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/xHgmr/dJMcahJU43X/gVmqcmV6KTTkxKbvWonJNk/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FxHgmr%2FdJMcahJU43X%2FgVmqcmV6KTTkxKbvWonJNk%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;1523&quot; height=&quot;713&quot; data-origin-width=&quot;1523&quot; data-origin-height=&quot;713&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;h2 id=&quot;section2&quot; data-ke-size=&quot;size26&quot;&gt;용인시 육아종합지원센터 지점 안내&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;현재 용인시 육아종합지원센터는 총 &lt;b&gt;4개 지점&lt;/b&gt;이 운영되고 있습니다.&lt;/p&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;삼가점&lt;/li&gt;
&lt;li&gt;상현점&lt;/li&gt;
&lt;li&gt;상상의숲점&lt;/li&gt;
&lt;li&gt;구갈점&lt;/li&gt;
&lt;/ul&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;각 지점은 위치와 시설 규모, 놀이실 구성, 장난감 종류에 차이가 있습니다. 이용 전에는 지점별 운영 시간과 예약 여부를 확인하는 것이 필요합니다.&lt;/p&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;742&quot; data-origin-height=&quot;345&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/dtL77J/dJMcabpnxpA/tAyXxzksBuJMCNaPqgyri0/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/dtL77J/dJMcabpnxpA/tAyXxzksBuJMCNaPqgyri0/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/dtL77J/dJMcabpnxpA/tAyXxzksBuJMCNaPqgyri0/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FdtL77J%2FdJMcabpnxpA%2FtAyXxzksBuJMCNaPqgyri0%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;742&quot; height=&quot;345&quot; data-origin-width=&quot;742&quot; data-origin-height=&quot;345&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;h2 id=&quot;section3&quot; data-ke-size=&quot;size26&quot;&gt;이용 대상 및 자격 조건&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;용인시 육아종합지원센터의 이용 대상은 다음과 같습니다.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;만 7세 이하 영유아&lt;/b&gt; (2020년생~2026년생 / 미취학)&lt;/p&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&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;p data-ke-size=&quot;size16&quot;&gt;일부 서비스 이용 시 회원 가입과 함께 거주지 또는 재직 증빙 서류 제출이 필요할 수 있습니다.&lt;/p&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;blob&quot; data-origin-width=&quot;1024&quot; data-origin-height=&quot;764&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/wwcFC/dJMcaf6olgC/FCIOXGcSf066LKlYtUGtGK/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/wwcFC/dJMcaf6olgC/FCIOXGcSf066LKlYtUGtGK/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/wwcFC/dJMcaf6olgC/FCIOXGcSf066LKlYtUGtGK/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FwwcFC%2FdJMcaf6olgC%2FFCIOXGcSf066LKlYtUGtGK%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;1024&quot; height=&quot;764&quot; data-filename=&quot;blob&quot; data-origin-width=&quot;1024&quot; data-origin-height=&quot;764&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;h2 id=&quot;section4&quot; data-ke-size=&quot;size26&quot;&gt;주요 서비스 소개&lt;/h2&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;① 장난감 도서관&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;연령별 발달 단계에 맞춘 장난감 대여&lt;/li&gt;
&lt;li&gt;고가 교구 및 인기 장난감 이용 가능&lt;/li&gt;
&lt;li&gt;대여 기간 및 횟수는 지점별 상이&lt;/li&gt;
&lt;/ul&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
&lt;style&gt;
        .button-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            max-width: 600px;
            margin: 30px auto;
        }
        
        .link-button {
            display: block;
            padding: 20px;
            background: #3498db;
            color: white;
            text-decoration: none;
            text-align: center;
            border-radius: 8px;
            font-weight: bold;
            transition: background-color 0.3s;
        }
        
        .link-button:hover {
            background: #2980b9;
        }
          &lt;/style&gt;
&lt;/div&gt;
&lt;div class=&quot;button-grid&quot;&gt;&lt;a class=&quot;link-button&quot; href=&quot;https://www.yicare.or.kr/main/main.php?categoryid=23&amp;amp;menuid=02&amp;amp;groupid=01&quot;&gt; 장난감 도서관 상현점 회원신청 바로가기&lt;/a&gt; &lt;a class=&quot;link-button&quot; href=&quot;https://www.yicare.or.kr/main/main.php?categoryid=23&amp;amp;menuid=01&amp;amp;groupid=01&quot;&gt; 장난감 도서관 삼가점 회원신청 바로가기&lt;/a&gt; &lt;a class=&quot;link-button&quot; href=&quot;https://www.yicare.or.kr/main/main.php?categoryid=23&amp;amp;menuid=03&amp;amp;groupid=01&quot;&gt; 장난감 도서관 구갈점 회원신청 바로가기&lt;/a&gt; &lt;a class=&quot;link-button&quot; href=&quot;https://www.yicare.or.kr/main/main.php?categoryid=23&amp;amp;menuid=04&amp;amp;groupid=01&quot;&gt;장난감 도서관 상상의숲점 회원신청 바로가기&lt;/a&gt;&lt;/div&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&amp;nbsp;&lt;/h3&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&amp;nbsp;&lt;/h3&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;② 놀이실 및 체험 공간&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;자유 놀이 공간 제공&lt;/li&gt;
&lt;li&gt;신체&amp;middot;감각 발달을 고려한 놀이 환경&lt;/li&gt;
&lt;li&gt;사전 예약제로 운영되는 지점 있음&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;③ 부모 교육 및 상담 프로그램&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;육아 관련 교육&lt;/li&gt;
&lt;li&gt;양육 상담&lt;/li&gt;
&lt;li&gt;부모 참여 프로그램 운영&lt;/li&gt;
&lt;/ul&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2 id=&quot;section5&quot; data-ke-size=&quot;size26&quot;&gt;5. 이용 전 확인 사항&lt;/h2&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&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;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;blob&quot; data-origin-width=&quot;1024&quot; data-origin-height=&quot;1536&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/b9wWIV/dJMcahiP7lJ/zkJq56lDOymnusicHz2ijK/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/b9wWIV/dJMcahiP7lJ/zkJq56lDOymnusicHz2ijK/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/b9wWIV/dJMcahiP7lJ/zkJq56lDOymnusicHz2ijK/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fb9wWIV%2FdJMcahiP7lJ%2FzkJq56lDOymnusicHz2ijK%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;1024&quot; height=&quot;1536&quot; data-filename=&quot;blob&quot; data-origin-width=&quot;1024&quot; data-origin-height=&quot;1536&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;h2 id=&quot;section6&quot; data-ke-size=&quot;size26&quot;&gt;용인시 육아종합지원센터 추천하는 이유&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;용인시 육아종합지원센터는 장난감 대여와 놀이 공간 제공을 통해 영유아 가정의 육아 부담을 실질적으로 줄여주는 공공 서비스입니다.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;용인시에 거주하거나 근무 중인 보호자라면 지점별 특성을 비교하여 가정 상황에 맞게 활용해보는 것을 권장합니다.&lt;/p&gt;
&lt;div style=&quot;text-align: center; margin: 40px 0;&quot;&gt;&lt;a style=&quot;display: inline-block; padding: 14px 28px; background-color: #4a6cf7; color: #ffffff; font-weight: bold; border-radius: 6px; text-decoration: none;&quot; href=&quot;https://www.yiccc.or.kr&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt; 용인시 육아종합지원센터 바로가기 &lt;/a&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>
      <category>장난감도서관상현점</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/93</guid>
      <comments>https://sosonursing.tistory.com/entry/%EC%9A%A9%EC%9D%B8%EC%8B%9C-%EC%9C%A1%EC%95%84%EC%A2%85%ED%95%A9%EC%A7%80%EC%9B%90%EC%84%BC%ED%84%B0-%EC%9D%B4%EC%9A%A9-%EC%95%88%EB%82%B4%EF%BD%9C%EC%9E%A5%EB%82%9C%EA%B0%90-%EB%8F%84%EC%84%9C%EA%B4%80%C2%B7%EB%86%80%EC%9D%B4%EC%8B%A4-%EC%A0%95%EB%B3%B4-%EC%A0%95%EB%A6%AC#entry93comment</comments>
      <pubDate>Tue, 13 Jan 2026 02:02:22 +0900</pubDate>
    </item>
    <item>
      <title>2025 으뜸 효율 가전제품 환급 사업 총정리｜홈페이지&amp;middot;대상&amp;middot;구매일&amp;middot;신청 방법</title>
      <link>https://sosonursing.tistory.com/entry/2025-%EC%9C%BC%EB%9C%B8-%ED%9A%A8%EC%9C%A8-%EA%B0%80%EC%A0%84%EC%A0%9C%ED%92%88-%ED%99%98%EA%B8%89-%EC%82%AC%EC%97%85-%EC%B4%9D%EC%A0%95%EB%A6%AC%EF%BD%9C%ED%99%88%ED%8E%98%EC%9D%B4%EC%A7%80%C2%B7%EB%8C%80%EC%83%81%C2%B7%EA%B5%AC%EB%A7%A4%EC%9D%BC%C2%B7%EC%8B%A0%EC%B2%AD-%EB%B0%A9%EB%B2%95</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;/p&gt;
&lt;h1&gt;으뜸 효율 가전제품 환급 사업 정리 (2025)&lt;/h1&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;을 정보 중심&amp;middot;객관적인 기준으로 정리했습니다.&lt;/p&gt;
&lt;hr data-ke-style=&quot;style1&quot; /&gt;
&lt;div class=&quot;table-of-contents&quot; style=&quot;background-color: #f8f9fa; padding: 30px; border-radius: 15px; margin-bottom: 30px;&quot;&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;a style=&quot;font-size: 20px; color: #007bff; text-decoration: none;&quot; href=&quot;#about&quot;&gt;으뜸 효율 가전제품 환급 사업이란?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a style=&quot;font-size: 20px; color: #007bff; text-decoration: none;&quot; href=&quot;#target&quot;&gt;환급 대상 가전제품&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a style=&quot;font-size: 20px; color: #007bff; text-decoration: none;&quot; href=&quot;#date&quot;&gt;구매일 기준 및 기간&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a style=&quot;font-size: 20px; color: #007bff; text-decoration: none;&quot; href=&quot;#amount&quot;&gt;환급 금액 및 한도&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a style=&quot;font-size: 20px; color: #007bff; text-decoration: none;&quot; href=&quot;#apply&quot;&gt;신청 방법 및 절차&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;&amp;nbsp;&lt;/h2&gt;
&lt;hr contenteditable=&quot;false&quot; data-ke-style=&quot;style6&quot; data-ke-type=&quot;horizontalRule&quot; /&gt;
&lt;h2 id=&quot;about&quot; data-ke-size=&quot;size26&quot;&gt;으뜸 효율 가전제품 환급 사업이란?&lt;/h2&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;1091&quot; data-origin-height=&quot;442&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/sE3mA/dJMcadHkQKJ/DUDCzgiAfE2KVtl2fDSK41/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/sE3mA/dJMcadHkQKJ/DUDCzgiAfE2KVtl2fDSK41/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/sE3mA/dJMcadHkQKJ/DUDCzgiAfE2KVtl2fDSK41/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FsE3mA%2FdJMcadHkQKJ%2FDUDCzgiAfE2KVtl2fDSK41%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;1091&quot; height=&quot;442&quot; data-origin-width=&quot;1091&quot; data-origin-height=&quot;442&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&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;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;hr contenteditable=&quot;false&quot; data-ke-style=&quot;style6&quot; data-ke-type=&quot;horizontalRule&quot; /&gt;
&lt;h2 id=&quot;target&quot; data-ke-size=&quot;size26&quot;&gt;환급 대상 가전제품&lt;/h2&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;/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;TV&lt;/li&gt;
&lt;li&gt;제습기&lt;/li&gt;
&lt;li&gt;진공청소기 (일부 모델)&lt;/li&gt;
&lt;/ul&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;※ 동일 제품군이라도 &lt;b&gt;에너지 효율 등급이 기준 미달인 경우 환급 불가&lt;/b&gt;하므로 제품 구매 시 반드시 효율 등급 라벨 확인이 필요합니다.&lt;/p&gt;
&lt;div style=&quot;margin: 30px 0; text-align: center;&quot;&gt;&lt;a style=&quot;display: inline-block; padding: 15px 26px; background-color: #1f6ae1; color: #ffffff; text-decoration: none; border-radius: 8px; font-size: 16px; font-weight: bold;&quot; href=&quot;https://www.xn--qg2b751axbz09f.kr/kr/product/search/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;   환급 대상 가정제품 검색 바로가기 &lt;/a&gt;&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;hr contenteditable=&quot;false&quot; data-ke-style=&quot;style6&quot; data-ke-type=&quot;horizontalRule&quot; /&gt;
&lt;h2 id=&quot;date&quot; data-ke-size=&quot;size26&quot;&gt;구매일 기준 및 기간&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;환급 대상 여부는 &lt;b&gt;구매일 기준&lt;/b&gt;으로 판단됩니다.&lt;/p&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;&lt;b&gt;2025년 7월 4일 이후&lt;/b&gt; 구매한 제품만 환급 가능&lt;/li&gt;
&lt;li&gt;영수증 또는 거래내역서에 기재된 구매일 기준&lt;/li&gt;
&lt;li&gt;해당 기준일 이전 구매 제품은 환급 대상 아님&lt;/li&gt;
&lt;/ul&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;nbsp;&lt;/p&gt;
&lt;hr contenteditable=&quot;false&quot; data-ke-style=&quot;style6&quot; data-ke-type=&quot;horizontalRule&quot; /&gt;
&lt;h2 id=&quot;amount&quot; 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;구매 금액의 10%&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;개인당 &lt;b&gt;최대 30만 원&lt;/b&gt; 한도&lt;/li&gt;
&lt;li&gt;여러 제품 구매 시에도 총 환급액은 동일 한도 적용&lt;/li&gt;
&lt;/ul&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;hr contenteditable=&quot;false&quot; data-ke-style=&quot;style6&quot; data-ke-type=&quot;horizontalRule&quot; /&gt;
&lt;h2 id=&quot;apply&quot; data-ke-size=&quot;size26&quot;&gt;신청 방법 및 절차&lt;/h2&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;준비 서류&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;구매 영수증&lt;/li&gt;
&lt;li&gt;거래내역서&lt;/li&gt;
&lt;li&gt;에너지소비효율 등급 라벨 사진&lt;/li&gt;
&lt;li&gt;제품 제조번호(S/N) 명판 사진&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;773&quot; data-origin-height=&quot;559&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/M82uF/dJMcachoinz/QEXBg25BkKiwNIgymy97Q0/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/M82uF/dJMcachoinz/QEXBg25BkKiwNIgymy97Q0/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/M82uF/dJMcachoinz/QEXBg25BkKiwNIgymy97Q0/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FM82uF%2FdJMcachoinz%2FQEXBg25BkKiwNIgymy97Q0%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;773&quot; height=&quot;559&quot; data-origin-width=&quot;773&quot; data-origin-height=&quot;559&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;신청 절차&lt;/h3&gt;
&lt;ol style=&quot;list-style-type: decimal;&quot; data-ke-list-type=&quot;decimal&quot;&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;/ol&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;773&quot; data-origin-height=&quot;238&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/Ac9dD/dJMcaaYbxzz/6SDEynLNE7H03lvKyD0KU0/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/Ac9dD/dJMcaaYbxzz/6SDEynLNE7H03lvKyD0KU0/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/Ac9dD/dJMcaaYbxzz/6SDEynLNE7H03lvKyD0KU0/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FAc9dD%2FdJMcaaYbxzz%2F6SDEynLNE7H03lvKyD0KU0%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;773&quot; height=&quot;238&quot; data-origin-width=&quot;773&quot; data-origin-height=&quot;238&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;div style=&quot;margin: 30px 0; text-align: center;&quot;&gt;&lt;a style=&quot;display: inline-block; padding: 15px 26px; background-color: #1f6ae1; color: #ffffff; text-decoration: none; border-radius: 8px; font-size: 16px; font-weight: bold;&quot; href=&quot;https://www.energy.or.kr&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;   으뜸 효율 가전제품 환급 신청 홈페이지 바로가기 &lt;/a&gt;&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;hr contenteditable=&quot;false&quot; data-ke-style=&quot;style6&quot; data-ke-type=&quot;horizontalRule&quot; /&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;마무리&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;으뜸 효율 가전제품 환급 사업은 조건만 충족하면 비교적 간단한 절차로 혜택을 받을 수 있는 제도입니다.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;이미 가전제품을 구매한 경우라도 &lt;b&gt;구매일과 에너지 효율 등급&lt;/b&gt;을 한 번 더 확인해보는 것을 권장합니다.&lt;/p&gt;</description>
      <category>소소 생활</category>
      <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://sosonursing.tistory.com/92</guid>
      <comments>https://sosonursing.tistory.com/entry/2025-%EC%9C%BC%EB%9C%B8-%ED%9A%A8%EC%9C%A8-%EA%B0%80%EC%A0%84%EC%A0%9C%ED%92%88-%ED%99%98%EA%B8%89-%EC%82%AC%EC%97%85-%EC%B4%9D%EC%A0%95%EB%A6%AC%EF%BD%9C%ED%99%88%ED%8E%98%EC%9D%B4%EC%A7%80%C2%B7%EB%8C%80%EC%83%81%C2%B7%EA%B5%AC%EB%A7%A4%EC%9D%BC%C2%B7%EC%8B%A0%EC%B2%AD-%EB%B0%A9%EB%B2%95#entry92comment</comments>
      <pubDate>Mon, 22 Dec 2025 13:08:51 +0900</pubDate>
    </item>
    <item>
      <title>[2025 최신] 화담숲 사전예약 필승 가이드 | 예약 성공 꿀팁 5가지</title>
      <link>https://sosonursing.tistory.com/entry/2025-%EC%B5%9C%EC%8B%A0-%ED%99%94%EB%8B%B4%EC%88%B2-%EC%82%AC%EC%A0%84%EC%98%88%EC%95%BD-%ED%95%84%EC%8A%B9-%EA%B0%80%EC%9D%B4%EB%93%9C-%EC%98%88%EC%95%BD-%EC%84%B1%EA%B3%B5-%EA%BF%80%ED%8C%81-5%EA%B0%80%EC%A7%80</link>
      <description>&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;[2025 최신] 화담숲 사전예약 필승 가이드 | 예약 성공 꿀팁 5가지&lt;/title&gt;
    &lt;style&gt;
        body {
            font-family: 'Noto Sans KR', sans-serif;
            line-height: 1.6;
            color: #333;
            max-width: 800px;
            margin: 0 auto;
            padding: 20px;
        }
        h1 {
            font-size: 28px;
            color: #2b6a39;
            margin-bottom: 30px;
            line-height: 1.4;
        }
        h2 {
            font-size: 22px;
            color: #2b6a39;
            margin-top: 40px;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #eaeaea;
        }
        img {
            max-width: 100%;
            height: auto;
            margin: 20px 0;
            border-radius: 8px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
            display: block;
        }
        .toc {
            background-color: #f8f9f7;
            padding: 20px;
            border-radius: 8px;
            margin-bottom: 30px;
            border-left: 5px solid #2b6a39;
        }
        .toc h2 {
            margin-top: 0;
            border-bottom: none;
            padding-bottom: 5px;
        }
        .toc ul {
            padding-left: 20px;
            margin-bottom: 0;
        }
        .toc li {
            margin-bottom: 8px;
        }
        .toc a {
            text-decoration: none;
            color: #2b6a39;
            font-weight: 500;
        }
        .toc a:hover {
            text-decoration: underline;
        }
        .highlight-box {
            background-color: #f0f7e6;
            padding: 15px;
            border-radius: 8px;
            margin: 20px 0;
            border-left: 5px solid #8cc152;
        }
        .tip-box {
            background-color: #fff8e6;
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
            border-left: 5px solid #f6bb42;
        }
        .tip-box h3 {
            color: #e5a315;
            margin-top: 0;
        }
        .info-list li {
            margin-bottom: 12px;
        }
        .emphasis {
            font-weight: bold;
            color: #2b6a39;
        }
        .image-caption {
            text-align: center;
            font-size: 14px;
            color: #777;
            margin-top: -15px;
            margin-bottom: 20px;
        }
        .conclusion {
            background-color: #f5f5f5;
            padding: 20px;
            border-radius: 8px;
            margin-top: 40px;
        }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;h1&gt;[2025 최신] 화담숲 사전예약 필승 가이드 | 예약 성공 꿀팁 5가지&lt;/h1&gt;

&lt;div class=&quot;toc&quot;&gt;
    &lt;h2&gt;목차&lt;/h2&gt;
    &lt;ul&gt;
        &lt;li&gt;&lt;a href=&quot;#why-special&quot;&gt;화담숲의 봄, 왜 그렇게 특별한가?&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&quot;#why-difficult&quot;&gt;2025 화담숲 예약이 어려운 이유&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&quot;#how-to-reserve&quot;&gt;화담숲 예약 방법 총정리&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&quot;#tips&quot;&gt;화담숲 예약 성공을 위한 꿀팁 5가지&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&quot;#visit-info&quot;&gt;방문 시 알아두면 좋은 정보&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
&lt;/div&gt;

&lt;img src=&quot;https://images.unsplash.com/photo-1559150180-a0b6c0a1193d?q=80&amp;w=2069&amp;auto=format&amp;fit=crop&amp;ixlib=rb-4.0.3&amp;ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&quot; alt=&quot;봄 전경&quot;&gt;

&lt;h2 id=&quot;why-special&quot;&gt;화담숲의 봄, 왜 그렇게 특별한가?&lt;/h2&gt;

&lt;p&gt;경기도 광주에 위치한 화담숲은 봄이 되면 그 진가를 발휘합니다. 17개의 테마 정원으로 구성된 이곳은 3월부터 5월까지 펼쳐지는 다채로운 봄꽃들로 방문객들의 마음을 사로잡습니다.&lt;/p&gt;

&lt;p&gt;특히 4월 중순부터 시작되는 &lt;span class=&quot;emphasis&quot;&gt;'봄꽃 축제'&lt;/span&gt;는 화담숲의 백미입니다. 벚꽃길을 시작으로 개나리, 진달래, 목련, 튤립까지 다양한 봄꽃들이 차례로 개화하며 장관을 이룹니다. 특히 화담숲만의 자랑인 &lt;span class=&quot;emphasis&quot;&gt;'청벚꽃'&lt;/span&gt;은 다른 곳에서는 보기 힘든 희귀종으로, 연보라빛 꽃잎이 바람에 흩날릴 때의 모습은 마치 동화 속 한 장면 같습니다.&lt;/p&gt;

&lt;p&gt;화담숲은 단순한 식물원이 아닌 계절마다 다른 매력을 품은 자연 공간입니다. 봄에는 약 11만 그루의 나무와 110만 본의 초화류가 만발하여 방문객들에게 자연의 경이로움을 선사합니다. 게다가 울창한 숲속 산책로를 따라 걷다 보면 도심에서 느낄 수 없는 맑은 공기와 새소리가 여러분의 일상 스트레스를 확실히 날려줄 것입니다.&lt;/p&gt;
  
  
  &lt;p style=&quot;text-align: center; margin-bottom: 150px;&quot; data-ke-size=&quot;size16&quot;&gt;&lt;a style=&quot;display: inline-block; padding: 20px 40px; background-color: #007bff; color: white; text-decoration: none; border-radius: 8px; font-weight: bold; text-align: center; margin: 30px 0; font-size: 30px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: background-color 0.3s ease, transform 0.2s ease;&quot; href=&quot;https://www.hwadamsup.com/pc/ko/index&quot; rel=&quot;noopener&quot;&gt;   화담숲 홈페이지 바로가기 &lt;/a&gt;&lt;/p&gt;

&lt;img src=&quot;https://images.unsplash.com/photo-1522383225653-ed111181a951?q=80&amp;w=2076&amp;auto=format&amp;fit=crop&amp;ixlib=rb-4.0.3&amp;ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&quot; alt=&quot; 봄꽃 개화 모습&quot;&gt;

&lt;h2 id=&quot;why-difficult&quot;&gt;2025 화담숲 예약이 어려운 이유&lt;/h2&gt;

&lt;p&gt;화담숲 예약이 왜 이렇게 어려운 걸까요? 가장 큰 이유는 바로 &lt;span class=&quot;emphasis&quot;&gt;'한정된 입장 인원'&lt;/span&gt;입니다. 화담숲은 자연 환경 보전과 쾌적한 관람 환경을 위해 하루 입장객 수를 제한하고 있습니다. 특히 봄꽃 축제 기간에는 일일 입장객을 약 5,000명으로 제한하고 있어, 예약 오픈 후 불과 수분 내에 매진되는 경우가 다반사입니다.&lt;/p&gt;

&lt;div class=&quot;highlight-box&quot;&gt;
    &lt;p&gt;2024년에는 SNS를 통해 화담숲의 아름다움이 더욱 알려지면서 예약 경쟁이 더욱 치열해졌고, 2025년에는 이런 추세가 더욱 강화될 것으로 예상됩니다. 특히 주말과 공휴일은 예약 오픈 직후 순식간에 매진되며, 평일도 빠르게 예약이 마감됩니다.&lt;/p&gt;
&lt;/div&gt;

&lt;p&gt;또한 2025년에는 화담숲의 새로운 테마 정원 &lt;span class=&quot;emphasis&quot;&gt;'봄의 정원'&lt;/span&gt;이 완공되어 더 많은 관광객들의 관심을 끌 것으로 예상됩니다. 여기에 '화담숲 봄꽃 인생샷 스팟' 같은 SNS 인기 키워드가 등장하면서 젊은 층의 방문도 급증하는 추세입니다.&lt;/p&gt;

&lt;h2 id=&quot;how-to-reserve&quot;&gt;화담숲 예약 방법 총정리&lt;/h2&gt;

&lt;p&gt;화담숲 방문을 위한 사전 예약은 다음과 같이 진행됩니다:&lt;/p&gt;

&lt;ol class=&quot;info-list&quot;&gt;
    &lt;li&gt;
        &lt;strong&gt;공식 웹사이트 예약&lt;/strong&gt;
        &lt;ul&gt;
            &lt;li&gt;화담숲 공식 홈페이지(www.hwadamsup.com) or 야놀자 홈페이지에서 진행&lt;/li&gt;
            &lt;li&gt; 3월 12일 (수) 오후 1시 예매 오픈&lt;/li&gt;
           &lt;li&gt; 관람 개방은 3월 28일 (금) 부터&lt;/li&gt;
            &lt;li&gt;회원가입 필수 (실명 인증 필요)&lt;/li&gt;
            &lt;li&gt;1인당 최대 10명까지 예약 가능&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;
        &lt;strong&gt;모바일 앱 예약&lt;/strong&gt;
        &lt;ul&gt;
            &lt;li&gt;'화담숲' 공식 앱을 통한 예약도 가능&lt;/li&gt;
            &lt;li&gt;웹사이트와 동일한 일정으로 예약 오픈&lt;/li&gt;
            &lt;li&gt;앱 예약 시 푸시 알림 기능으로 예약 오픈 시간 알림 가능&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;
        &lt;strong&gt;전화 예약&lt;/strong&gt;
        &lt;ul&gt;
            &lt;li&gt;장애인, 65세 이상 어르신 등을 위한 전화 예약 서비스 제공&lt;/li&gt;
            &lt;li&gt;화담숲 고객센터(031-8026-6666)로 문의 필요&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/li&gt;
&lt;/ol&gt;

&lt;img src=&quot;https://cdn.maketicket.co.kr/mticket20/editor/2025/02/15ca143c-ae8d-4432-940d-adaaeb7943e3.jpg&quot; alt=&quot;화담숲 3-4월 화담숲 이용안내&quot;&gt;
&lt;p class=&quot;image-caption&quot;&gt;화담숲 3-4월 화담숲 이용안내&lt;/p&gt;

  &lt;p style=&quot;text-align: center; margin-bottom: 150px;&quot; &quot;text-align: center;&quot; data-ke-size=&quot;size16&quot;&gt;&lt;a style=&quot;display: inline-block; padding: 20px 40px; background-color: #007bff; color: white; text-decoration: none; border-radius: 8px; font-weight: bold; text-align: center; margin: 30px 0; font-size: 30px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: background-color 0.3s ease, transform 0.2s ease;&quot; href=&quot;https://www.hwadamsup.com/pc/ko/reservation/resMain&quot; rel=&quot;noopener&quot;&gt;   화담숲 예매 바로가기 &lt;/a&gt;&lt;/p&gt; 
    
&lt;h2 id=&quot;tips&quot;&gt;화담숲 예약 성공을 위한 꿀팁 5가지&lt;/h2&gt;

&lt;div class=&quot;tip-box&quot;&gt;
    &lt;h3&gt;1. 예약 오픈 시간 5분 전부터 대기&lt;/h3&gt;
    &lt;ul&gt;
        &lt;li&gt;오픈 시간 정각(10시)보다 최소 5분 전에 로그인하여 예약 페이지에서 대기&lt;/li&gt;
        &lt;li&gt;여러 기기(PC, 태블릿, 스마트폰)를 동시에 활용하여 성공 확률 높이기&lt;/li&gt;
        &lt;li&gt;인터넷 연결 상태가 안정적인 환경에서 시도&lt;/li&gt;
    &lt;/ul&gt;
&lt;/div&gt;

&lt;div class=&quot;tip-box&quot;&gt;
    &lt;h3&gt;2. 평일 오전 방문 타임 노리기&lt;/h3&gt;
    &lt;ul&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;tip-box&quot;&gt;
    &lt;h3&gt;3. 취소표 노리기&lt;/h3&gt;
    &lt;ul&gt;
        &lt;li&gt;매일 오후 4시~6시 사이에 취소표가 가장 많이 발생&lt;/li&gt;
        &lt;li&gt;방문 3일 전부터 매일 정기적으로 취소표 확인하기&lt;/li&gt;
        &lt;li&gt;자동 새로고침 프로그램을 활용하여 취소표 모니터링하기&lt;/li&gt;
    &lt;/ul&gt;
&lt;/div&gt;

&lt;div class=&quot;tip-box&quot;&gt;
    &lt;h3&gt;4. 단체 예약 활용하기&lt;/h3&gt;
    &lt;ul&gt;
        &lt;li&gt;20명 이상 단체의 경우 별도 예약 시스템을 통해 신청 가능&lt;/li&gt;
        &lt;li&gt;방문 2개월 전부터 예약 가능하여 일반 예약보다 기회가 많음&lt;/li&gt;
        &lt;li&gt;가족, 친구들과 함께 단체로 방문 계획 세우기&lt;/li&gt;
    &lt;/ul&gt;
&lt;/div&gt;

&lt;div class=&quot;tip-box&quot;&gt;
    &lt;h3&gt;5. 화담숲 뉴스레터 구독하기&lt;/h3&gt;
    &lt;ul&gt;
        &lt;li&gt;공식 뉴스레터를 구독하면 예약 오픈 알림과 특별 이벤트 정보를 받을 수 있음&lt;/li&gt;
        &lt;li&gt;때때로 뉴스레터 구독자 대상 우선 예약 기회가 주어지는 경우도 있음&lt;/li&gt;
        &lt;li&gt;SNS 공식 계정을 팔로우하여 실시간 정보 업데이트 받기&lt;/li&gt;
    &lt;/ul&gt;
&lt;/div&gt;

&lt;img src=&quot;https://www.hwadamsup.com/res/pc/assets/images/page-hwadamchae-bg.png&quot; alt=&quot;화담숲 특별 전시 공간&quot;&gt;
&lt;p class=&quot;image-caption&quot;&gt;화담숲 내 특별 전시 공간&lt;/p&gt;

  
  
  
  &lt;h2 id=&quot;visit-info&quot;&gt;방문 시 알아두면 좋은 정보&lt;/h2&gt;
&lt;p&gt;화담숲 방문이 확정되었다면 다음 정보들을 미리 알아두면 더욱 알찬 시간을 보낼 수 있습니다:&lt;/p&gt;
&lt;div class=&quot;info-box&quot;&gt;
    &lt;ul&gt;
        &lt;li&gt;최적의 방문 시간: 개장 시간(9:00)부터 11:00 사이가 가장 한적하고 사진 찍기 좋음&lt;/li&gt;
        &lt;li&gt;추천 코스: 약 2시간 소요되는 '봄꽃 테마 코스'가 봄철 방문객에게 가장 인기&lt;/li&gt;
        &lt;li&gt;편의 시설: 화담숲 내에는 카페와 레스토랑이 있지만, 가격이 비싼 편이므로 간단한 간식 준비 권장&lt;/li&gt;
              &lt;li&gt;교통 정보: 대중교통 이용 시 서울에서 약 1시간 30분 소요, 주차공간은 충분한 편이나 주말에는 혼잡&lt;/li&gt;
        &lt;li&gt;환불 정책: 방문 3일 전까지 취소 시 100% 환불, 이후에는 환불 불가&lt;/li&gt;
    &lt;/ul&gt;
&lt;/div&gt;

  &lt;p&gt;화담숲의 봄은 짧지만 강렬합니다. 복잡한 예약 과정을 뚫고 방문하는 순간, 그 모든 수고가 아깝지 않을 만큼 아름다운 풍경이 여러분을 기다리고 있을 것입니다. 2025년의 특별한 봄날을 화담숲에서 만끽해보세요! &lt;/p&gt;</description>
      <category>2025화담숲 예매</category>
      <category>2025화담숲 일정</category>
      <category>2025화담숲사전예약</category>
      <category>화담숲</category>
      <category>화담숲 사전예약</category>
      <category>화담숲 예약방법</category>
      <category>화담숲 예약팁</category>
      <category>화담숲 예약하기</category>
      <category>화담숲 입장료</category>
      <category>화담숲예약꿀팁</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/91</guid>
      <comments>https://sosonursing.tistory.com/entry/2025-%EC%B5%9C%EC%8B%A0-%ED%99%94%EB%8B%B4%EC%88%B2-%EC%82%AC%EC%A0%84%EC%98%88%EC%95%BD-%ED%95%84%EC%8A%B9-%EA%B0%80%EC%9D%B4%EB%93%9C-%EC%98%88%EC%95%BD-%EC%84%B1%EA%B3%B5-%EA%BF%80%ED%8C%81-5%EA%B0%80%EC%A7%80#entry91comment</comments>
      <pubDate>Fri, 7 Mar 2025 01:44:15 +0900</pubDate>
    </item>
    <item>
      <title>[2025 최신] 경기도 임산부 친환경 농산물 지원 신청 완벽 가이드</title>
      <link>https://sosonursing.tistory.com/entry/2025-%EC%B5%9C%EC%8B%A0-%EA%B2%BD%EA%B8%B0%EB%8F%84-%EC%9E%84%EC%82%B0%EB%B6%80-%EC%B9%9C%ED%99%98%EA%B2%BD-%EB%86%8D%EC%82%B0%EB%AC%BC-%EC%A7%80%EC%9B%90-%EC%8B%A0%EC%B2%AD-%EC%99%84%EB%B2%BD-%EA%B0%80%EC%9D%B4%EB%93%9C</link>
      <description>&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;[2025 최신] 경기도 임산부 친환경 농산물 지원 신청 완벽 가이드&lt;/title&gt;
    &lt;style&gt;
        body {
            font-family: 'Noto Sans KR', sans-serif;
            line-height: 1.6;
            color: #333;
            max-width: 800px;
            margin: 0 auto;
            padding: 20px;
        }
        h1 {
            font-size: 28px;
            color: #2c7744;
            margin-bottom: 30px;
            text-align: center;
        }
        h2 {
            font-size: 22px;
            color: #2c7744;
            margin-top: 40px;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #eaeaea;
        }
        img {
            max-width: 100%;
            height: auto;
            margin: 20px 0;
            border-radius: 5px;
            display: block;
        }
        .toc {
            background-color: #f9f9f9;
            padding: 20px;
            border-radius: 5px;
            margin-bottom: 30px;
        }
        .toc ul {
            padding-left: 20px;
        }
        .toc li {
            margin-bottom: 8px;
        }
        .toc a {
            text-decoration: none;
            color: #2c7744;
        }
        .toc a:hover {
            text-decoration: underline;
        }
        .highlight {
            background-color: #eef7ee;
            padding: 15px;
            border-left: 5px solid #2c7744;
            margin: 20px 0;
        }
        .faq-item {
            margin-bottom: 20px;
        }
        .faq-question {
            font-weight: bold;
        }
        .faq-answer {
            margin-top: 5px;
            padding-left: 15px;
        }
        .footer {
            margin-top: 50px;
            padding-top: 20px;
            border-top: 1px solid #eaeaea;
            text-align: center;
            font-size: 14px;
            color: #777;
        }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;h1&gt;경기도 임산부 친환경 농산물 지원 신청 완벽 가이드&lt;/h1&gt;
&lt;div class=&quot;toc&quot;&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;a href=&quot;#overview&quot;&gt;경기도 임산부 친환경 농산물 지원사업이란?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#benefits&quot;&gt;경기도 임산부 농산물 지원금 얼마?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#eligibility&quot;&gt;신청 자격 및 대상&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#period&quot;&gt;신청 기간&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#application&quot;&gt;신청 방법&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#faq&quot;&gt;자주 묻는 질문&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;p&gt;&lt;img src=&quot;https://gg24.gg.go.kr/publish/svcInfo/20250225/1740478652161NL051BBIKA0UGNLFOV5BG9RPD.png&quot; alt=&quot;임산부와 친환경 농산물&quot; /&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot; data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot; data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot; data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;color: #ee2323;&quot;&gt;▼ 아래 링크 클릭 시 빠르게 경기 임산부 친환경 농산물 신청이 가능합니다.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot; data-ke-size=&quot;size16&quot;&gt;&lt;a style=&quot;display: inline-block; padding: 20px 40px; background-color: #007bff; color: white; text-decoration: none; border-radius: 8px; font-weight: bold; text-align: center; margin: 30px 0; font-size: 30px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: background-color 0.3s ease, transform 0.2s ease;&quot; href=&quot;https://gg24.gg.go.kr/svcreqst/selectSvcReqst.do?svc_seq=906&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;   2025 경기도 임산부 친환경 농산물 신청 바로가기 &lt;/a&gt;&lt;/p&gt;
&lt;figure id=&quot;og_1741274416515&quot; contenteditable=&quot;false&quot; data-ke-type=&quot;opengraph&quot; data-ke-align=&quot;alignCenter&quot; data-og-type=&quot;website&quot; data-og-title=&quot;경기민원행정서비스 상세 :: 2025년 경기임산부 친환경농산물 지원&quot; data-og-description=&quot;&amp;lt;span style=&amp;quot;font-size:16px;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:맑은&amp;nbsp;고딕;&amp;quot;&amp;gt;❍&amp;nbsp;신청대상&amp;nbsp;:&amp;nbsp;'2024.&amp;nbsp;1.&amp;nbsp;1일&amp;nbsp;이후&amp;nbsp;출산한&amp;nbsp;산모&amp;nbsp;또는&amp;nbsp;신청일&amp;nbsp;현재&amp;nbsp;임신부&amp;lt;br /&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;(임신확인서,&amp;nbsp;출생증명서,&amp;nbsp;산모수첩&amp;nbsp;등을&amp;nbsp;통해&amp;nbsp;&quot; data-og-host=&quot;gg24.gg.go.kr&quot; data-og-source-url=&quot;https://gg24.gg.go.kr/svcreqst/selectSvcReqst.do?svc_seq=906&quot; data-og-url=&quot;https://gg24.gg.go.kr/svcreqst/selectSvcReqst.do?svc_seq=906&quot; data-og-image=&quot;https://scrap.kakaocdn.net/dn/b7tJLG/hyYm2SNdmq/U1Wx8FbZ52ySMwqnuKTkIK/img.png?width=643&amp;amp;height=405&amp;amp;face=0_0_643_405,https://scrap.kakaocdn.net/dn/cUw8XS/hyYmXqr7n5/9HbklhrhkFrwZCdAjaHABk/img.png?width=643&amp;amp;height=405&amp;amp;face=0_0_643_405&quot;&gt;&lt;a href=&quot;https://gg24.gg.go.kr/svcreqst/selectSvcReqst.do?svc_seq=906&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; data-source-url=&quot;https://gg24.gg.go.kr/svcreqst/selectSvcReqst.do?svc_seq=906&quot;&gt;
&lt;div class=&quot;og-image&quot; style=&quot;background-image: url('https://scrap.kakaocdn.net/dn/b7tJLG/hyYm2SNdmq/U1Wx8FbZ52ySMwqnuKTkIK/img.png?width=643&amp;amp;height=405&amp;amp;face=0_0_643_405,https://scrap.kakaocdn.net/dn/cUw8XS/hyYmXqr7n5/9HbklhrhkFrwZCdAjaHABk/img.png?width=643&amp;amp;height=405&amp;amp;face=0_0_643_405');&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;og-text&quot;&gt;
&lt;p class=&quot;og-title&quot; data-ke-size=&quot;size16&quot;&gt;경기민원행정서비스 상세 :: 2025년 경기임산부 친환경농산물 지원&lt;/p&gt;
&lt;p class=&quot;og-desc&quot; data-ke-size=&quot;size16&quot;&gt;&amp;lt;span style=&quot;font-size:16px;&quot;&amp;gt;&amp;lt;span style=&quot;font-family:맑은&amp;nbsp;고딕;&quot;&amp;gt;❍&amp;nbsp;신청대상&amp;nbsp;:&amp;nbsp;'2024.&amp;nbsp;1.&amp;nbsp;1일&amp;nbsp;이후&amp;nbsp;출산한&amp;nbsp;산모&amp;nbsp;또는&amp;nbsp;신청일&amp;nbsp;현재&amp;nbsp;임신부&amp;lt;br /&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;(임신확인서,&amp;nbsp;출생증명서,&amp;nbsp;산모수첩&amp;nbsp;등을&amp;nbsp;통해&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;og-host&quot; data-ke-size=&quot;size16&quot;&gt;gg24.gg.go.kr&lt;/p&gt;
&lt;/div&gt;
&lt;/a&gt;&lt;/figure&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2 id=&quot;overview&quot; data-ke-size=&quot;size26&quot;&gt;경기도 임산부 친환경 농산물 지원사업이란?&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;경기도 임산부 친환경 농산물 지원 사업은 임산부와 태아의 건강을 위해 친환경 농산물을 공급하는 경기도의 특별 지원 프로그램입니다. 이 사업은 임산부의 건강한 식생활을 돕고, 동시에 지역 친환경 농업을 활성화하기 위한 목적으로 시행되고 있습니다.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;경기도는 2019년부터 이 사업을 시작하여 많은 임산부들이 질 좋은 친환경 농산물을 저렴한 가격에 이용할 수 있도록 지원하고 있습니다. 매년 지원 내용과 절차가 조금씩 개선되어 더 많은 임산부들이 혜택을 받을 수 있도록 확대되고 있습니다. 현재는 출산, 이유기까지 친환경 농산물을 제공하고 있습니다.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://images.unsplash.com/photo-1516594798947-e65505dbb29d?q=80&amp;amp;w=2070&amp;amp;auto=format&amp;amp;fit=crop&amp;amp;ixlib=rb-4.0.3&amp;amp;ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&quot; alt=&quot;친환경 농산물 박스&quot; /&gt;&lt;/p&gt;
&lt;h2 id=&quot;benefits&quot; data-ke-size=&quot;size26&quot;&gt;경기도 임산부 농산물 지원금 얼마?&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;경기도 임산부 친환경 농산물 지원 사업의 주요 혜택은 다음과 같습니다:&lt;/p&gt;
&lt;ol style=&quot;list-style-type: decimal;&quot; data-ke-list-type=&quot;decimal&quot;&gt;
&lt;li&gt;&lt;b&gt;지원 금액&lt;/b&gt;: 1인당 40만원(보조 32만원, 자부담 8만원) 상당의 친환경 농산물을 지원합니다.
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;자부담 20%(8만원)를 포함하여 총 40만원 상당의 친환경 농산물을 구매할 수 있습니다.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;b&gt;지원 품목&lt;/b&gt;:
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;친환경 인증 농산물(유기농, 무농약)&lt;/li&gt;
&lt;li&gt;지역 농산물(GAP 인증, 지리적표시 등록, 전통식품 인증)&lt;/li&gt;
&lt;li&gt;가공식품(유기가공식품, 전통식품 품질인증)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;b&gt;구매 방법&lt;/b&gt;:
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;임산부(임신부+출산부)에게 친환경농산물, 유기가공식품 등을 꾸러미 형태로 거주지까지 배송 및 공급&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;b&gt;사용 기간&lt;/b&gt;: 신청 승인 후 분만 예정일로부터 12개월까지 사용 가능&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;img src=&quot;https://images.unsplash.com/photo-1461354464878-ad92f492a5a0?q=80&amp;amp;w=2070&amp;amp;auto=format&amp;amp;fit=crop&amp;amp;ixlib=rb-4.0.3&amp;amp;ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&quot; alt=&quot;다양한 친환경 채소들&quot; /&gt;&lt;/p&gt;
&lt;h2 id=&quot;eligibility&quot; data-ke-size=&quot;size26&quot;&gt;신청 자격 및 대상&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;경기도 임산부 친환경 농산물 지원 사업의 신청 자격은 다음과 같습니다:&lt;/p&gt;
&lt;ol style=&quot;list-style-type: decimal;&quot; data-ke-list-type=&quot;decimal&quot;&gt;
&lt;li&gt;&lt;b&gt;기본 자격 요건&lt;/b&gt;:
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;'2024. 1. 1일 이후 출산한 산모 또는 신청일 현재 임신부 (임신확인서, 출생증명서, 산모수첩 등을 통해 임신 및 출산 사실이 확인된 임산부)&lt;/li&gt;
&lt;li&gt;다태아(쌍둥이 이상)의 경우 임산부당 1회 지원 원칙에 따라 1회만 지원 가능&lt;/li&gt;
&lt;li&gt;임산부가 동일 자녀로 임신 중 1회, 출산 후 1회 또한 불가하며, 동일 자녀에 대해서 임신 중 혹은 출산 후에 1번만 지원 가능함&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;b&gt;증빙 서류&lt;/b&gt;:
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;임신부: 임신 확인서, 산모수첩(임신확인란이 기재된 것) 등 증빙서류&lt;/li&gt;
&lt;li&gt;출산부: 출생증명서 또는 가족관계증명서&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;b&gt;제외 대상&lt;/b&gt;:
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;타 지자체에서 동일한 사업의 혜택을 받은 자&lt;/li&gt;
&lt;li&gt;보건복지부 지원 사업과 중복 신청한 자&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p style=&quot;text-align: center;&quot; data-ke-size=&quot;size16&quot;&gt;&lt;a style=&quot;display: inline-block; padding: 20px 40px; background-color: #007bff; color: white; text-decoration: none; border-radius: 8px; font-weight: bold; text-align: center; margin: 30px 0; font-size: 30px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: background-color 0.3s ease, transform 0.2s ease;&quot; href=&quot;https://gg24.gg.go.kr/svcreqst/selectSvcReqst.do?svc_seq=906&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;   2025 경기도 임산부 친환경 농산물 신청 바로가기 &lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&quot;period&quot; data-ke-size=&quot;size26&quot;&gt;신청 기간&lt;/h2&gt;
&lt;div class=&quot;highlight&quot;&gt;
&lt;p data-ke-size=&quot;size18&quot;&gt;&lt;b&gt;신청 기간&lt;/b&gt;: 2025.03.05. ~ 2025.03.28.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&lt;img src=&quot;https://images.unsplash.com/photo-1541956799312-3f9df99e0006?q=80&amp;amp;w=2014&amp;amp;auto=format&amp;amp;fit=crop&amp;amp;ixlib=rb-4.0.3&amp;amp;ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&quot; alt=&quot;행복한 임산부&quot; /&gt;&lt;/p&gt;
&lt;h2 id=&quot;application&quot; data-ke-size=&quot;size26&quot;&gt;신청 방법&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;경기도 임산부 친환경 농산물 지원 사업은 다음과 같은 방법으로 신청할 수 있습니다:&lt;/p&gt;
&lt;ol style=&quot;list-style-type: decimal;&quot; data-ke-list-type=&quot;decimal&quot;&gt;
&lt;li&gt;&lt;b&gt;온라인 신청&lt;/b&gt;:
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;경기민원24(https://gg24.gg.go.kr)으로 신청&lt;/li&gt;
&lt;li&gt;회원가입 후 신청서 작성 및 증빙서류 첨부&lt;/li&gt;
&lt;li&gt;승인 후 문자메시지로 안내 받음&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;b&gt;방문 신청&lt;/b&gt;:
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;임신․출산을 증명할 수 있는 서류를 가지고 읍&amp;middot;면&amp;middot;동 주민센터에 서면으로 제출&amp;middot;신청&lt;/li&gt;
&lt;li&gt;신청서 작성 및 증빙서류 제출&lt;/li&gt;
&lt;li&gt;담당자 확인 후 승인&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;b&gt;준비 서류&lt;/b&gt;:
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;신분증(주민등록증, 운전면허증 등)&lt;/li&gt;
&lt;li&gt;임신 확인서 또는 출생증명서&lt;/li&gt;
&lt;li&gt;주민등록등본(필요시)&lt;/li&gt;
&lt;li&gt;건강보험증 및 납부확인서(필요시)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&quot;faq&quot; data-ke-size=&quot;size26&quot;&gt;자주 묻는 질문&lt;/h2&gt;
&lt;div class=&quot;faq-item&quot;&gt;
&lt;p class=&quot;faq-question&quot; data-ke-size=&quot;size16&quot;&gt;Q: 중간에 다른 지역으로 이사하면 어떻게 되나요?&lt;/p&gt;
&lt;p class=&quot;faq-answer&quot; data-ke-size=&quot;size16&quot;&gt;A: 경기도 내에서 이사할 경우 새로운 주소지로 정보를 변경하면 계속 이용 가능합니다. 경기도 외 지역으로 이사할 경우 지원이 중단될 수 있습니다.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;faq-item&quot;&gt;
&lt;p class=&quot;faq-question&quot; data-ke-size=&quot;size16&quot;&gt;Q: 유산이나 사산의 경우에도 지원받을 수 있나요?&lt;/p&gt;
&lt;p class=&quot;faq-answer&quot; data-ke-size=&quot;size16&quot;&gt;A: 유산이나 사산의 경우 해당 사실을 증명할 수 있는 서류를 제출하면 기존 지원 혜택을 일정 기간 유지할 수 있습니다. 자세한 내용은 관할 보건소에 문의하세요.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;faq-item&quot;&gt;
&lt;p class=&quot;faq-question&quot; data-ke-size=&quot;size16&quot;&gt;Q: 쌍둥이를 임신한 경우 지원금이 늘어나나요?&lt;/p&gt;
&lt;p class=&quot;faq-answer&quot; data-ke-size=&quot;size16&quot;&gt;A: 쌍둥이 임신의 경우에도 1인 기준으로 지원됩니다. 임산부 한 명당 지원 금액이 정해져 있습니다.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;faq-item&quot;&gt;
&lt;p class=&quot;faq-question&quot; data-ke-size=&quot;size16&quot;&gt;Q: 분만 후에도 신청이 가능한가요?&lt;/p&gt;
&lt;p class=&quot;faq-answer&quot; data-ke-size=&quot;size16&quot;&gt;A: 네, 출산 후 12개월 이내라면 신청 가능합니다. 출생증명서나 가족관계증명서 등의 증빙서류가 필요합니다.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;footer&quot;&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;경기도의 임산부 친환경 농산물 지원 사업은 건강한 식품을 통해 임산부와 아이의 건강을 지키고, 동시에 친환경 농업을 활성화하는 의미 있는 정책입니다. 이 지원 사업을 통해 질 좋은 친환경 농산물을 저렴하게 구매할 수 있으니, 자격 요건이 되시는 분들은 꼭 신청하셔서 혜택을 누리시기 바랍니다.&lt;/p&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot; data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;color: #ee2323;&quot;&gt;▼ 2025년 임산부 다른 혜택도 알아보기&lt;/span&gt;&lt;/p&gt;
&lt;figure id=&quot;og_1741274567266&quot; contenteditable=&quot;false&quot; data-ke-type=&quot;opengraph&quot; data-ke-align=&quot;alignCenter&quot; data-og-type=&quot;article&quot; data-og-title=&quot;2025년 임산부 정부 지원 혜택 총정리, 쉽게 신청하는 법&quot; data-og-description=&quot;2025년 임산부 정부 지원 혜택 총정리, 쉽게 신청하는 법오늘은 2025년 임산부를 위한 정부 지원 혜택을 총정리해보도록 하겠습니다. 정부 지원 임산부 혜택은 서비스 대상자에 따라 조금씩 다를 &quot; data-og-host=&quot;sosonursing.tistory.com&quot; data-og-source-url=&quot;https://sosonursing.tistory.com/entry/2025%EB%85%84-%EC%9E%84%EC%82%B0%EB%B6%80-%EC%A0%95%EB%B6%80-%EC%A7%80%EC%9B%90-%ED%98%9C%ED%83%9D-%EC%B4%9D%EC%A0%95%EB%A6%AC-%EC%89%BD%EA%B2%8C-%EC%8B%A0%EC%B2%AD%ED%95%98%EB%8A%94-%EB%B2%95&quot; data-og-url=&quot;https://sosonursing.tistory.com/entry/2025%EB%85%84-%EC%9E%84%EC%82%B0%EB%B6%80-%EC%A0%95%EB%B6%80-%EC%A7%80%EC%9B%90-%ED%98%9C%ED%83%9D-%EC%B4%9D%EC%A0%95%EB%A6%AC-%EC%89%BD%EA%B2%8C-%EC%8B%A0%EC%B2%AD%ED%95%98%EB%8A%94-%EB%B2%95&quot; data-og-image=&quot;https://scrap.kakaocdn.net/dn/SKh3B/hyYqZNMmuu/qAlm62CX62B3JymcGZntpk/img.png?width=800&amp;amp;height=365&amp;amp;face=0_0_800_365,https://scrap.kakaocdn.net/dn/BTq4F/hyYnelqe71/ubWyxJAkRRLQGjhtOLKBLK/img.png?width=800&amp;amp;height=365&amp;amp;face=0_0_800_365,https://scrap.kakaocdn.net/dn/cT4q5B/hyYm2L26RG/Mdp2KyAGaOXUNXpzX1LSP0/img.png?width=1470&amp;amp;height=672&amp;amp;face=0_0_1470_672&quot;&gt;&lt;a href=&quot;https://sosonursing.tistory.com/entry/2025%EB%85%84-%EC%9E%84%EC%82%B0%EB%B6%80-%EC%A0%95%EB%B6%80-%EC%A7%80%EC%9B%90-%ED%98%9C%ED%83%9D-%EC%B4%9D%EC%A0%95%EB%A6%AC-%EC%89%BD%EA%B2%8C-%EC%8B%A0%EC%B2%AD%ED%95%98%EB%8A%94-%EB%B2%95&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; data-source-url=&quot;https://sosonursing.tistory.com/entry/2025%EB%85%84-%EC%9E%84%EC%82%B0%EB%B6%80-%EC%A0%95%EB%B6%80-%EC%A7%80%EC%9B%90-%ED%98%9C%ED%83%9D-%EC%B4%9D%EC%A0%95%EB%A6%AC-%EC%89%BD%EA%B2%8C-%EC%8B%A0%EC%B2%AD%ED%95%98%EB%8A%94-%EB%B2%95&quot;&gt;
&lt;div class=&quot;og-image&quot; style=&quot;background-image: url('https://scrap.kakaocdn.net/dn/SKh3B/hyYqZNMmuu/qAlm62CX62B3JymcGZntpk/img.png?width=800&amp;amp;height=365&amp;amp;face=0_0_800_365,https://scrap.kakaocdn.net/dn/BTq4F/hyYnelqe71/ubWyxJAkRRLQGjhtOLKBLK/img.png?width=800&amp;amp;height=365&amp;amp;face=0_0_800_365,https://scrap.kakaocdn.net/dn/cT4q5B/hyYm2L26RG/Mdp2KyAGaOXUNXpzX1LSP0/img.png?width=1470&amp;amp;height=672&amp;amp;face=0_0_1470_672');&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;og-text&quot;&gt;
&lt;p class=&quot;og-title&quot; data-ke-size=&quot;size16&quot;&gt;2025년 임산부 정부 지원 혜택 총정리, 쉽게 신청하는 법&lt;/p&gt;
&lt;p class=&quot;og-desc&quot; data-ke-size=&quot;size16&quot;&gt;2025년 임산부 정부 지원 혜택 총정리, 쉽게 신청하는 법오늘은 2025년 임산부를 위한 정부 지원 혜택을 총정리해보도록 하겠습니다. 정부 지원 임산부 혜택은 서비스 대상자에 따라 조금씩 다를&lt;/p&gt;
&lt;p class=&quot;og-host&quot; data-ke-size=&quot;size16&quot;&gt;sosonursing.tistory.com&lt;/p&gt;
&lt;/div&gt;
&lt;/a&gt;&lt;/figure&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;</description>
      <category>소소 지식</category>
      <category>2025 경기도 임산부 농산물</category>
      <category>2025 경기도 임산부 친환경</category>
      <category>경기도 임산부 농산물 지원금 얼마</category>
      <category>경기도 임산부 지원</category>
      <category>경기도 임산부 지원사업</category>
      <category>경기도 임산부 친환경 농산물 신청방법</category>
      <category>임산부 친환경 농산물</category>
      <category>임산부 친환경 농산물 자격조건</category>
      <category>임산부 혜택 신청</category>
      <category>출산 후 친환경 농산물 지원받는 법</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/90</guid>
      <comments>https://sosonursing.tistory.com/entry/2025-%EC%B5%9C%EC%8B%A0-%EA%B2%BD%EA%B8%B0%EB%8F%84-%EC%9E%84%EC%82%B0%EB%B6%80-%EC%B9%9C%ED%99%98%EA%B2%BD-%EB%86%8D%EC%82%B0%EB%AC%BC-%EC%A7%80%EC%9B%90-%EC%8B%A0%EC%B2%AD-%EC%99%84%EB%B2%BD-%EA%B0%80%EC%9D%B4%EB%93%9C#entry90comment</comments>
      <pubDate>Fri, 7 Mar 2025 00:23:24 +0900</pubDate>
    </item>
    <item>
      <title>출산 후 언제부터 운동해도 괜찮을까? - 산후 관리와 추천 운동</title>
      <link>https://sosonursing.tistory.com/entry/%EC%B6%9C%EC%82%B0-%ED%9B%84-%EC%96%B8%EC%A0%9C%EB%B6%80%ED%84%B0-%EC%9A%B4%EB%8F%99%ED%95%B4%EB%8F%84-%EA%B4%9C%EC%B0%AE%EC%9D%84%EA%B9%8C-%EC%82%B0%ED%9B%84-%EA%B4%80%EB%A6%AC%EC%99%80-%EC%B6%94%EC%B2%9C-%EC%9A%B4%EB%8F%99</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;출산 후 언제부터 운동해도 괜찮을까? - 산후 관리와 추천 운동&lt;/title&gt;
    &lt;style&gt;
        body {
            font-family: 'Noto Sans KR', sans-serif;
            line-height: 1.6;
            color: #333;
            max-width: 800px;
            margin: 0 auto;
            padding: 20px;
        }
        h1 {
            color: #e67e22;
            text-align: center;
            margin-bottom: 30px;
        }
        h2 {
            color: #3498db;
            margin-top: 40px;
            border-bottom: 1px solid #eee;
            padding-bottom: 10px;
        }
        h3 {
            color: #2980b9;
            margin-top: 25px;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 20px auto;
            border-radius: 5px;
        }
        .toc {
            background-color: #f9f9f9;
            border: 1px solid #ddd;
            border-radius: 5px;
            padding: 15px 20px;
            margin-bottom: 30px;
        }
        .toc h2 {
            margin-top: 0;
            font-size: 1.2em;
            border-bottom: none;
        }
        .toc ul {
            padding-left: 20px;
        }
        .toc a {
            color: #3498db;
            text-decoration: none;
        }
        .toc a:hover {
            text-decoration: underline;
        }
        strong {
            color: #e74c3c;
        }
        .tags {
            margin-top: 40px;
            color: #7f8c8d;
        }
        .tags a {
            color: #3498db;
            text-decoration: none;
            margin-right: 5px;
        }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;h1&gt;출산 후 언제부터 운동해도 괜찮을까? - 산후 관리와 추천 운동&lt;/h1&gt;
    
    &lt;div class=&quot;toc&quot;&gt;
        &lt;h2&gt;목차&lt;/h2&gt;
        &lt;ul&gt;
            &lt;li&gt;&lt;a href=&quot;#section1&quot;&gt;출산 후 신체 변화와 회복 기간&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;a href=&quot;#section2&quot;&gt;산후 관리의 중요성&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;a href=&quot;#section3&quot;&gt;출산 후 관절에 무리가 없는 추천 운동&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;a href=&quot;#section4&quot;&gt;산후 운동 시 주의사항&lt;/a&gt;&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/div&gt;
    
    &lt;p&gt;안녕하세요, 오늘은 많은 산모님들이 궁금해하시는 '출산 후 언제부터 운동을 시작해도 괜찮은지'에 대해 알아보려고 합니다. 아이를 낳은 후 몸 상태가 걱정되거나 예전의 체형을 되찾고 싶은 마음은 누구나 가질 수 있는 자연스러운 감정입니다. 하지만 산후 회복과 운동은 무엇보다 안전하게 접근해야 합니다.&lt;/p&gt;
    
    &lt;img src=&quot;https://images.unsplash.com/photo-1533483595632-c5f0e57a1936?q=80&amp;w=2080&amp;auto=format&amp;fit=crop&amp;ixlib=rb-4.0.3&amp;ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&quot; alt=&quot;산후 회복 중인 산모와 아기&quot;&gt;
    
    &lt;h2 id=&quot;section1&quot;&gt;출산 후 신체 변화와 회복 기간&lt;/h2&gt;
    
    &lt;p&gt;출산은 여성의 몸에 큰 변화를 가져옵니다. 자궁이 원래 크기로 돌아오는 데 약 6주가 소요되며, 이 시기에는 산후 출혈(오로)이 있을 수 있습니다. 또한 호르몬 변화, 골반저근 약화, 복부 근육 이완 등 다양한 신체적 변화가 일어납니다.&lt;/p&gt;
    
    &lt;p&gt;&lt;strong&gt;자연분만&lt;/strong&gt;의 경우 일반적으로 출산 후 &lt;strong&gt;4-6주&lt;/strong&gt;부터 가벼운 운동을 시작할 수 있습니다. 하지만 회음부 절개나 봉합이 있었다면 상처가 완전히 아물 때까지 기다려야 합니다.&lt;/p&gt;
    
    &lt;p&gt;&lt;strong&gt;제왕절개&lt;/strong&gt;의 경우에는 수술 회복 기간이 필요하므로 최소 &lt;strong&gt;8-10주&lt;/strong&gt;는 기다려야 합니다. 복부 절개 부위가 완전히 회복되기 전에 무리한 운동은 합병증 위험을 높일 수 있습니다.&lt;/p&gt;
    
    &lt;p&gt;무엇보다 중요한 것은, 산후 운동을 시작하기 전에 &lt;strong&gt;반드시 산부인과 의사와 상담&lt;/strong&gt;하고 허락을 받는 것입니다. 개인마다 회복 속도가 다르기 때문에 전문가의 조언이 필수적입니다.&lt;/p&gt;
    
    &lt;h2 id=&quot;section2&quot;&gt;산후 관리의 중요성&lt;/h2&gt;
    
    &lt;p&gt;산후 관리는 단순히 체형 회복만을 위한 것이 아닙니다. 적절한 산후 관리는 다음과 같은 중요한 이점을 제공합니다:&lt;/p&gt;
    
    &lt;ol&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;&lt;strong&gt;복부 이완 회복&lt;/strong&gt;: 임신으로 인해 벌어진 복부 근육(복직근 분리)을 회복시켜 허리 통증을 줄이고 복부 강도를 높일 수 있습니다.&lt;/li&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;/ol&gt;
    
    &lt;img src=&quot;https://images.unsplash.com/photo-1518310383802-640c2de311b2?q=80&amp;w=2070&amp;auto=format&amp;fit=crop&amp;ixlib=rb-4.0.3&amp;ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&quot; alt=&quot;산후 관리와 운동의 중요성&quot;&gt;
    
    &lt;h2 id=&quot;section3&quot;&gt;출산 후 관절에 무리가 없는 추천 운동&lt;/h2&gt;
    
    &lt;h3&gt;1. 골반저근 운동 (케겔 운동)&lt;/h3&gt;
    &lt;ul&gt;
        &lt;li&gt;출산 직후부터 시작 가능&lt;/li&gt;
        &lt;li&gt;소변을 참는 근육을 수축했다 이완하는 방식&lt;/li&gt;
        &lt;li&gt;처음에는 5초 유지, 점차 10초까지 늘리기&lt;/li&gt;
        &lt;li&gt;하루 3회, 10-15회씩 실시&lt;/li&gt;
    &lt;/ul&gt;
    
    &lt;h3&gt;2. 복부 진공 운동&lt;/h3&gt;
    &lt;ul&gt;
        &lt;li&gt;누운 자세에서 숨을 내쉬며 배꼽을 등 쪽으로 당기기&lt;/li&gt;
        &lt;li&gt;복직근 분리 회복에 효과적&lt;/li&gt;
        &lt;li&gt;출산 후 초기부터 안전하게 시작 가능&lt;/li&gt;
    &lt;/ul&gt;
    
    &lt;h3&gt;3. 가벼운 걷기&lt;/h3&gt;
    &lt;ul&gt;
        &lt;li&gt;출산 2-3주 후부터 시작 가능&lt;/li&gt;
        &lt;li&gt;처음에는 10-15분으로 시작해 점차 시간 늘리기&lt;/li&gt;
        &lt;li&gt;관절에 부담이 적고 심폐 기능 향상에 도움&lt;/li&gt;
    &lt;/ul&gt;
    
    &lt;img src=&quot;https://images.unsplash.com/photo-1580058572462-98e2c0e0e2f0?q=80&amp;w=2071&amp;auto=format&amp;fit=crop&amp;ixlib=rb-4.0.3&amp;ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&quot; alt=&quot;가벼운 걷기 운동을 하는 산모&quot;&gt;
    
    &lt;h3&gt;4. 수영과 아쿠아 운동&lt;/h3&gt;
    &lt;ul&gt;
        &lt;li&gt;출산 상처가 완전히 아문 후 시작 (약 6-8주 후)&lt;/li&gt;
        &lt;li&gt;물의 부력으로 관절 부담이 적음&lt;/li&gt;
        &lt;li&gt;전신 근육을 골고루 사용하는 효과적인 운동&lt;/li&gt;
    &lt;/ul&gt;
    
    &lt;h3&gt;5. 요가와 필라테스 (산후 전문 클래스)&lt;/h3&gt;
    &lt;ul&gt;
        &lt;li&gt;출산 6-8주 후 전문가의 지도 아래 시작&lt;/li&gt;
        &lt;li&gt;코어 근육 강화와 유연성 향상에 효과적&lt;/li&gt;
        &lt;li&gt;산후 회복에 맞춰진 특별 프로그램 참여 권장&lt;/li&gt;
    &lt;/ul&gt;
    
    &lt;img src=&quot;https://images.unsplash.com/photo-1575052814086-f385e2e2ad1b?q=80&amp;w=2070&amp;auto=format&amp;fit=crop&amp;ixlib=rb-4.0.3&amp;ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&quot; alt=&quot;산후 요가를 하는 산모&quot;&gt;
    
    &lt;h2 id=&quot;section4&quot;&gt;산후 운동 시 주의사항&lt;/h2&gt;
    
    &lt;ol&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;&lt;strong&gt;신체 신호 주의&lt;/strong&gt;: 통증, 어지러움, 과도한 피로감, 출혈량 증가 등의 증상이 있으면 즉시 운동을 중단하고 의사와 상담하세요.&lt;/li&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;/ol&gt;
    
 
    
    &lt;p&gt;출산 후 운동은 단순히 체중 감량이나 체형 회복만을 위한 것이 아닙니다. 건강한 산후 회복과 심신의 안정, 그리고 새로운 육아 생활에 필요한 체력을 기르는 과정입니다. 무리하게 서두르지 말고 자신의 몸 상태를 존중하며 천천히 시작하세요.&lt;/p&gt;
    
    &lt;p&gt;건강한 몸과 마음으로 소중한 아기와의 시간을 더욱 풍요롭게 즐기실 수 있기를 바랍니다. 산후 운동에 관한 더 자세한 정보는 산부인과 의사나 산후 운동 전문가와 상담하시는 것을 권장합니다.&lt;/p&gt;
    
    &lt;div class=&quot;tags&quot;&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;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <category>소소 지식</category>
      <category>산후 운동추천</category>
      <category>산후운동</category>
      <category>출산 후 운동 추천</category>
      <category>출산후 운동시기</category>
      <category>출산후운동</category>
      <category>출산후운동언제</category>
      <category>출산후회복운동</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/89</guid>
      <comments>https://sosonursing.tistory.com/entry/%EC%B6%9C%EC%82%B0-%ED%9B%84-%EC%96%B8%EC%A0%9C%EB%B6%80%ED%84%B0-%EC%9A%B4%EB%8F%99%ED%95%B4%EB%8F%84-%EA%B4%9C%EC%B0%AE%EC%9D%84%EA%B9%8C-%EC%82%B0%ED%9B%84-%EA%B4%80%EB%A6%AC%EC%99%80-%EC%B6%94%EC%B2%9C-%EC%9A%B4%EB%8F%99#entry89comment</comments>
      <pubDate>Thu, 6 Mar 2025 16:49:30 +0900</pubDate>
    </item>
    <item>
      <title>임산부 SRT 할인 신청 및 예매 방법</title>
      <link>https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-SRT-%ED%95%A0%EC%9D%B8-%EC%8B%A0%EC%B2%AD-%EB%B0%8F-%EC%98%88%EB%A7%A4-%EB%B0%A9%EB%B2%95</link>
      <description>&lt;div&gt;
&lt;style&gt;
        body {
            font-family: 'Noto Sans KR', sans-serif;
            line-height: 1.6;
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            color: #333;
        }
        h1 {
            color: #2c3e50;
            text-align: center;
            margin-bottom: 40px;
        }
        h2 {
            color: #3498db;
            margin-top: 40px;
            padding-bottom: 10px;
            border-bottom: 2px solid #3498db;
        }
        h3 {
            color: #2980b9;
            margin-top: 30px;
        }
        .toc {
            background: #f8f9fa;
            padding: 20px 40px;
            border-radius: 8px;
            margin-bottom: 40px;
        }
        .toc h2 {
            margin-top: 0;
        }
        .service-box {
            background: #fff;
            padding: 20px;
            margin: 20px 0;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        .contact-info {
            background: #e8f4f8;
            padding: 20px;
            border-radius: 8px;
            margin-top: 40px;
        }
        ul {
            padding-left: 20px;
        }
        .highlight {
            background: #fff3cd;
            padding: 2px 5px;
            border-radius: 3px;
        }
    &lt;/style&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;h1&gt;임산부 SRT 할인 신청 및 예매 방법&lt;/h1&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;toc&quot;&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;목차&lt;/h2&gt;
&lt;ol style=&quot;list-style-type: decimal;&quot; data-ke-list-type=&quot;decimal&quot;&gt;
&lt;li&gt;&lt;a style=&quot;font-size: 20px; color: #007bff; text-decoration: none;&quot; href=&quot;#onestop&quot;&gt;임산부 SRT 혜택&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a style=&quot;font-size: 20px; color: #007bff; text-decoration: none;&quot; href=&quot;#medical&quot;&gt;신청 방법&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a style=&quot;font-size: 20px; color: #007bff; text-decoration: none;&quot; href=&quot;#prenatal&quot;&gt;할인 열차 예매 방법&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a style=&quot;font-size: 20px; color: #007bff; text-decoration: none;&quot; href=&quot;#contact-info&quot;&gt;주의사항&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;section id=&quot;onestop&quot;&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;&lt;b&gt;1. 임산부 SRT 혜택&lt;/b&gt;&lt;/h2&gt;
&lt;div class=&quot;service-box&quot;&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;지원대상&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;SRT 회원 중 임산부와 그 동반 보호자 1인&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;지원내용&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;임산부와 동반 보호자 1인에게 SRT 열차 운임의 30% 할인을 제공&lt;/li&gt;
&lt;li&gt;특실 이용 시, 운임의 30% 할인이 적용되며, 특실 서비스 요금은 할인 대상에서 제외&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;section id=&quot;medical&quot;&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;&lt;b&gt;2. 신청 방법&lt;/b&gt;&lt;/h2&gt;
&lt;div class=&quot;service-box&quot;&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;SR 홈페이지 이용하기&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;에스알(SR) 회원 가입&lt;/li&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;: SRT 공식 웹사이트(https://etk.srail.kr) 또는 SRT 앱을 통해 에스알 회원으로 가입합니다.
&lt;li&gt;임산부 할인 등록 신청
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;에스알 회원으로 로그인한 후, 마이페이지 - 공공할인 신청 메뉴에서 임산부 할인 등록을 진행합니다.&lt;/li&gt;
&lt;li&gt;임신을 증명할 수 있는 서류(예: 임신확인서)를 제출해야 합니다.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;service-box&quot;&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;맘편한 임신 원스톱 서비스 이용하기&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;정부24홈페이지 로그인&lt;/li&gt;
&lt;li&gt;맘편한 임신 원스톱 서비스 신청하기&lt;/li&gt;
&lt;li&gt;서비스 선택 시 SRT 임산부 할인 신청하기&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p style=&quot;text-align: center;&quot; data-ke-size=&quot;size16&quot;&gt;&lt;a style=&quot;display: inline-block; padding: 20px 40px; background-color: #007bff; color: white; text-decoration: none; border-radius: 8px; font-weight: bold; text-align: center; margin: 30px 0; font-size: 30px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: background-color 0.3s ease, transform 0.2s ease;&quot; href=&quot;https://etk.srail.kr/main.do&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;  SRT 홈페이지 바로가기 &lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p style=&quot;text-align: center;&quot; data-ke-size=&quot;size16&quot;&gt;&lt;a style=&quot;display: inline-block; padding: 20px 40px; background-color: #007bff; color: white; text-decoration: none; border-radius: 8px; font-weight: bold; text-align: center; margin: 30px 0; font-size: 30px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: background-color 0.3s ease, transform 0.2s ease;&quot; href=&quot;https://www.gov.kr/portal/onestopSvc/fertility&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;  맘편한 임신 원스톱 서비스 신청하러 가기 &lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;section id=&quot;prenatal&quot;&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;&lt;b&gt;3. 할인 열차 예매 방법&lt;/b&gt;&lt;/h2&gt;
&lt;div class=&quot;service-box&quot;&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;SRT 홈페이지 이용&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;SRT 홈페이지 로그인하기&lt;/li&gt;
&lt;li&gt;승차권 탭 - 할인 승차권 조회 들어가기&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;1535&quot; data-origin-height=&quot;863&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/EPfvF/btsMece8UwT/yXV1FGWc75ljX5Y892Fwwk/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/EPfvF/btsMece8UwT/yXV1FGWc75ljX5Y892Fwwk/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/EPfvF/btsMece8UwT/yXV1FGWc75ljX5Y892Fwwk/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FEPfvF%2FbtsMece8UwT%2FyXV1FGWc75ljX5Y892Fwwk%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;1535&quot; height=&quot;863&quot; data-origin-width=&quot;1535&quot; data-origin-height=&quot;863&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;1507&quot; data-origin-height=&quot;823&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/Eyyje/btsMdNNAfPC/ld1xnQBc2KNIQl1dqknqs0/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/Eyyje/btsMdNNAfPC/ld1xnQBc2KNIQl1dqknqs0/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/Eyyje/btsMdNNAfPC/ld1xnQBc2KNIQl1dqknqs0/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FEyyje%2FbtsMdNNAfPC%2Fld1xnQBc2KNIQl1dqknqs0%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;1507&quot; height=&quot;823&quot; data-origin-width=&quot;1507&quot; data-origin-height=&quot;823&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;

&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;원하는 여행 일정 입력하기&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;service-box&quot;&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;SRT 앱 이용&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;SRT 앱 로그인하기&lt;/li&gt;
&lt;li&gt;메뉴 - 할인 승차권 선택하기&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;0&quot; data-origin-height=&quot;0&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/cJvjKq/btsMfZAQwoZ/wPcVHXwjjU4U5Q5UUemgLK/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/cJvjKq/btsMfZAQwoZ/wPcVHXwjjU4U5Q5UUemgLK/img.jpg&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/cJvjKq/btsMfZAQwoZ/wPcVHXwjjU4U5Q5UUemgLK/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FcJvjKq%2FbtsMfZAQwoZ%2FwPcVHXwjjU4U5Q5UUemgLK%2Fimg.jpg&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; data-origin-width=&quot;0&quot; data-origin-height=&quot;0&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;0&quot; data-origin-height=&quot;0&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/bQCCao/btsMe9KZeiK/wkxRPFbFENKapGT0k9fKY0/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/bQCCao/btsMe9KZeiK/wkxRPFbFENKapGT0k9fKY0/img.jpg&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/bQCCao/btsMe9KZeiK/wkxRPFbFENKapGT0k9fKY0/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbQCCao%2FbtsMe9KZeiK%2FwkxRPFbFENKapGT0k9fKY0%2Fimg.jpg&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; data-origin-width=&quot;0&quot; data-origin-height=&quot;0&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;

&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;원하는 여행 일정 입력하기&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;0&quot; data-origin-height=&quot;0&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/YCLlO/btsMhc6ZNmA/8pxQ9u5eaa6uINmJRsmXJ1/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/YCLlO/btsMhc6ZNmA/8pxQ9u5eaa6uINmJRsmXJ1/img.jpg&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/YCLlO/btsMhc6ZNmA/8pxQ9u5eaa6uINmJRsmXJ1/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FYCLlO%2FbtsMhc6ZNmA%2F8pxQ9u5eaa6uINmJRsmXJ1%2Fimg.jpg&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; data-origin-width=&quot;0&quot; data-origin-height=&quot;0&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;contact-info&quot;&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;&lt;b&gt;주의사항&lt;/b&gt;&lt;/h2&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;할인 승차권은 임산부 본인과 동반 보호자 1인에 한해 이용할 수 있으며, 동반 보호자가 단독으로 승차하는 것은 불가능합니다.&lt;span class=&quot;highlight&quot;&gt;1577-1000&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;요청 시 승차 시 신분증을 제시해야 하며, 등록된 자 이외의 다른 사람이 이용할 경우 할인 금액 회수 및 추가 부가운임이 부과될 수 있습니다. &lt;span class=&quot;highlight&quot;&gt;1577-1000&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;할인 기간은 출산 예정일로부터 1년까지이며, 다른 할인과 중복 적용은 불가능합니다.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
      <category>소소 지식</category>
      <category>SRT 임산부 할인</category>
      <category>srt 할인 예약</category>
      <category>srt임산부</category>
      <category>srt임산부 혜택</category>
      <category>임산부 기차 할인</category>
      <category>임산부 기차 혜택</category>
      <category>임산부 할인</category>
      <category>임산부 혜택</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/88</guid>
      <comments>https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-SRT-%ED%95%A0%EC%9D%B8-%EC%8B%A0%EC%B2%AD-%EB%B0%8F-%EC%98%88%EB%A7%A4-%EB%B0%A9%EB%B2%95#entry88comment</comments>
      <pubDate>Wed, 12 Feb 2025 21:58:51 +0900</pubDate>
    </item>
    <item>
      <title>2025년 임산부 정부 지원 혜택 총정리, 쉽게 신청하는 법</title>
      <link>https://sosonursing.tistory.com/entry/2025%EB%85%84-%EC%9E%84%EC%82%B0%EB%B6%80-%EC%A0%95%EB%B6%80-%EC%A7%80%EC%9B%90-%ED%98%9C%ED%83%9D-%EC%B4%9D%EC%A0%95%EB%A6%AC-%EC%89%BD%EA%B2%8C-%EC%8B%A0%EC%B2%AD%ED%95%98%EB%8A%94-%EB%B2%95</link>
      <description>&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;2025년 임산부 정부 지원 혜택 총정리, 쉽게 신청하는 법&lt;/title&gt;
    &lt;style&gt;
        body {
            font-family: 'Noto Sans KR', sans-serif;
            line-height: 1.6;
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            color: #333;
        }
        h1 {
            color: #2c3e50;
            text-align: center;
            margin-bottom: 40px;
        }
        h2 {
            color: #3498db;
            margin-top: 40px;
            padding-bottom: 10px;
            border-bottom: 2px solid #3498db;
        }
        h3 {
            color: #2980b9;
            margin-top: 30px;
        }
        .toc {
            background: #f8f9fa;
            padding: 20px 40px;
            border-radius: 8px;
            margin-bottom: 40px;
        }
        .toc h2 {
            margin-top: 0;
        }
        .service-box {
            background: #fff;
            padding: 20px;
            margin: 20px 0;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        .contact-info {
            background: #e8f4f8;
            padding: 20px;
            border-radius: 8px;
            margin-top: 40px;
        }
        ul {
            padding-left: 20px;
        }
        .highlight {
            background: #fff3cd;
            padding: 2px 5px;
            border-radius: 3px;
        }
             .button-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            max-width: 600px;
            margin: 30px auto;
        }
        
        .link-button {
            display: block;
            padding: 20px;
            background: #3498db;
            color: white;
            text-decoration: none;
            text-align: center;
            border-radius: 8px;
            font-weight: bold;
            transition: background-color 0.3s;
        }
        
        .link-button:hover {
            background: #2980b9;
        }

    &lt;/style&gt;
&lt;/head&gt;

&lt;body&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;/p&gt;
&lt;h2 style=&quot;text-align: center;&quot; data-ke-size=&quot;size26&quot;&gt;2025년 임산부 정부 지원 혜택 총정리, 쉽게 신청하는 법&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;오늘은 2025년 임산부를 위한 정부 지원 혜택을 총정리해보도록 하겠습니다. 정부 지원 임산부 혜택은 서비스 대상자에 따라 조금씩 다를 수 있는데요. 가장 손쉽게 확인하는 방법은 &lt;b&gt;맘편한 임신 원스톱 서비스 &lt;/b&gt;을 통해 신청하는 방법이에요. 아래에서 정부에서 지원하는 혜택과 신청 방법을 함께 알아보도록 할게요.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;div class=&quot;toc&quot;&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;목차&lt;/h2&gt;
&lt;ol style=&quot;list-style-type: decimal;&quot; data-ke-list-type=&quot;decimal&quot;&gt;
&lt;li&gt;&lt;a href=&quot;#onestop&quot;&gt;맘편한 임신 원스톱 서비스란?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#medical&quot;&gt;국민행복카드&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#prenatal&quot;&gt;산전검사지원&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;rail&quot;&gt;KTX, SRT 할인&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;section id=&quot;onestop&quot;&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;&lt;strong&gt;1. 맘편한 임신 원스톱 서비스&lt;/strong&gt;&lt;/h2&gt;
&lt;div class=&quot;service-box&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;1470&quot; data-origin-height=&quot;672&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/dfRMyy/btsMcB8c21E/oyV3hFvmLIMPyzDopwMsl1/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/dfRMyy/btsMcB8c21E/oyV3hFvmLIMPyzDopwMsl1/img.png&quot; data-alt=&quot;출처 정부24&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/dfRMyy/btsMcB8c21E/oyV3hFvmLIMPyzDopwMsl1/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FdfRMyy%2FbtsMcB8c21E%2FoyV3hFvmLIMPyzDopwMsl1%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;1470&quot; height=&quot;672&quot; data-origin-width=&quot;1470&quot; data-origin-height=&quot;672&quot;/&gt;&lt;/span&gt;&lt;figcaption&gt;출처 정부24&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;h3 data-ke-size=&quot;size23&quot;&gt;지원내용&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;정부에서 지원하는 임산부 혜택 &lt;b&gt; 국민행복카드, 산모・신생아 건강관리 지원사업, 엽산제・철분제 지원 등&lt;/b&gt;을 한 번에 신청할 수 있는 서비스에요. 많은 임산부들이 임신 소식을 알게되면 가장 먼저 신청하는 서비스이기도 해요.&lt;/li&gt;
&lt;li&gt;임신 확인 시 한 번의 신청으로 모든 임신・출산 지원 서비스 통합 신청이 가능해요&lt;/li&gt;
&lt;li&gt;임신・출산 관련 정보를 문자로 받아볼 수 있어요&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;지원대상&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;임신 확인 후 모든 임산부예요&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;신청방법&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;정부24 앱이나 웹사이트에서도 신청 가능해요&lt;/li&gt;
&lt;li&gt;예전에는 임신확인서를 첨부해야 했는데 이제는 별다른 서류 없이 신청이 가능하며, 임신사실은 의료기관에서 등록한 정보를 통해 확인해요.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot; data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;color: #ee2323;&quot;&gt;&lt;b&gt;▼ 아래 링크를 통해 편리한 [맘편한 임신 원스톱 서비스]를 신청가능합니다.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot; data-ke-size=&quot;size16&quot;&gt;&lt;a style=&quot;display: inline-block; padding: 20px 40px; background-color: #007bff; color: white; text-decoration: none; border-radius: 8px; font-weight: bold; text-align: center; margin: 30px 0; font-size: 30px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: background-color 0.3s ease, transform 0.2s ease;&quot; href=&quot;https://www.gov.kr/portal/onestopSvc/fertility&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;   지금 바로 맘편 임신 원스톱 서비스 신청하기 &lt;/a&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;section id=&quot;medical&quot;&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;&lt;strong&gt;2. 임신 관련 의료비 지원&lt;/strong&gt;&lt;/h2&gt;
조금 더 세부적으로 정부에서 지원하는 지원금에 대해서 알아볼게요.
&lt;div class=&quot;service-box&quot;&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;임신출산 진료비 지원(국민행복카드)&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;지원대상: 임신 중인 모든 산모예요&lt;/li&gt;
&lt;li&gt;지원내용:
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;임신 1회당 100만원 바우처를 지원해드려요&lt;/li&gt;
&lt;li&gt;임신・출산 진료비, 약제・치료재료 구입비로 사용하실 수 있어요&lt;/li&gt;
&lt;li&gt;임신과 관련없이 의료비로도 지출이 가능해요 예) 감기로 내과 진료 or 치과 진료 등&lt;/li&gt;
&lt;li&gt;출산 후 산모・신생아 건강관리 서비스도 이용 가능해요&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;신청방법: 국민건강보험공단 지사 방문하시거나 복지로 웹사이트에서 신청하세요&lt;/li&gt;
&lt;li&gt;&lt;b&gt;⭐Tip&lt;/b&gt; :국민행복카드는 국민, 신한, 삼성, 현대 등 여러 카드사에서 발급이 가능해요. 카드사에선 국민행복카드도 발급 실적이기 때문에 카드사에 따라, 어떤 경로로 발급하느냐에 따라 사은품 등 지원금이 달라요. 바로 발급하지 마시고, 맘카페 혹은 마미톡 등에서 진행하는 이벤트 확인 후 사음품까지 챙겨서 발급받으세요~&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;button-grid&quot;&gt;&lt;a class=&quot;link-button&quot; href=&quot;https://www.samsungcard.com/home/card/cardinfo/PGHPPCCCardCardinfoDetails001?code=AAP1688&amp;amp;click=vouchergov&quot;&gt;삼성 국민행복카드 신청 바로가기&lt;/a&gt; &lt;a class=&quot;link-button&quot; href=&quot;https://www.lottecard.co.kr/app/LPBOHAA_V100.lc?bId=70102&amp;amp;vtCdKndC=P10989-A10989&quot;&gt;롯데 국민행복카드 신청 바로가기&lt;/a&gt; &lt;a class=&quot;link-button&quot; href=&quot;https://card.kbcard.com/CRD/DVIEW/HCAMCXPRICAC0076?mainCC=a&amp;amp;cooperationcode=02065&amp;amp;solicitorcode=7026205159&quot;&gt;KB 국민행복카드 신청 바로가기&lt;/a&gt; &lt;a class=&quot;link-button&quot; href=&quot;https://www.shinhancard.com/pconts/html/card/apply/credit/1200235_2207.html&quot;&gt;신한 국민행복카드 신청 바로가기&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;service-box&quot;&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;고위험 임산부 의료비 지원&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;지원대상: 기준 중위소득 180% 이하 가구의 고위험 임산부예요&lt;/li&gt;
&lt;li&gt;지원내용:
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;입원치료비 중 본인부담금의 90%를 지원해드려요 (최대 300만원)&lt;/li&gt;
&lt;li&gt;조기진통, 임신중독증 등 19대 고위험 임신 질환이 해당돼요&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;신청방법: 주소지 관할 보건소에 방문하여 신청하세요&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;section id=&quot;prenatal&quot;&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;&lt;strong&gt;3. 산전 검사 지원&lt;/strong&gt;&lt;/h2&gt;
보건소에서는 임산부의 건강한 임신과 출산을 지원하기 위해 다양한 산전검사를 무료로 제공해요. 일반적으로 제공되는 검사와 관련 정보를 안내해 드릴게요.
&lt;div class=&quot;service-box&quot;&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;무료 산전 검사&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;지원대상: 해당 지역에 주민등록이 되어 있는 임산부로, 보건소에 등록된 분들이 대상&lt;/li&gt;
&lt;li&gt;지원내용:
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;일반 혈액검사: 빈혈 여부, 혈액형, B형간염, 에이즈(HIV), 매독, 풍진 항체 검사 등&lt;/li&gt;
&lt;li&gt;소변검사: 요단백, 요당, 요잠혈 등 신장 기능과 감염 여부&lt;/li&gt;
&lt;li&gt;기타 검사: 필요에 따라 간기능, 신장기능 검사 등이 추가&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;신청방법: 관할 보건소의 모자보건실을 방문하여 신청해요.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;⭐Tip&lt;/b&gt; : 임신사실을 확인하고 가장 먼저 병원에 가면 일반 혈액검사 및 소변 검사를 해요. 이 검사의 경우 비급여라 저는 초음파와 진료비 포함 첫날 10만원 정도 비용이 나오더라고요. 미리 지역보건소에서 제공하는 무료 산전 검사를 알고 방문하시면 무료 검사는 제외하고 병원에서 검사 후 보건소 방문 시(엽산 등 수령위해) 산전검사를 진행하면 검사비용을 절약할 수 있습니다.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;service-box&quot;&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;표준 모자보건수첩 제공&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;지원대상: 임신 확인 후 보건소에 등록한 모든 임산부예요&lt;/li&gt;
&lt;li&gt;지원내용:
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;산전검사 기록, 검사 일정을 안내해드려요&lt;/li&gt;
&lt;li&gt;태아 성장 과정 및 건강관리 정보를 제공해드려요&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;신청방법: 가까운 보건소를 방문하세요. 맘편한 원스톱 서비스를 통해서도 신청가능합니다.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;service-box&quot;&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;임산부 영양제 지원&lt;/h3&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;1412&quot; data-origin-height=&quot;382&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/Xa5Kb/btsMcGPal87/tgvY2sfqOqmxxc050EWT4k/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/Xa5Kb/btsMcGPal87/tgvY2sfqOqmxxc050EWT4k/img.png&quot; data-alt=&quot;출처 정부24&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/Xa5Kb/btsMcGPal87/tgvY2sfqOqmxxc050EWT4k/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FXa5Kb%2FbtsMcGPal87%2FtgvY2sfqOqmxxc050EWT4k%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;1412&quot; height=&quot;382&quot; data-origin-width=&quot;1412&quot; data-origin-height=&quot;382&quot;/&gt;&lt;/span&gt;&lt;figcaption&gt;출처 정부24&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;지원대상: 보건소 등록 임산부예요&lt;/li&gt;
&lt;li&gt;지원내용:
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;엽산제 (임신 12주까지)&lt;/li&gt;
&lt;li&gt;철분제 (임신 16주부터 출산전까지)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;신청방법: 보건소 방문 신청하세요. 맘편한 원스톱 서비스를 통해서도 신청가능합니다.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;section id=&quot;rail&quot;&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;&lt;strong&gt;4.KTX, SRT 할인&lt;/strong&gt;&lt;/h2&gt;
&lt;div class=&quot;service-box&quot;&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;맘편한 코레일&lt;/h3&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;1131&quot; data-origin-height=&quot;732&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/DBzYI/btsMd6TDnzN/bYnwagW03u4roSvhA1yUVK/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/DBzYI/btsMd6TDnzN/bYnwagW03u4roSvhA1yUVK/img.png&quot; data-alt=&quot;출처 코레일 홈페이지&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/DBzYI/btsMd6TDnzN/bYnwagW03u4roSvhA1yUVK/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FDBzYI%2FbtsMd6TDnzN%2FbYnwagW03u4roSvhA1yUVK%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;1131&quot; height=&quot;732&quot; data-origin-width=&quot;1131&quot; data-origin-height=&quot;732&quot;/&gt;&lt;/span&gt;&lt;figcaption&gt;출처 코레일 홈페이지&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;지원내용: 임산부와 동반 보호자 1인에게 KTX 특실을 일반실 요금으로 이용할 수 있는 혜택을 제공해요. 일반열차 이용 시, 임산부와 동반 보호자 1인에게 운임의 40% 할인을 제공해요.&lt;/li&gt;
&lt;li&gt;지원대상: 코레일멤버십 회원 중 임산부와 그 동반 보호자 1인&lt;/li&gt;
&lt;li&gt;지원기간: 할인 기간은 출산 예정일로부터 1년까지&lt;/li&gt;
&lt;li&gt;신청방법: 정부24의 '맘편한 임신 원스톱 서비스'를 통해 온라인으로 신청하거나, 전국 역 창구에서 임신확인서(또는 임신진단서)와 신분증을 제시하여 등록할 수 있어요.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;service-box&quot;&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;SRT (수서고속철도) 임산부 혜택&lt;/h3&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;1536&quot; data-origin-height=&quot;552&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/LvynM/btsMeLuzq72/N8YjSP5hMVHnO8XxRx91g1/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/LvynM/btsMeLuzq72/N8YjSP5hMVHnO8XxRx91g1/img.png&quot; data-alt=&quot;출처 SRT홈페이지&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/LvynM/btsMeLuzq72/N8YjSP5hMVHnO8XxRx91g1/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FLvynM%2FbtsMeLuzq72%2FN8YjSP5hMVHnO8XxRx91g1%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;1536&quot; height=&quot;552&quot; data-origin-width=&quot;1536&quot; data-origin-height=&quot;552&quot;/&gt;&lt;/span&gt;&lt;figcaption&gt;출처 SRT홈페이지&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;지원내용: 임산부와 동반 보호자 1인에게 SRT 열차 운임의 30% 할인을 제공해요. 특실 이용 시, 운임의 30% 할인이 적용되며, 특실 서비스 요금은 할인 대상에서 제외돼요.&lt;/li&gt;
&lt;li&gt;지원대상: SRT 회원 중 임산부와 그 동반 보호자 1인&lt;/li&gt;
&lt;li&gt;지원기간: 할인 기간은 출산 예정일로부터 1년까지&lt;/li&gt;
&lt;li&gt;신청방법: 정부24의 '맘편한 임신 원스톱 서비스'를 통해 온라인으로 신청하거나, SRT 홈페이지 또는 앱에서 임산부 등록을 진행해요.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;p style=&quot;text-align: center;&quot; data-ke-size=&quot;size16&quot;&gt;&lt;a style=&quot;display: inline-block; padding: 20px 40px; background-color: #007bff; color: white; text-decoration: none; border-radius: 8px; font-weight: bold; text-align: center; margin: 30px 0; font-size: 30px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: background-color 0.3s ease, transform 0.2s ease;&quot; href=&quot;https://etk.srail.kr/cms/archive.do?pageId=TK0401010000&amp;amp;category=pbs&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;   SRT 할인 등록 바로가기 &lt;/a&gt;&lt;/section&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;각 지원 사업의 자세한 내용은 거주지 관할 보건소나 주민센터에 문의해 주세요. 지역별로 지원 내용과 금액이 다를 수 있으니 반드시 확인해 주세요.&lt;/p&gt;
  &lt;/body&gt;</description>
      <category>소소 지식</category>
      <category>2025  임신 지원</category>
      <category>2025 임산부 지원</category>
      <category>2025년 임산부 혜택</category>
      <category>임산부 정부 혜택</category>
      <category>임산부 정부지원</category>
      <category>임산부 혜택 정리</category>
      <category>임산부혜택</category>
      <category>임산부혜택 신청</category>
      <category>임신 혜택</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/87</guid>
      <comments>https://sosonursing.tistory.com/entry/2025%EB%85%84-%EC%9E%84%EC%82%B0%EB%B6%80-%EC%A0%95%EB%B6%80-%EC%A7%80%EC%9B%90-%ED%98%9C%ED%83%9D-%EC%B4%9D%EC%A0%95%EB%A6%AC-%EC%89%BD%EA%B2%8C-%EC%8B%A0%EC%B2%AD%ED%95%98%EB%8A%94-%EB%B2%95#entry87comment</comments>
      <pubDate>Tue, 11 Feb 2025 01:42:33 +0900</pubDate>
    </item>
    <item>
      <title>농지연금 완벽 가이드  : 가입 조건부터 예상 수령액 조회까지</title>
      <link>https://sosonursing.tistory.com/entry/%EB%86%8D%EC%A7%80%EC%97%B0%EA%B8%88-%EC%99%84%EB%B2%BD-%EA%B0%80%EC%9D%B4%EB%93%9C-%EA%B0%80%EC%9E%85-%EC%A1%B0%EA%B1%B4%EB%B6%80%ED%84%B0-%EC%98%88%EC%83%81-%EC%88%98%EB%A0%B9%EC%95%A1-%EC%A1%B0%ED%9A%8C%EA%B9%8C%EC%A7%80</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;농지연금으로 안정적인 노후생활 보장받기&lt;/b&gt;&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;농업인의 안정적인 노후생활을 위해 도입된 농지연금은 소유하고 있는 농지를 담보로 매월 연금을 지급받을 수 있는 제도입니다. 이 글에서는 농지연금의 주요 내용과 가입 방법에 대해 자세히 알아보겠습니다.&lt;/p&gt;
&lt;div class=&quot;table-of-contents&quot; style=&quot;background-color: #f8f9fa; padding: 30px; border-radius: 15px; margin-bottom: 30px;&quot;&gt;
&lt;h2 style=&quot;font-size: 24px; color: #333; margin-bottom: 3px;&quot; data-ke-size=&quot;size26&quot;&gt;&lt;b&gt;  목차&lt;/b&gt;&lt;/h2&gt;
&lt;ol style=&quot;list-style-type: decimal; padding-left: 20px;&quot; data-ke-list-type=&quot;decimal&quot;&gt;
&lt;li&gt;&lt;a style=&quot;font-size: 20px; color: #007bff; text-decoration: none;&quot; href=&quot;#intro&quot;&gt;농지연금이란 무엇인가요?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a style=&quot;font-size: 20px; color: #007bff; text-decoration: none;&quot; href=&quot;#schedule&quot;&gt;누가 가입할 수 있나요?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a style=&quot;font-size: 20px; color: #007bff; text-decoration: none;&quot; href=&quot;#events&quot;&gt;어떤 농지가 대상인가요?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a style=&quot;font-size: 20px; color: #007bff; text-decoration: none;&quot; href=&quot;#fees&quot;&gt;농지연금의 종류는 무엇인가요?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a style=&quot;font-size: 20px; color: #007bff; text-decoration: none;&quot; href=&quot;#directions&quot;&gt;가입 절차는 어떻게 되나요? &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a style=&quot;font-size: 20px; color: #007bff; text-decoration: none;&quot; href=&quot;#attractions&quot;&gt;농지연금의 장점은 무엇인가요?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a style=&quot;font-size: 20px; color: #007bff; text-decoration: none;&quot; href=&quot;#caution&quot;&gt;주의해야 할 점은 무엇인가요?&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div class=&quot;intro&quot;&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;&amp;nbsp;&lt;/h2&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;농지연금이란 무엇인가요?&lt;/b&gt;&lt;/h3&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;1490&quot; data-origin-height=&quot;672&quot;&gt;&lt;a href=&quot;https://www.fbo.or.kr/index.do&quot; target=&quot;_blank&quot; title=&quot;농지연금 포털사이트&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/Rj5bK/btsL9RnXj7q/BjWb2AMvOmYnBdd1v3hx81/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FRj5bK%2FbtsL9RnXj7q%2FBjWb2AMvOmYnBdd1v3hx81%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;1490&quot; height=&quot;672&quot; data-origin-width=&quot;1490&quot; data-origin-height=&quot;672&quot;/&gt;&lt;/a&gt;&lt;/figure&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;/li&gt;
&lt;li&gt;상속 가능&lt;/li&gt;
&lt;li&gt;부부 모두 생존해 있는 동안 연금 지급&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;div class=&quot;schedule&quot;&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;누가 가입할 수 있나요?&lt;/b&gt;&lt;/h3&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;가입연령&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;만 65세 이상의 농업인이 가입 가능&lt;/li&gt;
&lt;li&gt;부부 중 연장자가 만 65세 이상이면 가입 가능&lt;/li&gt;
&lt;li&gt;배우자도 가입자격을 충족해야 함&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;농업인 자격요건&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;신청일 기준 최근 5년 중 3년 이상 영농경력 보유&lt;/li&gt;
&lt;li&gt;농업경영체 등록자여야 함&lt;/li&gt;
&lt;li&gt;농지소유자 본인이 직접 경작하고 있어야 함&lt;/li&gt;
&lt;/ul&gt;
&lt;a style=&quot;display: inline-block; padding: 20px 40px; background-color: #007bff; color: white; text-decoration: none; border-radius: 8px; font-weight: bold; text-align: center; margin: 30px 0; font-size: 30px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: background-color 0.3s ease, transform 0.2s ease;&quot; href=&quot;https://www.fbo.or.kr/contents/Contents.do?menuId=0400100020#C1&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;   농지연금 자격여부 확인하기&lt;/a&gt;&amp;nbsp;&lt;/div&gt;
&lt;p style=&quot;text-align: center;&quot; data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;div class=&quot;events&quot;&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;어떤 농지가 대상인가요?&lt;/b&gt;&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;공부상 지목이 전, 답, 과수원이어야 함&lt;/li&gt;
&lt;li&gt;실제 영농에 이용되고 있는 농지&lt;/li&gt;
&lt;li&gt;저당권 등 제한물권이 설정되어 있지 않은 농지&lt;/li&gt;
&lt;li&gt;신청일 기준 최근 5년 이상 소유한 농지&lt;/li&gt;
&lt;li&gt;농지가격이 평당 최소 15만원 이상&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;div class=&quot;fees&quot;&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;농지연금의 종류는 무엇인가요?&lt;/b&gt;&lt;/h3&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;종신형&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;생존하는 동안 매월 일정금액 지급&lt;/li&gt;
&lt;li&gt;부부 중 한 명이라도 생존 시 계속 지급&lt;/li&gt;
&lt;li&gt;농지소유권은 사망 후 상속인에게 상속&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;기간형&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;일정 기간(5년, 10년, 15년) 동안만 연금 지급&lt;/li&gt;
&lt;li&gt;종신형보다 월 지급액이 많음&lt;/li&gt;
&lt;li&gt;기간 종료 후 농지는 본인 소유로 유지&lt;/li&gt;
&lt;/ul&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;1502&quot; data-origin-height=&quot;612&quot;&gt;&lt;a href=&quot;https://www.fbo.or.kr/pesn/my/IqireForm.do?menuId=040020&quot; target=&quot;_blank&quot; title=&quot;농지연금 예상금액 보기&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/bjbni2/btsL75upND4/wNZ4aAZfYPlWOJTQkbVJJK/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fbjbni2%2FbtsL75upND4%2FwNZ4aAZfYPlWOJTQkbVJJK%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;1502&quot; height=&quot;612&quot; data-origin-width=&quot;1502&quot; data-origin-height=&quot;612&quot;/&gt;&lt;/a&gt;&lt;/figure&gt;

&lt;p style=&quot;color: #333333; text-align: center;&quot; data-ke-size=&quot;size16&quot;&gt;&lt;a style=&quot;display: inline-block; padding: 20px 40px; background-color: #007bff; color: white; text-decoration: none; border-radius: 8px; font-weight: bold; text-align: center; margin: 30px 0; font-size: 30px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: background-color 0.3s ease, transform 0.2s ease;&quot; href=&quot;https://www.fbo.or.kr/pesn/my/IqireForm.do?menuId=040020&quot;&gt;  농지연금 수령액 계산하기&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;

&lt;div class=&quot;directions&quot;&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&amp;nbsp;&lt;/h3&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;가입 절차는 어떻게 되나요?&lt;/b&gt;&lt;/h3&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;상담 및 신청&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;한국농어촌공사 지사 방문 또는 전화 상담&lt;/li&gt;
&lt;li&gt;농지연금 지원 신청서 작성 및 제출&lt;/li&gt;
&lt;li&gt;온라인 신청: 농지연금 포털 접속&lt;/li&gt;
  
  &lt;h3 data-ke-size=&quot;size23&quot;&gt;필요서류&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;농지연금 지원신청서&lt;/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;h3 data-ke-size=&quot;size23&quot;&gt;심사 및 승인&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;자격요건 검토담&lt;/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;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 800 400&quot;&gt;
    &lt;!-- Background --&gt;
    &lt;rect width=&quot;800&quot; height=&quot;400&quot; fill=&quot;#f8f9fa&quot;/&gt;
    
    &lt;!-- Step 1 --&gt;
    &lt;rect x=&quot;50&quot; y=&quot;50&quot; width=&quot;160&quot; height=&quot;80&quot; rx=&quot;10&quot; fill=&quot;#4dabf7&quot;/&gt;
    &lt;text x=&quot;130&quot; y=&quot;80&quot; text-anchor=&quot;middle&quot; fill=&quot;white&quot; font-size=&quot;16&quot; font-weight=&quot;bold&quot;&gt;STEP 1&lt;/text&gt;
    &lt;text x=&quot;130&quot; y=&quot;100&quot; text-anchor=&quot;middle&quot; fill=&quot;white&quot; font-size=&quot;14&quot;&gt;상담신청&lt;/text&gt;
    &lt;text x=&quot;130&quot; y=&quot;120&quot; text-anchor=&quot;middle&quot; fill=&quot;white&quot; font-size=&quot;12&quot;&gt;방문/전화/온라인&lt;/text&gt;

    &lt;!-- Arrow 1 --&gt;
    &lt;path d=&quot;M210 90 L270 90&quot; stroke=&quot;#495057&quot; stroke-width=&quot;2&quot; marker-end=&quot;url(#arrow)&quot;/&gt;
    
    &lt;!-- Step 2 --&gt;
    &lt;rect x=&quot;270&quot; y=&quot;50&quot; width=&quot;160&quot; height=&quot;80&quot; rx=&quot;10&quot; fill=&quot;#4dabf7&quot;/&gt;
    &lt;text x=&quot;350&quot; y=&quot;80&quot; text-anchor=&quot;middle&quot; fill=&quot;white&quot; font-size=&quot;16&quot; font-weight=&quot;bold&quot;&gt;STEP 2&lt;/text&gt;
    &lt;text x=&quot;350&quot; y=&quot;100&quot; text-anchor=&quot;middle&quot; fill=&quot;white&quot; font-size=&quot;14&quot;&gt;서류제출&lt;/text&gt;
    &lt;text x=&quot;350&quot; y=&quot;120&quot; text-anchor=&quot;middle&quot; fill=&quot;white&quot; font-size=&quot;12&quot;&gt;필요서류 구비&lt;/text&gt;

    &lt;!-- Arrow 2 --&gt;
    &lt;path d=&quot;M430 90 L490 90&quot; stroke=&quot;#495057&quot; stroke-width=&quot;2&quot; marker-end=&quot;url(#arrow)&quot;/&gt;
    
    &lt;!-- Step 3 --&gt;
    &lt;rect x=&quot;490&quot; y=&quot;50&quot; width=&quot;160&quot; height=&quot;80&quot; rx=&quot;10&quot; fill=&quot;#4dabf7&quot;/&gt;
    &lt;text x=&quot;570&quot; y=&quot;80&quot; text-anchor=&quot;middle&quot; fill=&quot;white&quot; font-size=&quot;16&quot; font-weight=&quot;bold&quot;&gt;STEP 3&lt;/text&gt;
    &lt;text x=&quot;570&quot; y=&quot;100&quot; text-anchor=&quot;middle&quot; fill=&quot;white&quot; font-size=&quot;14&quot;&gt;심사&lt;/text&gt;
    &lt;text x=&quot;570&quot; y=&quot;120&quot; text-anchor=&quot;middle&quot; fill=&quot;white&quot; font-size=&quot;12&quot;&gt;자격요건/농지평가&lt;/text&gt;

    &lt;!-- Arrow 3 --&gt;
    &lt;path d=&quot;M570 130 L570 190&quot; stroke=&quot;#495057&quot; stroke-width=&quot;2&quot; marker-end=&quot;url(#arrow)&quot;/&gt;
    
    &lt;!-- Step 4 --&gt;
    &lt;rect x=&quot;490&quot; y=&quot;190&quot; width=&quot;160&quot; height=&quot;80&quot; rx=&quot;10&quot; fill=&quot;#4dabf7&quot;/&gt;
    &lt;text x=&quot;570&quot; y=&quot;220&quot; text-anchor=&quot;middle&quot; fill=&quot;white&quot; font-size=&quot;16&quot; font-weight=&quot;bold&quot;&gt;STEP 4&lt;/text&gt;
    &lt;text x=&quot;570&quot; y=&quot;240&quot; text-anchor=&quot;middle&quot; fill=&quot;white&quot; font-size=&quot;14&quot;&gt;승인/약정체결&lt;/text&gt;
    &lt;text x=&quot;570&quot; y=&quot;260&quot; text-anchor=&quot;middle&quot; fill=&quot;white&quot; font-size=&quot;12&quot;&gt;연금액 확정&lt;/text&gt;

    &lt;!-- Arrow 4 --&gt;
    &lt;path d=&quot;M490 230 L430 230&quot; stroke=&quot;#495057&quot; stroke-width=&quot;2&quot; marker-end=&quot;url(#arrow)&quot;/&gt;
    
    &lt;!-- Step 5 --&gt;
    &lt;rect x=&quot;270&quot; y=&quot;190&quot; width=&quot;160&quot; height=&quot;80&quot; rx=&quot;10&quot; fill=&quot;#4dabf7&quot;/&gt;
    &lt;text x=&quot;350&quot; y=&quot;220&quot; text-anchor=&quot;middle&quot; fill=&quot;white&quot; font-size=&quot;16&quot; font-weight=&quot;bold&quot;&gt;STEP 5&lt;/text&gt;
    &lt;text x=&quot;350&quot; y=&quot;240&quot; text-anchor=&quot;middle&quot; fill=&quot;white&quot; font-size=&quot;14&quot;&gt;담보설정&lt;/text&gt;
    &lt;text x=&quot;350&quot; y=&quot;260&quot; text-anchor=&quot;middle&quot; fill=&quot;white&quot; font-size=&quot;12&quot;&gt;등기설정&lt;/text&gt;

    &lt;!-- Arrow 5 --&gt;
    &lt;path d=&quot;M270 230 L210 230&quot; stroke=&quot;#495057&quot; stroke-width=&quot;2&quot; marker-end=&quot;url(#arrow)&quot;/&gt;
    
    &lt;!-- Final Step --&gt;
    &lt;rect x=&quot;50&quot; y=&quot;190&quot; width=&quot;160&quot; height=&quot;80&quot; rx=&quot;10&quot; fill=&quot;#40c057&quot;/&gt;
    &lt;text x=&quot;130&quot; y=&quot;220&quot; text-anchor=&quot;middle&quot; fill=&quot;white&quot; font-size=&quot;16&quot; font-weight=&quot;bold&quot;&gt;STEP 6&lt;/text&gt;
    &lt;text x=&quot;130&quot; y=&quot;240&quot; text-anchor=&quot;middle&quot; fill=&quot;white&quot; font-size=&quot;14&quot;&gt;연금지급&lt;/text&gt;
    &lt;text x=&quot;130&quot; y=&quot;260&quot; text-anchor=&quot;middle&quot; fill=&quot;white&quot; font-size=&quot;12&quot;&gt;매월 지급&lt;/text&gt;

    &lt;!-- Arrow Marker Definition --&gt;
    &lt;defs&gt;
        &lt;marker id=&quot;arrow&quot; viewBox=&quot;0 0 10 10&quot; refX=&quot;9&quot; refY=&quot;5&quot;
            markerWidth=&quot;6&quot; markerHeight=&quot;6&quot;
            orient=&quot;auto-start-reverse&quot;&gt;
            &lt;path d=&quot;M 0 0 L 10 5 L 0 10 z&quot; fill=&quot;#495057&quot;/&gt;
        &lt;/marker&gt;
    &lt;/defs&gt;
&lt;/svg&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;federico-respini-sYffw0LNr7s-unsplash.jpg&quot; data-origin-width=&quot;5923&quot; data-origin-height=&quot;3332&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/b9zSKh/btsL7QD1vWD/HWxKnYHUIKMu2pNetduM5K/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/b9zSKh/btsL7QD1vWD/HWxKnYHUIKMu2pNetduM5K/img.jpg&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/b9zSKh/btsL7QD1vWD/HWxKnYHUIKMu2pNetduM5K/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fb9zSKh%2FbtsL7QD1vWD%2FHWxKnYHUIKMu2pNetduM5K%2Fimg.jpg&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;5923&quot; height=&quot;3332&quot; data-filename=&quot;federico-respini-sYffw0LNr7s-unsplash.jpg&quot; data-origin-width=&quot;5923&quot; data-origin-height=&quot;3332&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;




&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;div class=&quot;attractions&quot;&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;농지연금의 장점은 무엇인가요?&lt;/b&gt;&lt;/h3&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;안정적인 노후소득 보장&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;매월 일정액의 연금 수령&lt;/li&gt;
&lt;li&gt;물가상승률 반영으로 실질가치 보존&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;농지 계속 보유&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;담보 설정 후에도 계속 경작 가능&lt;/li&gt;
&lt;li&gt;상속인에게 농지 상속 가능&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;div class=&quot;caution&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;leon-mcgregor-Zk3ZUpzSp8c-unsplash.jpg&quot; data-origin-width=&quot;3931&quot; data-origin-height=&quot;2517&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/bMsqeu/btsL7ABqdDQ/vqry14KiGbFBXJMhxKz9X1/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/bMsqeu/btsL7ABqdDQ/vqry14KiGbFBXJMhxKz9X1/img.jpg&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/bMsqeu/btsL7ABqdDQ/vqry14KiGbFBXJMhxKz9X1/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbMsqeu%2FbtsL7ABqdDQ%2Fvqry14KiGbFBXJMhxKz9X1%2Fimg.jpg&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;3931&quot; height=&quot;2517&quot; data-filename=&quot;leon-mcgregor-Zk3ZUpzSp8c-unsplash.jpg&quot; data-origin-width=&quot;3931&quot; data-origin-height=&quot;2517&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;

&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;주의해야 할 점은 무엇인가요?&lt;/b&gt;&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;연금 수령액은 농지가격, 가입연령, 선택하는 연금유형에 따라 달라집니다.&lt;/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;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;자세한 상담이나 문의사항은 &lt;b&gt;한국농어촌공사 농지연금 콜센터(1577-7770)&lt;/b&gt;로 연락하시거나, 농지연금 포털을 방문하시면 됩니다.&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot; data-ke-size=&quot;size16&quot;&gt;&lt;a style=&quot;display: inline-block; padding: 20px 40px; background-color: #007bff; color: white; text-decoration: none; border-radius: 8px; font-weight: bold; text-align: center; margin: 30px 0; font-size: 30px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: background-color 0.3s ease, transform 0.2s ease;&quot; href=&quot;https://www.fbo.or.kr/index.do&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;   농지연금 홈페이지 바로가기 &lt;/a&gt;&lt;/p&gt;
  
  &lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;dylan-de-jonge-9SjCXUq_qSE-unsplash.jpg&quot; data-origin-width=&quot;4000&quot; data-origin-height=&quot;2667&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/spI58/btsL7wMAnIR/3kOk0u04t7deT8k1Cob7R1/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/spI58/btsL7wMAnIR/3kOk0u04t7deT8k1Cob7R1/img.jpg&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/spI58/btsL7wMAnIR/3kOk0u04t7deT8k1Cob7R1/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FspI58%2FbtsL7wMAnIR%2F3kOk0u04t7deT8k1Cob7R1%2Fimg.jpg&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;4000&quot; height=&quot;2667&quot; data-filename=&quot;dylan-de-jonge-9SjCXUq_qSE-unsplash.jpg&quot; data-origin-width=&quot;4000&quot; data-origin-height=&quot;2667&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;</description>
      <category>소소 지식</category>
      <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://sosonursing.tistory.com/86</guid>
      <comments>https://sosonursing.tistory.com/entry/%EB%86%8D%EC%A7%80%EC%97%B0%EA%B8%88-%EC%99%84%EB%B2%BD-%EA%B0%80%EC%9D%B4%EB%93%9C-%EA%B0%80%EC%9E%85-%EC%A1%B0%EA%B1%B4%EB%B6%80%ED%84%B0-%EC%98%88%EC%83%81-%EC%88%98%EB%A0%B9%EC%95%A1-%EC%A1%B0%ED%9A%8C%EA%B9%8C%EC%A7%80#entry86comment</comments>
      <pubDate>Thu, 6 Feb 2025 02:19:28 +0900</pubDate>
    </item>
    <item>
      <title>용인에서 가볼 만한 눈썰매장 5곳   용인 눈썰매장 추천</title>
      <link>https://sosonursing.tistory.com/entry/%EC%9A%A9%EC%9D%B8%EC%97%90%EC%84%9C-%EA%B0%80%EB%B3%BC-%EB%A7%8C%ED%95%9C-%EB%88%88%EC%8D%B0%EB%A7%A4%EC%9E%A5-5%EA%B3%B3-%F0%9F%9B%B7-%EC%9A%A9%EC%9D%B8-%EB%88%88%EC%8D%B0%EB%A7%A4%EC%9E%A5-%EC%B6%94%EC%B2%9C</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;/p&gt;
&lt;h1&gt;겨울이 왔다! 용인에서 가볼 만한 눈썰매장 5곳  &lt;/h1&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;겨울이 왔다! 그리고 겨울이 왔다면? 눈썰매를 타야지! 아이와 가족과 연인과 함께 즐기는 겨울 놀거리! 오늘은 용인에서 가기 좋은 눈썰매장 5곳을 소개해보려고 해요. &amp;lt;!목차 만들기 html&amp;gt;&lt;/p&gt;
&lt;div class=&quot;table-of-contents&quot; style=&quot;background-color: #f8f9fa; padding: 30px; border-radius: 15px; margin-bottom: 30px;&quot;&gt;
&lt;h2 style=&quot;font-size: 24px; color: #333; margin-bottom: 3px;&quot; data-ke-size=&quot;size26&quot;&gt;목차&lt;/h2&gt;
&lt;ol style=&quot;list-style-type: decimal; padding-left: 20px;&quot; data-ke-list-type=&quot;decimal&quot;&gt;
&lt;li&gt;&lt;a style=&quot;font-size: 20px; color: #007bff; text-decoration: none;&quot; href=&quot;#intro&quot;&gt;에버랜드 스노우 버스터  &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a style=&quot;font-size: 20px; color: #007bff; text-decoration: none;&quot; href=&quot;#schedule&quot;&gt;용인자연휴양림 눈썰매장  &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a style=&quot;font-size: 20px; color: #007bff; text-decoration: none;&quot; href=&quot;#events&quot;&gt;한국민속촌 눈썰매장  &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a style=&quot;font-size: 20px; color: #007bff; text-decoration: none;&quot; href=&quot;#fees&quot;&gt;양지파인리조트 눈썰매장 ⛷ &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a style=&quot;font-size: 20px; color: #007bff; text-decoration: none;&quot; href=&quot;#directions&quot;&gt;동천자연식물원 눈썰매장  &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a style=&quot;font-size: 20px; color: #007bff; text-decoration: none;&quot; href=&quot;#attractions&quot;&gt;웰리힐리파크 눈썰매장  &lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div class=&quot;intro&quot; style=&quot;background-color: #f8f9fa; padding: 30px; border-radius: 15px; margin-bottom: 30px;&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;961&quot; data-origin-height=&quot;791&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/dqPcgv/btsL6pFQqO3/1AiqXgL76KVQCqD0IZnO7K/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/dqPcgv/btsL6pFQqO3/1AiqXgL76KVQCqD0IZnO7K/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/dqPcgv/btsL6pFQqO3/1AiqXgL76KVQCqD0IZnO7K/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FdqPcgv%2FbtsL6pFQqO3%2F1AiqXgL76KVQCqD0IZnO7K%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;961&quot; height=&quot;791&quot; data-origin-width=&quot;961&quot; data-origin-height=&quot;791&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;

&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;1. 에버랜드 스노우 버스터&lt;/b&gt;  &lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;&quot;눈썰매도 놀이기구처럼 타고 싶다면 여기로!&quot;&lt;/b&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;특징:&lt;/b&gt; 에버랜드답게 썰매장도 초호화! 패밀리, 레이싱, 익스프레스 3개 코스로 나뉘어 있어서 누구나 취향대로 즐길 수 있어요. 그리고! 자동 리프트 탑재로 썰매를 들고 언덕을 기어오를 필요 없는게 아주 큰 장점! 눈썰매는 용인 에버랜드 입장료에 포함되어 있어 눈썰매와 놀이기구를 함께 즐기기에 좋아요. 하루 종일 시간 보내기에 딱입니다.&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;&lt;b&gt;입장료:&lt;/b&gt; 에버랜드 입장권 (3~4만 원대, 온라인 예매 추천!)&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;주소:&lt;/b&gt; 경기도 용인시 처인구 포곡읍 에버랜드로 199&lt;/p&gt;
&lt;/div&gt;
&lt;p style=&quot;text-align: center;&quot; data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;color: #ee2323;&quot;&gt;▼ 아래 링크를 클릭하면 최근 방문한 자세한 후기 빠르게 확인가능합니다!&lt;/span&gt; &lt;a style=&quot;display: inline-block; padding: 20px 40px; background-color: #007bff; color: white; text-decoration: none; border-radius: 8px; font-weight: bold; text-align: center; margin: 30px 0; font-size: 30px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: background-color 0.3s ease, transform 0.2s ease;&quot; href=&quot;https://blog.naver.com/noonmool011/223717616615&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;   용인 에버랜드 눈썰매장 후기 1&lt;/a&gt; &lt;a style=&quot;display: inline-block; padding: 20px 40px; background-color: #007bff; color: white; text-decoration: none; border-radius: 8px; font-weight: bold; text-align: center; margin: 30px 0; font-size: 30px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: background-color 0.3s ease, transform 0.2s ease;&quot; href=&quot;https://blog.naver.com/ddtadh/223715381252&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;   용인 에버랜드 눈썰매장 후기 2&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;  .&lt;/p&gt;

&lt;div class=&quot;schedule&quot; style=&quot;background-color: #f8f9fa; padding: 30px; border-radius: 15px; margin-bottom: 30px;&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;761&quot; data-origin-height=&quot;783&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/UW1pV/btsL5DLyvC0/Kc1VR6eUnOybPm7BmNTuD0/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/UW1pV/btsL5DLyvC0/Kc1VR6eUnOybPm7BmNTuD0/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/UW1pV/btsL5DLyvC0/Kc1VR6eUnOybPm7BmNTuD0/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FUW1pV%2FbtsL5DLyvC0%2FKc1VR6eUnOybPm7BmNTuD0%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;761&quot; height=&quot;783&quot; data-origin-width=&quot;761&quot; data-origin-height=&quot;783&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;

&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;2. 용인 청소년수련원 눈썰매장&lt;/b&gt;  &lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;&quot;눈썰매 타고 힐링까지 한 번에!&quot;&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;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; 성인 10,000원 / 청소년 9,000 (16세-24세 이하) / 아동 8,000 (8세-15세 이하) / 유아7,000 (36개월-7세 이하) ⭐용인시민 2000원 할인 ⭐&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;주소:&lt;/b&gt;경기도 용인시 처인구 양지면 죽양대로2071번길 50&lt;/p&gt;
&lt;/div&gt;
&lt;p style=&quot;text-align: center;&quot; data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;color: #ee2323;&quot;&gt;▼ 아래 링크를 클릭하면 최근 방문한 자세한 후기 빠르게 확인가능합니다!&lt;/span&gt; &lt;a style=&quot;display: inline-block; padding: 20px 40px; background-color: #007bff; color: white; text-decoration: none; border-radius: 8px; font-weight: bold; text-align: center; margin: 30px 0; font-size: 30px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: background-color 0.3s ease, transform 0.2s ease;&quot; href=&quot;https://blog.naver.com/somssiii/223731552338&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;   용인 청소년수련원 눈썰매장&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;  .&lt;/p&gt;
&lt;div class=&quot;events&quot; style=&quot;background-color: #f8f9fa; padding: 30px; border-radius: 15px; margin-bottom: 30px;&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;1153&quot; data-origin-height=&quot;736&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/bODViy/btsL7iMLJXY/VnpHYf69CGj9rJbPu89vEk/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/bODViy/btsL7iMLJXY/VnpHYf69CGj9rJbPu89vEk/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/bODViy/btsL7iMLJXY/VnpHYf69CGj9rJbPu89vEk/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbODViy%2FbtsL7iMLJXY%2FVnpHYf69CGj9rJbPu89vEk%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;1153&quot; height=&quot;736&quot; data-origin-width=&quot;1153&quot; data-origin-height=&quot;736&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;

&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;3. 한국민속촌 눈썰매장&lt;/b&gt;  &lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;&quot;눈썰매도 타고 멋진 공연과 한국민속촌 체험도 하고! &quot;&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;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;주차:&lt;/b&gt; 대형 3,000원 / 소형 2,000원 / 장애인 등록차량 1,000원&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;입장료:&lt;/b&gt; 민속촌 종일 + 썰매장 반일권 아동 23,000 / 성인 28,750원 (네이버 예매 기준)&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;주소:&lt;/b&gt;경기 용인시 기흥구 민속촌로 90 한국민속촌&lt;/p&gt;
&lt;/div&gt;
&lt;p style=&quot;text-align: center;&quot; data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: #ee2323;&quot;&gt;▼ 아래 링크를 클릭하면 최근 방문한 내돈내산! 솔직 후기 빠르게 확인가능합니다&lt;/span&gt;&lt;/b&gt; &lt;a style=&quot;display: inline-block; padding: 20px 40px; background-color: #007bff; color: white; text-decoration: none; border-radius: 8px; font-weight: bold; text-align: center; margin: 30px 0; font-size: 30px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: background-color 0.3s ease, transform 0.2s ease;&quot; href=&quot;https://blog.naver.com/qkraldus0901/223736411583&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;   용인 한국민속촌 눈썰매장 후기&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;  .&lt;/p&gt;
&lt;div class=&quot;fees&quot; style=&quot;background-color: #f8f9fa; padding: 30px; border-radius: 15px; margin-bottom: 30px;&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;1000&quot; data-origin-height=&quot;1414&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/bkitd1/btsL6Id6VPf/8qCCO047JtrK67CRDr6e61/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/bkitd1/btsL6Id6VPf/8qCCO047JtrK67CRDr6e61/img.jpg&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/bkitd1/btsL6Id6VPf/8qCCO047JtrK67CRDr6e61/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fbkitd1%2FbtsL6Id6VPf%2F8qCCO047JtrK67CRDr6e61%2Fimg.jpg&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;1000&quot; height=&quot;1414&quot; data-origin-width=&quot;1000&quot; data-origin-height=&quot;1414&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;

&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;4. 양지파인리조트 눈썰매장 ⛷&lt;/b&gt;&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;&quot;오래 기다리지않고 바로바로 탈 수 있는 곳!&quot;&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;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; 1인 9,900원~16,900원 (네이버 예약 할인가/ 당일 사용 불가)&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;주소:&lt;/b&gt;경기 용인시 처인구 양지면 남평로 112&lt;/p&gt;
&lt;/div&gt;
&lt;p style=&quot;text-align: center;&quot; data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: #ee2323;&quot;&gt;▼ 아래 링크를 클릭하면 최근 방문한 내돈내산 후기 빠르게 확인가능합니다!&lt;/span&gt;&lt;/b&gt; &lt;a style=&quot;display: inline-block; padding: 20px 40px; background-color: #007bff; color: white; text-decoration: none; border-radius: 8px; font-weight: bold; text-align: center; margin: 30px 0; font-size: 30px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: background-color 0.3s ease, transform 0.2s ease;&quot; href=&quot;https://blog.naver.com/1004kyemin/223715490030&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;   용인 양지파인리조트 눈썰매장 방문후기&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;  .&lt;/p&gt;
&lt;div class=&quot;directions&quot; style=&quot;background-color: #f8f9fa; padding: 30px; border-radius: 15px; margin-bottom: 30px;&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;808&quot; data-origin-height=&quot;812&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/rgODL/btsL6WXvUyh/MTs5hkyAP75aKqvqdoBPpk/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/rgODL/btsL6WXvUyh/MTs5hkyAP75aKqvqdoBPpk/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/rgODL/btsL6WXvUyh/MTs5hkyAP75aKqvqdoBPpk/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FrgODL%2FbtsL6WXvUyh%2FMTs5hkyAP75aKqvqdoBPpk%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;808&quot; height=&quot;812&quot; data-origin-width=&quot;808&quot; data-origin-height=&quot;812&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;

&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;5. 동천자연식물원 눈썰매장  &lt;/b&gt;&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt; &quot;한적하게 썰매 타면서 자연도 함께 즐기고 싶다면?&quot;&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;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; 성인 10,000원 / 아동 15,000 (24개월이상) / 영아 5,000원&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;주소:&lt;/b&gt;경기 용인시 수지구 동천로 233&lt;/p&gt;
&lt;/div&gt;
&lt;p style=&quot;text-align: center;&quot; data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: #ee2323;&quot;&gt;▼ 아래 링크를 클릭하면 최근 다녀오신 분들의 후기 빠르게 확인 가능합니다!&lt;/span&gt;&lt;/b&gt; &lt;a style=&quot;display: inline-block; padding: 20px 40px; background-color: #007bff; color: white; text-decoration: none; border-radius: 8px; font-weight: bold; text-align: center; margin: 30px 0; font-size: 30px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: background-color 0.3s ease, transform 0.2s ease;&quot; href=&quot;https://blog.naver.com/sest82/223743362726&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;   용인 동천자연식물원 눈썰매장 후기 &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;  .&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;자, 이제 어디로 떠날지 결정했나요? 눈썰매 시즌은 짧으니까 이번 주말 바로 즐기러 가보세요! ⛄❄️&lt;/p&gt;</description>
      <category>소소 여행</category>
      <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://sosonursing.tistory.com/85</guid>
      <comments>https://sosonursing.tistory.com/entry/%EC%9A%A9%EC%9D%B8%EC%97%90%EC%84%9C-%EA%B0%80%EB%B3%BC-%EB%A7%8C%ED%95%9C-%EB%88%88%EC%8D%B0%EB%A7%A4%EC%9E%A5-5%EA%B3%B3-%F0%9F%9B%B7-%EC%9A%A9%EC%9D%B8-%EB%88%88%EC%8D%B0%EB%A7%A4%EC%9E%A5-%EC%B6%94%EC%B2%9C#entry85comment</comments>
      <pubDate>Tue, 4 Feb 2025 13:51:03 +0900</pubDate>
    </item>
    <item>
      <title>양평 빙송어축제 완벽 가이드  - 일정, 할인, 주차까지 한번에!</title>
      <link>https://sosonursing.tistory.com/entry/%EC%96%91%ED%8F%89-%EB%B9%99%EC%86%A1%EC%96%B4%EC%B6%95%EC%A0%9C-%EC%99%84%EB%B2%BD-%EA%B0%80%EC%9D%B4%EB%93%9C-%F0%9F%8E%A3-%EC%9D%BC%EC%A0%95-%ED%95%A0%EC%9D%B8-%EC%A3%BC%EC%B0%A8%EA%B9%8C%EC%A7%80-%ED%95%9C%EB%B2%88%EC%97%90</link>
      <description>&lt;div class=&quot;blog-post&quot;&gt;&lt;!-- 목차 --&gt;
&lt;div class=&quot;table-of-contents&quot; style=&quot;background-color: #f8f9fa; padding: 30px; border-radius: 15px; margin-bottom: 30px;&quot;&gt;
&lt;h2 style=&quot;font-size: 24px; color: #333; margin-bottom: 3px;&quot; data-ke-size=&quot;size26&quot;&gt;목차&lt;/h2&gt;
&lt;ol style=&quot;list-style-type: decimal; padding-left: 20px;&quot; data-ke-list-type=&quot;decimal&quot;&gt;
&lt;li&gt;&lt;a style=&quot;font-size: 20px; color: #007bff; text-decoration: none;&quot; href=&quot;#intro&quot;&gt;축제 소개&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a style=&quot;font-size: 20px; color: #007bff; text-decoration: none;&quot; href=&quot;#schedule&quot;&gt;축제 일정 및 시간&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a style=&quot;font-size: 20px; color: #007bff; text-decoration: none;&quot; href=&quot;#events&quot;&gt;주요 행사 및 체험 프로그램&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a style=&quot;font-size: 20px; color: #007bff; text-decoration: none;&quot; href=&quot;#fees&quot;&gt;체험료 안내 및 &lt;u&gt;할인 방법&lt;/u&gt; ⭐&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a style=&quot;font-size: 20px; color: #007bff; text-decoration: none;&quot; href=&quot;#directions&quot;&gt;찾아오는 길, &lt;u&gt;주차 정보&lt;/u&gt; ⭐&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a style=&quot;font-size: 20px; color: #007bff; text-decoration: none;&quot; href=&quot;#attractions&quot;&gt;주변 관광지 추천&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;!-- 축제 소개 --&gt;
&lt;div id=&quot;intro&quot; class=&quot;section&quot; style=&quot;margin-bottom: 40px;&quot;&gt;
&lt;h3 style=&quot;color: #333333; margin-bottom: 15px;&quot; data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;1. 축제 소개&lt;/b&gt;&lt;/h3&gt;
&lt;p style=&quot;line-height: 1.8; color: #444;&quot; data-ke-size=&quot;size16&quot;&gt;올겨울 최고의 추억 만들어보지 않으실래요?   &lt;b&gt;양평 빙송어축제&lt;/b&gt;가 돌아왔습니다! 양평은 맑은 물로 유명한 곳이죠. 그곳에서도 수미마을은 365일 축제로 유명한 곳으로, 양평의 맑은 물과 농촌관광의 메카인 수미마을을 널리 알리고자 겨울을 맞이해서 '양평빙송어축제&amp;rsquo;가 기획되었습니다. 남한강변의 하얀 설경을 배경으로 가족과 함께 아이들에게 잊지 못할 추억을 선물할 수 있답니다!&lt;/p&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;1522&quot; data-origin-height=&quot;667&quot;&gt;&lt;a href=&quot;https://winterfestival.kr/intro2/sub01.php&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/wpZft/btsL38xRYfR/CKJVAoFPCuE3UZ4FHPYQ4k/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FwpZft%2FbtsL38xRYfR%2FCKJVAoFPCuE3UZ4FHPYQ4k%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;1522&quot; height=&quot;667&quot; data-origin-width=&quot;1522&quot; data-origin-height=&quot;667&quot;/&gt;&lt;/a&gt;&lt;figcaption&gt;양평 빙송어 축제 일정 출처 : 양평빙송어축제 홈페이지&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;a style=&quot;display: inline-block; padding: 20px 40px; background-color: #007bff; color: white; text-decoration: none; border-radius: 8px; font-weight: bold; text-align: center; margin: 30px 0; font-size: 30px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: background-color 0.3s ease, transform 0.2s ease;&quot; href=&quot;https://winterfestival.kr/main/main.php&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;   양평 빙송어축제 공식 홈페이지 바로가기 &lt;/a&gt;&lt;/div&gt;
&lt;!-- 축제 일정 --&gt;
&lt;div id=&quot;schedule&quot; class=&quot;section&quot; style=&quot;margin-bottom: 40px;&quot;&gt;
&lt;h3 style=&quot;color: #333333; margin-bottom: 15px;&quot; data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;2. 축제 일정 및 시간&lt;/b&gt;&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: none; padding-left: 0;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li style=&quot;margin-bottom: 10px;&quot;&gt; ️ &lt;b&gt;축제 기간:&lt;/b&gt; 2024년 11월 23일 ~ 2025년 3월 3일&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 10px;&quot;&gt;⏰ &lt;b&gt;운영 시간&lt;/b&gt;
&lt;ul style=&quot;list-style-type: none; padding-left: 20px; margin-top: 5px;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;평일: 오전 9시 ~ 오후 5시&lt;/li&gt;
&lt;li&gt;주말/공휴일: 오전 8시 ~ 오후 5시&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p style=&quot;color: #666; font-size: 14px;&quot; data-ke-size=&quot;size16&quot;&gt;※ 기상 조건에 따라 일정이 살짝 달라질 수 있으니 방문 전에 홈페이지 들러보기 필수!&lt;/p&gt;
&lt;/div&gt;
&lt;!-- 주요 행사 --&gt;
&lt;div id=&quot;events&quot; class=&quot;section&quot; style=&quot;margin-bottom: 40px;&quot;&gt;
&lt;h3 style=&quot;color: #333333; margin-bottom: 15px;&quot; data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;3. 주요 행사 및 체험 프로그램&lt;/b&gt;&lt;/h3&gt;
&lt;div class=&quot;event-box&quot; style=&quot;background-color: #f8f9fa; padding: 20px; border-radius: 8px; margin-bottom: 20px;&quot;&gt;
&lt;h3 style=&quot;font-size: 18px; color: #333;&quot; data-ke-size=&quot;size23&quot;&gt;⭐돔 빙어 뜨기&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;: 추운 날씨가 걱정된다고요? 걱정 마세요! 따뜻한 실내 돔에서 진행하는 체험으로 어린 아이들도 쉽게 즐길 수 있어요&lt;/p&gt;
&lt;h3 style=&quot;font-size: 18px; color: #333;&quot; data-ke-size=&quot;size23&quot;&gt;⭐송어 맨손 잡기&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;: 역시 따뜻한 실내 돔에서도 진행되는 체험으로 제공되는 가슴장화를 착용하고 튜브 수조에 들어가 송어를 잡아요&lt;/p&gt;
&lt;h3 style=&quot;font-size: 18px; color: #333;&quot; data-ke-size=&quot;size23&quot;&gt;⭐얼음낚시&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;: 양평 빙송어축제의 메인이벤트! 야외에서 즐기는 얼음낚시예요. 낚시 도구는 다 제공되니 몸만 가볍게 오셔도 됩니다. 단지 야외에서 진행되는 체험이라 따뜻한 방한 용품은 챙겨 오는 게 좋아요.&lt;/p&gt;
&lt;h3 style=&quot;font-size: 18px; color: #333;&quot; data-ke-size=&quot;size23&quot;&gt;⭐키즈 눈썰매&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;: 완만한 경사에서 어른 아이 모두 즐길 수 있는 눈썰매 체험 프로그램입니다. 어린아이들은 부모 동반 탑승이 가능해 누구나 즐길 수 있습니다.&lt;/p&gt;
&lt;/div&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;blob&quot; data-origin-width=&quot;683&quot; data-origin-height=&quot;511&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/JD82G/btsL35Vvjhg/B9Mqz4cdSxtj0TzxcsRaV1/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/JD82G/btsL35Vvjhg/B9Mqz4cdSxtj0TzxcsRaV1/img.png&quot; data-alt=&quot;양평 빙송어 축제 일정 출처 : 양평빙송어축제 홈페이지&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/JD82G/btsL35Vvjhg/B9Mqz4cdSxtj0TzxcsRaV1/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FJD82G%2FbtsL35Vvjhg%2FB9Mqz4cdSxtj0TzxcsRaV1%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; alt=&quot;빙어뜨기 출처 : 양평빙송어축제 홈페이지&quot; loading=&quot;lazy&quot; width=&quot;683&quot; height=&quot;511&quot; data-filename=&quot;blob&quot; data-origin-width=&quot;683&quot; data-origin-height=&quot;511&quot;/&gt;&lt;/span&gt;&lt;figcaption&gt;양평 빙송어 축제 일정 출처 : 양평빙송어축제 홈페이지&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;683&quot; data-origin-height=&quot;682&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/be9hw1/btsL4WQWUpn/Spa9rnkZvJhmA9FNHw1BkK/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/be9hw1/btsL4WQWUpn/Spa9rnkZvJhmA9FNHw1BkK/img.png&quot; data-alt=&quot;얼음낚시 출처 : 양평빙송어축제 홈페이지&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/be9hw1/btsL4WQWUpn/Spa9rnkZvJhmA9FNHw1BkK/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fbe9hw1%2FbtsL4WQWUpn%2FSpa9rnkZvJhmA9FNHw1BkK%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; alt=&quot;얼음낚시&quot; loading=&quot;lazy&quot; width=&quot;683&quot; height=&quot;682&quot; data-origin-width=&quot;683&quot; data-origin-height=&quot;682&quot;/&gt;&lt;/span&gt;&lt;figcaption&gt;얼음낚시 출처 : 양평빙송어축제 홈페이지&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;680&quot; data-origin-height=&quot;387&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/cMYQ5n/btsL4ywdDap/eMyBASgzLW81IZ5RSkak41/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/cMYQ5n/btsL4ywdDap/eMyBASgzLW81IZ5RSkak41/img.png&quot; data-alt=&quot;실내 돔 모습 출처 : 양평빙송어축제 홈페이지&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/cMYQ5n/btsL4ywdDap/eMyBASgzLW81IZ5RSkak41/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FcMYQ5n%2FbtsL4ywdDap%2FeMyBASgzLW81IZ5RSkak41%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;680&quot; height=&quot;387&quot; data-origin-width=&quot;680&quot; data-origin-height=&quot;387&quot;/&gt;&lt;/span&gt;&lt;figcaption&gt;실내 돔 모습 출처 : 양평빙송어축제 홈페이지&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p data-ke-size=&quot;size16&quot;&gt;메인 행사 외에도 수미마을에서 준비한 수미체험, 농특산물 장터, 빙어로 만드는 회/튀김 시식 체험 등 을 다채로운 부대행사가 준비되어 있습니다. 수미체험은 패키지권을 구매하여 이용하면 여러 체험을 저렴하게 즐길 수 있습니다.&lt;/p&gt;
&lt;div class=&quot;event-box&quot; style=&quot;background-color: #f8f9fa; padding: 20px; border-radius: 8px;&quot;&gt;
&lt;h3 style=&quot;font-size: 18px; color: #333;&quot; data-ke-size=&quot;size23&quot;&gt;  수미체험 패키지&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: none; padding-left: 0;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li style=&quot;margin-bottom: 8px;&quot;&gt;&amp;bull; 수제찐빵 만들기: 따뜻한 찐빵을 직접 만들어보는 체험으로, 아이들에게 인기 만점입니다.&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 8px;&quot;&gt;&amp;bull; 수제피자 만들기: 가족과 함께 피자를 만들어보며 추억을 쌓을 수 있습니다.&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 8px;&quot;&gt;&amp;bull; 네바퀴체험 (ATV): 눈 덮인 길을 ATV로 달리며 스릴을 만끽할 수 있습니다.&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 8px;&quot;&gt;&amp;bull; 깡통열차 체험: 아이들을 위한 깡통열차로 마을 주변을 둘러볼 수 있습니다.&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 8px;&quot;&gt;&amp;bull; 다육이화분 만들기: 작은 다육이 화분을 만들어보며 자연의 소중함을 느낄 수 있습니다.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- 입장료 및 체험료 --&gt;
&lt;div id=&quot;fees&quot; class=&quot;section&quot; style=&quot;margin-bottom: 40px;&quot;&gt;
&lt;h3 style=&quot;color: #333333; margin-bottom: 15px;&quot; data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;4. 체험료 안내 및 할인 방법&lt;/b&gt;&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;공식 홈페이지에 예약하기에 들어가면 할인 패키지 상품이 보이는데 언뜻 봐서는 상품이 눈에 들어오지 않아 위의 체험 프로그램 별로 가격을 볼 쉽게 볼 수 있게 아래 표로 구성했어요. 표 가격은 하루 전 패키지 상품 구매 시 적용가능한 가격인 점 주의해 주세요.&lt;/p&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;802&quot; data-origin-height=&quot;798&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/zf8vR/btsL4LhNGN1/bdTNi0rS7Qd3i4TEjavY30/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/zf8vR/btsL4LhNGN1/bdTNi0rS7Qd3i4TEjavY30/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/zf8vR/btsL4LhNGN1/bdTNi0rS7Qd3i4TEjavY30/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fzf8vR%2FbtsL4LhNGN1%2FbdTNi0rS7Qd3i4TEjavY30%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;802&quot; height=&quot;798&quot; data-origin-width=&quot;802&quot; data-origin-height=&quot;798&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;828&quot; data-origin-height=&quot;843&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/bldh6v/btsL3keGxNZ/4qZJwcJsm51Cnj1SGcKZDK/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/bldh6v/btsL3keGxNZ/4qZJwcJsm51Cnj1SGcKZDK/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/bldh6v/btsL3keGxNZ/4qZJwcJsm51Cnj1SGcKZDK/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fbldh6v%2FbtsL3keGxNZ%2F4qZJwcJsm51Cnj1SGcKZDK%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;828&quot; height=&quot;843&quot; data-origin-width=&quot;828&quot; data-origin-height=&quot;843&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;

&lt;table border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;10&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;th&gt;수미체험 선택&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td rowspan=&quot;2&quot;&gt;빙어뜨기체험&lt;/td&gt;
&lt;td&gt;❌ (눈썰매 없음)&lt;/td&gt;
&lt;td&gt;돔빙어패키지 10,000원&lt;/td&gt;
&lt;td&gt;수미체험 선택 2종 24,000원 &lt;br /&gt;수미체험 선택 3종 31,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;⭕ (눈썰매 포함)&lt;/td&gt;
&lt;td&gt;돔빙어눈패키지 13,000원&lt;/td&gt;
&lt;td&gt;수미체험 선택 2종 27,000원 &lt;br /&gt;수미체험 선택 3종 34,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td rowspan=&quot;2&quot;&gt;빙어뜨기체험 + 송어맨손잡기&lt;/td&gt;
&lt;td&gt;❌ (눈썰매 없음)&lt;/td&gt;
&lt;td&gt;돔빙어패키지 27,000원&lt;/td&gt;
&lt;td&gt;수미체험 선택 2종 39,000원 &lt;br /&gt;수미체험 선택 3종 46,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;⭕ (눈썰매 포함)&lt;/td&gt;
&lt;td&gt;돔빙어눈패키지 29,000원&lt;/td&gt;
&lt;td&gt;수미체험 선택 2종 43,000원 &lt;br /&gt;수미체험 선택 3종 50,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;*빙어 체험 시 빙어 튀김 및 시식 제공&lt;/b&gt;&lt;/p&gt;
&lt;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;*36개월 미만 무료입장, 단 체험 참여 시 상품 구입 필요&lt;/b&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p style=&quot;text-align: center;&quot; data-ke-size=&quot;size16&quot;&gt;&lt;a style=&quot;display: inline-block; padding: 20px 40px; background-color: #007bff; color: white; text-decoration: none; border-radius: 8px; font-weight: bold; text-align: center; margin: 30px 0; font-size: 30px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: background-color 0.3s ease, transform 0.2s ease;&quot; href=&quot;https://booking.naver.com/booking/6/bizes/100837/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt; 네이버 예약 바로가기 &lt;/a&gt;&lt;/p&gt;
&lt;!-- 찾아오는 길 --&gt;
&lt;div id=&quot;directions&quot; class=&quot;section&quot; style=&quot;margin-bottom: 40px;&quot;&gt;
&lt;h3 style=&quot;color: #333333; margin-bottom: 15px;&quot; data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;5. 찾아오는 길, 주차 정보&lt;/b&gt;&lt;/h3&gt;
&lt;h3 style=&quot;font-size: 18px; color: #333; margin-top: 20px;&quot; data-ke-size=&quot;size23&quot;&gt;  축제장 주소&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;수미마을 (양평군 단월면 봉상 2리 흑천 일원)&lt;/p&gt;
&lt;h3 style=&quot;font-size: 18px; color: #333;&quot; data-ke-size=&quot;size23&quot;&gt;  자가용 이용&lt;/h3&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;665&quot; data-origin-height=&quot;775&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/diGflk/btsL3QRMGHA/pFMdroUeYDJvmdwl9yKClk/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/diGflk/btsL3QRMGHA/pFMdroUeYDJvmdwl9yKClk/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/diGflk/btsL3QRMGHA/pFMdroUeYDJvmdwl9yKClk/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FdiGflk%2FbtsL3QRMGHA%2FpFMdroUeYDJvmdwl9yKClk%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;665&quot; height=&quot;775&quot; data-origin-width=&quot;665&quot; data-origin-height=&quot;775&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
네비게이션에 '경기 양평군 단월면 곱다니길 55-2 수미마을 방문객센터'를 찍고 오시면 주차 요원이 친절히 안내해 줍니다. 별도의 무료 주차장이 마련되어 있어 양평 빙송어축제에 방문하는 관람객들은 충분히 주차가 가능합니다.&lt;/div&gt;
&lt;!-- 주변 관광지 --&gt;
&lt;div id=&quot;attractions&quot; class=&quot;section&quot; style=&quot;margin-bottom: 40px;&quot;&gt;
&lt;h3 style=&quot;color: #333333; margin-bottom: 15px;&quot; data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;6. 주변 관광지 추천&lt;/b&gt;&lt;/h3&gt;
&lt;div class=&quot;attractions-box&quot; style=&quot;background-color: #f8f9fa; padding: 20px; border-radius: 8px;&quot;&gt;
&lt;p style=&quot;margin-bottom: 15px;&quot; data-ke-size=&quot;size16&quot;&gt;축제 즐기고 나서 들러보면 좋은 곳들을 소개할게요!  &lt;/p&gt;
&lt;ul style=&quot;list-style-type: none; padding-left: 0;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li style=&quot;margin-bottom: 8px;&quot;&gt;&amp;bull; 양평 레일바이크 (차로 10분): 레일 위를 달리는 특별한 경험&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 8px;&quot;&gt;&amp;bull; 두물머리 (차로 15분): 인생샷 건지기 좋은 포토스팟&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 8px;&quot;&gt;&amp;bull; 세미원 (차로 20분): 아름다운 정원과 산책로&lt;/li&gt;
&lt;li&gt;&amp;bull; 양평 물맑은시장 (차로 5분): 맛있는 먹거리가 가득!&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- 꿀팁 --&gt;
&lt;div class=&quot;tips-section&quot; style=&quot;background-color: #fff3cd; padding: 20px; border-radius: 8px;&quot;&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;패키지 할인 금액은 미리 예약한 경우에만 적용돼요. 꼭 미리 예약하고 방문하세요!&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;핫팩, 장갑, 방한화는 꼭꼭 챙기세요! 동장군 앞에 장사 없어요&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;낚시 처음이신 분들은 실내 낚시터 추천! 덜 춥고 더 편해요&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;12시~2시는 사람이 제일 많은 시간! 피해서 오시면 좋아요&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;겨울철엔 미끄러우니까 조심조심! 안전이 최고예요&lt;/p&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;이렇게 양평 빙송어축제 일정, 주차, 예약, 할인 팁까지 알아보았습니다. 올 겨울 가족, 아이들과 즐겁고 풍성한 경기도 지역축제 &lt;b&gt;[ 양평 빙송어축제 ]&lt;/b&gt; 알찬 정보 미리 챙겨, 즐거운 시간 보내세요~&lt;/p&gt;</description>
      <category>소소 여행</category>
      <category>경기도 아이와 가볼만한 곳</category>
      <category>송어축제</category>
      <category>양평빙송어축제</category>
      <category>양평빙송어축제 예약</category>
      <category>양평빙송어축제 주차</category>
      <category>양평빙송어축제 할인</category>
      <category>양평송어축제</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/84</guid>
      <comments>https://sosonursing.tistory.com/entry/%EC%96%91%ED%8F%89-%EB%B9%99%EC%86%A1%EC%96%B4%EC%B6%95%EC%A0%9C-%EC%99%84%EB%B2%BD-%EA%B0%80%EC%9D%B4%EB%93%9C-%F0%9F%8E%A3-%EC%9D%BC%EC%A0%95-%ED%95%A0%EC%9D%B8-%EC%A3%BC%EC%B0%A8%EA%B9%8C%EC%A7%80-%ED%95%9C%EB%B2%88%EC%97%90#entry84comment</comments>
      <pubDate>Sun, 2 Feb 2025 06:29:18 +0900</pubDate>
    </item>
    <item>
      <title>2025 AFC U-20 아시안컵: 대한민국 경기 일정 및 바로보기</title>
      <link>https://sosonursing.tistory.com/entry/2025-AFC-U-20-%EC%95%84%EC%8B%9C%EC%95%88%EC%BB%B5-%EB%8C%80%ED%95%9C%EB%AF%BC%EA%B5%AD-%EA%B2%BD%EA%B8%B0-%EC%9D%BC%EC%A0%95-%EB%B0%8F-%EB%B0%94%EB%A1%9C%EB%B3%B4%EA%B8%B0</link>
      <description>&lt;h2 style=&quot;color: #000000; text-align: start;&quot; data-ke-size=&quot;size26&quot;&gt;&lt;b&gt;2025 AFC U-20 아시안컵 대한민국 경기 일정 및 바로보기&lt;/b&gt;&lt;/h2&gt;
 &lt;style&gt;
      .toc {
            background-color: #f4f4f4;
            border-radius: 5px;
            padding: 15px;
            margin-bottom: 20px;
        }
        .toc a {
            display: block;
            color: #007bff;
            text-decoration: none;
            margin-bottom: 10px;
        }
        .toc a:hover {
            text-decoration: underline;
        }
    &lt;/style&gt;

&lt;div class=&quot;toc&quot;&gt;
  &lt;p data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;font-size: 1.62em;&quot;&gt;목차&lt;/span&gt;&lt;/p&gt;
	&lt;a href=&quot;#intro&quot;&gt;⚽ 2025 AFC U-20 아시안컵 개요&lt;/a&gt; 
  	&lt;a href=&quot;#history&quot;&gt;⚽ 대한민국 대표팀의 성과&lt;/a&gt;
  	&lt;a href=&quot;#schedule&quot;&gt;⚽ 대한민국 경기 일정&lt;/a&gt;
  	&lt;a href=&quot;#watch&quot;&gt;⚽ 경기 시청 방법&lt;/a&gt;
  	&lt;a href=&quot;#players&quot;&gt;⚽ 주목할 만한 대한민국 대표팀 선수&lt;/a&gt;
  	&lt;a href=&quot;#expectation&quot;&gt;⚽ 대한민국 대표팀의 대회 전망&lt;/a&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;기다리던 2025 AFC U-20 아시안컵 대회가 얼마 남지 않았습니다. 이번 AFC U-20은 시작부터 한일전이 예정되어 있어 더욱 기대를 모으고 있습니다. 오늘은 2025 AFC U-20에 대한 자세한 정보 알아보도록 하겠습니다.&lt;/p&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;460&quot; data-origin-height=&quot;457&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/lBmrs/btsL3zCFdT2/R035ZWutCur8YNDS1g5Wj1/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/lBmrs/btsL3zCFdT2/R035ZWutCur8YNDS1g5Wj1/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/lBmrs/btsL3zCFdT2/R035ZWutCur8YNDS1g5Wj1/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FlBmrs%2FbtsL3zCFdT2%2FR035ZWutCur8YNDS1g5Wj1%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; alt=&quot;2025 AFC U-20 아시안컵 경기일정&quot; loading=&quot;lazy&quot; width=&quot;460&quot; height=&quot;457&quot; data-origin-width=&quot;460&quot; data-origin-height=&quot;457&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;h3 id=&quot;intro&quot; data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;2025 AFC U-20 아시안컵 개요&lt;/b&gt;&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;2025년 2월 12일부터 3월 1일까지 중국에서 개최되는 2025 AFC U-20 아시안컵은 아시아 축구 연맹(AFC)이 주관하는 20세 이하 축구 국가대표팀들의 주요 대회입니다. 이번 대회는 42번째 대회로 총 16개 팀이 참가하며, 상위 4개 팀은 2025년 9월 칠레에서 열리는 FIFA U-20 월드컵에 아시아 대표로 출전할 자격을 얻게 됩니다.&lt;/p&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;780&quot; data-origin-height=&quot;466&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/bmUDQ1/btsL3xdO1Hr/5tWT3Omnl6SfbSVojSlO70/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/bmUDQ1/btsL3xdO1Hr/5tWT3Omnl6SfbSVojSlO70/img.png&quot; data-alt=&quot;출처 AFC&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/bmUDQ1/btsL3xdO1Hr/5tWT3Omnl6SfbSVojSlO70/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbmUDQ1%2FbtsL3xdO1Hr%2F5tWT3Omnl6SfbSVojSlO70%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;780&quot; height=&quot;466&quot; data-origin-width=&quot;780&quot; data-origin-height=&quot;466&quot;/&gt;&lt;/span&gt;&lt;figcaption&gt;출처 AFC&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&amp;nbsp;&lt;/h3&gt;
&lt;h3 id=&quot;history&quot; data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;대한민국 대표팀의 성과&lt;/b&gt;&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;2025 AFC U-20 아시안컵은 대한민국 축구 대표팀이 초강세를 보이고 있는 대회로 현재까지 총 12회 우승으로 압도적인 최다 우승국입니다. (1959년, 1960년, 1963년, 1978년, 1980년, 1982년, 1990년, 1996년, 1998년, 2002년, 2004년, 2012년)&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: #ee2323;&quot;&gt;▼ 지금 바로 아래 링크를 통해 2025 AFC U-20 아시안컵을 시청가능합니다.&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot; data-ke-size=&quot;size16&quot;&gt;&lt;a style=&quot;display: inline-block; padding: 30px 40px; background-color: #007bff; color: white; text-decoration: none; border-radius: 8px; font-weight: bold; text-align: center; margin: 30px 0; font-size: 30px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: background-color 0.3s ease, transform 0.2s ease;&quot; href=&quot;https://www.coupangplay.com/live&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt; 2025 AFC U-20 중계 바로가기 &lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;schedule&quot; data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;대한민국 경기 일정&lt;/b&gt;&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;본선 조 추첨은 2024년 11월 7일 중국 선전에서 진행되었으며, 대한민국은 D조에 편성되어 일본, 시리아, 태국과 조별리그를 치르게 되었습니다. 아래는 대한민국의 조별리그 경기 일정입니다:&lt;/p&gt;
&lt;table 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;2025년 2월 14일(금)&lt;/td&gt;
&lt;td&gt;대한민국 vs. 시리아&lt;/td&gt;
&lt;td&gt;16:00&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2025년 2월 17일(월)&lt;/td&gt;
&lt;td&gt;대한민국 vs. 태국&lt;/td&gt;
&lt;td&gt;18:15&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2025년 2월 20일(목)&lt;/td&gt;
&lt;td&gt;대한민국 vs. 일본&lt;/td&gt;
&lt;td&gt;16:00&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&amp;nbsp;&lt;/h3&gt;
&lt;h3 id=&quot;watch&quot; data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;경기 시청 방법&lt;/b&gt;&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;2025년부터 AFC 패키지 중계권이 쿠팡플레이로 이전됨에 따라, 이번 대회의 국내 중계는 쿠팡플레이에서 독점으로 진행될 가능성이 높습니다. 따라서, 대한민국의 경기를 실시간으로 시청하시려면 쿠팡플레이를 통해 시청하시는 것이 좋습니다. 또한, 주요 스포츠 채널이나 온라인 스트리밍 플랫폼에서도 하이라이트나 재방송을 제공할 수 있으니, 다양한 경로를 통해 경기를 즐기실 수 있습니다.&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot; data-ke-size=&quot;size16&quot;&gt;&lt;a style=&quot;display: inline-block; padding: 15px 40px; background-color: #007bff; color: white; text-decoration: none; border-radius: 8px; font-weight: bold; text-align: center; margin: 30px 0; font-size: 30px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: background-color 0.3s ease, transform 0.2s ease;&quot; href=&quot;https://www.coupangplay.com/live&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt; 쿠팡 플레이 바로가기 &lt;/a&gt;&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&amp;nbsp;&lt;/h3&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;1312&quot; data-origin-height=&quot;725&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/bUxC33/btsL22ytQ4P/947QUhq4DmuGHDstIkkF91/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/bUxC33/btsL22ytQ4P/947QUhq4DmuGHDstIkkF91/img.png&quot; data-alt=&quot;출처 AFC&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/bUxC33/btsL22ytQ4P/947QUhq4DmuGHDstIkkF91/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbUxC33%2FbtsL22ytQ4P%2F947QUhq4DmuGHDstIkkF91%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;1312&quot; height=&quot;725&quot; data-origin-width=&quot;1312&quot; data-origin-height=&quot;725&quot;/&gt;&lt;/span&gt;&lt;figcaption&gt;출처 AFC&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;h3 id=&quot;players&quot; data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;주목할 만한 대한민국 대표팀 선수&lt;/b&gt;&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;대한민국 U-20 대표팀은 매 대회마다 미래의 축구 스타들을 배출해 왔습니다. 이번 대회에서도 여러 유망주들이 주목받고 있으며, 특히 공격수 이재훈 선수는 예선에서 뛰어난 득점력을 보여주며 팬들의 기대를 모으고 있습니다. 또한, 미드필더 김민수 선수는 중원에서의 안정적인 경기 운영으로 팀의 중심 역할을 하고 있습니다. 또한 2025 아시아축구연맹(AFC) U-20 아시안컵 예선 4경기에서 2골을 넣은 윤도영 선수는 잉글랜드 프리미어리그(EPL)에 진출할 것으로 전망된다.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: #ee2323;&quot;&gt;▼ 윤도영 관련 기사 바로 확인하기&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot; data-ke-size=&quot;size16&quot;&gt;&lt;a style=&quot;display: inline-block; padding: 15px 40px; background-color: #007bff; color: white; text-decoration: none; border-radius: 8px; font-weight: bold; text-align: center; margin: 30px 0; font-size: 30px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: background-color 0.3s ease, transform 0.2s ease;&quot; href=&quot;https://v.daum.net/v/20250202000204705&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt; 윤도영, 브라이턴과 계약 눈앞 &lt;/a&gt;&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&amp;nbsp;&lt;/h3&gt;
&lt;h3 id=&quot;expectation&quot; data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;대한민국 대표팀의 대회 전망&lt;/b&gt;&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;대한민국은 이번 대회에서 우승을 목표로 하고 있으며, 조별리그에서의 성적이 중요할 것으로 예상됩니다. 특히 일본과의 경기는 전통적인 라이벌전으로 많은 관심을 받고 있으며, 이 경기가 조별리그 순위에 큰 영향을 미칠 것으로 보입니다. 팬들은 대한민국 대표팀의 선전을 기대하며, 많은 응원을 보내고 있습니다.&lt;/p&gt;</description>
      <category>소소 생활</category>
      <category>2025 afc u-20 아시안컵</category>
      <category>2025 u-20 아시안컵</category>
      <category>U-20 아시안컵</category>
      <category>u-20 아시안컵 경기 일정</category>
      <category>u-20 아시안컵 시청 방법</category>
      <category>u-20 한국 축구 경기 중계</category>
      <category>대한민국 u-20 축구 대표팀</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/83</guid>
      <comments>https://sosonursing.tistory.com/entry/2025-AFC-U-20-%EC%95%84%EC%8B%9C%EC%95%88%EC%BB%B5-%EB%8C%80%ED%95%9C%EB%AF%BC%EA%B5%AD-%EA%B2%BD%EA%B8%B0-%EC%9D%BC%EC%A0%95-%EB%B0%8F-%EB%B0%94%EB%A1%9C%EB%B3%B4%EA%B8%B0#entry83comment</comments>
      <pubDate>Sun, 2 Feb 2025 01:45:06 +0900</pubDate>
    </item>
    <item>
      <title>약모양 검색, 알약 찾기 : 빠르고 쉽게 약학정보원 바로가기</title>
      <link>https://sosonursing.tistory.com/entry/%EC%95%BD%EB%AA%A8%EC%96%91-%EA%B2%80%EC%83%89-%EC%95%8C%EC%95%BD-%EC%B0%BE%EA%B8%B0-%EB%B9%A0%EB%A5%B4%EA%B3%A0-%EC%89%BD%EA%B2%8C-%EC%95%BD%ED%95%99%EC%A0%95%EB%B3%B4%EC%9B%90-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0</link>
      <description>&lt;h1&gt;&lt;span style=&quot;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, 돋움, sans-serif;&quot;&gt;약 모양으로 쉽게 약 이름 찾기 - 약학정보원 활용 가이드&lt;/span&gt;&lt;/h1&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
    &lt;style&gt;
        .toc {
            background-color: #f4f4f4;
            border-radius: 5px;
            padding: 15px;
            margin-bottom: 20px;
        }
        .toc a {
            display: block;
            color: #007bff;
            text-decoration: none;
            margin-bottom: 10px;
        }
        .toc a:hover {
            text-decoration: underline;
&lt;/style&gt;

&lt;div class=&quot;toc&quot;&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;목차&lt;/h3&gt;
  &lt;a href=&quot;#intro&quot;&gt;약 모양 검색, 이제는 쉽게 해결하세요!&lt;/a&gt; 
  &lt;a href=&quot;#about&quot;&gt;약학정보원이란?&lt;/a&gt; 
  &lt;a href=&quot;#steps&quot;&gt;약 모양 검색 방법&lt;/a&gt; 
  &lt;a href=&quot;#cautions&quot;&gt;실제 사용방법 따라하기&lt;/a&gt;

&lt;/div&gt;
&lt;div id=&quot;intro&quot;&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;span style=&quot;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, 돋움, sans-serif;&quot;&gt;&lt;b&gt;약 모양 검색, 이제는 쉽게 해결하세요!&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, 돋움, sans-serif;&quot;&gt;처방받았는데 처방전은 제출해 버렸고, 약 봉투에는 이름도 안 써져 있고 알약을 보고 어떤 약인지 몰라 당황스러운 적 있으시죠? 오늘은 병원 간호사로 일하며 환자들 약 찾을 때 사용하던 '약학정보원' 웹사이트를 통해 약 모양으로 쉽게 약 이름을 찾는 방법을 알려드릴게요.&lt;/span&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;818&quot; data-origin-height=&quot;253&quot;&gt;&lt;a href=&quot;https://www.health.kr/main.asp&quot; target=&quot;_blank&quot; title=&quot;약학 정보원 바로가기&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/ckvwQ5/btsLZMUOTvV/DKpNM5f4yIAFrEDgVIcsGk/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FckvwQ5%2FbtsLZMUOTvV%2FDKpNM5f4yIAFrEDgVIcsGk%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;818&quot; height=&quot;253&quot; data-origin-width=&quot;818&quot; data-origin-height=&quot;253&quot;/&gt;&lt;/a&gt;&lt;/figure&gt;

&lt;h3 data-ke-size=&quot;size23&quot;&gt;&amp;nbsp;&lt;/h3&gt;
&lt;div id=&quot;about&quot;&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;span style=&quot;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, 돋움, sans-serif;&quot;&gt;&lt;b&gt;약학정보원이란?&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, 돋움, sans-serif;&quot;&gt;약학정보원은 의약품 정보제공 공익기관으로 신뢰할 수 있는 최근 의약품 정보를 제공해줘요. 전문가들이 관리하는 이 사이트는 일반인부터 의료진까지 폭넓게 활용되고 있어요.&lt;/span&gt;&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;span style=&quot;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, 돋움, sans-serif;&quot;&gt;&lt;b&gt;약학정보원을 추천하는 이유&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;&lt;b&gt;&lt;span style=&quot;color: #409d00;&quot;&gt;네이버 : &lt;/span&gt;&lt;/b&gt;정확한 정보가 아니면 검색할 수 없어요. 예를 들어 알약에 l이 있는 경우, 숫자 1인지 알파벳 대문자 I인지 소문자 l인지 정확하게 알기가 어려워요. 알파벳으로 보여 l을 검색했는데 실제로 약에 숫자 1이 써진 경우라면 검색 결과를 찾기 어려워요. 무슨 약인지 잘 몰라서 검색하려는데 결과가 안 나오면 치명적이죠.&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;color: #006dd7;&quot;&gt;&lt;b&gt;드러그인포 :&lt;/b&gt; &lt;/span&gt;홈페이지 UI가 너무 옛날 형식이에요. 약품식별을 들어가야하는지, 제품식별을 들어가야 하는지 초보자들은 처음 들어가면 조금 헤맬 수가 있어요.&lt;/li&gt;
&lt;/ul&gt;
&lt;p style=&quot;text-align: center;&quot; data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, 돋움, sans-serif;&quot;&gt;▼ 지금 바로 약 찾기가 궁금하다면 아래 링크 클릭!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot; data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, 돋움, sans-serif;&quot;&gt;&lt;a style=&quot;display: inline-block; padding: 15px 30px; background-color: #007bff; color: white; text-decoration: none; border-radius: 8px; font-weight: bold; text-align: center; margin: 45px 0; font-size: 40px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: background-color 0.3s ease, transform 0.2s ease;&quot; href=&quot;https://www.health.kr/main.asp&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt; 약학정보원 바로가기 &lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div id=&quot;steps&quot;&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;span style=&quot;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, 돋움, sans-serif;&quot;&gt;&lt;b&gt;약 모양 검색 따라하기&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;h4 data-ke-size=&quot;size20&quot;&gt;&lt;span style=&quot;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, 돋움, sans-serif;&quot;&gt;1단계: 홈페이지 접속&lt;/span&gt;&lt;/h4&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;&lt;span style=&quot;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, 돋움, sans-serif;&quot;&gt;웹브라우저에서 약학정보원 사이트 방문&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, 돋움, sans-serif;&quot;&gt;메인 화면의 &quot;약 모양 검색&quot; 메뉴 클릭&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;1320&quot; data-origin-height=&quot;800&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/n4Dms/btsLX9cQxHw/uKTNTTh2E7xLKgJywyou7K/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/n4Dms/btsLX9cQxHw/uKTNTTh2E7xLKgJywyou7K/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/n4Dms/btsLX9cQxHw/uKTNTTh2E7xLKgJywyou7K/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fn4Dms%2FbtsLX9cQxHw%2FuKTNTTh2E7xLKgJywyou7K%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; alt=&quot;약학정보원 홈페이지&quot; loading=&quot;lazy&quot; width=&quot;1320&quot; height=&quot;800&quot; data-origin-width=&quot;1320&quot; data-origin-height=&quot;800&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;

&lt;h4 data-ke-size=&quot;size20&quot;&gt;&amp;nbsp;&lt;/h4&gt;
&lt;h4 data-ke-size=&quot;size20&quot;&gt;&lt;span style=&quot;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, 돋움, sans-serif;&quot;&gt;2단계: 약 특징 입력&lt;/span&gt;&lt;/h4&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, 돋움, sans-serif;&quot;&gt;알약의 특징을 상세히 입력하세요:&lt;/span&gt;&lt;/p&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;&lt;span style=&quot;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, 돋움, sans-serif;&quot;&gt;색상&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, 돋움, sans-serif;&quot;&gt;모양 (원형, 타원형, 삼각형 등)&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, 돋움, sans-serif;&quot;&gt;분할선 유무&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, 돋움, sans-serif;&quot;&gt;특이 문양이나 마크&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;570&quot; data-origin-height=&quot;616&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/LG0wi/btsLYaipJbY/6wUifgJqYSbmayiYcbfTU1/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/LG0wi/btsLYaipJbY/6wUifgJqYSbmayiYcbfTU1/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/LG0wi/btsLYaipJbY/6wUifgJqYSbmayiYcbfTU1/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FLG0wi%2FbtsLYaipJbY%2F6wUifgJqYSbmayiYcbfTU1%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; alt=&quot;모양으로 약찾기&quot; loading=&quot;lazy&quot; width=&quot;570&quot; height=&quot;616&quot; data-origin-width=&quot;570&quot; data-origin-height=&quot;616&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;

&lt;h4 data-ke-size=&quot;size20&quot;&gt;&amp;nbsp;&lt;/h4&gt;
&lt;h4 data-ke-size=&quot;size20&quot;&gt;&lt;span style=&quot;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, 돋움, sans-serif;&quot;&gt;3단계: 검색 및 확인&lt;/span&gt;&lt;/h4&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;&lt;span style=&quot;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, 돋움, sans-serif;&quot;&gt;입력한 특징과 일치하는 약 정보 확인&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, 돋움, sans-serif;&quot;&gt;정확한 약 이름, 성분, 제조사 등 상세 정보 제공&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, 돋움, sans-serif;&quot;&gt;위의 방식대로 하면 약 모양 검색은 쉽게 하실 수 있을 거예요. :) &lt;/span&gt;&lt;/p&gt;
&lt;hr contenteditable=&quot;false&quot; data-ke-type=&quot;horizontalRule&quot; data-ke-style=&quot;style6&quot; /&gt;
&lt;div id=&quot;cautions&quot;&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, 돋움, sans-serif;&quot;&gt;혹시 어려우실 분들을 위해 제가 직접 찾는 방법을 보여드릴게요.&lt;/span&gt;&lt;/p&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;1008&quot; data-origin-height=&quot;756&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/dSeWbF/btsLW2k8ba1/WTC6PJt9h442pgD7fXDsek/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/dSeWbF/btsLW2k8ba1/WTC6PJt9h442pgD7fXDsek/img.jpg&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/dSeWbF/btsLW2k8ba1/WTC6PJt9h442pgD7fXDsek/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FdSeWbF%2FbtsLW2k8ba1%2FWTC6PJt9h442pgD7fXDsek%2Fimg.jpg&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;1008&quot; height=&quot;756&quot; data-origin-width=&quot;1008&quot; data-origin-height=&quot;756&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;

&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, 돋움, sans-serif;&quot;&gt;집에 돌아다니는 약봉투를 하나 찾았어요. 감기약으로 받았던 것 같은데 정확한 약 이름을 찾아보도록 할게요. 우선 약의 앞, 뒤 모양을 잘 살펴주세요. 약 검색하기 위해 정확한 정보 파악은 필수예요. 쉬운 한 면은 LPT, 한면은 ET라고 써진 하얀 약을 찾아볼게요.&lt;/span&gt;&lt;/p&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;960&quot; data-origin-height=&quot;540&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/645Ng/btsLYongl4g/bDHINk2CYYQ3e2Rs4z4ZO0/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/645Ng/btsLYongl4g/bDHINk2CYYQ3e2Rs4z4ZO0/img.jpg&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/645Ng/btsLYongl4g/bDHINk2CYYQ3e2Rs4z4ZO0/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2F645Ng%2FbtsLYongl4g%2FbDHINk2CYYQ3e2Rs4z4ZO0%2Fimg.jpg&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; alt=&quot;ET LPT&quot; loading=&quot;lazy&quot; width=&quot;960&quot; height=&quot;540&quot; data-origin-width=&quot;960&quot; data-origin-height=&quot;540&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;

&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, 돋움, sans-serif;&quot;&gt;LPT, ET, 정제형, 원형, 하양, 분할선 없음. 보이는 약의 모양을 모두 입력해 줘요.&lt;/span&gt;&lt;/p&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;1280&quot; data-origin-height=&quot;758&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/qXJFd/btsLZG8ejAa/raJ1w2iOFJKCjZYLIXmqK1/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/qXJFd/btsLZG8ejAa/raJ1w2iOFJKCjZYLIXmqK1/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/qXJFd/btsLZG8ejAa/raJ1w2iOFJKCjZYLIXmqK1/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FqXJFd%2FbtsLZG8ejAa%2FraJ1w2iOFJKCjZYLIXmqK1%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;1280&quot; height=&quot;758&quot; data-origin-width=&quot;1280&quot; data-origin-height=&quot;758&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;1243&quot; data-origin-height=&quot;311&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/bVJjaC/btsLZvTj1Ma/TE8mUYU88HQLvSJLBo11f1/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/bVJjaC/btsLZvTj1Ma/TE8mUYU88HQLvSJLBo11f1/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/bVJjaC/btsLZvTj1Ma/TE8mUYU88HQLvSJLBo11f1/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbVJjaC%2FbtsLZvTj1Ma%2FTE8mUYU88HQLvSJLBo11f1%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;1243&quot; height=&quot;311&quot; data-origin-width=&quot;1243&quot; data-origin-height=&quot;311&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;

&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, 돋움, sans-serif;&quot;&gt;바로 딱 한 가지 나오네요. 색상, 알파벳이 명확하면 쉽게 약모양으로 검색할 수 있어요. &lt;/span&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, 돋움, sans-serif;&quot;&gt;이번엔 조금 난이도 있는 한 면은 PE, 다른 한 면엔 그림이 그려진 상아색 약을 찾아볼게요. &lt;span style=&quot;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, 돋움, sans-serif; color: #333333; text-align: start;&quot;&gt;약 모양으로 검색할 때 모르는 문자나 그림이 있으면 당황할 수 있는데 그럴 땐 그냥 공란으로 검색하시면 돼요! 색상도 노란색인지, 주황색인지 애매할 때는 두 개 다 클릭하세요.&lt;/span&gt; &lt;/span&gt;&lt;span style=&quot;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, 돋움, sans-serif;&quot;&gt;&lt;/span&gt;&lt;/p&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;1280&quot; data-origin-height=&quot;758&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/bGJyZ8/btsLXtXgUBi/OOYWhUNRSFvCIb50rJ1Hh0/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/bGJyZ8/btsLXtXgUBi/OOYWhUNRSFvCIb50rJ1Hh0/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/bGJyZ8/btsLXtXgUBi/OOYWhUNRSFvCIb50rJ1Hh0/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbGJyZ8%2FbtsLXtXgUBi%2FOOYWhUNRSFvCIb50rJ1Hh0%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;1280&quot; height=&quot;758&quot; data-origin-width=&quot;1280&quot; data-origin-height=&quot;758&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;

&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;1296&quot; data-origin-height=&quot;713&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/bSYAW7/btsLZe5l8ff/7hTBs1QahhC5uEkb6IKJRk/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/bSYAW7/btsLZe5l8ff/7hTBs1QahhC5uEkb6IKJRk/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/bSYAW7/btsLZe5l8ff/7hTBs1QahhC5uEkb6IKJRk/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbSYAW7%2FbtsLZe5l8ff%2F7hTBs1QahhC5uEkb6IKJRk%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;1296&quot; height=&quot;713&quot; data-origin-width=&quot;1296&quot; data-origin-height=&quot;713&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;

&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, 돋움, sans-serif;&quot;&gt;그럼 이렇게 약모양으로 예상가능한 몇 가지 약을 알려주는데요. 그중에서 사진을 보고 내가 가지고 있는 약과 같은 모양을 찾으시면 돼요. &lt;/span&gt;&lt;span style=&quot;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, 돋움, sans-serif;&quot;&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, 돋움, sans-serif;&quot;&gt;하나도 어렵지 않지요? 약 모양으로 약학정보원을 통해 헷갈리는 약을 쉽고 빠르게 확인해 보세요.&lt;/span&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot; data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, 돋움, sans-serif;&quot;&gt;▼ 약모양으로 약 찾으러 가기&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot; data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, 돋움, sans-serif;&quot;&gt;&lt;a style=&quot;display: inline-block; padding: 15px 30px; background-color: #007bff; color: white; text-decoration: none; border-radius: 8px; font-weight: bold; text-align: center; margin: 45px 0; font-size: 40px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: background-color 0.3s ease, transform 0.2s ease;&quot; href=&quot;https://www.health.kr/main.asp&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt; 약 모양 검색 바로가기 &lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&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>
      <category>약학정보원</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/82</guid>
      <comments>https://sosonursing.tistory.com/entry/%EC%95%BD%EB%AA%A8%EC%96%91-%EA%B2%80%EC%83%89-%EC%95%8C%EC%95%BD-%EC%B0%BE%EA%B8%B0-%EB%B9%A0%EB%A5%B4%EA%B3%A0-%EC%89%BD%EA%B2%8C-%EC%95%BD%ED%95%99%EC%A0%95%EB%B3%B4%EC%9B%90-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0#entry82comment</comments>
      <pubDate>Fri, 24 Jan 2025 00:14:12 +0900</pubDate>
    </item>
    <item>
      <title>임산부 요가 : 10달 동안 직접 해본 영상 추천</title>
      <link>https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EC%9A%94%EA%B0%80-10%EB%8B%AC-%EB%8F%99%EC%95%88-%EC%A7%81%EC%A0%91-%ED%95%B4%EB%B3%B8-%EC%98%81%EC%83%81-%EC%B6%94%EC%B2%9C</link>
      <description>&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;amelia-bartlett-45IxHIky6xM-unsplash.jpg&quot; data-origin-width=&quot;3938&quot; data-origin-height=&quot;2625&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/cgyLVe/btsLZ9hZG38/HCJ6oKvDHKkikXcBcGKb8K/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/cgyLVe/btsLZ9hZG38/HCJ6oKvDHKkikXcBcGKb8K/img.jpg&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/cgyLVe/btsLZ9hZG38/HCJ6oKvDHKkikXcBcGKb8K/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FcgyLVe%2FbtsLZ9hZG38%2FHCJ6oKvDHKkikXcBcGKb8K%2Fimg.jpg&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;3938&quot; height=&quot;2625&quot; data-filename=&quot;amelia-bartlett-45IxHIky6xM-unsplash.jpg&quot; data-origin-width=&quot;3938&quot; data-origin-height=&quot;2625&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;안녕하세요. 오늘은 제가 10달 동안 직접 해 본 임산부 요가 영상을 추천하려고 해요. 임신 중에는 관절의 유연성과 적절한 활동량을 유지하는데 요가만한 운동이 없는 것 같아요. 또 정적인 음악을 들으며 스트레스를 완화하는데도 도움이 되고요. 제가 직접 해보고 정말 좋았던 임산부를 위한 요가 영상을 추천할게요.&lt;/p&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;1. 지음요가(jiumyoga)&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;추천 영상:&lt;/b&gt; &lt;a href=&quot;https://www.youtube.com/watch?v=t7j3p188jr4&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;임산부 데일리요가 20분 / 붓기를 빼주는 임산부요가 / 관절을 풀어주는 임산부요가&lt;/a&gt;&lt;/p&gt;
&lt;figure data-ke-type=&quot;video&quot; data-ke-style=&quot;alignCenter&quot; data-video-host=&quot;youtube&quot; data-video-url=&quot;https://www.youtube.com/watch?v=t7j3p188jr4&quot; data-video-thumbnail=&quot;https://scrap.kakaocdn.net/dn/bQ3NQI/hyX4ptwYWl/vqL1LbqEdXhcX8VDFYwszk/img.jpg?width=1280&amp;amp;height=720&amp;amp;face=0_0_1280_720,https://scrap.kakaocdn.net/dn/bxCaB4/hyX4wlScf8/LfsDzck1Z3IgNLce279LWK/img.jpg?width=1280&amp;amp;height=720&amp;amp;face=0_0_1280_720&quot; data-video-width=&quot;860&quot; data-video-height=&quot;484&quot; data-video-origin-width=&quot;860&quot; data-video-origin-height=&quot;484&quot; data-ke-mobilestyle=&quot;widthContent&quot; data-video-title=&quot;임산부 데일리요가 20분 / 붓기를 빼주는 임산부요가 / 관절을 풀어주는 임산부요가 / 16주~40주 가&quot; data-original-url=&quot;&quot;&gt;&lt;iframe src=&quot;https://www.youtube.com/embed/t7j3p188jr4&quot; width=&quot;860&quot; height=&quot;484&quot; frameborder=&quot;&quot; allowfullscreen=&quot;true&quot;&gt;&lt;/iframe&gt;
&lt;figcaption style=&quot;display: none;&quot;&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;추천 이유:&lt;/b&gt; 지음요가는 제가 정말 추천 추천 또 추천해요! 첫째와 둘째 모두 열심히 따라한 영상인데요. 임산부의 신체 변화를 고려해서 주수별로 동작이 조금씩 달라요. 주수에 따라 안전하고 효과적인 동작을 소개하며, 동작이 초보자도 쉽게 따라 할 수 있어요. 이 영상은 임신 16주부터 40주까지의 임산부를 대상으로 한 20분짜리 요가영상인데 붓기 제거와 관절 이완에 중점을 두고 있어요. 저는 저녁마다 남편이랑 같이 요가했어요. 남편도 하루 마무리하면서 스트레칭되고 좋다고 하더라고요. 정기적인 요가 수련을 통해 임신 중 겪을 수 있는 불편함을 완화하고 스트레스를 줄이는 데 도움이 됩니다.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;2. 요가테라스(Yogaterrace)&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;추천 영상:&lt;/b&gt; &lt;a href=&quot;https://www.youtube.com/watch?v=jIBMzXk9Bys&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;임신초중기 12-35주 하루10분 임신중 전신스트레칭은 필수!&lt;/a&gt;&lt;/p&gt;
&lt;figure data-ke-type=&quot;video&quot; data-ke-style=&quot;alignCenter&quot; data-video-host=&quot;youtube&quot; data-video-url=&quot;https://www.youtube.com/watch?v=jIBMzXk9Bys&quot; data-video-thumbnail=&quot;https://scrap.kakaocdn.net/dn/k2Gxg/hyX4w7f28o/1h9GAP2sBeiuFwGLf5qUH0/img.jpg?width=1280&amp;amp;height=720&amp;amp;face=0_0_1280_720,https://scrap.kakaocdn.net/dn/boHzSx/hyX4wGbOry/D8qHtM61lSZSHa4TClVkxk/img.jpg?width=1280&amp;amp;height=720&amp;amp;face=0_0_1280_720&quot; data-video-width=&quot;860&quot; data-video-height=&quot;484&quot; data-video-origin-width=&quot;860&quot; data-video-origin-height=&quot;484&quot; data-ke-mobilestyle=&quot;widthContent&quot; data-video-title=&quot;[임산부요가] 임신초중기 12-35주 하루10분 임신중 전신스트레칭은 필수!&quot; data-original-url=&quot;&quot;&gt;&lt;iframe src=&quot;https://www.youtube.com/embed/jIBMzXk9Bys&quot; width=&quot;860&quot; height=&quot;484&quot; frameborder=&quot;&quot; allowfullscreen=&quot;true&quot;&gt;&lt;/iframe&gt;
&lt;figcaption style=&quot;display: none;&quot;&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;추천 이유:&lt;/b&gt; 이 영상은 임신 12주부터 35주까지의 임산부를 위한 10분짜리 전신 스트레칭 요가 영상이에요. 혼자서 운동하기 귀찮을 때 종종 봤어요. 10분이라서 혼자 후루룩하기 좋아요. 짧은 시간 내에 전신을 이완시켜 주며, 꾸준한 스트레칭을 통해 임신 중 발생할 수 있는 근육 긴장과 통증을 완화하는 데 효과적이에요. 요가테라스는 임산부의 편안함을 우선시하여 무리 없는 동작들로 구성되어 있어 일상 속에서 쉽게 실천할 수 있어요.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;3. 하우투 클라쓰(HowToClass)&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;추천 영상:&lt;/b&gt; &lt;a href=&quot;https://www.youtube.com/watch?v=Wgl8wPe7t3c&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;산모와 건강한 아이를 위한 임산부 요가 4탄- 임신말기&lt;/a&gt;&lt;/p&gt;
&lt;figure data-ke-type=&quot;video&quot; data-ke-style=&quot;alignCenter&quot; data-video-host=&quot;youtube&quot; data-video-url=&quot;https://www.youtube.com/watch?v=Wgl8wPe7t3c&quot; data-video-thumbnail=&quot;https://scrap.kakaocdn.net/dn/cWgVS1/hyX4keGeZR/p16q17pxr14WWp4HWBjTF1/img.jpg?width=1280&amp;amp;height=720&amp;amp;face=0_0_1280_720,https://scrap.kakaocdn.net/dn/nLDqD/hyX4mp1SoV/mNsHaQI15wbLG9s9AduItK/img.jpg?width=1280&amp;amp;height=720&amp;amp;face=0_0_1280_720&quot; data-video-width=&quot;860&quot; data-video-height=&quot;484&quot; data-video-origin-width=&quot;860&quot; data-video-origin-height=&quot;484&quot; data-ke-mobilestyle=&quot;widthContent&quot; data-video-title=&quot;[하우투 클라쓰] 산모와 건강한 아이를 위한 임산부 요가 4탄- 임신말기: 다리부종빼기&quot; data-original-url=&quot;&quot;&gt;&lt;iframe src=&quot;https://www.youtube.com/embed/Wgl8wPe7t3c&quot; width=&quot;860&quot; height=&quot;484&quot; frameborder=&quot;&quot; allowfullscreen=&quot;true&quot;&gt;&lt;/iframe&gt;
&lt;figcaption style=&quot;display: none;&quot;&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&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;nbsp;&lt;/p&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;4. 지음요가(jiumyoga)&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;추천 영상:&lt;/b&gt; &lt;a href=&quot;https://youtu.be/UW_xU6SnQH8?si=UjwOmFemcv0s7b6P&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;15분 임신기 막달요가 루틴&lt;/a&gt;&lt;/p&gt;
&lt;figure data-ke-type=&quot;video&quot; data-ke-style=&quot;alignCenter&quot; data-video-host=&quot;youtube&quot; data-video-url=&quot;https://www.youtube.com/watch?v=UW_xU6SnQH8&quot; data-video-thumbnail=&quot;https://scrap.kakaocdn.net/dn/KuNfc/hyX4pG3WT8/964eVyXAzEYD12jMKwiLyk/img.jpg?width=1280&amp;amp;height=720&amp;amp;face=0_0_1280_720,https://scrap.kakaocdn.net/dn/cdq6jI/hyX4mcudMq/DTLzBm4FI7IxVyPoZK8ab1/img.jpg?width=1280&amp;amp;height=720&amp;amp;face=0_0_1280_720&quot; data-video-width=&quot;860&quot; data-video-height=&quot;484&quot; data-video-origin-width=&quot;860&quot; data-video-origin-height=&quot;484&quot; data-ke-mobilestyle=&quot;widthContent&quot; data-video-title=&quot;15분 임신기 막달요가 루틴 / 임산부 막달운동 by.지음요가(jiumyoga)&quot; data-original-url=&quot;&quot;&gt;&lt;iframe src=&quot;https://www.youtube.com/embed/UW_xU6SnQH8&quot; width=&quot;860&quot; height=&quot;484&quot; frameborder=&quot;&quot; allowfullscreen=&quot;true&quot;&gt;&lt;/iframe&gt;
&lt;figcaption style=&quot;display: none;&quot;&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;추천 이유:&lt;/b&gt; 제가 또 또 추천했던 지음요가! 막달 요가가 정말 최고인게 댓글만 봐도 순산 간증 댓글들이 수두룩합니다. :) 저는 아이가 천천히 나오길 원했어서 괜히 일찍 나올까봐 오히려 쉬엄쉬엄 따라했던 요가 영상이에요. 15분의 짧은 구성이고 아가가 내려오기 쉽게 골반 사이에 길을 열어주며 엄마의 체력과 호흡을 길러주는 수련이에요. 그런데 저는 개인적으로 동작들이 조금은 어렵더라고요. 막달이라 그런지 따라하기 조금은 힘들었어요.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;위의 영상들은 모두 임산부의 관절의 이완, 스트레스 완화와 신체적 안정을 돕는 요가 영상을 소개해드렸어요. 자신의 임신 주수와 컨디션에 맞춰 꾸준히 해보시는 걸 추천드려요. 꾸준히 수련하시면 임신 기간 동안의 건강 관리 및 스트레스 관리에 큰 도움이 될 거예요.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;모두 건강하고 행복한 임신 기간되세요 :)&lt;/p&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://sosonursing.tistory.com/81</guid>
      <comments>https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%EC%9A%94%EA%B0%80-10%EB%8B%AC-%EB%8F%99%EC%95%88-%EC%A7%81%EC%A0%91-%ED%95%B4%EB%B3%B8-%EC%98%81%EC%83%81-%EC%B6%94%EC%B2%9C#entry81comment</comments>
      <pubDate>Tue, 21 Jan 2025 22:19:09 +0900</pubDate>
    </item>
    <item>
      <title>임신 중 호르몬 변화로 인한 스트레스! 스트레스 관리 꿀팁</title>
      <link>https://sosonursing.tistory.com/entry/%EC%9E%84%EC%8B%A0-%EC%A4%91-%ED%98%B8%EB%A5%B4%EB%AA%AC-%EB%B3%80%ED%99%94%EB%A1%9C-%EC%9D%B8%ED%95%9C-%EC%8A%A4%ED%8A%B8%EB%A0%88%EC%8A%A4-%EC%8A%A4%ED%8A%B8%EB%A0%88%EC%8A%A4-%EA%B4%80%EB%A6%AC-%EA%BF%80%ED%8C%81</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;임신은 여성의 몸과 마음에 큰 변화를 가져오는 시기입니다. 특히 임신 중 스트레스는 자연스러운 현상이지만, 호르몬 변화와 밀접하게 연관되어 있어 이를 이해하고 관리하는 것이 중요해요.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;1. 임신 중 호르몬 변화와 스트레스&lt;/h3&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;코티솔(Cortisol)&lt;/b&gt;: 스트레스 상황에서 분비되는 코티솔은 임신 중에 평소보다 증가해요. 그래서 불안이나 걱정이 더 쉽게 발생할 수 있어요.&amp;nbsp;적정 수준의 코티솔은 태아의 성장과 발달에 필요하지만, 과도한 스트레스는 코티솔 과잉을 유발하여 임신부와 태아 모두에게 부정적인 영향을 미칠 수 있어요. 과도한 코티솔은 조산이나 저체중아 출산과 관련이 있다는 연구도 있어요.  &lt;/li&gt;
&lt;li&gt;&lt;b&gt;프로게스테론(Progesterone)과 에스트로겐(Estrogen)&lt;/b&gt;: 임신 초기부터 급격히 증가하는 이 호르몬들은 임신을 유지하고 태아의 발달을 도와요. 하지만 감정 기복과 불안감을 유발할 수 있어 스트레스에 민감해지는 원인이 되기도 해요.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;옥시토신(Oxytocin)&lt;/b&gt;: 행복 호르몬으로 알려진 옥시토신은 스트레스를 완화하고 정서적 안정감을 제공해요. 분만시기가 되면 자궁의 수축을 유도하여 출산을 돕기 위해 출산 막바지에 분비량이 크게 증가해요. 임신 중 옥시토신 분비가 원활하면 스트레스를 완화하고 태아의 발달에도 긍정적인 영향을 줘요. 그러나 스트레스가 지속되면 옥시토신 분비가 억제되어 긍정적인 감정을 느끼는 데 어려움을 겪을 수 있어요.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;blob&quot; data-origin-width=&quot;2400&quot; data-origin-height=&quot;1200&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/FecUO/btsLVveQ7kw/yrkgAm6JouKHC0gKQVjrLK/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/FecUO/btsLVveQ7kw/yrkgAm6JouKHC0gKQVjrLK/img.png&quot; data-alt=&quot;임신 중 주요 호르몬 변화&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/FecUO/btsLVveQ7kw/yrkgAm6JouKHC0gKQVjrLK/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FFecUO%2FbtsLVveQ7kw%2FyrkgAm6JouKHC0gKQVjrLK%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; alt=&quot;임신 중 주요 호르몬 변화&quot; loading=&quot;lazy&quot; width=&quot;2400&quot; height=&quot;1200&quot; data-filename=&quot;blob&quot; data-origin-width=&quot;2400&quot; data-origin-height=&quot;1200&quot;/&gt;&lt;/span&gt;&lt;figcaption&gt;임신 중 주요 호르몬 변화&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&amp;nbsp;&lt;/h3&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;2. 스트레스가 태아와 임신부에게 미치는 영향&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;스트레스가 관리되지 않으면 임신부의 심리적, 신체적 건강뿐만 아니라 태아에게도 영향을 줄 수 있어요. 만성적인 스트레스는 태아의 신경계 발달, 면역 체계, 그리고 출생 후 정서 발달에 부정적인 영향을 미칠 수 있어요. 또한 임신부 자신도 고혈압, 임신성 당뇨, 수면 장애 등의 건강 문제를 겪을 가능성이 높아져요.&lt;/p&gt;
&lt;hr data-ke-style=&quot;style1&quot; /&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;&amp;nbsp;&lt;/h2&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;&lt;b&gt;임신 중 스트레스 관리 방법&lt;/b&gt;&lt;/h2&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;1. 가벼운 운동과 이완 활동&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;&lt;b&gt;걷기&lt;/b&gt;: 매일 20~30분씩 산책을 하면 기분 전환과 혈액 순환 개선에 도움이 됩니다.&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;/ul&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;2. 균형 잡힌 식단&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;&lt;b&gt;비타민 B군&lt;/b&gt;: 신경 안정에 도움이 되는 영양소로, 견과류, 통곡물, 바나나 등에 풍부합니다.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;오메가-3 지방산&lt;/b&gt;: 태아의 뇌 발달을 돕고 스트레스를 줄이는 데 도움을 줍니다. 연어나 고등어 같은 생선을 섭취하세요.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;마그네슘&lt;/b&gt;: 초콜릿이나 바나나, 녹색 채소에 포함되어 있어 긴장을 완화합니다.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;3. 사회적 지원과 소통&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;배우자, 가족, 친구들과 대화를 나누며 감정을 솔직히 표현하세요. 이러한 소통은 심리적 안정감을 제공해요.&amp;nbsp;비슷한 경험을 공유하는 임산부 모임이나 온라인 커뮤니티에 참여해 보세요. 다른 사람들의 경험을 듣고 공감하는 것만으로도 큰 위안이 될 수 있어요. 요즘은 임신 육아 카톡방도 활성화되어 있어 해우소처럼 이야기 나누기 좋아요. :)&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;4. 충분한 수면과 휴식&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;하루 7~9시간의 숙면은 몸과 마음을 회복시키는 데 필수적이에요.&lt;/li&gt;
&lt;li&gt;수면을 방해하는 요인을 최소화하고, 낮잠을 통해 부족한 수면을 보충하세요.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;5. 전문가의 도움 받기&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;스트레스가 심하거나 우울감이 지속된다면 주저하지 말고 심리 상담이나 정신건강 전문가의 도움을 받으세요. 특히 임신성 우울증의 징후가 보인다면 조기 개입이 중요해요.&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;6. 현재에 집중하고 긍정적인 사고&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;현재의 순간에 집중하며 지나치게 미래를 걱정하지 않는 연습을 해보세요.&lt;/li&gt;
&lt;li&gt;매일 감사한 일을 기록하며 긍정적인 감정을 키워보세요. 작은 변화가 큰 안정감을 줄 수 있어요.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr data-ke-style=&quot;style1&quot; /&gt;
&lt;p class=&quot;highlight&quot; data-ke-size=&quot;size16&quot;&gt;임신 중 스트레스는 누구나 겪을 수 있는 자연스러운 현상이에요. 정도의 차이는 있겠지만 임산부 모두 비슷한 경험을 하고 있다는 걸 기억하세요. 혼자 고민하지 마시고 주변의 도움을 적극적으로 요청하세요. 그리고 가장 중요한 것은 자신을 너무 몰아세우지 않는 것입니다! :)&lt;/p&gt;
&lt;p class=&quot;highlight&quot; data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;background-color: #f6e199; color: #409d00;&quot;&gt;자신을 돌보는 것을 우선순위에 두고, 필요할 때 주변의 도움을 요청하는 것을 잊지 마세요.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;6720&quot; data-origin-height=&quot;4480&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/ca8H4Y/btsLVLVXNuq/jbVyIffqQAYwfOkOvV8vLK/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/ca8H4Y/btsLVLVXNuq/jbVyIffqQAYwfOkOvV8vLK/img.jpg&quot; data-alt=&quot;임신 중 스트레스 관리&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/ca8H4Y/btsLVLVXNuq/jbVyIffqQAYwfOkOvV8vLK/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fca8H4Y%2FbtsLVLVXNuq%2FjbVyIffqQAYwfOkOvV8vLK%2Fimg.jpg&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;6720&quot; height=&quot;4480&quot; data-origin-width=&quot;6720&quot; data-origin-height=&quot;4480&quot;/&gt;&lt;/span&gt;&lt;figcaption&gt;임신 중 스트레스 관리&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;/p&gt;</description>
      <category>소소 지식</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/80</guid>
      <comments>https://sosonursing.tistory.com/entry/%EC%9E%84%EC%8B%A0-%EC%A4%91-%ED%98%B8%EB%A5%B4%EB%AA%AC-%EB%B3%80%ED%99%94%EB%A1%9C-%EC%9D%B8%ED%95%9C-%EC%8A%A4%ED%8A%B8%EB%A0%88%EC%8A%A4-%EC%8A%A4%ED%8A%B8%EB%A0%88%EC%8A%A4-%EA%B4%80%EB%A6%AC-%EA%BF%80%ED%8C%81#entry80comment</comments>
      <pubDate>Tue, 21 Jan 2025 18:37:23 +0900</pubDate>
    </item>
    <item>
      <title>임신 초기 입덧 극복 꿀팁 총정리 (먹을 수 있는 음식 &amp;amp; 완화법)</title>
      <link>https://sosonursing.tistory.com/entry/%EC%9E%84%EC%8B%A0-%EC%B4%88%EA%B8%B0-%EC%9E%85%EB%8D%A7-%EA%B7%B9%EB%B3%B5-%EA%BF%80%ED%8C%81-%EC%B4%9D%EC%A0%95%EB%A6%AC-%EB%A8%B9%EC%9D%84-%EC%88%98-%EC%9E%88%EB%8A%94-%EC%9D%8C%EC%8B%9D-%EC%99%84%ED%99%94%EB%B2%95</link>
      <description>&lt;article&gt;
&lt;div class=&quot;intro&quot;&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;안녕하세요. 오늘은 임신 초기에 찾아오는 입덧을 어떻게 하면 조금이라도 수월하게 이겨낼 수 있을지 알아보려고 해요. 제가 겪었던 경험과 전문의 상담을 통해 알게 된 정보들을 꼼꼼히 정리해 보았습니다.&lt;/p&gt;
&lt;/div&gt;
&lt;section&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;입덧, 언제부터 언제까지일까?&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;보통 &lt;b&gt;&lt;span style=&quot;background-color: #f6e199; color: #409d00;&quot;&gt;임신 6주 차부터 시작되어 13~14주 정도까지&lt;/span&gt;&lt;/b&gt; 지속되는 것이 일반적이에요. 하지만 사람마다 차이가 있어서, 어떤 분들은 4주 차부터 시작되기도 하고 16주 이후까지 지속되는 경우도 있답니다. 전체 임산부의 약 80%가 경험하는 매우 일반적인 임신 증상이니 너무 걱정하지 마세요.&lt;/p&gt;
&lt;/section&gt;
&lt;/article&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock widthContent&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;5472&quot; data-origin-height=&quot;3648&quot;&gt;&lt;span data-url=&quot;//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png&quot; data-phocus=&quot;//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png&quot;&gt;&lt;img src=&quot;//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=%2F%2Ft1.daumcdn.net%2Ftistory_admin%2Fstatic%2Fimages%2Fno-image-v1.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; alt=&quot;임신 초기 입덧 완화&quot; loading=&quot;lazy&quot; width=&quot;5472&quot; height=&quot;3648&quot; data-origin-width=&quot;5472&quot; data-origin-height=&quot;3648&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 data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: #409d00; background-color: #f6e199;&quot;&gt;▼ 입덧에 대해 더 자세한 설명은 아래 링크를 클릭해 주세요! :)&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;figure id=&quot;og_1737430901146&quot; contenteditable=&quot;false&quot; data-ke-type=&quot;opengraph&quot; data-ke-align=&quot;alignCenter&quot; data-og-type=&quot;article&quot; data-og-title=&quot;임신의 시작, 입덧에 대해서(증상, 기간, 원인, 치료방법 등)&quot; data-og-description=&quot;산모가 겪는 임신 초기 증상 중에 하나로 메스꺼움과 구역질, 식욕부진, 구토 등이 나타나는데 이를 통틀어 입덧이라고 한다. 전체 임산부의 70~85%에서 발생할 정도로 흔한 증상 중 하나로 드라&quot; data-og-host=&quot;sosonursing.tistory.com&quot; data-og-source-url=&quot;https://sosonursing.tistory.com/17&quot; data-og-url=&quot;https://sosonursing.tistory.com/17&quot; data-og-image=&quot;https://scrap.kakaocdn.net/dn/vZ7x0/hyX4lxPwLF/KMQm413Y46MNckEqtPYeJK/img.png?width=571&amp;amp;height=623&amp;amp;face=0_0_571_623,https://scrap.kakaocdn.net/dn/bZAj8C/hyX4o2nSeo/N2VcE0ekg3ZNEqoBfhWh10/img.png?width=571&amp;amp;height=623&amp;amp;face=0_0_571_623,https://scrap.kakaocdn.net/dn/TlG0o/hyX4xrvvTc/vMCPrf39qsZK9udlMant3K/img.png?width=1864&amp;amp;height=742&amp;amp;face=0_0_1864_742&quot;&gt;&lt;a href=&quot;https://sosonursing.tistory.com/17&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; data-source-url=&quot;https://sosonursing.tistory.com/17&quot;&gt;
&lt;div class=&quot;og-image&quot; style=&quot;background-image: url('https://scrap.kakaocdn.net/dn/vZ7x0/hyX4lxPwLF/KMQm413Y46MNckEqtPYeJK/img.png?width=571&amp;amp;height=623&amp;amp;face=0_0_571_623,https://scrap.kakaocdn.net/dn/bZAj8C/hyX4o2nSeo/N2VcE0ekg3ZNEqoBfhWh10/img.png?width=571&amp;amp;height=623&amp;amp;face=0_0_571_623,https://scrap.kakaocdn.net/dn/TlG0o/hyX4xrvvTc/vMCPrf39qsZK9udlMant3K/img.png?width=1864&amp;amp;height=742&amp;amp;face=0_0_1864_742');&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;og-text&quot;&gt;
&lt;p class=&quot;og-title&quot; data-ke-size=&quot;size16&quot;&gt;임신의 시작, 입덧에 대해서(증상, 기간, 원인, 치료방법 등)&lt;/p&gt;
&lt;p class=&quot;og-desc&quot; data-ke-size=&quot;size16&quot;&gt;산모가 겪는 임신 초기 증상 중에 하나로 메스꺼움과 구역질, 식욕부진, 구토 등이 나타나는데 이를 통틀어 입덧이라고 한다. 전체 임산부의 70~85%에서 발생할 정도로 흔한 증상 중 하나로 드라&lt;/p&gt;
&lt;p class=&quot;og-host&quot; data-ke-size=&quot;size16&quot;&gt;sosonursing.tistory.com&lt;/p&gt;
&lt;/div&gt;
&lt;/a&gt;&lt;/figure&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;hr contenteditable=&quot;false&quot; data-ke-type=&quot;horizontalRule&quot; data-ke-style=&quot;style6&quot; /&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;입덧 완화에 도움 되는 음식&lt;/b&gt;&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;/p&gt;
&lt;table class=&quot;food-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 class=&quot;category&quot;&gt;탄수화물&lt;/td&gt;
&lt;td&gt;- 감자&lt;br /&gt;- 흰쌀밥&lt;br /&gt;- 크래커&lt;br /&gt;- 식빵&lt;br /&gt;- 당근&lt;/td&gt;
&lt;td class=&quot;description&quot;&gt;- 소화가 잘되고 공복감 해소&lt;br /&gt;- 아침 기상 직후 크래커나 식빵 섭취 추천&lt;br /&gt;- 따뜻하게 먹는 것이 좋음&lt;br /&gt;- 한 번에 소량씩 섭취&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;category&quot;&gt;단백질&lt;/td&gt;
&lt;td&gt;- 삶은 달걀&lt;br /&gt;- 두부&lt;br /&gt;- 닭가슴살&lt;br /&gt;- 생선구이&lt;br /&gt;- 저지방 우유&lt;/td&gt;
&lt;td class=&quot;description&quot;&gt;- 기름기 없이 담백하게 조리&lt;br /&gt;- 단백질 보충으로 체력 유지&lt;br /&gt;- 너무 차갑지 않게 먹기&lt;br /&gt;- 과다한 양념 피하기&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;category&quot;&gt;과일/채소&lt;/td&gt;
&lt;td&gt;- 레몬&lt;br /&gt;- 사과&lt;br /&gt;- 수박&lt;br /&gt;- 귤&lt;br /&gt;- 배&lt;/td&gt;
&lt;td class=&quot;description&quot;&gt;- 상큼한 향과 맛으로 구역질 감소&lt;br /&gt;- 수분과 비타민 보충&lt;br /&gt;- 적당히 차갑게 먹기&lt;br /&gt;- 과산이 있는 과일은 소량만&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;category&quot;&gt;음료&lt;/td&gt;
&lt;td&gt;- 생강차&lt;br /&gt;- 페퍼민트티&lt;br /&gt;- 국화차&lt;br /&gt;- 레몬에이드&lt;br /&gt;- 보리차&lt;/td&gt;
&lt;td class=&quot;description&quot;&gt;- 따뜻하게 마시는 것이 효과적&lt;br /&gt;- 한 모금씩 천천히 마시기&lt;br /&gt;- 카페인이 없는 차 선택&lt;br /&gt;- 탄산음료는 피하기&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;category&quot;&gt;간식&lt;/td&gt;
&lt;td&gt;- 견과류&lt;br /&gt;- 요구르트&lt;br /&gt;- 말린 과일&lt;br /&gt;- 젤리&lt;br /&gt;- 씨리얼&lt;/td&gt;
&lt;td class=&quot;description&quot;&gt;- 소량씩 자주 섭취&lt;br /&gt;- 공복 예방에 도움&lt;br /&gt;- 너무 달지 않은 것 선택&lt;br /&gt;- 가벼운 영양 보충용으로 적합&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;div class=&quot;notice&quot;&gt;&lt;b&gt;  섭취 시 주의사항&lt;/b&gt;&lt;br /&gt;- 음식은 항상 신선한 것으로 준비하세요.&lt;br /&gt;- 한 번에 많이 먹지 말고 조금씩 자주 드세요.&lt;br /&gt;- 개인마다 잘 맞는 음식이 다를 수 있으니 본인에게 맞는 음식을 찾으세요.&lt;br /&gt;- 입덧이 심한 경우 의사와 상담 후 영양제 섭취를 고려하세요.&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;/p&gt;
&lt;h3 class=&quot;title&quot; data-ke-size=&quot;size23&quot;&gt;&amp;nbsp;&lt;/h3&gt;
&lt;h3 class=&quot;title&quot; data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;  입덧 시 피해야 할 음식&lt;/b&gt;&lt;/h3&gt;
&lt;table class=&quot;avoid-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 class=&quot;category&quot;&gt;음식&lt;/td&gt;
&lt;td class=&quot;reason&quot;&gt;- 기름진 음식(튀김, 볶음)&lt;br /&gt;- 매운 음식&lt;br /&gt;- 강한 향신료가 든 음식&lt;br /&gt;- 너무 차갑거나 뜨거운 음식&lt;br /&gt;- 카페인 음료&lt;br /&gt;- 자극적인 양념&lt;/td&gt;
&lt;td class=&quot;alternative&quot;&gt;- 찜이나 구이로 대체&lt;br /&gt;- 순한 맛으로 조리&lt;br /&gt;- 허브로 향 내기&lt;br /&gt;- 상온이나 미지근한 음식&lt;br /&gt;- 허브차나 물&lt;br /&gt;- 소금, 간장 정도로 간하기&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;category&quot;&gt;냄새&lt;/td&gt;
&lt;td class=&quot;reason&quot;&gt;- 향수&lt;br /&gt;- 실내 방향제&lt;br /&gt;- 화장품 냄새&lt;br /&gt;- 요리 시 발생하는 강한 냄새&lt;br /&gt;- 담배 연기&lt;/td&gt;
&lt;td class=&quot;alternative&quot;&gt;- 무향 제품 사용&lt;br /&gt;- 환기로 해결&lt;br /&gt;- 순한 스킨케어 제품&lt;br /&gt;- 환기팬 사용, 창문 열기&lt;br /&gt;- 금연 구역 이용&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;category&quot;&gt;생활습관&lt;/td&gt;
&lt;td class=&quot;reason&quot;&gt;- 급하게 움직이기&lt;br /&gt;- 꽉 조이는 옷&lt;br /&gt;- 장시간 공복&lt;br /&gt;- 덥거나 답답한 환경&lt;br /&gt;- 피로를 유발하는 활동&lt;/td&gt;
&lt;td class=&quot;alternative&quot;&gt;- 천천히 여유있게 행동&lt;br /&gt;- 편한 임부복 착용&lt;br /&gt;- 소량씩 자주 먹기&lt;br /&gt;- 환기 자주 하기&lt;br /&gt;- 적절한 휴식 취하기&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;category&quot;&gt;스트레스 유발&lt;/td&gt;
&lt;td class=&quot;reason&quot;&gt;- 과도한 업무&lt;br /&gt;- 장시간 전자기기 사용&lt;br /&gt;- 혼잡한 대중교통&lt;br /&gt;- 수면 부족&lt;br /&gt;- 과도한 걱정&lt;/td&gt;
&lt;td class=&quot;alternative&quot;&gt;- 업무량 조절&lt;br /&gt;- 적절한 휴식 취하기&lt;br /&gt;- 덜 혼잡한 시간대 이용&lt;br /&gt;- 충분한 수면 취하기&lt;br /&gt;- 전문의와 상담하기&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;category&quot;&gt;운동/활동&lt;/td&gt;
&lt;td class=&quot;reason&quot;&gt;- 격렬한 운동&lt;br /&gt;- 장시간 서있기&lt;br /&gt;- 무거운 물건 들기&lt;br /&gt;- 불안정한 자세&lt;br /&gt;- 장거리 이동&lt;/td&gt;
&lt;td class=&quot;alternative&quot;&gt;- 가벼운 스트레칭&lt;br /&gt;- 적절한 휴식 취하기&lt;br /&gt;- 도움 요청하기&lt;br /&gt;- 바른 자세 유지&lt;br /&gt;- 짧은 거리 위주로 이동&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;div style=&quot;background-color: #fff3f3; padding: 15px; border-radius: 5px; margin-top: 20px;&quot;&gt;&lt;b&gt;  주의사항&lt;/b&gt;&lt;br /&gt;- 위 내용은 일반적인 가이드라인이며, 개인차가 있을 수 있습니다.&lt;br /&gt;- 입덧 증상이 심각한 경우 반드시 전문의와 상담하세요.&lt;br /&gt;- 구토가 심하거나 탈수 증상이 있다면 즉시 병원을 방문하세요.&lt;br /&gt;- 본인에게 맞는 피하기/대체하기 방법을 찾아 실천하세요.&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;hr contenteditable=&quot;false&quot; data-ke-type=&quot;horizontalRule&quot; data-ke-style=&quot;style6&quot; /&gt;
&lt;h3 style=&quot;color: #000000;&quot; data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;입덧이 심각할 때 도움 받을 수 있는 방법&lt;/b&gt;&lt;/h3&gt;
&lt;h3 style=&quot;color: #000000;&quot; data-ke-size=&quot;size23&quot;&gt;1. 산부인과 상담&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;증상이 심각하면 망설이지 말고 병원 방문&lt;/li&gt;
&lt;li&gt;필요시 처방약 복용 가능&lt;/li&gt;
&lt;/ul&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;저는 임신 여부 확인하자마자 입덧약 바로 처방받았어요. 첫째 때는 입덧약 먹으니 입덧 증상이 하나도 없었고, 둘째 때는 입덧약 먹어도 입덧 증상이 조금 있었지만 견딜만한 정도였어요.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;&lt;span style=&quot;background-color: #f6e199; color: #409d00;&quot;&gt;▼ 입덧약 먹어도 괜찮을지 고민 중인 분들은 아래 링크 꼭! 읽어보세요.&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;figure id=&quot;og_1737432547135&quot; contenteditable=&quot;false&quot; data-ke-type=&quot;opengraph&quot; data-ke-align=&quot;alignCenter&quot; data-og-type=&quot;article&quot; data-og-title=&quot;[21.02.22] 입덧, 나는 참지않지!!! 입덧약의 모든 것, 아미렉틴후기&quot; data-og-description=&quot;저는 입덧이 임신을 알게 된 그날부터 있었어요. 좀 더 정확히 표현하면 그동안 있던 소화불량 증상이 입덧이었던 것이죠. 잘 모르는 남성분들은 입덧이라고 하면 드라마에서 나오듯 다이네믹&quot; data-og-host=&quot;sosonursing.tistory.com&quot; data-og-source-url=&quot;https://sosonursing.tistory.com/16&quot; data-og-url=&quot;https://sosonursing.tistory.com/16&quot; data-og-image=&quot;https://scrap.kakaocdn.net/dn/MwCef/hyX4rdJCyx/HHAYI6eKDYt9oa0YZ57EJK/img.png?width=800&amp;amp;height=434&amp;amp;face=0_0_800_434,https://scrap.kakaocdn.net/dn/bhgDcp/hyX4uVPYAv/D4PNYgYojbKu6klOfY8QB1/img.png?width=800&amp;amp;height=434&amp;amp;face=0_0_800_434,https://scrap.kakaocdn.net/dn/xQhgq/hyX4sjqPS4/xo9k7S6qd5oRffYwQAJCP0/img.png?width=1021&amp;amp;height=611&amp;amp;face=0_0_1021_611&quot;&gt;&lt;a href=&quot;https://sosonursing.tistory.com/16&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; data-source-url=&quot;https://sosonursing.tistory.com/16&quot;&gt;
&lt;div class=&quot;og-image&quot; style=&quot;background-image: url('https://scrap.kakaocdn.net/dn/MwCef/hyX4rdJCyx/HHAYI6eKDYt9oa0YZ57EJK/img.png?width=800&amp;amp;height=434&amp;amp;face=0_0_800_434,https://scrap.kakaocdn.net/dn/bhgDcp/hyX4uVPYAv/D4PNYgYojbKu6klOfY8QB1/img.png?width=800&amp;amp;height=434&amp;amp;face=0_0_800_434,https://scrap.kakaocdn.net/dn/xQhgq/hyX4sjqPS4/xo9k7S6qd5oRffYwQAJCP0/img.png?width=1021&amp;amp;height=611&amp;amp;face=0_0_1021_611');&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;og-text&quot;&gt;
&lt;p class=&quot;og-title&quot; data-ke-size=&quot;size16&quot;&gt;[21.02.22] 입덧, 나는 참지않지!!! 입덧약의 모든 것, 아미렉틴후기&lt;/p&gt;
&lt;p class=&quot;og-desc&quot; data-ke-size=&quot;size16&quot;&gt;저는 입덧이 임신을 알게 된 그날부터 있었어요. 좀 더 정확히 표현하면 그동안 있던 소화불량 증상이 입덧이었던 것이죠. 잘 모르는 남성분들은 입덧이라고 하면 드라마에서 나오듯 다이네믹&lt;/p&gt;
&lt;p class=&quot;og-host&quot; data-ke-size=&quot;size16&quot;&gt;sosonursing.tistory.com&lt;/p&gt;
&lt;/div&gt;
&lt;/a&gt;&lt;/figure&gt;
&lt;h3 style=&quot;color: #000000;&quot; data-ke-size=&quot;size23&quot;&gt;2. 보완요법&lt;/h3&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;비타민 B6 보충&lt;/li&gt;
&lt;li&gt;지압밴드 착용&lt;/li&gt;
&lt;/ul&gt;
&lt;hr contenteditable=&quot;false&quot; data-ke-type=&quot;horizontalRule&quot; data-ke-style=&quot;style1&quot; /&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;다른 무엇보다 저는 입덧약 효과를 잘 봤어요. 작년까진 입덧약이 비보험이라 금액이 좀 부담되었지만 몸이 힘들면 마음도 힘든 법! 입덧은 힘들지만, 아기가 건강하게 자라고 있다는 신호이기도 해요. 본인에게 맞는 방법을 찾아 실천하면서 이 시기를 잘 이겨내시길 바랍니다. 증상이 너무 심하다면 반드시 전문의와 상담하세요.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;예비맘들의 건강한 임신생활을 응원합니다!  &lt;/p&gt;</description>
      <category>소소 지식</category>
      <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://sosonursing.tistory.com/79</guid>
      <comments>https://sosonursing.tistory.com/entry/%EC%9E%84%EC%8B%A0-%EC%B4%88%EA%B8%B0-%EC%9E%85%EB%8D%A7-%EA%B7%B9%EB%B3%B5-%EA%BF%80%ED%8C%81-%EC%B4%9D%EC%A0%95%EB%A6%AC-%EB%A8%B9%EC%9D%84-%EC%88%98-%EC%9E%88%EB%8A%94-%EC%9D%8C%EC%8B%9D-%EC%99%84%ED%99%94%EB%B2%95#entry79comment</comments>
      <pubDate>Tue, 21 Jan 2025 13:46:22 +0900</pubDate>
    </item>
    <item>
      <title>임산부 필수! 체중 증가 기준과 체중 관리 방법</title>
      <link>https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%ED%95%84%EC%88%98-%EC%B2%B4%EC%A4%91-%EC%A6%9D%EA%B0%80-%EA%B8%B0%EC%A4%80%EA%B3%BC-%EC%B2%B4%EC%A4%91-%EA%B4%80%EB%A6%AC-%EB%B0%A9%EB%B2%95</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;임신 중 체중 관리는 엄마와 아기 모두의 건강을 위해 중요한 요소입니다. 과도한 체중 증가는 여러 합병증을 유발할 수 있으며, 부족한 체중 증가도 아기의 성장에 영향을 미칠 수 있습니다. 임신 중에는 적절한 체중 증가를 목표로 균형 잡힌 식단과 적당한 운동을 병행하는 것이 필요합니다. 이 글에서는 임신 중 체중 증가의 기준, 적절 체중 증가 범위, 그리고 체중 관리 방법에 대해 알아보겠습니다.&lt;/p&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;edited_volodymyr-hryshchenko-To3xHP9jZM0-unsplash.jpg&quot; data-origin-width=&quot;3000&quot; data-origin-height=&quot;2000&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/rGNZE/btsLMGODaso/rKSm6NizV4tg8lz1x2dXmK/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/rGNZE/btsLMGODaso/rKSm6NizV4tg8lz1x2dXmK/img.png&quot; data-alt=&quot;임산부 체중 증가 기준과 관리방법 출처:unsplash&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/rGNZE/btsLMGODaso/rKSm6NizV4tg8lz1x2dXmK/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FrGNZE%2FbtsLMGODaso%2FrKSm6NizV4tg8lz1x2dXmK%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;3000&quot; height=&quot;2000&quot; data-filename=&quot;edited_volodymyr-hryshchenko-To3xHP9jZM0-unsplash.jpg&quot; data-origin-width=&quot;3000&quot; data-origin-height=&quot;2000&quot;/&gt;&lt;/span&gt;&lt;figcaption&gt;임산부 체중 증가 기준과 관리방법 출처:unsplash&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;1. 임신 중 체중 증가 기준&lt;/b&gt;&lt;/h3&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;정상 체중 (BMI 18.5 - 24.9) : 11.5kg ~ 16kg 증가&lt;/li&gt;
&lt;li&gt;저체중 (BMI &amp;lt; 18.5) : 12.5kg ~ 18kg 증가&lt;/li&gt;
&lt;li&gt;과체중 (BMI 25-29.9) : 7kg ~ 11.5kg 증가&lt;/li&gt;
&lt;li&gt;비만 (BMI &amp;gt;30) : 5kg ~ 9kg 증가&lt;/li&gt;
&lt;/ul&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;이 기준은 평균적인 체중 증가 범위를 제시한 것으로, 개별적인 건강 상태와 임신 과정에 따라 다를 수 있습니다. 따라서, 정확한 체중 증가 목표는 산부인과 의사와 상담 후 설정하는 것이 중요합니다.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;2. 임신 중 적절 체중 증가&lt;/b&gt;&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&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;/li&gt;
&lt;li&gt;엄마의 건강 유지 : 적정 체중 증가는 엄마의 피로를 최소화하고, 출산 후 빠른 회복을 돕습니다.&lt;/li&gt;
&lt;li&gt;합병증 예방 : 체중 증가가 너무 많거나 적으면 임신성 당뇨, 고혈압, 조산 등의 위험이 커질 수 있습니다.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;suhyeon-choi-NIZeg731LxM-unsplash.jpg&quot; data-origin-width=&quot;3200&quot; data-origin-height=&quot;2136&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/bpNmyY/btsLLVlsHh0/jcCehRElZQdFs632ITN7Ek/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/bpNmyY/btsLLVlsHh0/jcCehRElZQdFs632ITN7Ek/img.jpg&quot; data-alt=&quot;임산부 체중 증가 기준과 관리방법 출처:unsplash&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/bpNmyY/btsLLVlsHh0/jcCehRElZQdFs632ITN7Ek/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbpNmyY%2FbtsLLVlsHh0%2FjcCehRElZQdFs632ITN7Ek%2Fimg.jpg&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;3200&quot; height=&quot;2136&quot; data-filename=&quot;suhyeon-choi-NIZeg731LxM-unsplash.jpg&quot; data-origin-width=&quot;3200&quot; data-origin-height=&quot;2136&quot;/&gt;&lt;/span&gt;&lt;figcaption&gt;임산부 체중 증가 기준과 관리방법 출처:unsplash&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;3. 체중 관리 방법&lt;/b&gt;&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;임신 중 체중을 적절하게 관리하기 위해서는 균형 잡힌 식단과 꾸준한 운동이 필수적입니다. 다음은 임신 중 체중 관리에 도움이 되는 방법들입니다.&lt;/p&gt;
&lt;h4 data-ke-size=&quot;size20&quot;&gt;&lt;b&gt;1) 균형 잡힌 식단 유지&lt;/b&gt;&lt;/h4&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;/li&gt;
&lt;li&gt;탄수화물: 에너지원으로 중요한 역할을 합니다. 그러나 정제된 탄수화물(흰빵, 설탕 등)은 피하고, 통곡물, 과일, 채소 등을 섭취하는 것이 좋습니다.&lt;/li&gt;
&lt;li&gt;지방: 건강한 지방을 ㅅ버취하는 것이 중요합니다. 아보카도, 올리브유, 견과류 등에서 좋은 지방을 얻을 수 있습니다.&lt;/li&gt;
&lt;li&gt;비타민과 미네랄: 임신 중에는 엽산, 철분, 칼슘 등이 중요합니다. 신선한 채소, 과일, 유제품, 통곡물을 통해 충분히 섭취하세요.&lt;/li&gt;
&lt;li&gt;수분 섭취: 체내 수분을 충분히 공급하는 것이 중요합니다. 하루에 2리터 이상의 물을 마시는 것이 좋습니다.&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 data-ke-size=&quot;size20&quot;&gt;&lt;b&gt;2) 적절한 운동&lt;/b&gt;&lt;/h4&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;걷기: 임산부에게 가장 안전한 운동입니다. 하루 30분 정도의 걷기는 심혈관 건강을 유지하고, 체중증가를 관리하는데 도움을 줍니다.&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;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;dane-wetton-t1NEMSm1rgI-unsplash.jpg&quot; data-origin-width=&quot;6539&quot; data-origin-height=&quot;5231&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/bDhfL6/btsLM3ilGGe/kQEEHjdJxuCOWmrHWQKdbK/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/bDhfL6/btsLM3ilGGe/kQEEHjdJxuCOWmrHWQKdbK/img.jpg&quot; data-alt=&quot;임산부 체중 증가 기준과 관리방법 출처:unsplash&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/bDhfL6/btsLM3ilGGe/kQEEHjdJxuCOWmrHWQKdbK/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbDhfL6%2FbtsLM3ilGGe%2FkQEEHjdJxuCOWmrHWQKdbK%2Fimg.jpg&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;6539&quot; height=&quot;5231&quot; data-filename=&quot;dane-wetton-t1NEMSm1rgI-unsplash.jpg&quot; data-origin-width=&quot;6539&quot; data-origin-height=&quot;5231&quot;/&gt;&lt;/span&gt;&lt;figcaption&gt;임산부 체중 증가 기준과 관리방법 출처:unsplash&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;운동을 시작하기 전에는 반드시 의사와 상담하고 개인의 상태에 맞는 운동 강도와 종류를 선택해야 합니다.&lt;/p&gt;
&lt;h4 data-ke-size=&quot;size20&quot;&gt;&lt;b&gt;3) 체중 관리 시 주의사항&lt;/b&gt;&lt;/h4&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;체중 증가 추적: 임신 초기부터 체중 증가를 주기적으로 체크하여 정상 범위 내에서 체중이 증가하고 있는지 확인합니다. 과도한 체중 증가는 빠르게 관리하는 것이 중요합니다.&lt;/li&gt;
&lt;li&gt;과도한 당분 섭취 피하기: 단 음식이나 음료는 과도한 칼로리 섭취를 초래할 수 있습니다. 가공된 설탕 대신 천연 당분을 포함한 과일을 섭취하는 것이 좋습니다.&lt;/li&gt;
&lt;li&gt;조금씩 자주 먹기: 임신 중 소화불량이나 속쓰림을 방지하려면 하루 3끼의 식사 외에도 간식을 자주 먹는 것이 좋습니다. 간식은 과일, 견과류, 요거트 등을 추천합니다.&lt;/li&gt;
&lt;/ul&gt;</description>
      <category>소소 지식</category>
      <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://sosonursing.tistory.com/78</guid>
      <comments>https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%ED%95%84%EC%88%98-%EC%B2%B4%EC%A4%91-%EC%A6%9D%EA%B0%80-%EA%B8%B0%EC%A4%80%EA%B3%BC-%EC%B2%B4%EC%A4%91-%EA%B4%80%EB%A6%AC-%EB%B0%A9%EB%B2%95#entry78comment</comments>
      <pubDate>Tue, 14 Jan 2025 15:53:23 +0900</pubDate>
    </item>
    <item>
      <title>임신 중 안전하게 할 수 있는 운동 5가지와 주의사항</title>
      <link>https://sosonursing.tistory.com/entry/%EC%9E%84%EC%8B%A0-%EC%A4%91-%EC%95%88%EC%A0%84%ED%95%98%EA%B2%8C-%ED%95%A0-%EC%88%98-%EC%9E%88%EB%8A%94-%EC%9A%B4%EB%8F%99-5%EA%B0%80%EC%A7%80%EC%99%80-%EC%A3%BC%EC%9D%98%EC%82%AC%ED%95%AD</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;임신 중 운동은 엄마와 아기의 건강을 유지하는 데 중요한 역할을 합니다. 그러나 임신 초기와 후기에는 운동의 종류와 강도를 조절하는 것이 필요합니다. 안전한 운동을 통해 체력 유지와 스트레스 해소, 출산 준비에 도움이 되지만, 일부 운동은 임산부에게 적합하지 않으므로 반드시 주의해야 합니다. 오늘은 임신 중 할 수 있는 안전한 운동과 운동 시 주의사항에 대해 알아보겠습니다.&lt;/p&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;edited_ashton-mullins-y16sN3fCwIw-unsplash.jpg&quot; data-origin-width=&quot;2348&quot; data-origin-height=&quot;1555&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/cdPDJQ/btsLLDFmJvC/EIh5So2ZpmvDejRXfe0WIk/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/cdPDJQ/btsLLDFmJvC/EIh5So2ZpmvDejRXfe0WIk/img.png&quot; data-alt=&quot;임산부 운동 추천 출처 : unsplash&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/cdPDJQ/btsLLDFmJvC/EIh5So2ZpmvDejRXfe0WIk/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FcdPDJQ%2FbtsLLDFmJvC%2FEIh5So2ZpmvDejRXfe0WIk%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;2348&quot; height=&quot;1555&quot; data-filename=&quot;edited_ashton-mullins-y16sN3fCwIw-unsplash.jpg&quot; data-origin-width=&quot;2348&quot; data-origin-height=&quot;1555&quot;/&gt;&lt;/span&gt;&lt;figcaption&gt;임산부 운동 추천 출처 : unsplash&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;1. 임신 중 운동의 중요성&lt;/b&gt;&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;임신 중 적절한 운동은 여러 가지 이점을 제공합니다. 운동을 하면 체중 증가를 관리하고, 혈액 순환이 촉진되어 부종을 예방하는 데 도움이 됩니다. 또한, 운동은 임신 중 발생할 수 있는 스트레스와 불안을 줄여주며, 출산 후 빠른 회복을 도와줍니다. 그러나 운동을 시작하기 전에 반드시 의료 전문가와 상담하는 것이 중요합니다.&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;2. 임신 중 안전한 운동 종류&lt;/b&gt;&lt;/h3&gt;
&lt;h4 data-ke-size=&quot;size20&quot;&gt;&lt;b&gt;1) 걷기&lt;/b&gt;&lt;/h4&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;걷기는 임신 중 가장 안전하고 간단한 운동입니다. 하루 30분 정도의 가벼운 걷기는 심혈관 건강을 유지하고, 체중 증가를 적절히 조절하는 데 도움이 됩니다. 또한, 걷기는 부드럽게 체력을 키울 수 있는 운동으로, 무릎이나 관절에 부담을 주지 않아 임산부에게 이상적인 운동입니다.&lt;/p&gt;
&lt;h4 data-ke-size=&quot;size20&quot;&gt;&lt;b&gt;2) 수영&lt;/b&gt;&lt;/h4&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;수영은 임산부에게 매우 안전한 운동으로 권장됩니다. 물속에서 몸의 무게가 가벼워지기 때문에 관절에 부담이 적고, 전신 운동이 가능해 유산소 운동으로 효과적입니다. 또한, 수영은 몸의 긴장을 풀어주고, 부종을 완화하는 데 도움을 줄 수 있습니다. 다만, 수영을 할 때는 물이 깨끗한 수영장에서 운동해야 합니다.&lt;/p&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;chuttersnap-G8OyN_tOIwY-unsplash.jpg&quot; data-origin-width=&quot;6016&quot; data-origin-height=&quot;4016&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/c3k7Do/btsLMWRf9cy/2XOfYpItAgXHaowLYdxsOK/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/c3k7Do/btsLMWRf9cy/2XOfYpItAgXHaowLYdxsOK/img.jpg&quot; data-alt=&quot;임산부 운동 추천 출처 : unsplash&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/c3k7Do/btsLMWRf9cy/2XOfYpItAgXHaowLYdxsOK/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fc3k7Do%2FbtsLMWRf9cy%2F2XOfYpItAgXHaowLYdxsOK%2Fimg.jpg&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;6016&quot; height=&quot;4016&quot; data-filename=&quot;chuttersnap-G8OyN_tOIwY-unsplash.jpg&quot; data-origin-width=&quot;6016&quot; data-origin-height=&quot;4016&quot;/&gt;&lt;/span&gt;&lt;figcaption&gt;임산부 운동 추천 출처 : unsplash&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;h4 data-ke-size=&quot;size20&quot;&gt;&lt;b&gt;3) 요가&lt;/b&gt;&lt;/h4&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;임신 요가는 임산부의 유연성을 유지하고, 근육을 강화하는 데 유익한 운동입니다. 또한 호흡을 조절하고, 출산에 필요한 신체적 준비를 돕는 효과도 있습니다. 특히, 스트레칭을 통해 몸의 긴장을 풀고, 심리적인 안정감을 얻을 수 있어 임산부에게 좋습니다. 하지만, 무리한 자세나 척추에 부담을 주는 동작은 피하는 것이 중요합니다.&lt;/p&gt;
&lt;h4 data-ke-size=&quot;size20&quot;&gt;&lt;b&gt;4) 자전거 타기 (실내 자전거)&lt;/b&gt;&lt;/h4&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;실내 자전거는 임신 중에도 안전하게 할 수 있는 유산소 운동입니다. 자전거는 다리 근육을 강화하고, 심혈관 기능을 향상시키는 데 도움을 줍니다. 실내 자전거는 외부 날씨나 도로 상태에 구애받지 않기 때문에 집에서도 편리하게 운동할 수 있습니다. 그러나 운동 강도는 적당히 조절해야 하며, 균형을 잃지 않도록 주의해야 합니다.&lt;/p&gt;
&lt;h4 data-ke-size=&quot;size20&quot;&gt;&lt;b&gt;5) 스트레칭&lt;/b&gt;&lt;/h4&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;스트레칭은 임신 중에 근육의 긴장을 풀고, 유연성을 유지하는 데 도움이 됩니다. 특히, 허리나 다리 부위의 긴장을 완화하고, 체형 변화에 적응할 수 있도록 돕습니다. 임신 중에는 배와 엉덩이가 점점 커지기 때문에, 이를 고려한 스트레칭을 하여 몸의 균형을 맞추는 것이 중요합니다.&lt;/p&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;cathy-pham-FLQh5dkd4zk-unsplash.jpg&quot; data-origin-width=&quot;6000&quot; data-origin-height=&quot;4000&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/bqhZLa/btsLLABUmGI/W3lnUCuUDz2H7zSmwfQ0N0/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/bqhZLa/btsLLABUmGI/W3lnUCuUDz2H7zSmwfQ0N0/img.jpg&quot; data-alt=&quot;임산부 운동 추천 출처 : unsplash&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/bqhZLa/btsLLABUmGI/W3lnUCuUDz2H7zSmwfQ0N0/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbqhZLa%2FbtsLLABUmGI%2FW3lnUCuUDz2H7zSmwfQ0N0%2Fimg.jpg&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;6000&quot; height=&quot;4000&quot; data-filename=&quot;cathy-pham-FLQh5dkd4zk-unsplash.jpg&quot; data-origin-width=&quot;6000&quot; data-origin-height=&quot;4000&quot;/&gt;&lt;/span&gt;&lt;figcaption&gt;임산부 운동 추천 출처 : unsplash&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;3. 운동 시 주의사항&lt;/b&gt;&lt;/h3&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;1) 의사와 상담&lt;/b&gt;&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;운동을 시작하기 전에 반드시 의사와 상담하는 것이 중요합니다. 임신 초기에는 특히 조심해야 하며 자궁에 문제가 있거나 고위험 임신의 경우 운동을 피하는 것이 좋습니다. 개인의 건강 상태와 임신 진행 상황에 따라 적합한 운동을 선택해야 합니다.&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;2) 과도한 운동 피하기&lt;/b&gt;&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;운동강도는 가벼운 수준으로 시작하여 점진적으로 증가시키는 것이 좋습니다. 무리한 운동은 오히려 몸에 부담을 줄 수 있으며, 과도한 운동은 유산이나 조산을 초래할 수 있습니다. 운동 중 피로를 느끼면 즉시 중단하고 휴식을 취해야 합니다.&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;3) 과도한 체온 상승 방지&lt;/b&gt;&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;임신 중에는 체온이 상승하면 아이에게 해가 될 수 있습니다. 운동 주에는 수분을 충분히 섭취하고 과도한 열이 발생하지 않도록 실내 온도를 조절하며 운동해야 합니다. 고온다습한 환경에서의 운동은 피하는 것이 좋습니다.&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;4) 배에 부담 주는 운동 피하기&lt;/b&gt;&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;배가 불러오는 임신 후기에는 복부에 부담을 주는 운동을 피하는 것이 중요합니다. 특히 똑바로 눕거나 배를 압박하는 운동은 자궁에 압력을 가할 수 있어 피해야 합니다. 대신, 가벼운 스트레칭과 걷기를 하는 것이 좋습니다.&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;5) 수분섭취&lt;/b&gt;&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;운동 중 충분한 수분을 섭취하는 것이 중요합니다. 임신 중에는 수분을 많이 잃게 되므로, 운동 전과 중간, 운동 후에도 충분히 물을 마셔야 합니다. 탈수를 방지하고 신체의 건강을 유지하는데 도움이 됩니다.&lt;/p&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;giorgio-trovato-Hj4QiV9MTi8-unsplash.jpg&quot; data-origin-width=&quot;5464&quot; data-origin-height=&quot;3643&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/emBpah/btsLLTVAKSR/KYpFKCsqWlNeHe18rhqQ0k/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/emBpah/btsLLTVAKSR/KYpFKCsqWlNeHe18rhqQ0k/img.jpg&quot; data-alt=&quot;임산부 운동 추천 출처 : unsplash&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/emBpah/btsLLTVAKSR/KYpFKCsqWlNeHe18rhqQ0k/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FemBpah%2FbtsLLTVAKSR%2FKYpFKCsqWlNeHe18rhqQ0k%2Fimg.jpg&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;5464&quot; height=&quot;3643&quot; data-filename=&quot;giorgio-trovato-Hj4QiV9MTi8-unsplash.jpg&quot; data-origin-width=&quot;5464&quot; data-origin-height=&quot;3643&quot;/&gt;&lt;/span&gt;&lt;figcaption&gt;임산부 운동 추천 출처 : unsplash&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;6) 균형과 자세 유지&lt;/b&gt;&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;운동을 할 때는 항상 균형을 잘 잡고, ㅈ사ㅔ를 바르게 유지하는 것이 중요합니다. 균형을 잃고 넘어질 위험을 줄이기 위해, 고정된 장소에서 운동을 하거나 운동 강도를 조절하는 것이 필요합니다.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;임신 중 운동은 건강한 출산을 준비하는 중요한 과정이지만, 운동 종류와 강도를 조절하는 것이 매우 중요합니다. 걷기, 수영, 요가, 실내 자전거 등의 안전한 운동을 통해 체력을 유지하고, 스트레스를 해소하며, 아기의 건강한 발달을 돕는 것이 가능합니다. 운동을 할 때는 의사의 상담을 받고, 적절한 강도로 운동하며, 무리하지 않도록 주의해야 합니다. 임신 중에도 꾸준한 운동을 통해 건강한 임신 기간을 보내시길 바랍니다.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;도움이 되셨다면 공감 ❤️ 버튼을 눌러주세요.&lt;/p&gt;
&lt;figure contenteditable=&quot;false&quot; data-ke-type=&quot;emoticon&quot; data-ke-align=&quot;alignCenter&quot; data-emoticon-type=&quot;friends1&quot; data-emoticon-name=&quot;004&quot; data-emoticon-isanimation=&quot;false&quot; data-emoticon-src=&quot;https://t1.daumcdn.net/keditor/emoticon/friends1/large/004.gif&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/keditor/emoticon/friends1/large/004.gif&quot; width=&quot;150&quot; /&gt;&lt;/figure&gt;</description>
      <category>소소 지식</category>
      <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://sosonursing.tistory.com/77</guid>
      <comments>https://sosonursing.tistory.com/entry/%EC%9E%84%EC%8B%A0-%EC%A4%91-%EC%95%88%EC%A0%84%ED%95%98%EA%B2%8C-%ED%95%A0-%EC%88%98-%EC%9E%88%EB%8A%94-%EC%9A%B4%EB%8F%99-5%EA%B0%80%EC%A7%80%EC%99%80-%EC%A3%BC%EC%9D%98%EC%82%AC%ED%95%AD#entry77comment</comments>
      <pubDate>Tue, 14 Jan 2025 11:00:19 +0900</pubDate>
    </item>
    <item>
      <title>임산부 필독! 임신 중 피해야 할 음식과 그 이유</title>
      <link>https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%ED%95%84%EB%8F%85-%EC%9E%84%EC%8B%A0-%EC%A4%91-%ED%94%BC%ED%95%B4%EC%95%BC-%ED%95%A0-%EC%9D%8C%EC%8B%9D%EA%B3%BC-%EA%B7%B8-%EC%9D%B4%EC%9C%A0</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;임신은 엄마와 아기에게 중요한 시기입니다. 이 시기에 올바른 식습관과 함께 피해야 할 음식들을 잘 알고 관리하는 것이 중요합니다. 임산부는 면역력이 약해지고, 아기의 발달에 큰 영향을 미칠 수 있기 때문에 무엇을 먹고 무엇을 피할지 잘 고려해야 합니다. 임신 중 피해야 할 음식에 대해 알아보겠습니다.&lt;/p&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;edited_fallon-michael-7pjn1oL8bGw-unsplash.jpg&quot; data-origin-width=&quot;3000&quot; data-origin-height=&quot;2000&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/znw7y/btsLMG8QXDm/0IYSTfjLrkcvHDY8TiKQtK/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/znw7y/btsLMG8QXDm/0IYSTfjLrkcvHDY8TiKQtK/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/znw7y/btsLMG8QXDm/0IYSTfjLrkcvHDY8TiKQtK/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fznw7y%2FbtsLMG8QXDm%2F0IYSTfjLrkcvHDY8TiKQtK%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;3000&quot; height=&quot;2000&quot; data-filename=&quot;edited_fallon-michael-7pjn1oL8bGw-unsplash.jpg&quot; data-origin-width=&quot;3000&quot; data-origin-height=&quot;2000&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;1. 카페인 섭취 제한&lt;/b&gt;&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;커피, 차, 초콜릿 등에는 카페인이 들어 있습니다. 과도한 카페인 섭취는 임신 중 아기의 성장에 영향을 줄 수 있으며, 유산의 위험을 증가시킬 수 있습니다. 특히 카페인은 태반을 통해 아기에게 전달되어 태아의 발달에 영향을 미칠 수 있습니다. 임신 중 카페인 섭취는 하루 200mg 이하로 제한하는 것이 좋습니다. 하루 한 잔의 커피 정도가 적당하며, 카페인이 들어 있는 음료는 적당히 조절해 섭취하는 것이 좋습니다.&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;2. 알코올 섭취 금지&lt;/b&gt;&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;알코올은 임신 중 절대 섭취해서는 안 되는 음식입니다. 알코올은 태아의 뇌 발달에 악영향을 미치며, 뇌 기형, 발달지연, 심장 결함 등 다양한 기형을 유발할 수 있습니다. 또한, 임신 초기에는 알코올이 가장 위험한 시기이므로, 임산부는 알코올을 완전히 피해야 합니다. 술뿐만 아니라 알코올이 포함된 음료나 조리법도 피해야 하므로, 외식을 할 때는 알코올이 포함된 요리를 선택하지 않는 것이 좋습니다.&lt;/p&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;weichao-deng-9i2YH9vyfWQ-unsplash.jpg&quot; data-origin-width=&quot;6000&quot; data-origin-height=&quot;4000&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/bRrFat/btsLMZUEK5y/taNCGlg0VnX8IWSVosTFb0/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/bRrFat/btsLMZUEK5y/taNCGlg0VnX8IWSVosTFb0/img.jpg&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/bRrFat/btsLMZUEK5y/taNCGlg0VnX8IWSVosTFb0/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbRrFat%2FbtsLMZUEK5y%2FtaNCGlg0VnX8IWSVosTFb0%2Fimg.jpg&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;6000&quot; height=&quot;4000&quot; data-filename=&quot;weichao-deng-9i2YH9vyfWQ-unsplash.jpg&quot; data-origin-width=&quot;6000&quot; data-origin-height=&quot;4000&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;3. 날것 음식 및 덜 익힌 육류&lt;/b&gt;&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;임신 중 면역력이 약해져 식중독에 걸릴 위험이 증가합니다. 날것이나 덜 익힌 육류, 생선, 계란을 먹으면 살모넬라, 리스테리아, 톡소플라스마 등 유해균에 감염될 수 있습니다. 이러한 감염은 유산이나 조산, 아기의 뇌와 신경발달에 심각한 영향을 미칠 수 있습니다. 따라서 생선회, 날고기, 덜 익힌 고기 등을 피하고, 모든 음식을 충분히 익혀서 섭취하는 것이 중요합니다.&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;4. 고염식과 가공식품&lt;/b&gt;&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;과도한 염분 섭취는 임신 중 고혈압과 부종을 유발할 수 있습니다. 또한, 가공식품에 들어 있는 나트륨은 고혈압을 초래하고, 아기의 성장에 부정적인 영향을 미칠 수 있습니다. 가공식품, 즉석식품, 짠 음식은 피하고, 신선한 재료를 사용한 자연식 위주의 식단을 섭취하는 것이 좋습니다. 또한, 과도한 나트륨은 아기의 신장에 부담을 줄 수 있기 때문에 염분 섭취를 적당히 조절해야 합니다.&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;5. 수산물 중 일부 종류&lt;/b&gt;&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;임신 중 섭취를 피해야 할 수산물도 있습니다. 대형 어류인 상어, 참치, 방어 등은 수은 농도가 높아 아기의 신경 발달에 악영향을 줄 수 있습니다. 따라서 이러한 어류는 임신 중 피하는 것이 좋습니다. 대신, 소형 어류나 해산물은 안전하게 섭취할 수 있습니다. 특히 연어, 고등어, 정어리 등은 오메가-3 지방산이 풍부하여 임산부에게 좋습니다.&lt;/p&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;caroline-attwood-bpPTlXWTOvg-unsplash.jpg&quot; data-origin-width=&quot;5472&quot; data-origin-height=&quot;3648&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/c3kPaD/btsLM4IkyXj/9Fp6co3vV8qY0bvpQDqF50/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/c3kPaD/btsLM4IkyXj/9Fp6co3vV8qY0bvpQDqF50/img.jpg&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/c3kPaD/btsLM4IkyXj/9Fp6co3vV8qY0bvpQDqF50/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fc3kPaD%2FbtsLM4IkyXj%2F9Fp6co3vV8qY0bvpQDqF50%2Fimg.jpg&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;5472&quot; height=&quot;3648&quot; data-filename=&quot;caroline-attwood-bpPTlXWTOvg-unsplash.jpg&quot; data-origin-width=&quot;5472&quot; data-origin-height=&quot;3648&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;6. 인공 감미료&lt;/b&gt;&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;임신 중 인공 감미료의 섭취는 제한하는 것이 좋습니다. 특히 아스파탐과 같은 인공 감미료는 태아의 발달에 영향을 미칠 수 있다는 연구 결과가 있으므로, 가능한 한 자연적인 방법으로 단맛을 내는 것이 바람직합니다. 과일이나 천연 꿀 등으로 단맛을 대신하는 것이 좋습니다.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;임신 중에는 엄마와 아기의 건강을 위해 피해야 할 음식들을 잘 알고 관리하는 것이 매우 중요합니다. 카페인, 알코올, 날것 음식, 고염식, 가공식품 등을 피하고, 신선하고 균형 잡힌 식사를 통해 건강한 임신을 유지할 수 있습니다. 임신 중에는 더욱 신경 써서 음식 섭취에 주의르르 기울여야 하며, 무엇을 먹고 무엇을 피해야 할지에 대한 정보를 잘 이해하고 실천하는 것이 필수적입니다.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;내용이 도움이 되셨다면 공감 ❤️을 눌러주세요.&lt;/p&gt;
&lt;figure contenteditable=&quot;false&quot; data-ke-type=&quot;emoticon&quot; data-ke-align=&quot;alignLeft&quot; data-emoticon-type=&quot;friends1&quot; data-emoticon-name=&quot;004&quot; data-emoticon-isanimation=&quot;false&quot; data-emoticon-src=&quot;https://t1.daumcdn.net/keditor/emoticon/friends1/large/004.gif&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/keditor/emoticon/friends1/large/004.gif&quot; width=&quot;150&quot; /&gt;&lt;/figure&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://sosonursing.tistory.com/76</guid>
      <comments>https://sosonursing.tistory.com/entry/%EC%9E%84%EC%82%B0%EB%B6%80-%ED%95%84%EB%8F%85-%EC%9E%84%EC%8B%A0-%EC%A4%91-%ED%94%BC%ED%95%B4%EC%95%BC-%ED%95%A0-%EC%9D%8C%EC%8B%9D%EA%B3%BC-%EA%B7%B8-%EC%9D%B4%EC%9C%A0#entry76comment</comments>
      <pubDate>Tue, 14 Jan 2025 02:53:53 +0900</pubDate>
    </item>
    <item>
      <title>임신 중 영양 관리, 이렇게만 하면 건강한 출산 준비 끝!</title>
      <link>https://sosonursing.tistory.com/entry/%EC%9E%84%EC%8B%A0-%EC%A4%91-%EC%98%81%EC%96%91-%EA%B4%80%EB%A6%AC-%EC%9D%B4%EB%A0%87%EA%B2%8C%EB%A7%8C-%ED%95%98%EB%A9%B4-%EA%B1%B4%EA%B0%95%ED%95%9C-%EC%B6%9C%EC%82%B0-%EC%A4%80%EB%B9%84-%EB%81%9D</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;임신은 여성의 삶에서 가장 특별하고 중요한 시기입니다. 이 시기에 올바른 영양 관리는 엄마와 아기의 건강에 큰 영향을 미칩니다. 건강한 임신을 위해서는 어떤 영양소를 어떻게 섭취해야 할까요? 이 글에서는 임신 중 필수 영양소와 그 중요성, 그리고 효과적인 영양 관리 방법을 소개합니다.&lt;/p&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;edited_katie-smith-uQs1802D0CQ-unsplash.jpg&quot; data-origin-width=&quot;2428&quot; data-origin-height=&quot;2428&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/sTtfC/btsLK0Ho2UX/yuOV2KBsnlZ3dKcVdQKOF0/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/sTtfC/btsLK0Ho2UX/yuOV2KBsnlZ3dKcVdQKOF0/img.png&quot; data-alt=&quot;임신 중 영양관리 출처 Unsplash&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/sTtfC/btsLK0Ho2UX/yuOV2KBsnlZ3dKcVdQKOF0/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FsTtfC%2FbtsLK0Ho2UX%2FyuOV2KBsnlZ3dKcVdQKOF0%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;2428&quot; height=&quot;2428&quot; data-filename=&quot;edited_katie-smith-uQs1802D0CQ-unsplash.jpg&quot; data-origin-width=&quot;2428&quot; data-origin-height=&quot;2428&quot;/&gt;&lt;/span&gt;&lt;figcaption&gt;임신 중 영양관리 출처 Unsplash&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;1. 필수 영양소와 그 중요성&lt;/h3&gt;
&lt;h4 data-ke-size=&quot;size20&quot;&gt;1) 엽산&lt;/h4&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;엽산은 임신 초기, 특히 임신 1개월에서 3개월 사이에서 중요한 역할을 합니다. 엽산은 아기의 신경관 결손을 예방 하는 데 중요한 역할을 하며, 뇌와 척수의 발달을 돕습니다. 영산이 부족할 경우, 아기의 신경계 발달에 문제가 생길 수 있습니다. 엽산은 시금치, 브로콜리, 아보카도, 콩류, 오렌지 등의 식품에서 섭취할 수 있습니다.&amp;nbsp;&lt;/p&gt;
&lt;h4 data-ke-size=&quot;size20&quot;&gt;2) 철분&lt;/h4&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;임신 중 철분은 엄마와 아기 모두에게 중요한 영양소입니다. 철분은 산소 운반을 도와 혈액량을 증가시키고, 빈혈을 예방하는 데 필요합니다. 임신 중에는 체내 혈액량이 증가하므로 철분 요구량도 늘어납니다. 철분이 부족하면 피로감과 무기력함을 느낄 수 있으며, 아기의 성장에도 영향을 미칠 수 있습니다. 철분은 육류, 시금치, 렌틸콩, 달걀 등의 식품에서 섭취할 수 있습니다.&lt;/p&gt;
&lt;h4 data-ke-size=&quot;size20&quot;&gt;3) 칼슘&lt;/h4&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;칼슘은 아기의 뼈와 치아 발달에 중요한 역할을 합니다. 임신 중에는 칼슘 요구량이 증가하며, 부족할 경우 엄마의 뼈에서 칼슘이 빠져나갈 수 있어 골다공증 위험이 커질 수 있습니다. 칼슘은 유제품, 두부, 브로콜리, 생선 등에서 쉽게 섭취할 수 있습니다.&lt;/p&gt;
&lt;h4 data-ke-size=&quot;size20&quot;&gt;4) 비타민 D&lt;/h4&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;비타민 D는 칼슘의 흡수를 돕고, 뼈 건강에 중요한 역할을 합니다. 햇볕을 통해 자연스럽게 생성되는 비타민 D는 햇볕을 자주 쬐지 않거나 실내에서 많은 시간을 보내는 임산부에게 부족할 수 있습니다. 비타민 D가 부족하면 칼슘 흡수가 잘 되지 않아 뼈가 약해질 수 있습니다. 비타민 D는 햇볕 외에도 달걀, 연어, 간 등에서 섭취할 수 있습니다.&lt;/p&gt;
&lt;h4 data-ke-size=&quot;size20&quot;&gt;5) 오메가-3 지방산&lt;/h4&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;오메가-3 지방산은 아기의 뇌와 눈 발달에 중요한 역할을 하며, 출산 후 아기의 뇌 발달에 긍정적인 영향을 미칠 수 있습니다. 임산부는 고등어, 연어, 참치 등의 기름진 생선에서 오메가-3 지방산을 충분히 섭취해야 합니다.&lt;/p&gt;
&lt;table style=&quot;border-collapse: collapse; width: 95.6963%;&quot; border=&quot;1&quot; data-ke-align=&quot;alignLeft&quot; data-ke-style=&quot;style13&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&quot;width: 16.0465%;&quot;&gt;&lt;b&gt;영양소&lt;/b&gt;&lt;/td&gt;
&lt;td style=&quot;width: 40.5692%;&quot;&gt;&lt;b&gt;효능&lt;/b&gt;&lt;/td&gt;
&lt;td style=&quot;width: 40.3894%;&quot;&gt;&lt;b&gt;영양소 포함 식품&lt;/b&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;width: 16.0465%;&quot;&gt;&lt;b&gt;엽산&lt;/b&gt;&lt;/td&gt;
&lt;td style=&quot;width: 40.5692%; text-align: left;&quot;&gt;신경관 결손 예방, 뇌와 척수 발달 지원&lt;/td&gt;
&lt;td style=&quot;width: 40.3894%;&quot;&gt;시금치, 브로콜리, 아보카도, 콩류, 오렌지 등&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;width: 16.0465%;&quot;&gt;&lt;b&gt;철분&lt;/b&gt;&lt;/td&gt;
&lt;td style=&quot;width: 40.5692%;&quot;&gt;혈액량 증가, 빈혈 예방, 산소 운반 촉진&lt;/td&gt;
&lt;td style=&quot;width: 40.3894%;&quot;&gt;육류, 시금치, 렌틸콩, 달걀 등&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;width: 16.0465%;&quot;&gt;&lt;b&gt;&lt;b&gt;칼슘&lt;/b&gt;&lt;/b&gt;&lt;/td&gt;
&lt;td style=&quot;width: 40.5692%;&quot;&gt;아기의 뼈와 치아 발달 지원, 엄마의 뼈 건강 유지&lt;/td&gt;
&lt;td style=&quot;width: 40.3894%;&quot;&gt;유제품, 두부, 브로콜리, 생선 등&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;width: 16.0465%;&quot;&gt;&lt;b&gt;&lt;b&gt;비타민 D&lt;/b&gt;&lt;/b&gt;&lt;/td&gt;
&lt;td style=&quot;width: 40.5692%;&quot;&gt;칼슘 흡수 촉진, 뼈 건강 유지&lt;/td&gt;
&lt;td style=&quot;width: 40.3894%;&quot;&gt;햇볕, 달걀, 연어, 간 등&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;width: 16.0465%;&quot;&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;오메가-3 지방산&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/td&gt;
&lt;td style=&quot;width: 40.5692%;&quot;&gt;아기의 뇌 발달 지원, 눈 건강 유지&lt;/td&gt;
&lt;td style=&quot;width: 40.3894%;&quot;&gt;고등어, 연어, 참치 등&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;figure data-ke-type=&quot;image&quot; data-ke-style=&quot;alignCenter&quot; data-ke-mobilestyle=&quot;widthOrigin&quot;&gt;&lt;/figure&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;brooke-lark-nTZOILVZuOg-unsplash.jpg&quot; data-origin-width=&quot;5179&quot; data-origin-height=&quot;3727&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/bX2E7T/btsLMnIphDv/UCWUkyyIRN2tC65pnTmyn1/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/bX2E7T/btsLMnIphDv/UCWUkyyIRN2tC65pnTmyn1/img.jpg&quot; data-alt=&quot;임신 중 영양관리 출처 Unsplash&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/bX2E7T/btsLMnIphDv/UCWUkyyIRN2tC65pnTmyn1/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbX2E7T%2FbtsLMnIphDv%2FUCWUkyyIRN2tC65pnTmyn1%2Fimg.jpg&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;5179&quot; height=&quot;3727&quot; data-filename=&quot;brooke-lark-nTZOILVZuOg-unsplash.jpg&quot; data-origin-width=&quot;5179&quot; data-origin-height=&quot;3727&quot;/&gt;&lt;/span&gt;&lt;figcaption&gt;임신 중 영양관리 출처 Unsplash&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;2. 임신 중 영양관리 방법&lt;/b&gt;&lt;/h3&gt;
&lt;h4 data-ke-size=&quot;size20&quot;&gt;1) 균형 잡힌 식사&lt;/h4&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;임신 중에는 여러 영양소가 골고루 포함된 식사를 하는 것이 중요합니다. 한 끼 식사마다 다양한 종류의 음식을 섭취하여 필수 영양소를 골고루 공급받도록 해야 합니다. 예를 들어, 단백질, 탄수화물, 지방, 비타민과 미네랄이 포함된 식사를 목표로 해야 합니다.&lt;/p&gt;
&lt;h4 data-ke-size=&quot;size20&quot;&gt;2) 과일과 채소 섭취 늘리기&lt;/h4&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;과일과 채소는 비타민과 미네랄이 풍부하여 임신 중 필수 영양소를 제공하는 중요한 식품입니다. 다양한 색깔의 과일과 채소를 섭취하는 것이&amp;nbsp;좋으며, 신선한 채소와 과일을 매일 섭취하는 것이 바람직합니다.&lt;/p&gt;
&lt;h4 data-ke-size=&quot;size20&quot;&gt;3) 수분섭취&lt;/h4&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;수분 섭취는 임신 중 매우 중요합니다. 체내 수분이 부족하면 피로감과 변비, 두통 등이 나타날 수 있으며, 태반과 양수의 건강에도 영향을 미칠 수 있습니다. 하루 2리터 이상의 물을 꾸준히 섭취하는 것이 좋습니다.&lt;/p&gt;
&lt;h4 data-ke-size=&quot;size20&quot;&gt;4) 조금씩 자주 먹기&lt;/h4&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;임신 초기에는 임덧 등으로 식사량을 줄이거나 소화가 잘 되지 않을 수 있습니다. 이럴 때는 작은 식사를 자주 먹는 것이 좋습니다. 아침, 점심, 저녁을 규치적으로 먹고, 간식으로는 과일, 요거트, 견과류 등을 섭취하는 것도 좋은 방법입니다.&lt;/p&gt;
&lt;h4 data-ke-size=&quot;size20&quot;&gt;5) 비타민과 미네랄 보충제&lt;/h4&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;식사를 통해 모든 영양소를 충분히 섭취하기 어려운 경우, 비타민과 미네랄 보충제를 복용하는 것도 고려해볼 수 있습니다. 특히, 엽산, 철분, 칼슘, 비타민 D보충제가 권장됩니다. 하지만 보충제를 섭취할 때는 전문가와 상담 후 복용하는 것이 중요합니다.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;임신 중 영양관리는 건강한 아기와 엄마를 위한 중요한 요소입니다. 다양한 영양솔,ㄹ 고루 섭취하고, 균형잡힌 식사를 통해 임신기간 동안 건강을 유지하는 것이 필수적입니다. 임신 초기부터 후기까지 올바른 영양관리를 실천하여, 행복하고 건강한 임신 기간을 보내시기 바랍니다.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;</description>
      <category>소소 지식</category>
      <category>건강한 임신 식사</category>
      <category>임산부 비타민D</category>
      <category>임산부 식단</category>
      <category>임산부 엽산</category>
      <category>임산부 영양제</category>
      <category>임산부 철분</category>
      <category>임산부 칼슘</category>
      <category>임신 영양 관리</category>
      <category>임신 중 필수 영양소</category>
      <category>임신 초기 영양 관리</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/75</guid>
      <comments>https://sosonursing.tistory.com/entry/%EC%9E%84%EC%8B%A0-%EC%A4%91-%EC%98%81%EC%96%91-%EA%B4%80%EB%A6%AC-%EC%9D%B4%EB%A0%87%EA%B2%8C%EB%A7%8C-%ED%95%98%EB%A9%B4-%EA%B1%B4%EA%B0%95%ED%95%9C-%EC%B6%9C%EC%82%B0-%EC%A4%80%EB%B9%84-%EB%81%9D#entry75comment</comments>
      <pubDate>Mon, 13 Jan 2025 20:17:11 +0900</pubDate>
    </item>
    <item>
      <title>임신 초기 증상과 대처법 : 건강한 임신을 위한 가이드</title>
      <link>https://sosonursing.tistory.com/entry/%EC%9E%84%EC%8B%A0-%EC%B4%88%EA%B8%B0-%EC%A6%9D%EC%83%81%EA%B3%BC-%EB%8C%80%EC%B2%98%EB%B2%95-%EA%B1%B4%EA%B0%95%ED%95%9C-%EC%9E%84%EC%8B%A0%EC%9D%84-%EC%9C%84%ED%95%9C-%EA%B0%80%EC%9D%B4%EB%93%9C</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;임신 초기에는 여성의 몸에 많은 변화가 일어납니다. 이 시기는 신체적, 정신적으로 많은 변화를 겪게 되므로, 이를 잘 이해하고 대처하는 것이 중요합니다. 이번 글에서는 임신 초기 증상과 그에 대한 효과적인 대처법을 알아보겠습니다.&lt;/p&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;edited_hu-chen-6yi0oPZSNy4-unsplash.jpg&quot; data-origin-width=&quot;3000&quot; data-origin-height=&quot;2002&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/bY6zkK/btsLM8XXSQc/ZMJ6XQOmGqTc3UNz2KBRmk/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/bY6zkK/btsLM8XXSQc/ZMJ6XQOmGqTc3UNz2KBRmk/img.png&quot; data-alt=&quot;임신초기 증상 및 대처법&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/bY6zkK/btsLM8XXSQc/ZMJ6XQOmGqTc3UNz2KBRmk/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbY6zkK%2FbtsLM8XXSQc%2FZMJ6XQOmGqTc3UNz2KBRmk%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;3000&quot; height=&quot;2002&quot; data-filename=&quot;edited_hu-chen-6yi0oPZSNy4-unsplash.jpg&quot; data-origin-width=&quot;3000&quot; data-origin-height=&quot;2002&quot;/&gt;&lt;/span&gt;&lt;figcaption&gt;임신초기 증상 및 대처법&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;1. 입덧 (임신 구토)&lt;/b&gt;&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;임신 초기의 가장 대표적인 증상은 입덧입니다. 임신한 여성의 약 70~80%가 입덧을 경험합니다. 입덧은 보통 임신 4주에서 6주 사이에 시작되어 12주 정도에 완화됩니다. 소수의 경우 임신 막달까지도 입덧이 있는 경우도 있습니다. 입덧은 구토와 메스꺼움이 주된 증상으로, 아침에 더 심해지는 경우가 많습니다.&lt;/p&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;&lt;b&gt;소량씩 자주 먹기&lt;/b&gt; : 공복에 입덧이 심해지므로, 작은 양의 음식을 자주 섭취하는 것이 도움이 됩니다. 과일, 크래커, 빵 등을 추천합니다.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;수분 보충&lt;/b&gt; : 입덧으로 인한 탈수를 방지하려면 수분을 자주 보충하세요. 물, 생강차, 레몬차 등이 좋습니다.&lt;/li&gt;
&lt;/ul&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;입덧 관련 대처법은 아래글에 더욱 자세히 적어두었으니 참고해주세요~&lt;/p&gt;
&lt;p data-ke-size=&quot;size14&quot;&gt;&lt;a style=&quot;background-color: #e6f5ff; color: #0070d1; text-align: start;&quot; href=&quot;https://sosonursing.tistory.com/30&quot;&gt;[소소 지식] - 입덧! 가라앉히는 방법 A to Z(개인 경험포함)&lt;/a&gt;&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;2. 피로감과 졸림&lt;/b&gt;&lt;/h3&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; : 충분한 수면을 취하고, 하루 중에 짧은 낮잠을 자는 것도 피로 회복에 좋습니다.&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;/ul&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;3. 가슴 통증과 민감함&lt;/b&gt;&lt;/h3&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; : 통증을 완화하려면 크기가 맞는 편안한 브래지어를 착용하는 것이 중요합니다.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;온찜질&lt;/b&gt; : 따뜻한 물수건을 가슴에 올려놓으면 통증을 완화하는데 도움이 됩니다.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;과도한 자극 피하기&lt;/b&gt; :&amp;nbsp; 가슴에 강한 자극이나 압박을 주지 않도록 조심하세요.&lt;/li&gt;
&lt;/ul&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;4. 배변 변화 및 변비&lt;/b&gt;&lt;/h3&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; : 채소, 과일, 통곡물 등을 충분히 섭취하여 배변을 원활하게 해주는 것이 좋습니다.&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;/ul&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;anna-hecker-wqcQ6ODwPxU-unsplash.jpg&quot; data-origin-width=&quot;5760&quot; data-origin-height=&quot;3840&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/XEfJv/btsLL5OEbsV/3UF9K1PfFcXSJLPGUKhmD0/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/XEfJv/btsLL5OEbsV/3UF9K1PfFcXSJLPGUKhmD0/img.jpg&quot; data-alt=&quot;임신초기 증상 및 대처법 출처 Unsplash&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/XEfJv/btsLL5OEbsV/3UF9K1PfFcXSJLPGUKhmD0/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FXEfJv%2FbtsLL5OEbsV%2F3UF9K1PfFcXSJLPGUKhmD0%2Fimg.jpg&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;5760&quot; height=&quot;3840&quot; data-filename=&quot;anna-hecker-wqcQ6ODwPxU-unsplash.jpg&quot; data-origin-width=&quot;5760&quot; data-origin-height=&quot;3840&quot;/&gt;&lt;/span&gt;&lt;figcaption&gt;임신초기 증상 및 대처법 출처 Unsplash&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;b&gt;5. 기분 변화 및 감정의 기복&lt;/b&gt;&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;임신초기에는 &lt;u&gt;호르몬 변화로 인해 기분이 불안정해지거나 예민해줄 수 있습니다&lt;/u&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; : 스트레스를 줄이고, 긍정적인 생각을 하도록 노력하세요. 가벼운 요가나 명상도 도움이 될 수 있습니다.&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;/ul&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;&lt;b&gt;6. 자주 배고픔을 느끼는 증상&lt;/b&gt;&lt;/h2&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; : 과일, 견과류, 요거트 등을 간식으로 섭취하여 영양을 보충하세요.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;규칙적인 식사&lt;/b&gt; : 하루 3끼를 일정하게 챙겨 먹되, 과식을 피하고 균형 잡힌 식사를 하세요.&lt;/li&gt;
&lt;/ul&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;임신 초기에는 신체적, 정서적으로 많은 변화를 겪게 됩니다. 이러한 증상들은 대부분 시간이 지나면서 자연스럽게 완화되지만, 적절한 대처법을 통해 불편함을 줄이고 건강하게 임신을 유지할 수 있습니다. 임신 중 불편한 증상이 지속되거나 심해지면, 전문가의 상담을 받는 것도 중요한 부분입니다. 건강한 임신을 위한 자신만의 루틴을 만들고, 체력을 관리하며 행복한 출산을 준비하세요.&lt;/p&gt;</description>
      <category>소소 지식</category>
      <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://sosonursing.tistory.com/74</guid>
      <comments>https://sosonursing.tistory.com/entry/%EC%9E%84%EC%8B%A0-%EC%B4%88%EA%B8%B0-%EC%A6%9D%EC%83%81%EA%B3%BC-%EB%8C%80%EC%B2%98%EB%B2%95-%EA%B1%B4%EA%B0%95%ED%95%9C-%EC%9E%84%EC%8B%A0%EC%9D%84-%EC%9C%84%ED%95%9C-%EA%B0%80%EC%9D%B4%EB%93%9C#entry74comment</comments>
      <pubDate>Mon, 13 Jan 2025 17:31:28 +0900</pubDate>
    </item>
    <item>
      <title>초기 이유식 준비물 리스트 정리(딱! 필요한 것만)</title>
      <link>https://sosonursing.tistory.com/entry/%EC%B4%88%EA%B8%B0-%EC%9D%B4%EC%9C%A0%EC%8B%9D-%EC%A4%80%EB%B9%84%EB%AC%BC-%EB%A6%AC%EC%8A%A4%ED%8A%B8-%EC%A0%95%EB%A6%AC%EB%94%B1-%ED%95%84%EC%9A%94%ED%95%9C-%EA%B2%83%EB%A7%8C</link>
      <description>&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;AAB769D0-AD0E-4A9A-B2C6-42925A023B6A.jpeg&quot; data-origin-width=&quot;1668&quot; data-origin-height=&quot;2157&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/dq4GlN/btrvCmNlvdT/evDTyA9VSXpMT1GE1gvVcK/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/dq4GlN/btrvCmNlvdT/evDTyA9VSXpMT1GE1gvVcK/img.jpg&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/dq4GlN/btrvCmNlvdT/evDTyA9VSXpMT1GE1gvVcK/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fdq4GlN%2FbtrvCmNlvdT%2FevDTyA9VSXpMT1GE1gvVcK%2Fimg.jpg&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;1668&quot; height=&quot;2157&quot; data-filename=&quot;AAB769D0-AD0E-4A9A-B2C6-42925A023B6A.jpeg&quot; data-origin-width=&quot;1668&quot; data-origin-height=&quot;2157&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/p&gt;</description>
      <category>어흥이 일기</category>
      <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://sosonursing.tistory.com/71</guid>
      <comments>https://sosonursing.tistory.com/entry/%EC%B4%88%EA%B8%B0-%EC%9D%B4%EC%9C%A0%EC%8B%9D-%EC%A4%80%EB%B9%84%EB%AC%BC-%EB%A6%AC%EC%8A%A4%ED%8A%B8-%EC%A0%95%EB%A6%AC%EB%94%B1-%ED%95%84%EC%9A%94%ED%95%9C-%EA%B2%83%EB%A7%8C#entry71comment</comments>
      <pubDate>Fri, 11 Mar 2022 00:54:03 +0900</pubDate>
    </item>
    <item>
      <title>[ 굿노트 ] 오늘의 할일 메모지 공유</title>
      <link>https://sosonursing.tistory.com/entry/%EA%B5%BF%EB%85%B8%ED%8A%B8-%EC%98%A4%EB%8A%98%EC%9D%98-%ED%95%A0%EC%9D%BC-%EB%A9%94%EB%AA%A8%EC%A7%80-%EA%B3%B5%EC%9C%A0</link>
      <description>&lt;p&gt;&lt;figure class=&quot;fileblock&quot; data-ke-align=&quot;alignCenter&quot;&gt;&lt;a href=&quot;https://blog.kakaocdn.net/dn/P4FvY/btrvrhK380l/jEgsiLxQz58hy1gREhmNKk/%EC%98%A4%EB%8A%98%EC%9D%98%20%ED%95%A0%EC%9D%BC%20%EB%A9%94%EB%AA%A8%EC%A7%80%20.pdf?attach=1&amp;amp;knm=tfile.pdf&quot; class=&quot;&quot;&gt;
    &lt;div class=&quot;image&quot;&gt;&lt;/div&gt;
    &lt;div class=&quot;desc&quot;&gt;&lt;div class=&quot;filename&quot;&gt;&lt;span class=&quot;name&quot;&gt;오늘의 할일 메모지 .pdf&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;size&quot;&gt;0.91MB&lt;/div&gt;
&lt;/div&gt;
  &lt;/a&gt;&lt;/figure&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;8D2826C5-9E15-49A2-8EEA-90C591635F2E.jpeg&quot; data-origin-width=&quot;3336&quot; data-origin-height=&quot;4640&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/Ud8QN/btrvl7iRmBE/X3XqmSBuDc08KGG5L3DRn0/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/Ud8QN/btrvl7iRmBE/X3XqmSBuDc08KGG5L3DRn0/img.jpg&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/Ud8QN/btrvl7iRmBE/X3XqmSBuDc08KGG5L3DRn0/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FUd8QN%2Fbtrvl7iRmBE%2FX3XqmSBuDc08KGG5L3DRn0%2Fimg.jpg&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;3336&quot; height=&quot;4640&quot; data-filename=&quot;8D2826C5-9E15-49A2-8EEA-90C591635F2E.jpeg&quot; data-origin-width=&quot;3336&quot; data-origin-height=&quot;4640&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot; data-ke-size=&quot;size16&quot;&gt;제가 쓰려고 만들었는데 필요하신 분 있을까 공유합니다  &lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot; data-ke-size=&quot;size16&quot;&gt;파일은 당연히 &amp;nbsp;메모 안 적힌 파일이에요&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot; data-ke-size=&quot;size16&quot;&gt;다운로드 전 공감 버튼 부탁드려요 ❤️&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot; data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;</description>
      <category>소소 생활</category>
      <category>good note</category>
      <category>to do list</category>
      <category>굳노트</category>
      <category>굿노트 공유</category>
      <category>귀여운</category>
      <category>깔끔한</category>
      <category>메모장</category>
      <category>메모장 일러스트</category>
      <category>심플한</category>
      <category>오늘의 할일</category>
      <author>소극적간호사</author>
      <guid isPermaLink="true">https://sosonursing.tistory.com/69</guid>
      <comments>https://sosonursing.tistory.com/entry/%EA%B5%BF%EB%85%B8%ED%8A%B8-%EC%98%A4%EB%8A%98%EC%9D%98-%ED%95%A0%EC%9D%BC-%EB%A9%94%EB%AA%A8%EC%A7%80-%EA%B3%B5%EC%9C%A0#entry69comment</comments>
      <pubDate>Tue, 8 Mar 2022 10:02:36 +0900</pubDate>
    </item>
  </channel>
</rss>