@charset "UTF-8";
.search-page .search-banner {
  background-color: #FCC900;
  padding: 47px 0 75px;
}
@media all and (max-width: 991px) {
  .search-page .search-banner {
    padding: 21px 0 26px;
  }
}
.search-page .banner-title {
  font-family: "Poppins", serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
  color: #3A1D87;
  padding-bottom: 23px;
}
@media all and (max-width: 991px) {
  .search-page .banner-title {
    font-size: 30px;
    line-height: 1.8;
  }
}
.search-page .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: 16px auto 0;
  max-width: 800px;
  width: 100%;
}
@media all and (min-width: 992px) {
  .search-page .search-form {
    border-bottom: 1px solid #3A1D87;
    padding-bottom: 16px;
  }
}
@media all and (max-width: 991px) {
  .search-page .search-form {
    margin-top: 14px;
    gap: 12px;
  }
}
.search-page .search-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: transparent;
  border: none;
  font-family: "Noto Sans TC", serif;
  font-size: 22px;
  color: #000;
  padding: 0;
}
.search-page .search-input::-webkit-input-placeholder {
  color: #7E7F74;
}
.search-page .search-input::-moz-placeholder {
  color: #7E7F74;
}
.search-page .search-input:-ms-input-placeholder {
  color: #7E7F74;
}
.search-page .search-input::-ms-input-placeholder {
  color: #7E7F74;
}
.search-page .search-input::placeholder {
  color: #7E7F74;
}
.search-page .search-input:-webkit-autofill, .search-page .search-input:-webkit-autofill:hover, .search-page .search-input:-webkit-autofill:focus, .search-page .search-input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #FCC900 inset !important;
          box-shadow: 0 0 0px 1000px #FCC900 inset !important;
  -webkit-text-fill-color: #000 !important;
  caret-color: #000;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
