body, body.qwq {
  margin: 0;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #777;
}
body *, body.qwq * {
  box-sizing: border-box;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  body *, body.qwq * {
    letter-spacing: 0;
  }
}
body * img, body.qwq * img {
  max-width: 100%;
  display: block;
  user-select: none;
}
body * button, body * input, body * select, body * textarea, body.qwq * button, body.qwq * input, body.qwq * select, body.qwq * textarea {
  outline: none;
}
body * a, body.qwq * a {
  cursor: pointer;
  text-decoration: none;
  display: block;
  color: #333333;
}
body * ul, body * ol, body.qwq * ul, body.qwq * ol {
  list-style: none;
}

.bk-scope.about .main {
  background-color: #FFFFFF;
}
.bk-scope.about .background-group {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/app-assets/images/about/group_background.png");
  background-color: #fff;
  position: relative;
  z-index: 3;
}
.bk-scope.about section {
  position: relative;
  z-index: 3;
}
.bk-scope.about section.hero-section {
  z-index: 1;
  padding-top: 70px;
}
.bk-scope.about section.hero-section .fixed-title-wrap {
  position: fixed;
  top: 188px;
  left: 0;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .bk-scope.about section.hero-section .fixed-title-wrap {
    top: 170px;
  }
}
.bk-scope.about section.hero-section .fixed-title-wrap .content-wrap .text {
  text-align: center;
}
.bk-scope.about section.hero-section .fixed-title-wrap .content-wrap .title-wrap .text {
  font-size: 50px;
  color: #333333;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .bk-scope.about section.hero-section .fixed-title-wrap .content-wrap .title-wrap .text {
    font-size: 42px;
  }
}
@media screen and (max-width: 769px) {
  .bk-scope.about section.hero-section .fixed-title-wrap .content-wrap .title-wrap .text {
    font-size: 30px;
  }
}
.bk-scope.about section.hero-section .fixed-title-wrap .content-wrap .subtitle-wrap {
  padding: 12px 0;
}
.bk-scope.about section.hero-section .fixed-title-wrap .content-wrap .subtitle-wrap .text {
  font-size: 16px;
  color: #555555;
}
.bk-scope.about section.hero-section .hero-image-box {
  position: relative;
}
.bk-scope.about section.hero-section .hero-image-box .background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bk-scope.about section.hero-section .hero-image-box .image-box .background {
  width: 100%;
  height: 432.75px;
  background-image: url("/app-assets/images/about/hero_background.png");
}
@media screen and (max-width: 768px) {
  .bk-scope.about section.hero-section .hero-image-box .image-box .background {
    height: 268px;
    background-image: url("/app-assets/images/about/hero_background_mb.png");
  }
}
.bk-scope.about section.hero-section .hero-image-box .image-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
}
.bk-scope.about section.hero-section .hero-image-box .image-bottom .background {
  width: 100%;
  height: 127px;
  background-image: url("/app-assets/images/about/hero_bottom.png");
}
@media screen and (max-width: 768px) {
  .bk-scope.about section.hero-section .hero-image-box .image-bottom .background {
    height: 85.75px;
    background-image: url("/app-assets/images/about/hero_bottom_mb.png");
  }
}
.bk-scope.about section.story-section {
  padding-top: 150px;
}
@media screen and (max-width: 1023px) {
  .bk-scope.about section.story-section {
    padding-top: 40px;
  }
}
.bk-scope.about section.story-section .story-wrap .container .story-box {
  width: 100%;
  padding-bottom: 54.5833333333%;
  position: relative;
}
.bk-scope.about section.story-section .story-wrap .container .story-box .story-flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/app-assets/images/about/story.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease-in-out;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .bk-scope.about section.story-section .story-wrap .container .story-box .story-flex-wrap {
    justify-content: center;
  }
}
.bk-scope.about section.story-section .story-wrap .container .story-box .story-flex-wrap .wrap {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.5s;
}
.bk-scope.about section.story-section .story-wrap .container .story-box .story-flex-wrap .wrap.v2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 100%;
}
.bk-scope.about section.story-section .story-wrap .container .story-box .story-flex-wrap .wrap.v2 .content-wrap {
  width: 100%;
  max-width: 800px;
}
.bk-scope.about section.story-section .story-wrap .container .story-box .story-flex-wrap .wrap.v2 .content-wrap * {
  letter-spacing: 0;
}
.bk-scope.about section.story-section .story-wrap .container .story-box .story-flex-wrap .wrap.v2 .content-wrap .title-wrap {
  display: flex;
  justify-content: center;
}
.bk-scope.about section.story-section .story-wrap .container .story-box .story-flex-wrap .wrap.v2 .content-wrap .title-wrap .text {
  font-size: 34px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bk-scope.about section.story-section .story-wrap .container .story-box .story-flex-wrap .wrap.v2 .content-wrap .title-wrap .text {
    font-size: 25px;
  }
}
@media screen and (max-width: 359px) {
  .bk-scope.about section.story-section .story-wrap .container .story-box .story-flex-wrap .wrap.v2 .content-wrap .title-wrap .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .bk-scope.about section.story-section .story-wrap .container .story-box .story-flex-wrap .wrap.v2 .content-wrap .title-wrap .text.pc {
    display: none;
  }
}
.bk-scope.about section.story-section .story-wrap .container .story-box .story-flex-wrap .wrap.v2 .content-wrap .title-wrap .text.mb {
  display: none;
}
@media screen and (max-width: 1024px) {
  .bk-scope.about section.story-section .story-wrap .container .story-box .story-flex-wrap .wrap.v2 .content-wrap .title-wrap .text.mb {
    display: initial;
  }
}
.bk-scope.about section.story-section .story-wrap .container .story-box .story-flex-wrap .wrap.v2 .content-wrap .title-wrap .text span.inline {
  display: inline-block;
}
.bk-scope.about section.story-section .story-wrap .container .story-box .story-flex-wrap .wrap.v2 .content-wrap .context-wrap {
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .bk-scope.about section.story-section .story-wrap .container .story-box .story-flex-wrap .wrap.v2 .content-wrap .context-wrap {
    display: none;
  }
}
.bk-scope.about section.story-section .story-wrap .container .story-box .story-flex-wrap .wrap.v2 .content-wrap .context-wrap .text {
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
}
.bk-scope.about section.story-section .story-wrap .container .story-box .story-flex-wrap.animate {
  opacity: 1;
  visibility: visible;
}
.bk-scope.about section.story-section .story-wrap .container .story-box .story-flex-wrap.animate .wrap {
  opacity: 1;
  visibility: visible;
}
.bk-scope.about section.story-section .story-wrap .container .context-wrap.mb {
  display: none;
}
@media screen and (max-width: 1024px) {
  .bk-scope.about section.story-section .story-wrap .container .context-wrap.mb {
    display: block;
    padding: 20px 0;
  }
}
.bk-scope.about section.story-section .story-wrap .container .context-wrap.mb .text {
  font-size: 16px;
  color: #666666;
  text-align: center;
}
.bk-scope.about section.story-section .story-wrap .container .context-wrap.mb .text span.block {
  display: block;
  padding: 5px 0;
}
.bk-scope.about section.feature .feature-wrap {
  padding: 120px 0;
}
@media screen and (max-width: 1023px) {
  .bk-scope.about section.feature .feature-wrap {
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .bk-scope.about section.feature .feature-wrap {
    padding: 40px 0;
  }
}
.bk-scope.about section.feature .feature-wrap .container .feature-block-wrap .block-wrap {
  padding: 15px 0;
}
.bk-scope.about section.feature .feature-wrap .container .feature-block-wrap .feature-flex-wrap {
  display: flex;
  padding: 60px 0;
  border: 1px solid #EEEEEE;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 40px, 0);
  transition: all 0.7s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .bk-scope.about section.feature .feature-wrap .container .feature-block-wrap .feature-flex-wrap {
    padding: 25px 34px;
    flex-wrap: wrap;
  }
}
.bk-scope.about section.feature .feature-wrap .container .feature-block-wrap .feature-flex-wrap.animate {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.bk-scope.about section.feature .feature-wrap .container .feature-block-wrap .feature-flex-wrap .flex-item-wrap {
  width: 50%;
  padding: 0 30px;
  display: flex;
  align-items: center;
}
.bk-scope.about section.feature .feature-wrap .container .feature-block-wrap .feature-flex-wrap .flex-item-wrap * {
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .bk-scope.about section.feature .feature-wrap .container .feature-block-wrap .feature-flex-wrap .flex-item-wrap {
    width: 100%;
    padding: 0;
  }
}
.bk-scope.about section.feature .feature-wrap .container .feature-block-wrap .feature-flex-wrap .flex-item-wrap:first-of-type {
  border-right: 1px solid #DDDDDD;
}
.bk-scope.about section.feature .feature-wrap .container .feature-block-wrap .feature-flex-wrap .flex-item-wrap:first-of-type .text {
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .bk-scope.about section.feature .feature-wrap .container .feature-block-wrap .feature-flex-wrap .flex-item-wrap:first-of-type {
    border-right: none;
  }
  .bk-scope.about section.feature .feature-wrap .container .feature-block-wrap .feature-flex-wrap .flex-item-wrap:first-of-type .text {
    text-align: center;
  }
}
.bk-scope.about section.feature .feature-wrap .container .feature-block-wrap .feature-flex-wrap .flex-item-wrap .flex-item {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .bk-scope.about section.feature .feature-wrap .container .feature-block-wrap .feature-flex-wrap .flex-item-wrap.context {
    order: 1;
  }
}
.bk-scope.about section.feature .feature-wrap .container .feature-block-wrap .feature-flex-wrap .flex-item-wrap.context .flex-item .context-wrap .text {
  font-size: 16px;
  color: #333333;
}
@media screen and (max-width: 1023px) {
  .bk-scope.about section.feature .feature-wrap .container .feature-block-wrap .feature-flex-wrap .flex-item-wrap.context .flex-item .context-wrap .text {
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .bk-scope.about section.feature .feature-wrap .container .feature-block-wrap .feature-flex-wrap .flex-item-wrap.title {
    order: 0;
  }
}
.bk-scope.about section.feature .feature-wrap .container .feature-block-wrap .feature-flex-wrap .flex-item-wrap.title .flex-item .title-wrap {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .bk-scope.about section.feature .feature-wrap .container .feature-block-wrap .feature-flex-wrap .flex-item-wrap.title .flex-item .title-wrap {
    padding-bottom: 12px;
  }
}
.bk-scope.about section.feature .feature-wrap .container .feature-block-wrap .feature-flex-wrap .flex-item-wrap.title .flex-item .title-wrap .text {
  font-size: 34px;
  color: #333333;
}
@media screen and (max-width: 1023px) {
  .bk-scope.about section.feature .feature-wrap .container .feature-block-wrap .feature-flex-wrap .flex-item-wrap.title .flex-item .title-wrap .text {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .bk-scope.about section.feature .feature-wrap .container .feature-block-wrap .feature-flex-wrap .flex-item-wrap.title .flex-item .title-wrap .text {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .bk-scope.about section.feature .feature-wrap .container .feature-block-wrap .feature-flex-wrap .flex-item-wrap.title .flex-item .title-wrap .text {
    font-size: 30px;
  }
}
@media screen and (max-width: 359px) {
  .bk-scope.about section.feature .feature-wrap .container .feature-block-wrap .feature-flex-wrap .flex-item-wrap.title .flex-item .title-wrap .text {
    font-size: 24px;
  }
}
.bk-scope.about section.slogan {
  background-color: #fff;
}
.bk-scope.about section.slogan .slogan-wrap {
  padding: 150px 0 120px;
}
@media screen and (max-width: 1023px) {
  .bk-scope.about section.slogan .slogan-wrap {
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .bk-scope.about section.slogan .slogan-wrap {
    padding: 40px 0;
  }
}
.bk-scope.about section.slogan .slogan-wrap .slogan-flex-wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .bk-scope.about section.slogan .slogan-wrap .slogan-flex-wrap {
    flex-wrap: wrap;
  }
}
.bk-scope.about section.slogan .slogan-wrap .slogan-flex-wrap .wrap {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .bk-scope.about section.slogan .slogan-wrap .slogan-flex-wrap .wrap {
    width: 100%;
  }
}
@media screen and (max-width: 374px) {
  .bk-scope.about section.slogan .slogan-wrap .slogan-flex-wrap .wrap .content-wrap .title-wrap {
    display: flex;
    justify-content: center;
  }
}
.bk-scope.about section.slogan .slogan-wrap .slogan-flex-wrap .wrap .content-wrap .title-wrap .text {
  font-weight: bold;
  font-size: 38px;
  color: #333333;
}
@media screen and (max-width: 1023px) {
  .bk-scope.about section.slogan .slogan-wrap .slogan-flex-wrap .wrap .content-wrap .title-wrap .text {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .bk-scope.about section.slogan .slogan-wrap .slogan-flex-wrap .wrap .content-wrap .title-wrap .text {
    font-size: 28px;
  }
}
@media screen and (max-width: 374px) {
  .bk-scope.about section.slogan .slogan-wrap .slogan-flex-wrap .wrap .content-wrap .title-wrap .text.large {
    display: none;
  }
}
.bk-scope.about section.slogan .slogan-wrap .slogan-flex-wrap .wrap .content-wrap .title-wrap .text.small {
  display: none;
}
@media screen and (max-width: 374px) {
  .bk-scope.about section.slogan .slogan-wrap .slogan-flex-wrap .wrap .content-wrap .title-wrap .text.small {
    display: initial;
  }
}
.bk-scope.about section.slogan .slogan-wrap .slogan-flex-wrap .wrap .content-wrap .title-wrap .text span.inline {
  display: inline-block;
}
.bk-scope.about section.slogan .slogan-wrap .slogan-flex-wrap .wrap .content-wrap .context-wrap {
  padding: 15px 0;
}
.bk-scope.about section.slogan .slogan-wrap .slogan-flex-wrap .wrap .content-wrap .context-wrap .text {
  font-weight: 400;
  color: #333333;
  font-size: 16px;
  max-width: 410px;
}
@media screen and (max-width: 1023px) {
  .bk-scope.about section.slogan .slogan-wrap .slogan-flex-wrap .wrap .content-wrap .context-wrap .text {
    text-align: center;
    max-width: none;
  }
}
.bk-scope.about section.slogan .slogan-wrap .slogan-flex-wrap .wrap .content-wrap .common-button-wrap .button-wrap {
  padding: 15px 0 0;
}
@media screen and (max-width: 1023px) {
  .bk-scope.about section.slogan .slogan-wrap .slogan-flex-wrap .wrap .content-wrap .common-button-wrap {
    justify-content: center;
  }
}
.bk-scope.about section.slogan .slogan-wrap .slogan-flex-wrap .wrap .slogan-image .image-wrap {
  display: flex;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .bk-scope.about section.slogan .slogan-wrap .slogan-flex-wrap .wrap .slogan-image .image-wrap {
    padding-bottom: 33px;
  }
}
.bk-scope.about section.slogan .slogan-wrap .slogan-flex-wrap .wrap .slogan-image .image-wrap.animate {
  opacity: 1;
  visibility: visible;
}
.bk-scope.about section.slogan .slogan-wrap .slogan-flex-wrap .wrap .slogan-image .image-wrap img {
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 1023px) {
  .bk-scope.about section.slogan .slogan-wrap .slogan-flex-wrap .wrap.right {
    order: 0;
  }
}
@media screen and (max-width: 1023px) {
  .bk-scope.about section.slogan .slogan-wrap .slogan-flex-wrap .wrap.left {
    order: 1;
  }
}