# 2025년 물리치료실 비급여항목 변경 안내
URL: /blog/announcements/2025-pt-npay-update

2025년 1월부터 변동되는 물리치료실 비급여항목을 안내드립니다.

<Image alt="2025년 1월부터 변동되는 목포신세계병원 물리치료실 비급여항목 안내 이미지" src="/blog/announcements/2025-pt-npay-update.webp" height="1158" width="818" loading="eager" fetchPriority="high" />

안녕하세요. 목포신세계병원입니다.

2025년 1월 1일부터 하단 표와 같이 비급여항목이 변동되오니 착오 없으시길 바랍니다.

<style>
  {`
    .prose-mpssg table.pt-npay-2025-update-table span[data-status] {
    background-color: var(--pt-npay-table--background);
    padding: 4px 8px;
    border-radius: 10px;
    border: 2px solid var(--pt-npay-table--border);
    }
    .prose-mpssg table.pt-npay-2025-update-table span[data-status] strong {
    color: var(--pt-npay-table--text);
    }
    .prose-mpssg table.pt-npay-2025-update-table span[data-status=new] {
    --pt-npay-table--background: #fef3c7;
    --pt-npay-table--border: #fde68a;
    --pt-npay-table--text: #451a03;
    }
    .prose-mpssg table.pt-npay-2025-update-table span[data-status=changed] {
    --pt-npay-table--background: #e0e7ff;
    --pt-npay-table--border: #c7d2fe;
    --pt-npay-table--text: #172554;
    }
    .prose-mpssg table.pt-npay-2025-update-table span[data-status=same] {
    --pt-npay-table--background: #f1f5f9;
    --pt-npay-table--border: #e2e8f0;
    --pt-npay-table--text: #020617;
    }
    `}
</style>

<table className="pt-npay-2025-update-table">
  <caption className="sr-only">
    2025년 1월부터 변동되는 목포신세계병원 물리치료실 비급여항목 표
  </caption>

  <colgroup>
    <col style="{ width: &#x22;50%&#x22; }" />

    <col style="{ width: &#x22;20%&#x22; }" />

    <col style="{ width: &#x22;20%&#x22; }" />

    <col style="{ width: &#x22;10%&#x22; }" />
  </colgroup>

  <thead>
    <tr>
      {
              <th scope="col" className="text-center">
                항목
              </th>
            }

      {
              <th scope="col" className="text-center">
                이전
              </th>
            }

      {
              <th scope="col" className="text-center">
                이후
              </th>
            }

      {
              <th scope="col" className="text-center">
                비고
              </th>
            }
    </tr>
  </thead>

  <tbody className="[&_:where(td)]:pe-10 [&_:where(td)]:text-right [&_:where(th)]:ps-15 [&_:where(th)]:text-left">
    <tr>
      <th scope="row">
        도수치료(30분)
      </th>

      <td>
        60,000
      </td>

      <td>
        70,000
      </td>

      <td>
        <span data-status="changed">
          <strong>
            변동
          </strong>
        </span>
      </td>
    </tr>

    <tr>
      <th scope="row">
        도수치료(30분)+ESWT
      </th>

      <td>
        100,000
      </td>

      <td>
        120,000
      </td>

      <td>
        <span data-status="changed">
          <strong>
            변동
          </strong>
        </span>
      </td>
    </tr>

    <tr>
      <th scope="row">
        도수+운동치료(40분)
      </th>

      <td>
        \-
      </td>

      <td>
        90,000
      </td>

      <td>
        <span data-status="new">
          <strong>
            신설
          </strong>
        </span>
      </td>
    </tr>

    <tr>
      <th scope="row">
        도수+운동치료(60분)
      </th>

      <td>
        100,000 (50분)
      </td>

      <td>
        140,000 (60분)
      </td>

      <td>
        <span data-status="changed">
          <strong>
            변동
          </strong>
        </span>
      </td>
    </tr>

    <tr>
      <th scope="row">
        도수+운동치료(60분)+ESWT
      </th>

      <td>
        150,000 (50분)
      </td>

      <td>
        190,000 (60분)
      </td>

      <td>
        <span data-status="changed">
          <strong>
            변동
          </strong>
        </span>
      </td>
    </tr>

    <tr>
      <th scope="row">
        ESWT(R) 2000타
      </th>

      <td>
        50,000
      </td>

      <td>
        50,000
      </td>

      <td>
        <span data-status="same">
          <strong>
            유지
          </strong>
        </span>
      </td>
    </tr>

    <tr>
      <th scope="row">
        ESWT(F) 2000타
      </th>

      <td>
        70,000
      </td>

      <td>
        70,000
      </td>

      <td>
        <span data-status="same">
          <strong>
            유지
          </strong>
        </span>
      </td>
    </tr>

    <tr>
      <th scope="row">
        냉각치료 (1분당)
      </th>

      <td>
        10,000
      </td>

      <td>
        10,000
      </td>

      <td>
        <span data-status="same">
          <strong>
            유지
          </strong>
        </span>
      </td>
    </tr>
  </tbody>
</table>