@media all and (max-width: 991px) {
  .search-page .search-input {
    font-size: 14px;
    border-bottom: 1px solid #3A1D87;
    padding-bottom: 10px;
    color: #3A1D87;
  }
  .search-page .search-input:-webkit-autofill, .search-page .search-input:-webkit-autofill:focus, .search-page .search-input:-webkit-autofill:active {
    -webkit-text-fill-color: #3A1D87 !important;
    caret-color: #3A1D87;
  }
}
.search-page .search-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  padding: 0;
  border: none;
  background: transparent;
}
@media all and (max-width: 991px) {
  .search-page .search-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #462897;
  }
}
.search-page .search-icon {
  display: block;
  -webkit-mask: url("../images/common/search.svg") center/contain no-repeat;
          mask: url("../images/common/search.svg") center/contain no-repeat;
}
@media all and (min-width: 992px) {
  .search-page .search-icon {
    width: 40px;
    height: 40px;
    background-color: #3A1D87;
  }
}
@media all and (max-width: 991px) {
  .search-page .search-icon {
    width: 30px;
    height: 30px;
    background-color: #fff;
  }
}
.search-page .search-body {
  background-color: #fff;
  padding: 80px 0 124px;
}
@media all and (max-width: 991px) {
  .search-page .search-body {
    padding: 13px 0 60px;
  }
}
.search-page .date-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 39px;
  margin-bottom: 60px;
}
@media all and (max-width: 991px) {
  .search-page .date-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 11px;
    margin-bottom: 0;
    background-color: #fff;
    padding: 13px 0 24px;
  }
  .search-page .date-filter.is-sticky {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 10;
  }
}
.search-page .date-label {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  color: #666666;
  white-space: nowrap;
}
@media all and (max-width: 991px) {
  .search-page .date-label {
    font-size: 14px;
    line-height: 1.6;
  }
}
.search-page .date-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 39px;
}
@media all and (max-width: 991px) {
  .search-page .date-controls {
    gap: 20px;
    width: 100%;
  }
}
.search-page .date-range-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media all and (max-width: 991px) {
  .search-page .date-range-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    border: 1px solid #A3A3A3;
    border-radius: 2.5px;
    padding: 4px 15px;
    gap: 5px;
    max-width: 490px;
  }
  .search-page .date-range-wrap:focus-within {
    border-color: #462897;
  }
}
.search-page .date-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media all and (min-width: 992px) {
  .search-page .date-box {
    border: 1px solid #A3A3A3;
    border-radius: 5px;
    padding: 13px 16px;
    width: 240px;
  }
  .search-page .date-box:focus-within {
    border-color: #462897;
  }
}
@media all and (max-width: 991px) {
  .search-page .date-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    gap: 4px;
  }
}
.search-page .date-box .date-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  font-family: "Poppins", serif;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.search-page .date-box .date-input::-webkit-calendar-picker-indicator {
  display: none;
}
.search-page .date-box .date-input {
  color: #5A5A5A;
}
.search-page .date-box .date-input::-webkit-input-placeholder {
  color: #CCCCCC;
}
.search-page .date-box .date-input::-moz-placeholder {
  color: #CCCCCC;
}
.search-page .date-box .date-input:-ms-input-placeholder {
  color: #CCCCCC;
}
.search-page .date-box .date-input::-ms-input-placeholder {
  color: #CCCCCC;
}
.search-page .date-box .date-input::placeholder {
  color: #CCCCCC;
}
.search-page .date-box .date-input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
@media all and (max-width: 991px) {
  .search-page .date-box .date-input {
    font-size: 12px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
}
.search-page .date-box .date-picker {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
}
.search-page .cal-icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-mask: url("../images/search/calendar.svg") center/contain no-repeat;
          mask: url("../images/search/calendar.svg") center/contain no-repeat;
  background-color: #666666;
  pointer-events: none;
}
.search-page .date-cal-mo {
  width: 18px;
  height: 18px;
}
@media all and (min-width: 992px) {
  .search-page .date-cal-mo {
    display: none;
  }
}
.search-page .date-cal-pc {
  width: 20px;
  height: 20px;
}
@media all and (max-width: 991px) {
  .search-page .date-cal-pc {
    display: none;
  }
}
.search-page .date-sep {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 24px;
  color: #5A5A5A;
}
@media all and (max-width: 991px) {
  .search-page .date-sep {
    font-size: 15px;
  }
}
.search-page .date-clear {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Poppins", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding: 15px 35px;
  background-color: #FCC900;
  color: #462897;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media all and (max-width: 991px) {
  .search-page .date-clear {
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 2.5px;
  }
}
@media all and (min-width: 992px) {
  .search-page .date-clear:hover {
    background-color: #FFE478;
  }
}
.search-page .search-list {
  margin-bottom: 125px;
}
@media all and (max-width: 991px) {
  .search-page .search-list {
    margin-bottom: 36px;
  }
}
.search-page .search-list li {
  border-bottom: 1px solid #D9D9D9;
}
.search-page .search-list .search-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 28px 0;
  color: #222222;
}
@media all and (max-width: 991px) {
  .search-page .search-list .search-item {
    padding: 28px 0 16px;
  }
}
@media all and (min-width: 992px) {
  .search-page .search-list .search-item:hover .item-title {
    color: #462897;
  }
  .search-page .search-list .search-item:hover .item-desc {
    color: #462897;
  }
  .search-page .search-list .search-item:hover .item-date {
    background-color: #462897;
  }
  .search-page .search-list .search-item:hover .item-arrow::before {
    width: 24px;
    height: 24px;
  }
  .search-page .search-list .search-item:hover .item-arrow::after {
    width: 14px;
  }
}
.search-page .search-list .item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin-top: 10px;
}
@media all and (max-width: 991px) {
  .search-page .search-list .item-row {
    margin-top: 6px;
  }
}
.search-page .search-list .item-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.search-page .search-list .item-date {
  font-family: "Poppins", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 8px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #222222;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
@media all and (max-width: 991px) {
  .search-page .search-list .item-date {
    font-size: 12px;
    padding: 7px;
  }
}
.search-page .search-list .item-title {
  font-size: 20px;
  font-weight: 500;
  color: #222222;
  line-height: 1.4;
  height: 1.4em;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 第幾行要顯示點點點 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 100%;
  max-height: 1.4em;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media all and (max-width: 991px) {
  .search-page .search-list .item-title {
    font-size: 16px;
    line-height: 1.4;
    max-height: unset;
    height: auto;
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
  }
}
.search-page .search-list .item-desc {
  font-size: 16px;
  line-height: 2;
  margin-top: 6px;
  height: 1.6em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 第幾行要顯示點點點 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 100%;
  max-height: 1.6em;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media all and (max-width: 991px) {
  .search-page .search-list .item-desc {
    display: none;
  }
}
.search-page .search-list .item-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: rgba(70, 40, 151, 0.1);
}
.search-page .search-list .item-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #462897;
  -webkit-transition: width 0.4s ease, height 0.4s ease;
  transition: width 0.4s ease, height 0.4s ease;
}
.search-page .search-list .item-arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 0;
  height: auto;
  aspect-ratio: 1/1.0714285;
  -webkit-mask: url("../images/common/btn_arrow.svg") center/contain no-repeat;
          mask: url("../images/common/btn_arrow.svg") center/contain no-repeat;
  background-color: #fff;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
@media all and (max-width: 991px) {
  .search-page .search-list .item-arrow {
    display: none;
  }
}
.search-page .search-empty {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #5A5A5A;
  padding: 100px 0 80px;
}
@media all and (max-width: 991px) {
  .search-page .search-empty {
    font-size: 16px;
    padding: 60px 0 40px;
  }
}

.search-page ~ footer {
  background-color: #fff;
}
@media all and (max-width: 991px) {
  .search-page ~ footer .footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.search-page ~ footer .social-list a {
  background-color: #222222;
}
@media all and (min-width: 992px) {
  .search-page ~ footer .social-list a:hover {
    background-color: #462897;
  }
}
.search-page ~ footer .copyright {
  color: #222222;
}