@charset "UTF-8";
a {
  color: #000;
}

.warn {
  color: #FF0000;
}

.mobile {
  display: block !important;
}

.desktop {
  display: none !important;
}

.mobile-exclude {
  display: none !important;
}

.mobile-only {
  display: block !important;
}

@media (min-width: 992px) {
  .mobile {
    display: none !important;
  }
  .desktop {
    display: block !important;
  }
}
@media (min-width: 360px) and (max-width: 576px) {
  .mobile-exclude {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
}
body {
  overflow-x: hidden;
}

.header__mainArea {
  width: calc(100vw - 20px);
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  border-radius: 80px;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
          box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 1400px) {
  .header__mainArea {
    max-width: 1400px;
  }
}
@media (max-width: 460px) {
  .header__mainArea {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header__btnBox {
  margin: 20px 0;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__btnBox a {
  display: inline-block;
  width: 70px;
  height: 32px;
  border-radius: 16px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  margin: 0 8px;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .header__btnBox a {
    margin: 0 4px;
  }
}
.header__btnBox-login {
  color: #fff !important;
  background: #ff6700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__btnBox-login:hover {
  color: #fff;
  -webkit-box-shadow: rgba(255, 102, 0, 0.5490196078) 0px 1px 5px 1px;
          box-shadow: rgba(255, 102, 0, 0.5490196078) 0px 1px 5px 1px;
}
@media (max-width: 1030px) {
  .header__btnBox-login {
    margin-left: 15px !important;
  }
}
.header__btnBox-register {
  color: #7e7e7e !important;
  border: #cccccc solid 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__btnBox-register:hover {
  -webkit-box-shadow: rgba(136, 136, 136, 0.2666666667) 0px 1px 10px 0px;
          box-shadow: rgba(136, 136, 136, 0.2666666667) 0px 1px 10px 0px;
}
.header__btnBox-login .text-scrolled {
  color: #fff;
}
.header__btnBox-register .text-scrolled {
  color: #111111;
}

.kv {
  min-height: 400px; /* 預設固定高度，避免初始化時跳動 */
  margin-top: 100px;
}
@media (max-width: 992px) {
  .kv {
    margin-top: 80px;
  }
}
@media (max-width: 600px) {
  .kv {
    margin-top: 80px;
    padding: 0 20px;
  }
}
.kv .container {
  position: relative;
  padding: 0;
}
.kv .container .pc {
  display: block;
}
.kv .container .m {
  display: none;
}
@media (min-width: 1440px) {
  .kv .container {
    max-width: 1400px;
  }
}
@media (max-width: 992px) {
  .kv .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kv .container .pc {
    display: none;
  }
  .kv .container .m {
    display: block;
  }
}
.kv .container .item {
  position: relative;
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
}
.kv .container .owl-dots {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 50%;
  right: -67px;
}
@media (max-width: 992px) {
  .kv .container .owl-dots {
    -webkit-transform: initial;
            transform: initial;
    position: initial;
    top: initial;
    right: initial;
  }
}
.kv .container .owl-dot span {
  background-color: #CCC;
  border: #CCC solid 1px;
}
.kv .container .owl-dot.active span, .kv .container .owl-dot:hover span {
  background-color: transparent;
}
.kv .text-wrap {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 540px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  top: 16.6666666667%;
  left: 6.9444444444%;
}
@media (max-width: 1440px) {
  .kv .text-wrap {
    top: 13.3333333333%;
  }
}
@media (max-width: 1400px) {
  .kv .text-wrap {
    width: 500px;
    top: 10.8333333333%;
    left: 6.25%;
  }
}
@media (max-width: 1200px) {
  .kv .text-wrap {
    width: 450px;
    top: 6.6666666667%;
    left: 5.9027777778%;
  }
}
@media (max-width: 1100px) {
  .kv .text-wrap {
    left: 5.2083333333%;
  }
}
@media (max-width: 992px) {
  .kv .text-wrap {
    position: absolute;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    gap: 25px;
    width: 100%;
    top: 41.6666666667%;
    left: 0;
    padding: 0 7.1428571429% 0;
  }
}
@media (max-width: 576px) {
  .kv .text-wrap {
    top: 40.2777777778%;
  }
}
@media (max-width: 400px) {
  .kv .text-wrap {
    top: 35.6164383562%;
    gap: 0px;
  }
}
.kv .text-wrap h1 {
  font-family: "Noto Sans TC";
  font-size: 55px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 2.75px;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .kv .text-wrap h1 {
    font-size: 45px;
    letter-spacing: 2.25px;
  }
}
@media (max-width: 1200px) {
  .kv .text-wrap h1 {
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .kv .text-wrap h1 {
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 767px) {
  .kv .text-wrap h1 {
    font-size: 45px;
    margin-bottom: 5px;
  }
}
@media (max-width: 576px) {
  .kv .text-wrap h1 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .kv .text-wrap h1 {
    font-size: 35px;
  }
}
@media (max-width: 400px) {
  .kv .text-wrap h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 340px) {
  .kv .text-wrap h1 {
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  .kv .text-wrap h1 br {
    display: block;
  }
}
.kv .text-wrap p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .kv .text-wrap p {
    font-size: 18px;
    max-width: 400px;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .kv .text-wrap p {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .kv .text-wrap p {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  .kv .text-wrap p {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .kv .text-wrap p {
    margin-bottom: 30px;
  }
}
@media (max-width: 360px) {
  .kv .text-wrap p {
    margin-bottom: 15px;
  }
}
@media (max-width: 330px) {
  .kv .text-wrap p {
    font-size: 15px;
    margin-bottom: 12px;
  }
}
.kv .text-wrap p span {
  color: #ff6700;
}
.kv .text-wrap p.ps {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
.kv .text-wrap .content__btnBox {
  width: 100%;
}
.kv .text-wrap .content__btnBox a {
  text-decoration: none;
  display: inline-block;
  width: 340px;
  height: 49px;
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 45px;
  border-radius: 25px;
  text-align: center;
}
@media (max-width: 992px) {
  .kv .text-wrap .content__btnBox a {
    width: 100%;
    height: 49px;
    font-size: 20px;
    line-height: 45px;
  }
}
@media (max-width: 480px) {
  .kv .text-wrap .content__btnBox a {
    font-size: 18px;
    line-height: 40px;
    height: 46px;
  }
}
@media (max-width: 370px) {
  .kv .text-wrap .content__btnBox a {
    font-size: 16px;
    line-height: 36px;
    height: 40px;
  }
}
@media (max-width: 340px) {
  .kv .text-wrap .content__btnBox a {
    font-size: 15px;
    line-height: 32px;
    height: 34px;
  }
}
.kv .text-wrap .content__btnBox-learnMore {
  color: #FFF;
  background: #ff6700;
  border-radius: 5px;
  border: #ff6700 solid 1px;
  -webkit-box-shadow: rgba(255, 102, 0, 0.5490196078) 0px 3px 10px 0px;
          box-shadow: rgba(255, 102, 0, 0.5490196078) 0px 3px 10px 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.kv .text-wrap .content__btnBox-learnMore:hover {
  -webkit-box-shadow: rgba(255, 102, 0, 0.5490196078) 1px 8px 15px 0px;
          box-shadow: rgba(255, 102, 0, 0.5490196078) 1px 8px 15px 0px;
}
.kv .text-wrap .content__btnBox-learnMore:focus {
  border: #ff6700 solid 1px;
}
.kv .img-wrap {
  position: relative;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 992px) {
  .kv .img-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
.kv .img-wrap .icon {
  position: absolute;
}
.kv .img-wrap .animation {
  -webkit-animation: levitate 5s infinite;
          animation: levitate 5s infinite;
}
@-webkit-keyframes levitate {
  0% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  50% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
  100% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
@keyframes levitate {
  0% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  50% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
  100% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
.kv .img-wrap .icon-1 {
  width: 3.2638888889%;
  top: 62.3333333333%;
  left: 51.5277777778%;
}
@media (max-width: 992px) {
  .kv .img-wrap .icon-1 {
    width: 7.1428571429%;
    top: 15.5555555556%;
    left: 8.5714285714%;
  }
}
.kv .img-wrap .icon-2-dialog {
  width: 14.5833333333%;
  top: 72.5%;
  left: 52.9166666667%;
}
@media (max-width: 992px) {
  .kv .img-wrap .icon-2-dialog {
    width: 30.2857142857%;
    top: 20.4109589041%;
    left: 3.1428571429%;
  }
}
.kv .img-wrap .icon-3-dialog {
  width: 14.5833333333%;
  top: 79.5%;
  left: 54.6527777778%;
}
@media (max-width: 992px) {
  .kv .img-wrap .icon-3-dialog {
    width: 30.2857142857%;
    top: 23.8356164384%;
    left: 7.1428571429%;
  }
}
.kv .img-wrap .icon-4-line {
  width: 5.2777777778%;
  top: 15.3333333333%;
  left: 82.3611111111%;
}
@media (max-width: 992px) {
  .kv .img-wrap .icon-4-line {
    width: 11.1428571429%;
    top: 1.9178082192%;
    left: 62.2857142857%;
  }
}
.kv .img-wrap .icon-5-chart {
  width: 13.75%;
  top: 27.6666666667%;
  left: 84.5138888889%;
}
@media (max-width: 992px) {
  .kv .img-wrap .icon-5-chart {
    width: 28.5714285714%;
    top: 7.8082191781%;
    left: 68.5714285714%;
  }
}

.sec-reason {
  background-color: #F5F5F5;
  padding-top: 120px;
  padding-bottom: 160px;
}
@media (max-width: 767px) {
  .sec-reason {
    padding: 100px 0 100px 0;
  }
}
.sec-reason .container h2 {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2.25px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .sec-reason .container h2 {
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}
@media (max-width: 576px) {
  .sec-reason .container h2 {
    font-size: 30px;
    letter-spacing: 1.5px;
    margin-left: 10%;
    margin-right: 10%;
  }
}
.sec-reason .container h2 br {
  display: none;
}
@media (max-width: 576px) {
  .sec-reason .container h2 br {
    display: block;
  }
}
.sec-reason .container h5 {
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1.4px;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .sec-reason .container h5 {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .sec-reason .container h5 {
    font-size: 16px;
    letter-spacing: 1.12px;
    margin-left: 10%;
    margin-right: 10%;
  }
}
.sec-reason .item-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  gap: 30px;
}
@media (max-width: 767px) {
  .sec-reason .item-wrap {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .sec-reason .item-wrap {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}
.sec-reason .item-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  width: calc(50% - 30px);
  height: 100%;
  max-width: 585px;
  max-height: 200px;
  padding: 40px 25px;
  border-radius: 30px;
  background-color: #FFFFFF;
  -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;
  color: #111111;
}
@media (max-width: 1200px) {
  .sec-reason .item-wrap .item {
    gap: 15px;
    padding: 30px 15px;
  }
}
@media (max-width: 992px) {
  .sec-reason .item-wrap .item {
    width: 100%;
    padding: 25px;
  }
}
@media (max-width: 480px) {
  .sec-reason .item-wrap .item {
    padding: 15px 25px;
  }
}
@media (max-width: 400px) {
  .sec-reason .item-wrap .item {
    padding: 12px 20px;
    max-height: 230px;
  }
}
@media (max-width: 340px) {
  .sec-reason .item-wrap .item {
    gap: 8px;
  }
}
.sec-reason .item-wrap .item:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.sec-reason .item-wrap .item:nth-child(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (max-width: 992px) {
  .sec-reason .item-wrap .item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.sec-reason .item-wrap .item:nth-child(3) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
@media (max-width: 992px) {
  .sec-reason .item-wrap .item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.sec-reason .item-wrap .item:nth-child(4) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
@media (max-width: 992px) {
  .sec-reason .item-wrap .item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sec-reason .item-wrap .item:nth-child(5) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
@media (max-width: 992px) {
  .sec-reason .item-wrap .item:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sec-reason .item-wrap .item:nth-child(6) {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
@media (max-width: 992px) {
  .sec-reason .item-wrap .item:nth-child(6) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sec-reason .item-wrap .item img {
  width: 100px;
  height: 100px;
}
@media (max-width: 1200px) {
  .sec-reason .item-wrap .item img {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 992px) {
  .sec-reason .item-wrap .item img {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 390px) {
  .sec-reason .item-wrap .item img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 340px) {
  .sec-reason .item-wrap .item img {
    width: 50px;
    height: 50px;
  }
}
.sec-reason .item-wrap .item .content {
  height: 120px;
}
@media (max-width: 400px) {
  .sec-reason .item-wrap .item .content {
    height: 100%;
    max-height: 150px;
  }
}
.sec-reason .item-wrap .item .content h3 {
  font-family: "Noto Sans TC";
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1.2px;
  color: #111111;
  margin-bottom: 10px;
}
.sec-reason .item-wrap .item .content h3 span {
  color: #ff6700;
}
@media (max-width: 1200px) {
  .sec-reason .item-wrap .item .content h3 {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .sec-reason .item-wrap .item .content h3 {
    font-size: 24px;
  }
}
@media (max-width: 520px) {
  .sec-reason .item-wrap .item .content h3 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .sec-reason .item-wrap .item .content h3 {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .sec-reason .item-wrap .item .content h3 {
    font-size: 16px;
  }
}
@media (max-width: 340px) {
  .sec-reason .item-wrap .item .content h3 {
    font-size: 14px;
  }
}
.sec-reason .item-wrap .item .content p {
  font-family: "Noto Sans TC";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1.12px;
  color: #111111;
}
@media (max-width: 480px) {
  .sec-reason .item-wrap .item .content p {
    font-size: 14px;
  }
}

.sec-strengths {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sec-strengths .container {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  gap: 80px;
}
@media (min-width: 1440px) {
  .sec-strengths .container {
    max-width: 1200px;
  }
}
@media (max-width: 992px) {
  .sec-strengths .container {
    gap: 50px;
  }
}
.sec-strengths .container h2 {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2.25px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .sec-strengths .container h2 {
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}
@media (max-width: 576px) {
  .sec-strengths .container h2 {
    font-size: 30px;
    letter-spacing: 1.5px;
    margin-left: 10%;
    margin-right: 10%;
  }
}
.sec-strengths .container h2 br {
  display: none;
}
@media (max-width: 576px) {
  .sec-strengths .container h2 br {
    display: block;
  }
}
.sec-strengths .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .sec-strengths .item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .sec-strengths .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}
.sec-strengths .item .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 500px;
  padding: 0 80px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 1200px) {
  .sec-strengths .item .text-wrap {
    width: 50%;
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .sec-strengths .item .text-wrap {
    width: 50%;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .sec-strengths .item .text-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 576px) {
  .sec-strengths .item .text-wrap {
    width: 80%;
    margin: 0;
  }
}
.sec-strengths .item .text-wrap h3 {
  font-family: "Noto Sans TC";
  font-weight: 700;
  font-size: 35px;
  line-height: 1.25;
  letter-spacing: 1.75px;
  color: #111111;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .sec-strengths .item .text-wrap h3 {
    text-align: center;
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .sec-strengths .item .text-wrap h3 {
    text-align: left;
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}
.sec-strengths .item .text-wrap h3 br {
  display: block;
}
@media (max-width: 767px) {
  .sec-strengths .item .text-wrap h3 br {
    display: none;
  }
}
.sec-strengths .item .text-wrap h5 {
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 1.4px;
  text-align: justify;
  color: #111111;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .sec-strengths .item .text-wrap h5 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sec-strengths .item .text-wrap h5 {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .sec-strengths .item .text-wrap h5 {
    text-align: left;
    font-size: 16px;
    letter-spacing: 1.12px;
  }
}
.sec-strengths .item .text-wrap h5 span {
  color: #ff6700;
}
.sec-strengths .item .img-wrap {
  position: relative;
  max-width: 600px;
  max-height: 500px;
  aspect-ratio: 600/500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 50px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 1200px) {
  .sec-strengths .item .img-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .sec-strengths .item .img-wrap {
    width: 45%;
    margin: 0px;
  }
}
@media (max-width: 767px) {
  .sec-strengths .item .img-wrap {
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 680px) {
  .sec-strengths .item .img-wrap {
    width: 90%;
  }
}
@media (max-width: 576px) {
  .sec-strengths .item .img-wrap {
    width: 80%;
  }
}
.sec-strengths .item .img-wrap .main-img {
  width: 100%;
  height: auto;
  aspect-ratio: 600/500;
}
.sec-strengths .item .img-wrap .icon {
  position: absolute;
}
.sec-strengths .item .img-wrap .icon-1-1 {
  width: 17.5%;
  top: 29%;
  left: -5.8333333333%;
}
.sec-strengths .item .img-wrap .icon-1-2 {
  width: 15.5%;
  top: 6.4%;
  left: 14.1666666667%;
}
.sec-strengths .item .img-wrap .icon-1-3 {
  width: 19.8333333333%;
  top: 60%;
  left: 86.5%;
}
.sec-strengths .item .img-wrap .icon-2-1 {
  width: 19.8333333333%;
  top: 16%;
  left: -8.3333333333%;
}
.sec-strengths .item .img-wrap .icon-2-2 {
  width: 17.5%;
  top: 73%;
  left: 1.6666666667%;
}
.sec-strengths .item .img-wrap .icon-2-3 {
  width: 23.8333333333%;
  top: 52%;
  left: 83.8333333333%;
}
.sec-strengths .item .img-wrap .icon-3-1 {
  width: 19.8333333333%;
  top: 43.6%;
  left: -8.3333333333%;
}
.sec-strengths .item .img-wrap .icon-3-2 {
  width: 15.3333333333%;
  top: 6%;
  left: 63%;
}
.sec-strengths .item .img-wrap .icon-3-3 {
  width: 19.8333333333%;
  top: 25.4%;
  left: 86.6666666667%;
}
.sec-strengths .item:nth-child(3) .img-wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 767px) {
  .sec-strengths .item:nth-child(3) .img-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.sec-strengths .item:nth-child(3) .text-wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 767px) {
  .sec-strengths .item:nth-child(3) .text-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.sec-tariff {
  padding: 80px 0 50px 0;
}
@media (max-width: 767px) {
  .sec-tariff {
    padding: 50px 20px 0 20px;
  }
}
@media (max-width: 480px) {
  .sec-tariff {
    padding: 50px 7px 0 7px;
  }
}
@media (min-width: 1440px) {
  .sec-tariff .container {
    max-width: 1200px;
  }
}
.sec-tariff .container h2 {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2.25px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .sec-tariff .container h2 {
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}
@media (max-width: 576px) {
  .sec-tariff .container h2 {
    font-size: 30px;
    letter-spacing: 1.5px;
    margin-left: 10%;
    margin-right: 10%;
  }
}
.sec-tariff .container .table {
  max-width: 950px;
  margin: 0 auto;
  border: 1px solid #EEEEEE;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 32px rgba(149, 149, 149, 0.2);
          box-shadow: 0 4px 32px rgba(149, 149, 149, 0.2);
  margin-top: 50px;
}
.sec-tariff .container .table table {
  border-collapse: collapse;
  width: 100%;
}
.sec-tariff .container .table th, .sec-tariff .container .table td {
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
  color: #111111;
}
.sec-tariff .container .table th span, .sec-tariff .container .table td span {
  color: #ff6700;
}
@media (max-width: 440px) {
  .sec-tariff .container .table th span br, .sec-tariff .container .table td span br {
    display: none;
  }
}
.sec-tariff .container .table th br, .sec-tariff .container .table td br {
  display: none;
}
@media (max-width: 992px) {
  .sec-tariff .container .table th br, .sec-tariff .container .table td br {
    display: initial;
  }
}
@media (max-width: 576px) {
  .sec-tariff .container .table th, .sec-tariff .container .table td {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .sec-tariff .container .table th, .sec-tariff .container .table td {
    padding: 15px 10px;
  }
}
@media (max-width: 390px) {
  .sec-tariff .container .table th, .sec-tariff .container .table td {
    padding: 15px 5px;
  }
}
.sec-tariff .container .table th:last-child {
  border-right: none;
}
.sec-tariff .container .table th:nth-child(2) {
  color: #111111;
}
.sec-tariff .container .table th:nth-child(1) {
  width: 33.3333%;
  background-color: #EEEEEE;
  border-bottom: 1px solid #fff;
}
@media (max-width: 500px) {
  .sec-tariff .container .table th:nth-child(1) {
    width: 20%;
  }
}
.sec-tariff .container .table th:nth-child(2) {
  width: 66.6666%;
  border-bottom: 1px solid #EEE;
}
@media (max-width: 500px) {
  .sec-tariff .container .table th:nth-child(2) {
    width: 80%;
  }
}
.sec-tariff .container .table .title {
  background-color: #EEEEEE;
  border-bottom: 1px solid #fff;
}
.sec-tariff .container .table .text {
  border-bottom: 1px solid #EEEEEE;
}
.sec-tariff .container .table .borderLeft {
  border-left: 1px solid #EEEEEE;
}
.sec-tariff .container .table .fontWeight700 {
  font-weight: 700;
}
.sec-tariff .container .table .maxWidth {
  max-width: 223px;
}
@media (max-width: 480px) {
  .sec-tariff .container .table .maxWidth {
    max-width: 100px;
  }
}
.sec-tariff .container .table tr:last-child td {
  border-bottom: 1px solid #EEEEEE;
}
.sec-tariff .container .note {
  max-width: 950px;
  margin: 0 auto;
  line-height: normal;
  margin-top: 50px;
}
@media (max-width: 576px) {
  .sec-tariff .container .note {
    padding: 0 5%;
  }
}
.sec-tariff .container .note h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.3px;
  margin-bottom: 5px;
  color: #111111;
}
.sec-tariff .container .note p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 400;
  font-size: 12px;
  line-height: 165%;
  letter-spacing: 0.3px;
  margin-bottom: 5px;
  color: #111111;
}
.sec-tariff .container .note p::before {
  content: "‧";
  display: inline-block;
  color: #111111;
  font-size: 12px;
  margin-right: 5px;
}

.reserve {
  width: 100%;
  height: auto;
  position: relative;
  overflow: visible;
  z-index: 3;
  background-color: #F5F5F5;
  padding-top: 30px;
}
.reserve__container {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 30px 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgb(255, 255, 255)), color-stop(75%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 576px) {
  .reserve__container {
    padding: 30px 10%;
  }
}
.reserve.nobg-color {
  background-color: #fff;
}
.reserve.pd-120 {
  padding-top: 0;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .reserve.pd-120 {
    padding-bottom: 100px;
  }
}
.reserve__btn {
  margin-right: 30px;
  display: block;
  width: 186px;
  height: 49px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
  line-height: 45px;
  background: #ff6700;
  border-radius: 24.5px;
  -webkit-box-shadow: rgba(255, 103, 0, 0.6) 0px 3px 7px 0px;
          box-shadow: rgba(255, 103, 0, 0.6) 0px 3px 7px 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reserve__btn:hover {
  color: #fff;
  -webkit-box-shadow: rgba(255, 103, 0, 0.6) 1px 7px 15.9px 0px;
          box-shadow: rgba(255, 103, 0, 0.6) 1px 7px 15.9px 0px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .reserve__btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.reserve__call {
  letter-spacing: 3.5px;
  font-weight: bold;
  font-size: 20px;
  color: #111111;
  line-height: 1.5;
}
.reserve__call span {
  color: #ff6700;
}
@media (max-width: 768px) {
  .reserve__call {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .reserve__call {
    line-height: 30px;
  }
}
.reserve__call br {
  display: none;
}
@media (max-width: 576px) {
  .reserve__call br {
    display: block;
  }
}

.qa {
  background-image: url(../../assets/img/menushop/bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 80px 0 80px 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .qa {
    padding: 50px 0 50px 0;
    background-position: center bottom;
  }
}
.qa__header {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .qa__header {
    margin-bottom: 30px;
  }
}
.qa__header h2 {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2.25px;
}
@media (max-width: 767px) {
  .qa__header h2 {
    font-size: 30px;
  }
  .qa__header h2 br {
    display: none;
  }
}
.qa__size {
  width: 950px;
}
@media (max-width: 576px) {
  .qa__size {
    width: 100%;
  }
}
.qa__listGroup {
  margin-top: 2em;
  background-color: #fff;
  padding: 1em;
  -webkit-box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}
@media (max-width: 576px) {
  .qa__listGroup {
    padding: 1em 30px;
    margin: 2em 5% 0 5%;
  }
}
.qa__list {
  margin: 0;
  list-style: decimal;
  padding-left: 1.5em;
  list-style: none;
}
@media (max-width: 576px) {
  .qa__list {
    padding-left: 0;
  }
}
.qa__list li ~ li {
  border-top: 1px solid #ddd;
}
.qa__title {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #111111;
  cursor: pointer;
  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;
  padding: 40px 0;
}
@media (max-width: 576px) {
  .qa__title {
    padding: 30px 0;
    font-size: 16px;
  }
}
.qa__title-icon {
  font-size: 20px;
  font-weight: bold;
  color: #ff6700;
  margin-right: 12px;
}
@media (max-width: 576px) {
  .qa__title-icon {
    padding-top: 3px;
  }
}
.qa__title h5 {
  padding-top: 2px;
  cursor: pointer;
}
@media (max-width: 576px) {
  .qa__title h5 {
    padding-top: 0px;
    line-height: 24px;
  }
}
.qa__title.open .qa__icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.qa__icon {
  position: relative;
  min-width: 1.5em;
  aspect-ratio: 1/1;
  border-radius: 99em;
  margin-right: 24px;
  margin-left: 10px;
}
@media (max-width: 576px) {
  .qa__icon {
    margin-right: 0px;
  }
}
.qa__icon::after, .qa__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  height: 2px;
  background-color: #111111;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.qa__icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.qa__answer {
  display: none;
  padding-right: 90px;
  padding-bottom: 35px;
}
@media (max-width: 576px) {
  .qa__answer {
    padding-right: 40px;
  }
}
.qa__answer-icon {
  font-size: 20px;
  font-weight: bold;
  font-family: Noto Sans TC;
  padding-top: 3px;
  margin-right: 15px;
  color: #111111;
}
.qa__answer-content {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.8px;
  text-align: justify;
  color: #111111;
}
.qa__answer-content a {
  white-space: normal;
  display: inline;
  color: #ff6700;
  text-decoration: underline;
}
.qa__answer-content span {
  color: #ff6700;
}
.qa__answer-guideBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ff6700;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 5%;
  margin-top: 16px;
  cursor: pointer;
}
.qa__answer-guideBtn:hover {
  color: #ff6700;
}
.qa__answer-guideBtn::before {
  content: "";
  display: block;
  background: url(../../assets/img/intro_icon_right_arrow.svg) no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.footer__links {
  padding-left: 80px;
}

@media (max-width: 992px) {
  .footer__links {
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  .footer__links {
    margin-bottom: 45px;
  }
}