@charset "UTF-8";
/* 10px */
/* 12px */
/* 14px */
/* 16px */
/* 18px */
/* 20px */
/* 24px */
.calculation-section-wrap-bg, .suitable-section, .common-mistakes-section, .three-points-section, .kv-section, #preloader {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.what-section-content-bg, .kv-section-bg {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.result-section-title, .my-actual-premium-title, .my-actual-premium-content, .my-protection-title, .my-protection-content-title, .custom-table td.b-cell div, .custom-table td.y-cell div, .expand-button-container, .calculation-section-title, .suitable-section-title, .suitable-section-content-item-title, .common-mistakes-section, .common-mistakes-title, .three-points-section-title, .three-points-item-title, .three-points-item-tag, .flip-card-back .flip-trigger, .what-section .title-info, .kv-section .label-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.my-protection-content-wrap, .three-points-section-spec, .what-section-content-item, .flip-card-front, .flip-card-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-info-section .diagonal-cell .bottom-left, .product-info-section .diagonal-cell .top-right, .suitable-section-content-item .floating, .suitable-section-img img.tag, .suitable-section-img-area, .suitable-section-img-area img, .common-mistakes-img-area, .common-mistakes-img-area img, .flip-card-back, .flip-card-back .flip-trigger, .what-section-content-img-area, .what-section-content-img-area .what-section-img, .kv-section .kv-img-item, .kv-section .kv-tilte-position, .kv-section .label-area {
  position: absolute;
}

.result-section-wrap, .product-info-section-wrap, .suitable-section-content, .what-section-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.suitable-section-img-area, .common-mistakes-img-area, .flip-card-back, .what-section-content-img-area {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.kv-section .img-people, .kv-section .kv-tilte-position, .kv-section .label-area {
  left: 0;
  right: 0;
  width: 100%;
}

.suitable-section .card3 .suitable-section-img-area .vector-mobile, .common-mistakes-img-area .img-left-mobile, .what-section .title-info .title-img.mobile-img, .kv-section .img-people-mobile, .kv-section .img-coin-mobile, .kv-section .img-clip-mobile, .kv-section .img-heart-mobile, .kv-section .title-info .mobile-img, .kv-section .spec-title .mobile-img, .kv-section .label-area-mobile {
  display: none;
}

.kv-section .img-people img, .kv-section .title-info img, .kv-section .spec-title img {
  width: 100%;
  margin: 0 auto;
}

.kv-section .label-content .spec-title-content-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #000000;
  background-color: #FFFFFF;
  padding: 8px 24px;
  border-radius: 24px 24px 24px 0;
  border: 2px solid #000000;
}

.my-actual-premium-tag, .my-protection-content-tag {
  border-radius: 20px 20px 20px 0;
}

.my-actual-premium-title, .my-protection-title, .product-info-section .title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #000000;
}

.expand-button, .expand-icon, .product-info-section .title, .product-info-section .title img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.calculation-section .form-area .input-style, .calculation-section .form-area .select {
  border: 2px solid #000000;
  padding: 12px;
  color: #000000;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 500;
  background-color: white;
}

.calculation-section .form-area .unit, .calculation-section .form-area .label {
  font-size: 1rem;
  font-weight: bold;
  color: #000000;
  white-space: nowrap;
}

.custom-table th, .custom-table td {
  padding: 12px;
  border-left: 1px solid #BCD6EE;
  border-top: 1px solid #BCD6EE;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
}

.product-info-section-content table th,
.product-info-section-content table td {
  padding: 4px;
  border: 1px solid #CEE5FD;
  text-align: center;
  vertical-align: middle;
  font-size: 0.75rem;
}

.product-info-section-content table th, .product-info-section-content table .g-cell {
  background-color: #F4F4F4;
  font-weight: bold;
}

.three-points-section-spec .focus, .flip-card-back .focus {
  position: relative;
  color: #000000;
  z-index: 1;
}
.three-points-section-spec .focus::before, .flip-card-back .focus::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9px;
  z-index: -1;
}

.flip-card-front, .flip-card-back {
  padding: 0;
  max-height: 250px;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #FFFFFF;
  border: 2px solid #000000;
}
@media screen and (max-width: 991.98px) {
  .flip-card-front, .flip-card-back {
    max-height: none;
    min-height: 220px;
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #005BAC;
  background-image: url("../images/kv/kv_bg_01.svg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
}

.loader {
  color: white;
  font-size: 2rem;
  font-weight: bold;
}

#progress-text {
  opacity: 1;
}

.kv-section {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px 16px 47px;
  background-image: url("../images/kv/kv_bg_01.svg");
  overflow: hidden;
  border-bottom: 2px solid #000000;
}
.kv-section-bg {
  position: relative;
  max-width: 1400px;
  width: 100%;
  height: 0;
  padding-top: 56.3134978229%;
  margin: 0 auto;
  background-image: url("../images/kv/kv_bg_02.svg");
}
.kv-section .kv-img-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kv-section .kv-note {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 0.875rem;
  padding-left: 2.3222060958%;
}
.kv-section .img-people {
  width: 90%;
  bottom: 3.7735849057%;
  margin-left: auto;
  margin-right: auto;
}
.kv-section .img-people img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.kv-section .img-coin {
  width: 100%;
  aspect-ratio: 1350/692;
  bottom: 8px;
  left: 3%;
}
.kv-section .img-coin img {
  width: 100%;
}
.kv-section .img-heart {
  height: 42px;
  left: calc(50% - 10em);
  top: calc(50% - 7em);
}
.kv-section .img-heart-mobile img {
  width: 100%;
}
.kv-section .title-info, .kv-section .spec-title {
  width: 100%;
  text-align: center;
}
.kv-section .spec-title {
  margin-top: 12px;
}
.kv-section .spec-title .title-img {
  height: 46px;
  width: auto;
  padding-top: 12px;
  border-top: 2px solid #000000;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.kv-section .kv-tilte-position {
  top: 10%;
  height: 100%;
  z-index: 20;
}
.kv-section .title-info .title-img {
  height: 108px;
}
.kv-section .label-area {
  top: 0;
  z-index: 99;
  padding-top: calc(56.3134978229% - 96px);
}
.kv-section .label-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.kv-section .label-content .spec-title-content-item {
  margin-right: 12px;
}
.kv-section .label-content .spec-title-content-item:last-child {
  margin-right: 0;
}

.section-button-bridge {
  position: relative;
  margin-top: -30px;
  margin-bottom: -30px;
  z-index: 90;
}

.what-section {
  padding: 140px 16px 72px;
}
.what-section .title-info {
  position: relative;
  width: 100%;
}
.what-section .title-info .title-img {
  height: 100px;
}
.what-section .title-info .title-img.mobile-img {
  height: 78px;
}
.what-section-content {
  position: relative;
}
.what-section-content-bg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background-color: #FFFFFF;
  border: 2px solid #000000;
  padding: 40px 24px;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 96px) 0%, 100% 96px, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 96px) 0%, 100% 96px, 100% 100%, 0% 100%);
}
.what-section-aos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.what-section .triangle-border {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 96px;
  aspect-ratio: 1/1;
  z-index: 1;
}
.what-section-content-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 40px;
}
.what-section-content-item:first-child {
  border-right: 2px solid #000000;
}
.what-section-content-item-content {
  font-size: 1.125rem;
  font-weight: 600;
}
.what-section-content-item-content .focus {
  background-image: linear-gradient(transparent 0%, transparent calc(100% - 10px), #FFE44B calc(100% - 10px), #FFE44B 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #000000;
  font-weight: bolder;
}
.what-section-content-img {
  height: 170px;
  margin-bottom: 24px;
}
.what-section-content-img img {
  height: 100%;
}
.what-section-content-img-area .img-01 {
  max-width: 252px;
  min-height: 252px;
  top: -8.5em;
  left: -8em;
  z-index: -1;
}
.what-section-content-img-area .img-02 {
  max-width: 320px;
  min-height: 270px;
  top: -8em;
  right: -8em;
  z-index: -1;
}
.what-section-content-img-area .img-03 {
  max-width: 140px;
  min-height: 182px;
  bottom: -4.3em;
  right: -3.8em;
  z-index: 1;
}

.three-points-section {
  padding: 115px 16px;
  background-image: url("../images/point_section/point_bg.svg");
  border-top: 2px solid #000000;
}
.three-points-section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 1200px;
  width: 100%;
  gap: 40px;
  margin: 0 auto;
}
.three-points-section-title {
  position: relative;
}
.three-points-section-title .title-img {
  height: 100px;
}
.three-points-section-content-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  position: relative;
}
.three-points-section-content-item:last-child {
  margin-right: 0;
}
.three-points-spec {
  margin-top: 40px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
}
.three-points-section-wrap {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #000000;
}
.three-points-section-wrap:last-child {
  margin-bottom: 0;
}
.three-points-item-title {
  padding: 20px;
  width: 100%;
  height: 68px;
  border-bottom: 3px solid #000000;
}
.three-points-item-title img {
  height: 24px;
}
.three-points-item-tag {
  padding: 4px 8px;
  margin-right: 8px;
  height: 28px;
  border-radius: 26px;
  background-color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
}
.three-points-item-tag .tag-item01 {
  white-space: nowrap;
  color: #00417A;
}
.three-points-item-tag .tag-item02 {
  margin-left: 4px;
  color: #005BAC;
}
.three-points-item-content {
  padding: 24px 24px 40px;
  color: #000000;
  font-size: 1.25rem;
  font-weight: 600;
  z-index: 1;
  width: 100%;
}
.three-points-item-content p {
  margin-bottom: 24px;
  text-align: center;
}
.three-points-section-spec .focus {
  color: #EB6100;
}

