@charset "utf-8";

.sys-root > .in
{
    background-image:url(https://ws.hl.gov.tw/001/Upload/559/sites/pagebackimage/2cd24057-2e31-487f-a9f3-1fc502ec46ab.png)  !important;
}
.simple-text.major-logo .ct a {
background-image:url(https://ws.hl.gov.tw/001/Upload/559/sites/pagebackimage/3081118a-7348-4969-ba02-69d5c57050a7.png)  !important;
}
.simple-text.minor-logo .ct a {
background-image:url(https://ws.hl.gov.tw/001/Upload/559/sites/pagebackimage/3081118a-7348-4969-ba02-69d5c57050a7.png)  !important;
}
.sys-root .base-header{
    background-image:url(https://ws.hl.gov.tw/001/Upload/559/sites/pagebackimage/8be4c122-e265-41ad-a1d1-bc8df735d40a.png)  !important;
}
/* table & list
**************************************** */
  table { width: 100%; }
  
  /* --- table_default --- */
  .table_default {
    width: calc(100% - 80px);
    margin-right: 40px;
    margin-left: 40px;
  }
  .table_default th, 
  .table_default td {
    padding: 28px 16px;
  }
  .table_default th {
    width: 200px;
    border-bottom: 1px solid #0D1A05;
  }
  .table_default td {
    padding: 28px 52px;
    border-bottom: 1px solid #B8B8B8;
    border-left: 8px solid #fff;
  }
  .bg-gry .table_default td {
    border-left: 8px solid #f4f4f4;
  }

  /* --- table_line --- */
  .table_line th,
  .table_line td {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
    color: #3c473f;
    text-align: center;
    font-size: 94%;
  }
  .table_line th {
    background-color: #d2d2d2;
    border: 1px solid #888;
  }
  .table_line thead th {
    background-color: #2D3A30;
    border: 1px solid #2D3A30;
    border-right-color: rgba(255, 255, 255, .5);
    color: #fff;
  }
  .table_line thead th:last-child {
    border-right-color: #2D3A30;
    border-left-color: rgba(255, 255, 255, .5);
  }
  .table_line td {
    border: 1px solid #888;
    font-size: 93%;
  }

  /* --- list ---- */
  .list {
    max-width: 748px;
    margin-right: auto;
    margin-left: auto;
    list-style-type: none;
  }
  .list li:not(:last-child) { margin-bottom: 16px; }
  .list li {
    position: relative;
    padding-left: 1.4em;
  }
  .list-disc li::before,
  .list-square li::before,
  .list-circle li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .6em;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background-color: #2D3A30;
  }
  /* æ•°å­—ä»˜ããƒªã‚¹ãƒˆ */
  .list-num li {
    counter-increment: title;
    text-indent: -2em;
    padding-left: 2em;
  }
  .list-num li::before {
    content: counter(title);
    background-color: #2d3a30;
    border-radius: 50%;
    padding: 3px 9px;
    margin-right: 6px;
    color: #fff;
    font-family: 'å¾®è»Ÿæ­£é»‘é«”';
  }
  /* ç™½ä¸¸ä»˜ããƒªã‚¹ãƒˆ */
  .list-circle li::before {
    border: 1px solid #2D3A30;
    background-color: transparent;
  }
  /* å››è§’ä»˜ããƒªã‚¹ãƒˆ */
  .list-square li::before {
    border-radius: 0;
    background-color: #2D3A30;
  }
  /* å…¥ã‚Œå­ã®ã‚¹ã‚¿ã‚¤ãƒ« */
  .list li ul { margin-top: 16px; }
  .list li ul li::before {
    width: 10px;
    height: 10px;
    top: .55em;
  }

  /* --- dlãƒªã‚¹ãƒˆ --- */
  .list-dl {
    position: relative;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    border-top: 1px solid #BFBFBF;
  }
  .list-dl dt {
    position: absolute;
    width: 200px;
    padding-top: calc(16px + 1em);
    color: #3C473F;
    font-weight: 700;
    text-align: center;
    font-size: 94%;
  }
  .list-dl dd {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 180px;
    padding-right: 56px;
    border-bottom: 1px solid #BFBFBF;
  }

