﻿@charset "UTF-8";
/* 編輯器可能會警示 MODA.$BaseFSize 為未宣告，但實際編譯沒問題 */
body {
  font-family: "Microsoft JhengHei", sans-serif;
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
  background-color: rgba(16, 169, 246, 0.4078431373);
}

.nav-link {
  padding: 2px 0;
}

.TpResearch {
  border: 3px solid #ffffff;
  padding: 15px 20px;
  width: 100%;
  height: 645px;
  background-color: rgb(189, 215, 238);
}
.TpResearch .title {
  color: rgb(0, 51, 204);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 900;
  font-size: 2.1875rem;
}
.TpResearch .img-thumbnail {
  background-color: rgb(28, 68, 104);
}
.TpResearch .downloadContainer {
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: center;
}
.TpResearch .suggContainer {
  margin-top: 15px;
  text-align: center;
}
.TpResearch .suggContainer .sugg {
  color: #0000ff !important;
  font-size: 1.5rem;
  font-weight: 800;
}
.TpResearch .TpResearchTitle-sm {
  display: none;
}
.TpResearch .TpResearchTitle {
  height: 70px;
}
.TpResearch .TpResearchTitle h3 {
  vertical-align: middle;
  text-align: center;
  color: #0000ff;
}

#pFullSpinner {
  z-index: 999999;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#pFullSpinner .spinner-border {
  margin: 150px calc(50% - 20px);
}

#TrafficInfo {
  font-size: 0.9375rem;
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
  width: 100%;
}
#TrafficInfo .Info {
  display: inline-block;
}
#TrafficInfo .InfoPhone {
  display: none;
}

.d-sm-inline {
  display: inline-block;
}

.pway-table {
  margin-top: 2vh;
  border-collapse: separate;
  border-spacing: 0 0.8em;
}
.pway-table .sm-show {
  display: none;
}
.pway-table th, .pway-table td {
  text-align: center;
}
.pway-table thead {
  font-size: 1.25rem;
}
.pway-table thead th, .pway-table thead td {
  min-width: 100px;
  background-color: transparent;
}
.pway-table tbody {
  font-size: 1.125rem;
}
.pway-table tbody td {
  min-width: 80px;
}
.pway-table tbody th {
  min-width: 100px;
}
.pway-table tbody th:first-child {
  border-radius: 10px 0 0 10px;
}
.pway-table tfoot {
  font-size: 1.125rem;
}
.pway-table tfoot td, .pway-table tfoot th {
  background-color: rgb(198, 217, 241);
}
.pway-table tfoot th:first-child {
  border-radius: 10px 0 0 10px;
}
.pway-table tfoot td:last-child {
  border-radius: 0 10px 10px 0;
}
.pway-table tfoot .pway-note1 {
  font-size: 0.75rem;
  background-color: transparent;
  text-align: left;
  color: rgba(47, 59, 176, 0.8);
}
.pway-table tfoot .pway-note2 {
  font-size: 1rem;
  background-color: transparent;
  text-align: right;
}

#charts {
  height: 775px;
}

.bg {
  width: 100%;
  background: url("../images/Home_BG_top.jpg") top center no-repeat, url("../images/Home_BG_bottom.jpg") bottom center no-repeat;
  background-size: 100% 737px, 100% 683px;
}

.diffqty, .compareqty {
  text-align: right;
  float: right;
  display: inline-block;
}

.diffqty {
  width: 35px;
}

.compareqty {
  width: 25px;
}

#navMain {
  width: 1500px;
  position: absolute;
  top: 0;
  left: calc(50vw - 750px);
}
#navMain .navbar-collapse ul {
  display: none;
}
#navMain .navbar-brand {
  letter-spacing: 3px;
  font-size: 1.875rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}
#navMain .navbar-brand img {
  width: 50px;
  height: 50px;
}
#navMain .navbar-brand span {
  vertical-align: middle;
}

.DashTitle {
  font-size: 2.8125rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  letter-spacing: 15px;
  line-height: 1.75rem;
  padding-top: 40px;
  margin-bottom: 5px;
}

.DashTitleDue {
  font-size: 1.5625rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 5px;
}

.SubTitle {
  font-size: 2.8125rem;
  color: #000;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  letter-spacing: 8px;
  text-align: center;
  margin-bottom: 0;
}

.SubTitleDue {
  font-size: 1.5625rem;
  color: #000;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 0;
}

