@charset "UTF-8";
/* 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;
}

@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;
}
/* 10px */
/* 12px */
/* 14px */
/* 16px */
/* 17px */
/* 18px */
/* 20px */
/* 22px */
/* 24px */
/* 28px */
#preloader {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#preloader {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.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;
}

.kv-section .kv-img-item, .kv-section .label-area {
  position: absolute;
}

.kv-section .label-area {
  left: 0;
  right: 0;
  width: 100%;
}

.kv-section .img-clip-mobile, .kv-section .img-heart-mobile {
  display: none;
}

.kv-section .img-people 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: 20px 20px 20px 0;
  border: 2px solid #000000;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #005BAC;
  background-image: url("../images/banner/banner_pc.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: black; /* 百分比字體為黑色 */
  font-size: 2rem;
  font-weight: bold;
}

#progress-text {
  opacity: 1;
}

.kv-section {
  position: relative;
  width: 100vw;
  padding: 0 16px;
  background-image: url("../images/banner/ribbon_left.svg"), url("../images/banner/ribbon_right.svg"), url("../images/banner/banner_pc.svg");
  background-size: 19.1666666667% auto, 25.2604166667% auto, cover;
  background-position: left top, calc(100% + 36px) -56px, center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  overflow: hidden;
}
.kv-section .kv-section-bg {
  position: relative;
  margin: 0 auto;
  aspect-ratio: 1400/800;
  width: 100%;
  max-width: 1400px;
}
.kv-section .kv-img-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.kv-section .kv-img-area[data-aos=fade-up].aos-animate {
  -webkit-animation: quickFade 1s ease forwards !important;
          animation: quickFade 1s ease forwards !important;
}
.kv-section .img-people {
  position: absolute;
  right: 0;
  bottom: -7.25%;
  width: 54.7142857143%;
  max-width: 766px;
  aspect-ratio: 766/708;
}
.kv-section .img-people img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.kv-section .img-star1 {
  right: 53.7142857143%;
  top: 33.75%;
  max-width: 78px;
  width: 5.5714285714%;
  aspect-ratio: 78/56;
}
.kv-section .img-star1 img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.kv-section .img-star2 {
  right: 38.0714285714%;
  top: 41.75%;
  max-width: 18px;
  width: 1.2857142857%;
  aspect-ratio: 18/25.5;
}
.kv-section .img-star2 img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.kv-section .img-star3 {
  right: 18.3571428571%;
  top: 41.75%;
  max-width: 21px;
  width: 1.5%;
  aspect-ratio: 21/27.5;
}
.kv-section .img-star3 img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.kv-section .img-star4 {
  right: 3.8571428571%;
  top: 17.875%;
  max-width: 78px;
  width: 5.5714285714%;
  aspect-ratio: 78/21;
}
.kv-section .img-star4 img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.kv-section .img-heart-mobile img {
  width: 100%;
}
.kv-section .title-info img, .kv-section .spec-title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.kv-section .kv-tilte-position {
  position: absolute;
  left: 0;
  bottom: 48px;
  width: 57.5%;
  max-width: 805px;
  aspect-ratio: 805/611;
  max-width: 805px;
  z-index: 1;
}
.kv-section .title-info .title-img {
  height: 108px;
}
.kv-section .spec-title .title-img {
  height: 46px;
}
.kv-section .label-area {
  top: 0;
  z-index: 99;
  padding-top: calc(41.6666666667% - 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;
  height: 80px;
  margin-top: -40px;
  margin-bottom: -40px;
  z-index: 200;
}

@-webkit-keyframes quickFade {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes quickFade {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.which-section {
  position: relative;
  top: -1px;
  padding: 100px 16px;
  background-image: url(../images/which/header_pc.svg), url(../images/which/bg01_pc.svg), url(../images/which/bg02_pc.svg);
  background-position: top center, center 17.1858216971%, center calc(100% - 30px);
  background-repeat: repeat-x, no-repeat, no-repeat;
  background-size: auto 40px, 122.3958333333% auto, 74.3229166667% auto;
  z-index: 10;
}
.which-section-title {
  max-width: 542px;
  width: 100%;
  margin: 0 auto 72px;
}
.which-section-title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.which-section-img {
  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;
}
.which-section-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
.which-section-content-item {
  position: relative;
  padding: 16px;
  border: 2px solid #000000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.which-section-content-item-content {
  background-color: #FFFFFF;
  padding: 28px 12px;
}
.which-section-content-item-content-img {
  position: relative;
}
.which-section-content-item-content .slogan {
  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;
  height: 54px;
  width: 100%;
  font-size: 1.25rem;
  font-weight: bold;
  color: #FFFFFF;
  border-width: 0 2px 2px 2px;
  border-style: solid;
}
.which-section-content-item .which-item-text {
  margin-top: 16px;
  text-align: center;
  max-height: 54px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #000000;
}
.which-section-content-item-title {
  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;
  height: 36px;
  margin-bottom: 20px;
}
.which-section .card1 {
  background-color: #EB6884;
}
.which-section .card1 .slogan {
  background-color: #E74A6D;
  border-color: #F6B9C6;
}
.which-section .card1 .floating {
  position: absolute;
  width: 32.1656050955%;
  height: auto;
  top: 3.4615384615%;
  right: 5.0955414013%;
}
.which-section .card2 {
  background-color: #1E8BFA;
  margin-top: 46px;
}
.which-section .card2 .slogan {
  background-color: #1E8BFA;
  border-color: #CEE5FD;
}
.which-section .card2 .floating {
  position: absolute;
  width: 13.3757961783%;
  height: auto;
  top: 6.1538461538%;
  left: 37.898089172%;
}
.which-section .card3 {
  background-color: #47ADAB;
}
.which-section .card3 .slogan {
  background-color: #47ADAB;
  border-color: #79DEDC;
}
.which-section .card3 .floating {
  position: absolute;
  width: 19.7452229299%;
  height: auto;
  top: 8.4615384615%;
  right: 4.4585987261%;
}
.which-section .clip-pc {
  position: absolute;
  width: auto;
  height: 18.4713375796%;
  top: calc(-18.4713375796% - 84px);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.which-section .clip-mobile {
  position: absolute;
  width: auto;
  height: 29.0441176471%;
  top: calc(-29.0441176471% - 62px);
  left: 50%;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.why-section {
  position: relative;
  height: auto;
  padding: 90px 16px 110px;
  background-image: url(../images/why/bg_pc.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 30;
  border-top: 2px solid #000000;
}
.why-section::before {
  content: "";
  position: absolute;
  top: -106px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1140px;
  width: 90%;
  height: 118px;
  background-image: url(../images/why/bg_top_pc.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 21;
}
.why-section .title-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;
  margin-bottom: 32px;
}
.why-section .mobile-title {
  height: 82px;
}
.why-section-title {
  max-width: 710px;
  width: 100%;
  max-height: 53px;
  margin: 0 auto 58px;
}
.why-section-title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.why-section-content-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 62px 32px 40px;
  background-color: #FFFFFF;
  border: 2px solid #000000;
}
.why-section-content {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.why-section-content::before {
  content: "";
  display: block;
  max-width: 1000px;
  width: 90%;
  height: 60px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(../images/why/header_pc.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.why-section-content-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 2px solid #000000;
  padding: 0 32px;
}
.why-section-content-item:first-child {
  padding-left: 0;
}
.why-section-content-item:last-child {
  border-right: none;
  padding-right: 0;
}
.why-section-content-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.why-section .btn-common-bar {
  margin-top: 32px;
}
.why-section .btn-common-bar .btn-common {
  background-color: #005BAC;
  color: #FFFFFF;
}
.why-section-content-item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000000;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
}
.why-section .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%;
  font-weight: bolder;
}

.why-rectangle {
  margin-top: -2px;
  width: 100%;
  height: 13px;
  border: 2px solid #000000;
  background: #FFFFFF;
}

.choose-section {
  position: relative;
  top: -2px;
  padding: 90px 16px 97px;
  background-color: #005BAC;
  background-image: url(../images/choose/airplane.svg), url(../images/choose/hotAirBalloon.svg), url(../images/choose/bg_pc@2x.png);
  background-repeat: no-repeat;
  background-size: 32.65625% auto, 20.5729166667% auto, 100% auto;
  background-position: 100.2604166667% 2.9812054439%, 13.4375% 71.6137394686%, left bottom;
  border-top: 2px solid #000000;
  z-index: 30;
}
.choose-section::before {
  content: "";
  position: absolute;
  top: -27px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 190px;
  width: 90%;
  height: 54px;
  background-image: url(../images/choose/icon01.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 21;
}
.choose-section-title {
  height: 123px;
  margin: 0 auto 32px;
}
.choose-section-title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.choose-section-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 200px;
  position: relative;
}
.choose-section-content:last-child {
  margin-bottom: 0;
}
.choose-section .mb-8 {
  margin-bottom: 8px;
}
.choose-section .table-rwd {
  position: relative;
  overflow-x: auto;
  padding-bottom: 9px;
}
.choose-section .table-rwd::-webkit-scrollbar {
  left: 0;
  height: 12px;
  background-color: #FAFAFA;
  border-radius: 12px;
}
.choose-section .table-rwd::-webkit-scrollbar-thumb {
  background-color: #BCBCBC;
  border-radius: 12px;
  -webkit-box-shadow: inset 0 0 0 2px #FAFAFA;
          box-shadow: inset 0 0 0 2px #FAFAFA;
}
.choose-section .table-rwd::-webkit-scrollbar-track {
  background-color: #FAFAFA;
  border-radius: 12px;
}
.choose-section .custom-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
  border-collapse: separate;
}
@media screen and (max-width: 1120px) {
  .choose-section .custom-table {
    table-layout: unset;
  }
}
.choose-section .custom-table th {
  padding: 10px;
  font-size: 1.5rem;
  font-weight: bolder;
  color: #FFFFFF;
  height: 60px;
  min-height: 60px;
}
@media screen and (max-width: 991.98px) {
  .choose-section .custom-table th {
    padding: 8px;
  }
}
.choose-section .custom-table th:first-child {
  background-color: #E9E9E9;
}
@media screen and (max-width: 1120px) {
  .choose-section .custom-table th:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
  }
}
.choose-section .custom-table th.good-cell {
  color: #FFFFFF;
}
.choose-section .custom-table th.normal-cell {
  background-color: #929292;
  color: #FFFFFF;
}
.choose-section .custom-table td {
  padding: 24px;
  font-size: 1.125rem;
  color: #000000;
  border-top: 1px solid #BCBCBC;
}
@media screen and (max-width: 991.98px) {
  .choose-section .custom-table td {
    padding: 8px;
  }
}
.choose-section .custom-table td:first-child {
  background-color: #FAFAFA;
}
@media screen and (max-width: 1120px) {
  .choose-section .custom-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
  }
}
.choose-section .custom-table td.normal-cell {
  color: #696969;
  background-color: #FFFFFF;
}
.choose-section .custom-table th, .choose-section .custom-table td {
  text-align: center;
  vertical-align: middle;
  min-width: 520px;
}
.choose-section .custom-table th:first-child, .choose-section .custom-table td:first-child {
  min-width: 160px;
  width: 160px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #000000;
}
.choose-section .custom-table tr:last-child td:first-child {
  border-bottom: 1px solid #BCBCBC;
}
.choose-section .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: 4px 14px;
  height: 32px;
  line-height: 0;
  background-color: #FFFFFF;
  border-radius: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #FFFFFF;
  white-space: nowrap;
}
.choose-section .goods td.good-cell {
  background-color: #FFEDE5;
  border-left: 4px solid #EB6100;
  border-right: 4px solid #EB6100;
}
.choose-section .goods th.good-cell {
  background-color: #EB6100;
  border-left: 4px solid #EB6100;
  border-right: 4px solid #EB6100;
}
.choose-section .goods tr:last-child td.good-cell {
  border-bottom: 4px solid #EB6100;
}
.choose-section .goods .tag {
  background-color: #EB6100;
  border: 2px solid #A74500;
}
.choose-section .process td.good-cell {
  background-color: #FFF7EA;
  border-left: 4px solid #F3B416;
  border-right: 4px solid #F3B416;
}
.choose-section .process th.good-cell {
  background-color: #F3B416;
  border-left: 4px solid #F3B416;
  border-right: 4px solid #F3B416;
}
.choose-section .process tr:last-child td.good-cell {
  border-bottom: 4px solid #F3B416;
}
.choose-section .process th.good-cell {
  color: #000000;
}
.choose-section .process .tag {
  background-color: #F3B416;
  border: 2px solid #E49100;
  color: #000000;
}
.choose-section .normal-cell .tag {
  background-color: #929292;
  border: 2px solid #696969;
  color: #FFFFFF;
}
.choose-section .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%;
  font-weight: 400;
}

