<?xml version='1.0' encoding='UTF-8'?>
        <rss version='2.0'>
        <channel>
            <title>บทความ/คลังความรู้</title>
            <link>https://www.coj.go.th/th/content/category/articles/id/4/cid/6/</link>
            <description>RSS Feed | Main Site</description>
            <language>th</language><item>
                <title>รวมลิงก์เว็บไซต์ของหน่วยงานภายในสังกัดสำนักงานศาลยุติธรรม</title>
                <link>https://www.coj.go.th/th/content/category/detail/id/4/cid/6/iid/121186/</link>
                <description>&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;link href=&quot;https://fonts.googleapis.com/css2?family=Sarabun:wght@300;400;500;600;700&amp;amp;family=Noto+Serif+Thai:wght@400;600;700&amp;amp;display=swap&quot; rel=&quot;stylesheet&quot; /&gt;
&lt;style type=&quot;text/css&quot;&gt;/* ── CSS Variables ─────────────────────────────────────────────── */
#coj-dir {
  --cd-navy:      #0d1b2e;
  --cd-navy-mid:  #162540;
  --cd-navy-lgt:  #1e3355;
  --cd-gold:      #c9972b;
  --cd-gold-lgt:  #e8b84b;
  --cd-gold-pale: #f5e4b8;
  --cd-cream:     #fdf8ef;
  --cd-white:     #ffffff;
  --cd-txt:       #1a2636;
  --cd-muted:     #5a6b80;
  --cd-border:    rgba(201,151,43,0.2);
  --cd-shd-sm:    0 2px 8px  rgba(13,27,46,0.08);
  --cd-shd-md:    0 4px 20px rgba(13,27,46,0.12);
  --cd-r:         12px;
  --cd-r-sm:      8px;
}

/* ── Box-model reset ────────────────────────────────────────────── */
#coj-dir *, #coj-dir *::before, #coj-dir *::after {
  box-sizing: border-box !important; margin: 0; padding: 0;
}

/* ── Wrapper ────────────────────────────────────────────────────── */
#coj-dir {
  font-family: &#039;Sarabun&#039;, &#039;TH Sarabun New&#039;, sans-serif !important;
  font-size: 18px !important; line-height: 1.6 !important;
  color: var(--cd-txt) !important; background: var(--cd-cream);
  -webkit-text-size-adjust: 100%;
}

/* ── Tag resets ─────────────────────────────────────────────────── */
#coj-dir ul, #coj-dir ol { list-style: none !important; margin: 0 !important; padding: 0 !important; }
#coj-dir li  { list-style: none !important; }
#coj-dir a   { text-decoration: none !important; color: inherit !important; }
#coj-dir img { max-width: 100%; display: block; }
#coj-dir button { font-family: inherit !important; cursor: pointer; }
#coj-dir h1, #coj-dir h2, #coj-dir h3, #coj-dir p { margin: 0 !important; padding: 0 !important; }

/* ── SVG base ───────────────────────────────────────────────────── */
#coj-dir svg { display: block; flex-shrink: 0; }

/* ── @keyframes ─────────────────────────────────────────────────── */
@keyframes cd-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.5; transform: scale(0.8); }
}

/* ══════════════════════════════════════════════════════════════════
   HEADER
══════════════════════════════════════════════════════════════════ */
#coj-dir .cd-header {
  background: linear-gradient(160deg, var(--cd-navy) 0%, var(--cd-navy-mid) 60%, #1a3a5c 100%);
  position: relative; overflow: hidden; padding: 48px 24px 40px;
}
#coj-dir .cd-header::before {
  content: &#039;&#039;; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 60% 80% at 90% 50%, rgba(201,151,43,0.08) 0%, transparent 60%),
    repeating-linear-gradient(45deg, transparent, transparent 30px,
      rgba(255,255,255,0.012) 30px, rgba(255,255,255,0.012) 31px);
}
#coj-dir .cd-header::after {
  content: &#039;&#039;; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent, var(--cd-gold), var(--cd-gold-lgt), var(--cd-gold), transparent);
}
#coj-dir .cd-hdr-inner {
  max-width: 900px; margin: 0 auto; position: relative; z-index: 1;
  display: flex; align-items: center; gap: 24px;
}
#coj-dir .cd-logo {
  width: 80px; height: 80px; flex-shrink: 0;
  border: 2px solid rgba(201,151,43,0.4); border-radius: 50%;
  overflow: hidden; background: rgba(255,255,255,0.06);
  display: flex; align-items: center; justify-content: center;
}
#coj-dir .cd-logo img { width: 72px; height: 52px; object-fit: contain; }
#coj-dir .cd-hdr-text h1 {
  font-family: &#039;Noto Serif Thai&#039;, serif !important; font-size: 1.25rem !important;
  font-weight: 700 !important; color: var(--cd-white) !important; line-height: 1.3 !important;
}
#coj-dir .cd-hdr-text p {
  font-size: 1.28rem !important; color: rgba(255,255,255,0.55) !important;
  margin-top: 4px !important; line-height: 1.5 !important;
}
#coj-dir .cd-badge {
  display: inline-flex !important; align-items: center; gap: 6px;
  background: rgba(201,151,43,0.18); border: 1px solid rgba(201,151,43,0.35);
  border-radius: 20px; padding: 4px 12px;
  font-size: 1.38rem !important; color: var(--cd-gold-lgt) !important; margin-top: 10px !important;
}
#coj-dir .cd-badge-dot {
  width: 6px; height: 6px; background: var(--cd-gold-lgt);
  border-radius: 50%; flex-shrink: 0; animation: cd-pulse 2s ease-in-out infinite;
}

/* ══════════════════════════════════════════════════════════════════
   STATS BAR
══════════════════════════════════════════════════════════════════ */
#coj-dir .cd-stats {
  background: var(--cd-white); border-bottom: 1px solid var(--cd-border); padding: 14px 24px;
}
#coj-dir .cd-stats-inner {
  max-width: 900px; margin: 0 auto; display: flex; gap: 32px; align-items: center; flex-wrap: wrap;
}
#coj-dir .cd-stat {
  display: flex !important; align-items: center; gap: 8px;
  font-size: 1.43rem !important; color: var(--cd-muted) !important;
}
#coj-dir .cd-stat-n { font-weight: 700 !important; font-size: 1rem !important; color: var(--cd-navy) !important; }
#coj-dir .cd-dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--cd-gold);
  flex-shrink: 0; display: inline-block;
}

/* ══════════════════════════════════════════════════════════════════
   SEARCH
══════════════════════════════════════════════════════════════════ */
#coj-dir .cd-s-wrap { max-width: 900px; margin: 28px auto 0; padding: 0 24px; }
#coj-dir .cd-s-box  { position: relative; }
#coj-dir .cd-s-box input {
  width: 100% !important; padding: 12px 44px 12px 44px !important;
  border: 1.5px solid #d4dde8 !important; border-radius: var(--cd-r) !important;
  font-family: &#039;Sarabun&#039;, sans-serif !important; font-size: 1.45rem !important;
  color: var(--cd-txt) !important; background: var(--cd-white) !important;
  box-shadow: var(--cd-shd-sm) !important; outline: none !important;
  display: block !important; line-height: 1.5 !important;
  transition: border-color .2s, box-shadow .2s !important;
  -webkit-appearance: none; appearance: none;
}
#coj-dir .cd-s-box input:focus {
  border-color: var(--cd-gold) !important;
  box-shadow: 0 0 0 3px rgba(201,151,43,0.12) !important;
}

/* ── Search icon (left) ─── */
#coj-dir .cd-s-ico {
  position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
  color: var(--cd-muted); pointer-events: none;
  display: flex !important; align-items: center;
}
#coj-dir .cd-s-ico svg { width: 17px; height: 17px; }

/* ── Clear button (right) ─── */
#coj-dir .cd-s-clr {
  position: absolute; right: 12px; top: 50%; transform: translateY(-50%);
  background: none !important; border: none !important;
  color: var(--cd-muted) !important; padding: 4px;
  display: none; align-items: center; justify-content: center;
  border-radius: 4px; transition: color .15s, background .15s !important;
}
#coj-dir .cd-s-clr:hover { background: #eef2f7 !important; color: var(--cd-navy) !important; }
#coj-dir .cd-s-clr svg { width: 14px; height: 14px; }
#coj-dir .cd-s-clr.cd-show { display: flex; }

/* ══════════════════════════════════════════════════════════════════
   CONTROLS
══════════════════════════════════════════════════════════════════ */
#coj-dir .cd-ctrl {
  max-width: 900px; margin: 14px auto 0; padding: 0 24px;
  display: flex; gap: 8px; flex-wrap: wrap; align-items: center;
}
#coj-dir .cd-btn {
  display: inline-flex !important; align-items: center; gap: 7px;
  padding: 7px 14px !important; border-radius: var(--cd-r-sm) !important;
  font-family: &#039;Sarabun&#039;, sans-serif !important; font-size: 1.42rem !important;
  font-weight: 500 !important; cursor: pointer; line-height: 1.4 !important;
  background: var(--cd-white) !important; border: 1.5px solid #d4dde8 !important;
  color: var(--cd-muted) !important; transition: all .18s !important;
  text-decoration: none !important;
}
#coj-dir .cd-btn:hover { border-color: var(--cd-gold) !important; color: var(--cd-navy) !important; }
#coj-dir .cd-btn svg { width: 15px; height: 15px; }

