@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans TC", sans-serif;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a,
span, i {
  display: inline-block;
}

a,
a:hover {
  text-decoration: none;
}

.bg-main {
  background-color: #1F2C5D;
}

.text-sub {
  color: #F0B719;
}

.text-main {
  color: #1F2C5D;
}

.text-blue {
  color: #5593CB;
}

.text-darkText {
  color: #666666;
}

.text-white {
  color: #ffffff;
}

.text-lightBlue {
  color: #5593cb;
}

.fs-12 {
  font-size: 14px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.fs-32 {
  font-size: 32px;
}

.fs-48 {
  font-size: 48px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mb-80 {
  margin-bottom: 80px;
}

.py-60 {
  padding: 60px 0;
}

.pb-32 {
  padding-bottom: 32px;
}

.w-1920 {
  max-width: 1920px;
  margin: 0 auto;
}

[v-cloak] {
  display: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.tool-banner {
  background-image: url(/frontEndPackage/images/tool-banner.png);
}

.invoice-page div.row {
  row-gap: 24px;
}
.invoice-page .company-input {
  width: 88%;
  position: relative;
}
.invoice-page .company-input .company-link {
  text-decoration: underline;
}
.invoice-page .company-input .search-result {
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
.invoice-page .company-input .search-result li {
  padding: 0 10px 0px 10px;
}
.invoice-page .company-input .search-result li:hover {
  background-color: rgba(85, 147, 203, 0.5);
}
.invoice-page .search-btn {
  width: 10%;
  background-color: #1F2C5D;
  color: #ffffff;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
}
.invoice-page .search-btn:hover {
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
}
.invoice-page .download-btn {
  background-color: #1F2C5D;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  padding: 4px 10px;
  width: auto;
}
.invoice-page .download-btn:hover {
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
}
.invoice-page .invoice-container {
  border: 1px solid #ced4da;
  border-radius: 10px;
  padding: 16px 16px;
  font-family: "標楷體", "微軟正黑體", "新細明體";
  overflow-x: auto;
  max-width: 100%;
}
.invoice-page .invoice-container h3 {
  font-weight: normal;
}
.invoice-page table {
  width: 817px;
  overflow-x: auto;
  border: 1px solid #666666;
}
.invoice-page table td,
.invoice-page table th {
  border: 1px solid #666666;
}
.invoice-page table .stamp-container {
  position: relative;
}
.invoice-page table .stamp {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 90%;
  height: 80%;
}
.invoice-page table .hasValue {
  font-size: 20px;
  color: #5593cb;
}
.invoice-page table .noValue {
  text-decoration: line-through;
}
.invoice-page .info-list a {
  text-decoration: underline !important;
}
.invoice-page .reference a {
  text-decoration: underline !important;
}

.rent-page .targetBtns button {
  color: #9b9c96;
  padding: 8px 30px;
  border: 1px solid #ced4da;
  border-radius: 5px;
}
.rent-page .targetBtns button.active {
  background-color: #1F2C5D;
  color: #ffffff;
}
.rent-page .addBtn {
  color: #1F2C5D;
  background-color: transparent;
}
.rent-page .link-btn {
  background-color: #1F2C5D;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  padding: 4px 10px;
  width: auto;
}
.rent-page .link-btn:hover {
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
}
.rent-page div.row {
  row-gap: 24px;
}
.rent-page .list-item {
  padding: 20px 25px;
  border: 1px solid #ced4da;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.rent-page .list-item .hint {
  color: #5593cb;
}
.rent-page .tooltipContainer {
  position: relative;
}
.rent-page .tooltipContainer .info-icon {
  background-color: transparent;
  color: #F0B719;
}
.rent-page .tooltipContainer p {
  position: absolute;
  color: #1F2C5D;
  padding: 26px 10px 10px 10px;
  background-color: #e9e9e9;
  -webkit-clip-path: polygon(27% 8%, 100% 8%, 100% 100%, 0 100%, 0 8%, 15% 8%, 20% 0);
          clip-path: polygon(27% 8%, 100% 8%, 100% 100%, 0 100%, 0 8%, 15% 8%, 20% 0);
  width: 200px;
  font-size: 14px;
  font-weight: bold;
  top: 17px;
  left: -32px;
}
@media (min-width: 576px) {
  .rent-page .tooltipContainer p {
    padding: 10px 10px 10px 36px;
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%, 10% 42%, 0 30%, 10% 23%);
            clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%, 10% 42%, 0 30%, 10% 23%);
    top: -150%;
    left: 13px;
  }
}

#addLandlordModal .modal-content {
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.8);
  border: none;
}
#addLandlordModal .modal-header {
  border-bottom: none;
}
#addLandlordModal .modal-body > div {
  padding: 10px 2%;
}
@media (min-width: 375px) {
  #addLandlordModal .modal-body > div {
    padding: 10px 5%;
  }
}
#addLandlordModal .modal-body .tooltipContainer {
  position: relative;
  z-index: 1;
}
#addLandlordModal .modal-body .tooltipContainer .info-icon {
  background-color: transparent;
  color: #F0B719;
}
#addLandlordModal .modal-body .tooltipContainer p {
  position: absolute;
  color: #1F2C5D;
  padding: 26px 10px 10px 10px;
  background-color: #e9e9e9;
  -webkit-clip-path: polygon(26% 10%, 100% 10%, 100% 100%, 0 100%, 0 10%, 14% 10%, 20% 0);
          clip-path: polygon(26% 10%, 100% 10%, 100% 100%, 0 100%, 0 10%, 14% 10%, 20% 0);
  width: 200px;
  font-size: 14px;
  top: 17px;
  left: -32px;
}
@media (min-width: 576px) {
  #addLandlordModal .modal-body .tooltipContainer p {
    padding: 10px 10px 10px 30px;
    -webkit-clip-path: polygon(8% 0, 100% 0, 100% 100%, 8% 100%, 8% 42%, 0 30%, 8% 23%);
            clip-path: polygon(8% 0, 100% 0, 100% 100%, 8% 100%, 8% 42%, 0 30%, 8% 23%);
    top: -104%;
    left: 13px;
  }
}
#addLandlordModal .modal-body .tooltipContainer a {
  text-decoration: underline;
  color: #5593cb;
}
#addLandlordModal .modal-body .modalContent {
  border: 1px solid #1F2C5D;
  border-top: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
