/* 20250606 */
.mTopList {
  display: none;
}
.mTopList_1 {
  display: none;
}
@media (max-width: 768px) {
  .mTopList {
    display: block;
  }
  .mTopList_1 {
    display: block;
  }

  /* 20250616 */
  .mTopNavItem_1 {
    font-size: 15px;
    flex: none;
    color: #000000;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-height: 35px;
  }

  .mTopListNav_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 30px 20px 30px;
    border-radius: 4px;
    background-color: #fff;
  }

  .mTopListNav_1 .active {
    background-color: #7c7c7c;
    color: #fff;
    border-radius: 4px;
  }
}

@media (max-width: 768px) {
  /* 選單layout */
  .mTopList {
    display: block;
  }
  .mTopListItemWrap {
    display: flex;
    height: 6px;
    width: 100%;
    margin: 0 15px;
  }

  .mTopStatusItem {
    flex: 1;

    background-color: #ffffff;
  }

  .mTopListNav .active {
    background-color: #ffffff00;
    color: #143d4f;
    font-weight: bold;
  }

  .mTopList {
    display: block;
    position: relative;
    bottom: 30px;
  }

  .listNav {
    margin-bottom: 22px;
  }

  .mTopListNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 0px 20px 0px;
    background-color: #ffffff00;
    letter-spacing: -0.5px;
  }

  .mTopListStatus {
    width: 100%;
    display: flex;
    height: 6px;
    position: relative;
    background-color: white;
    top: 20px;
  }
  .mTopStatusItem.active {
    background-color: #7c7c7c;
  }

  .TitleWrapper {
    display: flex;
    flex-direction: column;
  }
  .pageTitle {
    order: 2;
  }
  .listNav {
    order: 1;
  }

  .mTopListNav .mTopNavItem {
    font-size: 14px;
    flex: none;
    color: #143d4f;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-height: 35px;
  }
}
