@charset "UTF-8";
@import "singlebanner.css";
@import "libs/slick/slick.css";
@import "libs/slick/slick-theme.css";
@import "card.css";
@import "step.css";
@import "application.css";
@import "tnc.css";
@import "floating.css";
@import "banner.css";
html {
  scroll-behavior: smooth;
}

body, html {
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 16px;
  min-width: 350px;
}

@media (max-width: 1440px) {
  body, html {
    font-size: 1.11vw;
  }
}
@media (max-width: 1010px) {
  body, html {
    font-size: 1.4vw;
  }
}
@media (max-width: 799px) {
  body, html {
    font-size: 16px;
  }
}
@media (max-width: 374px) {
  body, html {
    font-size: 4.26666vw;
  }
}
body {
  margin: 0;
  min-width: 350px;
  font-family: IBM Plex Sans, 微軟正黑體, "Microsoft Sans Serif", Helvetica, Geneva, sans-serif;
}

* {
  box-sizing: border-box;
}

sup {
  font-size: 0.5em;
}

main {
  overflow: unset !important;
}

.d-inline-block {
  display: inline-block;
}

.mobile-visible {
  display: none !important;
}
@media (max-width: 1024px) {
  .mobile-visible {
    display: block !important;
  }
}

.desktop-visible {
  display: block !important;
}
@media (max-width: 1024px) {
  .desktop-visible {
    display: none !important;
  }
}

.text-center {
  text-align: center;
}

#main-content {
  position: relative;
  display: block;
  overflow: hidden;
  color: #000;
}

.container {
  max-width: 1140px;
  margin: auto;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
}

a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  zoom: 1;
  cursor: pointer;
}

.highlight {
  color: #b00931;
}

.banner1 {
  transform: scale(1) !important;
  opacity: 1 !important;
  background-image: url("../images/kv_tc.png");
}
@media (max-width: 767px) {
  .banner1 {
    background-image: url("../images/kv_tc_m.png");
  }
}
.banner1:lang(en), .banner1.en {
  background-image: url("../images/kv_en.png");
}
@media (max-width: 767px) {
  .banner1:lang(en), .banner1.en {
    background-image: url("../images/kv_en_m.png");
  }
}
.banner1:lang(zh-cn), .banner1.sc {
  background-image: url("../images/kv_sc.png");
}
@media (max-width: 767px) {
  .banner1:lang(zh-cn), .banner1.sc {
    background-image: url("../images/kv_sc_m.png");
  }
}

.nowrap {
  white-space: nowrap;
}

.HeroBanner_slider__1cnli:after {
  content: none;
}

#topBanner .swiper-slide {
  height: 80vw;
}
#topBanner .banner-sectioning {
  width: 100%;
  height: 6.944vw;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 3;
  background: url(../images/banner-sectioning.png) 50% center/cover no-repeat;
  background-position: 50% center;
}
.page-menu-section {
  font-weight: 400;
}
@media (min-width: 1025px) {
  .page-menu-section {
    top: 0;
  }
}
.page-menu-section .PageMenu_pageMenu {
  background-color: #fff;
  box-shadow: 0 10px 40px 0 rgba(187, 160, 100, 0.2);
  border-radius: 0 0 2px 2px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  padding: 20px 30px;
}

.footer__bottom {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .footer__bottom {
    margin-bottom: 0;
  }
}

#page-menu a {
  color: #000;
}
#page-menu a:lang(en) {
  margin-right: 5px;
  font-size: 13px;
}
@media (min-width: 767px) and (max-width: 1100px) {
  #page-menu a:lang(en) {
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  #page-menu a:lang(en) {
    margin-right: 10px;
    font-size: 14px;
  }
}
@media (min-width: 767px) {
  #page-menu .quicklink > a {
    padding: 0 15px;
  }
}
@media (min-width: 1100px) {
  #page-menu .quicklink > a {
    padding-left: 35px;
    padding-right: 40px;
  }
}
#page-menu .quicklink ul {
  margin: 0;
}
#page-menu .PageMenu_selected:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #bba064;
  bottom: -8px;
  left: 0;
  position: absolute;
  opacity: 1;
}

.PageMenu_rightBtn > a {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  position: relative;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .PageMenu_rightBtn > a {
    font-size: 12px;
    max-width: 120px;
    line-height: 16px;
    top: -2px;
  }
}
@media (min-width: 767px) and (max-width: 1100px) {
  .PageMenu_rightBtn > a:lang(en) {
    font-size: 12px;
    max-width: 154px;
    line-height: 16px;
  }
}