#addLandlordModal .modal-body .modalContent .remove-icon {
  color: #F0B719;
  margin-right: 4px;
  cursor: pointer;
}
#addLandlordModal .modal-body .modalContent .input-container {
  position: relative;
}
#addLandlordModal .modal-body .modalContent .input-container::after {
  position: absolute;
  content: "%";
  top: 5px;
  right: 5px;
}
#addLandlordModal .modal-body .modalContent input,
#addLandlordModal .modal-body .modalContent select {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  width: 100%;
  padding: 4px 6px;
}
#addLandlordModal .modal-body .modalContent .rightBtn span {
  color: red;
  font-size: 14px;
}
#addLandlordModal .modal-body .modalContent .rightBtn button {
  border: none;
  color: #ffffff;
  border-radius: 5px;
  background-color: #5593cb;
  padding: 6px 16px;
}
#addLandlordModal .modal-body .modalContent label input {
  width: auto;
}
#addLandlordModal .modal-footer {
  border-top: none;
  justify-content: center;
}
#addLandlordModal .modal-footer span {
  color: red;
  font-size: 14px;
}
#addLandlordModal .modal-footer button {
  width: 100%;
  color: #ffffff;
  background-color: #1F2C5D;
  border: none;
}
#addLandlordModal .modal-footer button:hover {
  outline: 1px solid #1F2C5D;
  color: #1F2C5D;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

