@charset "UTF-8";
/* Noto Sans TC */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
/* -------------------------------
   春節營運時間頁面用樣式
   ------------------------------- */
body {
  background: unset;
  font-size: 14px;
  font-family: "Noto Sans TC", sans-serif;
}

/* Fixed viewport background fallback for browsers that don't support
   background-attachment: fixed on non-body elements (mobile Safari, etc.) */
body::before {
  content: "";
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/HONDA_dealers_time_bg_m_2026.jpg?v=1");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
}

@media (min-width: 768px) {
  body::before {
    background-image: url("../images/HONDA_dealers_time_bg_2026.jpg?v=1");
    background-position: center center;
  }
}
.navbar-header {
  border-bottom: none;
}

.container {
  width: 100%;
}
@media (min-width: 576px) {
  .container {
    width: 98%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 80%;
  }
}

.content {
  padding: 55px 6px 20px 13px;
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .content {
    padding-left: 6px;
    padding-right: 13px;
  }
}
@media (min-width: 768px) {
  .content {
    padding-left: 25px;
  }
}

.content .row.bg-white {
  margin-bottom: 48px;
}

.page-header:first-child {
  margin: 10px 0 0 0;
  line-height: 2.25;
}

.table > thead > tr > th {
  border: 1px solid #ddd;
  font-weight: 500;
}

.table thead tr:last-child {
  background-color: #7b8091;
}

.table thead tr:last-child th {
  color: #fff !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background: #fff;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.btn.btn-scroll-to-top {
  width: unset;
  height: unset;
  line-height: unset;
  font-size: 0;
}

.btn.btn-scroll-to-top img {
  max-width: 100%;
  width: 28px;
  height: 28px;
}

.btn.btn-scroll-to-top {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.btn.btn-scroll-to-top.in {
  opacity: 1;
  pointer-events: auto;
}

.panel-body {
  padding: 10px;
}
@media (min-width: 576px) {
  .panel-body {
    padding: 26px 26px 53px 38px;
  }
}
@media (min-width: 992px) {
  .panel-body {
    padding: 28px 69px 37px 59px;
  }
}
.panel.info {
  border-radius: 0;
  position: relative;
  z-index: 8;
}
.panel.info h1 {
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 17px;
}
.panel.info p {
  color: #7b8091;
  font-size: 16px;
  line-height: 1.5;
  padding: unset;
  margin-bottom: 0.5rem;
}
.panel.info .text-post {
  margin-bottom: 25px;
}
@media (max-width: 455px) {
  .panel.info .text-post p:first-child br {
    display: none;
  }
}
@media (min-width: 1780px) {
  .panel.info .text-post p:first-child br {
    display: none;
  }
}
.panel.info .text-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .panel.info .text-description {
    padding: 0 15px;
  }
}
@media (max-width: 1059.9px) {
  .panel.info .text-description p:last-child {
    text-indent: -5em;
    padding-left: 5em;
  }
}
@media (min-width: 1060px) {
  .panel.info .text-description p:last-child br {
    display: none;
  }
}
@media (max-width: 575.9px) {
  .panel.info .text-description img {
    display: none;
  }
}
@media (min-width: 576px) {
  .panel.info .text-description img {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .panel.info .text-description img {
    width: 100px;
  }
}
@media (min-width: 1200px) {
  .panel.info .text-description img {
    margin-right: 30px;
    width: 100px;
  }
}
@media (min-width: 1400px) {
  .panel.info .text-description img {
    width: 100px;
  }
}
@media (min-width: 576px) {
  .panel.info h1 {
    font-size: 26px;
    margin-left: -12px;
  }
  .panel.info p {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .panel.info h1 {
    font-size: 25px;
    margin-right: -12px;
  }
  .panel.info h1 br {
    display: none;
  }
  .panel.info p {
    font-size: 20px;
  }
  .panel.info .text-post {
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .panel.info h1 {
    margin-left: -35px;
    margin-right: -45px;
  }
}

/* 裝飾 */
.deco {
  margin-top: 65px;
  margin-bottom: 152px;
  position: relative;
}
.deco-img {
  position: absolute;
  z-index: 9;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.deco-img:nth-child(1) {
  width: 170px;
  display: block;
  bottom: -22px;
  left: 80px;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.deco-img:nth-child(2) {
  width: 200px;
  bottom: -10px;
  right: 49px;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
.deco-img:nth-child(3) {
  width: 80px;
  top: -50px;
  left: -10px;
  z-index: 10;
}
.deco-img:nth-child(4) {
  display: none;
}
.deco-img:nth-child(5) {
  z-index: 7;
  width: 30%;
  bottom: 4px;
  left: 19px;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
@media (min-width: 476px) {
  .deco {
    margin-bottom: 200px;
  }
  .deco-img:nth-child(2) {
    bottom: 33px;
    right: 110px;
  }
}
@media (min-width: 576px) {
  .deco {
    margin-top: 100px;
  }
  .deco-img:nth-child(1) {
    display: block;
    width: 230px;
    bottom: -42px;
    left: 72px;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  .deco-img:nth-child(2) {
    width: 250px;
  }
  .deco-img:nth-child(3) {
    display: block;
    width: 100px;
    top: -10px;
    left: 0;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}
@media (min-width: 768px) {
  .deco {
    margin-top: 85px;
    margin-bottom: 112px;
  }
  .deco-img:nth-child(1) {
    width: 290px;
    bottom: 41px;
    left: -70px;
  }
  .deco-img:nth-child(2) {
    width: 376px;
    bottom: 68px;
    right: -55px;
  }
  .deco-img:nth-child(3) {
    display: block;
    width: 100px;
    top: 0;
    left: -90px;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  .deco-img:nth-child(4) {
    display: block;
    width: 392px;
    top: 20px;
    left: -550px;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}
@media (min-width: 1200px) {
  .deco-img:nth-child(1) {
    width: 387px;
    bottom: 92px;
    left: -100px;
  }
  .deco-img:nth-child(2) {
    width: 435px;
    bottom: 179px;
    right: -85px;
  }
  .deco-img:nth-child(3) {
    width: 100px;
    top: 0;
    left: -100px;
  }
  .deco-img:nth-child(4) {
    display: block;
    width: 392px;
    top: 20px;
    left: -690px;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}
/*# sourceMappingURL=delear.css.map */