@charset "UTF-8";
.header.new {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.header.new.hide {
  top: -80px;
}
.header.new .burger {
  right: 66px;
  border: 0px;
}
.header.new .menu-item {
  margin: 0;
  padding: 0;
}
.header.new .menu-item:before {
  content: none;
}
.header.new .menu-item > a {
  padding: 0 15px;
  font-size: 0.937rem;
}
@media (min-width: 1050px) {
  .header.new .menu-item > a {
    padding: 0 20px;
  }
}
@media (min-width: 1300px) {
  .header.new .menu-item > a {
    padding: 0 30px;
  }
}
.header.new .menu-item > a::after {
  height: 2px;
  bottom: -14px;
}
.header.new .menu-item > a:hover > a::after {
  bottom: -14px;
}
.header.new .menu-item.active > a::after {
  bottom: -14px;
}
.header.new.index {
  background-color: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.26)), color-stop(70%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0) 70%);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header.new.index .menu-item > a {
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7), 0 2px 10px rgba(0, 0, 0, 0.5);
}
.header.new.index .owner-btn {
  position: relative;
}
.header.new.index .owner-btn a {
  color: white;
  border: none;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.2);
  padding-left: 39px;
}
.header.new.index .owner-btn a:hover {
  background-color: rgb(0, 0, 0);
}
.header.new.index .owner-btn::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: center/contain no-repeat url("https://www.honda-taiwan.com.tw/images/header/header-owner.png");
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header.new.index .burger-lines,
.header.new.index .burger-lines:after,
.header.new.index .burger-lines:before {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.7);
}
.header.new.index .burger.on .burger-lines {
  background-color: transparent;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0);
}
.header.new.index .burger.on .burger-lines::after, .header.new.index .burger.on .burger-lines::before {
  background-color: #939393;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0);
}
.header.new.index .owner-btn-mobile {
  width: 36px;
  height: 44px;
  font-size: 12px;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: center/contain no-repeat url("https://www.honda-taiwan.com.tw/images/header/header-owner-mobile-white.png");
}
.header.new.index.active {
  background-color: rgb(255, 255, 255);
  background: rgb(255, 255, 255);
}
.header.new.index.active .menu-item > a {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0);
  color: #000000;
}
.header.new.index.active .owner-btn-mobile {
  width: 32px;
  height: 32px;
  right: 22px;
  background: center/contain no-repeat url("https://www.honda-taiwan.com.tw/images/header-owner-mobile-gray.png");
}
.header.new.inner {
  background-color: rgb(255, 255, 255);
}
.header.new.inner .menu-item > a {
  color: #000000;
}
.header.new.inner .owner-btn {
  position: relative;
}
.header.new.inner .owner-btn a {
  color: #000000;
  border: none;
  border-radius: 0px;
  background-color: rgb(229, 229, 229);
  padding-left: 39px;
}
.header.new.inner .owner-btn a:hover {
  background-color: rgb(204, 204, 204);
}
.header.new.inner .owner-btn::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: center/contain no-repeat url("https://www.honda-taiwan.com.tw/images/header/header-owner-inner.png");
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header.new.inner .burger-lines,
.header.new.inner .burger-lines:after,
.header.new.inner .burger-lines:before {
  background-color: #939393;
}
.header.new.inner .burger.on .burger-lines {
  background-color: transparent;
}
.header.new.inner .owner-btn-mobile {
  width: 32px;
  height: 32px;
  font-size: 12px;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: center/contain no-repeat url("https://www.honda-taiwan.com.tw/images/header-owner-mobile-gray.png");
}
.header.new.inner.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.carsList {
  min-height: 190px;
  max-height: 190px;
  text-align: center;
}
@media (min-width: 576px) {
  .carsList {
    min-height: 220px;
    max-height: 220px;
  }
}
@media (min-width: 992px) {
  .carsList {
    text-align: unset;
  }
}
@media (min-width: 500px) {
  .carsList:hover a:nth-child(1) {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .carsList:hover a:nth-child(1) ~ a {
    display: inline-block;
  }
  .carsList:hover .carsList-img {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.carsList a {
  text-decoration: none;
}
.carsList a:nth-child(1) {
  height: 149px;
  max-width: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 1s ease-in;
  transition: 1s ease-in;
  margin: auto;
  margin-bottom: 0.8rem;
}
.carsList a:nth-child(1) ~ a {
  display: none;
  margin: 0 0.9rem;
  position: relative;
  right: 1.8rem;
}
.carsList a:nth-child(1) ~ a:hover .fas {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.carsList a:nth-child(1) .carsList-text {
  height: 23px;
}
.carsList .carsList-text {
  width: unset;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.carsList .carsList-img {
  width: 90%;
  max-width: 245px;
  margin-left: auto;
}
.carsList.subMenu-item {
  min-height: unset;
  max-height: 216px;
}
.carsList.subMenu-item a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: unset;
}
.carsList.subMenu-item a .carsList-text {
  height: 19px;
}

.subMenu.new {
  -webkit-box-shadow: 0 10px 10px rgba(130, 130, 130, 0.2);
          box-shadow: 0 10px 10px rgba(130, 130, 130, 0.2);
  font-size: 1rem;
  border-top: 2px solid red;
}
.subMenu.new .smCars .subMenu-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.subMenu-tab {
  background: #ffffff;
  text-align: center;
}

.subMenu-item > a {
  text-align: center;
}

@media (min-width: 992px) {
  .subMenu.new {
    border: 0;
  }
  .header.new.inner .owner-btn-mobile,
  .header.new.index .owner-btn-mobile {
    display: none;
  }
}
@media (min-width: 576px) {
  .subMenu .smCars .subMenu-list {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.footer-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 75px;
}
.footer-new .footer-toggle {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.footer-new .copyright {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.footer-new .footer-shortcut {
  width: 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (min-width: 576px) {
  .footer-new .footer-shortcut {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.footer-new .container {
  max-width: 1460px;
}
@media (min-width: 576px) {
  .footer-new .container {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .footer-new .container {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .footer-new .container {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .footer-new .container {
    max-width: none;
  }
}
@media (min-width: 1400px) {
  .footer-new .container {
    max-width: 1460px;
  }
}

.footer-shortcut {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.25);
  padding: 13px 0;
}
.footer-shortcut.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
}
.footer-shortcut .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-shortcut .row .col {
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
  width: unset;
  text-align: center;
}
@media (min-width: 576px) {
  .footer-shortcut .row .col {
    width: 120px;
  }
}
@media (min-width: 768px) {
  .footer-shortcut .row .col {
    width: 140px;
  }
}
.footer-shortcut a {
  text-decoration: none;
  text-align: center;
}
.footer-shortcut a:hover img {
  -webkit-filter: invert(39%) sepia(42%) saturate(6914%) hue-rotate(337deg) brightness(73%) contrast(125%);
          filter: invert(39%) sepia(42%) saturate(6914%) hue-rotate(337deg) brightness(73%) contrast(125%);
}
.footer-shortcut span {
  display: block;
  margin-top: 6px;
}
@media (min-width: 576px) {
  .footer-shortcut span {
    vertical-align: middle;
  }
  .footer-shortcut span.hidden-phone {
    display: inline !important;
  }
}
.footer-shortcut img {
  vertical-align: middle;
  max-width: 36px;
}
@media (min-width: 576px) {
  .footer-shortcut img {
    max-width: 36px;
    /* 20220328修改icon大小 Alvin*/
  }
}

.footer-toggle {
  background-color: #e8e8e8;
  padding-bottom: 0;
  /* 展開選單按鈕 */
  /* 展開選單 */
}
@media (min-width: 576px) {
  .footer-toggle {
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 768px) {
  .footer-toggle {
    padding-bottom: 2.5rem;
  }
}
.footer-toggle .container > .row {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.footer-toggle .websiteLink {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (min-width: 768px) {
  .footer-toggle .websiteLink {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.footer-toggle .shareLink {
  max-width: 220px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  justify-self: flex-end;
}
@media (min-width: 768px) {
  .footer-toggle .shareLink {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (min-width: 576px) {
  .footer-toggle .shareLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 380px;
    min-width: 380px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-toggle .shareLink:after {
    content: "";
    position: absolute;
    left: 193px;
    width: 1.5px;
    height: 45px;
    background-color: #939393;
  }
  .footer-toggle .shareLink .row {
    width: 50%;
  }
}
.footer-toggle .shareLink .col {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.footer-toggle .shareLink img {
  max-width: 30px;
  margin-bottom: 1rem;
}
.footer-toggle .shareLink .machine {
  padding: 0 10px;
}
.footer-toggle .shareLink .machine img {
  max-width: 100px;
}
@media (min-width: 768px) {
  .footer-toggle .shareLink .machine img {
    max-width: 120px;
  }
}
@media (min-width: 992px) {
  .footer-toggle .shareLink .machine img {
    max-width: 134px;
  }
}
.footer-toggle .shareLink .motor {
  padding: 0 10px;
}
.footer-toggle .shareLink .motor img {
  max-width: 45px;
}
@media (min-width: 768px) {
  .footer-toggle .shareLink .motor img {
    max-width: 45px;
  }
}
@media (min-width: 992px) {
  .footer-toggle .shareLink .motor img {
    max-width: 59px;
  }
}
.footer-toggle .footer-toggle-btn {
  background-color: #939393;
  color: white;
  padding: 12px 10px;
  border: none;
  margin-bottom: -12px;
}
@media (min-width: 576px) {
  .footer-toggle .footer-toggle-btn {
    margin-bottom: 0;
  }
}
.footer-toggle .footer-toggle-btn i {
  margin-right: 7px;
}
.footer-toggle .footer-toggle-btn .btn-open {
  display: inline;
}
.footer-toggle .footer-toggle-btn .btn-close {
  display: none;
}
.footer-toggle .footer-toggle-btn.show .btn-open {
  display: none;
}
.footer-toggle .footer-toggle-btn.show .btn-close {
  display: inline;
}
.footer-toggle nav {
  text-align: center;
  min-width: 67px;
}
.footer-toggle nav p {
  cursor: pointer;
  font-weight: 500;
  font-size: 15px;
  padding-left: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .footer-toggle nav p {
    -webkit-margin-before: 0.5em;
            margin-block-start: 0.5em;
    -webkit-margin-after: 0.5em;
            margin-block-end: 0.5em;
  }
}
.footer-toggle nav p:not(.srs) {
  display: none;
}
@media (min-width: 768px) {
  .footer-toggle nav p:not(.srs) {
    display: block;
  }
}
.footer-toggle nav p.srs {
  word-break: keep-all;
  padding-bottom: 0.75rem;
  -webkit-margin-before: unset;
          margin-block-start: unset;
}
@media (min-width: 768px) {
  .footer-toggle nav p.srs {
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
    padding-bottom: 0;
  }
}
.footer-toggle nav p.srs a {
  display: block;
  font-weight: 500;
  font-size: 15px;
}
.footer-toggle nav a {
  display: none;
  text-decoration: none;
  margin-top: 0.75rem;
  font-size: 13px;
}
.footer-toggle.show .container > .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .footer-toggle.show .container > .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer-toggle.show .websiteLink.col-4 {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 576px) and (max-width: 1200px) {
  .footer-toggle.show .shareLink {
    display: block;
    max-width: 220px;
    min-width: unset;
  }
  .footer-toggle.show .shareLink:after {
    content: unset;
  }
  .footer-toggle.show .shareLink .row {
    width: 100%;
  }
}
.footer-toggle.show nav {
  margin-bottom: 1rem;
}
.footer-toggle.show nav p {
  white-space: nowrap;
  display: block;
}
.footer-toggle.show nav a {
  display: block;
}

.copyright {
  background-color: #4C4C4C;
  border-bottom: solid 4px #C9161C;
  color: white;
  font-size: 13px;
  line-height: 1.5;
  text-align: right;
  padding: 12px 30px 12px 0;
}
@media (min-width: 576px) {
  .copyright {
    text-align: center;
    padding: 21px 0 21px 0;
  }
  .copyright br {
    display: none;
  }
}
.copyright a {
  color: white;
  text-decoration: none;
}