#linkModal .modal-content {
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.8);
  border: none;
}
#linkModal .modal-header {
  border-bottom: none;
  padding-bottom: 0;
}
#linkModal .modal-body {
  padding-top: 0;
}
#linkModal .modal-body a {
  text-decoration: underline;
}
#linkModal .modal-body .icon {
  font-size: 60px;
}
#linkModal .modal-footer {
  border-top: none;
  justify-content: center;
}
#linkModal .modal-footer button {
  width: 100%;
  color: #ffffff;
  background-color: #1F2C5D;
  border: none;
}
#linkModal .modal-footer button:hover {
  outline: 1px solid #1F2C5D;
  color: #1F2C5D;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

.income-page .link-btn {
  background-color: #1F2C5D;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  padding: 4px 10px;
  width: auto;
}
.income-page .link-btn:hover {
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
}
.income-page div.row {
  row-gap: 24px;
}
.income-page .list-item {
  padding: 20px 25px;
  border: 1px solid #ced4da;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.income-page .list-item .hint {
  color: #5593cb;
}
.income-page .list-itemB {
  padding: 20px 25px;
  background-color: #f9f0e4;
  border-radius: 10px;
}
.income-page table {
  table-layout: fixed;
  width: 100%;
}
.income-page table thead {
  display: none;
  background-color: #1F2C5D;
  color: #ffffff;
}
@media (min-width: 768px) {
  .income-page table thead {
    display: table-header-group;
  }
}
.income-page table thead th {
  padding: 14px 0;
  text-align: center;
  border: 1px solid #1F2C5D;
}
.income-page table tr {
  display: block;
}
@media (min-width: 768px) {
  .income-page table tr {
    display: table-row;
    border: none;
  }
}
.income-page table tbody th,
.income-page table tbody td {
  display: block;
  color: #666666;
  padding: 0;
  border: 1px solid #1F2C5D;
  padding: 16px 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .income-page table tbody th,
  .income-page table tbody td {
    display: table-cell;
    background-color: transparent;
    vertical-align: middle;
  }
}
.income-page table tbody th {
  background-color: #1F2C5D;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 10px;
}
@media (min-width: 768px) {
  .income-page table tbody th {
    font-size: 16px;
    font-weight: normal;
    background-color: transparent;
    color: #666666;
  }
}
.income-page table tbody h4 {
  display: block !important;
  border-bottom: none !important;
  font-size: 18px !important;
  padding-bottom: 0 !important;
  margin-bottom: 6px !important;
}
@media (min-width: 768px) {
  .income-page table tbody h4 {
    display: none !important;
  }
}
.income-page .tooltipContainer1 {
  position: relative;
}
.income-page .tooltipContainer1 .info-icon {
  background-color: transparent;
  color: #F0B719;
}
.income-page .tooltipContainer1 ul.text {
  z-index: 1;
  list-style-type: disc;
  position: absolute;
  color: #1F2C5D;
  padding: 26px 10px 10px 32px;
  background-color: #e9e9e9;
  -webkit-clip-path: polygon(25% 6%, 100% 6%, 100% 100%, 0 100%, 0 6%, 16% 6%, 20% 0);
          clip-path: polygon(25% 6%, 100% 6%, 100% 100%, 0 100%, 0 6%, 16% 6%, 20% 0);
  width: 250px;
  font-size: 14px;
  font-weight: bold;
  top: 17px;
  left: -40px;
}
@media (min-width: 576px) {
  .income-page .tooltipContainer1 ul.text {
    padding: 10px 10px 10px 48px;
    width: 270px;
    -webkit-clip-path: polygon(6% 0, 100% 0, 100% 100%, 6% 100%, 6% 36%, 0 30%, 6% 26%);
            clip-path: polygon(6% 0, 100% 0, 100% 100%, 6% 100%, 6% 36%, 0 30%, 6% 26%);
    top: -260%;
    left: 13px;
  }
}
.income-page .tooltipContainer1 ul.text a {
  text-decoration: underline;
  color: #5593cb;
}
.income-page .tooltipContainer1 ul.text ul {
  list-style-type: circle;
  padding-left: 20px;
}
.income-page .tooltipContainer2 {
  position: relative;
}
.income-page .tooltipContainer2 .info-icon {
  background-color: transparent;
  color: #F0B719;
}
.income-page .tooltipContainer2 div {
  z-index: 1;
  position: absolute;
  color: #1F2C5D;
  padding: 32px 12px 12px 12px;
  background-color: #e9e9e9;
  -webkit-clip-path: polygon(25% 5%, 100% 5%, 100% 100%, 0 100%, 0 5%, 16% 5%, 20% 0);
          clip-path: polygon(25% 5%, 100% 5%, 100% 100%, 0 100%, 0 5%, 16% 5%, 20% 0);
  width: 250px;
  font-size: 14px;
  font-weight: bold;
  top: 17px;
  left: -42px;
}
@media (min-width: 576px) {
  .income-page .tooltipContainer2 div {
    padding: 10px 10px 10px 36px;
    width: 320px;
    -webkit-clip-path: polygon(6% 0, 100% 0, 100% 100%, 6% 100%, 6% 36%, 0 30%, 6% 26%);
            clip-path: polygon(6% 0, 100% 0, 100% 100%, 6% 100%, 6% 36%, 0 30%, 6% 26%);
    top: -350%;
    left: 13px;
  }
}
.income-page .tooltipContainer2 div a {
  text-decoration: underline;
  color: #5593cb;
}
.income-page .tooltipContainer2 div ul {
  list-style-type: disc;
  padding-left: 20px;
}