.MobilePageMenu_container {
  z-index: 997;
}
.MobilePageMenu_container button {
  border: none;
  background-color: transparent;
  background-color: initial;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  font-size: inherit;
  padding: 0;
  letter-spacing: inherit;
  font-family: inherit;
  color: #000;
}
.MobilePageMenu_container button:lang(en) {
  font-size: 11px;
}
@media (min-width: 375px) {
  .MobilePageMenu_container button:lang(en) {
    font-size: 14px;
  }
}
.MobilePageMenu_container button:lang(en):after {
  right: 10px !important;
}
.MobilePageMenu_container a {
  color: #000;
}
@media (max-width: 1024px) {
  .MobilePageMenu_container .MobilePageMenu_pageMenu.active {
    display: block;
  }
}
.MobilePageMenu_container .MobilePageMenu_quickLink ul {
  margin: 0;
  padding: 0;
}
.MobilePageMenu_container a.MobilePageMenu_mobileTopRightBtn {
  line-height: 20px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.MobilePageMenu_container a.MobilePageMenu_mobileTopRightBtn:lang(en) {
  font-size: 12px;
  padding: 10px;
}

.Footer_bottomText {
  color: #000;
  font-size: 1rem;
  opacity: 1;
  padding: 60px 20px;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 799px) {
  .Footer_bottomText {
    padding: 20px 20px 60px;
    font-size: 0.875rem;
  }
}

.offer {
  padding-bottom: 45px;
}
@media (max-width: 799px) {
  .offer {
    padding-bottom: 25px;
  }
}
.offer .offer-detail-container {
  padding-top: 10px;
  background: #e3f5fc;
  position: relative;
  width: 100%;
}
.offer .offer-detail-container::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #C5A984;
  background: linear-gradient(90deg, rgba(197, 169, 132, 0.75) 0%, rgba(239, 226, 206, 0.75) 100%);
}
.offer .offer-detail-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 38.75rem;
  height: 19.375rem;
  z-index: 0;
  background: rgb(244, 236, 225);
  border-radius: 38.75rem 38.75rem 0 0;
}
@media (max-width: 799px) {
  .offer .offer-detail-container::after {
    width: 28.75rem;
    height: 14.375rem;
  }
}
.offer .offer-detail {
  z-index: 2;
  padding: 0px 15px;
  position: relative;
  text-align: center;
  margin-top: -70px;
}
.offer .offer-icon {
  margin: 0 auto;
  width: 26rem;
  font-size: 0;
  line-height: 0;
}
.offer .offer-icon img {
  width: 100%;
}
@media (max-width: 799px) {
  .offer .offer-icon {
    width: 18rem;
  }
}
.offer .offer-text {
  color: #000;
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 700;
  text-align: center;
  padding: 25px 10px;
  max-width: 1100px;
  margin: 0 auto;
}
.offer .offer-text span {
  color: #b31c2a;
}
@media (max-width: 799px) {
  .offer .offer-text {
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 15px 10px;
  }
}
@media (max-width: 799px) {
  .offer .offer-text br {
    display: none;
  }
}
.offer .offer-remark {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  color: #555555;
  padding: 30px 15px 45px;
  position: relative;
  z-index: 1;
}
@media (max-width: 799px) {
  .offer .offer-remark {
    font-size: 0.75rem;
    line-height: 1rem;
    padding: 20px 20px 30px;
  }
}
.offer .offer-remark p {
  margin: 0 0 5px;
}
.offer .offer-remark ol {
  margin: 0 0 20px;
  padding: 0 0px 0px 20px;
}
.offer .offer-remark ul {
  margin: 0;
  padding: 0 0px 0px 20px;
}