.SubSubTitle {
  font-size: 1.875rem;
  color: #000;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  letter-spacing: 8px;
  text-align: center;
  margin-bottom: 0;
}

#MainBtns {
  margin: 10px 120px;
}
#MainBtns .btn-custom {
  font-size: 2.1875rem;
  font-weight: bold;
  letter-spacing: 5px;
  background-color: rgba(47, 59, 176, 0.8);
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  border-radius: 5px;
  box-shadow: 5px 5px 5px 5px rgba(255, 255, 255, 0.3);
  height: 120px;
  display: inline-grid;
  text-align: center;
}
#MainBtns .btn-custom span {
  vertical-align: middle;
  margin: auto;
}
#MainBtns .btn-custom:hover {
  background-color: rgba(47, 59, 176, 0.7);
  color: #ffffff;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
}

.col {
  background: linear-gradient(to right, cornsilk, #ffffff);
  padding: 12px;
  border-radius: 10px;
}

.chart-title-container {
  width: 100%;
  position: absolute;
  top: 120px;
  left: 0;
}
.chart-title-container div {
  display: inline-grid;
  vertical-align: bottom;
}
.chart-title-container .chart-title {
  position: relative;
  margin: 0 auto;
  display: flex;
  width: 920px;
  text-align: left;
  color: #fff;
}
.chart-title-container .chart-title p {
  padding: 0;
  margin: 0;
}
.chart-title-container .chart-title .chart-due {
  font-size: 0.9375rem;
}
.chart-title-container .chart-title .chart-subject {
  font-size: 2.1875rem;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  font-weight: bold;
}
.chart-title-container .chart-title .chart-legend {
  font-size: 1.25rem;
}
.chart-title-container .chart-title .chart-legend .chart-legend-box {
  width: 12px;
  height: 12px;
  border: 0.5px solid grey;
  display: inline-block;
}

.OrderChartContainer {
  display: flex;
  background-color: rgba(118, 200, 149, 0.7);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  width: 1140px;
  margin: 100px auto;
  padding: 60px 30px 15px 30px;
}
.OrderChartContainer .OrderChart {
  padding: 10px;
  margin: 50px 5px 50px 40px;
  height: 400px;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}

.chart-card {
  width: auto;
  padding: 10px;
  height: 400px;
  text-align: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  margin: 50px 70px 50px 5px;
}

#title-container {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.8);
  padding: 25px;
  border-radius: 10px;
}

#title {
  font-size: 1.25rem;
}

.container {
  display: flex;
  flex-direction: column;
}

.header {
  padding: 10px;
  background-color: transparent;
  text-align: center;
}

.left-panel {
  flex: 1;
  padding: 10px;
}

.SubPane {
  margin-top: 20px;
}

.map-container {
  position: relative;
  margin: 0 auto;
}

#map {
  height: 900px;
  width: 800px;
  position: relative;
}

#imgSubject {
  height: 680px;
  width: auto;
}

#imgContainer {
  width: 1100px;
  margin: 15px;
}

.right-panel {
  flex: 0 0 300px;
  padding: 10px;
  background-color: #fff;
  overflow-y: auto;
}

.total {
  text-align: center;
}

.total-number {
  font-size: 1.25rem;
  color: red;
  font-weight: bold;
}

#pUnit {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Microsoft JhengHei", sans-serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1);
}

#btns {
  z-index: 2000;
  margin-left: 15px;
  width: 340px;
}
#btns.fullwidth {
  width: 1140px;
}
#btns .labels {
  display: flex;
  flex-wrap: wrap;
}
#btns .label {
  flex: 1 1 45%;
  margin: 2px;
  padding: 7px;
  border-radius: 5px;
  color: #000000;
  text-align: center;
  font-size: 1rem;
  font-family: "Microsoft JhengHei", sans-serif;
}
#btns .label.nopointer {
  cursor: default;
  pointer-events: none;
}

#imgPwayList {
  width: 400px;
  margin-top: 100px;
}

#imgPwayMap {
  width: 800px;
  padding: 20px 100px;
}

#legend {
  z-index: 2000;
  background: white;
  padding: 10px;
  border: 1px solid black;
}
#legend .legend-bars {
  position: relative;
  height: 20px;
  width: 200px;
  background: linear-gradient(to right, #d02f2f, #f25f25, #fcbd2b, #51d665);
}
#legend .legend-bars .bar {
  height: 15px;
  width: 25%;
}
#legend .legend-unit {
  padding-top: 30px;
  padding-left: 23px;
  display: inline-block;
}
#legend h2 {
  margin: 0;
  font-size: 1rem;
}
#legend ul {
  list-style: none;
  padding: 0;
}
#legend ul li {
  display: flex;
  align-items: center;
}
#legend ul li span {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}

