body {
  color: #333;
  line-height: 24px;
  overflow-wrap: break-word;
  font-family: Arial, "Microsoft JhengHei", "微軟正黑體"
}
p {
  margin-bottom: 0px;
  padding-top: 12px;
}
a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #3e290f;
  text-decoration: none;
}
.header_container {
  position: relative;
  z-index: 99;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #fff;
}
.header_container_in {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1174px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_logo {
  margin-right: auto;
}
.header_logo_img {
  display: block;
  /* width: 246px; */
  /* height: 32px; */
  height: 28px;
  max-width: none;
}
.header_logo_img.chinese {
  /* width: 162px; */
  width: auto;
  height: 36px;
}
.title_container {
  position: relative;
  z-index: 0;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
}
.grid_block {
  width: 100%;
  height: 100%;
}
.hkhs_btn {
  width: 100%;
}
.header_right_btn_close_trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
}
.header_text_btn {
  margin-left: 36px;
  color: #3e290f;
  font-size: 1rem;
  line-height: 20px;
}
.header_text_btn:hover {
  text-decoration: underline;
}
.header_text_btn.lang {
  font-size: 1rem;
}
.header_text_btn.mobile_lang {
  display: block;
  margin-left: 0px;
  font-size: 1.0625rem;
  line-height: 21px;
}
.header_right_btn.menu {
  width: 30px;
  height: 30px;
  position: relative;
}
.header_menu_open_icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 30px;
  height: 30px;
}
.header_menu_close_icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 30px;
  height: 30px;
}
.header_right_btn_icon {
  position: relative;
  z-index: 1;
  display: block;
  width: 30px;
  height: 30px;
}
.header_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.header_right_btn {
  position: relative;
  display: block;
  margin-left: 30px;
}
.header_right_btn.lang {
  display: none;
}
.header_right_btn.search {
  margin-left: 36px;
}
.search_container {
  position: absolute;
  left: auto;
  top: 100%;
  right: -20px;
  bottom: auto;
  display: none;
  width: 750px;
  padding: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  background-color: #fff;
  /* opacity: 0; */
}
.search_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0px;
}
.search_block_input {
  height: 36px;
  margin: 0px;
  padding: 8px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #b8547c transparent #b8547c #b8547c;
  border-radius: 6px 0px 0px 6px;
  background-color: #fff;
  font-size: 1rem;
  line-height: 20px;
}
.search_block_input::-webkit-input-placeholder {
  color: #999;
  font-size: 1rem;
  line-height: 20px;
}
.search_block_input:-ms-input-placeholder {
  color: #999;
  font-size: 1rem;
  line-height: 20px;
}
.search_block_input::-ms-input-placeholder {
  color: #999;
  font-size: 1rem;
  line-height: 20px;
}
.search_block_input::placeholder {
  color: #999;
  font-size: 1rem;
  line-height: 20px;
}
.search_block_btn {
  position: relative;
  z-index: 1;
  margin-left: -1px;
  padding: 8px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px 6px 6px 0px;
  background-color: #b8547c;
  font-size: 1rem;
  line-height: 20px;
}
.search_block_btn:hover {
  opacity: 0.85;
}
.mobile_lang_container {
  position: absolute;
  left: -40px;
  top: 100%;
  right: -40px;
  bottom: auto;
  display: none;
  padding: 25px 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  /* opacity: 0; */
}
@media screen and (min-width: 992px) {
  .mobile_lang_container {
    display: none !important;
  }
}
.mobile_lang_title {
  padding-bottom: 4px;
  font-size: 1.75rem;
  line-height: 32px;
  font-weight: 700;
}
.mobile_lang_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu_btn_block {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.menu_container {
  position: absolute;
  left: auto;
  top: 100%;
  right: -20px;
  bottom: auto;
  display: none;
  width: 555px;
  padding: 12px 20px 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  background-color: #fff;
  /* opacity: 0; */
}
.menu_container.for_chinese {
  width: 500px;
}
.menu_btn_arrow {
  display: block;
  width: 10px;
  height: 10px;
  margin-top: 5px;
  margin-right: 3px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.menu_btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #b8547c;
  font-size: 1rem;
  line-height: 20px;
}
.menu_btn:hover {
  opacity: 0.85;
}
.menu_btn.second {
  color: #96654a;
}
.menu_btn.third {
  color: #7a744e;
}
.menu_btn.fourth {
  color: #8467a8;
}
.menu_btn.fifth {
  color: #59805b;
}
.menu_btn.sixth {
  color: #b8336c;
}
.menu_btn.seventh {
  color: #516346;
}
.menu_btn.eighth {
  color: #c74a62;
}
.footer_container_in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1174px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 80px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.footer_btn {
  margin-top: 8px;
  padding-right: 12px;
  padding-left: 12px;
  border-right: 1px solid #868686;
  color: #3e290f;
}
.footer_btn:hover {
  text-decoration: underline;
}
.footer_btn.no_border {
  border-right-style: none;
}
.footer_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer_copyright {
  margin-top: 8px;
}
.footer_container {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  border-top: 1px solid #ccc;
  background-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #3e290f;
  font-size: 0.875rem;
  line-height: 18px;
}
.footer_left {
  padding-top: 8px;
}
.footer_left_in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer_right_logo_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.w3c_img {
  width: 88px;
  height: 31px;
}
.hk_logo_img {
  width: 108px;
  height: 37px;
}
.footer_update_date {
  padding-top: 16px;
}
.footer_logo_btn {
  margin-top: 10px;
  margin-left: 30px;
}
.general_info_title_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.expand_content {
  position: relative;
  width: 100%;
  padding-top: 10px;
}
.special_message_content {
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #8a2300;
  border-radius: 18px;
}
.back_to_top_btn_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
}
.title_container_in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1174px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  color: #b8547c;
  font-size: 1.75rem;
  line-height: 32px;
  font-weight: 700;
}
.kv_container {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .kv_container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 479px) {
  .kv_container {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.kv_container_in {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1174px;
  margin-right: auto;
  margin-left: auto;
}
.img100 {
  display: block;
  width: 100%;
}
.enter_btn_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 40px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.enter_btn {
  padding: 6px 40px;
  border-radius: 12px;
  background-color: #b8547c;
  color: #fff;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 700;
}
.enter_btn:hover {
  opacity: 0.85;
}
.listing_container {
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
}
.listing_container_in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1174px;
  margin-right: auto;
  margin-left: auto;
}
.listing_left {
  width: 270px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.listing_right_in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.listing_right_col {
  width: 100%;
}
.listing_right_col.right {
  width: 80%;
}
.listing_right_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.listing_right_btn {
  position: relative;
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 36px;
  color: #b8547c;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 700;
}
.listing_right_btn:hover {
  opacity: 0.85;
}
.listing_right_btn.second {
  color: #96654a;
}
.listing_right_btn.third {
  color: #7a744e;
}
.listing_right_btn.fourth {
  color: #8467a8;
}
.listing_right_btn.fifth {
  color: #59805b;
}
.listing_right_btn.sixth {
  color: #b8336c;
}
.listing_right_btn.seventh {
  color: #516346;
}
.listing_right_btn.eighth {
  color: #c74a62;
}
.listing_right_btn_icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 28px;
  height: 28px;
}
.listing_right {
  width: 100%;
  margin-left: auto;
}
.listing_download_btn_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 35px 75px;
  -webkit-box-pack: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.listing_download_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 240px;
  margin-top: 12px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #b8547c;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 19px;
}
.listing_download_btn:hover {
  opacity: 0.85;
}
.title_btn {
  color: #b8547c;
}
.title_btn:hover {
  opacity: 0.85;
}
.listing_download_icon {
  width: 32px;
  height: 32px;
  margin-right: 15px;
  margin-left: -10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.menu_btn_icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 22px;
  height: 22px;
  margin-top: 9px;
  transition: transform 300ms linear 0s;
}
.menu_btn:hover .menu_btn_icon {
  transform: rotate(-15deg);
}
.kv_text {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 85%;
  z-index: 19;
  overflow: hidden;
  width: 383px;
  height: 51px;
  margin-left: -191.5px;
  opacity: 0;
}
.text_together {
  display: inline-block;
}
.kv_layer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  height: 100%;
}
.kv_text_in {
  display: block;
  width: 100%;
}
.kv_bird_container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.kv_bird1 {
  position: absolute;
  left: 6%;
  top: 2%;
  right: auto;
  bottom: auto;
  display: block;
  width: 10%;
}
.kv_bird2 {
  position: absolute;
  left: 15%;
  top: 6%;
  right: auto;
  bottom: auto;
  display: block;
  width: 10%;
}
.kv_bird3 {
  position: absolute;
  left: 75%;
  top: -1%;
  right: auto;
  bottom: auto;
  display: block;
  width: 10%;
}
.kv_bird4 {
  position: absolute;
  left: 82%;
  top: 8%;
  right: auto;
  bottom: auto;
  display: block;
  width: 10%;
}
.kv_layer_container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
}
.kv_frontline {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.kv_building {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.kv_frontcolor3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.kv_frontcolor2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.kv_frontcolor1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.kv_bgline {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.kv_bgcolor3_in {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  height: 100%;
}
.kv_bgcolor2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.kv_bgcolor1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.kv_bgcolor3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.kv_frontcolor2_in {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1440px) {
  .mobile_lang_container {
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
@media screen and (max-width: 991px) {
  .listing_container_in {
    display: block;
  }
  .listing_left {
    width: 100%;
    max-width: 480px;
    margin-bottom: 12px;
  }
  .listing_right_in {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  body {
    font-size: 0.9375rem;
    line-height: 22px;
  }
  p {
    padding-top: 11px;
  }
  .header_container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .header_container_in {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .title_container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .header_text_btn {
    display: none;
  }
  .header_right {
    padding-right: 5px;
  }
  .header_right_btn {
    /* margin-left: 24px; */
    margin-left: 0;
  }
  .header_right_btn.lang {
    display: block;
  }
  .header_right_btn.search {
    margin-left: 25px;
  }
  .search_container {
    right: -25px;
    width: 600px;
    border-right-style: none;
    border-right-color: transparent;
    border-radius: 12px 0px 0px 12px;
  }
  .search_block_input {
    padding-right: 11px;
    padding-left: 11px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .search_block_input::-webkit-input-placeholder {
    font-size: 0.9375rem;
    line-height: 19px;
  }
  .search_block_input:-ms-input-placeholder {
    font-size: 0.9375rem;
    line-height: 19px;
  }
  .search_block_input::-ms-input-placeholder {
    font-size: 0.9375rem;
    line-height: 19px;
  }
  .search_block_input::placeholder {
    font-size: 0.9375rem;
    line-height: 19px;
  }
  .search_block_btn {
    padding-right: 18px;
    padding-left: 18px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .mobile_lang_container {
    left: -25px;
    right: -25px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .menu_container {
    right: -25px;
    width: 426px;
    padding: 11px 18px 18px;
    border-right-style: none;
    border-right-color: transparent;
    border-radius: 12px 0px 0px 12px;
  }
  .menu_container.for_chinese {
    width: 440px;
  }
  .footer_container_in {
    display: block;
    padding-top: 20px;
    padding-bottom: 70px;
  }
  .footer_right {
    display: block;
    width: 100%;
  }
  .footer_copyright {
    padding-left: 12px;
  }
  .footer_container {
    padding-right: 35px;
    padding-left: 35px;
  }
  .footer_left {
    text-align: center;
  }
  .footer_left_in {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer_right_logo_row {
    padding-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer_update_date {
    font-size: 0.8125rem;
    line-height: 17px;
    text-align: center;
  }
  .footer_logo_btn {
    margin-right: 15px;
    margin-left: 15px;
  }
  .expand_content {
    padding-top: 9px;
  }
  .back_to_top_btn_row {
    padding-top: 18px;
  }
  .title_container_in {
    padding-top: 9px;
  }
  .enter_btn_row {
    padding-right: 25px;
    padding-bottom: 35px;
    padding-left: 25px;
  }
  .enter_btn {
    padding-right: 35px;
    padding-left: 35px;
    border-radius: 10.5px;
  }
  .listing_container {
    padding-right: 0px;
    padding-left: 25px;
  }
  .listing_right_in {
    padding-right: 25px;
  }
  .listing_right_row {
    padding-left: 25px;
  }
  .listing_download_btn_row {
    padding: 25px 20px 60px;
  }
  .listing_download_btn {
    min-width: 210px;
    margin-top: 10px;
    padding: 9px 25px;
    border-radius: 10.5px;
  }
  .listing_download_icon {
    width: 29px;
    height: 29px;
    margin-right: 12px;
    margin-left: -8px;
  }
  .kv_text {
    width: 45vw;
    height: 6vw;
    margin-left: -22.5vw;
  }
}
@media screen and (max-width: 768px) {
  .header_container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title_container {
    padding-right: 19px;
    padding-left: 19px;
  }
  /* .header_right_btn {
    margin-left: 18px;
  } */
  .header_right_btn.search {
    margin-left: 20px;
  }
  .search_container {
    right: -20px;
    width: 450px;
  }
  .mobile_lang_container {
    left: -20px;
    right: -20px;
  }
  .menu_container {
    right: -20px;
  }
  .enter_btn_row {
    padding-right: 20px;
    padding-left: 20px;
  }
  .listing_container {
    padding-left: 0px;
  }
  .listing_container_in {
    display: block;
  }
  .listing_left {
    width: 100%;
    /* max-width: 270px; */
    /* margin-left: 20px; */
    padding-right: 19px;
    padding-left: 19px;
  }
  .listing_right_in {
    display: block;
    padding-right: 20px;
  }
  .listing_right_row {
    padding-left: 20px;
  }
  .listing_right {
    padding-top: 9px;
  }
  .listing_download_btn_row {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 479px) {
  body {
    font-size: 0.875rem;
    line-height: 20px;
  }
  p {
    padding-top: 10px;
  }
  .header_container {
    padding-right: 12px;
    padding-left: 15px;
  }
  .header_container_in {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .header_logo_img {
    /* width: 191px; */
    /* height: 25px; */
    height: 21px;
  }
  .header_logo_img.chinese {
    /* width: 127px; */
    height: 32px;
  }
  .title_container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header_text_btn.mobile_lang {
    font-size: 0.9375rem;
    line-height: 19px;
    font-weight: 400;
  }
  .header_right_btn.menu {
    width: 27px;
    height: 27px;
  }
  .header_menu_open_icon {
    width: 27px;
    height: 27px;
  }
  .header_menu_close_icon {
    width: 27px;
    height: 27px;
  }
  .header_right_btn_icon {
    width: 27px;
    height: 27px;
  }
  /* .header_right_btn {
    margin-left: 12px;
  } */
  .header_right_btn.search {
    margin-left: 15px;
  }
  .search_container {
    left: -15px;
    right: -12px;
    width: auto;
    border-radius: 0px;
  }
  .search_block_input {
    padding-right: 10px;
    padding-left: 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .search_block_input::-webkit-input-placeholder {
    font-size: 0.875rem;
    line-height: 18px;
  }
  .search_block_input:-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 18px;
  }
  .search_block_input::-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 18px;
  }
  .search_block_input::placeholder {
    font-size: 0.875rem;
    line-height: 18px;
  }
  .search_block_btn {
    padding-right: 15px;
    padding-left: 15px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .mobile_lang_container {
    left: -15px;
    right: -12px;
    padding: 20px;
  }
  .mobile_lang_title {
    padding-bottom: 3px;
    font-size: 1.5rem;
    line-height: 28px;
  }
  .mobile_lang_row {
    padding-top: 12px;
  }
  .menu_container {
    right: -12px;
    width: 300px;
    padding: 10px 15px 15px;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
  }
  .menu_container.for_chinese {
    width: 300px;
  }
  .footer_container_in {
    padding-bottom: 60px;
  }
  .footer_container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .footer_update_date {
    font-size: 0.75rem;
    line-height: 16px;
  }
  .general_info_title_row {
    display: block;
  }
  .expand_content {
    padding-top: 8px;
  }
  .back_to_top_btn_row {
    padding-top: 16px;
  }
  .title_container_in {
    padding-top: 8px;
  }
  .enter_btn_row {
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
  }
  .enter_btn {
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 9px;
  }
  .listing_container {
    padding-left: 0px;
  }
  .listing_left {
    max-width: none;
    margin-left: 0px;
    /* padding-right: 0px; */
    /* padding-left: 0px; */
    padding-right: 14px;
    padding-left: 14px;
  }
  .listing_right_in {
    display: block;
    padding-right: 15px;
  }
  .listing_right_col.right {
    width: 100%;
  }
  .listing_right_row {
    padding-left: 15px;
  }
  .listing_right {
    padding-top: 15px;
  }
  .listing_download_btn_row {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 10px 45px;
  }
  .listing_download_btn {
    min-width: 192px;
    margin-top: 8px;
    padding: 8px 20px;
    border-radius: 9px;
  }
  .listing_download_icon {
    width: 26px;
    height: 26px;
    margin-right: 10px;
    margin-left: -6px;
  }
  .menu_btn_text {
    padding-right: 8px;
  }
  .kv_text {
    width: 49.5vw;
    height: 6.6vw;
    margin-left: -24.75vw;
  }
}
/* result page START */
.main_wrapper {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .main_wrapper {
      padding-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .main_wrapper {
      padding-right: 19px;
      padding-left: 19px;
  }
}
@media screen and (max-width: 479px) {
  .main_wrapper {
      padding-right: 15px;
      padding-left: 15px;
  }
}
.result {
  padding-bottom: 28px;
}
.result p {
  font-size: 1rem;
  color: #222;
}
.result_header {
  width: 100%;
  padding: 0 0 20px;
}
.result_header h1 {
  font-size: 1.75em;
}
.result_header a {
  color: #b8547c;
  text-decoration: none;
}
.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: #b8547c;
}
.result__item-type {
  font-weight: normal;
}
.result__radio-container > span {
  display: inline-block;
  vertical-align: middle;
}
.result__radio-container fieldset {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.result__radio-container input {
  background-color: transparent;
  appearance: none;
  width: 15px;
  height: 15px;
  border: 1px #222 solid;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 4px;
  margin-right: 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%;
}
.result__radio-container label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
}
@-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 {
  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-flex;
  display: flex;
  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: #b8547c;
  color: #fff;
  font-size: 1rem;
}
.result__item {
  margin: 24px 0;
  padding-left: 35px;
  position: relative;
}
.result__item-number {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 1rem;
  line-height: 1;
}
.result__item-name {
  color: #222;
  text-decoration: none;
  font-size: 1.125rem;
  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-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9375rem;
}
.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-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-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-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}
.result-page__item {
  font-size: 1rem;
  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: 1.125rem;
  color: #222;
  margin: 0 0 18px;
}
.result__related-key {
  color: #b8547c;
}
.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: #b8547c;
}
.result__sort-container {
  display: none;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 14px -12px -6px;
  cursor: pointer;
}
.result__sort-container.active {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.result__sort-item {
  border: none;
  padding: 0;
  background-color: transparent;
  font-size: 1rem;
  margin: 6px 12px;
}
.result__sort-item:hover {
  text-decoration: underline;
}
.result__sort-item.active {
  color: #b8547c;
}
.result__spellcheck {
  display: none;
}
.result__spellcheck-link {
  color: #b8547c;
  text-decoration: none;
}
.result__spellcheck-link:hover {
  text-decoration: underline;
}
/* result page END */
.breadcrumb {
  padding-bottom: 12px;
  font-size: 0.75rem;
}
.breadcrumb a {
  color: #222;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
.breadcrumb a:hover {
  color: #b8547c;
  text-decoration: underline;
}
.breadcrumb a:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top: 1px #222 solid;
  border-right: 1px #222 solid;
  transform: rotate(45deg);
  position: relative;
  top: -2px;
  margin-left: 5px;
}
.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;
  transition: 0.3s all ease;
}
.a11y-header:focus-within {
  height: 38px;
}
.a11y-header__button {
  font-size: 1rem;
  padding: 9px;
  margin: 1px 0;
}
.back-top {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: -20px;
  right: 0;
  background-color: #b8547c;
  color: #fff;
  /* transition: 0.3s all ease; */
}
.back-top:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px #fff solid;
  border-left: 1px #fff solid;
  margin: auto;
  transform: rotate(45deg);
  position: absolute;
  top: 17px;
  left: 15px;
}
.back-top:hover {
  opacity: 0.8;
}
.back-top.fixed {
  position: fixed;
  top: auto;
  right: 24px;
  bottom: 24px;
}
@media screen and (max-width: 991px) {
  .back-top.fixed {
    right: 35px;
  }
}
@media screen and (max-width: 479px) {
  .back-top.fixed {
    right: 30px;
  }
}