@charset "UTF-8";
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

body {
  background-image: url("../images/bg_paper.jpg");
}

.z-1 {
  z-index: 1;
}

.inside {
  position: relative;
  background-color: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(0.8px);
  z-index: 3;
  padding-bottom: 3%;
}
.inside.close {
  backdrop-filter: none;
  z-index: unset;
}
.inside::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  z-index: 0;
  border-style: solid;
  border-width: 30vw 80vw 0 0;
  border-color: #fff transparent transparent transparent;
}
.inside .circle_slogan {
  top: 48vh;
  left: 17%;
  z-index: -1;
}
@media (max-width: 767px) {
  .inside .circle_slogan {
    top: 36vh;
    left: 10%;
  }
}

.inside_banner {
  position: relative;
  border-radius: 80px 0;
  box-shadow: 22px 17px 19px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  margin-bottom: 4%;
  z-index: 1;
}
@media (max-width: 767px) {
  .inside_banner {
    border-radius: 30px 0;
  }
  .inside_banner img {
    height: 23vh;
    object-fit: cover;
  }
}
.inside_banner::before {
  content: "";
  position: absolute;
  top: 33%;
  left: 33%;
  width: 56%;
  height: 43vh;
  background: url("../images/smile.png") no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .inside_banner::before {
    top: 49%;
    height: 16vh;
  }
}
.inside_banner h1 {
  position: absolute;
  left: 8%;
  top: 15%;
  color: #fff;
  font-size: 520%;
}
@media (max-width: 1250px) {
  .inside_banner h1 {
    font-size: 400%;
  }
}
@media (max-width: 991px) {
  .inside_banner h1 {
    font-size: 300%;
  }
}
@media (max-width: 767px) {
  .inside_banner h1 {
    font-size: 2rem;
  }
}
.inside_banner h1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 110%;
  width: 50%;
  height: 1px;
  background: #fff;
}
@media (max-width: 767px) {
  .inside_banner h1::before {
    left: 110%;
    width: 30%;
  }
}
.inside_banner h1::after {
  content: "Introduction";
  position: absolute;
  left: 170%;
  font-size: 1.8rem;
  color: #fff;
  top: 35%;
}
@media (max-width: 1250px) {
  .inside_banner h1::after {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .inside_banner h1::after {
    content: none;
  }
}
.inside_banner.downoload h1::after {
  content: "Downoload";
}

.search {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0% 4% 0;
}
.search.timeSearch span {
  font-size: 1.4rem;
}
.search.timeSearch > * ~ span {
  margin: 0;
}
.search > * {
  margin: 2% 2%;
  white-space: nowrap;
  font-size: 1.3rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .search > * {
    font-size: 1rem;
  }
}
.search label {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .search label {
    font-size: 1.3rem;
    width: 100%;
  }
}
.search select {
  padding: 15px 60px;
  border-radius: 30px;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: 0 10px 19px rgba(0, 0, 0, 0.16);
  position: relative;
}
.search select:nth-of-type(1) {
  background: url("../images/icon-map.png") no-repeat, url("../images/icon-triangle.png") no-repeat;
  background-size: 10% 40%, 10% 27%;
  background-position: 12% 20px, 88% 23px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .search select:nth-of-type(1) {
    background: #fff;
  }
}
.search select:nth-of-type(2) {
  background: url("../images/icon-place.png") no-repeat, url("../images/icon-triangle.png") no-repeat;
  background-size: 8% 40%, 10% 27%;
  background-position: 12% 20px, 88% 23px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .search select:nth-of-type(2) {
    background: #fff;
  }
}
.search select.type {
  background: url("../images/icon-pagoda.png") no-repeat, url("../images/icon-triangle.png") no-repeat;
  background-size: 13% 55%, 10% 27%;
  background-position: 7% 12px, 88% 23px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .search select.type {
    background: #fff;
  }
}
@media (max-width: 767px) {
  .search select {
    padding: 10px 15px;
    min-width: calc(50% - 10px) !important;
    margin: 0;
  }
}
.search input {
  padding: 15px 60px;
  border-radius: 30px;
  border: none;
  box-shadow: 0 10px 19px rgba(0, 0, 0, 0.16);
  position: relative;
  max-width: 15em;
  background: url("../images/icon-calendar.png") no-repeat, url("../images/icon-triangle.png") no-repeat;
  background-size: 7% 40%, 8% 27%;
  background-position: 10% 20px, 91% 23px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .search input {
    background: #fff;
    padding: 10px 4px;
    max-width: 100%;
  }
}
.search input.icon-none {
  background: #fff;
  padding: 15px 40px;
}
.search button {
  padding: 15px 60px;
  border-radius: 30px;
  border: none;
  background: rgba(34, 67, 154, 0.7);
  box-shadow: 0 10px 19px rgba(0, 0, 0, 0.16);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .search button {
    padding: 10px 15px;
  }
}
.search button img {
  max-height: 30px;
}
@media (max-width: 767px) {
  .search button img {
    display: none;
  }
}

.intro_list {
  background: #fff;
  border-radius: 15px;
  margin: 0 0 3%;
  box-shadow: 22px 17px 19px rgba(0, 0, 0, 0.05);
}
.intro_list:hover {
  color: #22439A;
}
.intro_list:hover .intro_img img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.intro_list:hover .more img {
  animation: to-right 0.6s linear infinite;
  animation-direction: alternate;
}
.intro_list:nth-child(1) {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .intro_list:nth-child(1) {
    margin-top: 2rem;
  }
}
.intro_list:nth-child(1) .intro_content {
  position: relative;
}
@media (max-width: 991px) {
  .intro_list {
    flex-direction: column-reverse;
  }
}
.intro_list .intro_content {
  padding: 2rem 3rem;
}
.intro_list .intro_content .intro_txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.intro_list .intro_content .intro_txt img {
  display: none;
}
@media (max-width: 767px) {
  .intro_list .intro_content {
    padding: 1rem;
  }
}
.intro_list .intro_tit {
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .intro_list .intro_tit {
    margin-bottom: 0.5rem;
  }
}
.intro_list .intro_tit h2 {
  font-weight: bold;
}
@media (max-width: 767px) {
  .intro_list .intro_tit h2 {
    font-size: 1.4rem;
  }
}
.intro_list .intro_tit span {
  padding: 5px 1rem;
  border: 1px solid #56C3E7;
  border-radius: 20px;
  font-size: 1.4rem;
  display: inline-block;
}
.intro_list .intro_tit span::before {
  content: "牌價";
  font-size: 0.9rem;
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .intro_list .intro_tit span {
    font-size: 1.2rem;
    padding: 0 0.5rem;
  }
}
.intro_list p {
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .intro_list p {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
}
.intro_list .intro_img {
  padding: 0;
  overflow: hidden;
}
.intro_list .intro_img img {
  border-radius: 0 15px 15px 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16/10;
  transition: all 0.5s;
}

.intro_img {
  padding: 0;
}
.intro_img img {
  border-radius: 0 15px 15px 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_list {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_list a {
  display: inline-flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 1.4rem;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: 10px;
  font-weight: bold;
  box-shadow: 7px 8px 24px rgba(0, 0, 0, 0.16);
}
.page_list a:first-child, .page_list a:last-child {
  background: #56C3E7;
  color: #fff;
}
.page_list a.active {
  background: #22439A;
  color: #fff;
}
.page_list a:hover {
  background: #F6A400;
  color: #fff;
}
@media (max-width: 767px) {
  .page_list a {
    width: 40px;
    height: 40px;
    margin: 5px;
  }
}

.area {
  border: 1px solid #22439A;
  color: #22439A;
  padding: 10px 40px;
  font-size: 1.3rem;
  margin: 10px 0 0 0;
  border-radius: 8px;
  white-space: nowrap;
}
.area:nth-child(2) {
  border: 1px solid #56C3E7;
  color: #56C3E7;
}
.area:nth-child(3), .area.transaction {
  border: 1px solid #F6A400;
  color: #F6A400;
}
.area + .area {
  margin-left: 1rem;
}
@media (max-width: 991px) {
  .area {
    padding: 5px 1rem 0.5rem;
    font-size: 1rem;
  }
}

.intro_inner {
  background: #fff;
  border-radius: 15px;
  margin: 0 0 3%;
  padding: 2rem 3rem;
  box-shadow: 22px 17px 19px rgba(0, 0, 0, 0.05);
  position: relative;
}
@media (max-width: 767px) {
  .intro_inner {
    padding: 1rem;
  }
}
.intro_inner::before {
  content: "";
  width: 15px;
  border-radius: 10px;
  height: 65%;
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  background: #56C3E7;
}
@media (max-width: 767px) {
  .intro_inner::before {
    content: none;
  }
}
.intro_inner h2 {
  margin-bottom: 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .intro_inner h2 {
    margin-bottom: 0.5rem;
  }
}
.intro_inner h3 {
  font-size: 1.3rem;
}
.intro_inner h3:not(:first-child) {
  margin-top: 1rem;
}
.intro_inner .inner_intro img {
  max-width: 100%;
  height: auto !important;
  border-radius: 5px;
}
.intro_inner .link {
  background: #22439A;
  color: #fff;
  text-align: start;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  display: inline-flex;
}
.intro_inner .link.link2 {
  background: #56C3E7;
}
.intro_inner .link:hover {
  background: #F6A400 !important;
}
.intro_inner .link.link3 {
  background: #F6A400;
}
.intro_inner .link.link3:hover {
  background: #56C3E7;
}

.pic_list {
  background: #fff;
  border-radius: 15px;
  margin: 0 0 3%;
  padding: 2rem 6rem;
  box-shadow: 22px 17px 19px rgba(0, 0, 0, 0.05);
  position: relative;
}
@media (max-width: 767px) {
  .pic_list {
    padding: 1rem;
  }
}
.pic_list a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
}
.pic_list a::before {
  content: "";
  width: 45px;
  height: 45px;
  background: url("../images/icon-zoom.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: inline-block;
}
@media (max-width: 767px) {
  .pic_list a::before {
    width: 30px;
    height: 30px;
  }
}
.pic_list a:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.pic_list img {
  transition: all 0.5s;
}
.pic_list .swiper-button-prevH, .pic_list .swiper-button-nextH {
  background: #56C3E7;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  box-shadow: 7px 5px 24px rgba(0, 0, 0, 0.16);
}
.pic_list .swiper-button-prevH::after, .pic_list .swiper-button-nextH::after {
  content: none;
}
.pic_list .swiper-button-prevH:hover, .pic_list .swiper-button-nextH:hover {
  background: #22439A;
}
@media (max-width: 767px) {
  .pic_list .swiper-button-prevH, .pic_list .swiper-button-nextH {
    width: 40px;
    height: 40px;
  }
}
.pic_list .swiper-button-prevH {
  left: 20px;
}
@media (max-width: 767px) {
  .pic_list .swiper-button-prevH {
    left: -5px;
  }
}
.pic_list .swiper-button-nextH {
  right: 20px;
}
@media (max-width: 767px) {
  .pic_list .swiper-button-nextH {
    right: -5px;
  }
}

.download_list {
  width: 100%;
  margin: 0 0 3%;
  position: relative;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  font-size: 1.3rem;
  border-spacing: 0px 1.5rem;
  border-collapse: separate;
}
.download_list thead tr {
  background: #22439A;
}
.download_list thead td {
  color: #fff;
}
.download_list thead td:not(:first-child)::before {
  background: #888;
}
.download_list tr {
  background: #fff;
  border-radius: 15px;
  box-shadow: 15px 17px 19px rgba(0, 0, 0, 0.05);
}
.download_list td {
  padding: 20px;
  position: relative;
}
.download_list td:nth-child(1) {
  padding-left: 2.5rem;
  border-radius: 10px 0 0 10px;
}
.download_list td:last-child {
  border-radius: 0 10px 10px 0;
}
.download_list td:not(:first-child)::before {
  content: "";
  left: 0;
  top: 20%;
  position: absolute;
  height: 60%;
  background: #5B5942;
  width: 1px;
}
@media (max-width: 991px) {
  .download_list td:not(:first-child)::before {
    content: none;
  }
}
@media (max-width: 991px) {
  .download_list td {
    display: inline-block;
    width: 50%;
    padding: 1rem !important;
  }
}
@media (max-width: 767px) {
  .download_list td {
    width: 100%;
    padding: 0.5rem 1rem !important;
  }
}
.download_list .area {
  margin-top: 0;
}
.download_list .download-btn {
  display: inline-block;
  padding: 5px 30px;
  background: #56C3E7;
  color: #fff;
  border-radius: 30px;
  white-space: nowrap;
}
.download_list .download-btn.no-data {
  background: #bbb !important;
}
.download_list .download-btn.no-data:hover {
  background: #bbb !important;
}
.download_list .download-btn.view {
  background: #22439A;
}
.download_list .download-btn:hover {
  background: #F6A400;
}

.form {
  background: #fff;
  border-radius: 15px;
  margin: 3% auto 3%;
  padding: 2rem 6rem;
  box-shadow: 22px 17px 19px rgba(0, 0, 0, 0.05);
  position: relative;
  max-width: 1000px;
}
@media (max-width: 767px) {
  .form {
    padding: 1.5rem 1rem;
    margin-top: 20px;
  }
}
.form.no-bg {
  background: none;
  box-shadow: none;
}
.form.no-bg::before {
  content: none;
}
@media (max-width: 767px) {
  .form .container {
    padding: 0;
    width: 100%;
  }
}
.form::before {
  content: "";
  width: 65%;
  border-radius: 10px;
  height: 15px;
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  margin: auto;
  background: #56C3E7;
}
@media (max-width: 767px) {
  .form::before {
    height: 10px;
  }
}
.form.no_line {
  max-width: 800px;
}
.form.no_line::before {
  content: none;
}
.form + .form {
  margin-top: 1.5rem;
}
.form h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .form h2 {
    font-size: 2rem;
  }
  .form h2 span.fs-3 {
    font-size: 1.3rem !important;
  }
}
.form h3, .form .h3 {
  font-size: 2rem;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .form h3, .form .h3 {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .form .fs-4 {
    font-size: 1.1rem !important;
  }
}
.form .text-dblue {
  color: #22439A;
}
.form .message {
  color: #F6A400;
  font-weight: bold;
}
.form#cases label {
  font-size: 1.4rem;
  width: 80%;
  text-align: left;
  max-width: 300px;
  margin: auto;
  margin-bottom: 0.5rem;
  font-weight: bold;
  flex-wrap: wrap;
  font-size: 1.15rem;
}
@media (max-width: 767px) {
  .form#cases label {
    font-size: 1.2rem;
  }
}
.form textarea, .form select, .form input[type=text], .form input[type=date], .form input[type=file], .form input[type=number], .form .datepicker {
  display: block;
  border: 1px solid rgba(91, 89, 66, 0.3);
  width: 80%;
  max-width: 300px;
  margin: auto;
  margin-bottom: 1em;
  font-size: 1.4rem;
  border-radius: 10px;
  padding: 15px 20px;
}
@media (max-width: 767px) {
  .form textarea, .form select, .form input[type=text], .form input[type=date], .form input[type=file], .form input[type=number], .form .datepicker {
    width: 90%;
    font-size: 1.2rem;
  }
}
.form select {
  padding: 15px 60px;
  border-radius: 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background: url("../images/icon-triangle.png") no-repeat;
  background-size: 10% 27%;
  background-position: 88% 23px;
  background-color: #fff;
  color: #5B5942;
}
.form select option {
  color: #5B5942;
}
.form select option:disabled {
  background: #ddd;
}
@media (max-width: 767px) {
  .form select {
    padding: 10px 15px;
  }
}
.form select.form-select {
  padding: 15px 20px;
}
.form input {
  padding: 15px 20px;
  border-radius: 10px;
  position: relative;
  background-color: #fff;
}
.form input::placeholder {
  color: #5B5942;
  opacity: 1;
}
@media (max-width: 767px) {
  .form input {
    background: #fff;
    padding: 10px 4px;
  }
}
.form input[type=radio] {
  width: 18px;
  height: 18px;
}
.form .button, .form button {
  display: inline-block;
  padding: 15px 60px;
  border-radius: 10px;
  border: none;
  background: #22439A;
  font-size: 1.4rem;
  color: #fff;
}
.form .button + .button, .form .button + button, .form button + .button, .form button + button {
  margin-left: 1em;
}
.form .button.lblue, .form button.lblue {
  background: #56C3E7;
}
.form .button.yellow, .form button.yellow {
  background: #F6A400;
}
.form .button.yellow:hover, .form button.yellow:hover {
  background: #56C3E7;
}
.form .button:hover, .form button:hover {
  background: #F6A400;
}
.form .button.small, .form button.small {
  padding: 10px 15px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .form .button.small, .form button.small {
    font-size: 1.2rem;
  }
}
.form .button:disabled, .form button:disabled {
  background: #d9d9d9;
}
@media (max-width: 767px) {
  .form .button, .form button {
    padding: 10px 15px;
    font-size: 1.2rem;
  }
}
.form .btn-group {
  max-width: 300px;
  width: 100%;
  position: relative;
}
.form .multiselect {
  background: url("../images/icon-triangle.png") no-repeat;
  background-size: 10% 27%;
  background-position: 96% 23px;
  color: #5B5942;
  max-width: 300px;
  white-space: wrap;
  width: 100%;
  text-align: left !important;
  font-size: 1.4rem;
  padding: 15px 30px 15px 20px;
  border: 1px solid rgba(91, 89, 66, 0.3);
}
.form .multiselect-container .multiselect-filter > input.multiselect-search {
  margin-left: 0;
}
.form .multiselect-native-select {
  width: 90%;
  display: block;
  margin: auto;
  margin-bottom: 1em;
}
.form .multiselect-native-select .dropdown-menu button {
  background: #fff;
  border-radius: 0;
  border-bottom: 1px solid 0;
  color: #5B5942;
}
.form .multiselect-native-select .dropdown-menu .form-check {
  padding: 0 0px;
  display: flex;
  align-items: center;
}
.form .multiselect-native-select .dropdown-menu .form-check .form-check-input {
  margin-right: 0px;
  margin-left: 0;
  padding: 10px;
}
.form .multiselect-native-select .dropdown-menu .form-check .user-icon {
  width: 18px;
  margin-right: 2px;
}
.form .multiselect-native-select .dropdown-menu .form-check .edit-icon {
  width: 20px;
  margin-right: 2px;
}
.form .multiselect-native-select .dropdown-menu .form-check .start-icon {
  width: 22px;
  margin-right: 2px;
}
.form .multiselect-native-select .dropdown-menu .form-check .money-icon {
  width: 14px;
  margin: 0;
  margin-right: 4px;
}
.form .multiselect-native-select .dropdown-menu .form-check .car-icon {
  width: 30px;
  margin-right: 2px;
}
.form .multiselect-native-select .dropdown-menu .form-check span {
  white-space: pre-wrap;
}
.form .state {
  background: #fff;
  border: 1px solid #56C3E7;
  color: #56C3E7;
  font-size: 1.8rem;
  padding: 10px 20px;
  margin: 1em auto;
  max-width: 300px;
}
@media (max-width: 767px) {
  .form .state {
    font-size: 1.5rem;
    padding: 0 10px;
    width: auto;
    max-width: 200px;
    margin: 0.5em auto;
  }
}
.form .qrcode {
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .form .qrcode {
    margin-bottom: 1em;
  }
}
.form .qrcode img {
  max-width: 350px;
}
@media (max-width: 767px) {
  .form .qrcode img {
    max-width: 70%;
  }
}
.form .qrcode_scane {
  height: 40vh;
  background: url("../images/qrcode_bg.png") no-repeat;
  background-position: center center;
  position: relative;
}
@media (max-width: 767px) {
  .form .qrcode_scane {
    background-size: contain;
  }
}
.form .qrcode_scane button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  width: 10em;
  height: 2.5em;
}
.form .fettle span {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  font-size: 1.3rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .form .fettle span {
    font-style: 1.1rem;
    padding: 0 1rem;
  }
}
.form .fettle .lblue {
  border: 1px solid #56C3E7;
  color: #56C3E7;
}
.form .fettle .dblue {
  border: 1px solid #22439A;
  color: #22439A;
}
.form .fettle .yellow {
  border: 1px solid #F6A400;
  background: #F6A400;
  color: #fff;
}
@media (max-width: 767px) {
  .form label.h4 {
    font-size: 1.1rem;
    display: block;
  }
}
.form #contract_document {
  margin: 0;
  margin-bottom: 0.5rem;
}

.form-check-label {
  display: flex;
  align-items: center;
}

.user-icon {
  width: 20px;
  height: auto;
  vertical-align: bottom;
}

.edit-icon {
  width: 25px;
  height: auto;
  vertical-align: bottom;
}

.start-icon {
  width: 28px;
  height: auto;
  vertical-align: bottom;
}

.money-icon {
  width: 15px;
  height: auto;
  vertical-align: bottom;
  margin: 0 5px;
}

.car-icon {
  width: 45px;
  height: auto;
  vertical-align: bottom;
}

.icon-info {
  max-width: 320px;
  margin: auto;
  text-align: left;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .icon-info {
    max-width: 90%;
  }
}
.icon-info .text-start {
  color: #D90050;
}
.icon-info .text-edit {
  color: #25486F;
}
.icon-info .text-money {
  color: #edb040;
}

.dropdown-item.active {
  background-color: #d3daff !important;
}

.dropdown-toggle:hover {
  background: url(../images/icon-triangle.png) no-repeat !important;
  background-size: 10% 27% !important;
  background-position: 96% 23px !important;
}

.datepicker {
  max-width: 300px;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .datepicker {
    width: 90%;
  }
}

.datepicker table {
  width: 100%;
}

.checked-cases {
  border: 1px solid #d3daff;
  max-height: 300px;
  overflow: auto;
}
.checked-cases-list .header, .checked-cases-list .body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0.5rem;
  align-items: center;
  justify-content: center;
}
.checked-cases p {
  margin-bottom: 0;
}