/* ══════════════════════════════════════════════════════════════════
   MAIN / CARD
══════════════════════════════════════════════════════════════════ */
#coj-dir .cd-main {
  max-width: 900px; margin: 20px auto 60px; padding: 0 24px;
  display: flex; flex-direction: column; gap: 10px;
}
#coj-dir .cd-card {
  background: var(--cd-white); border-radius: var(--cd-r);
  box-shadow: var(--cd-shd-sm); border: 1px solid rgba(0,0,0,0.06);
  overflow: hidden; transition: box-shadow .2s;
}
#coj-dir .cd-card:hover { box-shadow: var(--cd-shd-md); }
#coj-dir .cd-card.cd-gone { display: none !important; }

/* ── Section header ──────────────────────────────────────────────── */
#coj-dir .cd-hdr {
  display: flex !important; align-items: center; gap: 14px;
  padding: 14px 18px !important; cursor: pointer; user-select: none;
  background: transparent !important; border: none !important;
  width: 100% !important; text-align: left !important; transition: background .15s;
}
#coj-dir .cd-hdr:hover    { background: #f8fafc !important; }
#coj-dir .cd-hdr.cd-open  { background: var(--cd-navy) !important; }

/* ── Section icon box ─── */
#coj-dir .cd-ico {
  width: 38px; height: 38px; border-radius: var(--cd-r-sm); flex-shrink: 0;
  display: flex !important; align-items: center; justify-content: center;
  background: var(--cd-gold-pale); color: var(--cd-gold); transition: all .2s;
}
#coj-dir .cd-ico svg { width: 20px; height: 20px; }
#coj-dir .cd-hdr.cd-open .cd-ico {
  background: rgba(255,255,255,0.15); color: var(--cd-gold-lgt);
}

/* ── Title / subtitle ─── */
#coj-dir .cd-ttl-wrap { flex: 1; min-width: 0; }
#coj-dir .cd-ttl {
  font-family: &#039;Noto Serif Thai&#039;, serif !important; font-weight: 600 !important;
  font-size: 1.47rem !important; color: var(--cd-txt) !important;
  line-height: 1.35 !important; display: block; transition: color .2s;
}
#coj-dir .cd-hdr.cd-open .cd-ttl { color: var(--cd-white) !important; }
#coj-dir .cd-sub {
  font-size: 1.47rem !important; color: var(--cd-muted) !important;
  margin-top: 2px !important; display: block; line-height: 1.4 !important; transition: color .2s;
}
#coj-dir .cd-hdr.cd-open .cd-sub { color: rgba(255,255,255,0.5) !important; }

/* ── Count badge ─── */
#coj-dir .cd-cnt {
  background: var(--cd-gold-pale) !important; color: var(--cd-gold) !important;
  font-size: 1.45rem !important; font-weight: 700 !important;
  padding: 3px 9px !important; border-radius: 20px !important; flex-shrink: 0;
  min-width: 34px; text-align: center !important; display: inline-block !important;
  line-height: 1.6 !important; transition: all .2s;
}
#coj-dir .cd-hdr.cd-open .cd-cnt {
  background: rgba(255,255,255,0.18) !important; color: var(--cd-gold-lgt) !important;
}

/* ── Chevron ─── */
#coj-dir .cd-chv {
  width: 22px; height: 22px; flex-shrink: 0;
  display: flex !important; align-items: center; justify-content: center;
  color: var(--cd-muted); transition: transform .3s, color .2s;
}
#coj-dir .cd-chv svg { width: 16px; height: 16px; }
#coj-dir .cd-hdr.cd-open .cd-chv { transform: rotate(180deg); color: rgba(255,255,255,0.65); }

/* ── Section body ─── */
#coj-dir .cd-body {
  max-height: 0; overflow: hidden;
  transition: max-height .4s cubic-bezier(.4,0,.2,1);
}
#coj-dir .cd-body.cd-open { max-height: 3000px; }

/* ══════════════════════════════════════════════════════════════════
   LINKS GRID
══════════════════════════════════════════════════════════════════ */
#coj-dir .cd-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1px; background: #f0f4f8; border-top: 1px solid rgba(0,0,0,0.06);
}
#coj-dir .cd-link {
  background: var(--cd-white) !important; display: flex !important;
  align-items: center !important; gap: 10px !important;
  padding: 10px 16px !important; text-decoration: none !important;
  color: var(--cd-txt) !important; font-family: &#039;Sarabun&#039;, sans-serif !important;
  font-size: 1.475rem !important; line-height: 1.4 !important;
  position: relative; overflow: hidden; transition: background .15s, color .15s;
}
#coj-dir .cd-link::before {
  content: &#039;&#039;; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: var(--cd-gold); transform: scaleY(0);
  transition: transform .2s; transform-origin: center;
}
#coj-dir .cd-link:hover { background: #fffbf2 !important; color: var(--cd-navy) !important; }
#coj-dir .cd-link:hover::before { transform: scaleY(1); }

/* ── Link number ─── */
#coj-dir .cd-lnum {
  width: 22px; height: 22px; border-radius: 4px; flex-shrink: 0;
  background: #eef2f7 !important; color: var(--cd-muted) !important;
  font-size: 1.38rem !important; font-weight: 700 !important;
  display: flex !important; align-items: center; justify-content: center;
  line-height: 1; transition: all .15s;
}
#coj-dir .cd-link:hover .cd-lnum { background: var(--cd-gold-pale) !important; color: var(--cd-gold) !important; }
#coj-dir .cd-lname { flex: 1; line-height: 1.4 !important; color: inherit !important; }
#coj-dir .cd-lnote {
  font-size: 1.29rem !important; color: var(--cd-muted) !important;
  background: #f0f4f8 !important; padding: 1px 6px !important;
  border-radius: 10px !important; flex-shrink: 0; max-width: 110px;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  display: inline-block !important; line-height: 1.6 !important;
}

/* ── Link arrow icon ─── */
#coj-dir .cd-larr {
  color: #ccd6e0 !important; flex-shrink: 0; transition: color .15s, transform .15s;
  display: flex !important; align-items: center;
}
#coj-dir .cd-larr svg { width: 13px; height: 13px; }
#coj-dir .cd-link:hover .cd-larr { color: var(--cd-gold) !important; transform: translateX(2px); }

/* ── Highlight ─── */
#coj-dir mark {
  background: rgba(201,151,43,0.25) !important; color: var(--cd-navy) !important;
  padding: 0 2px; border-radius: 2px;
}

/* ══════════════════════════════════════════════════════════════════
   NO RESULT
══════════════════════════════════════════════════════════════════ */
#coj-dir .cd-empty { text-align: center !important; padding: 56px 24px !important; display: none; }
#coj-dir .cd-empty.cd-show { display: block !important; }
#coj-dir .cd-empty-ico {
  display: flex !important; justify-content: center; margin-bottom: 16px !important;
}
#coj-dir .cd-empty-ico svg { width: 46px; height: 46px; color: #b8c8d8; }
#coj-dir .cd-empty p { font-size: 0.95rem !important; color: var(--cd-muted) !important; }

/* ══════════════════════════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════════════════════════ */
#coj-dir .cd-footer {
  text-align: center !important; padding: 20px !important;
  font-size: 0.78rem !important; color: var(--cd-muted) !important;
  border-top: 1px solid #e8edf3 !important;
}
#coj-dir .cd-footer p { color: var(--cd-muted) !important; font-size: inherit !important; }

/* ── Responsive ─── */
@media (max-width: 600px) {
  #coj-dir .cd-hdr-inner   { flex-direction: column; text-align: center; }
  #coj-dir .cd-hdr-text h1 { font-size: 1.3rem !important; }
  #coj-dir .cd-grid        { grid-template-columns: 1fr; }
  #coj-dir .cd-stats-inner { gap: 16px; }
}
&lt;/style&gt;
&lt;div id=&quot;coj-dir&quot;&gt;&lt;!-- ── Header ── --&gt;
&lt;header class=&quot;cd-header&quot;&gt;
&lt;div class=&quot;cd-hdr-inner&quot;&gt;
&lt;div class=&quot;cd-logo&quot;&gt;&lt;img alt=&quot;COJ&quot; onerror=&quot;this.style.display=&#039;none&#039;&quot; src=&quot;https://www.coj.go.th/cms/s1//u52/banner_coj/1683004042_cojbanner2023.jpg&quot; /&gt;&lt;/div&gt;

&lt;div class=&quot;cd-hdr-text&quot;&gt;
&lt;h1&gt;เว็บไซต์หน่วยงานในสังกัดสำนักงานศาลยุติธรรม&lt;/h1&gt;

&lt;p&gt;Courts of Justice &amp;mdash; Official Website Directory&lt;/p&gt;
&lt;span class=&quot;cd-badge&quot;&gt;ปรับปรุงล่าสุด 1 เมษายน 2568 &lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/header&gt;
&lt;!-- ── Stats bar ── --&gt;