#csDisseminate {
  max-width: 71.25rem;
  margin: 0 auto;
}
#csDisseminate .carousel-indicators [data-bs-target] {
  height: 6px;
  width: 50px;
}
#csDisseminate .carousel-control-prev {
  left: -100px;
}
#csDisseminate .carousel-control-next {
  right: -100px;
}
#csDisseminate .carousel-indicators {
  bottom: -50px;
}
#csDisseminate .carousel-item {
  transition: transform 0.6s ease-in-out;
}
#csDisseminate .carousel-item .active.carousel-item-start, #csDisseminate .carousel-item .active.carousel-item-end {
  transition: opacity 0s 0.6s;
}
#csDisseminate .carousel-item.disseminate-rounding .title-link {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
#csDisseminate .carousel-item.disseminate-rounding .title-link a {
  font-size: 2rem;
}

#csCharts {
  width: 100%;
}
#csCharts .carousel-control-next {
  right: 70px;
}
#csCharts .carousel-control-prev {
  left: 70px;
}
#csCharts .carousel-control-next-icon, #csCharts .carousel-control-prev-icon {
  width: 10em;
  height: 10em;
  background-size: 100% 100%;
}
#csCharts .carousel-control-next, #csCharts .carousel-control-prev {
  border: none;
  background-color: transparent;
}
#csCharts .carousel-indicators {
  bottom: auto;
  top: 10px;
}
#csCharts .carousel-indicators li {
  background-color: #0000ff;
  opacity: 0.2;
}
#csCharts .carousel-indicators button {
  background-color: transparent !important;
  height: 25px !important;
  text-indent: initial !important;
  width: auto !important;
  font-size: 2.1875rem;
  font-weight: bold;
  letter-spacing: 5px;
  margin-left: 30px;
  color: rgb(68, 113, 133);
  opacity: 1;
}
#csCharts .carousel-indicators button.active {
  color: rgb(13, 13, 13);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.header {
  margin: 0;
  padding: 0;
}

.content {
  padding: 0 calc(50vw - 700px);
  margin-bottom: 50px;
}

.smallCircles .col-md-4 {
  height: 250px;
}

.card {
  margin: 10px 0;
}

.circle {
  border-radius: 50%;
  width: 350px;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: rgb(86, 85, 85);
  font-weight: 400;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  font-stretch: normal;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  position: relative;
  background: linear-gradient(to right, rgb(1, 92, 121) 50%, rgb(65, 137, 162) 50%);
  transform: scale(0.85, 0.85);
}
.circle.small {
  transform: scale(0.7, 0.7);
  transform-origin: top;
}
.circle p, .circle span {
  margin-bottom: 2px;
}
.circle.color1 {
  background: linear-gradient(to right, rgb(229, 128, 14) 50%, rgba(229, 128, 14, 0.5) 50%);
}
.circle.color2 {
  background: linear-gradient(to right, rgb(164, 48, 197) 50%, rgba(164, 48, 197, 0.5) 50%);
}
.circle.color3 {
  background: linear-gradient(to right, rgb(195, 73, 122) 50%, rgba(195, 73, 122, 0.5) 50%);
}
.circle.color4 {
  background: linear-gradient(to right, rgb(43, 137, 15) 50%, rgba(43, 137, 15, 0.5) 50%);
}
.circle.color5 {
  background: linear-gradient(to right, rgb(70, 51, 179) 50%, rgba(70, 51, 179, 0.5) 50%);
}
.circle.color6 {
  background: linear-gradient(to right, rgb(238, 213, 59) 50%, rgba(238, 213, 59, 0.5) 50%);
}
.circle .inner-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: white;
  border-radius: 50%;
  z-index: 1;
}
.circle .title {
  font-size: 2.1875rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: 2.1875rem;
}
.circle .BigNumber {
  font-size: 5rem;
  font-weight: 900;
  font-family: "Microsoft JhengHei", Verdana, "Arial Black", Arial;
  margin: 0;
  padding: 0;
}
.circle .BigNumber .unit {
  font-size: 2.5rem;
  margin: 0;
  padding: 0;
}
.circle .subtitle {
  font-size: 1.5625rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.circle .SmallNumber {
  font-size: 1.5625rem;
  font-weight: 900;
  font-family: "Microsoft JhengHei", Verdana;
  margin: 0;
  padding: 0;
}

#NavPane {
  margin-right: 15px;
  /*    position: absolute;
      top: 50px;
      left: 50px;
      z-index: 3000;
  */
}
#NavPane .nav-buttons button {
  margin: 2px 0;
  padding: 2px 3px;
  color: #002e5d;
  border: 2px solid #002e5d;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s, box-shadow 0.3s;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: left;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1);
  background-color: transparent;
  cursor: pointer;
  line-height: 1.5rem;
  height: 45px;
}
#NavPane .nav-buttons button:hover {
  background-color: #ace8f3;
}
#NavPane .nav-buttons button.active {
  background-color: #fff;
}
#NavPane .nav-buttons button.side-by-side {
  display: flex;
  align-items: center;
  justify-content: start;
}
#NavPane .nav-buttons .collapse {
  padding: 10px 5px 10px 50px;
}
#NavPane .nav-buttons .collapse a {
  color: #002e5d;
  font-size: 1.5625rem !important;
  font-weight: bold;
}
#NavPane .nav-buttons .collapse a.active {
  color: rgba(0, 0, 255, 0.8);
  font-style: italic;
}

.site-footer {
  padding: 5px 0;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  margin-top: 200px;
}
.site-footer .navbar {
  padding: 0;
}
.site-footer .navbar .navbar-brand {
  display: none;
}
.site-footer .navbar .nav-item {
  margin: 5px 0;
}
.site-footer .navbar .nav-item .nav-link {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
.site-footer .navbar .nav-item .nav-link:hover {
  color: #ccc;
}
.site-footer .navbar .navbar-toggler {
  border: none;
  outline: none;
}
.site-footer .navbar .navbar-toggler .navbar-toggler-icon {
  color: #004c8c;
}
.site-footer .footer-contact {
  margin-top: 20px;
}
.site-footer .footer-contact p {
  margin: 5px 0;
  font-size: 1rem;
  color: #fff;
}

.note {
  margin-top: 10px;
  font-size: 0.875rem;
}
.note li {
  margin: 5px 0;
}

#mapSpinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  display: inline-flex;
}
#mapSpinner .spinner-border {
  display: inline-grid;
  width: 55px;
  height: 55px;
  margin: 200px auto;
}

#back {
  position: absolute;
  top: -58px;
  right: calc(50vw - 730px);
  width: 70px;
}

#pSumDate {
  position: absolute;
  top: 5px;
  right: calc(50vw - 730px);
  font-size: 1rem;
}