.flash-outline {
  position: absolute;
  z-index: 99;
  border: 2px solid #000000;
  pointer-events: 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: #1DD6FB;
  }
  25% {
    border-color: #000000;
  }
  50% {
    border-color: #1DD6FB;
  }
  75% {
    border-color: #000000;
  }
  100% {
    border-color: #1DD6FB;
  }
}

@keyframes flash-border {
  0% {
    border-color: #1DD6FB;
  }
  25% {
    border-color: #000000;
  }
  50% {
    border-color: #1DD6FB;
  }
  75% {
    border-color: #000000;
  }
  100% {
    border-color: #1DD6FB;
  }
}
.step-section {
  position: relative;
  top: -2px;
  padding: 100px 16px;
  background-image: url(../images/step/bg02_pc.svg), url(../images/step/bg03_pc.svg), url(../images/step/bg04_pc.svg), url(../images/step/bg05_pc.svg), url(../images/step/bg_pc.svg);
  background-repeat: no-repeat;
  background-size: 22.4479166667% auto, 23.3854166667% auto, 5.1041666667% auto, 4.7916666667% auto, cover;
  background-position: right bottom, left top, 20.15625% 8.8607594937%, 88.5416666667% 63.2911392405%, left top;
  border-top: 2px solid #000000;
  z-index: 40;
}
.step-section:before {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 163px;
  height: 120px;
  background-image: url(../images/step/clip.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.step-section-title {
  height: 123px;
  margin: 0 auto 32px;
}
.step-section-title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.step-section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  gap: 40px;
}
.step-section-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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  border: 2px solid #000000;
}
.step-section-content-item-title {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step-section-content-item2 {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 12px;
}
.step-section-content-item2 .arrow-icon {
  position: absolute;
  right: -28px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 16px;
  height: 24px;
}
.step-section-content-item2 .item-wrap {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  border: 2px solid #000000;
}
.step-section-content-item2 .item-wrap .arrow-icon {
  right: auto;
  left: -28px;
}
.step-section-content-item2 .item-wrap .item-title {
  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: 48px;
  font-size: 1.25rem;
  font-weight: 700;
  border-bottom: 2px solid #000000;
}
.step-section-content-item2 .item-wrap .item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step-section-content-item2 .item-wrap .item-content {
  padding: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 2px dashed #BCBCBC;
}
.step-section-content-item2 .item-wrap .item-content:last-child {
  border-right: none;
}
.step-section-content-item2 .item-text {
  text-align: left;
}
.step-section-content .tag {
  width: 65px;
  height: 28px;
  margin-bottom: 8px;
  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;
  background-color: #FFFFFF;
  border: 2px solid;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 28px;
}
.step-section-content .item-end {
  height: 122px;
}
.step-section-content .item-end img {
  height: 96px;
}
.step-section-content .item-end .item-text {
  line-height: 0;
}
.step-section .item-text-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}
.step-section .item-text {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000000;
}
.step-section .step1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 258px;
          flex: 0 0 258px;
}
.step-section .step1 .tag {
  background-color: #E9F3F3;
  color: #248289;
  border-color: #248289;
}
.step-section .step1 .item-text {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
}
.step-section .step2_1 .tag {
  background-color: #FFF7EA;
  color: #F3B416;
  border-color: #F3B416;
}
.step-section .step2_1 .item-title {
  background-color: #F3B416;
  color: #000000;
}
.step-section .step2_2 .tag {
  background-color: #E9F2FA;
  color: #005BAC;
  border-color: #005BAC;
}
.step-section .step2_2 .item-title {
  background-color: #005BAC;
  color: #FFFFFF;
}
.step-section .step4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 216px;
          flex: 0 0 216px;
}
.step-section .step4 .item-text {
  text-align: center;
}
.step-section .btn-common-bar {
  margin-top: 32px;
}
.step-section .btn-common {
  width: auto;
  background-color: #EB6100;
  color: #FFFFFF;
}