&lt;div class=&quot;cd-stats&quot;&gt;
&lt;div class=&quot;cd-stats-inner&quot;&gt;
&lt;div class=&quot;cd-stat&quot;&gt;&lt;span&gt;กลุ่มหน่วยงาน&lt;/span&gt; &lt;span class=&quot;cd-stat-n&quot; id=&quot;cdG&quot;&gt;&amp;mdash;&lt;/span&gt;&lt;/div&gt;

&lt;div class=&quot;cd-stat&quot;&gt;&lt;span&gt;เว็บไซต์ทั้งหมด&lt;/span&gt; &lt;span class=&quot;cd-stat-n&quot; id=&quot;cdT&quot;&gt;&amp;mdash;&lt;/span&gt;&lt;/div&gt;

&lt;div class=&quot;cd-stat&quot; id=&quot;cdSW&quot; style=&quot;display:none&quot;&gt;&lt;span&gt;ผลการค้นหา&lt;/span&gt; &lt;span class=&quot;cd-stat-n&quot; id=&quot;cdF&quot;&gt;&amp;mdash;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- ── Search ── --&gt;

&lt;div class=&quot;cd-s-wrap&quot;&gt;
&lt;div class=&quot;cd-s-box&quot;&gt;&lt;span class=&quot;cd-s-ico&quot;&gt;&lt;!-- search icon --&gt; &lt;svg fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; viewbox=&quot;0 0 24 24&quot;&gt; &lt;circle cx=&quot;11&quot; cy=&quot;11&quot; r=&quot;8&quot;&gt;&lt;/circle&gt;&lt;line x1=&quot;21&quot; x2=&quot;16.65&quot; y1=&quot;21&quot; y2=&quot;16.65&quot;&gt;&lt;/line&gt; &lt;/svg&gt; &lt;/span&gt; &lt;input id=&quot;cdQ&quot; placeholder=&quot;ค้นหาชื่อหน่วยงาน หรือ URL เช่น ศาลอาญา, crimc...&quot; type=&quot;text&quot; /&gt;&lt;button class=&quot;cd-s-clr&quot; id=&quot;cdX&quot; title=&quot;ล้างการค้นหา&quot;&gt;&lt;!-- close icon --&gt;&lt;svg fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2.5&quot; viewbox=&quot;0 0 24 24&quot;&gt; &lt;line x1=&quot;18&quot; x2=&quot;6&quot; y1=&quot;6&quot; y2=&quot;18&quot;&gt;&lt;/line&gt;&lt;line x1=&quot;6&quot; x2=&quot;18&quot; y1=&quot;6&quot; y2=&quot;18&quot;&gt;&lt;/line&gt; &lt;/svg&gt;&lt;/button&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;!-- ── Controls ── --&gt;

&lt;div class=&quot;cd-ctrl&quot;&gt;&lt;button class=&quot;cd-btn&quot; onclick=&quot;cdAll(1)&quot;&gt;&lt;!-- folder-open icon --&gt;&lt;svg fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;1.8&quot; viewbox=&quot;0 0 24 24&quot;&gt; &lt;path d=&quot;M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z&quot;&gt;&lt;/path&gt; &lt;polyline points=&quot;8 14 12 18 16 14&quot;&gt;&lt;/polyline&gt;&lt;line x1=&quot;12&quot; x2=&quot;12&quot; y1=&quot;10&quot; y2=&quot;18&quot;&gt;&lt;/line&gt; &lt;/svg&gt; เปิดทั้งหมด&lt;/button&gt;&lt;button class=&quot;cd-btn&quot; onclick=&quot;cdAll(0)&quot;&gt;&lt;!-- folder-closed icon --&gt;&lt;svg fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;1.8&quot; viewbox=&quot;0 0 24 24&quot;&gt; &lt;path d=&quot;M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z&quot;&gt;&lt;/path&gt; &lt;/svg&gt; ซ่อนทั้งหมด&lt;/button&gt;&lt;/div&gt;
&lt;!-- ── Content ── --&gt;

&lt;main class=&quot;cd-main&quot; id=&quot;cdM&quot;&gt;&amp;nbsp;&lt;/main&gt;
&lt;!-- ── No result ── --&gt;

&lt;div class=&quot;cd-empty&quot; id=&quot;cdE&quot;&gt;
&lt;div class=&quot;cd-empty-ico&quot;&gt;&lt;svg fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;1.5&quot; viewbox=&quot;0 0 24 24&quot;&gt; &lt;circle cx=&quot;11&quot; cy=&quot;11&quot; r=&quot;8&quot;&gt;&lt;/circle&gt;&lt;line x1=&quot;21&quot; x2=&quot;16.65&quot; y1=&quot;21&quot; y2=&quot;16.65&quot;&gt;&lt;/line&gt; &lt;line x1=&quot;8&quot; x2=&quot;14&quot; y1=&quot;11&quot; y2=&quot;11&quot;&gt;&lt;/line&gt; &lt;/svg&gt;&lt;/div&gt;

&lt;p&gt;ไม่พบหน่วยงานที่ตรงกับ &amp;quot;&amp;quot;&lt;/p&gt;
&lt;/div&gt;
&lt;!-- ── Footer ── --&gt;

