/* Responsive layout shared by the Chinese and English pages. */
@media screen and (max-width: 760px) {
  html,
  body {
    width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }

  body {
    font-size: 16px;
    line-height: 1.65;
  }

  .all {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    padding: 0;
  }

  .header {
    display: block;
    height: 112px;
  }

  .logo {
    width: 220px;
    height: 78px;
    margin: 8px auto 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .lan_box {
    bottom: 2px;
    left: 18px;
  }

  .dolby_atmos_logo {
    right: 18px;
    bottom: 0;
    width: 72px;
    height: 27px;
  }

  .tab_box {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
  }

  .nav {
    display: block;
    width: 100%;
    overflow: visible;
    text-align: center;
  }

  .nav ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 12px;
  }

  .nav ul li {
    float: none;
    flex: 0 0 33.333%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  }

  .nav ul li:nth-child(n + 4) {
    flex-basis: 25%;
  }

  .nav ul li a {
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 6px 5px;
    font-size: 11px;
    line-height: 1.2;
    white-space: normal;
    border-right: 1px solid rgba(255, 255, 255, 0.7);
  }

  .nav ul li:nth-child(3) a,
  .nav ul li:last-child a {
    border-right: 0 !important;
  }

  .all_content {
    width: calc(100% - 24px);
    padding: 24px 18px 30px;
    margin: 14px auto 0;
  }

  .footer {
    width: calc(100% - 24px);
    min-height: 50px;
    padding: 8px 0 2px;
    margin: 0 auto;
  }

  .content,
  .scroll-wrapper.content {
    width: 100%;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .scroll-wrapper > .scroll-content {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  .scroll-element {
    display: none !important;
  }

  .c_box {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  #home {
    width: 100%;
    height: auto;
  }

  .home_box_l,
  .s_e_r_t {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    white-space: normal;
  }

  h1,
  h2 {
    font-size: 25px;
    line-height: 1.25;
  }

  h3 {
    font-size: 20px;
    line-height: 1.35;
  }

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

  .home_i {
    position: static;
    order: 2;
    width: 100%;
    height: auto;
    margin: 20px 0 0;
    aspect-ratio: 16 / 9;
  }

  .h_c_box {
    order: 3;
    width: 100%;
    padding-top: 22px;
  }

  .h_c_row {
    display: grid;
    grid-template-columns: 3.5em minmax(0, 1fr);
    font-size: 15px;
    line-height: 1.55;
    padding: 5px 0;
  }

  .h_c_row_t,
  .h_c_row_c {
    width: auto;
    padding: 0;
  }

  .h_c_row_i {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    width: 100%;
  }

  .h_c_row_i img,
  .c_row_i img {
    display: block;
    width: 84px;
    max-width: 100%;
    height: auto;
  }

  .h_map {
    position: static;
    order: 4;
    width: 100%;
    height: auto;
    margin-top: 18px;
    padding-top: 47%;
    background-position: center;
    background-size: cover;
  }

  .h_panorama {
    position: static;
    width: 100%;
    height: auto;
  }

  .s_e_box_r_t,
  .map {
    width: 100%;
    height: auto;
    aspect-ratio: 798 / 450;
    padding-left: 0;
    margin-bottom: 18px;
    background-position: center;
    background-size: cover;
  }

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

  .column {
    display: block;
    width: 100%;
  }

  ul.tabs {
    position: static;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 20px;
    overflow: hidden;
  }

  ul.tabs li {
    float: none;
    flex: 0 0 33.333%;
    height: auto;
    line-height: 1.25;
    border-bottom: 1px solid #d4b490;
  }

  ul.tabs li:nth-child(n + 4) {
    flex-basis: 50%;
  }

  ul.tabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 6px 4px;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
  }

  ul.tabs li:nth-child(3),
  ul.tabs li:last-child {
    border-right: 0;
  }

  .tab_container {
    overflow: visible;
  }

  table {
    display: block;
    width: 100%;
    min-width: 0;
    font-size: 14px;
    line-height: 1.5;
    border: 0;
  }

  table thead {
    display: none;
  }

  table tbody,
  table tr {
    display: block;
    width: 100%;
  }

  table tbody tr {
    margin: 0 0 14px;
    overflow: hidden;
    border: 1px solid #d8c5ad;
    border-radius: 3px;
    background: #fff;
  }

  table tbody tr:empty {
    display: none;
  }

  table td,
  table .t_l,
  table .t_l2,
  .td33per td,
  .td33per .t_l,
  .td_s2 td:first-child,
  .td_s2 td:nth-child(2),
  .td_s2 td:nth-child(3) {
    display: grid;
    grid-template-columns: minmax(82px, 28%) minmax(0, 1fr);
    width: 100% !important;
    min-width: 0;
    padding: 9px 10px;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #eadfd2;
  }

  table td .mobile-cell-content {
    min-width: 0;
    overflow-wrap: break-word;
    word-break: normal;
  }

  table td[colspan] {
    display: block;
    width: 100% !important;
    text-align: center;
  }

  table td[colspan]::before {
    display: none;
  }

  table td:last-child {
    border-bottom: 0;
  }

  table td::before {
    content: attr(data-label);
    color: #b57f45;
    font-weight: bold;
    padding-right: 10px;
  }

  .c_row {
    line-height: 1.55;
    padding: 8px 0;
  }

  .c_row_t,
  .c_row_c {
    width: 100%;
  }

  .press_rowbox,
  .press_rowbox_i,
  .press_rowbox_r {
    float: none;
    width: 100%;
  }

  .press_rowbox_i {
    margin: 0 0 14px;
  }

  .press_rowbox_r_tit {
    float: none;
    font-size: 20px;
  }

  .press_rowbox_r_info,
  .press_rowbox_r_con {
    float: none;
  }

  .press_rowbox .b1,
  .b1 {
    float: none;
    width: auto;
    margin: 8px 0 0;
  }

  .modal {
    top: 12px;
    left: 12px;
    width: calc(100vw - 24px);
    height: calc(100vh - 24px);
    height: calc(100dvh - 24px);
    max-height: calc(100vh - 24px);
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    transform: none;
  }

  .modal_body,
  .modal_text,
  .modal_con,
  .modal .scroll-wrapper.modal_con {
    display: block;
    width: 100%;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .modal .scroll-wrapper.modal_con > .scroll-content {
    position: static !important;
    box-sizing: border-box !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  .modal .scroll-element {
    display: none !important;
  }

  .modal_tit {
    font-size: 22px;
    padding: 24px 22px 14px;
  }

  .modal_t {
    font-size: 16px;
    line-height: 1.65;
    padding: 0 22px 34px;
  }

  .close {
    position: fixed;
    z-index: 1002;
    top: 20px;
    right: 20px;
    float: none;
    width: 36px;
    height: 36px;
    margin: 0;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.72);
    background-size: 18px 18px;
    background-position: center;
    background-repeat: no-repeat;
  }

  .footer {
    width: calc(100% - 24px);
    min-height: 58px;
    padding: 8px 0;
  }

  .icon {
    width: 36px;
    height: 36px;
    background-size: contain;
  }
}

@media screen and (max-width: 380px) {
  .nav ul li a {
    padding-right: 3px;
    padding-left: 3px;
    font-size: 10px;
  }

  .all_content {
    width: calc(100% - 16px);
    padding-right: 14px;
    padding-left: 14px;
  }

}