.app {
  padding: 0 15px 80px;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 799px) {
  .app {
    padding: 0 15px 40px;
  }
}
.app .app_title {
  font-weight: 700;
  font-size: 3.125rem;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 799px) {
  .app .app_title {
    font-size: 1.5625rem;
    margin-bottom: 15px;
  }
}
.app .app_desc {
  font-weight: 700;
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 799px) {
  .app .app_desc {
    font-size: 0.875rem;
    margin-bottom: 15px;
  }
}
.app .app_icon {
  width: 6.25rem;
  margin: 0 auto 20px;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 799px) {
  .app .app_icon {
    width: 4.25rem;
    margin: 0 auto 15px;
  }
}
.app .app_icon img {
  width: 100%;
}
.app .app_name_icon {
  width: 9.25rem;
  margin: 0 auto 30px;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 799px) {
  .app .app_name_icon {
    width: 6.25rem;
    margin: 0 auto 20px;
  }
}
.app .app_name_icon:lang(en) {
  width: 11.375rem;
}
@media (max-width: 799px) {
  .app .app_name_icon:lang(en) {
    width: 8.375rem;
  }
}
.app .app_name_icon img {
  width: 100%;
}
.app .app_download_btn {
  margin-bottom: 35px;
}
@media (max-width: 799px) {
  .app .app_download_btn {
    margin-bottom: 20px;
  }
}
.app .app_download_btn a {
  background: #F1EDE4;
  background: linear-gradient(90deg, rgba(241, 237, 228, 0.95) 0%, rgb(251, 250, 247) 100%);
  color: #292929;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 30px;
  padding: 15px;
  min-width: 162px;
}
@media (max-width: 799px) {
  .app .app_download_btn a {
    font-size: 0.875rem;
    padding: 10px;
    min-width: 120px;
  }
}
.app .app_download_btn_icon {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  gap: 20px;
  margin: 0 auto 30px;
  max-width: 543px;
}
@media (max-width: 799px) {
  .app .app_download_btn_icon {
    margin: 0 auto 20px;
    gap: 10px;
  }
}
.app .app_download_btn_icon > * {
  width: 33.333%;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.app .app_download_btn_icon img {
  width: 100%;
}
.app .app_remark {
  color: #292929;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  margin-bottom: 35px;
}
@media (max-width: 799px) {
  .app .app_remark {
    margin-bottom: 20px;
  }
}
.app .app_bottom_text {
  color: #000;
  font-size: 1.875rem;
  line-height: 2rem;
  font-weight: 700;
}
@media (max-width: 799px) {
  .app .app_bottom_text {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.app .app_bottom_text span {
  color: #b31c2a;
}

.tips {
  padding: 0 20px 50px;
  background-color: #f8f8f8;
}
@media (max-width: 799px) {
  .tips {
    padding: 0 20px 30px;
  }
}

.tips-header {
  display: flex;
  justify-content: flex-end;
  max-width: 1100px;
  margin: 0 auto;
}
.tips-header .tips-title {
  background: #B00931;
  background: linear-gradient(90deg, rgb(176, 9, 49) 0%, rgb(148, 5, 39) 100%);
  min-width: 460px;
  text-align: center;
  font-size: 1.625rem;
  color: #fff;
  font-weight: 700;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px;
}
@media (max-width: 799px) {
  .tips-header .tips-title {
    min-width: 200px;
    font-size: 1.25rem;
    padding: 5px 20px;
  }
}
.tips-header .tips-title span {
  padding-right: 25px;
  position: relative;
}
.tips-header .tips-title span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 11px;
  background: url("../images/arrow1.png") no-repeat center center/contain;
}

.tips-slider {
  max-width: 1100px;
  margin: 0 auto;
  box-shadow: 0 0px 20px 0 rgba(187, 160, 100, 0.4);
  border-radius: 10px;
  padding: 30px 100px;
  position: relative;
}
@media (max-width: 1100px) {
  .tips-slider {
    padding: 30px 50px;
  }
}
@media (max-width: 799px) {
  .tips-slider {
    padding: 20px;
  }
}
.tips-slider .tips-item {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 799px) {
  .tips-slider .tips-item {
    display: block;
  }
}
.tips-slider .tips-img-container {
  width: 50%;
  padding: 20px;
}
@media (max-width: 799px) {
  .tips-slider .tips-img-container {
    width: 100%;
    padding: 0;
  }
}
.tips-slider .tips-img-container img {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.tips-slider .tips-detail {
  width: 50%;
  padding: 20px;
}
@media (max-width: 799px) {
  .tips-slider .tips-detail {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.tips-slider .tips-detail .tips-no {
  background: #b31c2a;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 15px;
}
@media (max-width: 799px) {
  .tips-slider .tips-detail .tips-no {
    margin-bottom: 10px;
    width: 20px;
    height: 20px;
    font-size: 0.875rem;
  }
}
.tips-slider .tips-detail .tips-desc {
  font-size: 1.625rem;
  line-height: 1.3;
  color: #000;
  font-weight: 700;
}
@media (max-width: 799px) {
  .tips-slider .tips-detail .tips-desc {
    font-size: 1.25rem;
  }
}
@media (max-width: 799px) {
  .tips-slider .tips-detail .tips-desc br {
    display: none;
  }
}
.tips-slider .slick-prev,
.tips-slider .slick-next {
  z-index: 5;
  width: 50px;
  height: 50px;
}
@media (max-width: 799px) {
  .tips-slider .slick-prev,
  .tips-slider .slick-next {
    width: 30px;
    height: 30px;
  }
}
.tips-slider .slick-prev::before,
.tips-slider .slick-next::before {
  background: url("../images/arrow-prev.gif") no-repeat center center/contain;
  content: "";
  opacity: 1;
  width: 50px;
  height: 50px;
  display: block;
}
@media (max-width: 799px) {
  .tips-slider .slick-prev::before,
  .tips-slider .slick-next::before {
    width: 30px;
    height: 30px;
  }
}
.tips-slider .slick-prev {
  left: -75px;
}
@media (max-width: 1100px) {
  .tips-slider .slick-prev {
    left: -40px;
  }
}
@media (max-width: 799px) {
  .tips-slider .slick-prev {
    left: -30px;
  }
}
.tips-slider .slick-prev::before {
  background: url("../images/arrow-prev.gif") no-repeat center center/contain;
}
.tips-slider .slick-next {
  right: -75px;
}
@media (max-width: 1100px) {
  .tips-slider .slick-next {
    right: -40px;
  }
}
@media (max-width: 799px) {
  .tips-slider .slick-next {
    right: -30px;
  }
}
.tips-slider .slick-next::before {
  background: url("../images/arrow-next.gif") no-repeat center center/contain;
}
.tips-slider .slick-dots li.slick-active button:before {
  color: #ba2128;
  opacity: 1;
}
.tips-slider .slick-dots li button:before {
  font-size: 12px;
}

.rebate {
  padding: 90px 0 45px;
}
@media (max-width: 799px) {
  .rebate {
    padding: 45px 0 25px;
  }
}
.rebate .rebate-item-container {
  position: relative;
}
@media (max-width: 799px) {
  .rebate .rebate-item-container {
    display: block;
  }
}
.rebate .rebate-item-container::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 851px;
  height: 712px;
  background: url("../images/bg_new.png") no-repeat;
  background-size: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 799px) {
  .rebate .rebate-item-container::before {
    width: 375px;
    height: 314px;
  }
}
.rebate .rebate-item-container .rebate-item {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  border-radius: 10px;
  text-align: center;
  background: #fff;
  color: #000;
  box-shadow: 0 0px 30px 0 rgba(187, 160, 100, 0.4);
}
@media (max-width: 799px) {
  .rebate .rebate-item-container .rebate-item {
    width: 100%;
  }
}
.rebate .rebate-item-container .rebate-item .rebate-desc {
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 1.2;
  text-align: center;
  margin: 0;
}
@media (max-width: 799px) {
  .rebate .rebate-item-container .rebate-item .rebate-desc {
    font-size: 1.5625rem;
  }
}
.rebate .rebate-item-container .rebate-item .rebate-desc div {
  color: #ba2128;
  z-index: 2;
  position: relative;
}
.rebate .rebate-item-container .rebate-item .rebate-desc div .larger {
  font-size: 3.625rem;
}
@media (max-width: 799px) {
  .rebate .rebate-item-container .rebate-item .rebate-desc div .larger {
    font-size: 1.75rem;
  }
}
.rebate .rebate-item-container .rebate-item .rebate-bottom-text {
  margin-top: 15px;
  font-weight: 700;
  color: #fff;
  font-size: 1.75rem;
  line-height: 2.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 799px) {
  .rebate .rebate-item-container .rebate-item .rebate-bottom-text {
    margin-top: 10px;
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
.rebate .rebate-item-container .rebate-item .rebate-bottom-text > div {
  padding: 10px 30px;
  border-radius: 30px;
  background: #A30F39;
  background: linear-gradient(130deg, rgb(163, 15, 57) 0%, rgb(227, 52, 96) 100%);
}
@media (max-width: 799px) {
  .rebate .rebate-item-container .rebate-item .rebate-bottom-text > div {
    border-radius: 50px;
    padding: 10px 15px;
  }
}

.Step_sectionDesc-container {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 50px;
  overflow: hidden;
}
@media (max-width: 799px) {
  .Step_sectionDesc-container {
    margin-top: 25px;
  }
}
.Step_sectionDesc-container::after {
  content: "";
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 1100px;
  height: 1100px;
  z-index: 0;
  background: #fcfaf3;
  border-radius: 100%;
}
@media (max-width: 799px) {
  .Step_sectionDesc-container::after {
    width: 600px;
    height: 600px;
  }
}

.Step_sectionDesc {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 600;
  color: #b38945;
  padding: 25px 25px 50px;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 799px) {
  .Step_sectionDesc {
    font-size: 1.25rem;
    padding: 25px 25px 25px;
  }
  .Step_sectionDesc br {
    display: none;
  }
}
.Step_sectionDesc-icon {
  margin: 0 auto;
  width: 5.625rem;
  font-size: 0;
  line-height: 0;
  z-index: 1;
  position: relative;
}
.Step_sectionDesc-icon img {
  width: 100%;
}
@media (max-width: 799px) {
  .Step_sectionDesc-icon {
    width: 5.625rem;
  }
}/*# sourceMappingURL=style.css.map */