.flip-card {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  cursor: pointer;
  width: 100%;
}
.flip-card-inner {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
  cursor: pointer;
}
.flip-card-inner .flip-card-front {
  opacity: 1;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.flip-card-inner .flip-trigger.btn-item {
  font-size: 1.125rem;
  padding: 11px 24px 13px;
  font-weight: 500;
}
.flip-card-inner .flip-trigger.btn-item img {
  margin-bottom: -2px;
}
.flip-card.flipped .flip-card-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.flip-card.flipped .flip-card-inner .flip-card-front {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.flip-card-front .three-points-item-title {
  background-color: #005BAC;
}
.flip-card-front .focus {
  background-image: linear-gradient(transparent 0%, transparent calc(100% - 10px), #FFE44B calc(100% - 10px), #FFE44B 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #000000;
  font-weight: bolder;
}
.flip-card-back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background: #FFFFFF;
  font-weight: 500;
}
.flip-card-back .three-points-item-title {
  background-color: #F3B416;
}
.flip-card-back .three-points-item-content {
  font-size: 1rem;
  font-weight: 600;
}
.flip-card-back .focus {
  color: #EB6100;
}
.flip-card-back .flip-trigger {
  bottom: -10px;
  right: -15px;
  width: 40px;
  height: 40px;
  z-index: 3;
  background-color: #005BAC;
  border: 2px solid #000000;
  border-radius: 50%;
}
.flip-card-back .flip-trigger img {
  width: 20px;
}

.common-mistakes-section {
  position: relative;
  width: 100%;
  padding: 50px 16px 108px;
  background-image: url("../images/mistakes/mistakes_bg.svg");
}
.common-mistakes-wrap {
  position: relative;
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
  padding: 98px 0 65px;
  z-index: 99;
}
.common-mistakes-wrap img {
  width: 100%;
}
.common-mistakes-title img {
  width: 100%;
}
.common-mistakes-img-area {
  z-index: 0;
}
.common-mistakes-img-area img {
  bottom: 0;
}
.common-mistakes-img-area .img-left {
  width: 427px;
  left: calc(50% - 702px);
}
.common-mistakes-img-area .img-right {
  width: 410px;
  right: calc(50% - 654px);
}

.suitable-section {
  padding: 78px 16px 100px;
  background-image: url("../images/suitable/suitable_bg.svg");
}
.suitable-section-title {
  position: relative;
  margin-bottom: 32px;
}
.suitable-section-title img {
  width: 100%;
  max-height: 48px;
}
.suitable-section-content-item-title {
  margin-bottom: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00417A;
}
.suitable-section-content-item-title::before {
  width: 16px;
  height: 17px;
  content: "";
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  background-image: url("../images/title_star.svg");
}
.suitable-section-content-item-title::after {
  width: 16px;
  height: 17px;
  content: "";
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
  background-image: url("../images/title_star.svg");
}
.suitable-section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.suitable-section-content-item {
  position: relative;
  margin-right: 40px;
}
.suitable-section-content-item:last-child {
  margin-right: 0;
}
.suitable-section-content-item {
  background-color: #FFFFFF;
  padding: 24px 0 16px;
  border: 2px solid #000000;
}
.suitable-section-img {
  position: relative;
  padding: 24px 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 16px;
  border-bottom: 2px solid #000000;
}
.suitable-section-img img.bg {
  width: 100%;
}
.suitable-section-img img.tag {
  top: 0;
  right: 2%;
  width: 20%;
}
.suitable-section .suitable-item-text {
  font-size: 1.125rem;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.suitable-section .suitable-item-text .focus {
  background-image: linear-gradient(transparent 0%, transparent calc(100% - 10px), #F6B9C6 calc(100% - 10px), #F6B9C6 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #000000;
  font-weight: bolder;
}
.suitable-section .suitable-item-text .zoom-out {
  font-size: 1.25rem;
  font-weight: bolder;
  margin-left: 4px;
}
.suitable-section .suitable-item-text .inner-wrap {
  margin-left: 4px;
}
.suitable-section .suitable-item-text .inner-wrap .zoom-out {
  margin: 0;
}
.suitable-section .card1 .floating {
  width: 49%;
  top: 0;
  left: -8px;
}
.suitable-section .card1 .suitable-section-img-area img {
  bottom: 2.5em;
  left: -0.95em;
  width: 20%;
}
.suitable-section .card1 .focus {
  background-image: linear-gradient(transparent 0%, transparent calc(100% - 10px), #F6B9C6 calc(100% - 10px), #F6B9C6 100%);
}
.suitable-section .card1 .zoom-out {
  color: #E11D48;
}
.suitable-section .card2 .item-img1.floating {
  width: 17%;
  top: 68px;
  left: 58px;
}
.suitable-section .card2 .item-img2.floating {
  width: 13%;
  top: 40px;
  right: 70px;
}
.suitable-section .card2 .suitable-section-img-area img {
  bottom: -17.25px;
  right: -0.93em;
  width: 18.1%;
}
.suitable-section .card2 .focus {
  background-image: linear-gradient(transparent 0%, transparent calc(100% - 10px), #CEE5FD calc(100% - 10px), #CEE5FD 100%);
}
.suitable-section .card2 .zoom-out {
  color: #005BAC;
}
.suitable-section .card3 .floating {
  width: 40%;
  top: 74px;
  right: 40px;
}
.suitable-section .card3 .focus {
  background-image: linear-gradient(transparent 0%, transparent calc(100% - 10px), #85DFE5 calc(100% - 10px), #85DFE5 100%);
}
.suitable-section .card3 .suitable-section-img-area img {
  bottom: -20px;
  right: -48px;
  width: 103px;
}
.suitable-section .card3 .zoom-out {
  color: #009AA6;
}

.calculation-section {
  position: relative;
  background-color: #E9F2FA;
  background-image: url("../images/calculation/calc_bg01.svg"), url("../images/calculation/calc_bg02.svg");
  background-repeat: no-repeat;
  background-size: 195px 195px;
  background-position: -16px 0, calc(100% + 16px) 100%;
  width: 100%;
  padding: 105px;
  padding-top: 85px;
  padding-bottom: 65px;
  overflow: hidden;
}
.calculation-section-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.calculation-section-wrap-bg {
  padding: 40px 16px;
  width: 100%;
  background-image: url("../images/calculation/calc_bg03.svg");
  border-width: 2px;
  border-style: solid;
  border-color: #000000;
}
.calculation-section-content {
  margin: 0 auto;
  max-width: 800px;
}
.calculation-section-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #000000;
  background-color: #CEE5FD;
  padding: 16px;
  border: 2px solid #CEE5FD;
  border-bottom: 0;
}
.calculation-section-bluestar {
  margin-bottom: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
}
.calculation-section-bluestar::before {
  width: 8px;
  height: 8px;
  content: "";
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  background-image: url("../images/title_icon_blue.svg");
}
.calculation-section-bluestar::after {
  width: 8px;
  height: 8px;
  content: "";
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
  background-image: url("../images/title_icon_blue.svg");
}
.calculation-section .img-area img {
  width: 32px;
  height: 32px;
  position: absolute;
}
.calculation-section .img-area img:nth-child(1) {
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.calculation-section .img-area img:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.calculation-section .img-area img:nth-child(3) {
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.calculation-section .img-area img:nth-child(4) {
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
.calculation-section .form-area {
  margin-bottom: 32px;
  background-color: #E9F2FA;
  padding: 24px 10% 40px;
  border: 2px solid #CEE5FD;
  border-top: 0;
  /* Placeholder 文字顏色 */
}
.calculation-section .form-area .rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.calculation-section .form-area .rows .input-style {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 120px;
  font-weight: 600;
}
.calculation-section .form-area .input-style:focus {
  outline: none;
  border-color: #000000;
}
.calculation-section .form-area ::-webkit-input-placeholder {
  color: #929292;
  font-weight: blod;
  opacity: 1; /* Firefox */
}
.calculation-section .form-area ::-moz-placeholder {
  color: #929292;
  font-weight: blod;
  opacity: 1; /* Firefox */
}
.calculation-section .form-area :-ms-input-placeholder {
  color: #929292;
  font-weight: blod;
  opacity: 1; /* Firefox */
}
.calculation-section .form-area ::-ms-input-placeholder {
  color: #929292;
  font-weight: blod;
  opacity: 1; /* Firefox */
}
.calculation-section .form-area ::placeholder {
  color: #929292;
  font-weight: blod;
  opacity: 1; /* Firefox */
}
.calculation-section .form-area .select {
  padding-right: 36px;
  background-image: url("../images/icon_down.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  color: #000000;
  font-weight: bold;
}
.calculation-section .form-area .select:focus {
  background-image: url("../images/icon_down.svg");
  background-color: white;
}
.calculation-section .form-area .select::-ms-expand {
  display: none;
}
.calculation-section .form-area .select.placeholder {
  color: #929292;
}
.calculation-section .form-area .select option {
  color: #000000;
}
.calculation-section .form-area .input-group {
  width: 100%;
  margin-bottom: 20px;
}
.calculation-section .form-area .input-group.error .input-style, .calculation-section .form-area .input-group.error .radio-label {
  background-color: #FFEDE5;
}
.calculation-section .form-area .rows:last-child .input-group {
  margin-bottom: 0;
}

.radio-label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  max-height: 48px;
  margin-right: 0.5rem;
  padding: 0.5rem 1rem;
  color: #929292;
  border: 2px solid #000000;
  border-bottom-width: 5px;
  border-radius: 0;
  background-color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: bold;
}
.radio-label input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-label input:-webkit-autofill {
  background-color: white !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
          box-shadow: 0 0 0px 1000px white inset !important;
}
.radio-label:has(input[type=radio]:checked) {
  background: #F3B416;
  color: #000000;
}
.radio-label.checked {
  background: #F3B416;
  color: #000000;
}

.radio-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.product-info-section {
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
  padding: 60px;
  border-top: 2px solid #000000;
}
.product-info-section #productInfoImg {
  max-width: 643px;
  width: 100%;
}
.product-info-section-wrap {
  border: 2px solid #000000;
}
.product-info-section-content {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  background-color: #FFFFFF;
  -webkit-transition: 400ms grid-template-rows ease;
  transition: 400ms grid-template-rows ease;
  transition: 400ms grid-template-rows ease, 400ms -ms-grid-rows ease;
}
.product-info-section-content p,
.product-info-section-content div {
  margin-bottom: 0;
  line-height: 1.5;
}
.product-info-section-content table {
  border-collapse: collapse;
  margin: 8px 0 0;
}
.product-info-section-content table th,
.product-info-section-content table td {
  border: 1px solid #E0E0E0;
}
.product-info-section-content label {
  font-weight: bold;
  margin-right: 8px;
}
.product-info-section-content a {
  color: #005BAC;
}
.product-info-section-content a:hover {
  text-decoration: underline;
}
.product-info-section .product-info-inner {
  min-height: 0;
  overflow: hidden;
}
.product-info-section .product-info-inner::before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #000000;
  margin-top: 2px;
}
.product-info-section .product-info-padding {
  padding: 32px 56px;
}
.product-info-section .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 56px;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background-color: #FFFFFF;
}
.product-info-section .title img {
  -webkit-transition: 400ms -webkit-transform ease;
  transition: 400ms -webkit-transform ease;
  transition: 400ms transform ease;
  transition: 400ms transform ease, 400ms -webkit-transform ease;
}
.product-info-section #toggle {
  display: none;
}
.product-info-section #toggle:checked ~ #productInfoContent {
  grid-template-rows: 1fr;
}
.product-info-section #toggle:checked ~ .title #toggleIcon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product-info-section .table-container {
  width: 100%;
  overflow-x: auto;
}
.product-info-section .table1 {
  max-width: 296px;
  width: 100%;
}
.product-info-section .table1 th {
  width: 50%;
}
.product-info-section .table2 {
  max-width: 684px;
  width: 100%;
}
.product-info-section .table2 .text-nowrap {
  min-width: 64px;
}
.product-info-section .diagonal-cell {
  position: relative;
  height: 60px;
  min-width: 120px;
  background-image: -webkit-gradient(linear, left bottom, right top, color-stop(50%, transparent), color-stop(50%, #E0E0E0), color-stop(52%, transparent));
  background-image: linear-gradient(to top right, transparent 50%, #E0E0E0 50%, transparent 52%);
}
.product-info-section .diagonal-cell .bottom-left {
  bottom: 2px;
  left: 5px;
  font-size: 12px;
}
.product-info-section .diagonal-cell .top-right {
  top: 2px;
  right: 5px;
  font-size: 12px;
}

.result-section-wrap {
  padding: 40px 56px;
  background-color: #FFFFFF;
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-color: #000000;
}
.result-section-wrap ul {
  list-style: disc;
  margin-left: 1.2em;
  font-weight: 600;
}
.result-section-wrap .btn-common-bar {
  margin-top: 32px;
  margin-bottom: 40px;
}
.result-section-content {
  width: 100%;
}
.result-section-title {
  margin-bottom: 32px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000000;
  border-bottom: 2px solid #000000;
}
.result-section-star {
  margin-bottom: 4px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00417A;
}
.result-section-star::before {
  width: 16px;
  height: 17px;
  content: "";
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  background-image: url("../images/title_star.svg");
}
.result-section-star::after {
  width: 16px;
  height: 17px;
  content: "";
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
  background-image: url("../images/title_star.svg");
}
.result-section .result-detail .result-section-title {
  margin-top: 60px;
}

.my-actual-premium {
  margin-top: 16px;
  margin-bottom: 40px;
  border: 2px solid #F0F0F0;
}
.my-actual-premium-title {
  background-color: #F0F0F0;
  padding: 16px;
}
.my-actual-premium-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 8px;
  height: 22px;
  background-color: #FAFAFA;
  border: 2px solid #BCBCBC;
  color: #737373;
  font-size: 0.625rem;
  font-weight: bold;
  margin-left: 4px;
}
.my-actual-premium-content {
  background-color: #FAFAFA;
  padding: 24px 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.my-actual-premium-content ul {
  list-style: disc;
  margin-left: 1.2em;
  font-weight: 600;
}
.my-actual-premium-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  width: 100%;
  padding: 16px 0;
  background-color: #F0F0F0;
}
.my-actual-premium-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.my-actual-premium-content-item:first-child {
  border-right: 1px solid #BCBCBC;
  padding: 16px 40px 16px 46px;
}
.my-actual-premium-content-item:last-child {
  padding: 16px 42px 16px 46px;
}
.my-actual-premium-content-text {
  color: #000000;
  font-weight: bold;
}
.my-actual-premium-content-value {
  color: #EB6100;
  font-weight: bold;
  font-size: 1.25rem;
}

.title-grey-star {
  margin-bottom: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
}
.title-grey-star::before {
  width: 8px;
  height: 8px;
  content: "";
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  background-image: url("../images/title_icon_grey.svg");
}
.title-grey-star::after {
  width: 8px;
  height: 8px;
  content: "";
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
  background-image: url("../images/title_icon_grey.svg");
}

.title-blue-star {
  margin-bottom: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
}
.title-blue-star::before {
  width: 8px;
  height: 8px;
  content: "";
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  background-image: url("../images/title_icon_blue.svg");
}
.title-blue-star::after {
  width: 8px;
  height: 8px;
  content: "";
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
  background-image: url("../images/title_icon_blue.svg");
}

.my-protection {
  margin-top: 16px;
  border: 2px solid #CEE5FD;
}
.my-protection-title {
  background-color: #CEE5FD;
  padding: 16px;
}
.my-protection-content {
  width: 100%;
  background-color: #E9F2FA;
  padding: 24px 56px;
}
.my-protection-content-wrap {
  margin-top: 16px;
  width: 100%;
  background-color: #FFFFFF;
  border: 2px solid #005BAC;
}
.my-protection-content-title {
  width: 100%;
  background-color: #005BAC;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.125rem;
  padding: 10px;
}
.my-protection-content-box {
  padding: 32px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.my-protection-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 40px 0 48px;
}
.my-protection-content-item:first-child {
  border-right: 1px solid #5196D4;
}
.my-protection-content-img {
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.my-protection-content-img img {
  height: 100%;
  margin-right: 16px;
}
.my-protection-content-tag {
  padding: 4px 12px;
  background-color: #E9F2FA;
  border: 2px solid #005BAC;
  color: #005BAC;
  font-weight: bold;
  font-size: 0.875rem;
  white-space: nowrap;
  line-height: 1.25em;
}
.my-protection-content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.my-protection-content-text:last-child {
  margin-bottom: 0;
}
.my-protection-content-text-label {
  color: #000000;
}
.my-protection-content-text-label label {
  font-weight: bold;
  font-size: 1rem;
}
.my-protection-content-text-label .desc {
  font-size: 0.875rem;
}
.my-protection-content-value {
  color: #EB6100;
  font-weight: bold;
  font-size: 1.25rem;
  white-space: nowrap;
}

.unit {
  font-size: 0.875rem;
  margin-bottom: 4px;
  color: #737373;
  text-align: right;
}

.custom-table-container {
  margin-top: 16px;
}

.custom-table-wrap {
  position: relative;
  margin-bottom: 0;
}

.custom-table-rwd {
  overflow-x: auto;
  overflow-y: hidden;
  border: 2px solid #BCD6EE;
}

.custom-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1rem;
  line-height: 1.4;
}
.custom-table tr:last-child td {
  border-bottom: 1px solid #CEE5FD;
}
.custom-table tr:last-child td.b-cell div {
  border-bottom: 3px solid #267CC9;
}
.custom-table tr:last-child td.y-cell div {
  border-bottom: 3px solid #F3B416;
}
.custom-table th {
  background-color: #E9F2FA;
}
.custom-table th {
  font-weight: bold;
  background-color: #E9F2FA;
  position: relative;
}
.custom-table td {
  background-color: #FFFFFF;
}
.custom-table th.b-cell {
  background-color: #267CC9;
  color: #FFFFFF;
}
.custom-table th.y-cell {
  background-color: #F3B416;
  color: #000000;
}
.custom-table td.b-cell, .custom-table td.y-cell {
  padding: 0;
}
.custom-table td.b-cell div, .custom-table td.y-cell div {
  height: 100%;
  width: 100%;
  padding: 12px;
}
.custom-table td.b-cell {
  background-color: #F8FBFF;
}
.custom-table td.b-cell.blue-group-first div {
  border-left: 3px solid #267CC9 !important;
}
.custom-table td.b-cell.blue-group-last div {
  border-right: 3px solid #267CC9 !important;
}
.custom-table td.y-cell {
  background-color: #FFF7EA;
}
.custom-table td.y-cell.yellow-group-first div {
  border-left: 3px solid #F3B416 !important;
}
.custom-table td.y-cell.yellow-group-last div {
  border-right: 3px solid #F3B416 !important;
}

/* 表頭樣式 */
.header-cell {
  font-size: 11px;
  line-height: 1.2;
  word-break: break-word;
  white-space: normal;
}
.header-cell .wrap-text {
  display: block;
  white-space: nowrap;
}

/* 數據行樣式 */
.data-row:nth-child(even) {
  background-color: #FAFAFA;
}

.data-row:hover {
  background-color: #E9F2FA;
}

/* 對齊方式 */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

/* 表頭行高度 */
.header-row-1 th,
.header-row-2 th,
.header-row-3 th {
  height: 40px;
}

/* 凍結窗格 */
.header-row-1 .header-cell:nth-child(1), .header-row-1 .header-cell:nth-child(2) {
  position: sticky;
  z-index: 50;
}
.header-row-1 .header-cell:nth-child(1) {
  left: 0px;
}
.header-row-1 .header-cell:nth-child(1)::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #BCD6EE;
  top: 0;
  right: -1px;
}
.header-row-1 .header-cell:nth-child(2) {
  left: 52px;
}
.header-row-1 .header-cell:nth-child(2)::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #BCD6EE;
  top: 0;
  right: -1px;
}

.custom-table td:nth-child(1), .custom-table td:nth-child(2) {
  position: sticky;
  z-index: 50;
}
.custom-table td:nth-child(1) {
  left: 0px;
}
.custom-table td:nth-child(1)::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #BCD6EE;
  top: 0;
  right: -1px;
}
.custom-table td:nth-child(2) {
  left: 52px;
}
.custom-table td:nth-child(2)::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #BCD6EE;
  top: 0;
  right: -1px;
}

/* 數據行高度 */
.data-row td {
  height: 35px;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 確保表格內容不換行 */
.data-cell {
  white-space: nowrap;
}

.custom-table .custom-valign {
  vertical-align: middle;
}

.expand-button-container {
  width: 100%;
  margin: 0;
  padding: 0;
}

.expand-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px;
  background-color: #E9F2FA;
  border: 2px solid #BCD6EE;
  border-top: 0;
  color: #005BAC;
  font-weight: bold;
  font-size: 1.125rem;
  cursor: pointer;
}

.expand-icon {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.expand-icon.rotated {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.expand-button:hover .expand-icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.expand-button:hover .expand-icon.rotated {
  -webkit-transform: rotate(180deg) scale(1.1);
          transform: rotate(180deg) scale(1.1);
}

.flash-outline {
  position: absolute;
  z-index: 100;
  border: 2px solid #BCD6EE;
  pointer-events: none;
  display: none;
}
.flash-outline.flash-border {
  display: block !important;
  -webkit-animation: flash-border 2s linear;
          animation: flash-border 2s linear;
}

@-webkit-keyframes flash-border {
  0% {
    border-color: #00417A;
  }
  25% {
    border-color: transparent;
  }
  50% {
    border-color: #00417A;
  }
  75% {
    border-color: transparent;
  }
  100% {
    border-color: #00417A;
  }
}

@keyframes flash-border {
  0% {
    border-color: #00417A;
  }
  25% {
    border-color: transparent;
  }
  50% {
    border-color: #00417A;
  }
  75% {
    border-color: transparent;
  }
  100% {
    border-color: #00417A;
  }
}
[data-aos=zoom-in] {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.4s ease;
  transition: transform 0.6s ease, opacity 0.4s ease, -webkit-transform 0.6s ease;
  will-change: opacity, transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

@media screen and (max-width: 991.98px) {
  h1, h2, h3 {
    text-align: center;
  }
}

#main-content {
  padding-top: 80px;
}

.d-block-md, .d-inline-md {
  display: none !important;
}

.d-none-md {
  display: block !important;
}

.d-none {
  display: none !important;
}

/* Large Desktop (1280px and below) */
@media screen and (max-width: 1280px) {
  .container {
    max-width: 100%;
    margin: 0;
  }
}
/* Medium Desktop (991.98px and below) */
@media screen and (max-width: 991.98px) {
  .container {
    padding: 0 16px;
  }
  #preloader {
    background-size: 700px;
    background-position: top;
    background-repeat: repeat;
  }
  .btn {
    width: 100%;
    margin-bottom: 8px;
  }
  .d-none-md {
    display: none !important;
  }
  .d-block-md {
    display: block !important;
  }
  .d-inline-md {
    display: inline !important;
  }
  #main-content {
    overflow-x: hidden;
    padding-top: 56px;
  }
}
@media screen and (max-width: 575.98px) {
  .container {
    padding: 0 12px;
  }
  .text-xsl-left {
    width: 100%;
    text-align: left !important;
  }
}
@media (min-width: 1280px) {
  .kv-section-bg {
    max-width: 1400px;
    padding-top: 56.9907735983%;
  }
}
@media (min-width: 1440px) {
  .kv-section-bg {
    max-width: 1400px;
    width: 1400px;
    padding-top: 797.8708303762px;
  }
}
@media screen and (max-width: 1280px) {
  .kv-section .title-info,
  .kv-section .spec-title {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .kv-section .kv-img-area .img-people {
    width: 80%;
    bottom: 1.3em;
  }
  .kv-section .label-content .spec-title-content-item {
    padding: 8px 22px;
  }
}
@media screen and (max-width: 991.98px) {
  .kv-section {
    background-size: 700px;
    background-position: top;
    background-repeat: repeat;
    padding: 16px 16px 36px;
    position: relative;
  }
  .kv-section .spec-title {
    margin-top: 10px;
  }
  .kv-section .spec-title .title-img {
    padding-top: 0;
    border-top: 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .kv-section .kv-section-bg {
    max-width: none;
    width: 100%;
    padding-top: 106.916426513%;
    background-image: url("../images/kv/kv_bg02_mobile.svg");
    position: relative;
    z-index: 1;
  }
  .kv-section .kv-note {
    font-size: 0.75rem;
    padding: 0 16px;
    text-align: justify;
  }
  .kv-section .label-content {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .kv-section .label-content .spec-title-content-item {
    font-size: 1rem;
    margin: 0;
  }
  .kv-section .title-info img,
  .kv-section .spec-title img {
    display: none;
  }
  .kv-section .title-info .mobile-img,
  .kv-section .spec-title .mobile-img {
    display: block;
  }
  .kv-section .title-info .mobile-img {
    padding-bottom: 2.6954177898%;
    border-bottom: 2px solid #000000;
  }
  .kv-section .spec-title .mobile-img {
    min-height: 55px;
    width: 100%;
    height: auto;
  }
  .kv-section .kv-img-area .img-people,
  .kv-section .kv-img-area .img-coin {
    display: none;
  }
  .kv-section .kv-img-area .img-coin-mobile {
    display: block;
    width: 100%;
    left: 0;
    bottom: calc(8.0862533693% - 16px);
  }
  .kv-section .kv-img-area .img-coin-mobile img {
    width: 100%;
  }
  .kv-section .kv-img-area .img-people-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 2.6954177898%;
    width: 100%;
  }
  .kv-section .kv-img-area .img-people-mobile img {
    width: 93%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .kv-section .label-area {
    display: none;
  }
  .kv-section .label-area-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 8px;
  }
  .kv-section .label-area-mobile .label-content {
    display: block;
    text-align: center;
    margin-bottom: 8px;
    max-width: 100%;
    font-size: 0;
  }
  .kv-section .label-area-mobile .label-content .spec-title-content-item {
    display: inline-block;
    white-space: nowrap;
    margin: 4px;
  }
  .kv-section .label-area-mobile .label-content .spec-title-content-item.break-line {
    display: block;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
  }
  .kv-section .label-area-mobile .label-content .spec-title-content-item:nth-child(5) {
    white-space: nowrap;
  }
  .kv-section .label-area-mobile .label-content .spec-title-content-item:nth-child(6) {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767.98px) {
  .kv-section .kv-tilte-position {
    top: 7.0080862534%;
    z-index: 60;
  }
  .kv-section .kv-tilte-position .title-info .title-img {
    height: auto;
  }
  .kv-section .label-content .spec-title-content-item {
    font-size: 0.875rem;
  }
  .section-button-bridge {
    padding: 0 16px;
  }
}
@media screen and (max-width: 575.98px) {
  .kv-section .label-content .spec-title-content-item {
    padding: 6px;
    font-size: 0.625rem;
    display: inline-block;
  }
  .kv-section .label-area-mobile .label-content .spec-title-content-item {
    font-size: 0.625rem;
    padding: 4px 8px;
    display: inline-block;
    margin: 2px;
  }
  .kv-section .label-area-mobile .label-content .spec-title-content-item.break-line {
    display: block;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
  }
}
@media screen and (max-width: 375px) {
  .kv-section .label-content .spec-title-content-item {
    padding: 4px;
    margin: 1px;
  }
  .kv-section .label-area-mobile .label-content .spec-title-content-item {
    padding: 3px 6px;
    margin: 4px;
  }
}
@media screen and (max-width: 991.98px) {
  .what-section {
    padding: 70px 16px 60px;
  }
  .what-section-content-bg {
    padding: 32px 24px;
    -webkit-clip-path: polygon(0% 0%, calc(100% - 46px) 0%, 100% 46px, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, calc(100% - 46px) 0%, 100% 46px, 100% 100%, 0% 100%);
  }
  .what-section-aos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .what-section .title-info .title-img {
    display: none;
  }
  .what-section .title-info .title-img.mobile-img {
    display: block;
  }
  .what-section .title-info .title-img.mobile-img img {
    margin-bottom: 24px;
  }
  .what-section .triangle-border {
    width: 46px;
  }
  .what-section-content-item {
    padding: 32px 0;
  }
  .what-section-content-item:first-child {
    border: 0;
    border-bottom: 2px solid #000000;
    padding-top: 0;
  }
  .what-section-content-item:nth-child(2) {
    padding: 32px 0 0 0 !important;
  }
  .what-section-content-img-area {
    display: none;
  }
}
@media screen and (max-width: 575.98px) {
  .what-section-content-item {
    padding-left: 0;
    padding-right: 0;
  }
  .what-section-content-item:first-child {
    padding-top: 0;
  }
  .what-section-content-item:nth-child(2) {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1280px) {
  .three-points-section-content {
    gap: 2em;
  }
  .three-points-item-content {
    padding: 24px;
  }
  .flip-card-front, .flip-card-back {
    max-height: none;
    min-height: 250px;
  }
  .three-points-item-title img {
    height: 20px;
  }
  .btn-item {
    font-size: 1rem !important;
  }
  .flip-card-front .three-points-item-content {
    font-size: 1.125rem;
  }
  .flip-card-back .three-points-item-content {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 991.98px) and (max-width: 1080px) {
  .three-points-section-content {
    gap: 1em;
  }
  .three-points-item-content {
    padding-right: 14px;
    padding-left: 14px;
  }
}
@media screen and (max-width: 991.98px) {
  .three-points-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/point_section/point_bg_mobile.svg");
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .three-points-section .title-img {
    margin-bottom: 24px;
  }
  .three-points-section-title .title-img {
    height: 78px;
  }
  .flip-card-front,
  .flip-card-back {
    padding: 0;
    max-height: 250px;
    min-height: 0;
  }
  .auto-flip-trigger .flip-card-front::after {
    font-size: 10px;
    top: 5px;
    right: 5px;
  }
  .three-points-item-title {
    height: 54px;
  }
  .three-points-section-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    gap: 24px;
  }
  .three-points-section-content-item {
    min-width: 328px;
    width: 100%;
    margin: 0 auto 24px;
  }
  .three-points-section-spec {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .three-points-section-wrap {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .three-points-item-content {
    padding-top: 16px;
    padding-bottom: 24px;
  }
  .three-points-section-content-item {
    min-width: calc(100% - 24px);
  }
  .three-points-item-content p {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 991.98px) {
  .common-mistakes-section {
    padding: 54px 10%;
  }
  .common-mistakes-wrap {
    max-width: none;
    width: 100%;
    padding: 0;
  }
  .common-mistakes-wrap img {
    width: 100%;
  }
  .common-mistakes-img-area .img-left-mobile {
    display: block;
    width: 138px;
    left: calc(50% - 200px);
  }
  .common-mistakes-img-area .img-left,
  .common-mistakes-img-area .img-right {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .common-mistakes-section {
    padding: 36px 5%;
  }
}
@media screen and (max-width: 480px) {
  .common-mistakes-section {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 991.98px) {
  .suitable-section {
    padding: 60px 16px 24px;
    background-size: 1400px;
    background-position: top;
    background-repeat: repeat;
    padding-top: 60px;
    padding-bottom: 28px;
  }
  .suitable-section-img {
    padding: 24px 44px 0;
  }
  .suitable-section-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .suitable-section-content .suitable-section-content-item {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .suitable-section-content .suitable-section-content-item.card3 {
    margin-bottom: 0;
  }
  .suitable-section .card1 .floating {
    width: 36%;
    top: 15px;
    left: 24px;
  }
  .suitable-section .card3 .floating {
    width: 36%;
    top: 80px;
    right: 55px;
  }
  .suitable-section .card3 .suitable-section-img-area img {
    display: none;
  }
  .suitable-section .card3 .suitable-section-img-area .vector-mobile {
    display: block;
    left: -15px;
    bottom: 26px;
    width: 56px;
  }
}
@media screen and (max-width: 575.98px) {
  .suitable-section-title img {
    max-height: 38px;
  }
}
@media screen and (max-width: 1280px) {
  .calculation-section .img-area img {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .calculation-section {
    padding: 60px 16px;
  }
  .calculation-section-wrap {
    max-width: none;
    width: 100%;
  }
}

@media screen and (max-width: 991.98px) {
  .calculation-section-content {
    max-width: none;
    width: 100%;
  }
  .calculation-section .form-area .input-group {
    margin-bottom: 16px;
  }
  .calculation-section .form-area .rows:last-child .input-group {
    margin-bottom: 0;
  }
  .calculation-section-wrap-bg {
    background-size: 700px;
    background-position: top;
    background-repeat: repeat;
  }
}
@media screen and (max-width: 767.98px) {
  .calculation-section .form-area .select {
    padding-right: 32px;
    background-size: 14px 14px;
    background-position: right 8px center;
  }
  .radio-label {
    padding: 0.25rem 0.5rem;
    margin-right: 0.25rem;
  }
  .radio-label:last-child {
    margin-right: 0;
  }
  .radio-label .checkmark {
    width: 14px;
    height: 14px;
    margin-right: 0.25rem;
  }
  .radio-label .checkmark::after {
    width: 5px;
    height: 5px;
  }
  .radio-area {
    gap: 0.25rem;
  }
}
@media screen and (max-width: 480px) {
  .calculation-section .form-area {
    padding-top: 16px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 575.98px) {
  .calculation-section .form-area .rows .input-style {
    min-width: auto;
  }
  .calculation-section .form-area .flex-nowrap .input-style {
    min-width: 0;
  }
  .calculation-section #yearSelect {
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .calculation-section #monthSelect, .calculation-section #daySelect {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.25em);
            flex: 0 0 calc(50% - 0.25em);
  }
  .calculation-section .title-img img {
    height: 38px;
  }
  .calculation-section-title {
    height: 50px;
  }
  .calculation-section-wrap-bg {
    padding: 32px 16px;
  }
  .calculation-section-content {
    margin: 0 auto;
  }
  .calculation-section .form-area {
    padding: 16px 16px 24px;
  }
  .radio-label {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 1280px) {
  .result-section-wrap {
    margin: 0;
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 991.98px) {
  .result-section-content {
    margin-top: 40px;
  }
  .result-section-wrap {
    padding: 32px 16px;
  }
  #reserve-budget {
    margin-bottom: 0;
  }
  .result-detail .result-section-title {
    margin-top: 40px;
  }
  .result-section-wrap ul,
  .my-actual-premium-content ul {
    font-size: 0.875rem;
  }
  .my-actual-premium-content {
    padding: 16px;
  }
  .my-actual-premium-content-wrap {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .my-actual-premium-content-item:first-child {
    border: 0;
    padding-bottom: 16px;
  }
  .my-actual-premium-content-item:last-child {
    padding-top: 16px;
  }
  .my-protection-content {
    padding: 16px;
  }
  .my-protection-content-box {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .my-protection-content-item {
    padding: 16px 0px;
  }
  .my-protection-content-item:first-child {
    border: 0;
    border-bottom: 1px solid #5196D4;
  }
  .my-protection-content-item:first-child .h-md-0 {
    height: 0;
  }
  .my-protection-content-item:nth-child(2) .my-protection-content-img img {
    max-width: 30px;
  }
  .my-protection-content-item .my-protection-content-value {
    height: 36px;
  }
  .my-protection-content-img {
    height: 30px;
  }
  .my-protection-content-img img {
    max-width: 36px;
  }
  .my-protection .btn-common-bar {
    background-color: #E9F2FA;
    margin: 0;
    padding: 16px 16px 24px;
  }
  .custom-table {
    font-size: 10px;
  }
  .custom-table th,
  .custom-table td {
    padding: 16px;
  }
  .custom-table .b-cell div,
  .custom-table .y-cell div {
    padding: 16px;
  }
}
@media screen and (max-width: 575.98px) {
  .my-actual-premium-content-item {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .my-protection-content-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .my-actual-premium-title, .my-protection-title {
    height: 50px;
  }
  .my-actual-premium-content-item {
    padding: 16px 0 !important;
  }
  .my-protection-content-img img {
    margin-right: 8px;
  }
}
@media screen and (max-width: 360px) {
  .my-protection-content-tag {
    padding: 4px 8px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1280px) {
  .product-info-section {
    padding: 60px 16px;
  }
  .product-info-section-wrap {
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  .product-info-section .title {
    padding: 16px;
  }
}

@media screen and (max-width: 575.98px) {
  .product-info-section-content.visible {
    padding: 16px;
  }
}

@media screen and (max-width: 575.98px) {
  .btn-common-bar.mb-large {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 991.98px) {
  .product-info-section .product-info-padding {
    padding: 16px;
  }
}
@media screen and (max-width: 575.98px) {
  .section-button-bridge {
    margin-top: -22px;
    margin-bottom: -22px;
  }
}
@media screen and (max-width: 991.98px) {
  .hide-mobile {
    display: none;
  }
}

@media screen and (max-width: 991.98px) {
  .show-mobile {
    display: block;
  }
}

@media screen and (min-width: 992.98px) {
  .hide-desktop {
    display: none;
  }
}

@media screen and (max-width: 991.98px) {
  .show-desktop {
    display: none;
  }
}

@media screen and (max-width: 991.98px) {
  .text-center-mobile {
    text-align: center;
  }
}

@media screen and (max-width: 991.98px) {
  .padding-mobile {
    padding: 16px;
  }
}

@media screen and (max-width: 991.98px) {
  .font-size-mobile {
    font-size: 0.875rem;
  }
}

@font-face {
  font-family: "Noto Serif TC";
  src: url("../../../font/NotoSerifTC-Bold-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif TC";
  src: url("../../../font/NotoSerifTC-ExtraBold-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif TC";
  src: url("../../../font/NotoSerifTC-Black-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../../../font/NotoSansTC-Regular-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../../../font/NotoSansTC-Medium-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../../../font/NotoSansTC-SemiBold-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../../../font/NotoSansTC-Bold-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: "Noto Sans TC", "Apple LiGothic Medium", "Microsoft JhengHei", "LiHei Pro Medium";
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 12px */
/* 14px */
/* 16px */
/* 18px */
/* 20px */
/* 22px */
/* 24px */
/* 28px */
.aside-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 64px;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area {
    gap: 24px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area {
    gap: 24px;
  }
}
.aside-area .aside-top,
.aside-area .aside-top2,
.aside-area .aside-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .aside-top,
  .aside-area .aside-top2,
  .aside-area .aside-bottom {
    gap: 10px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .aside-top,
  .aside-area .aside-top2,
  .aside-area .aside-bottom {
    gap: 10px;
  }
}
@media screen and (min-width: 480px) and (max-width: 991.98px) {
  .aside-area .aside-top {
    margin-top: -20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .aside-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin-right: -24px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .aside-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin-right: -24px;
    margin-bottom: 20px;
  }
}
.aside-area .aside-top2 {
  display: none;
}
.aside-area .aside-bottom {
  gap: 32px;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .aside-bottom {
    gap: 16px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .aside-bottom {
    gap: 16px;
  }
}
.aside-area .link-icon a {
  display: block;
  cursor: pointer;
}
.aside-area .link-icon a:link, .aside-area .link-icon a:active {
  text-decoration: none;
}
.aside-area .link-icon a:hover {
  text-decoration: none;
}
.aside-area .link-icon.customer-ai-chatbot img {
  width: 100%;
  height: 100%;
}
.aside-area .link-icon.customer-ai-chatbot {
  width: 68px;
  height: 68px;
  text-align: center;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .link-icon.customer-ai-chatbot {
    width: 56px;
    height: 56px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .link-icon.customer-ai-chatbot {
    width: 56px;
    height: 56px;
  }
}
.aside-area .link-icon.go-top {
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin: 0px auto 0px;
  -webkit-transform: translateY(360%);
          transform: translateY(360%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .link-icon.go-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0px auto 0px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .link-icon.go-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0px auto 0px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .link-icon.go-top {
    -webkit-transform: translateY(920%);
            transform: translateY(920%);
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .link-icon.go-top {
    -webkit-transform: translateY(920%);
            transform: translateY(920%);
  }
}
.aside-area .link-icon.go-top.show {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.aside-area .link-icon.go-top a {
  background-color: #9CCCFC;
  color: white;
  text-align: center;
  font-size: 30px;
  font-family: serif, monospace, Arial, sans-serif;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.aside-area .link-icon.go-top a span {
  display: inline-block;
  margin: 3px 0px -3px 0px;
}
.aside-area .button {
  width: 68px;
  height: 118px;
  font-size: 18px;
  color: white;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: inherit;
  text-align: center;
  border-radius: 8px;
  background: #005BAC;
  -webkit-box-shadow: 0px 4px 0px 0px #0085c1;
          box-shadow: 0px 4px 0px 0px #0085c1;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  cursor: pointer;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .button {
    width: 158px;
    height: 48px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .button {
    width: 158px;
    height: 48px;
  }
}
.aside-area .button .icon {
  width: 20px;
  height: 20px;
}
.aside-area .button a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 12px;
  gap: 6px;
  font-size: 18px;
  color: white;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: inherit;
}
.aside-area .button a:hover {
  color: inherit;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .button a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .button a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.aside-area .button.reserve {
  background: #EA6F17;
  -webkit-box-shadow: 0px 4px 0px 0px #A74500;
          box-shadow: 0px 4px 0px 0px #A74500;
}
.aside-area .button.reserve:hover {
  background: #C4570A;
}
.aside-area .button.reserve .icon {
  background-image: url("../assets/icon/shield.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.aside-area .button.calculation, .aside-area .button.know {
  background: #0664C4;
  -webkit-box-shadow: 0px 4px 0px 0px #054C94;
          box-shadow: 0px 4px 0px 0px #054C94;
}
.aside-area .button.calculation:hover, .aside-area .button.know:hover {
  background: #0452a0;
}
.aside-area .button.calculation .icon, .aside-area .button.know .icon {
  background-image: url("../assets/icon/calculator.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.aside-area .button.reserve, .aside-area .button.reserve span, .aside-area .button.reserve div, .aside-area .button.calculation, .aside-area .button.calculation span, .aside-area .button.calculation div {
  font-family: "Noto Serif TC", "Microsoft JhengHei", Arial, sans-serif !important;
  font-weight: 800;
}
@media all and (max-width: 991.98px) {
  .aside-area .button.reserve span br, .aside-area .button.calculation span br {
    display: none;
  }
}
.aside-area .button.know, .aside-area .button.know span, .aside-area .button.know div {
  font-family: "Noto Serif TC", "Microsoft JhengHei", Arial, sans-serif !important;
  font-weight: 800;
}
.aside-area .button.know .icon {
  background-image: url("../assets/index/flower_pink.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 30px;
  height: 30px;
}
@media all and (max-width: 991.98px) {
  .aside-area .button.know a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .button.know {
    width: 62px;
    height: 108px;
  }
}

.aside-area {
  position: fixed;
  bottom: 94px;
  right: 24px;
  z-index: 100;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    bottom: 20px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    bottom: 20px;
  }
}
@media all and (max-width: 575.98px) {
  .aside-area {
    right: 16px;
  }
}
@media all and (max-width: 480px) {
  .aside-area {
    bottom: 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .aside-top {
    display: none;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .aside-top {
    display: none;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .aside-top2 {
    display: block;
  }
}

body.dialog-open,
body.idx-body.dialog-open {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

body.idx-body .aside-area .aside-top {
  overflow: hidden;
  display: none;
  opacity: 0;
}

body.idx-body .aside-area {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media all and (max-width: 991.98px) {
  body .customer-ai-chatbot .qa-tips-text {
    display: none;
    opacity: 0;
  }
  body .customer-ai-chatbot .qa-tips-text.active {
    display: none;
    opacity: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1140px) {
  .customer-ai-chatbot {
    width: 56px !important;
    height: 56px !important;
  }
  .customer-ai-chatbot .link-chatbot,
  .customer-ai-chatbot .icon-ai-chatbot {
    width: 56px !important;
    height: 56px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .customer-ai-chatbot .tips-text {
    left: -150px !important;
  }
}
.bd-header {
  width: 100%;
  height: 80px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  z-index: 200;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-box-shadow: 0px -8px 10px 5px #ddd;
          box-shadow: 0px -8px 10px 5px #ddd;
  color: #000000;
  border-bottom: 2px solid #000000;
}
@media all and (max-width: 991.98px) {
  .bd-header {
    height: 56px;
  }
}
.bd-header .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}
.bd-header .header-content a,
.bd-header .header-content .a-link {
  display: inline-block;
}
.bd-header .head-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 16px 32px 16px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 991.98px) and (max-width: 1180px) {
  .bd-header .head-left {
    padding-top: 20px;
    padding-bottom: 12px;
  }
}
@media all and (max-width: 991.98px) {
  .bd-header .head-left {
    padding: 14px 16px;
    display: block;
  }
}
.bd-header .head-left .brand-logo {
  width: 204px;
  height: 46px;
}
@media all and (max-width: 991.98px) {
  .bd-header .head-left .brand-logo {
    width: 142px;
    height: 32px;
  }
}
.bd-header .head-left .brand-logo img {
  width: 100%;
  height: 100%;
  display: block;
}
.bd-header .head-right {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: center;
  position: relative;
}
@media all and (max-width: 991.98px) {
  .bd-header .head-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    min-width: auto;
  }
}
.bd-header .head-right .nav-menu {
  width: calc(100% - 48px);
  height: 100%;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: inherit;
  line-height: 27px;
  text-align: right;
}
@media screen and (min-width: 991.98px) and (max-width: 1180px) {
  .bd-header .head-right .nav-menu {
    font-size: 18px;
    width: 100%;
  }
}
@media all and (max-width: 991.98px) {
  .bd-header .head-right .nav-menu {
    display: none;
  }
}
.bd-header .head-right .nav-menu .a-link {
  height: 100%;
  padding-left: 24px;
  padding-right: 30px;
  line-height: 80px;
  color: #000000;
  font-weight: 600;
  text-decoration: none;
  margin-right: -6px;
  position: relative;
}
.bd-header .head-right .nav-menu .a-link:link, .bd-header .head-right .nav-menu .a-link:hover, .bd-header .head-right .nav-menu .a-link:visited {
  color: #000000;
}
.bd-header .head-right .nav-menu .a-link:hover, .bd-header .head-right .nav-menu .a-link:focus {
  color: #005BAC;
}
@media screen and (min-width: 991.98px) and (max-width: 1180px) {
  .bd-header .head-right .nav-menu .a-link {
    padding-left: 18px;
    padding-right: 24px;
  }
}
.bd-header .head-right .nav-menu .item {
  width: auto;
  height: 100%;
  display: inline-block;
}
.bd-header .head-right .nav-menu .item:not(:last-child)::after {
  content: "";
  display: inline-block;
  font-size: 0;
  width: 1px;
  height: 30%;
  vertical-align: middle;
  border-right: 2px #000000 solid;
  margin: 0px 0px;
}
@media all and (max-width: 991.98px) {
  .bd-header .head-right .nav-menu .item:not(:last-child)::after {
    display: none;
  }
}
.bd-header .head-right .nav-menu .item.nav-consultation {
  color: #EB6100;
}
.bd-header .head-right .nav-menu .item.nav-consultation .a-link {
  color: #EB6100;
}
.bd-header .head-right .nav-menu .item.nav .a-link:hover, .bd-header .head-right .nav-menu .item.nav .a-link:focus {
  text-decoration: none;
}
.bd-header .head-right .nav-hamburger {
  width: 56px;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
@media all and (min-width: 991.98px) {
  .bd-header .head-right .nav-hamburger {
    display: none;
  }
}
.bd-header .head-right .nav-hamburger img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.bd-header .head-right .btn.btn-hamburger {
  border-width: 0px;
  padding: 0.25rem 0.5rem;
  background-color: #FFF;
  cursor: pointer;
  position: relative;
}
.bd-header .head-right .icon-hide,
.bd-header .head-right img.icon-hide {
  opacity: 0;
  z-index: -1;
}

body.win-fixed {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
@media all and (max-width: 991.98px) {
  body.win-fixed .bd-header {
    z-index: 522;
  }
  body.win-fixed .bd-header .header-content {
    background-color: #fff;
    height: 100vh;
  }
  body.win-fixed .bd-header .header-content .head-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  body.win-fixed .bd-header .header-content .head-right .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100vw;
    height: 100dvh;
    padding: 24px 24px 0px;
    background-color: #FFF;
    position: absolute;
    top: 56px;
    z-index: 150;
    font-size: 18px;
    border-top: 2px solid #000000;
    margin-top: -2px;
  }
  body.win-fixed .bd-header .header-content .head-right .nav-menu .item {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
  }
  body.win-fixed .bd-header .header-content .head-right .nav-menu .item:not(:first-child) {
    margin-top: 24px;
  }
  body.win-fixed .bd-header .header-content .head-right .nav-menu .item .a-link {
    display: block;
    line-height: 36px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media all and (max-width: 991.98px) and (max-width: 991.98px) {
  body.win-fixed .bd-header .header-content .head-right .nav-hamburger {
    display: block;
  }
}
.bd-footer {
  position: relative;
  background-color: #076ED7;
}
.bd-footer .footer-content {
  padding: 16px 16px;
  text-align: center;
  font-size: 12px;
  color: white;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: inherit;
  max-width: 824px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 4px;
}
@media all and (max-width: 991.98px) {
  .bd-footer .footer-content {
    max-width: none;
  }
}
.bd-footer .footer-content a {
  color: white;
}
.bd-footer .footer-content a:link, .bd-footer .footer-content a:visited {
  text-decoration: underline;
}
.bd-footer .footer-content a:hover {
  text-decoration: none;
}
.bd-footer .footer-content .copyright-head {
  font-size: 1rem;
  margin-bottom: 4px;
}
.bd-footer .footer-content .our-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 16px;
}
@media all and (max-width: 991.98px) {
  .bd-footer .footer-content .our-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
}
body.idx-body .bd-footer {
  z-index: 16;
}
:root {
  --primary-color: #005BAC;
  --secondary-color: #EB6100;
  --text-color: #000000;
  --error-color: #DE0606;
  --background-color: #FFFFFF;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Microsoft JhengHei", Arial;
  line-height: 1.6;
  color: #000000;
  background-color: #FFFFFF;
  font-size: 1rem;
  overflow-x: hidden;
}

.header {
  top: 0;
  z-index: 10009;
}

.w-100 {
  width: 100%;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.section {
  overflow: hidden;
}

.focus {
  font-weight: bold;
}

.min-w-50 {
  min-width: 50px;
}

.text-red {
  color: #DE0606;
}

.text-orange {
  color: #EB6100;
}

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

.text-nowrap {
  white-space: nowrap;
}

.text-xl {
  font-size: 1.5rem;
}

.text-lg {
  font-size: 1.25rem;
}

.text-md {
  font-size: 1.125rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-bold {
  font-weight: bold;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-large {
  margin-bottom: 95px !important;
}

.error-message {
  margin-top: 4px;
  color: #DE0606;
}

.h-title {
  position: absolute;
  left: 9999px;
}

.title-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
}
.title-img img {
  height: 48px;
}

button {
  cursor: pointer;
}

.btn-common-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-item-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-common {
  max-width: 320px;
  width: 100%;
  height: 62px;
  border: 2px solid #000000;
  border-bottom-width: 5px;
  font-size: 1.25rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  cursor: pointer;
  margin: 0 auto;
}
.btn-common img {
  margin-left: 8px;
}

@media screen and (max-width: 991.98px) {
  .btn-common {
    font-size: 1rem;
    height: 48px;
  }
  .section-button-bridge .submit-button {
    max-width: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 44px;
    font-size: 1rem;
  }
}
.btn-item {
  padding: 12px 24px;
  height: 50px;
  border: 2px solid #000000;
  border-bottom-width: 5px;
  font-size: 1.25rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.btn-item img {
  margin-left: 8px;
}
@media (max-width: 575.98px) {
  .btn-item {
    height: 40px;
    font-size: 1rem;
  }
}

.submit-button {
  color: #FFFFFF;
  background-color: #EB6100;
}

.dm-button, .send-button {
  color: #000000;
  background-color: #F3B416;
}

.remark {
  color: #737373;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 0.25rem;
}

.footer-shortcut {
  position: fixed;
  bottom: 74px;
  right: 25px;
  width: 48px;
  z-index: 300;
}
.footer-shortcut .btn-fixed {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0;
}
.footer-shortcut .btn-fixed img {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.aside-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 64px;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area {
    gap: 24px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area {
    gap: 24px;
  }
}
.aside-area .aside-top,
.aside-area .aside-top2,
.aside-area .aside-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .aside-top,
  .aside-area .aside-top2,
  .aside-area .aside-bottom {
    gap: 10px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .aside-top,
  .aside-area .aside-top2,
  .aside-area .aside-bottom {
    gap: 10px;
  }
}
.aside-area .link-icon a {
  display: block;
  cursor: pointer;
}
.aside-area .link-icon a:link, .aside-area .link-icon a:active {
  text-decoration: none;
}
.aside-area .link-icon a:hover {
  text-decoration: none;
}
.aside-area .link-icon.customer-ai-chatbot img {
  width: 100%;
  height: 100%;
}
.aside-area .link-icon.customer-ai-chatbot {
  width: 48px;
  height: 48px;
  text-align: center;
}
.aside-area .link-icon.customer-ai-chatbot .link-chatbot,
.aside-area .link-icon.customer-ai-chatbot .icon-ai-chatbot {
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .link-icon.customer-ai-chatbot {
    width: 48px;
    height: 48px;
  }
  .aside-area .link-icon.customer-ai-chatbot .link-chatbot,
  .aside-area .link-icon.customer-ai-chatbot .icon-ai-chatbot {
    width: 48px;
    height: 48px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .link-icon.customer-ai-chatbot {
    width: 48px;
    height: 48px;
  }
  .aside-area .link-icon.customer-ai-chatbot .link-chatbot,
  .aside-area .link-icon.customer-ai-chatbot .icon-ai-chatbot {
    width: 48px;
    height: 48px;
  }
}
.aside-area .link-icon.go-top {
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin: 0px auto 0px;
  -webkit-transform: translateY(360%);
          transform: translateY(360%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .link-icon.go-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0px auto 0px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .link-icon.go-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0px auto 0px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .link-icon.go-top {
    -webkit-transform: translateY(920%);
            transform: translateY(920%);
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .link-icon.go-top {
    -webkit-transform: translateY(920%);
            transform: translateY(920%);
  }
}
.aside-area .link-icon.go-top.show {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.aside-area .link-icon.go-top a {
  background-color: #9CCCFC;
  color: white;
  text-align: center;
  font-size: 30px;
  font-family: serif, monospace, Arial, sans-serif;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.aside-area .link-icon.go-top a span {
  display: inline-block;
  margin: 3px 0px -3px 0px;
}
.aside-area .link-icon .aside-area {
  position: fixed;
  bottom: 94px;
  right: 24px;
  z-index: 100;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .link-icon .aside-area {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    bottom: 20px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .link-icon .aside-area {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    bottom: 20px;
  }
}
@media all and (max-width: 575.98px) {
  .aside-area .link-icon .aside-area {
    right: 16px;
  }
}
@media all and (max-width: 480px) {
  .aside-area .link-icon .aside-area {
    bottom: 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 991.98px) {
  .aside-area .link-icon .aside-area .aside-top {
    margin-top: -20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .link-icon .aside-area .aside-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin-right: -24px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .link-icon .aside-area .aside-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin-right: -24px;
    margin-bottom: 20px;
  }
}
.aside-area .link-icon .aside-area .aside-top2 {
  display: none;
}
.aside-area .link-icon .aside-area .aside-bottom {
  gap: 32px;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .link-icon .aside-area .aside-bottom {
    gap: 16px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .link-icon .aside-area .aside-bottom {
    gap: 16px;
  }
}
.aside-area .link-icon .aside-top {
  margin-bottom: 8px;
}

@media (max-width: 767.98px) {
  .spec-title {
    font-size: 1.5rem;
  }
  .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fade-in {
  -webkit-animation: fadeIn 0.5s ease ease-out;
          animation: fadeIn 0.5s ease ease-out;
}

.floating {
  -webkit-animation: float 2.5s ease-in-out infinite;
          animation: float 2.5s ease-in-out infinite;
}

[data-aos].floating {
  -webkit-animation: none;
          animation: none;
}

/* 上下漂浮動畫 */
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 文字縮放動畫 */
.animated-text {
  font-size: 2rem;
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.4s ease;
  transition: transform 0.6s ease, opacity 0.4s ease, -webkit-transform 0.6s ease;
}

.animated-text.visible {
  opacity: 1;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-animation: shrink-back 0.3s ease-out 0.6s forwards;
          animation: shrink-back 0.3s ease-out 0.6s forwards;
}

@-webkit-keyframes shrink-back {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes shrink-back {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
[data-aos=zoom-in] {
  will-change: opacity, transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.4s ease;
  transition: transform 0.6s ease, opacity 0.4s ease, -webkit-transform 0.6s ease;
}

@media all and (max-width: 991.98px) {
  .footer .footer-content {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer .footer-content .our-info {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}