/* Font */
@font-face {
  font-family: "DINPro";
  font-style: normal;
  font-weight: normal;
  src: local("DINPro-Medium"), url("../fonts/DINPro-Medium_13936.woff") format("woff");
}
@font-face {
  font-family: "DINPro";
  font-style: normal;
  font-weight: normal;
  src: local("DINPro-Bold"), url("../fonts/DINPro-Bold_13934.ttf") format("truetype");
}
body {
  margin: 0;
  font-family: "Arial", "Microsoft JhengHei", sans-serif;
  /* font-family: $fontTitle; */
}
body:lang(zh-hk) {
  font-family: "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
}
body:lang(zh-cn) {
  font-family: "Noto Sans SC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper {
  max-width: 1448px;
  padding: 0 24px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 479px) {
  .wrapper {
    padding: 0 15px;
  }
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  color: #000;
  background-color: transparent;
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  line-height: 1.375;
}

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

.a11y-hidden {
  position: absolute !important;
  left: -300000px !important;
  width: 1px !important;
  height: 1px !important;
  display: inline-block !important;
  color: #000 !important;
  background-color: #fff !important;
}

.a11y-header {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.a11y-header:focus-within {
  height: 38px;
}
.a11y-header__button {
  display: inline-block;
  padding: 9px;
  margin: 1px 0;
  font-size: 1rem;
  color: #000;
  text-decoration: none;
}

.overflow-hidden {
  overflow: hidden;
}

.back-to-top {
  position: absolute;
  top: -25px;
  right: 40px;
  background-color: #a7d8b7;
  color: #222;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media screen and (max-width: 991px) {
  .back-to-top {
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .back-to-top {
    right: 20px;
  }
}
@media screen and (max-width: 479px) {
  .back-to-top {
    right: 12px;
  }
}
.back-to-top.fixed {
  position: fixed;
  top: auto;
  bottom: 24px;
}
.back-to-top:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px #222 solid;
  border-right: 2px #222 solid;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-bottom: 2px;
}
.back-to-top:hover {
  opacity: 0.8;
}

.txt-grp {
  display: inline-block;
  vertical-align: middle;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 21px 0;
}
@media screen and (max-width: 991px) {
  .header__container {
    padding: 18px 0;
  }
}
@media screen and (max-width: 767px) {
  .header__container {
    padding: 15px 0;
  }
}
@media screen and (max-width: 479px) {
  .header__container {
    padding: 12px 0;
  }
}

.header-left {
  margin-right: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 375px) {
  .header-left {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
.header-left__logo {
  display: block;
  line-height: 0;
}
.header-left__logo-img {
  width: auto;
  height: 39px;
}
@media screen and (max-width: 991px) {
  .header-left__logo-img {
    height: 34px;
  }
}
@media screen and (max-width: 479px) {
  .header-left__logo-img {
    height: 27px;
  }
}
@media screen and (max-width: 375px) {
  .header-left__logo-img {
    width: 100%;
    max-width: 200px;
    height: auto;
  }
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-right__btn {
  font-size: 0;
  padding: 1px 6px;
  margin-left: 30px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .header-right__btn {
    margin-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .header-right__btn {
    margin-left: 18px;
  }
}
@media screen and (max-width: 479px) {
  .header-right__btn {
    margin-left: 3px;
  }
}
@media screen and (max-width: 991px) {
  .header-right__btn--print {
    display: none;
  }
}
.header-right__btn--search {
  display: none;
}
@media screen and (max-width: 991px) {
  .header-right__btn--search {
    margin-left: 0;
  }
}
.header-right__btn--lang {
  display: none;
}
@media screen and (max-width: 991px) {
  .header-right__btn--lang {
    display: block;
  }
}
.header-right__btn--menu img:nth-child(2) {
  position: relative;
  top: 1px;
  left: 6px;
  display: none;
}
.header-right__btn--menu.active img:nth-child(1) {
  display: none;
}
.header-right__btn--menu.active img:nth-child(2) {
  display: block;
}
@media screen and (min-width: 992px) {
  .header--msg .header-right__btn--menu {
    display: none;
  }
}
.header-right__btn img {
  width: 30px;
}
@media screen and (max-width: 479px) {
  .header-right__btn img {
    width: 27px;
  }
}
.header-right__text-btn {
  font-size: 1.0625rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-left: 36px;
  color: #3e290f;
  text-decoration: none;
}
.header-right__text-btn:hover {
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .header-right__text-btn {
    display: none;
  }
}

.header-search {
  display: none;
  position: absolute;
  left: auto;
  top: 100%;
  right: -24px;
  bottom: auto;
  width: 750px;
  padding: 20px;
  border: 1px solid #e6e6e6;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #fff;
  z-index: 20;
}
@media screen and (max-width: 1450px) {
  .header-search {
    border-right: 0;
    border-bottom-right-radius: 0;
  }
}
@media screen and (max-width: 991px) {
  .header-search {
    width: 600px;
    padding: 18px;
    border-bottom-left-radius: 12px;
  }
}
@media screen and (max-width: 767px) {
  .header-search {
    left: 10px;
    right: -20px;
    width: auto;
  }
}
@media screen and (max-width: 479px) {
  .header-search {
    left: 5px;
    right: -15px;
    padding: 15px;
    border-bottom-left-radius: 9px;
  }
}
.header-search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0px;
}
.header-search__input {
  height: 44px;
  margin: 0px;
  padding: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #b2ffd9 transparent #b2ffd9 #b2ffd9;
  border-radius: 6px 0px 0px 6px;
  background-color: #fff;
  font-size: 0.875rem;
  line-height: 20px;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 991px) {
  .header-search__input {
    height: 39px;
    padding: 10px 11px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 1rem;
    line-height: 19px;
  }
}
@media screen and (max-width: 479px) {
  .header-search__input {
    height: 34px;
    padding: 8px 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 0.875rem;
    line-height: 18px;
  }
}
.header-search__submit {
  position: relative;
  margin-left: -1px;
  padding: 12px 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 0px 6px 6px 0px;
  color: #222;
  background-color: #b2ffd9;
  font-size: 1rem;
  line-height: 20px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .header-search__submit {
    padding: 10px 18px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
@media screen and (max-width: 479px) {
  .header-search__submit {
    padding: 8px 15px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 0.875rem;
    line-height: 18px;
  }
}
.header-search__submit:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px #222 solid;
  border-right: 2px #222 solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  top: -2px;
  margin-left: 3px;
}

.header-lang {
  display: none;
  position: absolute;
  top: 100%;
  left: -24px;
  right: -24px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  z-index: 20;
}
@media screen and (min-width: 992px) {
  .header-lang {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .header-lang {
    left: -20px;
    right: -20px;
  }
}
@media screen and (max-width: 479px) {
  .header-lang {
    left: -15px;
    right: -15px;
  }
}
.header-lang__container {
  padding: 24px;
}
.header-lang__title {
  margin: 0 0 14px;
}
@media screen and (max-width: 479px) {
  .header-lang__title {
    font-size: 1.125rem;
    margin-bottom: 6px;
  }
}
.header-lang__item-btn {
  display: inline-block;
  font-size: 1rem;
  padding: 6px 0;
}
@media screen and (max-width: 479px) {
  .header-lang__item-btn {
    font-size: 0.875rem;
  }
}

.header-menu {
  display: none;
  position: absolute;
  left: auto;
  top: 100%;
  right: -24px;
  bottom: auto;
  width: 420px;
  padding: 20px;
  border: 1px solid #e6e6e6;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #fff;
  z-index: 20;
}
@media screen and (max-width: 1450px) {
  .header-menu {
    border-right: 0;
    border-bottom-right-radius: 0;
    width: 360px;
    padding: 18px;
    border-bottom-left-radius: 12px;
  }
}
@media screen and (max-width: 767px) {
  .header-menu {
    right: -20px;
  }
}
@media screen and (max-width: 479px) {
  .header-menu {
    right: -15px;
    width: 300px;
    padding: 15px;
    border-bottom-left-radius: 9px;
  }
}
.header-menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-menu__item-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.header-menu__item {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 6px;
  padding: 12px 50px 12px 12px;
  border-radius: 6px;
  font-family: "DINPro", "Noto Sans TC", "Noto Sans SC", "Arial", "Microsoft JhengHei", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  color: #222;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .header-menu__item {
    padding: 11px 44px 11px 11px;
    border-radius: 5px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 479px) {
  .header-menu__item {
    padding: 10px 38px 10px 10px;
    border-radius: 4px;
    font-size: 1rem;
  }
}
.header-menu__item:lang(en) {
  font-weight: normal;
}
.header-menu__item:hover {
  /* transform: scale(1.05); */
  z-index: 2;
  text-decoration: none;
}
.header-menu__item:first-child {
  margin-top: 0;
}
.header-menu__item span {
  position: relative;
  z-index: 2;
}
.header-menu__item-arrow {
  position: absolute !important;
  top: 50%;
  right: 24px;
  display: block;
  width: 26px;
  height: 11.7624px;
  background-image: url(../images/arrow-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.3s -webkit-transform ease;
  transition: 0.3s -webkit-transform ease;
  transition: 0.3s transform ease;
  transition: 0.3s transform ease, 0.3s -webkit-transform ease;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .header-menu__item-arrow {
    width: 24px;
    height: 10.8576px;
  }
}
@media screen and (max-width: 479px) {
  .header-menu__item-arrow {
    width: 22px;
    height: 9.9528px;
  }
}
a:hover .header-menu__item-arrow {
  -webkit-transform: translate(10px, -50%);
      -ms-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
}
._img-bg .header-menu__item-arrow {
  -webkit-filter: invert(1);
          filter: invert(1);
}
._recover .header-menu__item-arrow {
  -webkit-filter: none;
          filter: none;
}
.header-menu__bottom {
  display: none;
}
@media screen and (max-width: 991px) {
  .header-menu__bottom {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-top: 18px;
  }
}
@media screen and (max-width: 991px) and (max-width: 479px) {
  .header-menu__bottom {
    margin-top: 12px;
  }
}
.header-menu__bottom .header-right__btn {
  margin: 4px 8px;
}
@media screen and (max-width: 479px) {
  .header-menu__bottom .header-right__btn {
    margin: 4px 2px;
  }
}
.header-menu__bottom .header-right__text-btn {
  display: inline-block;
  margin: 4px 8px;
}
@media screen and (max-width: 767px) {
  .header-menu__bottom .header-right__text-btn {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 479px) {
  .header-menu__bottom .header-right__text-btn {
    margin: 4px 2px;
  }
}

.footer {
  position: relative;
  border-top: 1px solid #ccc;
  background-color: #fff;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.875rem;
  color: #3e290f;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 38px 0 80px;
}
@media screen and (max-width: 991px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 28px 0 70px;
  }
}
.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .footer__left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.footer__link {
  padding: 0 12px;
  margin: 4px 0;
  color: #3e290f;
  border-right: 1px solid #868686;
  text-decoration: none;
  line-height: 1.25;
}
.footer__link:hover {
  text-decoration: underline;
}
.footer__link--last {
  border-right: 0;
}
.footer__published-by {
  width: 100%;
  margin: 4px 0 0;
}
.footer__copyright {
  margin: 0;
}
.footer__right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .footer__right {
    margin: 20px auto 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .footer__last-update {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    text-align: center;
    margin: 16px 0 0;
  }
}
.footer__img-link {
  margin-left: 30px;
}
@media screen and (max-width: 991px) {
  .footer__img-link {
    margin: 0 15px;
  }
}
.footer__img-w3c {
  width: 88px;
}
.footer__img-brand-hk {
  width: 108px;
}

/* Global replace $resultText to your color */
/* result page START */
.result {
  padding: 38px 0;
}

.result p {
  font-size: 1rem;
  color: #222;
}

.result__search-form {
  padding-bottom: 24px;
  border-bottom: 1px #ccc solid;
}

.result__number-results {
  margin: 30px 0 0;
}

.result__number-results:empty {
  display: none;
}

.result__item-container {
  min-height: 500px;
}

.result__item-container.loading {
  position: relative;
}

.result__item-container.loading:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}

.result__item-container.loading:after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 5px #222 solid;
  border-top-color: transparent;
  border-radius: 50%;
  -webkit-animation: loading 3s infinite linear;
  animation: loading 3s infinite linear;
  z-index: 3;
}

.result__item strong {
  color: #1f4d1f;
}

.result__item-type {
  font-weight: normal;
}

.result__radio-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.result__radio-container fieldset {
  display: inline-block;
  vertical-align: middle;
  border: 0;
  padding: 0;
}

.result__radio-container input {
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 15px;
  height: 15px;
  border: 1px #222 solid;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}
:lang(en) .result__radio-container input {
  margin-top: 0;
}

.result__radio-container input:checked:after {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: #222;
  border-radius: 50%;
}

@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#resultInput {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1rem;
  padding: 12px;
  margin-bottom: 0;
}

.result__title {
  color: #2f2f2f;
  line-height: 1;
  padding-left: 0;
  padding-bottom: 25px;
  font-size: 1.5em;
  margin-bottom: 0;
}

.result__search-form-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 767px;
  margin-bottom: 12px;
}

.result__search-form button[type=submit] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /* margin-left: 12px; */
  padding: 0 24px;
  border: 0;
  cursor: pointer;
  background-color: #1f4d1f;
  color: #fff;
  font-size: 16px;
}

.result__item {
  margin: 24px 0;
  padding-left: 35px;
  position: relative;
}

.result__item-number {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 16px;
}

.result__item-name {
  color: #222;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}

.result__item-name:hover {
  text-decoration: underline;
}

.result__item-desc {
  margin: 5px 0 3px;
}

.result__item-bottom {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 15px;
}

.result__item-link {
  color: #222;
  text-decoration: none;
  margin-right: 14px;
  word-break: break-all;
}

.result__item-link:hover {
  text-decoration: underline;
}

.result__item-info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.result__item-info span {
  margin-right: 5px;
  border-right: 1px #222 solid;
  padding-right: 5px;
}

.result__item-viewer {
  color: #222;
  text-decoration: none;
}

.result__item-viewer:hover {
  text-decoration: underline;
}

.result__no-result {
  display: none;
  margin: 24px 0;
}

.result__no-result a {
  color: #222;
  text-decoration: none;
}

.result__no-result a:hover {
  text-decoration: underline;
}

.result-page__container {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  line-height: 1;
}

.result-page__item {
  font-size: 16px;
  text-decoration: none;
  color: #222;
  margin: 5px 10px;
}

.result-page__item:hover {
  text-decoration: underline;
}

.result-page__item.active {
  font-weight: bold;
  pointer-events: none;
}

.result-page__item.active:hover {
  text-decoration: none;
}

.result-page__item.hidden {
  opacity: 0;
  pointer-events: none;
  display: none;
}

.result__related {
  display: none;
  margin-top: 34px;
}

.result__related p {
  font-size: 18px;
  color: #222;
  margin: 0 0 18px;
}

.result__related-key {
  color: #1f4d1f;
}

.result__related-item-container {
  max-width: 400px;
  width: 100%;
  margin: -6px -12px;
}

.result__related-item {
  color: #222;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin: 6px 12px;
}

.result__related-item:hover {
  text-decoration: underline;
}

.result__related-item strong {
  color: #1f4d1f;
}

.result__sort-container {
  display: none;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 14px -12px -6px;
  cursor: pointer;
}

.result__sort-container.active {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.result__sort-item {
  border: none;
  padding: 0;
  background-color: transparent;
  font-size: 16px;
  margin: 6px 12px;
}

.result__sort-item:hover {
  text-decoration: underline;
}

.result__sort-item.active {
  color: #1f4d1f;
}

.result__spellcheck {
  display: none;
}

.result__spellcheck-link {
  color: #1f4d1f;
  text-decoration: none;
}

.result__spellcheck-link:hover {
  text-decoration: underline;
}

/* result page END */
body {
  position: relative;
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url(../images/background.jpg);
  background-position: center 80%;
  background-attachment: fixed;
  z-index: -1;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-family: "DINPro", "Noto Sans TC", "Noto Sans SC", "Arial", "Microsoft JhengHei", sans-serif;
}
:lang(zh-hk) h1,
:lang(zh-hk) h2,
:lang(zh-hk) h3,
:lang(zh-hk) h4,
:lang(zh-hk) .h1,
:lang(zh-hk) .h2,
:lang(zh-hk) .h3,
:lang(zh-hk) .h4 {
  font-family: "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
}
:lang(zh-cn) h1,
:lang(zh-cn) h2,
:lang(zh-cn) h3,
:lang(zh-cn) h4,
:lang(zh-cn) .h1,
:lang(zh-cn) .h2,
:lang(zh-cn) .h3,
:lang(zh-cn) .h4 {
  font-family: "Noto Sans SC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

ol,
ul {
  padding-left: 1.5em;
}
ol li,
ul li {
  line-height: 1.375;
  margin: 6px 0;
}
ol.more-spacing li,
ul.more-spacing li {
  margin-bottom: 12px;
}
ol.more-spacing li:last-child,
ul.more-spacing li:last-child {
  margin-bottom: 6px;
}

.scroll-table {
  overflow: auto;
}
.scroll-table table {
  min-width: 480px;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 1rem;
  line-height: 1.375;
}
table.flats-table {
  text-align: center;
}
table.min-table {
  max-width: 700px;
}
table.align-top th,
table.align-top td {
  vertical-align: top;
}
table caption {
  text-align: left;
  margin-bottom: 12px;
}
table th {
  padding: 12px;
  border: 1px #ddd solid;
  border-bottom-width: 0;
  background-color: #fffbe5;
}
table td {
  border: 1px #ddd solid;
  padding: 12px;
  background-color: #fff;
}
table tbody th {
  border-bottom-width: 1px;
}

.header {
  background-color: #fff;
}

.icon-title {
  padding-left: 1.25em;
  margin: 0;
  line-height: 1.2;
  background-size: 1em;
  background-position: left 0.1em;
  background-repeat: no-repeat;
}

.txt-link {
  color: inherit;
  text-decoration: underline;
}
.txt-link:hover {
  text-decoration: none;
}

.txt-red {
  color: #bf3d0d;
}

.gsh-body {
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 375px) {
  .gsh-body .wrapper {
    padding: 0 12px;
  }
}

.gsh-bg {
  position: relative;
  color: #000;
  background: #ffebc2;
}
.gsh-bg._img-bg {
  color: #fff;
  background-color: #222;
  /* .header & {
      &:after {
          filter: invert(1);
      }
  } */
}
.gsh-bg._img-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s -webkit-transform ease;
  transition: 0.5s -webkit-transform ease;
  transition: 0.5s transform ease;
  transition: 0.5s transform ease, 0.5s -webkit-transform ease;
}
a:hover .gsh-bg._img-bg:before,
a.gsh-bg._img-bg:hover:before {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.gsh-bg._layer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.gsh-bg._video:before {
  background-image: url(../images/video-bg.jpg);
  background-position: center top;
}
.header .gsh-bg._video:before {
  background-position: center 40%;
}
.gsh-bg._vr-tour {
  background: linear-gradient(135deg, #e5ffb2, #ffebc2);
}
.gsh-bg._vr-video:before {
  background-image: url(../images/vr-video-bg.png);
}
.gsh-bg._wang-chi {
  background: linear-gradient(135deg, #ffebc2, #ffe0e0);
}
.gsh-bg._resale {
  background: #ffe0e0;
}
.gsh-bg._recover {
  color: #222;
  background-color: transparent;
}
.gsh-bg._recover:before {
  background-image: url(../images/recovered-bg.jpg);
}

.online-blk {
  background: -webkit-gradient(linear, left top, right top, from(#ffe0e0), to(#e5ffb2));
  background: linear-gradient(to right, #ffe0e0, #e5ffb2);
}
@media screen and (max-width: 991px) {
  .online-blk {
    grid-column: span 2;
  }
}
@media screen and (max-width: 767px) {
  .online-blk {
    grid-column: auto;
  }
}
.online-blk .index-grid__item-inner {
  padding-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .online-blk .index-grid__item-inner {
    min-height: auto;
  }
}
.online-blk__title {
  margin-bottom: 16px;
  font-size: 2.25rem;
  color: #993d3d;
  background-image: url(../images/online-icon.svg);
}
@media screen and (max-width: 991px) {
  .online-blk__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .online-blk__title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 479px) {
  .online-blk__title {
    font-size: 1.5rem;
  }
}
.online-blk__subtitle {
  margin: 0;
  font-size: 1.125rem;
}
@media screen and (max-width: 479px) {
  .online-blk__subtitle {
    font-size: 1rem;
  }
}
.online-blk__desc {
  margin-bottom: auto;
}
.online-blk__desc p {
  margin: 0;
}
.online-blk__box {
  display: block;
  width: calc(100% + 38px);
  padding: 24px 19px;
  border: 1px rgba(0, 0, 0, 0.33) solid;
  border-radius: 18px;
  margin-top: 24px;
  margin-left: -19px;
  color: #000;
  background-color: #ffe0e0;
}
.collapse__content .online-blk__box {
  width: 100%;
  max-width: 480px;
  margin-left: 0;
  color: #000;
}
.online-blk__box:hover {
  text-decoration: none;
}
.online-blk__box + .online-blk__box {
  margin-top: 8px;
  background-color: #e5ffb2;
}
.online-blk__box-title {
  display: block;
  margin: 0 0 12px;
  font-size: 1.5rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .online-blk__box-title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 479px) {
  .online-blk__box-title {
    font-size: 1.125rem;
  }
}
.online-blk__box-desc p {
  margin: 0;
}
.online-blk__box-remark {
  font-size: 0.875rem;
}

.msg-textarea {
  text-align: left;
  min-height: 200px;
  padding: 38px 24px;
}
.msg-textarea p {
  line-height: 1.5;
}
.msg-textarea p:first-child {
  margin-top: 0;
}
.msg-textarea p:last-child {
  margin-bottom: 0;
}

.pdf-link img {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.pdf-link {
  display: inline-block;
}
.pdf-link__row {
  margin: 8px 0;
}

.break-all {
  word-break: break-all;
}

.court-pdf-list {
  padding: 38px 0;
}
.fold__item-content .court-pdf-list {
  padding: 0;
}
.court-pdf-list__row {
  margin: 24px 0;
}
.court-pdf-list__row:first-child {
  margin-top: 0;
}

.half-img__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 991px;
}
.half-img__item {
  width: 50%;
  padding: 24px;
}
@media screen and (max-width: 560px) {
  .half-img__item {
    width: 100%;
  }
}
.half-img__item img {
  width: 100%;
}

.collapse {
  padding: 12px 0 38px;
}
.collapse__btn-all {
  display: block;
  font-size: 1rem;
  padding: 6px 0;
  margin-left: auto;
}
.collapse__item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.collapse__item {
  width: 100%;
  position: relative;
  border-bottom: 1px #1f4d1f solid;
}
.collapse__item:first-child {
  border-top: 1px #1f4d1f solid;
}
.collapse__item .collapse__item {
  border: 1px #ddd solid;
  padding: 0 24px;
}
@media screen and (max-width: 375px) {
  .collapse__item .collapse__item {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.collapse__item .collapse__item + .collapse__item {
  margin-top: 12px;
}
.collapse__btn {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
}
.collapse__btn:after {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  right: 12px;
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px #1f4d1f solid;
  border-right: 2px #1f4d1f solid;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.collapse__btn._active:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(50% - 2px);
}
.collapse__btn--always:after {
  display: none;
}
.collapse__item-title {
  display: block;
  font-size: 1.25rem;
  font-family: "DINPro", "Noto Sans TC", "Noto Sans SC", "Arial", "Microsoft JhengHei", sans-serif;
  font-weight: bold;
  padding: 16px 0;
  padding-right: 38px;
  margin: 0;
  color: #222;
  line-height: 1.2;
}
:lang(zh-hk) .collapse__item-title {
  font-family: "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
}
:lang(zh-cn) .collapse__item-title {
  font-family: "Noto Sans SC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.inner-content__textarea--vr .collapse__item-title {
  font-weight: bold;
}
@media screen and (max-width: 479px) {
  .collapse__item-title {
    font-size: 1.125rem;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.collapse__content {
  display: none;
  padding-bottom: 24px;
}
.collapse__content--always {
  display: block !important;
}
.collapse__content h2,
.collapse__content h3,
.collapse__content h4,
.collapse__content .h2,
.collapse__content .h3,
.collapse__content .h4 {
  margin: 1.5em 0 0.75em;
}
.collapse__content h2:first-child,
.collapse__content h3:first-child,
.collapse__content h4:first-child,
.collapse__content .h2:first-child,
.collapse__content .h3:first-child,
.collapse__content .h4:first-child {
  margin-top: 0;
}
.collapse__content p:first-child {
  margin-top: 0;
}
.collapse__content p:last-child {
  margin-bottom: 0;
}
.collapse__content h3,
.collapse__content .h3 {
  font-size: 1.125rem;
}

.file-grid__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 38px 0 58px;
  margin-top: -24px;
}
.collapse__content .file-grid__container {
  padding: 0 0 18px;
}
@media screen and (max-width: 1400px) {
  .file-grid__container {
    margin-top: -18px;
  }
}
@media screen and (max-width: 991px) {
  .file-grid__container {
    margin-top: -15px;
  }
}
@media screen and (max-width: 479px) {
  .file-grid__container {
    margin-top: -12px;
  }
}
.file-grid__block {
  width: 33.3333333333%;
  padding-top: 24px;
  padding-right: 20px;
}
@media screen and (max-width: 1400px) {
  .file-grid__block {
    padding-top: 18px;
    padding-right: 18px;
  }
}
@media screen and (max-width: 1279px) {
  .file-grid__block {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .file-grid__block {
    padding-top: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .file-grid__block {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .file-grid__block {
    padding-top: 12px;
  }
}
.file-grid__block-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  border-radius: 18px;
  color: inherit;
}
.inner-content__textarea .file-grid__block-in {
  color: #000;
}
.inner-content__textarea--lai-yuet .file-grid__block-in {
  background-image: -webkit-gradient(linear, left top, right top, from(#b4feda), to(#e0f0fe));
  background-image: linear-gradient(to right, #b4feda, #e0f0fe);
}
.inner-content__textarea--resale .file-grid__block-in {
  background-image: linear-gradient(15deg, #b2ffd9, #f0e0ff);
}
@media screen and (max-width: 991px) {
  .file-grid__block-in {
    border-radius: 15px;
    padding: 20px;
  }
}
@media screen and (max-width: 479px) {
  .file-grid__block-in {
    border-radius: 12px;
    padding: 18px 14px;
  }
}
.file-grid__block-in:hover {
  opacity: 0.85;
}
.file-grid__icon {
  display: block;
  width: 48px;
  margin-right: 12px;
}
@media screen and (max-width: 991px) {
  .file-grid__icon {
    width: 42px;
    margin-right: 10.5px;
  }
}
@media screen and (max-width: 479px) {
  .file-grid__icon {
    width: 36px;
    margin-right: 9px;
  }
}
.file-grid__remark {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 1400px) {
  .file-grid__remark {
    margin-top: 27px;
  }
}
@media screen and (max-width: 1279px) {
  .file-grid__remark {
    margin-top: 24px;
  }
}
.file-grid__remark p:first-child {
  margin-top: 0;
}
.file-grid__remark p:last-child {
  margin-bottom: 0;
}

.gsh-banner {
  padding: 38px 0;
  border-bottom-right-radius: 50px;
  background: url(../images/banner-family.png) 83% bottom/46% auto no-repeat, url(../images/banner-pattern.png) 50% 40%/cover no-repeat;
  background-color: #fffbe5;
}
.gsh-banner._min-height {
  min-height: 25vw;
}
@media screen and (max-width: 991px) {
  .gsh-banner {
    background-position: 100% bottom, 50% 40%;
  }
}
@media screen and (max-width: 767px) {
  .gsh-banner {
    background-size: 54% auto, cover;
    padding-bottom: 27vw;
  }
}
@media screen and (max-width: 479px) {
  .gsh-banner {
    padding-top: 24px;
  }
}
.gsh-banner--inner {
  background: none;
}
@media screen and (max-width: 767px) {
  .gsh-banner--inner {
    padding-bottom: 38px;
  }
}
@media screen and (max-width: 479px) {
  .gsh-banner--inner {
    padding: 24px 0;
  }
}
.gsh-banner__title {
  max-width: 520px;
  margin: 0 0 0.4em;
  color: #1f4d1f;
  font-size: 3.75rem;
  font-weight: bold;
  font-family: "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  line-height: 1.2;
}
:lang(en) .gsh-banner__title {
  max-width: 700px;
  font-size: 2.875rem;
  font-family: "DINPro", "Noto Sans TC", "Noto Sans SC", "Arial", "Microsoft JhengHei", sans-serif;
}
:lang(zh-cn) .gsh-banner__title {
  font-family: "Noto Sans SC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.gsh-banner--inner .gsh-banner__title {
  max-width: none;
}
.gsh-banner--inner .gsh-banner__title a {
  color: inherit;
}
@media screen and (max-width: 991px) {
  .gsh-banner__title {
    font-size: 3.125rem;
  }
  :lang(en) .gsh-banner__title {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 767px) {
  .gsh-banner__title {
    font-size: 2.625rem;
  }
  :lang(en) .gsh-banner__title {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 479px) {
  .gsh-banner__title {
    font-size: 2.375rem;
  }
  :lang(en) .gsh-banner__title {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 375px) {
  .gsh-banner__title {
    font-size: 2.125rem;
  }
}
.gsh-banner__title:last-child {
  margin-bottom: 0;
}
.gsh-banner__grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  max-width: 46%;
}
@media screen and (max-width: 991px) {
  .gsh-banner__grp {
    gap: 18px;
    max-width: 56%;
  }
}
@media screen and (max-width: 767px) {
  .gsh-banner__grp {
    max-width: 100%;
  }
}
.gsh-banner__grp + .gsh-banner__grp {
  margin-top: 24px;
}
@media screen and (max-width: 479px) {
  .gsh-banner__grp + .gsh-banner__grp {
    margin-top: 16px;
  }
}
.gsh-banner__grp-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .gsh-banner__grp-img {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 479px) {
  .gsh-banner__grp-img {
    width: 60px;
    height: 60px;
  }
}
.gsh-banner__grp-img._1 {
  -webkit-animation: baby 8s ease 0s infinite;
          animation: baby 8s ease 0s infinite;
}
.gsh-banner__grp-img._2 {
  -webkit-animation: zoom 8s ease 0s infinite;
          animation: zoom 8s ease 0s infinite;
}
@-webkit-keyframes baby {
  0%, 100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, -20deg);
            transform: rotate3d(0, 0, 1, -20deg);
  }
}
@keyframes baby {
  0%, 100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, -20deg);
            transform: rotate3d(0, 0, 1, -20deg);
  }
}
.gsh-banner__shadow-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #3d4d1f;
  text-shadow: 2px 2px #e5ffb2;
}
:lang(en) .gsh-banner__shadow-txt {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .gsh-banner__shadow-txt {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 479px) {
  .gsh-banner__shadow-txt {
    font-size: 1.125rem;
  }
}
.gsh-banner__shadow-txt._2 {
  color: #734d00;
  text-shadow: 2px 2px #ffebc2;
}
.gsh-banner__shadow-txt._2 span {
  /* &:last-child {
      animation: shadowTxtMove 8s ease 0s infinite;
  } */
}
.gsh-banner__shadow-txt._2 span:first-child {
  padding-right: 1.6em;
}
:lang(en) .gsh-banner__shadow-txt._2 span:first-child {
  padding-right: 0;
}
@media screen and (max-width: 375px) {
  .gsh-banner__shadow-txt._2 span:first-child {
    padding-right: 0.6em;
  }
}
.gsh-banner__shadow-txt a {
  color: inherit;
}
.gsh-banner__shadow-txt a:hover {
  text-decoration: none;
}
@-webkit-keyframes zoom {
  0%, 60% {
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
  }
  30% {
    -webkit-transform: scale(1.1) translateZ(0);
            transform: scale(1.1) translateZ(0);
  }
}
@keyframes zoom {
  0%, 60% {
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
  }
  30% {
    -webkit-transform: scale(1.1) translateZ(0);
            transform: scale(1.1) translateZ(0);
  }
}
@-webkit-keyframes shadowTxtMove {
  0%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) scale(1) translateZ(0);
            transform: rotate3d(0, 0, 1, 0deg) scale(1) translateZ(0);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 4deg) scale(1.2) translateZ(0);
            transform: rotate3d(0, 0, 1, 4deg) scale(1.2) translateZ(0);
  }
}
@keyframes shadowTxtMove {
  0%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) scale(1) translateZ(0);
            transform: rotate3d(0, 0, 1, 0deg) scale(1) translateZ(0);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 4deg) scale(1.2) translateZ(0);
            transform: rotate3d(0, 0, 1, 4deg) scale(1.2) translateZ(0);
  }
}

.img-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(30, 30, 30, 0.9);
  z-index: 20;
}
.img-popup .wrapper {
  width: 100%;
  height: 100%;
  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;
}
.img-popup__container {
  width: 100%;
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.img-popup__close-btn {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  margin-bottom: 14px;
  z-index: 2;
  background: rgba(30, 30, 30, 0.9);
}
.img-popup__close-btn:before, .img-popup__close-btn:after {
  content: "";
  display: block;
  width: 40%;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: 30%;
  background-color: #ccc;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.img-popup__close-btn:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.img-popup__close-btn:hover:before, .img-popup__close-btn:hover:after {
  background-color: red;
}
.img-popup__close-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-popup figure {
  width: 100%;
  height: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.img-popup img {
  width: auto;
  max-height: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.img-popup figcaption {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  margin-top: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.index-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 24px 0;
}
@media screen and (max-width: 991px) {
  .index-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .index-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 479px) {
  .index-grid {
    gap: 16px;
  }
}
.index-grid__item {
  position: relative;
  border-radius: 20px;
  /* color: #000; */
  /* background: #ffebc2; */
  overflow: hidden;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  container-type: inline-size;
}
.index-grid__item:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .index-grid__item.dt-span-2 {
    grid-column: span 2;
  }
}
.index-grid__item-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 28px;
  height: 100%;
  min-height: 75cqw;
  z-index: 2;
}
.dt-span-2 .index-grid__item-inner {
  min-height: 45cqw;
}
.index-grid__item-addr {
  position: relative;
  display: block;
  margin-bottom: 6px;
  font-size: 0.875rem;
  z-index: 2;
}
.index-grid__item-title {
  position: relative;
  display: block;
  font-size: 1.875rem;
  font-weight: normal;
  z-index: 2;
}
@media screen and (max-width: 1279px) {
  .index-grid__item-title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .index-grid__item-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 479px) {
  .index-grid__item-title {
    font-size: 1.25rem;
  }
}
.index-grid__item-title._s {
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .index-grid__item-title._s {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 479px) {
  .index-grid__item-title._s {
    font-size: 1.125rem;
  }
}
.index-grid__item-title._white {
  color: #fff;
}
.index-grid__arrow {
  position: relative;
  display: block;
  width: 38px;
  margin-top: 16px;
  background: url(../images/arrow-icon.svg) center/contain no-repeat;
  -webkit-transition: 0.5s -webkit-transform ease;
  transition: 0.5s -webkit-transform ease;
  transition: 0.5s transform ease;
  transition: 0.5s transform ease, 0.5s -webkit-transform ease;
  z-index: 2;
}
@media screen and (max-width: 479px) {
  .index-grid__arrow {
    width: 32px;
    margin-top: 12px;
  }
}
.index-grid__arrow._white {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.index-grid__arrow:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 50%;
}
a:hover .index-grid__arrow {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.index-grid__icon {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  -webkit-transition: 0.3s -webkit-transform ease;
  transition: 0.3s -webkit-transform ease;
  transition: 0.3s transform ease;
  transition: 0.3s transform ease, 0.3s -webkit-transform ease;
}
a:hover .index-grid__icon {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
._wang-chi .index-grid__icon {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 55cqw;
  height: 55cqw;
}
@media screen and (max-width: 1279px) {
  ._wang-chi .index-grid__icon {
    width: 40cqw;
    height: 40cqw;
  }
}
@media screen and (max-width: 1279px) {
  .index-grid__icon {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 375px) {
  .index-grid__icon {
    width: 80px;
    height: 80px;
  }
}

.notice-popup {
  padding: 58px 0;
}
.notice-popup .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1600px;
}
.notice-popup p {
  margin-top: 0;
}
.notice-popup p:last-child {
  margin-bottom: 0;
}
.notice-popup__container {
  width: 100%;
  height: 80%;
  padding: 38px;
  border-radius: 30px;
  overflow-y: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 479px) {
  .notice-popup__container {
    padding: 38px 24px;
  }
}
.notice-popup__top {
  margin-bottom: 34px;
}
.notice-popup__court {
  padding-top: 34px;
  margin-bottom: 34px;
  border-top: 1px #ddd solid;
}
.notice-popup__court p {
  margin: 4px 0;
  line-height: 1.2;
}
.notice-popup__court-title {
  position: relative;
  margin: 0;
  font-size: 2.4375rem;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  .notice-popup__court-title {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 991px) {
  .notice-popup__court-title {
    font-size: 1.96875rem;
  }
}
@media screen and (max-width: 479px) {
  .notice-popup__court-title {
    font-size: 1.6875rem;
  }
}
.notice-popup__court-title:before {
  content: "";
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  display: block;
  width: 12px;
  margin-left: -38px;
  background-color: #f0e0ff;
}
@media screen and (max-width: 991px) {
  .notice-popup__court-title:before {
    width: 9px;
  }
}
@media screen and (max-width: 479px) {
  .notice-popup__court-title:before {
    width: 6px;
    margin-left: -24px;
  }
}
.notice-popup__court-title--wang-chi {
  color: #11a75c;
}
.notice-popup__court-title--wang-chi:before {
  background-color: #11a75c;
}
.notice-popup__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: -38px;
}
@media screen and (max-width: 640px) {
  .notice-popup__detail {
    margin-right: 0;
  }
}
.notice-popup__detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333333333%;
  padding-top: 24px;
  padding-right: 38px;
}
@media screen and (min-width: 1401px) {
  .notice-popup__detail-item:nth-child(1), .notice-popup__detail-item:nth-child(2), .notice-popup__detail-item:nth-child(4), .notice-popup__detail-item:nth-child(5) {
    width: 30%;
  }
  .notice-popup__detail-item:nth-child(3), .notice-popup__detail-item:nth-child(6) {
    width: 40%;
  }
}
@media screen and (max-width: 1400px) {
  .notice-popup__detail-item {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .notice-popup__detail-item {
    width: 100%;
    padding-right: 0;
  }
}
.notice-popup__detail-item--full {
  width: 100%;
}
.notice-popup__detail-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  height: 50px;
  background-image: url(../images/enter_popup_icon1.svg);
  background-size: 42px 42px;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .notice-popup__detail-icon {
    width: 44px;
    height: 44px;
    background-size: 36px 36px;
  }
}
@media screen and (max-width: 479px) {
  .notice-popup__detail-icon {
    width: 38px;
    height: 38px;
    background-size: 30px 30px;
  }
}
.notice-popup__detail-icon._2 {
  background-image: url(../images/enter_popup_icon2.svg);
}
.notice-popup__detail-icon._3 {
  background-image: url(../images/enter_popup_icon3.svg);
}
.notice-popup__detail-icon._4 {
  background-image: url(../images/enter_popup_icon4.svg);
}
.notice-popup__detail-icon._5 {
  background-image: url(../images/enter_popup_icon5.svg);
}
.notice-popup__detail-icon._6 {
  background-image: url(../images/enter_popup_icon6.svg);
}
.notice-popup__detail-icon._7 {
  background-image: url(../images/enter_popup_icon7.svg);
}
.notice-popup__detail-textarea {
  padding-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.notice-popup__detail-title {
  margin: 0;
  font-size: 1rem;
}
@media screen and (max-width: 991px) {
  .notice-popup__detail-title {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 991px) {
  .notice-popup__detail-desc {
    font-size: 0.875rem;
  }
}
.notice-popup__remark {
  padding-top: 34px;
  border-top: 1px #ddd solid;
  margin-bottom: 38px;
}
.notice-popup__spec {
  border-radius: 12px;
  padding: 24px 30px;
  margin-bottom: 38px;
  background-image: linear-gradient(135deg, #ffebc2, #ffe0e0);
}
@media screen and (max-width: 479px) {
  .notice-popup__spec {
    padding: 18px 24px;
  }
}
.notice-popup__enter-container {
  text-align: center;
  padding: 24px 0;
}
.notice-popup__close, .notice-popup__disclaimer-link {
  display: inline-block;
  padding: 14px 24px;
  font-size: 1.3125rem;
  background-color: #544488;
  border-radius: 12px;
  color: #fff;
  min-width: 160px;
  max-width: 100%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media screen and (max-width: 991px) {
  .notice-popup__close, .notice-popup__disclaimer-link {
    font-size: 1.21875rem;
  }
}
@media screen and (max-width: 479px) {
  .notice-popup__close, .notice-popup__disclaimer-link {
    font-size: 1.125rem;
  }
}
.notice-popup__close:after, .notice-popup__disclaimer-link:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  position: relative;
  top: -0.25em;
  margin-left: 4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.notice-popup__close:hover, .notice-popup__disclaimer-link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.inner-content {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
}
.inner-content + .inner-content {
  margin-top: 12px;
}
.inner-content__title {
  position: relative;
  font-size: 1.75rem;
  font-family: "DINPro", "Noto Sans TC", "Noto Sans SC", "Arial", "Microsoft JhengHei", sans-serif;
  font-weight: 600;
  padding: 14px 38px;
  margin: 0;
  background-size: cover;
  background-color: #fffbe5;
  background-position: right center;
}
:lang(zh-hk) .inner-content__title {
  font-family: "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
}
:lang(zh-cn) .inner-content__title {
  font-family: "Noto Sans SC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.inner-content__title--lai-yuet {
  background-image: -webkit-gradient(linear, left top, right top, from(#b4feda), to(#e0f0fe));
  background-image: linear-gradient(to right, #b4feda, #e0f0fe);
}
@media screen and (max-width: 479px) {
  .inner-content__title {
    padding: 14px 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 375px) {
  .inner-content__title {
    padding: 14px 12px;
  }
}
.inner-content__title img {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
}
@media screen and (max-width: 479px) {
  .inner-content__title img {
    width: 150px;
  }
}
.inner-content__title--vr-tour {
  background-image: linear-gradient(15deg, #b2ffd9, #f0e0ff);
}
.inner-content__title--info {
  background-image: none;
  background-color: #e0f0ff;
}
.inner-content__title--flat {
  background: #b9cefe;
}
.inner-content__title--resale {
  background-color: #f0e0ff;
  /* background-image: linear-gradient(15deg, #b2ffd9, #f0e0ff); */
}
.inner-content__title span {
  position: relative;
  z-index: 2;
}
.inner-content__textarea {
  padding: 0 38px;
  /* &--lai-yuet {
      a {
          color: #1d7373;
      }
  }
  &--vr {
      padding-top: 18px;
      a {
          color: #16818d;
      }
  } */
  /* &--info {
      a {
          color: #1f4d1f;
          &.index-grid__link--online {
              color: #222;
              text-decoration: none;
              margin-bottom: 10px;
              &:hover {
                  text-decoration: none;
              }
          }
      }
      .index-grid__link--smart {
          a {
              color: #222;
          }
      }
  } */
  /* &--flat {
      a {
          color: #16818d;
      }
  }
  &--resale {
      a {
          color: #16818d;
      }
  }
  &--flat {
      padding-bottom: 24px;
  }
  &--ballot {
      a {
          color: #16818d;
      }
  } */
}
.inner-content__textarea:first-child {
  margin-top: 0;
}
.inner-content__textarea:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 479px) {
  .inner-content__textarea {
    padding: 0 24px;
  }
}
@media screen and (max-width: 375px) {
  .inner-content__textarea {
    padding: 0 12px;
  }
}
.inner-content__textarea a {
  color: #1f4d1f;
}

.general-info__table {
  width: 100%;
  margin-top: 0;
  border: 0;
}
.general-info__table-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.general-info__table-row.title {
  color: #000;
  background-color: #fbf0bb;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .general-info__table-row.title {
    display: none;
  }
}
.general-info__table-row:nth-child(even) {
  background-color: #fffbe7;
}
@media screen and (max-width: 767px) {
  .general-info__table-row {
    display: block;
    padding: 24px 0;
  }
}
.general-info__table-cell {
  position: relative;
  width: 50%;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 14px 24px;
}
.general-info__table-cell:last-child {
  border-right: 0;
}
[role=rowgroup]:last-child .general-info__table-row:last-child .general-info__table-cell {
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .general-info__table-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .general-info__table-cell {
    padding: 9px 10px;
  }
}
@media screen and (max-width: 767px) {
  .general-info__table-cell {
    width: 100%;
    border-bottom-style: none;
    border-right-style: none;
    padding-top: 12px;
    padding-bottom: 0;
  }
  .general-info__table-cell:first-child {
    padding-top: 0;
  }
}
.general-info__table-mobile-title {
  display: none;
  position: relative;
  padding: 0;
  margin-bottom: 6px;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .general-info__table-mobile-title {
    display: block;
  }
}
.general-info__table-link {
  text-decoration: underline;
}
.general-info__table-link:hover {
  color: #008285;
}

.info-exhibition__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.info-exhibition__block {
  width: 33.3333333333%;
  padding-top: 18px;
  padding-right: 18px;
}
@media screen and (max-width: 991px) {
  .info-exhibition__block {
    width: 50%;
    padding-top: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 479px) {
  .info-exhibition__block {
    width: 100%;
    padding-top: 12px;
    padding-right: 0;
  }
}
.info-exhibition__btn {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100%;
  border-radius: 12px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  background-color: #e0f0ff;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .info-exhibition__btn {
    border-radius: 10.5px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 479px) {
  .info-exhibition__btn {
    border-radius: 9px;
    font-size: 1.125rem;
  }
}
.info-exhibition__btn:hover {
  opacity: 0.85;
  text-decoration: none;
}
.info-exhibition__btn:hover .info-exhibition__btn-arrow img {
  -webkit-animation: aniExhibition 0.6s ease 0s 1 alternate;
          animation: aniExhibition 0.6s ease 0s 1 alternate;
}
.inner-content__textarea--info .info-exhibition__btn {
  color: #000;
}
.info-exhibition__btn-content {
  display: block;
  padding: 21px 21px 54px;
}
@media screen and (max-width: 991px) {
  .info-exhibition__btn-content {
    padding: 18px 18px 45px;
  }
}
@media screen and (max-width: 479px) {
  .info-exhibition__btn-content {
    padding: 15px 15px 36px;
  }
}
.info-exhibition__btn-arrow {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding-bottom: 21px;
  padding-left: 21px;
  padding-right: 21px;
}
@media screen and (max-width: 991px) {
  .info-exhibition__btn-arrow {
    margin-right: 25px;
    padding-bottom: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media screen and (max-width: 479px) {
  .info-exhibition__btn-arrow {
    margin-right: 20px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.info-exhibition__btn-arrow img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  height: 12px;
  margin-right: 21px;
}

@-webkit-keyframes aniExhibition {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  33.33% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
    opacity: 0;
  }
  66.66% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
    opacity: 0;
  }
}

@keyframes aniExhibition {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  33.33% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
    opacity: 0;
  }
  66.66% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */