body{
    font-family: 'Noto Sans TC', sans-serif;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 70px;
    font-size: 14px;
}
@media (max-width: 768px) {
    .header {
        padding: 12px 15px 12px 5px;
        position: relative;
    }
}
  .header img {
    width: 142px;
  }
  @media (max-width: 768px) {
    .header img {
      width: 125px;
      /* padding-left: 20px; */
   }
  }
  .header div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  @media (max-width: 768px) {
    body.lock .Detail {
      pointer-events: none;
    }
    .header div {
      align-items: start;
   }
   .desktopMenu.show {
    transition: max-height ease-in-out 0.4s;
    max-height: 182px;
    display: inline-block !important;
   }
   .desktopMenu {
    display: none !important;
    position: absolute;
    top: 77px;
    left: 0;
    flex-direction: column;
    width:100%;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 3px 8px rgba(0,0,0,8%);
    max-height: 0;
   }
   .header .desktopMenu .lang {
     margin: 0;
     flex-direction: column;
     width: 100%;
   }
   .header .desktopMenu .lang a {
    padding: 20px 0;
    width: calc(100% - 30px);
    margin: 0 15px;
   }
   .header .desktopMenu .lang a {
     border-bottom: 1px solid rgba(112,112,112,.45)
   }
   .header .desktopMenu .lang a::after {
    display: none;
   }
   .header .desktopMenu .contactUs {
    padding: 20px 15px;
    margin: 0;
    width: calc(100% - 30px);
   }
  }
  .header div .findPlan {
    margin: 0 20px;
  }
  .header div .findPlan div a {
    font-size: 15px;
    font-weight: 400;
    padding: 8px 20px;
    border: 2px solid #b10a32;
    border-radius: 30px;
    color: #b10a32;
    text-decoration-line: none;
    transition: all .3s ease-in-out;
  }
  .header div .findPlan div a:hover {
    background-color: #b10a32;
    color: #fff;
  }
  @media (max-width: 768px) {
    .header div .findPlan div a {
      font-size: 13px;
      padding: 8px 13px;
   }
  }
  .header div .lang {
    margin: 0 20px;
    /* align-items: end !important; */
  }
  .header div .lang a {
    /* margin: 0 5px; */
    color: #000;
    text-decoration-line: none;
  }
.header div .lang::before {
   
  }
.header .lang a {
    padding: 0 10px;
    position: relative;
}

.header .lang a:first-child:after {
    position: absolute;
    content: "";
    border: 1px solid rgba(0,0,0,.2);
    height: 12px;
    right: -1px;
    top: 4px;
}
  .header div .contactUs {
    margin: 0 10px;
  }
  .header div .contactUs a {
    color: #000;
    text-decoration-line: none;
  }
  .headerHamburger {
    display: none !important;
    cursor: pointer;
    float: right;
    width: 26px;
    height: 26px;
    margin: 5px 10px 5px 5px;
  }
  @media (max-width:768px) {
    .headerHamburger {
      display: block !important;
    }
  }
  /* .headerHamburger.show {
    display: inline-block !important;
  } */
  /* @media print {
    .headerHamburger {
      display: none !important;
   }
  } */
  .headerHamburger .headerLine {
    background-color: #2b2e34;
  }
  .headerLineInner {
    display: none;
    width: 26px;
    height: 26px;
    margin: 5px;
    flex-direction: column;
  }
  .headerLine {
    width: 100%;
    height: 2px;
    margin-top: 0px;
    margin-bottom: 6px;
    background-color: #2b2e34;
  }
  .headerLineInner.show .headerLine {
    display: inline !important;
    transform: rotate(45deg);
    position: relative;
    top: 8px;
    transition: all .5s ease;
  }
  .headerLineInner.show .headerLine:nth-child(2n+2) {
    display: none !important;
    transition: all .5s ease;
  }
  .headerLineInner.show .headerLine:nth-child(3n+3) {
    cursor: pointer;
    transform: rotate(-45deg);
    top: -10px;
    transition: all .5s ease;
  }
  @media (max-width: 768px) {
    /* .menuList {
      position: absolute;
      z-index: 3;
      background-color: #fff;
      width: 100%;
    }
    .menuList::after {
        position: absolute;
        content: "";
        border: 1px solid #707070;
        width: 100%;
        left: 0;
        bottom: 0;
      } */
  }
  
  .menuList .menudiv {
    padding: 20px 15px;
  }
  .menuList .menudiv::after {
    position: absolute;
    content: "";
    border: 1px solid #707070;
    width: 100%;
    left: 0;
    top: auto;
    transform: translateY(-20px);
  }
  