*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  font-family: "Noto Sans TC", sans-serif;
  margin: 0px;
}
a[href^="tel"] {
  color: black;
}

.header {
  height: 40px;
  background: #333333;
}
.header-block {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}
.header-right {
  display: flex;
  gap: 30px;
}
.header-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.header-item-text {
  color: white;
  margin-left: 8px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}
.sec-first {
  background:
    url("../image/bg-wave.png") no-repeat center bottom / 100% 460px
}
.sec-first-block {
  width: 1220px;
  margin: 0 auto;
  padding: 30px 40px 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-first-btn {
  width: 222px;
  height: 52px;
  background: linear-gradient(180deg, #FF9933 0%, #FF4D00 100%);
  border: none;
  border-radius: 100px;
  color: white;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  cursor: pointer;
}
.sec-first-btn-circle {
  width: 28px;
  height: 28px;
  background: white;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
.sec-first-right {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
.sec-second {
  background: linear-gradient(180deg, #FFF0D6 0%, #FFFFFF 47.41%, #FFF0D6 100%);
}
.main {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.title-first {
  width: 0;
  height: 238px;
  overflow: hidden;
  padding-left: 610px;
  background:
    url("../image/main-title.png") no-repeat center bottom / 100% auto
}
.title-second {
  width: 0;
  height: 105px;
  overflow: hidden;
  padding-left: 1012px;
  background:
    url("../image/advantage1.png") no-repeat center bottom / 100% auto
}

.sec-top {
  height: 76px;
  background: #FFDB8F;
  border-radius: 20px 20px 0 0;
  border: 2px solid black;
  border-bottom: none;
  position: relative;
}
.sec-top-img {
  position: absolute;
  bottom: 0;
}
.sec-top-title {
  font-weight: 900;
  font-size: 26px;
  line-height: 31.2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #333333;
}
.sec-down {
  background-color: white;
  border: solid 2px black;
  border-radius: 0 0 20px 20px;
  box-shadow: 0px 1px 4px 0px #00000026;
}
.share-block {
  padding: 0 20px;
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
}
.share-item {
  position: relative;
}
.share-block-first {
  position: absolute;
  width: 217px;
  top: 42px;
  left: 48px;
}
.share-block-second {
  position: absolute;
  width: 220px;
  top: 28px;
  left: 38px;
}
.share-block-third {
  position: absolute;
  width: 221px;
  top: 30px;
  left: 32px;
}
.share-block-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #FF7D09;
  margin-bottom: 5px;
}
.share-block-text {
  font-size: 14px;
  line-height: 16.8px;
  color: #333333;
}

/* swiper */
.swiper-block {
  padding: 20px 0;
}
.thumb-swiper {
  width: 100%;
  height: 75px;
  margin: 0 20px;
}
.thumb-swiper__slide {
  width: 147px;
  height: 75px;
  background-color: #EFEFEF;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.thumb-swiper__slide.swiper-slide-thumb-active {
  background-color: #FFDEAD;
  border: solid 1px #FFB35C;
}
.thumb-swiper__slide__number {
  color: #B9B9B9;
  border: solid 1px #D8D8D8;
  width: 25px;
  height: 25px;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  font-weight: 700;
  background-color: white;
}
.swiper-slide-thumb-active .thumb-swiper__slide__number {
  color: #FF7D0A;
  border: solid 1px #FF7D0A;
}
.thumb-swiper__slide__text {
  color: #646464;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}

.main-swiper {
  padding: 0 20px;
  margin-top: 30px;
  width: 100%;
  height: 542px;
}
.main-swiper__slide {
  width: 920px;
}
.main-swiper__slide__top {
  padding: 15px;
  background: #FFF6E6;
  border-radius: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.main-swiper__slide__title {
  font-size: 20px;
  font-weight: 700;
  color: #FF7D0A;
  line-height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.main-swiper__slide__title_step {
  margin: 0 4px;
  width: 25px;
  height: 25px;
  border: solid 1px #FF7D0A;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}
.main-swiper__slide__text {
  line-height: 20px;
  font-weight: 500;
}
.swiper-button-prev, .swiper-button-next {
  width: 60px;
  height: 75px;
  background: #FFFFFFCC;
  border-radius: 5px;
  box-shadow: 0px -1px 4px 0px #00000026;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: ''; /* 移除默認箭頭 */
  width: 30px;
  height: 30px;
}
.swiper-button-prev::after {
  background-image: url('../image/arrow-left-swiper.svg');
}
.swiper-button-next::after {
  background-image: url('../image/arrow-right-swiper.svg');
}
.swiper-scrollbar {
  bottom: 0px !important;
  width: 955px !important;
  left: 20px !important;
}
.swiper-scrollbar-horizontal {
  background: white !important;
  height: 10px !important;
}
.swiper-scrollbar-drag {
  background: #B9B9B9;
}

.sec-top-img-third {
  position: absolute;
  bottom: 0;
  left: 328px;
}
.qa-block {
  padding: 10px;
}
.qa__question__btn {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  width: 100%;
  justify-content: space-between;
  border: none;
  background: white;
  cursor: pointer;
  color: #333333;
}
.qa__question__text {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}
.qa__answer {
  padding: 15px 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #646464;
}
.qa__answer__third {
  margin-bottom: 15px;
}
.qa__answer__third__step {
  margin: 15px 0px;
  padding: 0 10px;
}
.qa__answer__third__step__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 19.6px;
  height: 22px;
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}
.qa__answer__third__step__num {
  margin: 0 2px;
  font-weight: 700;
  line-height: 19.6px;
  font-size: 16px;
}
.qa__answer__third__text {
  font-size: 14px;
  line-height: 1.4;
  color: #646464;
}

.qa__answer__dom {
  max-height: 0; /* 隱藏 */
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.qa__question__btn.show {
  color: #FF7D0A;
  border-bottom: 1px dashed #D8D8D8;
}

.company__info {
  padding-bottom: 20px;
}
.company__info__top {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  text-align: center;
  margin-bottom: 8px;
}
.company__info__top__mail {
  color: black;
  text-decoration: none;
}
.company__info__draft {
  font-size: 12px;
  line-height: 16.34px;
  text-align: center;
  margin-bottom: 4px;
}
.company__info__claim {
  font-size: 12px;
  line-height: 16.34px;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.company__info__claim__link {
  color: black;
}
.company__copyright {
  padding: 20px 0;
  background: #333333;
}
.company__copyright__chinese {
  font-size: 13px;
  line-height: 17.71px;
  letter-spacing: 0.05em;
  text-align: center;
  color: white;
  margin-bottom: 5px;
}
.company__copyright__eng {
  font-size: 12px;
  line-height: 16.34px;
  text-align: center;
  color: white;
}
.fake-footer {
  background: #333333;
}

.side-nav {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-left: 20px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.1s ease-out;
}
.side-nav__anchor {
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0px 4px 12px 0px #00000040;
  background: white;
}
.side-nav__item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
  padding: 0 3px;
  border: none;
  background: white;
  cursor: pointer;
}
.side-nav__item:not(:last-child) {
  padding-bottom: 5px;
  border-bottom: 1px dashed #D8D8D8
}
.side-nav__item:not(:first-child) {
  padding-top: 5px;
}
.side-nav__top {
  width: 40px;
  height: 40px;
  display: flex;
  padding: 3px 5px;
  flex-direction: column;
  align-items: center;
  border: none;
  background: white;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0px 4px 12px 0px #00000040;
}
.side-nav__top__text {
  font-weight: 700;
  font-size: 12px;
  line-height: 14.4px;
  color: #333333;
}
.sale-tool {
  position: fixed;
  top: 0;
  left: 0;
  margin: 15px 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.sale-tool-img {
  filter: drop-shadow(0px 4px 12px #00000040);
}
.side-nav__item__text {
  font-weight: 700;
  font-size: 12px;
  line-height: 14.4px;
  color: #333333;
}

.left-230 {
  left: 230px;
}
.left-360 {
  left: 360px;
}
.left-328 {
  left: 328px;
}
.left-469 {
  left: 469px;
}
.w-full {
  width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.hidden {
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s ease-out;
}
