<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:news="http://www.google.com/schemas/sitemap-news/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml"
        xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
        xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">

  <!-- 메인 페이지 -->
  <url>
    <loc>https://ti.or.kr/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- 소개 페이지 -->
  <url>
    <loc>https://ti.or.kr/about/greeting</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://ti.or.kr/about/history</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://ti.or.kr/about/organization</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://ti.or.kr/about/vision</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://ti.or.kr/about/location</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- 활동 페이지 -->
  <url>
    <loc>https://ti.or.kr/notices</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://ti.or.kr/press</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://ti.or.kr/transparency-award</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://ti.or.kr/youth-committee</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://ti.or.kr/newsletters</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- CPI/GCB -->
  <url>
    <loc>https://ti.or.kr/cpi-gcb/cpi</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://ti.or.kr/cpi-gcb/gcb</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- TI-Korea Forum -->
  <url>
    <loc>https://ti.or.kr/forum</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://ti.or.kr/forum/introduction</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://ti.or.kr/forum/newsletters</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- 자료실 -->
  <url>
    <loc>https://ti.or.kr/resources/domestic</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://ti.or.kr/resources/international</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- 후원하기 -->
  <url>
    <loc>https://ti.or.kr/donate</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- 문의하기 -->
  <url>
    <loc>https://ti.or.kr/inquiry/faq</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://ti.or.kr/inquiry/member-board</loc>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- 검색 페이지 -->
  <url>
    <loc>https://ti.or.kr/search</loc>
    <changefreq>daily</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- 
  참고: 
  - 동적 상세 페이지 (공지사항, CPI, GCB, 보도자료, 뉴스레터 등)는 
    백엔드에서 자동으로 생성하거나 별도 스크립트로 추가할 수 있습니다.
  - changefreq: always, hourly, daily, weekly, monthly, yearly, never
  - priority: 0.0 ~ 1.0 (상대적 우선순위)
  -->

</urlset>