.apply-btn {
  cursor: pointer;
  width: 100%;
  position: relative;
  padding: 6px 0px;
  background-color: #eeeeee;
  color: #666666;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #ced4da;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.apply-btn .arrow {
  position: absolute;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.apply-btn .arr-1 {
  right: 8px;
  color: #666666;
}
.apply-btn .arr-2 {
  left: -25%;
  color: #ffffff;
}
.apply-btn .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #1F2C5D;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.apply-btn .text {
  position: relative;
  z-index: 1;
  transform: translateX(10px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.apply-btn:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #ffffff;
}
.apply-btn:hover .arr-1 {
  right: -25%;
}
.apply-btn:hover .arr-2 {
  left: 8px;
}
.apply-btn:hover .text {
  transform: translateX(30px);
}
.apply-btn:hover .circle {
  width: 100%;
  height: 220px;
  opacity: 1;
}
.apply-btn:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px #F0B719;
}

.teaching-banner {
  background-image: url(/frontEndPackage/images/teaching-banner.png);
}

.teaching-page #accordion .item:not(:last-child) {
  margin-bottom: 20px;
}
.teaching-page #accordion h2 {
  font-size: 18px;
}
.teaching-page #accordion h2 i {
  font-size: 16px;
  vertical-align: baseline;
  margin-right: 4px;
}
.teaching-page #accordion button {
  width: 100%;
  color: #666666;
  background-color: #eeeeee;
  padding: 16px 12px;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
}
.teaching-page #accordion button i.arrow {
  transition: all 0.3s ease-in-out;
}
.teaching-page #accordion button:not(.collapsed) {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.teaching-page #accordion button:not(.collapsed) i.arrow {
  transform: rotate(-180deg);
  transition: all 0.3s ease-in-out;
}
.teaching-page #accordion .description {
  padding: 20px 20px;
  border: 1px solid #eeeeee;
  color: #666666;
}
.teaching-page #accordion .step {
  padding: 10px 10px;
  background-color: #F9F0E4;
}
.teaching-page #accordion .step:not(:last-child) {
  margin-bottom: 16px;
}
.teaching-page #accordion .step a {
  text-decoration: underline;
}
.teaching-page #accordion .step span {
  color: #B72020;
}
.teaching-page .reference {
  padding: 20px 20px;
  border: 1px solid #eeeeee;
}
.teaching-page .reference a {
  color: #666666;
}
.teaching-page .reference a:hover {
  text-decoration: underline;
}

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

.lb-dataContainer {
  order: 1;
  margin-bottom: 8px;
}

.lb-outerContainer {
  order: 2;
}/*# sourceMappingURL=all2024.css.map */