@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  color: #2b2b2b;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}


header a,
footer a,
.footer_memu a {
  color: rgb(39, 39, 39);
  word-break: break-all;
  text-decoration: none;
}

.clearfix:after {
  display: block;
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden;
}

::-webkit-scrollbar {
  display: none;
}

.head_logo {
  float: left;
  margin: 0;
  max-width: 316px;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .head_logo {
    max-width: 293px;
  }
}

.logo_line {
  width: 2px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 13px;
}

.elogo {
  max-width: 270px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .elogo {
    height: 31px;
  }
}


header {
  z-index: 30;
  width: 100%;
  height: 40px;
  left: 0;
  top: 0;
  background-color: #ffffff;
  height: auto;
  position: fixed;
  transition: 0.3s;
  box-shadow: 3px 3px 10px #d6edeb;
}
header .nav_wrap_m {
  display: none;
}
header .container {
  max-width: 1200px;
  width: 100%;
  margin: 6px auto;
  margin-top: 10px;
  margin: 12px auto;
  height: 44px;
  padding: 0 30px;
}
@media (max-width: 1200px) {
  header .container {
    padding: 0 30px;
  }
}
@media (max-width: 576px) {
  header .head_logo {
    float: none;
    max-width: 262px;
  }
  header .logo_line {
    margin: 0px 10px;
  }
  header .efingologo {
    max-width: 89px;
  }
}

.header-type2 {
  box-shadow: none;
}

