.news-detail-section_bp_news_detail_section_content__N2zXn {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-areas: "bp_pre bp_content bp_next";
  grid-template-rows: 1fr;
  align-items: start;
}
@media screen and (max-width: 1279px) {
  .news-detail-section_bp_news_detail_section_content__N2zXn {
    grid-template-columns: 1fr;
    grid-template-areas: "bp_content";
    grid-template-rows: 1fr;
  }
}
.news-detail-section_bp_news_detail_section_content__N2zXn .bp_pre {
  grid-area: bp_pre;
}
.news-detail-section_bp_news_detail_section_content__N2zXn .bp_content {
  grid-area: bp_content;
}
.news-detail-section_bp_news_detail_section_content__N2zXn .bp_next {
  grid-area: bp_next;
}
.more-news-section-pc_list__GwrTB::-webkit-scrollbar {
  display: none;
}
:root {
  --adm-radius-s: 4px;
  --adm-radius-m: 8px;
  --adm-radius-l: 12px;
  --adm-font-size-1: 9px;
  --adm-font-size-2: 10px;
  --adm-font-size-3: 11px;
  --adm-font-size-4: 12px;
  --adm-font-size-5: 13px;
  --adm-font-size-6: 14px;
  --adm-font-size-7: 15px;
  --adm-font-size-8: 16px;
  --adm-font-size-9: 17px;
  --adm-font-size-10: 18px;
  --adm-color-primary: #1677ff;
  --adm-color-success: #00b578;
  --adm-color-warning: #ff8f1f;
  --adm-color-danger: #ff3141;
  --adm-color-yellow: #ff9f18;
  --adm-color-orange: #ff6430;
  --adm-color-wathet: #e7f1ff;
  --adm-color-text: #333;
  --adm-color-text-secondary: #666;
  --adm-color-weak: #999;
  --adm-color-light: #ccc;
  --adm-color-border: #eee;
  --adm-color-background: #fff;
  --adm-color-highlight: var(--adm-color-danger);
  --adm-color-white: #fff;
  --adm-color-box: #f5f5f5;
  --adm-color-text-light-solid: var(--adm-color-white);
  --adm-color-text-dark-solid: #000;
  --adm-color-fill-content: var(--adm-color-box);
  --adm-font-size-main: var(--adm-font-size-5);
  --adm-font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue",
    helvetica, segoe ui, arial, roboto, "PingFang SC", "miui",
    "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
  --adm-border-color: var(--adm-color-border);
}
html[data-prefers-color-scheme="dark"] {
  --adm-color-primary: #3086ff;
  --adm-color-success: #34b368;
  --adm-color-warning: #ffa930;
  --adm-color-danger: #ff4a58;
  --adm-color-yellow: #ffa930;
  --adm-color-orange: #e65a2b;
  --adm-color-wathet: #0d2543;
  --adm-color-text: #e6e6e6;
  --adm-color-text-secondary: #b3b3b3;
  --adm-color-weak: grey;
  --adm-color-light: #4d4d4d;
  --adm-color-border: #2b2b2b;
  --adm-color-box: #0a0a0a;
  --adm-color-background: #1a1a1a;
  --adm-color-background-body: var(--adm-color-background);
  --adm-border-color: var(--adm-color-border);
}
:root {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  background-color: var(--adm-color-background-body);
}
body {
  color: var(--adm-color-text);
  font-size: var(--adm-font-size-main);
  font-family: var(--adm-font-family);
}
a,
button {
  cursor: pointer;
}
a {
  color: var(--adm-color-primary);
  transition: opacity 0.2s ease-in-out;
}
a:active {
  opacity: 0.8;
}
.adm-plain-anchor {
  color: unset;
  transition: none;
}
.adm-plain-anchor:active {
  opacity: unset;
}
body.adm-overflow-hidden {
  overflow: hidden !important;
}
div.adm-px-tester {
  --size: 1;
  height: calc(var(--size) / 2 * 2px);
  width: 0;
  position: fixed;
  left: -100vw;
  top: -100vh;
  pointer-events: none;
}
.adm-button,
div.adm-px-tester {
  -webkit-user-select: none;
  user-select: none;
}
.adm-button {
  --color: var(--adm-color-text-light-solid);
  --text-color: var(--adm-button-text-color, var(--adm-color-text));
  --background-color: var(
    --adm-button-background-color,
    var(--adm-color-background)
  );
  --border-radius: var(--adm-button-border-radius, 4px);
  --border-width: var(--adm-button-border-width, 1px);
  --border-style: var(--adm-button-border-style, solid);
  --border-color: var(--adm-button-border-color, var(--adm-color-border));
  color: var(--text-color);
  background-color: var(--background-color);
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: auto;
  padding: 7px 12px;
  margin: 0;
  font-size: var(--adm-font-size-9);
  line-height: 1.4;
  text-align: center;
  border: var(--border-width) var(--border-style) var(--border-color);
  border-radius: var(--border-radius);
  cursor: pointer;
  transition: opacity 0.15s ease;
}
.adm-button:focus {
  outline: none;
}
.adm-button:before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(
    calc(var(--border-width) * -1),
    calc(var(--border-width) * -1)
  );
  width: 100%;
  height: 100%;
  background-color: var(--adm-color-text-dark-solid);
  border: var(--border-width) var(--border-style)
    var(--adm-color-text-dark-solid);
  border-radius: var(--border-radius);
  opacity: 0;
  content: " ";
  box-sizing: content-box;
}
.adm-button:active:before {
  opacity: 0.08;
}
.adm-button-default.adm-button-fill-outline {
  --background-color: transparent;
  --border-color: var(--adm-color-text);
}
.adm-button-default.adm-button-fill-none {
  --background-color: transparent;
  --border-width: 0px;
}
.adm-button:not(.adm-button-default) {
  --text-color: var(--adm-color-text-light-solid);
  --background-color: var(--color);
  --border-color: var(--color);
}
.adm-button:not(.adm-button-default).adm-button-fill-outline {
  --text-color: var(--color);
  --background-color: transparent;
}
.adm-button:not(.adm-button-default).adm-button-fill-none {
  --text-color: var(--color);
  --background-color: transparent;
  --border-width: 0px;
}
.adm-button-primary {
  --color: var(--adm-color-primary);
}
.adm-button-success {
  --color: var(--adm-color-success);
}
.adm-button-danger {
  --color: var(--adm-color-danger);
}
.adm-button-warning {
  --color: var(--adm-color-warning);
}
.adm-button-block {
  display: block;
  width: 100%;
}
.adm-button-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.adm-button-disabled:active:before {
  display: none;
}
.adm-button.adm-button-mini {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: var(--adm-font-size-main);
}
.adm-button.adm-button-mini.adm-button-shape-rounded {
  padding-left: 9px;
  padding-right: 9px;
}
.adm-button.adm-button-small {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: var(--adm-font-size-7);
}
.adm-button.adm-button-large {
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: var(--adm-font-size-10);
}
.adm-button.adm-button-shape-rounded {
  --border-radius: 1000px;
}
.adm-button.adm-button-shape-rectangular {
  --border-radius: 0;
}
.adm-button-loading {
  vertical-align: bottom;
}
.adm-button-loading-wrapper {
  display: flex;
  height: 1.4em;
  align-items: center;
  justify-content: center;
}
.adm-button-loading-wrapper > .adm-loading {
  opacity: 0.6;
}
.adm-dot-loading {
  display: inline-block;
}
.adm-calendar .adm-calendar-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 4px;
}
.adm-calendar .adm-calendar-header a.adm-calendar-arrow-button {
  padding: 4px 8px;
  display: block;
  flex: none;
}
.adm-calendar .adm-calendar-header a.adm-calendar-arrow-button svg {
  height: 22px;
}
.adm-calendar
  .adm-calendar-header
  a.adm-calendar-arrow-button.adm-calendar-arrow-button-right
  svg {
  transform: rotate(180deg);
}
.adm-calendar .adm-calendar-header .adm-calendar-title {
  font-size: var(--adm-font-size-10);
  flex: auto;
  text-align: center;
}
.adm-calendar .adm-calendar-body,
.adm-calendar-cells {
  display: flex;
  flex-wrap: wrap;
}
.adm-calendar-cells {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding: 8px 8px 4px;
}
.adm-calendar-cell {
  flex: none;
  box-sizing: border-box;
  width: calc(100% / 7);
  height: 48px;
  margin-bottom: 4px;
  padding: 2px;
  color: var(--adm-color-text);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.adm-calendar-cell.adm-calendar-cell-today {
  color: var(--adm-color-primary);
}
.adm-calendar-cell.adm-calendar-cell-disabled,
.adm-calendar-cell.adm-calendar-cell-disabled .adm-calendar-cell-bottom {
  color: var(--adm-color-light);
}
.adm-calendar-cell.adm-calendar-cell-selected.adm-calendar-cell.adm-calendar-cell-selected {
  background: var(--adm-color-primary);
  color: var(--adm-color-white);
}
.adm-calendar-cell.adm-calendar-cell-selected .adm-calendar-cell-bottom {
  color: var(--adm-color-white);
}
.adm-calendar-cell.adm-calendar-cell-selected.adm-calendar-cell.adm-calendar-cell-selected-begin {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.adm-calendar-cell.adm-calendar-cell-selected.adm-calendar-cell.adm-calendar-cell-selected-end {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.adm-calendar-cell.adm-calendar-cell-disabled.adm-calendar-cell.adm-calendar-cell-selected {
  color: var(--adm-color-light);
}
.adm-calendar-cell .adm-calendar-cell-top {
  flex: none;
  font-size: var(--adm-font-size-10);
}
.adm-calendar-cell .adm-calendar-cell-bottom {
  flex: none;
  font-size: var(--adm-font-size-4);
  height: 12px;
  line-height: 12px;
  color: var(--adm-color-weak);
}
.adm-calendar-mark {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid var(--adm-color-border);
  height: 45px;
  box-sizing: border-box;
  font-size: var(--adm-font-size-7);
  padding: 0 8px;
}
.adm-calendar-mark .adm-calendar-mark-cell {
  flex: 1;
  text-align: center;
}
.adm-popup {
  --z-index: var(--adm-popup-z-index, 1000);
  position: fixed;
  z-index: var(--z-index);
}
.adm-popup-body {
  position: fixed;
  background-color: var(--adm-color-background);
  z-index: calc(var(--z-index) + 10);
}
.adm-popup-body .adm-popup-close-icon {
  position: absolute;
  z-index: 100;
}
.adm-popup-body-position-bottom {
  width: 100%;
  bottom: 0;
  left: 0;
}
.adm-popup-body-position-bottom .adm-popup-close-icon {
  right: 8px;
  top: 8px;
}
.adm-popup-body-position-top {
  width: 100%;
  top: 0;
  left: 0;
}
.adm-popup-body-position-top .adm-popup-close-icon {
  right: 8px;
  bottom: 8px;
}
.adm-popup-body-position-left {
  height: 100%;
  top: 0;
  left: 0;
}
.adm-popup-body-position-left .adm-popup-close-icon {
  right: 8px;
  top: 8px;
}
.adm-popup-body-position-right {
  height: 100%;
  top: 0;
  right: 0;
}
.adm-popup-body-position-right .adm-popup-close-icon {
  left: 8px;
  top: 8px;
}
.adm-popup-close-icon {
  cursor: pointer;
  padding: 4px;
  font-size: 18px;
  line-height: 1;
  color: var(--adm-color-weak);
}
.adm-mask {
  --z-index: var(--adm-mask-z-index, 1000);
  position: fixed;
  z-index: var(--z-index);
  display: block;
}
.adm-mask,
.adm-mask-aria-button {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.adm-mask-aria-button {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.adm-mask-content {
  z-index: 1;
}
.bp-range-picker-mobile_b_page_title__amjwm {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 108em;
  font-weight: 500;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 767px) {
  .bp-range-picker-mobile_b_page_title__amjwm {
    font-size: 70em;
    font-weight: 700;
  }
}
.bp-range-picker-mobile_b_subpage_title___jxnA {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 82em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .bp-range-picker-mobile_b_subpage_title___jxnA {
    font-size: 56em;
  }
}
.bp-range-picker-mobile_b_section_title__3fvNf {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 56em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .bp-range-picker-mobile_b_section_title__3fvNf {
    font-size: 40em;
  }
}
.bp-range-picker-mobile_b_section_long_title__wcFFY {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 45em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .bp-range-picker-mobile_b_section_long_title__wcFFY {
    font-size: 36em;
  }
}
.bp-range-picker-mobile_b_item_title__lIu_7 {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 36em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .bp-range-picker-mobile_b_item_title__lIu_7 {
    font-size: 32em;
  }
}
.bp-range-picker-mobile_b_item_summary__EGJbx {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 26em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .bp-range-picker-mobile_b_item_summary__EGJbx {
    font-size: 26em;
  }
}
.bp-range-picker-mobile_b_page_desc__C5G7z {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 18em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .bp-range-picker-mobile_b_page_desc__C5G7z {
    font-size: 24em;
  }
}
.bp-range-picker-mobile_b_home_page_intro_mobile_title__6VXam {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 48em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .bp-range-picker-mobile_b_home_page_intro_mobile_title__6VXam {
    font-size: 48em;
  }
}
.bp-range-picker-mobile_b_main_nav_link__PrR9r {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 16em;
  font-weight: 500;
}
@media screen and (max-width: 1279px) {
  .bp-range-picker-mobile_b_main_nav_link__PrR9r {
    font-size: 32em;
  }
}
@media screen and (max-width: 767px) {
  .bp-range-picker-mobile_b_main_nav_link__PrR9r {
    font-size: 28em;
  }
}
.bp-range-picker-mobile_b_main_nav_label__jOflr {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 12em;
  font-weight: 500;
}
@media screen and (max-width: 1279px) {
  .bp-range-picker-mobile_b_main_nav_label__jOflr {
    font-size: 28em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .bp-range-picker-mobile_b_main_nav_label__jOflr {
    font-size: 24em;
    font-weight: 400;
  }
}
.bp-range-picker-mobile_b_footer_label__eNBgh {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 15em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .bp-range-picker-mobile_b_footer_label__eNBgh {
    font-size: 20em;
  }
}
.bp-range-picker-mobile_b_footer_detail__cAb9X {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 12em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .bp-range-picker-mobile_b_footer_detail__cAb9X {
    font-size: 20em;
    font-weight: 500;
  }
}
.bp-range-picker-mobile_b_contact_us_location_card_title_mp__JqGd5 {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 82em;
  font-weight: 500;
}
.bp-range-picker-mobile_b_about_number__P3kc6 {
  font-size: 36em;
}
@media screen and (max-width: 767px) {
  .bp-range-picker-mobile_b_about_number__P3kc6 {
    font-size: 48em;
  }
}
.bp-range-picker-mobile_b_about_culture_title__ERHNi {
  font-size: 36em;
}
@media screen and (max-width: 767px) {
  .bp-range-picker-mobile_b_about_culture_title__ERHNi {
    font-size: 48em;
  }
}
.bp-range-picker-mobile_b_about_value_desc__Q_WXw {
  font-size: 18em;
}
@media screen and (max-width: 767px) {
  .bp-range-picker-mobile_b_about_value_desc__Q_WXw {
    font-size: 20em;
  }
}
.bp-range-picker-mobile_b_about_contact_city_title___phY8 {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 82em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .bp-range-picker-mobile_b_about_contact_city_title___phY8 {
    font-size: 70em;
  }
}
.bp-range-picker-mobile_b_about_core_value_desc__wXJTF {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 18em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .bp-range-picker-mobile_b_about_core_value_desc__wXJTF {
    font-size: 18em;
  }
}
.bp-range-picker-mobile_b_concern_talent_card_title__Wm4F4 {
  font-size: 36em;
  font-weight: 500;
}
.bp-range-picker-mobile_b_news_date_range__Kicc6 {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 26em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .bp-range-picker-mobile_b_news_date_range__Kicc6 {
    font-size: 20em;
  }
}
.bp-range-picker-mobile_b_news_rich_text___0RpB {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
}
.bp-range-picker-mobile_b_news_line_title__kSH_3 {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 22em;
  font-weight: 500;
}
.bp-range-picker-mobile_b_news_line_date__CiXRY {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 20em;
  font-weight: 500;
}
.bp-range-picker-mobile_b_highlight_card_img_float_date__bA0PR {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 32em;
  font-weight: 500;
}
.bp-range-picker-mobile_b_highlight_card_img_float_small_mounth_year__Mew9P {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 14em;
  font-weight: 500;
}
.bp-range-picker-mobile_b_governanace_job_title__YdBiJ {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 24em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .bp-range-picker-mobile_b_governanace_job_title__YdBiJ {
    font-size: 26em;
  }
}
.bp-range-picker-mobile_b_font_weight_light__ow41h {
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .bp-range-picker-mobile_b_font_weight_light__ow41h {
    font-weight: 300;
  }
}
.bp-range-picker-mobile_b_font_weight_normal__gTg8L {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .bp-range-picker-mobile_b_font_weight_normal__gTg8L {
    font-weight: 400;
  }
}
.bp-range-picker-mobile_b_font_weight_medium__wM6zx {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .bp-range-picker-mobile_b_font_weight_medium__wM6zx {
    font-weight: 500;
  }
}
.bp-range-picker-mobile_b_font_weight_bold__RyYek {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .bp-range-picker-mobile_b_font_weight_bold__RyYek {
    font-weight: 700;
  }
}
.bp-range-picker-mobile_Popup__ywgN5 a {
  --adm-color-primary: #825dc7;
}
.bp-range-picker-mobile_Popup__ywgN5 .adm-popup-body {
  width: 100vw;
  height: fit;
  padding-top: 25px;
}
.bp-range-picker-mobile_Popup__ywgN5 .adm-calendar-header {
  padding-top: 16px;
}
.bp-range-picker-mobile_Popup__ywgN5 .adm-calendar-cell-selected,
.bp-range-picker-mobile_Popup__ywgN5 .adm-calendar-cell-today {
  --adm-color-primary: #825dc7;
}
.bp-range-picker-mobile_Popup__ywgN5 .adm-button {
  background: #825dc7;
  color: #fff;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top: 4px solid transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.card-list_list__8jDif::-webkit-scrollbar {
  display: none;
}
.work-environment_b_content__va2Gc {
  display: grid;
  width: 100%;
  grid-template-columns: 47.56% 1fr;
  grid-template-rows: auto 1fr auto auto;
  grid-template-areas: "title big_img" "amateur_life_text big_img" "small_img big_img" "small_img environment_text";
}
@media screen and (max-width: 767px) {
  .work-environment_b_content__va2Gc {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "title" "small_img" "amateur_life_text" "big_img" "environment_text";
    gap: 40em 0;
  }
}
.work-environment_b_content__va2Gc .amateur_life_text,
.work-environment_b_content__va2Gc .small_img {
  padding-right: 260em;
}
@media screen and (max-width: 767px) {
  .work-environment_b_content__va2Gc .amateur_life_text,
  .work-environment_b_content__va2Gc .small_img {
    padding-right: 0;
  }
}
.work-environment_b_content__va2Gc .title {
  grid-area: title;
}
.work-environment_b_content__va2Gc .amateur_life_text {
  grid-area: amateur_life_text;
  align-self: self-end;
}
.work-environment_b_content__va2Gc .small_img {
  grid-area: small_img;
}
.work-environment_b_content__va2Gc .environment_text {
  grid-area: environment_text;
}
.work-environment_b_content__va2Gc .big_img {
  grid-area: big_img;
}
.news-section_b_news_section__ndH3D {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto auto;
  grid-template-areas: "title learn_more" "news news" "news news";
}
.news-section_b_news_section__ndH3D .b_news_section__title {
  grid-area: title;
}
.news-section_b_news_section__ndH3D .b_news_section__learn_more {
  grid-area: learn_more;
  align-self: center;
  justify-self: end;
}
.news-section_b_news_section__ndH3D .b_news_section__news {
  grid-area: news;
}
.news-section_b_news_section__ndH3D .b_news_section__buttons {
  grid-row: 3;
  grid-column: 2;
  justify-self: end;
}
.swiper-item-mobile_text__TeUFn {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.os-section_bp_os_operate_section_swiper__m7YWy .swiper-wrapper {
  align-items: center;
}
.os-section_bp_os_operate_section_swiper__m7YWy .swiper-wrapper .swiper-slide {
  width: 33.3% !important;
  height: 332em !important;
  position: relative;
}
.os-section_bp_os_operate_section_swiper__m7YWy
  .swiper-wrapper
  .swiper-slide
  .slide_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s;
  opacity: 0.65;
}
.os-section_bp_os_operate_section_swiper__m7YWy
  .swiper-wrapper
  .swiper-slide-active {
  overflow: visible !important;
  z-index: 1;
}
.os-section_bp_os_operate_section_swiper__m7YWy
  .swiper-wrapper
  .swiper-slide-active
  .slide_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 50% 50%;
  transform: translateX(-50%) translateY(-50%) scale(1.3);
  opacity: 1;
}
.smart-terminal-section_b_business_smart_terminal_section_content__dNCmG {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "title os" "desc os";
}
.smart-terminal-section_b_business_smart_terminal_section_content__dNCmG
  .b_title {
  grid-area: title;
}
.smart-terminal-section_b_business_smart_terminal_section_content__dNCmG
  .b_desc {
  grid-area: desc;
  align-self: self-end;
}
.smart-terminal-section_b_business_smart_terminal_section_content__dNCmG .b_os {
  grid-area: os;
}
.fade-transition_fdt_enter__GA8KR {
  opacity: 0;
}
.fade-transition_fdt_enter_active__NseiY {
  opacity: 1;
  transition: opacity 0.5s, transform 0.5s;
}
.fade-transition_fdt_enter_done__xdfV9 {
  opacity: 1;
}
.fade-transition_fdt_exit__PQLNx {
  opacity: 1;
  pointer-events: none;
}
.fade-transition_fdt_exit_active__N0H2P {
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  pointer-events: none;
}
.fade-transition_fdt_exit_done__mGOTr {
  opacity: 0;
  pointer-events: none;
}
.card-item_b_card_item__QKN3v {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 120em 80em auto;
  grid-template-areas: "img" "title" "desc";
}
@media screen and (max-width: 767px) {
  .card-item_b_card_item__QKN3v {
    grid-template-rows: auto auto 100em;
    grid-template-areas: "title" "desc" "img";
  }
}
.card-item_b_card_item__QKN3v .b_img_wrapper {
  grid-area: img;
  align-self: center;
  justify-self: center;
}
.card-item_b_card_item__QKN3v .b_title_wrapper {
  grid-area: title;
  align-self: center;
  justify-self: center;
}
.card-item_b_card_item__QKN3v .b_desc_wrapper {
  grid-area: desc;
  align-self: center;
  justify-self: center;
}
.news-detail-section_content_wrapper__4_3mr p {
  line-height: 1.94;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .news-detail-section_content_wrapper__4_3mr p {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.news-detail-section_content_wrapper__4_3mr img {
  display: inline;
}
.list-item_bp_news_list_section_item__VUoqS {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-areas: "month img title arrow" "year img title arrow";
}
@media screen and (max-width: 767px) {
  .list-item_bp_news_list_section_item__VUoqS {
    grid-template-rows: 1fr auto auto 1fr;
    grid-template-areas: "img . . arrow" "img date date arrow" "img title title arrow" "img . . arrow";
  }
}
.list-item_bp_news_list_section_item__VUoqS .bp_month {
  grid-area: month;
}
.list-item_bp_news_list_section_item__VUoqS .bp_title {
  grid-area: title;
}
.list-item_bp_news_list_section_item__VUoqS .bp_img {
  grid-area: img;
}
.list-item_bp_news_list_section_item__VUoqS .bp_year {
  grid-area: year;
  align-self: self-end;
}
.list-item_bp_news_list_section_item__VUoqS .b_arrow_wrapper {
  grid-area: arrow;
  align-self: center;
}
.list-item_bp_news_list_section_item__VUoqS .bp_date {
  grid-area: date;
}
.keywords-filter-big_b_page_title__6EIlQ {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 108em;
  font-weight: 500;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 767px) {
  .keywords-filter-big_b_page_title__6EIlQ {
    font-size: 70em;
    font-weight: 700;
  }
}
.keywords-filter-big_b_subpage_title__B4gmZ {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 82em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .keywords-filter-big_b_subpage_title__B4gmZ {
    font-size: 56em;
  }
}
.keywords-filter-big_b_section_title__7HUni {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 56em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .keywords-filter-big_b_section_title__7HUni {
    font-size: 40em;
  }
}
.keywords-filter-big_b_section_long_title__F90St {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 45em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .keywords-filter-big_b_section_long_title__F90St {
    font-size: 36em;
  }
}
.keywords-filter-big_b_item_title__04uW_,
.keywords-filter-big_keywords_filter_main__GlB8J span {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 36em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .keywords-filter-big_b_item_title__04uW_,
  .keywords-filter-big_keywords_filter_main__GlB8J span {
    font-size: 32em;
  }
}
.keywords-filter-big_b_item_summary__SGMLv {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 26em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .keywords-filter-big_b_item_summary__SGMLv {
    font-size: 26em;
  }
}
.keywords-filter-big_b_page_desc__x_ZqF {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 18em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .keywords-filter-big_b_page_desc__x_ZqF {
    font-size: 24em;
  }
}
.keywords-filter-big_b_home_page_intro_mobile_title__BDq3A {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 48em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .keywords-filter-big_b_home_page_intro_mobile_title__BDq3A {
    font-size: 48em;
  }
}
.keywords-filter-big_b_main_nav_link__iHclS {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 16em;
  font-weight: 500;
}
@media screen and (max-width: 1279px) {
  .keywords-filter-big_b_main_nav_link__iHclS {
    font-size: 32em;
  }
}
@media screen and (max-width: 767px) {
  .keywords-filter-big_b_main_nav_link__iHclS {
    font-size: 28em;
  }
}
.keywords-filter-big_b_main_nav_label__eXiMR {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 12em;
  font-weight: 500;
}
@media screen and (max-width: 1279px) {
  .keywords-filter-big_b_main_nav_label__eXiMR {
    font-size: 28em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .keywords-filter-big_b_main_nav_label__eXiMR {
    font-size: 24em;
    font-weight: 400;
  }
}
.keywords-filter-big_b_footer_label__glgrR {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 15em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .keywords-filter-big_b_footer_label__glgrR {
    font-size: 20em;
  }
}
.keywords-filter-big_b_footer_detail__b8w1F {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 12em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .keywords-filter-big_b_footer_detail__b8w1F {
    font-size: 20em;
    font-weight: 500;
  }
}
.keywords-filter-big_b_contact_us_location_card_title_mp__y3Hgt {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 82em;
  font-weight: 500;
}
.keywords-filter-big_b_about_number__IdkC4 {
  font-size: 36em;
}
@media screen and (max-width: 767px) {
  .keywords-filter-big_b_about_number__IdkC4 {
    font-size: 48em;
  }
}
.keywords-filter-big_b_about_culture_title__z_dhX {
  font-size: 36em;
}
@media screen and (max-width: 767px) {
  .keywords-filter-big_b_about_culture_title__z_dhX {
    font-size: 48em;
  }
}
.keywords-filter-big_b_about_value_desc__7ipRh {
  font-size: 18em;
}
@media screen and (max-width: 767px) {
  .keywords-filter-big_b_about_value_desc__7ipRh {
    font-size: 20em;
  }
}
.keywords-filter-big_b_about_contact_city_title__F6vTQ {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 82em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .keywords-filter-big_b_about_contact_city_title__F6vTQ {
    font-size: 70em;
  }
}
.keywords-filter-big_b_about_core_value_desc__Gygn9 {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 18em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .keywords-filter-big_b_about_core_value_desc__Gygn9 {
    font-size: 18em;
  }
}
.keywords-filter-big_b_concern_talent_card_title__77bKu {
  font-size: 36em;
  font-weight: 500;
}
.keywords-filter-big_b_news_date_range__u01Sm {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 26em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .keywords-filter-big_b_news_date_range__u01Sm {
    font-size: 20em;
  }
}
.keywords-filter-big_b_news_rich_text__NeGGa {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
}
.keywords-filter-big_b_news_line_title__4iC6g {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 22em;
  font-weight: 500;
}
.keywords-filter-big_b_news_line_date__GalwB {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 20em;
  font-weight: 500;
}
.keywords-filter-big_b_highlight_card_img_float_date___BtyM {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 32em;
  font-weight: 500;
}
.keywords-filter-big_b_highlight_card_img_float_small_mounth_year__De18B {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 14em;
  font-weight: 500;
}
.keywords-filter-big_b_governanace_job_title__6RKEs {
  font-family: var(--font-mark-pro), "Noto Sans", "Roboto", sans-serif;
  font-size: 24em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .keywords-filter-big_b_governanace_job_title__6RKEs {
    font-size: 26em;
  }
}
.keywords-filter-big_b_font_weight_light__S_lLF {
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .keywords-filter-big_b_font_weight_light__S_lLF {
    font-weight: 300;
  }
}
.keywords-filter-big_b_font_weight_normal__6cCVO {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .keywords-filter-big_b_font_weight_normal__6cCVO {
    font-weight: 400;
  }
}
.keywords-filter-big_b_font_weight_medium__8gAYV {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .keywords-filter-big_b_font_weight_medium__8gAYV {
    font-weight: 500;
  }
}
.keywords-filter-big_b_font_weight_bold__ZwSic {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .keywords-filter-big_b_font_weight_bold__ZwSic {
    font-weight: 700;
  }
}
.keywords-filter-big_keywords_filter_main__GlB8J span span {
  font-size: 2em;
}
.card_grid__FCu_W {
  grid-template-areas: "month title" "date title" "year arrow";
  justify-content: space-between;
}
.card_month__UdrPl {
  grid-area: month;
}
.card_title__bbkXw {
  grid-area: title;
}
.card_date__EKd0P {
  grid-area: date;
}
.card_year__F4YvX {
  grid-area: year;
}
.card_arrow__PtkmY {
  grid-area: arrow;
}
.poeple-list_b_peopleList___BPBx {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fill, minmax(400em, 1fr));
}
@media screen and (max-width: 767px) {
  .poeple-list_b_peopleList___BPBx {
    gap: 20em;
    grid-template-columns: repeat(auto-fill, minmax(323em, 1fr));
  }
}