@media (max-width: 576px) {
  .bg {
    background: none;
    background-color: rgb(125, 197, 221);
    padding-left: 10px;
    padding-right: 10px;
  }
  .TpResearch {
    padding: 5px 5px;
    height: auto;
  }
  .TpResearch .title {
    font-size: 1.5625rem;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .TpResearch .TpResearchTitle {
    display: none;
  }
  .TpResearch .TpResearchTitle-sm {
    margin-left: 3px;
    display: inline-block;
    font-size: 1rem;
    color: #0000ff;
    height: 35px;
  }
  .TpResearch .img-thumbnail {
    height: 100px;
    width: 100px;
    margin: 5px calc(25vw - 60px);
  }
  .TpResearch .downloadContainer {
    margin-top: 10px;
    margin-bottom: 8px;
    text-align: center;
  }
  .TpResearch .downloadContainer i.fa-4x {
    display: none;
  }
  .TpResearch .suggContainer {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .TpResearch .suggContainer .sugg {
    font-size: 0.875rem;
  }
  #TrafficInfo {
    font-size: 13px;
    bottom: 3px;
  }
  #TrafficInfo .Info {
    display: none;
  }
  #TrafficInfo .InfoPhone {
    display: inline-block;
  }
  .d-md-inline {
    display: block;
  }
  #csDisseminate .carousel-indicators [data-bs-target] {
    width: 30px;
  }
  #csDisseminate .carousel-control-prev {
    left: -20px;
  }
  #csDisseminate .carousel-control-next {
    right: -20px;
  }
  #csDisseminate .carousel-indicators {
    bottom: -50px;
  }
  #csDisseminate .carousel-item.disseminate-rounding .title-link {
    top: 2px;
  }
  #csDisseminate .carousel-item.disseminate-rounding .title-link a {
    font-size: 1rem;
  }
  .site-footer {
    margin-top: 30px;
  }
  #imgPwayList {
    width: 100%;
    margin-top: 20px;
  }
  #imgPwayMap {
    width: 100%;
    padding: 0;
  }
  .sm-hidden {
    display: none;
  }
  .pway-table {
    margin-top: 5px;
  }
  .pway-table .sm-show {
    display: block;
  }
  .pway-table thead th, .pway-table thead td {
    min-width: 70px;
  }
  .pway-table tbody th {
    min-width: 70px;
  }
  .pway-table tfoot {
    font-size: 1rem;
  }
  .content .col-md-4 {
    height: 270px;
  }
  #back {
    right: 10px;
  }
  #pSumDate {
    right: 10px;
  }
  .DashTitle {
    font-size: 2.1875rem;
    padding-top: 80px;
  }
  .DashTitleDue {
    font-size: 18px;
    font-weight: normal;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
  }
  .SubTitle {
    font-size: 1.5625rem;
    color: #000;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 0;
  }
  .SubTitleDue {
    font-size: 18px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
  }
  .SubSubTitle {
    font-size: 1.25rem;
    color: #000;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
  }
  #NavPane {
    display: none;
  }
  #MainBtns {
    margin: 15px 2px;
  }
  #MainBtns .btn-custom {
    font-size: 1rem;
    letter-spacing: 1px;
    background-color: rgba(47, 59, 176, 0.8);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    height: 50px;
    line-height: 1rem;
    padding: 0 16px;
  }
  #MainBtns .btn-custom:hover {
    background-color: rgba(47, 59, 176, 0.7);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .SubPane {
    margin-top: 40px;
  }
  #mapSpinner {
    background-color: rgb(125, 197, 221);
  }
  #mapSpinner .spinner-border {
    margin: 150px auto;
    align-self: auto;
  }
  .map-container {
    padding-left: 5px;
    padding-right: 5px;
    display: block !important;
  }
  #map {
    height: 500px;
    width: 100%;
    /*
    width: calc(100vw - 30px);
    margin-left: 10px;
    margin-right: 10px;
    border:1px solid white;
    */
  }
  #imgSubject {
    height: auto;
    width: 100%;
  }
  #imgContainer {
    width: 100%;
    margin: 15px auto;
  }
  #btns {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
  }
  #btns.fullwidth {
    width: 100%;
  }
  #btns .label {
    padding: 3px;
  }
  .chart-title-container {
    top: 50px;
    padding: 5px;
  }
  .chart-title-container .chart-title {
    width: 100%;
  }
  .chart-title-container .chart-title .chart-due {
    font-size: 1rem;
  }
  .chart-title-container .chart-title .chart-subject {
    font-size: 18px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  }
  .chart-title-container .chart-title .col-6 {
    width: 100%;
  }
  .chart-title-container .chart-title .col-3 {
    width: auto;
    position: absolute;
    top: 5px;
    right: 0px;
  }
  .chart-title-container .chart-title .chart-legend {
    font-size: 10px;
  }
  .chart-title-container .chart-title .chart-legend .chart-legend-box {
    width: 10px;
    height: 10px;
  }
  .chart-card {
    height: auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    margin: 2px;
    padding: 5px;
    display: flex;
  }
  .chart-card .SubTitle {
    font-size: 1rem;
  }
  .chart-card .SubSubTitle {
    font-size: 1rem;
  }
  #charts {
    position: relative;
    height: auto;
    /*.col-8 {
        width:100%;
    }

    .col-4 {
        position: absolute;
        bottom: 25px;
        left:0;
        width:350px;
        height: 150px;
    }*/
  }
  #charts .OrderChartContainer {
    display: block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    width: 100%;
    margin: 2px auto;
    padding: 60px 5px 5px 5px;
  }
  #charts .OrderChartContainer .OrderChart {
    padding: 5px;
    margin: 50px 0px 2px 0;
    height: 220px;
  }
  #charts .carousel-control-next {
    right: -5px;
  }
  #charts .carousel-control-prev {
    left: -5px;
  }
  #charts .carousel-control-next-icon, #charts .carousel-control-prev-icon {
    width: 2.5em;
    height: 2.5em;
  }
  #charts .carousel-indicators {
    top: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }
  #charts .carousel-indicators button {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-left: 10px;
    color: #eee;
  }
  #charts .carousel-indicators button.active {
    font-weight: 500;
    color: #11f;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  }
  #charts .col-8, #charts col-4 {
    padding: 0;
  }
  .circle {
    width: 300px;
    height: 300px;
    margin-bottom: 10px;
  }
  .circle * {
    transform: scale(0.9, 0.9);
  }
  .circle.small {
    transform: scale(0.8, 0.8);
    transform-origin: center;
  }
  #navMain {
    width: calc(100% + 10px);
    margin: inherit;
    padding: 5px 20px;
    background-color: #48add3 !important;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: -10px;
  }
  #navMain .navbar-brand {
    letter-spacing: 1px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  }
  #navMain .navbar-brand img {
    width: 32px;
    height: 32px;
  }
  #navMain .navbar-collapse ul {
    display: block;
    background-color: #fff;
  }
  #navMain .navbar-collapse ul a {
    font-size: 1rem;
    color: #000;
  }
  .site-footer p {
    line-height: 1.25rem;
  }
  .site-footer a {
    padding: 0;
  }
  .site-footer .footer-contact p {
    margin: 0;
    font-size: 1rem;
    color: #fff;
  }
  .ol-viewport {
    touch-action: auto !important;
  }
}
@media (max-width: 1400px) and (min-width: 577px) {
  #pUnit {
    font-size: 0.875rem;
  }
  .compareqty {
    font-size: 0.75rem;
    width: 18px;
  }
  .site-footer .footer-contact p {
    margin: 0;
  }
  .bg {
    padding-left: 15px;
    padding-right: 15px;
  }
  .TpResearch {
    height: auto;
  }
  .TpResearch .title {
    font-size: 1.375rem;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .TpResearch .TpResearchTitle {
    height: 35px;
  }
  .TpResearch .TpResearchTitle h3 {
    font-size: 1rem;
  }
  .TpResearch .suggContainer {
    margin-top: 8px;
  }
  .TpResearch .suggContainer .sugg {
    font-size: 1rem;
  }
  #csDisseminate .carousel-indicators [data-bs-target] {
    width: 30px;
  }
  #csDisseminate .carousel-control-prev {
    left: -20px;
  }
  #csDisseminate .carousel-control-next {
    right: -20px;
  }
  #csDisseminate .carousel-indicators {
    bottom: -50px;
  }
  #csDisseminate .carousel-item.disseminate-rounding .title-link {
    top: 8px;
  }
  #csDisseminate .carousel-item.disseminate-rounding .title-link a {
    font-size: 22px;
  }
  #imgPwayList {
    width: 100%;
  }
  #imgPwayMap {
    width: 100%;
    padding: 0;
  }
  .pway-table {
    margin-top: 1vh;
  }
  .pway-table thead th, .pway-table thead td {
    font-size: 1.125rem;
    min-width: 90px;
  }
  .pway-table tbody th {
    font-size: 0.875rem;
    min-width: 70px;
  }
  .pway-table tfoot th, .pway-table tfoot th {
    font-size: 0.875rem;
    min-width: 70px;
  }
  #back {
    position: absolute;
    top: -58px;
    right: 10px;
    width: 70px;
  }
  #pSumDate {
    position: absolute;
    top: -30px;
    right: 10px;
    width: 70px;
  }
  .DashTitle {
    margin-top: 0;
    padding-top: 60px;
    font-size: 40px;
  }
  #mapSpinner {
    background-color: rgba(16, 169, 246, 0.4078431373);
  }
  #mapSpinner .spinner-border {
    margin: 150px auto;
    align-self: auto;
  }
  .content .col-md-4 {
    height: 260px;
  }
  .smallCircles .col-md-4 {
    height: 200px;
  }
  .circle {
    width: 270px;
    height: 270px;
    margin-bottom: 10px;
  }
  .circle * {
    transform: scale(0.8, 0.8);
  }
  .circle.small {
    transform: scale(0.7, 0.7);
    transform-origin: top;
  }
  .circle .inner-circle {
    width: 270px;
    height: 270px;
  }
  #navMain {
    width: calc(100% + 30px);
    margin: inherit;
    background-color: #48add3 !important;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: -15px;
    padding: 0 15px;
  }
  #navMain .navbar-brand {
    letter-spacing: 1px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  }
  #navMain .navbar-brand img {
    width: 20px;
    height: 20px;
  }
  #navMain .navbar-toggler {
    transform: scale(0.8, 0.8);
  }
  #navMain .navbar-collapse ul {
    display: block;
    background-color: #fff;
  }
  #navMain .navbar-collapse ul a {
    font-size: 1rem;
    color: #000;
  }
  .map-container {
    padding-left: 25px;
    padding-right: 25px;
    height: 900px;
  }
  #map {
    width: calc(100vw - 315px);
  }
  #btns {
    right: 0;
  }
  #btns.fullwidth {
    width: 100%;
  }
  #MainBtns {
    margin: 10px 20px;
  }
  #MainBtns .btn-custom {
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 5px;
    background-color: rgba(47, 59, 176, 0.8);
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    border-radius: 0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    height: 90px;
    display: inline-grid;
    text-align: center;
  }
  #MainBtns .btn-custom span {
    vertical-align: middle;
    margin: auto;
  }
  #MainBtns .btn-custom:hover {
    background-color: rgba(47, 59, 176, 0.7);
    color: #ffffff;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  }
  .chart-title-container {
    top: 45px;
    padding: 5px;
  }
  .chart-title-container .chart-title {
    width: 100%;
  }
  .chart-title-container .chart-title .chart-due {
    font-size: 1.5625rem;
  }
  .chart-title-container .chart-title .chart-subject {
    font-size: 1.875rem;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  }
  .chart-title-container .chart-title .col-6 {
    width: 100%;
    padding-left: 15px !important;
  }
  .chart-title-container .chart-title .col-3 {
    width: auto;
    position: absolute;
    top: 5px;
    right: 15px;
  }
  .chart-title-container .chart-title .chart-legend {
    font-size: 1rem;
  }
  .chart-title-container .chart-title .chart-legend .chart-legend-box {
    width: 10px;
    height: 10px;
  }
  .chart-card {
    width: 95%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    margin: 50px 2px 5px 2px;
  }
  .chart-card .SubTitle {
    font-size: 1.875rem;
  }
  .chart-card .SubSubTitle {
    font-size: 1.5625rem;
  }
  #charts .OrderChartContainer {
    background-color: rgba(118, 200, 149, 0.7);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 25px;
    width: 100%;
    margin: 2px auto;
    padding: 60px 5px 5px 15px;
  }
  #charts .OrderChartContainer .OrderChart {
    padding: 5px;
    margin: 50px 0 15px 0;
  }
  #charts .carousel-control-next {
    right: -5px;
  }
  #charts .carousel-control-prev {
    left: -5px;
  }
  #charts .carousel-control-next-icon, #charts .carousel-control-prev-icon {
    width: 2.5em;
    height: 2.5em;
  }
  #charts .carousel-indicators {
    top: -10px;
    margin-left: 5px;
    margin-right: 5px;
  }
  #charts .carousel-indicators button {
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-left: 10px;
    color: #eee;
  }
  #charts .carousel-indicators button.active {
    font-weight: 500;
    color: #11f;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  }
  #charts .col-8, #charts col-4 {
    padding: 0;
  }
  /*    #csCharts {
          width: 100%;
          //margin: 30px auto;

          .carousel-control-next, .carousel-control-prev {
              border: none;
              background-color: transparent;
          }

          .carousel-indicators {
              bottom: auto;
              top: 10px;

              li {
                  background-color: #0000ff;
                  opacity: 0.2;
              }

              button {
                  background-color: transparent !important;
                  height: 25px !important;
                  text-indent: initial !important;
                  width: auto !important;
                  font-size: MODA.$FSize_35px;
                  font-weight: bold;
                  letter-spacing: 5px;
                  margin-left: 30px;
                  color: rgb(68, 113, 133);
                  opacity: 1;

                  &.active {
                      color: rgb(13,13,13);
                      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
                  }
              }
          }
      }
  */
  #NavPane {
    display: none;
  }
  #imgSubject {
    height: auto;
    width: 100%;
  }
  #imgContainer {
    margin: 15px auto;
  }
}
.select-nav {
  margin-top: 10px;
  padding: 15px 10px;
  background-image: linear-gradient(to right, rgb(160, 229, 202), white);
  cursor: pointer;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.select-nav .words {
  margin: 0 10px 0 auto;
  font-size: 18px;
  font-weight: 500;
}
.select-nav .smallCircles .col-md-4 {
  height: 220px;
}

.ol-zoom-out,
.ol-zoom-in {
  width: 33px !important;
  height: 33px !important;
}

.ol-viewport {
  touch-action: auto !important;
}

.flex-br {
  width: 100%;
  height: 0;
  margin-bottom: 0;
}

/*

// 行人XX時相專用-橫向滿版無地圖-尚未啟用
// SCSS 變數定義
$font-family-base: "Helvetica Neue", Arial, "蘋方-繁", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", "微軟正黑體", sans-serif;

// 顏色變數
$color-city-name: #006A6A;
$color-data-text: black;

// --- 原始顏色組合 ---
$color-group-border-pink: #F4ACB7;
$color-pink-bg: $color-group-border-pink;
$color-white-bg-pink-combo: white; // 與粉色搭配的白色背景

// --- 新增顏色組合 (範例：藍色系，根據 p10.png) ---
$color-group-border-blue: #77C3E0; // 假設的藍色邊框 (類似圖片中的藍色)
$color-blue-bg: $color-group-border-blue;
$color-white-bg-blue-combo: white; // 與藍色搭配的白色背景 (通常是白色)


$color-page-bg: #f0f0f0;
// $color-fullscreen-btn-bg: #007bff; // 已移除
// $color-fullscreen-btn-hover-bg: #0056b3; // 已移除
// $color-fullscreen-body-bg: #fff; // 已移除


// 内距 (Padding) 變數
$padding-th-vertical: 10px;
$padding-th-horizontal-base: 15px;
$padding-td-vertical: 10px;
$padding-td-horizontal: 22px;
// $padding-fullscreen-btn: 10px 20px; // 已移除

// 字型大小變數
$font-size-th: 1.2em;
$font-size-td: 1.8em;
// $font-size-fullscreen-btn: 1em; // 已移除

// 邊框與圓角變數
$border-radius-default: 8px;
// $border-radius-btn: 5px; // 已移除
$border-width-default: 2px;

// 間距變數
$extra-group-spacing: 30px; // 組與組之間的額外水平間距
$table-row-spacing-vertical: 32px; // 表格列之間的垂直間距 (透過 border-spacing)
// $fullscreen-btn-margin-bottom: 20px; // 已移除
$body-margin: 20px;

// --- Mixin 定義 ---
@mixin data-cell-styles( $primary-bg-color, $secondary-bg-color, $border-color ) {
    // 通用樣式 (非顏色相關)
    color: $color-data-text;
    font-weight: bold;
    font-size: $font-size-td;
    vertical-align: middle;
    text-align: center;
    padding: $padding-td-vertical $padding-td-horizontal;
    border-top: $border-width-default solid $border-color;
    border-bottom: $border-width-default solid $border-color;
    // 主要背景色的儲存格 (例如粉色或藍色)
    &.primary-bg { // 使用一個通用的 class 名稱
        background-color: $primary-bg-color;
        border-left: $border-width-default solid $border-color;
        border-right: none;
        border-top-left-radius: $border-radius-default;
        border-bottom-left-radius: $border-radius-default;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    // 次要背景色的儲存格 (例如白色)
    &.secondary-bg { // 使用一個通用的 class 名稱
        background-color: $secondary-bg-color;
        border-right: $border-width-default solid $border-color;
        border-left: none;
        border-top-right-radius: $border-radius-default;
        border-bottom-right-radius: $border-radius-default;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}


// 基本頁面樣式
body {
    font-family: $font-family-base;
    margin: $body-margin;
    background-color: $color-page-bg;
}

// 主要表格樣式
.custom-table {
    border-collapse: separate;
    border-spacing: 0 $table-row-spacing-vertical;
    font-family: $font-family-base;
    margin: 0 auto;

    .city-name {
        color: $color-city-name;
        padding: $padding-th-vertical $padding-th-horizontal-base;
        font-weight: bold;
        vertical-align: middle;
        text-align: left;
        font-size: $font-size-th;
        min-width: 100px;

        &.group-start-spacer {
            padding-left: $padding-th-horizontal-base + $extra-group-spacing;
        }
    }
    // 資料儲存格 (td) 的樣式
    // 針對原始的粉色/白色組合
    .data-cell-pink-theme { // 給這個主題一個特定的 class
        @include data-cell-styles( $primary-bg-color: $color-pink-bg, $secondary-bg-color: $color-white-bg-pink-combo, $border-color: $color-group-border-pink );
    }
    // 針對新的藍色/白色組合
    .data-cell-blue-theme { // 給這個主題一個特定的 class
        @include data-cell-styles( $primary-bg-color: $color-blue-bg, $secondary-bg-color: $color-white-bg-blue-combo, $border-color: $color-group-border-blue );
    }
}

*/