.text-lg {
  font-size: 1.125rem;
  font-weight: bold;
}

.qa-section {
  position: relative;
  top: -2px;
  padding: 100px 16px;
  background-color: #FFFFFF;
  border-top: 2px solid #000000;
  z-index: 45;
}
.qa-section:before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 57px;
  height: 77px;
  background-image: url(../images/qa/pushpin.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.qa-section-title {
  max-width: 188px;
  width: 100%;
  margin: 0 auto 32px;
}
.qa-section-title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.qa-section-content {
  max-width: 1200px;
  margin: 0 auto;
}
.qa-section-content-item {
  margin-bottom: 16px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.qa-section-content-item:last-child {
  margin-bottom: 0;
}
.qa-section-content-item .item-title {
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 64px;
  height: auto;
  cursor: pointer;
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #000000;
}
.qa-section-content-item .item-title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
}
.qa-section-content-item .item-title h3 .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;
  background-color: #005BAC;
  color: #FFFFFF;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-right: 16px;
  border: 2px solid #00417A;
}
.qa-section-content-item .item-title .icon {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background-image: url(../images/icon/down.svg);
  background-repeat: repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.qa-section-content-item .item-title.active {
  background-color: #005BAC;
  color: #FFFFFF;
  border: 2px solid #000000;
}
.qa-section-content-item .item-title.active .icon {
  background-image: url(../images/icon/down_white.svg);
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.qa-section-content-item .item-title.active h3 .tag {
  background-color: #FFFFFF;
  color: #005BAC;
}
.qa-section-content-item .item-title.active .arrow-b {
  display: none;
}
.qa-section-content-item .item-title.active .arrow-w {
  display: block;
}
.qa-section-content-item .item-content {
  display: grid;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 24px;
  background-color: #FFFFFF;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
  grid-template-rows: 0fr;
}
.qa-section-content-item .item-content.active {
  grid-template-rows: 1fr;
  padding: 16px 24px;
  border-bottom: 2px solid #000000;
}
.qa-section-content-item .item-content .item-text {
  overflow: hidden;
  min-height: 0;
}

#main-content {
  width: 100%;
  padding-top: 80px;
  overflow-x: hidden;
}

.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-image: url("../images/banner/banner_pc.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .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: 991.98px) {
  .btn-common {
    font-size: 1.125rem !important;
  }
}
@media screen and (max-width: 575.98px) {
  .container {
    padding: 0 12px;
  }
  .btn-common {
    width: 100% !important;
    height: 53px;
    padding: 0 !important;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1280px) {
  .kv-section .title-info,
  .kv-section .spec-title {
    margin: 0 auto;
  }
  .kv-section .kv-img-area .img-heart {
    left: calc(50% - 8em);
    top: calc(50% - 4em);
  }
}
@media screen and (max-width: 991.98px) {
  .kv-section {
    position: relative;
    background-image: url("../images/banner/ribbon_left_mobile.svg"), url("../images/banner/ribbon_right_mobile.svg"), url("../images/banner/banner_mobile.svg");
    background-size: 27.7777777778% auto, 27.7777777778% auto, cover;
    background-position: left -9.3333333333%, calc(100% + 25px) -6.6666666667%, center;
    background-repeat: no-repeat, no-repeat, no-repeat;
  }
  .kv-section .kv-section-bg {
    max-width: none;
    aspect-ratio: 360/600;
    width: 100%;
    position: relative;
  }
  .kv-section .kv-tilte-position {
    bottom: auto;
    top: 2.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: none;
  }
  .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 .spec-title .mobile-img {
    min-height: 55px;
    width: 100%;
    height: auto;
  }
  .kv-section .kv-img-area .img-people {
    max-width: none;
    width: 114%;
    bottom: -3.6666666667%;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .kv-section .label-area {
    padding-top: calc(121.613832853% + 16px);
  }
  .kv-section .img-star1 {
    right: 91.6666666667%;
    top: 44%;
    max-width: none;
    width: 9.1666666667%;
    aspect-ratio: 33/19;
  }
  .kv-section .img-star2 {
    right: 70.5555555556%;
    top: 50.3333333333%;
    max-width: none;
    width: 3.6111111111%;
    aspect-ratio: 1/1;
  }
  .kv-section .img-star3 {
    right: 28.3333333333%;
    top: 50%;
    max-width: none;
    width: 3.8888888889%;
    aspect-ratio: 1/1;
  }
  .kv-section .img-star4 {
    right: 9.4444444444%;
    top: 40%;
    max-width: none;
    width: 6.9444444444%;
    aspect-ratio: 25/23;
  }
}
@media screen and (max-width: 767.98px) {
  .kv-section .kv-tilte-position .title-info .title-img {
    height: auto;
  }
  .kv-section .label-content .spec-title-content-item {
    font-size: 0.875rem;
  }
  .kv-section .kv-img-area .img-heart-mobile {
    max-width: 26px;
    left: 33%;
    top: 42%;
  }
  .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.5rem;
  }
  .kv-section .kv-img-area .img-people-mobile {
    bottom: 15px;
  }
}
@media screen and (max-width: 375px) {
  .kv-section .label-content .spec-title-content-item {
    padding: 5px;
  }
}
@media screen and (max-width: 1280px) {
  .which-section-content {
    gap: 20px;
  }
  .img-title {
    height: 24px;
  }
}
@media screen and (max-width: 1120px) {
  .which-section-content-item-content .slogan {
    font-size: 1.0625rem;
  }
  .which-section-content-item .which-item-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991.98px) {
  .which-section {
    background-image: url(../images/which/header_pc.svg);
    background-repeat: repeat-x;
    background-size: auto 42px;
    background-position: left -14px;
    padding: 90px 0 60px;
    border-top: 2px solid #000000;
  }
  .which-section-content-bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -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%);
  }
  .which-section-title {
    margin: 0 auto;
    padding: 0 16px;
    height: 82px;
  }
  .which-section-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 16px;
    gap: inherit;
  }
  .which-section-content-item {
    margin-top: 24.2888402626%;
    padding: 24px 16px;
    width: 100%;
  }
  .which-section-content-item::before {
    width: calc(100% + 32px);
    height: 16.8859649123%;
    top: -12.5%;
    left: -16px;
    background-image: url(../images/which/clip_mobile.svg);
    background-size: calc(100% + 32px) 100%;
    background-position: -16px 0px;
    aspect-ratio: 77/360;
  }
  .which-section .card2 {
    margin-top: 24.2888402626%;
  }
  .which-section-content-item-title {
    height: 30px;
    margin-bottom: 16px;
  }
  .which-section-content-item-content {
    padding: 16px 12px;
  }
  .which-section-content-item-content .slogan {
    font-size: 1.125rem;
  }
  .which-section-content-img-area {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .which-section-content-item-content .slogan {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 1120px) {
  .why-section-content-item {
    padding: 0 24px;
  }
  .why-section-content-item:first-child {
    padding-left: 0;
  }
  .why-section-content-item:last-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .why-section {
    background-image: url(../images/why/bg_mobile.png);
    background-size: cover;
    padding: 60px 16px;
    top: 0;
  }
  .why-section::before {
    top: -40px;
    max-width: none;
    width: 56px;
    height: 62px;
    overflow: hidden;
    background-image: url(../images/why/bg_top_mobile.svg);
    background-size: auto 100%;
    background-position: 0 0;
  }
  .why-section-content-bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 48px 16px 24px;
  }
  .why-section-content::before {
    background-image: url(../images/why/header_mobile.svg);
    height: 49px;
    top: -18px;
  }
  .why-section-content-item {
    padding: 24px 0;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #000000;
  }
  .why-section-content-item:first-child {
    padding-top: 0;
  }
  .why-section-content-item:last-child {
    border: 0;
    padding-bottom: 0;
  }
  .why-section .title-info {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  .step-section {
    background-image: url(../images/step/bg02_pc.svg), url(../images/step/bg03_pc.svg), url(../images/step/bg04_pc.svg), url(../images/step/bg05_pc.svg), url(../images/step/bg_mobile.svg);
    padding: 60px 16px;
    background-position: right bottom, left top, 96.9444444444% 2.0253164557%, 88.5416666667% 63.2911392405%, left top;
    background-size: 45% auto, 44.7222222222% auto, 12.2222222222% auto, 4.7916666667% auto, cover;
  }
  .step-section::before {
    background-position: center;
    background-size: auto 100%;
    width: auto;
    height: 65px;
    top: -25px;
  }
  .step-section-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .step-section-title {
    max-width: none;
    width: auto;
    height: 96px;
    margin-bottom: 24px;
  }
  .step-section .title-img {
    margin-bottom: 0;
  }
  .step-section .step-section-content-item2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .step-section .step-section-content-item2 .arrow-icon {
    right: auto;
    top: auto;
    bottom: -32px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    width: 24px;
    height: 16px;
  }
  .step-section .step-section-content-item2 .item-wrap {
    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: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
  .step-section .step-section-content-item2 .item-wrap .arrow-icon {
    top: -32px;
    right: auto;
    bottom: auto;
  }
  .step-section .step-section-content-item2 .item-wrap .item-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .step-section .step-section-content-item2 .item-wrap .item-content {
    padding: 12px;
    border: 0;
    -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;
    width: 100%;
  }
  .step-section .step-section-content-item2 .item-wrap .item-content:first-child {
    border-bottom: 2px dashed #BCBCBC;
  }
  .step-section .step-section-content-item2 .item-text-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .step-section .step-section-content-item2 .item-text {
    text-align: center;
  }
  .step-section .step1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 229px;
            flex: 0 0 229px;
  }
  .step-section .step1 .tag {
    margin-top: 8px;
  }
  .step-section .step4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 154px;
            flex: 0 0 154px;
  }
  .step-section .tag {
    margin-top: 8px;
  }
}
@media screen and (max-width: 575.98px) {
  .step-section .step-section-content-item2 .item-wrap .item-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 74px;
  }
  .step-section .wrap {
    display: block;
  }
}
@media screen and (max-width: 360px) {
  .step-section .item-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1120px) {
  .choose-section .custom-table th, .choose-section .custom-table td {
    width: 520px;
    min-width: 520px;
  }
}
@media screen and (max-width: 991.98px) {
  .choose-section {
    padding: 60px 16px;
    background-image: url(../images/choose/airplane_mobile.svg), url(../images/choose/hotAirBalloon_mobile.svg), url(../images/choose/cloud_mobile.svg), url(../images/choose/city_mobile.svg);
    background-repeat: no-repeat;
    background-size: 28.0555555556% auto, 37.2222222222% auto, 100% auto, 100% auto;
    background-position: 110.5555555556% 1.821060966%, 3.6111111111% 54.4734758511%, 0 3.2462391132%, left bottom;
  }
  .choose-section-content {
    margin-bottom: 120px;
  }
  .choose-section-title {
    height: 96px;
  }
  .choose-section .wrap, .choose-section .md-wrap {
    display: block;
  }
  .choose-section .custom-table th, .choose-section .custom-table td {
    font-size: 0.875rem;
    width: 220px;
    min-width: 220px;
  }
  .choose-section .custom-table th:first-child, .choose-section .custom-table td:first-child {
    font-size: 0.875rem;
    min-width: 74px;
    width: 74px;
  }
  .choose-section .tag {
    padding: 4px 8px;
    height: 26px;
    font-size: 0.75rem;
  }
  .choose-section .goods td.good-cell {
    background-color: #FFEDE5;
    border-left: 3px solid #EB6100;
    border-right: 3px solid #EB6100;
  }
  .choose-section .goods th.good-cell {
    background-color: #EB6100;
    border-left: 3px solid #EB6100;
    border-right: 3px solid #EB6100;
  }
  .choose-section .goods tr:last-child td.good-cell {
    border-bottom: 3px solid #EB6100;
  }
  .choose-section .process td.good-cell {
    background-color: #FFF7EA;
    border-left: 3px solid #F3B416;
    border-right: 3px solid #F3B416;
  }
  .choose-section .process th.good-cell {
    background-color: #F3B416;
    border-left: 3px solid #F3B416;
    border-right: 3px solid #F3B416;
  }
  .choose-section .process tr:last-child td.good-cell {
    border-bottom: 3px solid #F3B416;
  }
}
@media screen and (max-width: 991.98px) {
  .qa-section {
    padding: 60px 16px 52px;
  }
  .qa-section:before {
    background-position: center;
    background-size: auto 100%;
    height: 52px;
    top: -16px;
  }
  .qa-section-title {
    height: 86px;
  }
  .qa-section-content-item .item-title {
    padding: 16px;
  }
  .qa-section-content-item .item-title h3 {
    font-size: 1.125rem;
  }
  .qa-section-content-item .item-title h3 .tag {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28px;
            flex: 0 0 28px;
    height: 28px;
    margin-right: 8px;
    border-radius: 28px;
    font-size: 0.875rem;
  }
  .qa-section .title-img {
    margin-bottom: 24px;
  }
  .qa-section .qa-section-content-item .item-content {
    padding: 0 16px;
    font-size: 1rem;
  }
  .qa-section .qa-section-content-item .item-content.active {
    padding: 10px 16px;
    font-size: 1rem;
  }
  .qa-section .qa-section-content-item .item-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .qa-section .qa-section-content-item .item-title .icon {
    margin-top: 0.5em;
    width: 13px;
    height: 13px;
  }
}
@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;
  }
}

