@charset "UTF-8";
.d-flexc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

section.page, section.up {
  position: relative;
  z-index: 1;
}

.w100 {
  width: 100px;
}

.pc_banner img, .phone_banner img {
  width: 100%;
}

.l-h {
  line-height: 26px;
}

.top-alla {
  padding: 3% 0;
}

.top-allb {
  padding: 3% 0;
  margin: 5% 0;
}

.top-allc {
  padding: 6% 0;
}

.push {
  padding-top: 120px;
}

.bg01 {
  position: relative;
}
.bg01::before {
  content: "";
  position: absolute;
  background-image: url(../img/bg01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: -240px;
  width: 100%;
  height: 100%;
}
.bg01::after {
  content: "";
  position: absolute;
  background-image: url(../img/line.svg);
  width: 100%;
  height: 100%;
  top: 40%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.bg02 {
  background-image: url(../img/bg02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.bg03 {
  position: relative;
}
.bg03::before {
  content: "";
  position: absolute;
  background-image: url(../img/bg03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 110px;
  right: -1040px;
  width: 100%;
  height: 600px;
}

main .bn {
  position: relative;
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 15.5%;
}
main .bn img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
main .bn .page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
main .bn .page-title h2 {
  font-family: "Rubik", sans-serif;
  font-size: 40px;
  font-weight: 500;
  position: relative;
  letter-spacing: 1px;
  color: #ffffff;
  padding-bottom: 10px;
}
main .bn .page-title h2::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 5px;
  background: #EAD922;
  top: -25px;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .bn .page-title p {
  display: inline-block;
  color: #9FA0A0;
}
main .bn .page-title a {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  color: #9FA0A0;
  letter-spacing: 1px;
  font-size: 15px;
}
main .bn .page-title a:hover {
  color: #ffffff;
}

/*大標*/
.title, .title02, .title03 {
  text-align: center;
  margin: 0 auto 5% auto;
}
.title h1, .title h2, .title02 h1, .title02 h2, .title03 h1, .title03 h2 {
  font-family: "Rubik", sans-serif;
  font-size: 46px;
  letter-spacing: 1px;
  color: #000;
  font-weight: 500;
  position: relative;
}
.title h1::before, .title h2::before, .title02 h1::before, .title02 h2::before, .title03 h1::before, .title03 h2::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 5px;
  background: #EAD922;
  top: -25px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.title02 h1, .title02 h2, .title03 h1, .title03 h2 {
  text-align: left;
}
.title02 h1::before, .title02 h2::before, .title03 h1::before, .title03 h2::before {
  left: 0;
  transform: none;
}

.title03 h1, .title03 h2 {
  color: #ffffff;
}

.index-about {
  width: 100%;
  justify-content: space-around;
}
.index-about .features .circle {
  background: #fff;
  box-shadow: 0px 10px 50px rgba(159, 160, 160, 0.2);
  border-radius: 200px;
  position: relative;
  width: 230px;
  height: 230px;
}
.index-about .features .circle .info {
  text-align: center;
}
.index-about .features .circle .info .pic {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -60%);
}
.index-about .features .circle .info .text {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.2;
}
.index-about .features .circle .info .text span {
  font-size: 16px;
  font-family: "Rubik";
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: center;
}
.index-about .features .num {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.index-about .features .num h2 {
  font-family: "Rubik", sans-serif;
  font-size: 52px;
  font-weight: 500;
}
.index-about .features .num span {
  font-size: 40px;
  font-weight: 500;
  padding-left: 10px;
}

.features:nth-child(odd) {
  margin-bottom: 8%;
}

.index-what {
  padding-top: 5%;
}
.index-what .text {
  letter-spacing: 1px;
}
.index-what .text h4 {
  color: #45227C;
}
.index-what .pic img {
  width: 100%;
  border-radius: 20px;
}

.third {
  padding: 10% 0 5% 0;
}
.third .pic img {
  width: 80%;
}
.third .title h2 {
  color: #ffffff !important;
}
.third .text {
  color: #ffffff;
  letter-spacing: 1px;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  padding-bottom: 40px;
}
.third .text p {
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.third .text ul {
  margin-left: 18px;
}
.third .text ul li {
  font-size: 20px;
  line-height: 1.6;
  list-style-type: disc;
  padding-left: 10px;
}

.a_button {
  font-family: "Rubik", sans-serif;
  border: 1.5px solid #EAD922;
  border-radius: 20px;
  padding: 17px 40px;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-align: center;
  color: #EAD922;
}
.a_button:hover {
  background-color: #EAD922;
  color: #ffffff;
}

.why {
  font-family: "Rubik", sans-serif;
}
.why .why_list {
  padding-bottom: 60px;
}
.why h3 {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 600;
}
.why p {
  padding: 20px 50px 0 0;
  letter-spacing: 0.5px;
  font-size: 16px;
  color: #9FA0A0;
  font-weight: 300;
}

.company .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 70%;
  padding-bottom: 30%;
}
.company .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.process h4 {
  color: #9FA0A0;
  padding-bottom: 30px;
  font-weight: 400;
  line-height: 1.2;
}
.process .pic img {
  width: 100%;
}

.ceo {
  margin-bottom: 6%;
}
.ceo .box {
  background: #FFFFFF;
  box-shadow: 0px 10px 50px rgba(159, 160, 160, 0.2);
  border-radius: 20px;
  padding: 6% 10%;
}
.ceo .box h4 {
  line-height: 1.5;
  letter-spacing: 1px;
}
.ceo .box h3 {
  font-family: "Rubik", sans-serif;
  color: #45227C;
  padding-top: 50px;
  font-weight: 500;
}

.service .box {
  background: #FFFFFF;
  box-shadow: 0px 10px 50px rgba(159, 160, 160, 0.2);
  border-radius: 20px;
  padding: 10%;
  margin: 0 1.5% 8% 1.5%;
  min-height: 320px;
}
.service .box h3 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  letter-spacing: 0.12em;
  position: relative;
}
.service .box img {
  position: absolute;
  top: 30px;
  left: 50px;
}
.service .box p {
  color: #9FA0A0;
  letter-spacing: 0.8px;
  padding-top: 50px;
}

.transactions {
  margin-bottom: 6%;
}
.transactions .pic img {
  width: 90%;
}
.transactions p {
  text-align: center;
  color: #9FA0A0;
  letter-spacing: 0.8px;
  font-size: 18px;
}

.accordion li {
  position: relative;
  margin-bottom: 25px;
  box-shadow: 0px 10px 50px rgba(159, 160, 160, 0.2);
  border-radius: 20px;
}
.accordion li .open {
  display: none;
  padding: 0px 25px 30px;
}
.accordion .faqname {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  line-height: 3;
  font-size: 14px;
  text-indent: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 10px 50px 10px 10px;
}
.accordion .faqname::before {
  width: 25px;
  height: 2px;
  right: 25px;
  top: 30px;
  content: " ";
  position: absolute;
  background-color: #9FA0A0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.accordion .faqname::after {
  width: 2px;
  height: 25px;
  right: 36px;
  top: 20px;
  background-color: #9FA0A0;
  content: " ";
  position: absolute;
  transition: all 0.2s ease-in-out;
}
.accordion .faqname h3 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: #9FA0A0;
  font-size: 20px;
  padding: 6px 12px;
  border-radius: 10px;
  line-height: 1.5;
}
.accordion .open {
  font-size: 14px;
  background: #fff;
  padding: 10px;
  border-radius: 0 0 20px 20px;
}
.accordion .open p {
  border-top: 1px solid #EAD922;
  padding-top: 30px;
  color: #9FA0A0;
}

.faqname.active:after {
  transition: all 0.2s ease-in-out;
  display: none;
}

.policy p {
  padding: 10px 0;
}
.policy h5 {
  padding: 14px 0;
}
.policy ul li {
  padding: 5px 0;
  list-style: disc;
  margin-left: 15px;
}

article section .container .index-links-prev-next {
  position: relative;
}
article section .container .index-links-prev-next .swiper-button-next, article section .container .index-links-prev-next .swiper-button-prev {
  top: -50px;
  background: #45227C;
  outline: none;
  border-radius: 40px;
  width: 40px;
  height: 40px;
}
article section .container .index-links-prev-next .swiper-button-next:after, article section .container .index-links-prev-next .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}
article section .container .index-links-prev-next .swiper-button-next {
  left: auto;
  right: -45px;
}
article section .container .index-links-prev-next .swiper-button-prev {
  left: -45px;
  right: auto;
}

.swiper-company {
  margin-bottom: 60px;
}
.swiper-company .swiper-button-next, .swiper-company .swiper-button-prev {
  top: 25px;
  background: #9FA0A0;
  outline: none;
  border-radius: 40px;
  width: 40px;
  height: 40px;
}
.swiper-company .swiper-button-next:after, .swiper-company .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}
.swiper-company .swiper-button-prev {
  left: auto;
  right: 60px;
  background: #9FA0A0;
}

.swiper-slide-thumb-active {
  border: solid 3px #9FA0A0;
  box-sizing: border-box;
}

@media screen and (max-width: 1440px) {
  .index-about .features .circle {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 1200px) {
  main .bn .page-title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  article section .container .index-links-prev-next {
    position: relative;
  }
  article section .container .index-links-prev-next .swiper-button-next, article section .container .index-links-prev-next .swiper-button-prev {
    top: -150px;
    background: #45227C;
    outline: none;
    border-radius: 40px;
    width: 40px;
    height: 40px;
  }
  article section .container .index-links-prev-next .swiper-button-next:after, article section .container .index-links-prev-next .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
  }
  article section .container .index-links-prev-next .swiper-button-next {
    left: auto;
    right: 0px;
  }
  article section .container .index-links-prev-next .swiper-button-prev {
    left: auto;
    right: 50px;
  }
}
@media screen and (max-width: 991px) {
  /*大標*/
  .title, .title02, .title03 {
    margin: 50px auto;
  }
  .title h1, .title h2, .title02 h1, .title02 h2, .title03 h1, .title03 h2 {
    font-size: 28px;
    letter-spacing: 2px;
  }
  .title h1::before, .title h2::before, .title02 h1::before, .title02 h2::before, .title03 h1::before, .title03 h2::before {
    width: 35px;
  }
  .third .pic {
    display: none;
  }
  .bg01::after {
    display: none;
  }
  .index-about .features .num h2 {
    font-size: 46px;
  }
  .index-what .text {
    padding-bottom: 20px;
  }
  .service .box {
    margin: 0 0 5% 0;
  }
}
@media screen and (min-width: 769px) {
  .phone_banner {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_banner {
    display: none;
  }
}
@media screen and (max-width: 667px) {
  .third .text p {
    font-size: 14px;
  }
  .third .text ul li {
    font-size: 14px;
  }
  .a_button {
    padding: 15px 45px;
    font-size: 14px;
  }
  .why .why_list {
    padding-bottom: 40px;
  }
  .why .why_list img {
    width: 10%;
  }
  .why .why_list h3 {
    font-size: 18px;
  }
  .why .why_list p {
    font-size: 14px;
    padding: 14px 0 0 0;
  }
  main .bn {
    position: relative;
    display: block;
    overflow: hidden;
    height: auto;
    width: auto;
    padding: 0;
  }
  main .bn img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    transform: none;
    top: auto;
    left: auto;
    position: relative;
    height: 250px;
  }
  .push {
    padding-top: 100px;
  }
  .service .box img {
    max-width: 17%;
    top: 20px;
    left: 35px;
  }
}
@media screen and (max-width: 575px) {
  .index-about .features .circle {
    width: 160px;
    height: 160px;
  }
  .index-about .features .circle .info img {
    width: 80%;
  }
  .index-about .features .circle .info .text {
    bottom: 10px;
  }
  .index-about .features .circle .info .text span {
    font-size: 14px;
  }
  .index-about .features .num h2 {
    font-size: 40px;
  }
  .index-about .features .num span {
    font-size: 30px;
  }
  .accordion .faqname h3 {
    font-size: 16px;
  }
  /*大標*/
  .title {
    margin: 30px auto;
  }
  .title h1, .title h2 {
    font-size: 25px;
    letter-spacing: 2px;
  }
  .title h1::before, .title h2::before {
    width: 35px;
  }
}
@media screen and (max-width: 450px) {
  main .bn img {
    height: 180px;
  }
  main .bn .page-title h2 {
    font-size: 25px;
  }
}/*# sourceMappingURL=all.css.map */

/* add index CSS */
.fadeInDD {
  opacity: 0;
  animation: fadeInDD 1s forwards;
}

.animated-element {
  animation: floatingAnimation 1s infinite alternate;
  animation-delay: 0.4s;
}

/* 淡入 */
@keyframes fadeInDD {
  from {
      opacity: 0;
      transform: translateY(-30px);
  }

  to {
      opacity: 1;
      transform: translateY(0);
  }
}

/* 漂浮 */
@keyframes floatingAnimation {
  0% {
      transform: translateY(0);
  }

  100% {
      transform: translateY(-15px);
  }
}