.dropdown-menu {
  z-index: 100000;
  max-height: 500px;
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch; /* 為 iOS 設備添加慣性滾動 */
  overscroll-behavior: contain; /* 防止頁面在到達滾動邊界時繼續滾動 */
  touch-action: pan-y; /* 明確允許垂直觸摸滾動 */
}
@media screen and (max-width: 768px) {
  .dropdown-menu {
    max-height: none;
    overflow: scroll !important; /* 強制啟用垂直滾動 */
    transform: none !important;
  }
}

.pagoda-common, .pagoda-note, .pagoda-type {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.pagoda-common .tag, .pagoda-note .tag, .pagoda-type .tag {
  padding: 0px 5px;
  white-space: nowrap;
  border: 1px solid;
}

.pagoda-type {
  color: #22439A;
}
.pagoda-type .tag {
  border-color: #22439A;
  color: #22439A;
}

.pagoda-note {
  color: #5c968a;
}
.pagoda-note .tag {
  border-color: #5c968a;
  color: #5c968a;
}

.form-page {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  gap: 0.5rem;
}
.form-page .button {
  padding: 15px 50px;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  cursor: pointer;
}
.form-page .button[data-type="1"] {
  background: #dfdfdf;
}
.form-page .button[data-type="2"] {
  background: #f2efce;
}
.form-page .button[data-type="3"] {
  background: #dbe8ea;
}
.form-page .button[data-type="4"] {
  background: #f1dddd;
}
.form-page .button:hover, .form-page .button .active {
  background: #F6A400;
  color: #fff;
}
.form-page .button.active {
  background: #22439A;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .form-page .button {
    font-size: 1.2rem;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 768px) {
  .form-page .button {
    font-size: 1rem;
    padding: 10px 5px;
  }
  .form-page .button + .button {
    margin-left: 0.5rem;
  }
}
.form-page input {
  display: none;
}

#pdf_content canvas {
  max-width: 100%;
}