/* 12px */
/* 14px */
/* 16px */
/* 18px */
/* 20px */
/* 22px */
/* 24px */
/* 28px */
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

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

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.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;
  border-bottom: 2px solid #000000;
}
@media all and (max-width: 991.98px) {
  .header {
    height: 56px;
  }
}
.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%;
}
.header .header-content a,
.header .header-content .a-link {
  display: inline-block;
}
.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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 991.98px) and (max-width: 1180px) {
  .header .head-left {
    padding-top: 20px;
    padding-bottom: 12px;
  }
}
@media all and (max-width: 991.98px) {
  .header .head-left {
    padding: 14px 16px;
    display: block;
  }
}
.header .head-left .brand-logo img {
  width: 100%;
  height: 100%;
  display: block;
}
@media all and (max-width: 991.98px) {
  .header .head-left .brand-logo img {
    min-width: 210px;
  }
}
.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) {
  .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;
  }
}
.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) {
  .header .head-right .nav-menu {
    font-size: 18px;
  }
}
@media all and (max-width: 991.98px) {
  .header .head-right .nav-menu {
    display: none;
  }
  .header .head-right .nav-menu .a-link {
    padding-left: 0;
    padding-right: 0;
  }
  .header .head-right .nav-menu .a-link::before {
    content: url("../images/icon/next_yellow.svg");
    padding-right: 8px;
  }
}
.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;
}
.header .head-right .nav-menu .a-link:link, .header .head-right .nav-menu .a-link:hover, .header .head-right .nav-menu .a-link:visited {
  color: #000000;
}
.header .head-right .nav-menu .a-link:hover, .header .head-right .nav-menu .a-link:focus {
  color: #005BAC;
}
.header .head-right .nav-menu .item {
  width: auto;
  height: 100%;
  display: inline-block;
}
.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) {
  .header .head-right .nav-menu .item:not(:last-child)::after {
    display: none;
  }
}
.header .head-right .nav-menu .item.nav-product .dropdown-menu {
  position: absolute;
  top: 70px;
  right: 68px;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  background-color: #ffffff;
  list-style: none;
  border: 2px solid #000000;
  width: 320px;
}
.header .head-right .nav-menu .item.nav-product .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 46%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #000000 transparent;
}
.header .head-right .nav-menu .item.nav-product .dropdown-menu::after {
  content: "";
  position: absolute;
  top: -9px;
  left: 46%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #ffffff transparent;
}
.header .head-right .nav-menu .item.nav-product .dropdown-menu.is-hover::after {
  border-color: transparent transparent #e9f2fa transparent;
}
.header .head-right .nav-menu .item.nav-product .dropdown-menu li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
}
.header .head-right .nav-menu .item.nav-product .dropdown-menu li:not(:last-child) {
  border-bottom: 2px solid #000000;
}
.header .head-right .nav-menu .item.nav-product .dropdown-menu li .product-name-tag {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 600;
  color: #EB6100;
  background-color: #fdefe6;
  border: 1px solid #EB6100;
  border-radius: 10px 10px 10px 0;
  padding: 2px 8px;
}
.header .head-right .nav-menu .item.nav-product .dropdown-menu li:hover {
  background-color: #e9f2fa;
  cursor: pointer;
}
.header .head-right .nav-menu .item.nav-product .dropdown-menu .dropdown-item {
  color: #000000;
  text-decoration: none;
  margin-right: 16px;
  position: absolute;
  width: 100%;
  padding: 12px 0px 12px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  left: 0;
}
.header .head-right .nav-menu .item.nav-product .dropdown-menu .dropdown-item:link, .header .head-right .nav-menu .item.nav-product .dropdown-menu .dropdown-item:visited {
  color: #000000;
}
.header .head-right .nav-menu .item.nav-product .a-link::after {
  content: url("../images/icon/down.svg");
  position: relative;
  top: 2px;
  left: 6px;
  display: inline-block;
}
.header .head-right .nav-menu .item.nav-product .a-link.collapse::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header .head-right .nav-menu .item.nav-product .a-link:active::after,
.header .head-right .nav-menu .item.nav-product .a-link:hover::after,
.header .head-right .nav-menu .item.nav-product .a-link:focus::after {
  content: url("../images/icon/down_blue.svg");
}
.header .head-right .nav-menu .item.nav-product .a-link:active.collapse::after,
.header .head-right .nav-menu .item.nav-product .a-link:hover.collapse::after,
.header .head-right .nav-menu .item.nav-product .a-link:focus.collapse::after {
  content: url("../images/icon/down_blue.svg");
}
@media all and (max-width: 991.98px) {
  .header .head-right .nav-menu .item.nav-product .dropdown-menu {
    position: static;
    border: none;
    width: auto;
    font-size: 16px;
  }
  .header .head-right .nav-menu .item.nav-product .dropdown-menu::before, .header .head-right .nav-menu .item.nav-product .dropdown-menu::after {
    border-style: none;
  }
  .header .head-right .nav-menu .item.nav-product .dropdown-menu li {
    padding: 12px 0px 12px 22px;
  }
  .header .head-right .nav-menu .item.nav-product .dropdown-menu li:not(:last-child) {
    border: none;
  }
  .header .head-right .nav-menu .item.nav-product .dropdown-menu li .product-name-tag {
    font-size: 12px;
  }
  .header .head-right .nav-menu .item.nav-product .a-link {
    width: 100%;
    height: auto;
  }
  .header .head-right .nav-menu .item.nav-product .a-link::after {
    position: absolute;
    right: 0px;
    left: auto;
  }
  .header .head-right .nav-menu .item.nav-product .a-link.collapse {
    padding-bottom: 2px;
  }
  .header .head-right .nav-menu .item.nav-product .a-link.collapse + .dropdown-menu {
    border-top: 2px solid #000000;
    padding-top: 16px;
  }
}
.header .head-right .nav-hamburger {
  width: 56px;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
@media all and (min-width: 991.98px) {
  .header .head-right .nav-hamburger {
    display: none;
  }
}
.header .head-right .nav-hamburger img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.header .head-right .btn.btn-hamburger {
  height: 32px;
  border-width: 0px;
  padding: 1.7rem 0.5rem;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
.header .head-right .icon-hide,
.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 .header {
    z-index: 99999;
  }
  body.win-fixed .header .header-content {
    background-color: #fff;
    height: 100vh;
  }
  body.win-fixed .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 .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 .header .header-content .head-right .nav-menu .item {
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
  }
  body.win-fixed .header .header-content .head-right .nav-menu .item:not(:first-child) {
    margin-top: 24px;
  }
  body.win-fixed .header .header-content .head-right .nav-menu .item .a-link {
    display: block;
    line-height: 36px;
    margin-right: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media all and (max-width: 991.98px) and (max-width: 991.98px) {
  body.win-fixed .header .header-content .head-right .nav-hamburger {
    display: block;
  }
}

.footer {
  position: relative;
  background-color: #076ed7;
}
.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) {
  .footer .footer-content {
    max-width: none;
  }
}
.footer .footer-content a {
  color: white;
}
.footer .footer-content a:link, .footer .footer-content a:visited {
  text-decoration: underline;
}
.footer .footer-content a:hover {
  text-decoration: none;
}
.footer .footer-content .copyright-head {
  font-size: 16px;
  margin-bottom: 4px;
}
.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) {
  .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 .footer {
  z-index: 16;
}
:root {
  --primary-color: #000000;
  --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;
}

html {
  width: 100%;
}

body {
  font-family: "Noto Sans TC", "Apple LiGothic Medium", "Microsoft JhengHei", "LiHei Pro Medium", Arial, Helvetica;
  line-height: 1.6;
  color: #333;
  background-color: #FFFFFF;
  font-size: 1rem;
  width: 100%;
}

.w-100 {
  width: 100%;
}

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

.focus {
  font-weight: bold;
}

.overflow-hidden {
  overflow: hidden;
}

.text-red {
  color: #DE0606;
}

.text-orange {
  color: #EB6100;
}

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

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

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

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

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

.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: 50px;
}

.pointer {
  cursor: pointer;
}

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 {
  width: 320px;
  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 (max-width: 375px) {
  .btn-common {
    width: 100%;
  }
}

.btn-item {
  padding: 12px 24px;
  border: 2px solid #000000;
  border-bottom-width: 5px;
  font-size: 1.25rem;
  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;
}

.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;
}

@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;
  }
}

.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: 8px;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .aside-bottom {
    gap: 8px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .aside-bottom {
    gap: 8px;
  }
}
.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 {
  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;
  }
}