@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  word-wrap: break-word; /*自動換行*/
  word-break: normal;
  box-sizing: border-box; /*border/padding為內含*/
  text-decoration: none;
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "Noto Sans TC", "sans-serif;", Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, li, ul, i {
  margin: 0;
  padding: 0;
  border: 0 none;
  font: inherit;
  font-family: "Noto Sans TC", "sans-serif;", Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

strong, th {
  font-weight: bold;
}

em {
  font-style: normal;
}

ul, li, img {
  border: 0 none;
  list-style-type: none;
}

a {
  text-decoration: none; /*無底線*/
  outline: none; /*隱藏連結虛線*/
}

a:hover, a:visited, a:active, a:link {
  text-decoration: none; /*無底線*/
  outline: none; /*隱藏連結虛線*/
}

img, input, select {
  vertical-align: middle;
} /*讓圖片跟文字垂直置中對齊*/
input[type=radio] {
  vertical-align: baseline;
}

input[type=checkbox] {
  vertical-align: middle;
}

.ie7 input[type=checkbox] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

label, input[type=button], input[type=submit], input[type=image], button {
  cursor: pointer;
}

textarea {
  overflow-x: hidden;
  overflow-y: auto;
}

button {
  width: auto;
  overflow: visible;
}

img {
  max-width: 100%;
  height: auto;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* table */
table {
  border-spacing: 0px; /*cellspacing*/
  border: 0px none; /*border*/
}

table tr td, table tr th {
  padding: 0px; /*cellpadding*/
  border: 0px none; /*border*/
}

div, p, a, ul, li {
  zoom: 1;
}

table, th, td {
  zoom: 1;
}

.bg-gray {
  background-color: #f4f4f4;
}

.bg-blue {
  background-color: #055b8c;
  color: #fff;
}

.color-main {
  color: #055b8c;
}

.breadcrumb {
  background-color: transparent;
}

.btn-main {
  background-color: #055b8c;
  color: #fff;
}

    .btn-main:hover {
        --bs-btn-hover-bg: #4099d1;
    }

.beitou h2 {
  background-color: #0083ab;
}

.chungshan h2 {
  background-color: #b67e59;
}

.tatong h2 {
  background-color: #dc6177;
}

.chungchang h2 {
  background-color: #6b94a6;
}

.wanhwa h2 {
  background-color: #486647;
}

.daan h2 {
  background-color: #005983;
}

.shilin h2 {
  background-color: #63756d;
}

.neihou h2 {
  background-color: #95669c;
}

.songshang h2 {
  background-color: #a04830;
}

.nangkang h2 {
  background-color: #142971;
}

.hsinyi h2 {
  background-color: #3b5368;
}

.wengshan h2 {
  background-color: #515695;
}

.inclusive {
  color: #e26607;
}

.feature {
  color: #097fde;
}

.generally {
  color: #607d8b;
}

.district {
  background-color: #fff;
  border-radius: 10px;
  border: 0px solid #999;
  overflow: hidden;
  margin: 15px 0;
  background-color: #f4f4f4;
}
.district h2 {
  color: #fff;
  text-align: center;
}
.district ul {
  padding: 10px 2px;
}
.district ul li {
  min-width: 50px;
  margin: 2px 5px;
  font-size: 0.9rem;
  position: relative;
  cursor: pointer;
}
.district ul li .popup {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  padding: 10px;
  position: absolute;
  width: 150px;
  top: 130%;
  z-index: 9;
  color: #fff;
}
.district ul li .popup::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #000 transparent;
}
.district ul li .popup b {
  display: block;
}
.district ul li a {
  color: #000;
}
.district ul li span {
  margin-right: 2px;
}

.map img {
  width: 100%;
  max-width: 550px;
}

.platform-item {
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 15px;
}
.platform-item img {
  padding: 15px;
}
.platform-item ul li {
  padding: 12px;
  border-bottom: 1px solid #f4f4f4;
}
.platform-item ul li b {
  display: inline-block;
}
.platform-item ul li p {
  display: inline-block;
}

.h-100vh {
  height: 100vh;
}

.login-bg {
  background: #d1ecb1 url(../images/login-bg.jpg) center 0 no-repeat;
  background-size: cover;
}

.key {
  margin: auto;
}
.key img {
  max-width: 250px;
}

h1 {
  font-size: 26px;
  font-weight: bolder;
  color: #000000;
  line-height: 1.3;
  margin-bottom: 15px;
}

.form-forget {
  margin: 0 0 15px;
  color: #4099d1;
  cursor: pointer;
}
.form-forget a {
  color: #4099d1;
}
.form-forget a:hover {
  color: #4099d1;
  opacity: 0.8;
}

.error--text {
  width: clac(100% -80px);
  color: #f00;
  text-align: left;
  margin-top: 5px;
  font-size: 14px;
}

.separation {
  position: relative;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  color: #4099d1;
}
.separation::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #bdbdbd;
}
.separation .info--text {
  position: relative;
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.2em;
  padding-right: 1.2em;
  margin-bottom: 0;
  color: #656464;
  background-color: #fff;
  font-size: 0.9rem;
}