.text-green {
  color: #5c968a;
}

.check-table {
  text-align: center;
  vertical-align: middle;
}
.check-table th {
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .check-table > :not(caption) > * > * {
    font-size: 0.95rem;
    padding: 0.2rem;
  }
}

.print {
  display: inline-block;
  position: absolute;
  width: 50px;
  right: 20px;
  top: 20px;
}

.main-table {
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .main-table {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .main-table thead {
    display: none;
  }
  .main-table tbody td {
    display: block;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    padding: 3px 10px;
    text-align: start;
  }
  .main-table tbody td:first-child {
    border-top: 1px solid #bbb;
    padding-top: 0.5rem;
    border-radius: 10px 10px 0 0;
  }
  .main-table tbody td:last-child {
    border-bottom: 1px solid #bbb !important;
    padding-bottom: 1rem;
    border-radius: 0px 0px 10px 10px;
    text-align: center;
  }
  .main-table tbody td[data-text]::before {
    content: attr(data-text) "：";
  }
  .main-table .toggle-row {
    display: block;
    margin-bottom: 1rem;
    position: relative;
  }
  .main-table .details > td:last-child {
    border: none !important;
  }
}

.details > td {
  padding: 0 !important;
  border-top: none !important;
}

.toggle-row td {
  border-bottom: none;
}
.toggle-row td .label-box {
  position: absolute;
  inset: 0;
}

.verify_list {
  font-size: 0.95rem;
}
@media screen and (max-width: 1024px) {
  .verify_list {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .verify_list {
    font-size: 0.95rem;
  }
}

.verify_list p {
  margin-bottom: 0rem;
}
@media screen and (max-width: 768px) {
  .verify_list p {
    padding-left: 0.5rem;
  }
  .verify_list p span {
    margin-left: 0.5rem;
  }
  .verify_list p br {
    display: none;
  }
}

.details-wrapper {
  display: none;
  /* background-color: #f9f9f9; */
  overflow: hidden;
  border: 1px solid #ddd; /* 給詳情內容加上邊框 */
  margin: 0 -1px; /* 補償表格單元格的邊框 */
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  .details-wrapper {
    border: none;
    padding: 0;
    margin-top: -2rem;
  }
}

.details-content {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .details-content td {
    background: floralwhite;
    margin: 0 1px;
    border-top: none;
    border-bottom: none;
  }
  .details-content td:first-child {
    border-top: none !important;
    border-radius: 0 !important;
  }
  .details-content td:last-child {
    border: 1px solid #bbb !important;
    border-top: none !important;
    text-align: start !important;
  }
}

.verify a {
  background: #777;
  color: #fff;
  max-width: 100px;
  margin: auto;
  white-space: nowrap;
  margin-bottom: 0.5rem;
  border-radius: 10px;
  padding: 2px 15px;
}
.verify a.clear-btn:hover, .verify a.clear-btn.clear {
  background: #F6A400;
}
.verify a.clear-btn.clear {
  pointer-events: none;
}
.verify a.failed-btn:hover, .verify a.failed-btn.failed {
  background: #22439A;
}
.verify a.failed-btn.failed {
  pointer-events: none;
}

.control > a {
  display: block;
  max-width: 100px;
  margin: auto;
  font-size: 1.05rem;
}
.control > a:hover {
  background: #F6A400;
}
@media screen and (max-width: 768px) {
  .control > a {
    display: inline-block;
    padding: 5px 30px !important;
    max-width: none;
    margin: 0 5px;
    margin-top: 5px;
  }
}
.control .view {
  background: #56C3E7;
  margin-bottom: 0.5rem;
  border-radius: 10px;
  color: #fff;
  padding: 2px 5px;
}
.control .edit {
  background: #22439A;
  margin-bottom: 0.5rem;
  border-radius: 10px;
  color: #fff;
  padding: 2px 5px;
}
.control .invoice {
  background: #9a105d;
  margin-bottom: 0.5rem;
  border-radius: 10px;
  color: #fff;
  padding: 2px 5px;
}

@media screen and (min-width: 768px) {
  #date_start {
    border-radius: 10px 0 0 10px;
  }
}

@media screen and (min-width: 768px) {
  #date_end {
    border-radius: 0px 10px 10px 0px;
  }
}

#top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 5px;
  bottom: 50px;
  z-index: 3;
  background: #22439A;
  border-radius: 50px;
}
#top i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 991px) {
  #top {
    display: none;
    width: 40px;
    height: 40px;
    right: 5px;
    bottom: 100px;
  }
}

.text-lblue {
  color: #38a1c3;
  font-size: 2rem;
  font-weight: bold;
}

.info_modal_link {
  display: block;
  text-align: end;
  cursor: pointer;
  margin-right: -15px;
  margin-bottom: -15px;
}
.info_modal_link img {
  width: 120px;
  cursor: pointer;
  border-radius: 20px;
}/*# sourceMappingURL=inside.css.map */