@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700&display=swap");
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: url(https://fs-e.ecimg.tw/img/h24/new/index/v1/fonts/Montserrat/Montserrat-Regular.woff2) format("woff2");
}
@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 400;
  src: url(https://fs-f.ecimg.tw/img/h24/new/index/v1/fonts/Montserrat/Montserrat-Italic.woff2) format("woff2");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  src: url(https://fs-d.ecimg.tw/img/h24/new/index/v1/fonts/Montserrat/Montserrat-Medium.woff2) format("woff2");
}
@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 500;
  src: url(https://fs-e.ecimg.tw/img/h24/new/index/v1/fonts/Montserrat/Montserrat-MediumItalic.woff2) format("woff2");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  src: url(https://fs-f.ecimg.tw/img/h24/new/index/v1/fonts/Montserrat/Montserrat-Bold.woff2) format("woff2");
}
@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 700;
  src: url(https://fs-d.ecimg.tw/img/h24/new/index/v1/fonts/Montserrat/Montserrat-BoldItalic.woff2) format("woff2");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  src: url(https://fs-e.ecimg.tw/img/h24/new/index/v1/fonts/Montserrat/Montserrat-ExtraBold.woff2) format("woff2");
}
@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 800;
  src: url(https://fs-f.ecimg.tw/img/h24/new/index/v1/fonts/Montserrat/Montserrat-ExtraBoldItalic.woff2) format("woff2");
}
body {
  font-family: "Noto Sans TC", Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft JhengHei", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background-color: #fff;
  color: black;
}
@media (min-width: 768px) {
  body body {
    -webkit-overflow-scrolling: touch;
  }
}

button:focus,
button:active,
button:visited,
button:hover {
  -webkit-tap-highlight-color: transparent;
}

.outline * {
  outline: 1px solid #000;
}

.outline * {
  outline: 1px solid #000;
}

header {
  position: relative;
  z-index: 50;
  height: 40px;
  background-color: #db232f;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  header {
    background-color: #fff;
  }
}

.headerContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (min-width: 1200px) {
  .headerContainer {
    align-items: flex-end;
  }
}
.headerContainer--logoFirst {
  height: 100%;
  display: none;
}
.headerContainer--logoFirst > img {
  width: auto;
  height: 100%;
}
@media (min-width: 1200px) {
  .headerContainer--logoFirst {
    display: block;
  }
}
.headerContainer--logoPad {
  display: block;
}
.headerContainer--logoPad img {
  width: 160px;
  height: auto;
}
@media (min-width: 1200px) {
  .headerContainer--logoPad {
    display: none;
  }
}
.headerContainer--logoSecond {
  display: none;
}
@media (min-width: 1200px) {
  .headerContainer--logoSecond {
    display: block;
  }
}
.headerContainer--logoSecond > img {
  height: 40px;
}
.headerContainer--list {
  display: none;
  justify-content: center;
  align-items: flex-end;
  padding: 0 0 6px 0;
  margin-bottom: 0;
  list-style: none;
}
@media (min-width: 1200px) {
  .headerContainer--list {
    display: flex;
  }
}
.headerContainer--list > li {
  position: relative;
  padding: 0 12px;
  font-size: 12px;
  line-height: 16px;
  color: #9ca3af;
  border-right: 1px solid #ccc;
}
.headerContainer--list > li:last-child {
  border-right: none;
}
.headerContainer--list > li.qrcode {
  color: #db232f;
  cursor: pointer;
}
.headerContainer--list > li.qrcode:hover a {
  display: block;
}
.headerContainer--list > li.qrcode > a {
  position: absolute;
  display: none;
  bottom: -152px;
  right: 0;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.headerContainer--list > li.qrcode img {
  width: 150px;
}
.headerContainer--list a {
  color: inherit;
  text-decoration: none;
}
.headerContainer--list a:hover {
  color: #4b5563;
}
.headerContainer--social {
  display: none;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
@media (min-width: 1200px) {
  .headerContainer--social {
    display: flex;
  }
}
.headerContainer--social a {
  display: block;
  padding: 0 2px 4px;
}
.headerContainer--social a:hover img {
  opacity: 0.8;
}
.headerContainer--social img {
  width: 24px;
  height: 24px;
}

footer {
  position: relative;
  z-index: 20;
  padding: 20px 8px;
  color: #fff;
  background-color: #1f1f1f;
}
@media (min-width: 576px) {
  footer {
    padding: 40px 20px;
  }
}
@media (min-width: 768px) {
  footer {
    padding: 56px;
  }
}
@media (min-width: 1200px) {
  footer {
    padding: 56px 0;
  }
}

.footerContainer {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .footerContainer {
    flex-direction: row;
  }
}
.footerContainer ul {
  padding: 0;
  margin: 0 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.footerContainer ul > li {
  margin: 0 8px;
}
.footerContainer ul > li:first-child {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footerContainer ul > li:first-child img {
  margin-left: 8px;
}
@media (min-width: 768px) {
  .footerContainer ul {
    margin: 0 0 20px;
  }
}
@media (min-width: 1200px) {
  .footerContainer ul {
    margin: 0;
  }
}
.footerContainer p {
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}
@media (min-width: 1200px) {
  .footerContainer p {
    text-align: left;
  }
}
.footerContainer p br {
  display: none;
}
@media (min-width: 576px) {
  .footerContainer p br {
    display: block;
  }
}

.main {
  background-color: #f5f5f7;
}
.main--container {
  max-width: 1200px;
  margin: 0 auto;
}
.main .myRadius {
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .main .myRadius {
    border-radius: 0;
  }
}
.main .myRadius2 {
  border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 768px) {
  .main .myRadius2 {
    border-radius: 0;
  }
}

a.card {
  height: 100%;
  text-decoration: none;
  color: #747474;
  border: #fff;
}
@media screen and (max-width: 576px) {
  a.card h5 {
    font-size: 18px;
    line-height: 24px;
  }
  a.card p {
    font-size: 14px;
    line-height: 18px;
  }
}
a.card .mainBtn {
  margin: auto auto 0;
  max-width: 180px;
  padding: 5px 12px;
  color: #747474;
  border-radius: 30px;
  border: 1px solid #747474;
}

.compare {
  border-radius: 1px;
}

.fotternotice {
  margin: auto;
  padding: 10px 20px;
  color: #747474;
  background-color: #f5f5f7;
}
.fotternotice h5 {
  text-align: start;
  font-weight: 500;
  line-height: 2rem;
}
.fotternotice p {
  text-align: start;
  line-height: 1.2rem;
}
@media screen and (max-width: 768px) {
  .fotternotice h5 {
    font-size: 1rem;
    line-height: 1rem;
  }
  .fotternotice p {
    font-size: 12px;
    line-height: 1rem;
    margin-bottom: 0.5rem;
  }
}

.gotop {
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(172, 172, 172, 0.6);
  color: #fff;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  cursor: pointer;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-30px) translateZ(0);
}
.gotop.show {
  visibility: visible;
  transform: translateY(0px) translateZ(0);
  opacity: 1;
}
.gotop p {
  line-height: 1rem;
}
.gotop .arrow-top {
  border: solid white;
  border-width: 0px 2px 2px 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: auto;
  transform: rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .gotop {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
  }
  .gotop .arrow-top {
    width: 12px;
    height: 12px;
  }
  .gotop p {
    font-size: 12px;
    margin-bottom: auto;
  }
}

.outline * {
  outline: 1px solid #000;
}

.carousel-control-prev-icon {
  background-image: url(../img/arrow-left.png);
}

.carousel-control-next-icon {
  background-image: url(../img/arrow-right.png);
}

#mySlider1 .carousel-indicators [data-bs-target] {
  background-color: gray;
}/*# sourceMappingURL=all_v3.css.map */