p, b, ul li, a {
  font-size: 1rem;
}

img {
  max-width: 100%;
}

body {
  background-color: #f8fafb;
}

.nav-item {
  cursor: pointer;
}

h1 {
  margin-top: 15px;
  font-weight: 600;
}

.out_card {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
  border: 0;
  -webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 12px rgba(0, 0, 0, 0.1);
  padding: 0;
}

.card-white {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
  border: 0;
  padding: 20px;
  padding-bottom: 30px;
  position: relative;
  margin: 15px 0;
  -webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 12px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200) {
  .card-white {
    padding: 15px;
  }
}
.card-white .card-title {
  font-size: 20px;
}
.card-white.card-login {
  background-color: rgb(255, 255, 255);
}

.card-transparent {
  padding: 20px;
  padding-bottom: 30px;
  position: relative;
  margin: 15px 0;
}
@media (max-width: 1200) {
  .card-transparent {
    padding: 15px;
  }
}
.card-transparent .card-title {
  font-size: 20px;
}

.card_justify {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card-body {
  padding: 0rem;
}
.card-body .card-title {
  font-weight: bolder;
  font-size: 24px;
}

.bg-blue {
  background-color: #3f99d1;
}

.bg-green {
  background-color: #4fbfb0;
}

.text-title {
  font-weight: bolder;
  margin: 15px 0;
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.text-title i {
  font-size: 8px;
  margin-right: 3px;
  vertical-align: 1px;
}

.main-title {
  font-size: 24px;
  padding: 25px 0;
}

.btn-mainColor {
  color: #fff;
  background-color: #4099d1;
}
.btn-mainColor:hover {
  color: #fff;
  background-color: #2b7eb3;
}

.btn-main {
  background-color: #4099d1;
  color: #fff;
  width: 100%;
  padding: 12px 10px;
  font-size: 17px;
  min-width: 100px;
}
.btn-main:hover, .btn-main:focus, .btn-main:visited {
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.bi-circle-fill {
  margin-right: 3px;
}

.color-danger {
  color: #f00;
}

.color-warning {
  color: #ffc107;
}

.color-success {
  color: #198754;
}

.color-gray {
  color: #adb5bd;
}

form {
  text-align: left;
}

.input-group {
  margin: 10px 0;
}

.form-forget {
  text-align: right;
}

.form-inline {
  display: inline-block;
  width: auto;
}
.form-inline label {
  display: inline-block;
}
.form-inline .form-group {
  display: inline-block;
  margin-right: 10px;
}

footer {
  text-align: center;
  padding: 15px 15px 25px;
}
footer p {
  font-size: 12px;
  color: #666;
  opacity: 0.5;
  margin: 0px;
}

.login-footer {
  width: 100%;
  padding: 20px 15px 0px;
}
.login-footer p {
  color: #708d55;
  opacity: 1;
  display: block;
  padding: 0 5px;
}

/* footer-end */
article {
  min-height: calc(100vh - 170px);
}
@media (max-width: 767px) {
  article {
    min-height: calc(100vh - 200px);
  }
}/*# sourceMappingURL=all.css.map */