.footer_memu {
  background: #f7f7f7;
}
.footer_memu .right_qr {
  max-width: 100px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.footer_memu .right_qr p {
  font-size: 14px;
  text-align: center;
  margin: 5px;
}
.footer_memu .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_memu .left {
  max-width: 810px;
  width: 100%;
  display: inline-block;
}
.footer_memu .left img {
  max-width: 500px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.footer_memu .left .list {
  display: inline-block;
  max-width: 563px;
  vertical-align: middle;
  width: 100%;
  margin-left: 40px;
}
.footer_memu .left .list .menu_list {
  display: inline-block;
  margin: 0 8px;
}
.footer_memu .left .list .menu_list img {
  display: inline-block;
  position: relative;
  max-width: 85px;
}
@media (max-width: 1200px) {
  .footer_memu .left .list {
    max-width: 511px;
  }
  .footer_memu .left .list p {
    margin: 0 5px;
  }
  .footer_memu .left img {
    max-width: 200px;
  }
  .footer_memu .container {
    padding: 30px 88px;
  }
}
@media (max-width: 992px) {
  .footer_memu .right_qr {
    display: none;
  }
  .footer_memu .container {
    display: block;
    padding: 20px 10px;
  }
  .footer_memu .left {
    display: block;
    padding: 20px 10px;
    margin: 0 auto;
  }
  .footer_memu .left .list {
    display: block;
    margin: 0;
    text-align: center;
    max-width: 100%;
  }
  .footer_memu .left .list p {
    width: 86px;
    margin: 10px 8px;
    text-align: center;
    font-size: 14px;
  }
  .footer_memu .left img {
    display: block;
    margin: 20px auto;
  }
}

footer {
  position: relative;
  color: #fff;
  background: #4d4d4d;
}
footer .container {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
footer .footer-address {
  position: absolute;
  bottom: 50%;
  right: 70px;
  transform: translateY(50%);
  display: flex;
  align-items: center;
}
footer .footer-address img {
  margin-right: 2px;
  max-width: 20px;
  width: 100%;
  height: 20px;
}
@media (max-width: 992px) {
  footer .footer-address {
    position: static;
    transform: initial;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    padding: 10px 0 20px 0px;
  }
}
footer .link {
  font-size: 13px;
  margin: auto;
  text-align: center;
  padding: 20px 0;
  line-height: 1.5;
}
footer .link li {
  display: inline-block;
  letter-spacing: 0.05em;
  color: #fff;
}
footer .link li a {
  color: #fff;
}
@media (max-width: 992px) {
  footer .link {
    padding-bottom: 0;
  }
}
footer .col-rate {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
}
footer .top {
  background-color: #E9E9E9;
}
footer .top a {
  color: #009d98;
}
footer .top .block {
  padding: 0 20px;
}
footer .top .block ul {
  max-width: 1200px;
  margin: 0 auto;
  vertical-align: middle;
  padding: 0px;
}
footer .top .block ul li {
  display: inline-block;
  margin: 20px 0;
  color: #111111;
}

/* footer.footerEN {
  position: relative;
} */
@media (max-width: 1400px) {
  footer .link {
    padding-bottom: 0;
  }
}
footer {
  line-height: 1.5;
  text-align: left;
  width: 80%;
}
footer img {
  margin-right: 5px;
}
@media (min-width: 1200px) {
  footer {
    width: auto;
    right: 40px;
  }
}
@media (max-width: 1400px) {
  footer {
    position: static;
    transform: initial;
    margin: 0 auto;
    justify-content: center;
    padding: 10px 0 20px 0px;
  }
}

/* @media (min-width: 992px) {
  .footerWarningEN .footerWarning_txt {
    margin-left: 390px;
  }
}
.footerWarningEN .footerWarning_title {
  letter-spacing: normal;
  font-size: 22px;
}
@media (min-width: 992px) {
  .footerWarningEN .footerWarning_title {
    width: 34%;
    letter-spacing: normal;
    text-align: left;
    font-size: 24px;
  }
} */

@media screen and (min-width: 801px) {
  nav {
    float: right;
    width: auto;
    height: 100%;
  }
  nav ul {
    height: 100%;
    display: flex;
    margin: 0;
    align-items: center;
  }
  nav ul li {
    display: inline-block;
  }
  .item-list {
    position: relative;
    cursor: pointer;
  }
  .item-list ul {
    position: absolute;
    display: none;
    flex-direction: column;
    width: 120px;
    padding: 0px;
    background-color: #E1EFEF;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 36px;
    border-radius: 4px;
  }
  .item-list ul li {
    padding: 12px 6px;
    border-bottom: 1px solid #fff;
    width: 100%;
    text-align: center;
    margin: 0px;
  }
  .item-list ul li a {
    cursor: pointer;
  }
  .item-list ul li:last-child {
    border-bottom: none;
  }
  .item-list > div {
    display: flex;
    align-items: center;
  }
  .item-list > div.active {
    color: #00a19b;
    font-weight: bold;
  }
  nav ul li.item-list:hover a {
    color: #1c1c1c !important;
    font-weight: normal;
  }
  nav ul li.item-list ul li:hover a {
    color: #00a19b !important;
    font-weight: bold;
  }
}
@media screen and (max-width: 800px) {
  .nav_wrap {
    position: absolute;
    bottom: 52px;
    width: 100%;
  }
  .nav_wrap_pc {
    display: none;
  }
  header .nav_wrap_m {
    display: block;
  }
  header .container {
    height: auto;
    margin-top: 20px;
    margin-bottom: 12px;
  }
  #header.on {
    top: 0 !important;
  }
  #header {
    position: fixed;
    height: auto;
  }
}
@media (max-width: 576px) {
  header .container {
    padding: 0 14px;
    margin-top: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 330px) {
  .main-nav ul.anchor li {
    margin: 0;
  }
}/*# sourceMappingURL=HeaderFooter.css.map */




/* ===== Stable Fixed Header + Body Offset (Mobile/Tablet) ===== */
:root{
  --mvsx-hdrH-m: 64px; /* 手機 header 高度 */
  --mvsx-hdrH-t: 72px; /* 平板以上 header 高度 */
}

/* 推整站：避免 fixed header 擋住第一屏內容 */
body{
  padding-top: var(--mvsx-hdrH-m);
}

@media (min-width: 768px){
  body{
    padding-top: var(--mvsx-hdrH-t);
  }
}

/* Header 本體（用你的 HTML：<header id="header">...</header>） */
#header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;

  height: var(--mvsx-hdrH-m);
  background: #fff;
  z-index: 9999;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);

  /* 可選：字體抗鋸齒 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px){
  #header{
    height: var(--mvsx-hdrH-t);
  }
}

/* 取代你原本 header .container 的 margin 設定，避免高度飄 */
#header .container{
  max-width: 1200px;
  width: 100%;
  height: 100%;

  margin: 0 auto;        /* 覆蓋原本 margin: 12px auto; 等 */
  padding: 0 14px;

  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (min-width: 768px){
  #header .container{
    padding: 0 30px;
  }
}

/* Logo 區：不要 float，改 flex，整個高度會穩定 */
#header .head_logo{
  float: none;            /* 覆蓋你原本 float: left */
  height: 100%;
  width: auto;
  max-width: none;

  display: flex;
  align-items: center;
}

/* Logo link & image：用 header 高度去縮放，不會被裁切也不會撐高 header */
#header .head_logo a{
  display: inline-flex;
  align-items: center;
  height: 100%;
}

#header .head_logo img{
  display: block;
  width: auto;
  max-width: 100%;
  height: calc(var(--mvsx-hdrH-m) - 20px);
}

@media (min-width: 768px){
  #header .head_logo img{
    height: calc(var(--mvsx-hdrH-t) - 24px);
  }
}