&lt;footer class=&quot;cd-footer&quot;&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/footer&gt;
&lt;/div&gt;
&lt;!-- /#coj-dir --&gt;&lt;script&gt;
(function(){
&#039;use strict&#039;;

/* ══════════════════════════════════════════════════════════════════
   SVG ICON MAP  (stroke-based / Lucide-style)
══════════════════════════════════════════════════════════════════ */
const ICO = {

  /*   ศาลส่วนกลาง — landmark / columns */
  landmark: `&lt;svg viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;1.8&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot;&gt;
    &lt;line x1=&quot;3&quot; y1=&quot;22&quot; x2=&quot;21&quot; y2=&quot;22&quot;/&gt;
    &lt;line x1=&quot;6&quot; y1=&quot;18&quot; x2=&quot;6&quot;  y2=&quot;11&quot;/&gt;
    &lt;line x1=&quot;10&quot; y1=&quot;18&quot; x2=&quot;10&quot; y2=&quot;11&quot;/&gt;
    &lt;line x1=&quot;14&quot; y1=&quot;18&quot; x2=&quot;14&quot; y2=&quot;11&quot;/&gt;
    &lt;line x1=&quot;18&quot; y1=&quot;18&quot; x2=&quot;18&quot; y2=&quot;11&quot;/&gt;
    &lt;polygon points=&quot;12 2 20 7 4 7&quot;/&gt;
  &lt;/svg&gt;`,

  /*   ศาลสูง — scale of justice */
  scale: `&lt;svg viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;1.8&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot;&gt;
    &lt;path d=&quot;m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z&quot;/&gt;
    &lt;path d=&quot;m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z&quot;/&gt;
    &lt;path d=&quot;M7 21h10&quot;/&gt;
    &lt;path d=&quot;M12 21V7&quot;/&gt;
    &lt;path d=&quot;M3 7l9-5 9 5&quot;/&gt;
  &lt;/svg&gt;`,

  /*  ศาลกรุงเทพฯ — city buildings */
  city: `&lt;svg viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;1.8&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot;&gt;
    &lt;path d=&quot;M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18Z&quot;/&gt;
    &lt;path d=&quot;M6 12H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2&quot;/&gt;
    &lt;path d=&quot;M18 9h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-2&quot;/&gt;
    &lt;path d=&quot;M10 6h4&quot;/&gt;&lt;path d=&quot;M10 10h4&quot;/&gt;
    &lt;path d=&quot;M10 14h4&quot;/&gt;&lt;path d=&quot;M10 18h4&quot;/&gt;
  &lt;/svg&gt;`,

  /*   ศาลชำนัญพิเศษ — briefcase */
  briefcase: `&lt;svg viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;1.8&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot;&gt;
    &lt;rect x=&quot;2&quot; y=&quot;7&quot; width=&quot;20&quot; height=&quot;14&quot; rx=&quot;2&quot; ry=&quot;2&quot;/&gt;
    &lt;path d=&quot;M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16&quot;/&gt;
    &lt;line x1=&quot;2&quot; y1=&quot;14&quot; x2=&quot;22&quot; y2=&quot;14&quot;/&gt;
  &lt;/svg&gt;`,

  /*  ศาลทุจริต — shield with check */
  shield: `&lt;svg viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;1.8&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot;&gt;
    &lt;path d=&quot;M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z&quot;/&gt;
    &lt;polyline points=&quot;9 12 11 14 15 10&quot;/&gt;
  &lt;/svg&gt;`,

  /*  ศาลภาค — map pin */
  pin: `&lt;svg viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;1.8&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot;&gt;
    &lt;path d=&quot;M20 10c0 6-8 12-8 12S4 16 4 10a8 8 0 0 1 16 0Z&quot;/&gt;
    &lt;circle cx=&quot;12&quot; cy=&quot;10&quot; r=&quot;3&quot;/&gt;
  &lt;/svg&gt;`,

  /*  หน่วยงานอื่น — office building */
  office: `&lt;svg viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;1.8&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot;&gt;
    &lt;rect x=&quot;3&quot; y=&quot;3&quot; width=&quot;18&quot; height=&quot;19&quot; rx=&quot;2&quot;/&gt;
    &lt;path d=&quot;M3 9h18&quot;/&gt;
    &lt;path d=&quot;M9 3v6&quot;/&gt;&lt;path d=&quot;M15 3v6&quot;/&gt;
    &lt;circle cx=&quot;7.5&quot;  cy=&quot;14&quot; r=&quot;.6&quot; fill=&quot;currentColor&quot; stroke=&quot;none&quot;/&gt;
    &lt;circle cx=&quot;12&quot;   cy=&quot;14&quot; r=&quot;.6&quot; fill=&quot;currentColor&quot; stroke=&quot;none&quot;/&gt;
    &lt;circle cx=&quot;16.5&quot; cy=&quot;14&quot; r=&quot;.6&quot; fill=&quot;currentColor&quot; stroke=&quot;none&quot;/&gt;
    &lt;circle cx=&quot;7.5&quot;  cy=&quot;18&quot; r=&quot;.6&quot; fill=&quot;currentColor&quot; stroke=&quot;none&quot;/&gt;
    &lt;circle cx=&quot;12&quot;   cy=&quot;18&quot; r=&quot;.6&quot; fill=&quot;currentColor&quot; stroke=&quot;none&quot;/&gt;
    &lt;circle cx=&quot;16.5&quot; cy=&quot;18&quot; r=&quot;.6&quot; fill=&quot;currentColor&quot; stroke=&quot;none&quot;/&gt;
  &lt;/svg&gt;`,

  /* ↗  external link arrow */
  arrow: `&lt;svg viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2.2&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot;&gt;
    &lt;line x1=&quot;7&quot; y1=&quot;17&quot; x2=&quot;17&quot; y2=&quot;7&quot;/&gt;
    &lt;polyline points=&quot;7 7 17 7 17 17&quot;/&gt;
  &lt;/svg&gt;`,

  /* ∨  chevron down */
  chevron: `&lt;svg viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2.5&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot;&gt;
    &lt;polyline points=&quot;6 9 12 15 18 9&quot;/&gt;
  &lt;/svg&gt;`,
};

/* ══════════════════════════════════════════════════════════════════
   DATA
══════════════════════════════════════════════════════════════════ */
const D = [
{id:&#039;central&#039;, title:&#039;เว็บไซต์กลางสำนัก/สถาบัน/กอง/ศูนย์ ส่วนกลาง&#039;,   sub:&#039;หน่วยงานส่วนกลาง สำนักงานศาลยุติธรรม&#039;, icon:&#039;landmark&#039;, links:[
  {n:&#039;สำนักประธานศาลฎีกา&#039;,u:&#039;https://opsc.coj.go.th&#039;},
  {n:&#039;สำนักคณะกรรมการบริหารศาลยุติธรรม (ก.บ.ศ.)&#039;,u:&#039;https://ojac.coj.go.th&#039;},
  {n:&#039;สำนักคณะกรรมการตุลาการศาลยุติธรรม (ก.ต.)&#039;,u:&#039;https://ojc.coj.go.th&#039;},
  {n:&#039;สำนักคณะกรรมการข้าราชการศาลยุติธรรม (ก.ศ.)&#039;,u:&#039;https://ojoc.coj.go.th&#039;},
  {n:&#039;สถาบันพัฒนาข้าราชการฝ่ายตุลาการศาลยุติธรรม&#039;,u:&#039;https://jti.coj.go.th&#039;},
  {n:&#039;สถาบันวิจัยและพัฒนารพีพัฒนศักดิ์&#039;,u:&#039;https://rabi.coj.go.th&#039;},
  {n:&#039;สำนักกฎหมายและวิชาการศาลยุติธรรม&#039;,u:&#039;https://jla.coj.go.th&#039;},
  {n:&#039;สำนักการคลัง&#039;,u:&#039;https://of.coj.go.th&#039;},
  {n:&#039;สำนักการเจ้าหน้าที่&#039;,u:&#039;https://op.coj.go.th&#039;},
  {n:&#039;สำนักการต่างประเทศ&#039;,u:&#039;https://oia.coj.go.th&#039;},
  {n:&#039;สำนักกิจการคดี&#039;,u:&#039;https://lad.coj.go.th&#039;},
  {n:&#039;สำนักตรวจสอบภายใน&#039;,u:&#039;https://iau.coj.go.th&#039;},
  {n:&#039;สำนักเทคโนโลยีสารสนเทศ&#039;,u:&#039;https://techno.coj.go.th&#039;},
  {n:&#039;สำนักบริหารกลาง&#039;,u:&#039;https://gad.coj.go.th&#039;},
  {n:&#039;สำนักบริหารงานออกแบบและก่อสร้าง&#039;,u:&#039;https://dcd.coj.go.th&#039;},
  {n:&#039;สำนักบริหารทรัพย์สิน&#039;,u:&#039;https://patsadu.coj.go.th&#039;},
  {n:&#039;สำนักแผนงานและงบประมาณ&#039;,u:&#039;https://oppb.coj.go.th&#039;},
  {n:&#039;สำนักส่งเสริมงานตุลาการ&#039;,u:&#039;https://oja.coj.go.th&#039;},
  {n:&#039;สํานักอนุญาโตตุลาการ&#039;,u:&#039;https://tai.coj.go.th&#039;},
  {n:&#039;กองสารนิเทศและประชาสัมพันธ์&#039;,u:&#039;https://iprd.coj.go.th&#039;},
  {n:&#039;ศูนย์วิทยบริการศาลยุติธรรม&#039;,u:&#039;https://isd.coj.go.th&#039;},
  {n:&#039;สํานักงานเลขานุการคณะกรรมการวินิจฉัยชี้ขาดฯ&#039;,u:&#039;https://oscj.coj.go.th&#039;},
  {n:&#039;กองสวัสดิการศาลยุติธรรม&#039;,u:&#039;https://wd.coj.go.th&#039;},
  {n:&#039;ศูนย์รักษาความปลอดภัย&#039;,u:&#039;https://ojso.coj.go.th&#039;},
  {n:&#039;สำนักการแพทย์&#039;,u:&#039;https://mso.coj.go.th&#039;},
  {n:&#039;ศูนย์วิเทศอาเซียน&#039;,u:&#039;https://acc.coj.go.th&#039;,note:&#039;สำนักการต่างประเทศ&#039;},
  {n:&#039;ศูนย์ข้อมูลข่าวสารสำนักงานศาลยุติธรรม&#039;,u:&#039;http://cic.coj.go.th&#039;,note:&#039;สำนักบริหารกลาง&#039;},
]},
{id:&#039;supreme&#039;, title:&#039;ศาลสูง&#039;, sub:&#039;ศาลฎีกา และศาลอุทธรณ์ทุกภาค&#039;, icon:&#039;scale&#039;, links:[
  {n:&#039;ศาลฎีกา&#039;,u:&#039;http://www.supremecourt.or.th&#039;},
  {n:&#039;ศาลอุทธรณ์&#039;,u:&#039;https://appealc.coj.go.th&#039;},
  {n:&#039;ศาลอุทธรณ์คดีชำนัญพิเศษ&#039;,u:&#039;https://appealsc.coj.go.th&#039;},
  {n:&#039;ศาลอุทธรณ์ภาค 1 (ปทุมธานี)&#039;,u:&#039;https://appealc1.coj.go.th&#039;},
  {n:&#039;ศาลอุทธรณ์ภาค 2 (ระยอง)&#039;,u:&#039;https://appealc2.coj.go.th&#039;},
  {n:&#039;ศาลอุทธรณ์ภาค 3 (นครราชสีมา)&#039;,u:&#039;https://appealc3.coj.go.th&#039;},
  {n:&#039;ศาลอุทธรณ์ภาค 4 (ขอนแก่น)&#039;,u:&#039;https://appealc4.coj.go.th&#039;},
  {n:&#039;ศาลอุทธรณ์ภาค 5 (เชียงใหม่)&#039;,u:&#039;https://appealc5.coj.go.th&#039;},
  {n:&#039;ศาลอุทธรณ์ภาค 6 (นครสวรรค์)&#039;,u:&#039;https://appealc6.coj.go.th&#039;},
  {n:&#039;ศาลอุทธรณ์ภาค 7 (นครปฐม)&#039;,u:&#039;https://appealc7.coj.go.th&#039;},
  {n:&#039;ศาลอุทธรณ์ภาค 8 (ภูเก็ต)&#039;,u:&#039;https://appealc8.coj.go.th&#039;},
  {n:&#039;ศาลอุทธรณ์ภาค 9 (สงขลา)&#039;,u:&#039;https://appealc9.coj.go.th&#039;},
]},
{id:&#039;bkk&#039;, title:&#039;ศาลชั้นต้นในเขตกรุงเทพมหานคร&#039;, sub:&#039;ศาลแพ่ง ศาลอาญา และศาลแขวง กรุงเทพฯ&#039;, icon:&#039;city&#039;, links:[
  {n:&#039;ศาลอาญา&#039;,u:&#039;https://crimc.coj.go.th&#039;},
  {n:&#039;ศาลอาญากรุงเทพใต้&#039;,u:&#039;https://crimsb.coj.go.th&#039;},
  {n:&#039;ศาลอาญาธนบุรี&#039;,u:&#039;https://crimtbc.coj.go.th&#039;},
  {n:&#039;ศาลแพ่ง&#039;,u:&#039;https://civil.coj.go.th&#039;},
  {n:&#039;ศาลแพ่งกรุงเทพใต้&#039;,u:&#039;https://civilbsc.coj.go.th&#039;},
  {n:&#039;ศาลแพ่งธนบุรี&#039;,u:&#039;https://civiltbc.coj.go.th&#039;},
  {n:&#039;ศาลแพ่งตลิ่งชัน&#039;,u:&#039;https://civiltlc.coj.go.th&#039;},
  {n:&#039;ศาลอาญาตลิ่งชัน&#039;,u:&#039;https://crimtlc.coj.go.th&#039;},
  {n:&#039;ศาลแพ่งพระโขนง&#039;,u:&#039;https://civilpkc.coj.go.th&#039;},
  {n:&#039;ศาลอาญาพระโขนง&#039;,u:&#039;https://crimpkc.coj.go.th&#039;},
  {n:&#039;ศาลแพ่งมีนบุรี&#039;,u:&#039;https://civilmbc.coj.go.th&#039;},
  {n:&#039;ศาลอาญามีนบุรี&#039;,u:&#039;https://crimmbc.coj.go.th&#039;},
]},
{id:&#039;special&#039;, title:&#039;ศาลชำนัญพิเศษ&#039;, sub:&#039;ศาลแรงงาน ภาษี ล้มละลาย ทรัพย์สินทางปัญญา&#039;, icon:&#039;briefcase&#039;, links:[
  {n:&#039;ศาลทรัพย์สินทางปัญญาฯ&#039;,u:&#039;https://ipitc.coj.go.th&#039;},
  {n:&#039;ศาลภาษีอากรกลาง&#039;,u:&#039;https://taxc.coj.go.th&#039;},
  {n:&#039;ศาลล้มละลายกลาง&#039;,u:&#039;https://cbc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนและครอบครัวกลาง (กรุงเทพฯ)&#039;,u:&#039;https://jvnc.coj.go.th&#039;},
  {n:&#039;ศาลแรงงานกลาง (กรุงเทพฯ)&#039;,u:&#039;https://lbc.coj.go.th&#039;},
  {n:&#039;ศาลแรงงานภาค 1 (สระบุรี)&#039;,u:&#039;https://lblbrc.coj.go.th&#039;},
  {n:&#039;ศาลแรงงานภาค 2 (ชลบุรี)&#039;,u:&#039;https://lbchnc.coj.go.th&#039;},
  {n:&#039;ศาลแรงงานภาค 3 (นครราชสีมา)&#039;,u:&#039;https://lbnksc.coj.go.th&#039;},
  {n:&#039;ศาลแรงงานภาค 4 (อุดรธานี)&#039;,u:&#039;https://lbudtc.coj.go.th&#039;},
  {n:&#039;ศาลแรงงานภาค 5 (เชียงใหม่)&#039;,u:&#039;https://lbcmic.coj.go.th&#039;},
  {n:&#039;ศาลแรงงานภาค 6 (นครสวรรค์)&#039;,u:&#039;https://lbnkwc.coj.go.th&#039;},
  {n:&#039;ศาลแรงงานภาค 7 (สมุทรสงคราม)&#039;,u:&#039;https://lbkcbc.coj.go.th&#039;},
  {n:&#039;ศาลแรงงานภาค 8 (ภูเก็ต)&#039;,u:&#039;https://lbphkc.coj.go.th&#039;},
  {n:&#039;ศาลแรงงานภาค 9 (สงขลา)&#039;,u:&#039;https://lbsklc.coj.go.th&#039;},
]},
{id:&#039;corrupt&#039;, title:&#039;ศาลอาญาคดีทุจริตและประพฤติมิชอบ&#039;, sub:&#039;ศาลอาญาคดีทุจริตฯ กลาง และทุกภาค&#039;, icon:&#039;shield&#039;, links:[
  {n:&#039;ศาลอาญาคดีทุจริตฯ กลาง (กรุงเทพฯ)&#039;,u:&#039;https://cccm.coj.go.th&#039;},
  {n:&#039;ศาลอาญาคดีทุจริตฯ ภาค 1 (สระบุรี)&#039;,u:&#039;https://cccm1.coj.go.th&#039;},
  {n:&#039;ศาลอาญาคดีทุจริตฯ ภาค 2 (ระยอง)&#039;,u:&#039;https://cccm2.coj.go.th&#039;},
  {n:&#039;ศาลอาญาคดีทุจริตฯ ภาค 3 (สุรินทร์)&#039;,u:&#039;https://cccm3.coj.go.th&#039;},
  {n:&#039;ศาลอาญาคดีทุจริตฯ ภาค 4 (ขอนแก่น)&#039;,u:&#039;https://cccm4.coj.go.th&#039;},
  {n:&#039;ศาลอาญาคดีทุจริตฯ ภาค 5 (เชียงใหม่)&#039;,u:&#039;https://cccm5.coj.go.th&#039;},
  {n:&#039;ศาลอาญาคดีทุจริตฯ ภาค 6 (พิษณุโลก)&#039;,u:&#039;https://cccm6.coj.go.th&#039;},
  {n:&#039;ศาลอาญาคดีทุจริตฯ ภาค 7 (สมุทรสงคราม)&#039;,u:&#039;https://cccm7.coj.go.th&#039;},
  {n:&#039;ศาลอาญาคดีทุจริตฯ ภาค 8 (นครศรีธรรมราช)&#039;,u:&#039;https://cccm8.coj.go.th&#039;},
  {n:&#039;ศาลอาญาคดีทุจริตฯ ภาค 9 (สงขลา)&#039;,u:&#039;https://cccm9.coj.go.th&#039;},
]},
{id:&#039;r1&#039;,title:&#039;ศาลในสังกัดสำนักศาลยุติธรรมประจำภาค 1&#039;,sub:&#039;กรุงเทพฯ และจังหวัดในภาคกลาง&#039;,icon:&#039;pin&#039;,links:[
  {n:&#039;ศาลแขวงดอนเมือง&#039;,u:&#039;https://dmmc.coj.go.th&#039;},{n:&#039;ศาลแขวงดุสิต&#039;,u:&#039;https://dsmc.coj.go.th&#039;},
  {n:&#039;ศาลแขวงธนบุรี&#039;,u:&#039;https://tbmc.coj.go.th&#039;},{n:&#039;ศาลแขวงปทุมวัน&#039;,u:&#039;https://ptwmc.coj.go.th&#039;},
  {n:&#039;ศาลแขวงพระนครเหนือ&#039;,u:&#039;https://bknmc.coj.go.th&#039;},{n:&#039;ศาลแขวงพระนครใต้&#039;,u:&#039;https://bksmc.coj.go.th&#039;},
  {n:&#039;ศาลแขวงบางบอน&#039;,u:&#039;https://bbmc.coj.go.th&#039;},{n:&#039;ศาลแขวงนนทบุรี&#039;,u:&#039;https://ntbmc.coj.go.th&#039;},
  {n:&#039;ศาลแขวงพระนครศรีอยุธยา&#039;,u:&#039;https://atymc.coj.go.th&#039;},{n:&#039;ศาลแขวงลพบุรี&#039;,u:&#039;https://lbrmc.coj.go.th&#039;},
  {n:&#039;ศาลแขวงสระบุรี&#039;,u:&#039;https://srbmc.coj.go.th&#039;},{n:&#039;ศาลแขวงสมุทรปราการ&#039;,u:&#039;https://smpmc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดชัยนาท&#039;,u:&#039;https://cntc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดนนทบุรี&#039;,u:&#039;https://ntbc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดปทุมธานี&#039;,u:&#039;https://pttc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดธัญบุรี&#039;,u:&#039;https://tybc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดพระนครศรีอยุธยา&#039;,u:&#039;https://atyc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดลพบุรี&#039;,u:&#039;https://lbrc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดชัยบาดาล&#039;,u:&#039;https://cbdc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดสมุทรปราการ&#039;,u:&#039;https://smpc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดพระประแดง&#039;,u:&#039;https://ppdc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดสระบุรี&#039;,u:&#039;https://srbc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดสิงห์บุรี&#039;,u:&#039;https://snbc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดอ่างทอง&#039;,u:&#039;https://antc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.ชัยนาท&#039;,u:&#039;https://cntjc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.นนทบุรี&#039;,u:&#039;https://ntbjc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.ปทุมธานี&#039;,u:&#039;https://pttjc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.พระนครศรีอยุธยา&#039;,u:&#039;https://atyjc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.ลพบุรี&#039;,u:&#039;https://lbrjc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.สมุทรปราการ&#039;,u:&#039;https://smpjc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.สระบุรี&#039;,u:&#039;https://srbjc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.สิงห์บุรี&#039;,u:&#039;https://snbjc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.อ่างทอง&#039;,u:&#039;https://antjc.coj.go.th&#039;},
  {n:&#039;ศาลแพ่งมีนบุรีและศาลอาญามีนบุรีแผนกคดีเยาวชนและครอบครัว&#039;,u:&#039;https://ccmbjc.coj.go.th&#039;},
  {n:&#039;สำนักศาลยุติธรรมประจำภาค 1 (กรุงเทพฯ)&#039;,u:&#039;https://jor1.coj.go.th&#039;},
]},
{id:&#039;r2&#039;,title:&#039;ศาลในสังกัดสำนักศาลยุติธรรมประจำภาค 2&#039;,sub:&#039;จังหวัดในภาคตะวันออก&#039;,icon:&#039;pin&#039;,links:[
  {n:&#039;ศาลแขวงชลบุรี&#039;,u:&#039;https://cnbmc.coj.go.th&#039;},{n:&#039;ศาลแขวงพัทยา&#039;,u:&#039;https://ptymc.coj.go.th&#039;},
  {n:&#039;ศาลแขวงระยอง&#039;,u:&#039;https://raymc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดปราจีนบุรี&#039;,u:&#039;https://prbc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดกบินทร์บุรี&#039;,u:&#039;https://kbbc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดจันทบุรี&#039;,u:&#039;https://ctbc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดฉะเชิงเทรา&#039;,u:&#039;https://ccsc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดชลบุรี&#039;,u:&#039;https://cnbc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดพัทยา&#039;,u:&#039;https://ptyc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดตราด&#039;,u:&#039;https://trtc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดนครนายก&#039;,u:&#039;https://nknc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดระยอง&#039;,u:&#039;https://rayc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดสระแก้ว&#039;,u:&#039;https://sakc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.จันทบุรี&#039;,u:&#039;https://ctbjc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.ฉะเชิงเทรา&#039;,u:&#039;https://ccsjc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.ชลบุรี&#039;,u:&#039;https://cnbjc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.ตราด&#039;,u:&#039;https://trtjc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.นครนายก&#039;,u:&#039;https://nknjc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.ปราจีนบุรี&#039;,u:&#039;https://prbjc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.ระยอง&#039;,u:&#039;https://rayjc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.สระแก้ว&#039;,u:&#039;https://sakjc.coj.go.th&#039;},
  {n:&#039;สำนักศาลยุติธรรมประจำภาค 2 (ชลบุรี)&#039;,u:&#039;https://jor2.coj.go.th&#039;},
]},
{id:&#039;r3&#039;,title:&#039;ศาลในสังกัดสำนักศาลยุติธรรมประจำภาค 3&#039;,sub:&#039;จังหวัดในภาคอีสานตอนล่าง&#039;,icon:&#039;pin&#039;,links:[
  {n:&#039;ศาลแขวงนครราชสีมา&#039;,u:&#039;https://nksmc.coj.go.th&#039;},{n:&#039;ศาลแขวงสุรินทร์&#039;,u:&#039;https://srnmc.coj.go.th&#039;},
  {n:&#039;ศาลแขวงอุบลราชธานี&#039;,u:&#039;https://ubtmc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดชัยภูมิ&#039;,u:&#039;https://cypc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดภูเขียว&#039;,u:&#039;https://pkwc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดนครราชสีมา&#039;,u:&#039;https://nksc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดสีคิ้ว&#039;,u:&#039;https://skuc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดสีคิ้ว (สาขาปากช่อง)&#039;,u:&#039;https://skupcc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดบัวใหญ่&#039;,u:&#039;https://byic.coj.go.th&#039;},{n:&#039;ศาลจังหวัดพิมาย&#039;,u:&#039;https://phmc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดบุรีรัมย์&#039;,u:&#039;https://brrc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดนางรอง&#039;,u:&#039;https://nrgc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดยโสธร&#039;,u:&#039;https://ystc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดศรีสะเกษ&#039;,u:&#039;https://sskc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดกันทรลักษ์&#039;,u:&#039;https://ktlc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดสุรินทร์&#039;,u:&#039;https://srnc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดรัตนบุรี&#039;,u:&#039;https://rtbc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดอำนาจเจริญ&#039;,u:&#039;https://uncc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดอุบลราชธานี&#039;,u:&#039;https://ubtc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดเดชอุดม&#039;,u:&#039;https://dudc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.ชัยภูมิ&#039;,u:&#039;https://cypjc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.นครราชสีมา&#039;,u:&#039;https://nksjc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.บุรีรัมย์&#039;,u:&#039;https://brrjc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.ยโสธร&#039;,u:&#039;https://ystjc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.ศรีสะเกษ&#039;,u:&#039;https://sskjc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.สุรินทร์&#039;,u:&#039;https://srnjc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.อำนาจเจริญ&#039;,u:&#039;https://uncjc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.อุบลราชธานี&#039;,u:&#039;https://ubtjc.coj.go.th&#039;},
  {n:&#039;สำนักศาลยุติธรรมประจำภาค 3 (นครราชสีมา)&#039;,u:&#039;https://jor3.coj.go.th&#039;},
]},
{id:&#039;r4&#039;,title:&#039;ศาลในสังกัดสำนักศาลยุติธรรมประจำภาค 4&#039;,sub:&#039;จังหวัดในภาคอีสานตอนบน&#039;,icon:&#039;pin&#039;,links:[
  {n:&#039;ศาลแขวงขอนแก่น&#039;,u:&#039;https://kknmc.coj.go.th&#039;},{n:&#039;ศาลแขวงอุดรธานี&#039;,u:&#039;https://udtmc.coj.go.th&#039;},
  {n:&#039;ศาลแขวงพยัคฆภูมิพิสัย&#039;,u:&#039;https://pypmc.coj.go.th&#039;},{n:&#039;ศาลแขวงสุวรรณภูมิ&#039;,u:&#039;https://swpkc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดกาฬสินธุ์&#039;,u:&#039;https://klsc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดขอนแก่น&#039;,u:&#039;https://kknc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดพล&#039;,u:&#039;https://phnc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดชุมแพ&#039;,u:&#039;https://cphc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดนครพนม&#039;,u:&#039;https://nkpc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดบึงกาฬ&#039;,u:&#039;https://bngc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดมหาสารคาม&#039;,u:&#039;https://mhkc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดมุกดาหาร&#039;,u:&#039;https://mdhc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดร้อยเอ็ด&#039;,u:&#039;https://riec.coj.go.th&#039;},{n:&#039;ศาลจังหวัดเลย&#039;,u:&#039;https://leic.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดสกลนคร&#039;,u:&#039;https://sknc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดสว่างแดนดิน&#039;,u:&#039;https://swdc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดหนองคาย&#039;,u:&#039;https://nnkc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดหนองบัวลำภู&#039;,u:&#039;https://nblc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดอุดรธานี&#039;,u:&#039;https://udtc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.กาฬสินธุ์&#039;,u:&#039;https://klsjc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.ขอนแก่น&#039;,u:&#039;https://kknjc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.นครพนม&#039;,u:&#039;https://nkpjc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.บึงกาฬ&#039;,u:&#039;https://bngjc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.มหาสารคาม&#039;,u:&#039;https://mhkjc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.มุกดาหาร&#039;,u:&#039;https://mdhjc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.ร้อยเอ็ด&#039;,u:&#039;https://riejc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.เลย&#039;,u:&#039;https://leijc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.สกลนคร&#039;,u:&#039;https://sknjc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.หนองคาย&#039;,u:&#039;https://nnkjc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.หนองบัวลำภู&#039;,u:&#039;https://nbljc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.อุดรธานี&#039;,u:&#039;https://udtjc.coj.go.th&#039;},
  {n:&#039;สำนักศาลยุติธรรมประจำภาค 4 (ขอนแก่น)&#039;,u:&#039;https://jor4.coj.go.th&#039;},
]},
{id:&#039;r5&#039;,title:&#039;ศาลในสังกัดสำนักศาลยุติธรรมประจำภาค 5&#039;,sub:&#039;จังหวัดในภาคเหนือ&#039;,icon:&#039;pin&#039;,links:[
  {n:&#039;ศาลแขวงเชียงใหม่&#039;,u:&#039;https://cmimc.coj.go.th&#039;},{n:&#039;ศาลแขวงลำปาง&#039;,u:&#039;https://lpgmc.coj.go.th&#039;},
  {n:&#039;ศาลแขวงเวียงป่าเป้า&#039;,u:&#039;https://wppmc.coj.go.th&#039;},{n:&#039;ศาลแขวงเชียงราย&#039;,u:&#039;https://crmc.coj.go.th&#039;},
  {n:&#039;ศาลแขวงเชียงดาว&#039;,u:&#039;http://cdmc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดเชียงราย&#039;,u:&#039;https://cric.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดเทิง&#039;,u:&#039;https://tngc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดเชียงใหม่&#039;,u:&#039;https://cmic.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดฮอด&#039;,u:&#039;https://hodc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดฝาง&#039;,u:&#039;https://fngc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดน่าน&#039;,u:&#039;https://nanc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดพะเยา&#039;,u:&#039;https://pyoc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดเชียงคำ&#039;,u:&#039;https://chkc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดแพร่&#039;,u:&#039;https://prec.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดแม่ฮ่องสอน&#039;,u:&#039;https://mhsc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดแม่สะเรียง&#039;,u:&#039;https://msrc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดลำปาง&#039;,u:&#039;https://lpgc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดลำพูน&#039;,u:&#039;https://lpnc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.เชียงราย&#039;,u:&#039;https://crijc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.เชียงใหม่&#039;,u:&#039;https://cmijc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.น่าน&#039;,u:&#039;https://nanjc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.พะเยา&#039;,u:&#039;https://pyojc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.แพร่&#039;,u:&#039;https://prejc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.แม่ฮ่องสอน&#039;,u:&#039;https://mhsjc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.ลำปาง&#039;,u:&#039;https://lpgjc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.ลำพูน&#039;,u:&#039;https://lpnjc.coj.go.th&#039;},
  {n:&#039;สำนักศาลยุติธรรมประจำภาค 5 (เชียงใหม่)&#039;,u:&#039;https://jor5.coj.go.th&#039;},
]},
{id:&#039;r6&#039;,title:&#039;ศาลในสังกัดสำนักศาลยุติธรรมประจำภาค 6&#039;,sub:&#039;จังหวัดในภาคกลางตอนบน&#039;,icon:&#039;pin&#039;,links:[
  {n:&#039;ศาลแขวงนครสวรรค์&#039;,u:&#039;https://nkwmc.coj.go.th&#039;},{n:&#039;ศาลแขวงพิษณุโลก&#039;,u:&#039;https://pslmc.coj.go.th&#039;},
  {n:&#039;ศาลแขวงนครไทย&#039;,u:&#039;https://ntmc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดกำแพงเพชร&#039;,u:&#039;https://kppc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดตาก&#039;,u:&#039;https://takc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดแม่สอด&#039;,u:&#039;https://mesc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดนครสวรรค์&#039;,u:&#039;https://nkwc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดพิจิตร&#039;,u:&#039;https://phcc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดพิษณุโลก&#039;,u:&#039;https://pslc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดเพชรบูรณ์&#039;,u:&#039;https://pcbc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดวิเชียรบุรี&#039;,u:&#039;https://wcbc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดหล่มสัก&#039;,u:&#039;https://lskc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดสุโขทัย&#039;,u:&#039;https://sktc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดสวรรคโลก&#039;,u:&#039;https://swlc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดอุตรดิตถ์&#039;,u:&#039;https://utdc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดอุทัยธานี&#039;,u:&#039;https://uttc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.กำแพงเพชร&#039;,u:&#039;https://kppjc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.ตาก&#039;,u:&#039;https://takjc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.นครสวรรค์&#039;,u:&#039;https://nkwjc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.พิจิตร&#039;,u:&#039;https://phcjc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.พิษณุโลก&#039;,u:&#039;https://psljc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.เพชรบูรณ์&#039;,u:&#039;https://pcbjc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.สุโขทัย&#039;,u:&#039;https://sktjc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.อุตรดิตถ์&#039;,u:&#039;https://utdjc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.อุทัยธานี&#039;,u:&#039;https://uttjc.coj.go.th&#039;},
  {n:&#039;สำนักศาลยุติธรรมประจำภาค 6 (พิษณุโลก)&#039;,u:&#039;https://jor6.coj.go.th&#039;},
]},
{id:&#039;r7&#039;,title:&#039;ศาลในสังกัดสำนักศาลยุติธรรมประจำภาค 7&#039;,sub:&#039;จังหวัดในภาคตะวันตก&#039;,icon:&#039;pin&#039;,links:[
  {n:&#039;ศาลแขวงนครปฐม&#039;,u:&#039;https://nktmc.coj.go.th&#039;},{n:&#039;ศาลแขวงราชบุรี&#039;,u:&#039;https://rcbmc.coj.go.th&#039;},
  {n:&#039;ศาลแขวงสุพรรณบุรี&#039;,u:&#039;https://spbmc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดกาญจนบุรี&#039;,u:&#039;https://kcbc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดทองผาภูมิ&#039;,u:&#039;https://tppc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดนครปฐม&#039;,u:&#039;https://nktc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดประจวบคีรีขันธ์&#039;,u:&#039;https://pkkc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดหัวหิน&#039;,u:&#039;https://hhc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดเพชรบุรี&#039;,u:&#039;https://pcrc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดราชบุรี&#039;,u:&#039;https://rcbc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดสมุทรสงคราม&#039;,u:&#039;https://smkc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดสมุทรสาคร&#039;,u:&#039;https://smsc.coj.go.th/th/page/item/index/id/1&#039;},
  {n:&#039;ศาลจังหวัดสุพรรณบุรี&#039;,u:&#039;https://spbc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.กาญจนบุรี&#039;,u:&#039;https://kcbjc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.นครปฐม&#039;,u:&#039;https://nktjc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.ประจวบคีรีขันธ์&#039;,u:&#039;https://pkkjc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.เพชรบุรี&#039;,u:&#039;https://pcrjc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.ราชบุรี&#039;,u:&#039;https://rcbjc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.สมุทรสงคราม&#039;,u:&#039;https://smkjc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.สมุทรสาคร&#039;,u:&#039;https://smsjc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.สุพรรณบุรี&#039;,u:&#039;https://spbjc.coj.go.th&#039;},
  {n:&#039;สำนักศาลยุติธรรมประจำภาค 7 (นครปฐม)&#039;,u:&#039;https://jor7.coj.go.th&#039;},
]},
{id:&#039;r8&#039;,title:&#039;ศาลในสังกัดสำนักศาลยุติธรรมประจำภาค 8&#039;,sub:&#039;จังหวัดในภาคใต้ตอนบน&#039;,icon:&#039;pin&#039;,links:[
  {n:&#039;ศาลแขวงนครศรีธรรมราช&#039;,u:&#039;https://nstmc.coj.go.th&#039;},{n:&#039;ศาลแขวงสุราษฎร์ธานี&#039;,u:&#039;https://srtmc.coj.go.th&#039;},
  {n:&#039;ศาลแขวงทุ่งสง&#039;,u:&#039;https://tnsmc.coj.go.th&#039;},{n:&#039;ศาลแขวงกระบี่&#039;,u:&#039;https://krbmc.coj.go.th&#039;},
  {n:&#039;ศาลแขวงภูเก็ต&#039;,u:&#039;https://phkmc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดกระบี่&#039;,u:&#039;https://krbc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดชุมพร&#039;,u:&#039;https://cmpc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดหลังสวน&#039;,u:&#039;https://lnsc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดนครศรีธรรมราช&#039;,u:&#039;https://nstc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดทุ่งสง&#039;,u:&#039;https://tnsc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดปากพนัง&#039;,u:&#039;https://ppnc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดพังงา&#039;,u:&#039;https://pngc.coj.go.th/th/page/item/index/id/1&#039;},
  {n:&#039;ศาลจังหวัดตะกั่วป่า&#039;,u:&#039;https://tkpc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดภูเก็ต&#039;,u:&#039;https://phkc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดระนอง&#039;,u:&#039;https://rnnc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดสุราษฎร์ธานี&#039;,u:&#039;https://srtc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดเกาะสมุย&#039;,u:&#039;https://smc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดไชยา&#039;,u:&#039;https://cyac.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดเวียงสระ&#039;,u:&#039;https://wsc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.กระบี่&#039;,u:&#039;https://krbjc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.ชุมพร&#039;,u:&#039;https://cmpjc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.นครศรีธรรมราช&#039;,u:&#039;https://nstjc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.ภูเก็ต&#039;,u:&#039;https://phkjc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.ระนอง&#039;,u:&#039;https://rnnjc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.สุราษฎร์ธานี&#039;,u:&#039;https://srtjc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.พังงา&#039;,u:&#039;https://pngjc.coj.go.th&#039;},
  {n:&#039;สำนักศาลยุติธรรมประจำภาค 8 (สุราษฎร์ธานี)&#039;,u:&#039;https://jor8.coj.go.th&#039;},
]},
{id:&#039;r9&#039;,title:&#039;ศาลในสังกัดสำนักศาลยุติธรรมประจำภาค 9&#039;,sub:&#039;จังหวัดในภาคใต้ตอนล่าง&#039;,icon:&#039;pin&#039;,links:[
  {n:&#039;ศาลแขวงสงขลา&#039;,u:&#039;https://sklmc.coj.go.th&#039;},{n:&#039;ศาลแขวงตรัง&#039;,u:&#039;https://trnmc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดตรัง&#039;,u:&#039;https://trnc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดนราธิวาส&#039;,u:&#039;https://nrtc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดปัตตานี&#039;,u:&#039;https://ptnc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดพัทลุง&#039;,u:&#039;https://ptlc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดยะลา&#039;,u:&#039;https://ylac.coj.go.th&#039;},{n:&#039;ศาลจังหวัดเบตง&#039;,u:&#039;https://btnc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดสงขลา&#039;,u:&#039;https://sklc.coj.go.th&#039;},{n:&#039;ศาลจังหวัดนาทวี&#039;,u:&#039;https://ntvc.coj.go.th&#039;},
  {n:&#039;ศาลจังหวัดสตูล&#039;,u:&#039;https://stnc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.ตรัง&#039;,u:&#039;https://trnjc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.นราธิวาส&#039;,u:&#039;https://nrtjc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.ปัตตานี&#039;,u:&#039;https://ptnjc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.พัทลุง&#039;,u:&#039;https://ptljc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.ยะลา&#039;,u:&#039;https://ylajc.coj.go.th&#039;},{n:&#039;ศาลเยาวชนฯ จ.สงขลา&#039;,u:&#039;https://skljc.coj.go.th&#039;},
  {n:&#039;ศาลเยาวชนฯ จ.สตูล&#039;,u:&#039;https://stnjc.coj.go.th&#039;},
  {n:&#039;สำนักศาลยุติธรรมประจำภาค 9 (สงขลา)&#039;,u:&#039;https://jor9.coj.go.th&#039;},
]},
{id:&#039;other&#039;,title:&#039;หน่วยงานอื่นๆ&#039;,sub:&#039;สหกรณ์ ชมรม และโรงพยาบาลในสังกัด&#039;,icon:&#039;office&#039;,links:[
  {n:&#039;สหกรณ์ออมทรัพย์ศาลยุติธรรม&#039;,u:&#039;https://jus.coj.go.th&#039;},
  {n:&#039;ชมรมคู่สมรสตุลาการศาลยุติธรรม&#039;,u:&#039;https://ja.coj.go.th&#039;},
  {n:&#039;โรงพยาบาลตุลาการเฉลิมพระเกียรติฯ&#039;,u:&#039;https://th.coj.go.th&#039;},
]},
];

/* ── Root / stats ─────────────────────────────────────────── */
const ROOT  = document.getElementById(&#039;coj-dir&#039;);
const total = D.reduce((s,g)=&gt;s+g.links.length,0);
document.getElementById(&#039;cdG&#039;).textContent = D.length;
document.getElementById(&#039;cdT&#039;).textContent = total;

/* ── Highlight ────────────────────────────────────────────── */
function hl(t,q){
  if(!q) return t;
  return t.replace(new RegExp(&#039;(&#039;+q.replace(/[.*+?^${}()|[\]\\]/g,&#039;\\$&amp;&#039;)+&#039;)&#039;,&#039;gi&#039;),&#039;&lt;mark&gt;$1&lt;/mark&gt;&#039;);
}

/* ── Build card ───────────────────────────────────────────── */
function mkCard(g,q){
  const fl = q
    ? g.links.filter(l=&gt;l.n.toLowerCase().includes(q.toLowerCase())||l.u.toLowerCase().includes(q.toLowerCase()))
    : g.links;

  const card = document.createElement(&#039;div&#039;);
  card.className = &#039;cd-card&#039;;
  if(q &amp;&amp; fl.length===0){ card.classList.add(&#039;cd-gone&#039;); return card; }

  /* header */
  const hdr = document.createElement(&#039;div&#039;);
  hdr.className = &#039;cd-hdr&#039;;
  hdr.setAttribute(&#039;role&#039;,&#039;button&#039;);
  hdr.setAttribute(&#039;tabindex&#039;,&#039;0&#039;);
  hdr.innerHTML =
    &#039;&lt;div class=&quot;cd-ico&quot;&gt;&#039;+(ICO[g.icon]||ICO.pin)+&#039;&lt;/div&gt;&#039;+
    &#039;&lt;div class=&quot;cd-ttl-wrap&quot;&gt;&#039;+
      &#039;&lt;span class=&quot;cd-ttl&quot;&gt;&#039;+hl(g.title,q)+&#039;&lt;/span&gt;&#039;+
      &#039;&lt;span class=&quot;cd-sub&quot;&gt;&#039;+g.sub+&#039;&lt;/span&gt;&#039;+
    &#039;&lt;/div&gt;&#039;+
    &#039;&lt;span class=&quot;cd-cnt&quot;&gt;&#039;+fl.length+&#039;&lt;/span&gt;&#039;+
    &#039;&lt;span class=&quot;cd-chv&quot;&gt;&#039;+ICO.chevron+&#039;&lt;/span&gt;&#039;;

  /* body */
  const body = document.createElement(&#039;div&#039;);
  body.className = &#039;cd-body&#039;;
  const grid = document.createElement(&#039;div&#039;);
  grid.className = &#039;cd-grid&#039;;

  fl.forEach((lk,i)=&gt;{
    const a = document.createElement(&#039;a&#039;);
    a.className = &#039;cd-link&#039;;
    a.href = lk.u; a.target=&#039;_blank&#039;; a.rel=&#039;noopener noreferrer&#039;;
    a.innerHTML =
      &#039;&lt;span class=&quot;cd-lnum&quot;&gt;&#039;+(i+1)+&#039;&lt;/span&gt;&#039;+
      &#039;&lt;span class=&quot;cd-lname&quot;&gt;&#039;+hl(lk.n,q)+&#039;&lt;/span&gt;&#039;+
      (lk.note?&#039;&lt;span class=&quot;cd-lnote&quot;&gt;&#039;+lk.note+&#039;&lt;/span&gt;&#039;:&#039;&#039;)+
      &#039;&lt;span class=&quot;cd-larr&quot;&gt;&#039;+ICO.arrow+&#039;&lt;/span&gt;&#039;;
    grid.appendChild(a);
  });

  body.appendChild(grid);
  card.appendChild(hdr);
  card.appendChild(body);

  const tog = () =&gt; {
    const o = body.classList.contains(&#039;cd-open&#039;);
    body.classList.toggle(&#039;cd-open&#039;,!o);
    hdr.classList.toggle(&#039;cd-open&#039;,!o);
  };
  hdr.addEventListener(&#039;click&#039;, tog);
  hdr.addEventListener(&#039;keydown&#039;, e=&gt;{ if(e.key===&#039;Enter&#039;||e.key===&#039; &#039;){ e.preventDefault(); tog(); } });
  if(q &amp;&amp; fl.length&gt;0){ body.classList.add(&#039;cd-open&#039;); hdr.classList.add(&#039;cd-open&#039;); }
  return card;
}

/* ── Render ───────────────────────────────────────────────── */
function render(q){
  const m  = document.getElementById(&#039;cdM&#039;);
  m.innerHTML = &#039;&#039;;
  let vis=0, found=0;
  D.forEach(g=&gt;{
    const c = mkCard(g,q);
    m.appendChild(c);
    if(!c.classList.contains(&#039;cd-gone&#039;)){
      vis++;
      found += q
        ? g.links.filter(l=&gt;l.n.toLowerCase().includes(q.toLowerCase())||l.u.toLowerCase().includes(q.toLowerCase())).length
        : g.links.length;
    }
  });
  const el=document.getElementById(&#039;cdE&#039;), sw=document.getElementById(&#039;cdSW&#039;);
  if(q &amp;&amp; vis===0){
    el.classList.add(&#039;cd-show&#039;);
    document.getElementById(&#039;cdEQ&#039;).textContent = q;
    sw.style.display=&#039;flex&#039;; document.getElementById(&#039;cdF&#039;).textContent=0;
  } else {
    el.classList.remove(&#039;cd-show&#039;);
    if(q){ sw.style.display=&#039;flex&#039;; document.getElementById(&#039;cdF&#039;).textContent=found; }
    else  sw.style.display=&#039;none&#039;;
  }
}

/* ── Expand / Collapse ────────────────────────────────────── */
window.cdAll = function(open){
  ROOT.querySelectorAll(&#039;.cd-body&#039;).forEach(b=&gt;b.classList.toggle(&#039;cd-open&#039;,!!open));
  ROOT.querySelectorAll(&#039;.cd-hdr&#039;).forEach(h=&gt;h.classList.toggle(&#039;cd-open&#039;,!!open));
};

/* ── Search ───────────────────────────────────────────────── */
let timer;
const inp=document.getElementById(&#039;cdQ&#039;), clr=document.getElementById(&#039;cdX&#039;);
inp.addEventListener(&#039;input&#039;,()=&gt;{
  clearTimeout(timer);
  const q=inp.value.trim();
  clr.classList.toggle(&#039;cd-show&#039;, q.length&gt;0);
  timer = setTimeout(()=&gt;render(q), 200);
});
clr.addEventListener(&#039;click&#039;,()=&gt;{
  inp.value=&#039;&#039;; clr.classList.remove(&#039;cd-show&#039;); render(&#039;&#039;); inp.focus();
});

render(&#039;&#039;);
}());
&lt;/script&gt;</description>
                </item></channel></rss>