@charset "UTF-8";
body {
  font-family: "微軟正黑體", sans-serif;
  font-size: 16px;
}

ol {
  padding-inline-start: 18px;
}

ul > li {
  list-style: none;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

hr {
  border: 0.5px solid #e0e0e0;
}

.link {
  color: inherit;
}

.link:hover {
  color: #616161;
}

.overflow-visible {
  overflow: visible !important;
}

.btn {
  padding: 7px 10px;
  border-radius: 5px;
}

.btn-grey-outlined {
  color: #616161;
  border: 0.75px solid #757575;
  transition: all 0.2s;
}

.btn-grey-outlined:hover {
  background-color: #616161;
  color: white;
}

.link-light-grey {
  color: #616161;
}

.link-light-grey:hover {
  color: #212121;
}

.dialog_inner {
  position: relative;
}

.dialog_inner__close {
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 10px;
}

.flex-no-shrink {
  flex-shrink: 0;
}

.white_box_shadow {
  background-color: white;
  box-shadow: 0 0 7px -2px #ccc;
  border-radius: 10px;
  overflow: hidden;
}

.table_page_nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.q-table--bordered {
  border: 1px solid #ccc;
}

.table th {
  background-color: #424242;
  color: white;
  font-size: 16px;
}

.table tbody td {
  font-size: 16px;
  color: #424242;
}

/* 頁面 */
.banner_title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: white;
}

.ai_house_pic {
  width: 60px;
  height: auto;
  margin: 10px;
}

/* 自訂顏色 */
.text-sage {
  color: #BEB089;
}

.bg-sage {
  background-color: #BEB089 !important;
}

@media (max-width: 600px) {
  main {
    font-size: 14px;
  }

  .banner_title {
    font-size: 28px;
  }
}
.container {
  padding: 30px;
}

.section {
  color: #424242;
  margin-bottom: 30px;
}

.section__title {
  padding-bottom: 8px;
  border-bottom: 1px solid #bdbdbd;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}

.section__content {
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.section__content_title {
  padding: 10px 0;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}

.section__content_text {
  padding: 30px 35px;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 32px;
}

.section__content_img {
  min-height: 200px;
  display: flex;
  padding: 0 35px 15px;
  align-items: flex-end;
}

.section_card_wrapper {
  padding: 10px;
}

.section_card_inner {
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
}

@media (max-width: 1024px) {
  .section__title {
    font-size: 28px;
  }

  .section_card_wrapper {
    padding: 15px 0;
  }
}
@media (max-width: 600px) {
  .container {
    padding: 20px 15px 10px;
  }

  .section__title {
    font-size: 22px;
  }

  .section__content_title {
    font-size: 18px;
  }

  .section__content_text {
    font-size: 16px;
    line-height: 28px;
  }
}
.form_control {
  position: relative;
  margin-bottom: 20px;
}

.form_label {
  display: block;
  margin-bottom: 5px;
}

.form_label_inline {
  display: inline-block;
}

.form_label, .checkbox_label, .form_label_inline {
  font-size: 18px;
  color: #424242;
  vertical-align: middle;
}

.text_input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #888;
  border-radius: 5px;
}

.q-text-input {
  font-size: 16px;
}

.q-field--outlined .q-field__control:before {
  border: 1px solid #888;
}
.toolbar {
  white-space: nowrap;
  overflow-x: auto;
  z-index: 1;
}

.page_container {
  margin-bottom: 15px;
  padding: 25px 25px;
  border-radius: 5px;
  color: #424242;
  background-color: white;
}

.page_title {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 26px;
  font-weight: bold;
}

.data_area {
  border: 1px solid #ccc;
}

.page_container__full_width {
  padding: 0;
  margin-bottom: 15px;
  border-radius: 5px;
  color: #424242;
  background-color: white;
  overflow: hidden;
}

.search_form_label {
  width: 130px;
  font-weight: bold;
  color: #424242;
  text-align: left;
}

.searchForm_label {
  width: 120px;
  color: black;
  font-size: 16px;
}

.search_form_expansion_header {
  background-color: #424242;
  color: white;
}

.search_form_expansion_header__icon {
  color: white;
}

.label_width {
  width: 100px !important;
  text-align: left;
}

/*# sourceMappingURL=app.5162190f.css.map*/