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

@media screen and (max-width: 1023px) {
  .bk-scope.professional {
    padding-bottom: 52px;
  }
}
.bk-scope.professional section.hero-section {
  width: 100%;
  padding: 0 0 50px;
}
.bk-scope.professional section.hero-section .hero {
  padding: 66px 0 10px;
  width: 100%;
  background-image: url("/app-assets/images/professional/hero/hero-bg.png");
  background-size: cover;
  background-position: bottom center;
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.hero-section .hero {
    background-image: url("/app-assets/images/professional/hero/hero-bg-mb.png");
  }
}
.bk-scope.professional section.hero-section .container {
  max-width: 1360px;
  margin: 0 auto;
}
.bk-scope.professional section.hero-section .container .flex-wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.hero-section .container .flex-wrap {
    flex-wrap: wrap;
  }
}
.bk-scope.professional section.hero-section .container .flex-wrap .wrap.left {
  max-width: 460px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.hero-section .container .flex-wrap .wrap.left {
    max-width: none;
    order: 1;
  }
}
.bk-scope.professional section.hero-section .container .flex-wrap .wrap.left .info-wrap .title-wrap {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.hero-section .container .flex-wrap .wrap.left .info-wrap .title-wrap {
    justify-content: center;
  }
}
.bk-scope.professional section.hero-section .container .flex-wrap .wrap.left .info-wrap .title-wrap .text-wrap {
  position: relative;
}
.bk-scope.professional section.hero-section .container .flex-wrap .wrap.left .info-wrap .title-wrap .text-wrap .text {
  position: relative;
  z-index: 2;
  font-size: 50px;
  line-height: 1.7;
  color: #333333;
  font-weight: 500;
}
@media screen and (max-width: 1279px) {
  .bk-scope.professional section.hero-section .container .flex-wrap .wrap.left .info-wrap .title-wrap .text-wrap .text {
    font-size: 42px;
  }
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.hero-section .container .flex-wrap .wrap.left .info-wrap .title-wrap .text-wrap .text {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.hero-section .container .flex-wrap .wrap.left .info-wrap .title-wrap .text-wrap .text {
    font-size: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.hero-section .container .flex-wrap .wrap.left .info-wrap .title-wrap .text-wrap .text span.mb-hid {
    display: none;
  }
}
@keyframes ball {
  0% {
    top: 0;
    left: 43px;
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    top: 30px;
    left: -3px;
  }
}
.bk-scope.professional section.hero-section .container .flex-wrap .wrap.left .info-wrap .title-wrap .text-wrap .decoration-item {
  position: absolute;
  top: -18px;
  left: -40px;
  width: 82px;
  height: 72px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/app-assets/images/professional/hero/text-decoration.png");
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.hero-section .container .flex-wrap .wrap.left .info-wrap .title-wrap .text-wrap .decoration-item {
    display: none;
    top: -28px;
    left: -42px;
  }
}
.bk-scope.professional section.hero-section .container .flex-wrap .wrap.left .info-wrap .title-wrap .text-wrap .decoration-item .ball {
  width: 18.5px;
  height: 18.5px;
  border-radius: 50%;
  position: absolute;
  background-color: #D95E5A;
  top: 0;
  left: 43px;
  opacity: 0;
}
.bk-scope.professional section.hero-section .container .flex-wrap .wrap.left .info-wrap .title-wrap .text-wrap .decoration-item .ball.animate {
  animation-name: ball;
  animation-duration: 0.7s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.bk-scope.professional section.hero-section .container .flex-wrap .wrap.left .info-wrap .context-wrap {
  padding: 33px 0;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.hero-section .container .flex-wrap .wrap.left .info-wrap .context-wrap {
    padding: 15px 0;
  }
}
.bk-scope.professional section.hero-section .container .flex-wrap .wrap.left .info-wrap .context-wrap .text {
  position: relative;
  z-index: 2;
  font-size: 18px;
  line-height: 1.5;
  color: #555555;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.hero-section .container .flex-wrap .wrap.left .info-wrap .context-wrap .text {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.hero-section .container .flex-wrap .wrap.left .info-wrap .context-wrap .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.hero-section .container .flex-wrap .wrap.left .info-wrap .common-button-wrap {
    width: 100%;
    justify-content: center;
  }
}
.bk-scope.professional section.hero-section .container .flex-wrap .wrap.right {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.hero-section .container .flex-wrap .wrap.right {
    justify-content: center;
    width: 100%;
  }
}
.bk-scope.professional section.hero-section .container .flex-wrap .wrap.right .image-box {
  position: relative;
  max-width: 707px;
  width: 100%;
}
@media screen and (max-width: 1246px) {
  .bk-scope.professional section.hero-section .container .flex-wrap .wrap.right .image-box {
    width: 56.66131vw;
  }
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.hero-section .container .flex-wrap .wrap.right .image-box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .bk-scope.professional section.hero-section .container .flex-wrap .wrap.right .image-box {
    width: calc(100vw - 40px);
  }
}
.bk-scope.professional section.hero-section .container .flex-wrap .wrap.right .image-box .ratio-wrap {
  width: 100%;
  padding-bottom: 83.7096910946%;
}
@media screen and (max-width: 768px) {
  .bk-scope.professional section.hero-section .container .flex-wrap .wrap.right .image-box .ratio-wrap {
    padding-bottom: 95%;
  }
}
.bk-scope.professional section.hero-section .container .flex-wrap .wrap.right .image-box .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/app-assets/images/professional/hero/background-item.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .bk-scope.professional section.hero-section .container .flex-wrap .wrap.right .image-box .image {
    background-image: url("/app-assets/images/professional/hero/background-item-mb.png");
  }
}
@keyframes FloatingTip {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -10px, 0);
  }
}
@keyframes flashing {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bk-scope.professional section.hero-section .container .flex-wrap .wrap.right .image-box .image .decoration-item {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bk-scope.professional section.hero-section .container .flex-wrap .wrap.right .image-box .image .decoration-item.float {
  animation-name: FloatingTip;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
.bk-scope.professional section.hero-section .container .flex-wrap .wrap.right .image-box .image .decoration-item.first {
  top: 286px;
  left: 0;
  width: 50.84px;
  height: 53.29px;
  background-image: url("/app-assets/images/professional/hero/decoration1.png");
}
@media screen and (max-width: 1246px) {
  .bk-scope.professional section.hero-section .container .flex-wrap .wrap.right .image-box .image .decoration-item.first {
    width: 4.0096230954vw;
    height: 4.2734562951vw;
    top: 22.9350441vw;
    left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.hero-section .container .flex-wrap .wrap.right .image-box .image .decoration-item.first {
    top: 286px;
    left: 0;
    width: 50.84px;
    height: 53.29px;
  }
}
@media screen and (max-width: 768px) {
  .bk-scope.professional section.hero-section .container .flex-wrap .wrap.right .image-box .image .decoration-item.first {
    width: 6.952vw;
    height: 7.288vw;
    top: 38.018666vw;
    left: 0;
  }
}
.bk-scope.professional section.hero-section .container .flex-wrap .wrap.right .image-box .image .decoration-item.second {
  top: 80px;
  left: 100px;
  width: 167.06px;
  height: 63.21px;
  background-image: url("/app-assets/images/professional/hero/decoration2.png");
}
@media screen and (max-width: 1246px) {
  .bk-scope.professional section.hero-section .container .flex-wrap .wrap.right .image-box .image .decoration-item.second {
    width: 13.396952686vw;
    height: 5.0689655172vw;
    top: 6.4153969526vw;
    left: 8.01924619vw;
  }
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.hero-section .container .flex-wrap .wrap.right .image-box .image .decoration-item.second {
    top: 80px;
    left: 100px;
    width: 167.06px;
    height: 63.21px;
  }
}
@media screen and (max-width: 768px) {
  .bk-scope.professional section.hero-section .container .flex-wrap .wrap.right .image-box .image .decoration-item.second {
    width: 22.8453333333vw;
    height: 8.6453333333vw;
    top: 12.3093333333vw;
    left: 13.7653333333vw;
  }
}
.bk-scope.professional section.hero-section .container .flex-wrap .wrap.right .image-box .image .decoration-item.third {
  top: 258px;
  right: 0;
  width: 136.97px;
  height: 75.75px;
  background-image: url("/app-assets/images/professional/hero/decoration3.png");
}
@media screen and (max-width: 1246px) {
  .bk-scope.professional section.hero-section .container .flex-wrap .wrap.right .image-box .image .decoration-item.third {
    width: 10.983961507vw;
    height: 6.0745789895vw;
    top: 20.7062600321vw;
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.hero-section .container .flex-wrap .wrap.right .image-box .image .decoration-item.third {
    top: 258px;
    right: 0;
    width: 136.97px;
    height: 75.75px;
  }
}
@media screen and (max-width: 768px) {
  .bk-scope.professional section.hero-section .container .flex-wrap .wrap.right .image-box .image .decoration-item.third {
    right: 0;
    bottom: 7.6613333333vw;
    top: initial;
    width: 18.7306666667vw;
    height: 10.36vw;
  }
}
.bk-scope.professional section.hero-section .container .flex-wrap .wrap.right .image-box .image .decoration-item.third .text {
  position: absolute;
  width: 108.06px;
  height: 20.75px;
  bottom: 10px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  background-image: url("/app-assets/images/professional/hero/decoration3_text.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  animation-name: flashing;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
@media screen and (max-width: 1246px) {
  .bk-scope.professional section.hero-section .container .flex-wrap .wrap.right .image-box .image .decoration-item.third .text {
    width: 8.6725521669vw;
    height: 1.665329053vw;
    bottom: 0.8025682183vw;
  }
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.hero-section .container .flex-wrap .wrap.right .image-box .image .decoration-item.third .text {
    width: 108.06px;
    height: 20.75px;
    bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .bk-scope.professional section.hero-section .container .flex-wrap .wrap.right .image-box .image .decoration-item.third .text {
    width: 14.7786666667vw;
    height: 2.8373333333vw;
    bottom: 1.288vw;
  }
}
.bk-scope.professional section.hero-section .container .flex-wrap .wrap.right .image-box .image .decoration-item.forth {
  width: 73.67px;
  height: 58.48px;
  background-image: url("/app-assets/images/professional/hero/decoration4.png");
  top: 376.66px;
  left: 217.9px;
}
@media screen and (max-width: 1246px) {
  .bk-scope.professional section.hero-section .container .flex-wrap .wrap.right .image-box .image .decoration-item.forth {
    width: 5.9077786688vw;
    height: 4.6896551724vw;
    top: 30.2295345104vw;
    left: 17.47393744vw;
  }
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.hero-section .container .flex-wrap .wrap.right .image-box .image .decoration-item.forth {
    width: 73.67px;
    height: 58.48px;
    top: 376.66px;
    left: 217.9px;
  }
}
@media screen and (max-width: 768px) {
  .bk-scope.professional section.hero-section .container .flex-wrap .wrap.right .image-box .image .decoration-item.forth {
    width: 10.0746666667vw;
    height: 8vw;
    top: 52.7893333333vw;
    left: 30.368vw;
  }
}
.bk-scope.professional section.professional-team {
  padding: 50px 0;
}
.bk-scope.professional section.professional-team .container .section-title-wrap .title-wrap {
  padding-bottom: 60px;
}
.bk-scope.professional section.professional-team .container .flex-wrap {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 100px, 0);
  transition: all 0.7s ease-in-out;
}
.bk-scope.professional section.professional-team .container .flex-wrap.animate {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.bk-scope.professional section.professional-team .container .flex-wrap .wrap {
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.professional-team .container .flex-wrap .wrap {
    flex-wrap: wrap;
  }
}
.bk-scope.professional section.professional-team .container .flex-wrap .wrap .flex-item-wrap {
  width: 25%;
  padding: 15px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.professional-team .container .flex-wrap .wrap .flex-item-wrap {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.professional-team .container .flex-wrap .wrap .flex-item-wrap {
    width: 100%;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-icon.pc {
    display: none;
  }
}
.bk-scope.professional section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-icon .icon {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
.bk-scope.professional section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-icon .icon.index {
  background-image: url("/app-assets/images/professional/professional-team/index.png");
}
.bk-scope.professional section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-icon .icon.page {
  background-image: url("/app-assets/images/professional/professional-team/page.png");
}
.bk-scope.professional section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-icon .icon.launch {
  background-image: url("/app-assets/images/professional/professional-team/launch.png");
}
.bk-scope.professional section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-icon .icon.setting {
  background-image: url("/app-assets/images/professional/professional-team/setting.png");
}
.bk-scope.professional section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-icon.mb {
  display: none;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-icon.mb {
    display: block;
    padding-right: 20px;
  }
}
.bk-scope.professional section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-icon.mb .icon {
  width: 82px;
  height: 72px;
}
.bk-scope.professional section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-wrap {
  width: 100%;
  max-width: 190px;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-wrap {
    max-width: none;
    flex-grow: 1;
    width: auto;
  }
}
.bk-scope.professional section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-wrap .item-title {
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-wrap .item-title {
    padding: 0;
  }
}
.bk-scope.professional section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-wrap .item-title .text {
  font-size: 18px;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-wrap .item-title .text {
    text-align: left;
  }
}
.bk-scope.professional section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-wrap .item-icon {
  padding: 0 0 7px;
}
.bk-scope.professional section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-wrap .item-icon .icon {
  width: 100px;
  height: 88px;
  margin: 0 auto;
}
.bk-scope.professional section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-wrap .item-details {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-wrap .item-details {
    padding: 5px 0;
  }
}
.bk-scope.professional section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-wrap .item-details .col-wrap {
  display: flex;
}
.bk-scope.professional section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-wrap .item-details .col-wrap .icon-wrap {
  padding-right: 10px;
  height: 28px;
  display: flex;
  align-items: center;
}
.bk-scope.professional section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-wrap .item-details .col-wrap .icon-wrap .icon {
  width: 12px;
  height: 12px;
  background-image: url("/app-assets/images/professional/icon/tick.svg");
  background-size: 100%;
}
.bk-scope.professional section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-wrap .item-details .col-wrap .text {
  font-size: 16px;
  line-height: 1.75;
  color: #555555;
  word-break: break-word;
}
.bk-scope.professional section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-wrap .item-details.center .col-wrap {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-wrap .item-details.center .col-wrap {
    justify-content: unset;
  }
}
.bk-scope.professional section.flexible-service {
  padding: 120px 0 100px;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.flexible-service {
    padding: 50px 0;
  }
}
.bk-scope.professional section.flexible-service .flexible-service-wrap {
  padding: 100px 0;
  background-image: url("/app-assets/images/professional/flexible-service/background.png");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.flexible-service .flexible-service-wrap {
    padding: 0;
  }
}
.bk-scope.professional section.flexible-service .flexible-service-wrap .container {
  max-width: 1310px;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.flexible-service .flexible-service-wrap .container .section-title-wrap {
    transform: translate3d(0, -32px, 0);
  }
}
.bk-scope.professional section.flexible-service .flexible-service-wrap .container .section-title-wrap .title-wrap .text span {
  display: block;
}
.bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 55px 0 81.5px;
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.left {
    width: 100%;
  }
}
.bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.left .image-wrap {
  padding-top: 25px;
}
.bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.left .image-wrap .image {
  max-width: 100%;
  width: 529px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1279px) {
  .bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.left .image-wrap .image {
    width: 423.2px;
  }
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.left .image-wrap .image {
    margin: 0 auto;
  }
}
.bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.left .image-wrap .image.animate {
  opacity: 1;
  visibility: visible;
}
.bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right {
  flex-grow: 1;
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right {
    width: 100%;
  }
}
.bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap {
  width: 100%;
}
.bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap {
  padding: 48px 0;
}
@media screen and (max-width: 1279px) {
  .bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap {
    padding: 25px 0;
  }
}
.bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap .item-wrap {
  width: 100%;
  display: flex;
  align-items: center;
}
.bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap .item-wrap .circle-wrap .circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #5BB0FF;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.5s;
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap .item-wrap .circle-wrap {
    display: none;
  }
}
.bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap .item-wrap .line-wrap {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap .item-wrap .line-wrap {
    display: none;
  }
}
.bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap .item-wrap .line-wrap .line {
  width: 100%;
  height: 1px;
  background-color: #C8E4FF;
  transform: scaleX(0);
  transition: all 0.5s ease-in-out;
  transform-origin: left;
  transition-delay: 1s;
}
.bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap .item-wrap .item-icon .icon {
  width: 84px;
  height: 84px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  transition-delay: 1.5s;
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap .item-wrap .item-icon .icon {
    transition-delay: 0s;
  }
}
.bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap .item-wrap .item-icon .icon.free {
  background-image: url("/app-assets/images/professional/flexible-service/free.png");
}
.bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap .item-wrap .item-icon .icon.open {
  background-image: url("/app-assets/images/professional/flexible-service/open.png");
}
.bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap .item-wrap .item-icon .icon.co-edit {
  background-image: url("/app-assets/images/professional/flexible-service/co-edit.png");
}
.bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap .item-wrap .content-wrap {
  padding-left: 25px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  transition-delay: 2s;
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap .item-wrap .content-wrap {
    transition-delay: 0s;
  }
}
.bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap .item-wrap .content-wrap .title-wrap .text {
  font-size: 25px;
  font-weight: 500;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap .item-wrap .content-wrap .title-wrap .text {
    font-size: 22px;
  }
}
@media screen and (max-width: 374px) {
  .bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap .item-wrap .content-wrap .title-wrap .text {
    font-size: 18px;
  }
}
.bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap .item-wrap .content-wrap .context-wrap .text {
  max-width: 370px;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}
@media screen and (max-width: 1279px) {
  .bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap .item-wrap .content-wrap .context-wrap .text {
    max-width: 320px;
  }
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap .item-wrap .content-wrap .context-wrap .text {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap .item-wrap .content-wrap .context-wrap .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 374px) {
  .bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap .item-wrap .content-wrap .context-wrap .text {
    font-size: 14px;
  }
}
.bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap.animate .item-wrap .circle-wrap .circle {
  opacity: 1;
  visibility: visible;
}
.bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap.animate .item-wrap .line-wrap .line {
  transform: scaleX(1);
}
.bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap.animate .item-wrap .item-icon .icon {
  opacity: 1;
  visibility: visible;
}
.bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap.animate .item-wrap .content-wrap {
  opacity: 1;
  visibility: visible;
}
.bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap.free {
  transform: translate3d(-200px, 0, 0);
}
@media screen and (max-width: 1279px) {
  .bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap.free {
    transform: translate3d(-100px, 0, 0);
  }
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap.free {
    transform: translate3d(0, 0, 0);
  }
}
.bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap.open {
  transform: translate3d(-30px, 0, 0);
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap.open {
    transform: translate3d(0, 0, 0);
  }
}
.bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap.co-edit {
  transform: translate3d(-150px, 0, 0);
}
@media screen and (max-width: 1279px) {
  .bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap.co-edit {
    transform: translate3d(-100px, 0, 0);
  }
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap.co-edit {
    transform: translate3d(0, 0, 0);
  }
}
.bk-scope.professional section.flexible-service .flexible-service-wrap .common-button-wrap {
  padding: 40px 0;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.flexible-service .flexible-service-wrap .common-button-wrap {
    padding: 20px 0;
  }
}
.bk-scope.professional section.subscription-plan {
  padding: 60px 0 70px;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.subscription-plan {
    padding: 30px 0 40px;
  }
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .subtitle-button-wrap {
  padding: 10px 0;
  display: flex;
  justify-content: center;
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .subtitle-button-wrap .button-wrap .button {
  padding: 7px 15px;
  border: 1px solid #EEEEEE;
  border-radius: 6px;
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .subtitle-button-wrap .button-wrap .button .text {
  font-size: 16px;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .subtitle-button-wrap .button-wrap .button .text {
    font-size: 14px;
  }
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .original-price {
  text-decoration: line-through;
  font-size: 15px;
  color: #888888;
  text-align: center;
  text-decoration-color: #888888;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .original-price {
    font-size: 12px;
  }
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .average-price {
  font-size: 16px;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .average-price {
    font-size: 12px;
  }
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap {
  padding: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap {
    padding: 15px 0 0;
  }
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box {
  width: 100%;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border-radius: 6px;
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .box-title {
  background-color: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .box-title {
    display: none;
  }
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .box-title .text {
  line-height: 54px;
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  color: #333333;
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap {
  display: flex;
  padding: 60px 0 50px;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap {
    padding: 0;
  }
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap {
  width: 33.33333%;
  padding: 10px;
  border-right: 1px solid #EEEEEE;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap {
    width: 50%;
    padding: 0;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap.mb-hid {
    display: none;
  }
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .item-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .item-wrap .item-title {
    width: 100%;
    background-color: #F7F7F7;
  }
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .item-wrap .item-title .text {
  text-align: center;
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .item-wrap .item-title .text span {
  color: #333333;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .item-wrap .item-title .text span {
    line-height: 42px;
  }
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .item-wrap .item-title .text span.maintitle {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .item-wrap .item-title .text span.maintitle {
    font-size: 14px;
  }
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .item-wrap .item-title .text span.subtitle {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .item-wrap .item-title .text span.subtitle {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .item-wrap .evaluation-wrap {
    display: none;
  }
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .item-wrap .evaluation-wrap .image-wrap .image {
  width: 102px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .item-wrap .evaluation-wrap .image-wrap .image.star1 {
  background-image: url("/app-assets/images/professional/subscription-plan/star1.png");
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .item-wrap .evaluation-wrap .image-wrap .image.star2 {
  background-image: url("/app-assets/images/professional/subscription-plan/star2.png");
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .item-wrap .evaluation-wrap .image-wrap .image.star3 {
  background-image: url("/app-assets/images/professional/subscription-plan/star3.png");
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .item-wrap .item-subtitle {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .item-wrap .item-subtitle {
    display: none;
  }
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .item-wrap .item-subtitle .text {
  font-size: 16px;
  color: #888888;
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .item-wrap .mobile-group {
  width: 100%;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .item-wrap .mobile-group {
    padding: 18px 0 18px;
  }
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .item-wrap .mobile-group .group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .item-wrap .mobile-group .group {
    border-right: 1px solid #EEEEEE;
    height: 100%;
  }
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .item-wrap .price-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .item-wrap .price-box .price-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .item-wrap .price-box .price-wrap span {
  font-weight: 500;
  color: #333333;
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .item-wrap .price-box .price-wrap span.unit, .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .item-wrap .price-box .price-wrap span.time {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .item-wrap .price-box .price-wrap span.unit, .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .item-wrap .price-box .price-wrap span.time {
    line-height: 32px;
    font-size: 12px;
  }
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .item-wrap .price-box .price-wrap span.price {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .item-wrap .price-box .price-wrap span.price {
    font-size: 22px;
  }
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .item-wrap .mobile-button-wrap {
  padding-top: 15px;
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .item-wrap .mobile-button-wrap .button-wrap .button {
  width: 120px;
  border: 1px solid #E1E1E1;
  border-radius: 6px;
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .item-wrap .mobile-button-wrap .button-wrap .button .text {
  text-align: center;
  font-size: 14px;
  line-height: 45px;
  color: #0084FF;
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .popular-sign {
  position: absolute;
  top: 0;
  right: 38px;
  opacity: 0;
  transform-origin: 50% 50%;
  transform: rotate(-2deg) scale(5);
  transition: all 0.8s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .popular-sign {
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .popular-sign {
    top: 50px;
    right: 15px;
  }
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .popular-sign .image {
  width: 70px;
  height: 60px;
  background-size: cover;
  background-position: center;
  background-image: url("/app-assets/images/professional/subscription-plan/popular.png");
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap .popular-sign.animate {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap:nth-of-type(2) {
    border-right: none;
  }
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap:nth-of-type(2) .item-wrap .mobile-group .group {
    border-right: none;
  }
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap:last-of-type {
  border-right: none;
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box .flex-plan-wrap .plan-item-wrap:last-of-type .item-wrap .mobile-group .group {
  border-right: none;
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box.mb-show {
  display: none;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box.mb-show {
    display: block;
  }
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box.mb-show .flex-plan-wrap .plan-item-wrap {
    width: 100%;
    border-right: none;
  }
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box.mb-show .flex-plan-wrap .plan-item-wrap .item-wrap .mobile-group {
    padding: 22px 0 18px;
  }
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box.mb-show .flex-plan-wrap .plan-item-wrap .item-wrap .mobile-button-wrap {
    padding-top: 15px;
  }
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box.mb-show .flex-plan-wrap .plan-item-wrap .item-wrap .mobile-button-wrap .button-wrap .button {
    border: 1px solid #0084FF;
    border-radius: 6px;
    background-color: #0084FF;
  }
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .box.mb-show .flex-plan-wrap .plan-item-wrap .item-wrap .mobile-button-wrap .button-wrap .button .text {
    text-align: center;
    font-size: 14px;
    line-height: 45px;
    color: #FFFFFF;
  }
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .mb-box-title {
  display: none;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .mb-box-title {
    display: flex;
    align-items: center;
    padding: 15px 0;
  }
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .mb-box-title .line-wrap {
  flex-grow: 1;
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .mb-box-title .line-wrap .line {
  width: 100%;
  height: 1px;
  background-color: #DDDDDD;
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .mb-box-title .title-wrap {
  padding: 0 15px;
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .system-price-wrap .mb-box-title .title-wrap .text {
  font-size: 18px;
  color: #333333;
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .plus-wrap .plus {
  line-height: 100px;
  font-size: 45px;
  color: #333333;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .plus-wrap .plus {
    line-height: 52px;
    font-size: 28px;
  }
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .professional-design-price-wrap .box {
  border: 3px solid #D7EBFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  overflow: hidden;
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .professional-design-price-wrap .box .box-title {
  background-color: #EFF7FF;
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .professional-design-price-wrap .box .box-title .text {
  line-height: 64px;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  color: #1D4AA3;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .professional-design-price-wrap .box .box-title .text {
    font-size: 18px;
    line-height: 42px;
  }
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .professional-design-price-wrap .box .box-content-wrap {
  padding: 40px 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .professional-design-price-wrap .box .box-content-wrap {
    padding: 25px 25px 20px;
  }
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .professional-design-price-wrap .box .box-content-wrap .content-wrap {
  width: 100%;
  max-width: 612px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .professional-design-price-wrap .box .box-content-wrap .content-wrap .price-wrap {
  padding-bottom: 17px;
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .professional-design-price-wrap .box .box-content-wrap .content-wrap .price-wrap span {
  color: #333333;
  font-weight: 500;
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .professional-design-price-wrap .box .box-content-wrap .content-wrap .price-wrap span.unit, .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .professional-design-price-wrap .box .box-content-wrap .content-wrap .price-wrap span.time {
  font-size: 18px;
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .professional-design-price-wrap .box .box-content-wrap .content-wrap .price-wrap span.price {
  font-size: 40px;
  font-weight: bold;
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .professional-design-price-wrap .box .box-content-wrap .content-wrap .line-wrap {
  width: 100%;
  padding: 18px 0;
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .professional-design-price-wrap .box .box-content-wrap .content-wrap .line-wrap .line {
  width: 100%;
  height: 1px;
  background-color: #DDDDDD;
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .professional-design-price-wrap .box .box-content-wrap .content-wrap .box-subtitle .text {
  text-align: center;
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .professional-design-price-wrap .box .box-content-wrap .content-wrap .box-subtitle .text span {
  display: inline-block;
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .professional-design-price-wrap .box .box-content-wrap .content-wrap .buttons-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 26px 0 5px;
}
@media screen and (max-width: 374px) {
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .professional-design-price-wrap .box .box-content-wrap .content-wrap .buttons-wrap {
    flex-wrap: wrap;
  }
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .professional-design-price-wrap .box .box-content-wrap .content-wrap .buttons-wrap .button-wrap {
  padding: 0 3px;
}
@media screen and (max-width: 374px) {
  .bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .professional-design-price-wrap .box .box-content-wrap .content-wrap .buttons-wrap .button-wrap {
    padding: 7.5px 0;
    width: 100%;
  }
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .professional-design-price-wrap .box .box-content-wrap .content-wrap .buttons-wrap .button-wrap .button {
  border-radius: 6px;
  padding: 10px 27px;
  border: 1px solid;
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .professional-design-price-wrap .box .box-content-wrap .content-wrap .buttons-wrap .button-wrap .button .text {
  font-size: 15px;
  text-align: center;
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .professional-design-price-wrap .box .box-content-wrap .content-wrap .buttons-wrap .button-wrap .button.select {
  background-color: #1D4AA3;
  border-color: #1D4AA3;
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .professional-design-price-wrap .box .box-content-wrap .content-wrap .buttons-wrap .button-wrap .button.select .text {
  color: #FFFFFF;
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .professional-design-price-wrap .box .box-content-wrap .content-wrap .buttons-wrap .button-wrap .button.contact {
  background-color: #FFFFFF;
  border-color: #E1E1E1;
}
.bk-scope.professional section.subscription-plan .subscription-plan-wrap .container .professional-design-price-wrap .box .box-content-wrap .content-wrap .buttons-wrap .button-wrap .button.contact .text {
  color: #333333;
}
.bk-scope.professional section.service-procedure {
  padding: 90px 0 85px;
}
.bk-scope.professional section.service-procedure .service-procedure-wrap {
  padding: 50px 0;
  background-size: 100% 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.service-procedure .service-procedure-wrap {
    padding: 50px 0 0;
  }
}
.bk-scope.professional section.service-procedure .service-procedure-wrap .background-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F6FBFF;
  border-radius: 999px;
}
.bk-scope.professional section.service-procedure .service-procedure-wrap .section-title-wrap {
  padding: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.service-procedure .service-procedure-wrap .section-title-wrap {
    padding: 0 0 20px;
  }
}
.bk-scope.professional section.service-procedure .service-procedure-wrap .procedure-wrap {
  position: relative;
  z-index: 2;
}
.bk-scope.professional section.service-procedure .service-procedure-wrap .procedure-wrap .flex-step-wrap {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.service-procedure .service-procedure-wrap .procedure-wrap .flex-step-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.bk-scope.professional section.service-procedure .service-procedure-wrap .procedure-wrap .flex-step-wrap .step-item-wrap {
  width: 20%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.service-procedure .service-procedure-wrap .procedure-wrap .flex-step-wrap .step-item-wrap {
    width: 33.3333%;
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.service-procedure .service-procedure-wrap .procedure-wrap .flex-step-wrap .step-item-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.bk-scope.professional section.service-procedure .service-procedure-wrap .procedure-wrap .flex-step-wrap .step-item-wrap .item-wrap .label-wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.service-procedure .service-procedure-wrap .procedure-wrap .flex-step-wrap .step-item-wrap .item-wrap .label-wrap {
    justify-content: center;
  }
}
.bk-scope.professional section.service-procedure .service-procedure-wrap .procedure-wrap .flex-step-wrap .step-item-wrap .item-wrap .label-wrap .label {
  width: 35px;
  border-radius: 50%;
  background-color: #1D4AA3;
}
.bk-scope.professional section.service-procedure .service-procedure-wrap .procedure-wrap .flex-step-wrap .step-item-wrap .item-wrap .label-wrap .label .text {
  line-height: 35px;
  color: #FFFFFF;
  text-align: center;
}
.bk-scope.professional section.service-procedure .service-procedure-wrap .procedure-wrap .flex-step-wrap .step-item-wrap .item-wrap .label-wrap .line-wrap {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.service-procedure .service-procedure-wrap .procedure-wrap .flex-step-wrap .step-item-wrap .item-wrap .label-wrap .line-wrap {
    display: none;
  }
}
.bk-scope.professional section.service-procedure .service-procedure-wrap .procedure-wrap .flex-step-wrap .step-item-wrap .item-wrap .label-wrap .line-wrap .line {
  width: 100%;
  height: 1px;
  background-color: #CDE7FF;
}
.bk-scope.professional section.service-procedure .service-procedure-wrap .procedure-wrap .flex-step-wrap .step-item-wrap .item-wrap .step-content {
  max-width: 215px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.service-procedure .service-procedure-wrap .procedure-wrap .flex-step-wrap .step-item-wrap .item-wrap .step-content {
    max-width: 200px;
    padding-right: 0;
  }
}
.bk-scope.professional section.service-procedure .service-procedure-wrap .procedure-wrap .flex-step-wrap .step-item-wrap .item-wrap .step-title {
  padding: 15px 0 5px;
}
.bk-scope.professional section.service-procedure .service-procedure-wrap .procedure-wrap .flex-step-wrap .step-item-wrap .item-wrap .step-title .text {
  font-size: 22px;
  color: #333333;
}
@media screen and (max-width: 1279px) {
  .bk-scope.professional section.service-procedure .service-procedure-wrap .procedure-wrap .flex-step-wrap .step-item-wrap .item-wrap .step-title .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.service-procedure .service-procedure-wrap .procedure-wrap .flex-step-wrap .step-item-wrap .item-wrap .step-title .text {
    text-align: center;
  }
}
.bk-scope.professional section.service-procedure .service-procedure-wrap .procedure-wrap .flex-step-wrap .step-item-wrap .item-wrap .step-subtitle .text {
  font-size: 16px;
  line-height: 1.75;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.service-procedure .service-procedure-wrap .procedure-wrap .flex-step-wrap .step-item-wrap .item-wrap .step-subtitle .text {
    text-align: center;
  }
}
.bk-scope.professional section.service-procedure .service-procedure-wrap .procedure-wrap .flex-step-wrap .step-item-wrap:nth-of-type(1) {
  transition-delay: 0s;
}
.bk-scope.professional section.service-procedure .service-procedure-wrap .procedure-wrap .flex-step-wrap .step-item-wrap:nth-of-type(2) {
  transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.service-procedure .service-procedure-wrap .procedure-wrap .flex-step-wrap .step-item-wrap:nth-of-type(2) {
    transition-delay: 0s;
  }
}
.bk-scope.professional section.service-procedure .service-procedure-wrap .procedure-wrap .flex-step-wrap .step-item-wrap:nth-of-type(3) {
  transition-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.service-procedure .service-procedure-wrap .procedure-wrap .flex-step-wrap .step-item-wrap:nth-of-type(3) {
    transition-delay: 0s;
  }
}
.bk-scope.professional section.service-procedure .service-procedure-wrap .procedure-wrap .flex-step-wrap .step-item-wrap:nth-of-type(4) {
  transition-delay: 1.2s;
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.service-procedure .service-procedure-wrap .procedure-wrap .flex-step-wrap .step-item-wrap:nth-of-type(4) {
    transition-delay: 0s;
  }
}
.bk-scope.professional section.service-procedure .service-procedure-wrap .procedure-wrap .flex-step-wrap .step-item-wrap:last-of-type {
  transition-delay: 1.6s;
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.service-procedure .service-procedure-wrap .procedure-wrap .flex-step-wrap .step-item-wrap:last-of-type {
    transition-delay: 0.4s;
  }
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.service-procedure .service-procedure-wrap .procedure-wrap .flex-step-wrap .step-item-wrap:last-of-type {
    transition-delay: 0s;
  }
}
.bk-scope.professional section.service-procedure .service-procedure-wrap .procedure-wrap .flex-step-wrap .step-item-wrap:last-of-type .item-wrap .label-wrap .line-wrap {
  display: none;
}
.bk-scope.professional section.service-procedure .service-procedure-wrap .procedure-wrap .flex-step-wrap .step-item-wrap.animate {
  opacity: 1;
  visibility: visible;
}
.bk-scope.professional section.service-procedure .service-procedure-wrap .buttons-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .bk-scope.professional section.service-procedure .service-procedure-wrap .buttons-wrap {
    padding-top: 0;
    transform: translate3d(0, 70px, 0);
  }
}
.bk-scope.professional section.service-procedure .service-procedure-wrap .buttons-wrap .button-wrap .button {
  border: 1px solid #D6EBFF;
  border-radius: 4px;
  padding: 5px 28px;
}
.bk-scope.professional section.service-procedure .service-procedure-wrap .buttons-wrap .button-wrap .button .text {
  font-size: 14px;
  line-height: 1.75;
}
.bk-scope.professional section.service-procedure .service-procedure-wrap .buttons-wrap .button-wrap .button .text a.link {
  color: #56A4FF;
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: #56A4FF;
}
.bk-scope.professional section.service-contact {
  padding: 80px 0;
}
.bk-scope.professional section.service-contact .contact-wrap .container {
  position: relative;
}
.bk-scope.professional section.service-contact .contact-wrap .container .decoration-item {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bk-scope.professional section.service-contact .contact-wrap .container .decoration-item.first {
  width: 78.5px;
  height: 32.23px;
  top: 115px;
  left: -25px;
  background-image: url("/app-assets/images/professional/service-contact/decoration1.png");
}
.bk-scope.professional section.service-contact .contact-wrap .container .decoration-item.second {
  width: 24px;
  height: 25px;
  right: 0;
  bottom: 0;
  background-image: url("/app-assets/images/professional/service-contact/decoration2.png");
}
.bk-scope.professional section.service-contact .contact-wrap .container .tag-wrap {
  display: flex;
  justify-content: center;
  padding: 12px 0;
}
.bk-scope.professional section.service-contact .contact-wrap .container .tag-wrap .tag {
  padding: 3px 12px;
  background-color: #D7ECFF;
}
.bk-scope.professional section.service-contact .contact-wrap .container .tag-wrap .tag .text {
  font-size: 18px;
  color: #0084FF;
  line-height: 27px;
}
.bk-scope.professional section.service-contact .contact-wrap .container .contact-info-wrap {
  padding: 31px 0 48px;
}
.bk-scope.professional section.service-contact .contact-wrap .container .contact-info-wrap .info-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bk-scope.professional section.service-contact .contact-wrap .container .contact-info-wrap .info-wrap .info-item {
  font-size: 18px;
  line-height: 1.75;
  color: #444444;
  text-align: center;
}
.bk-scope.professional section.service-contact .contact-wrap .container .contact-info-wrap .info-wrap .info-item a.tel {
  display: inline-block;
  color: #444444;
}
.bk-scope.professional section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap {
    flex-wrap: wrap;
  }
}
.bk-scope.professional section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap {
    width: 100%;
  }
}
.bk-scope.professional section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap .input-wrap, .bk-scope.professional section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap .textarea-wrap {
  width: 100%;
  padding: 8px;
}
.bk-scope.professional section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap .input-wrap input::placeholder, .bk-scope.professional section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap .input-wrap textarea::placeholder, .bk-scope.professional section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap .textarea-wrap input::placeholder, .bk-scope.professional section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap .textarea-wrap textarea::placeholder {
  color: #AAAAAA;
}
.bk-scope.professional section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap .input-wrap input:-ms-input-placeholder, .bk-scope.professional section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap .input-wrap textarea:-ms-input-placeholder, .bk-scope.professional section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap .textarea-wrap input:-ms-input-placeholder, .bk-scope.professional section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap .textarea-wrap textarea:-ms-input-placeholder {
  color: #AAAAAA;
}
.bk-scope.professional section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap .input-wrap input::-ms-input-placeholder, .bk-scope.professional section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap .input-wrap textarea::-ms-input-placeholder, .bk-scope.professional section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap .textarea-wrap input::-ms-input-placeholder, .bk-scope.professional section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap .textarea-wrap textarea::-ms-input-placeholder {
  color: #AAAAAA;
}
.bk-scope.professional section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap .input-wrap .input input {
  width: 100%;
  height: 56px;
  font-size: 16px;
  padding: 0 18px;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
}
.bk-scope.professional section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap .textarea-wrap {
  height: 100%;
}
.bk-scope.professional section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap .textarea-wrap textarea {
  width: 100%;
  height: 100%;
  padding: 18px;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  resize: none;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap .textarea-wrap textarea {
    height: 200px;
  }
}
.bk-scope.professional section.service-contact .contact-wrap .container .contact-form .form-wrap .common-button-wrap {
  justify-content: center;
  padding: 30px 0 10px;
}
.bk-scope.professional section.making-process {
  padding: 100px 0 150px;
}
@media (max-width: 767px) {
  .bk-scope.professional section.making-process {
    padding: 60px 0;
  }
}
.bk-scope.professional section.making-process .making-process__title {
  font-weight: 50;
  font-size: 40px;
  color: #333;
  text-align: center;
}
@media (max-width: 767px) {
  .bk-scope.professional section.making-process .making-process__title {
    font-size: 30px;
  }
}
.bk-scope.professional section.making-process .making-process__title-wrap {
  width: 100%;
}
.bk-scope.professional section.making-process .making-process__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 42px;
}
@media (max-width: 1023px) {
  .bk-scope.professional section.making-process .making-process__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .bk-scope.professional section.making-process .making-process__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.bk-scope.professional section.making-process .making-process__list-wrap {
  width: 100%;
  padding-top: 50px;
}
.bk-scope.professional section.making-process .making-process__item-wrap {
  position: relative;
}
.bk-scope.professional section.making-process .making-process__item-numberwrap {
  width: 49px;
  position: absolute;
  left: 0;
  top: -8px;
  z-index: 1;
  border-radius: 50%;
  background-color: #0084FF;
}
@media (max-width: 1023px) {
  .bk-scope.professional section.making-process .making-process__item-numberwrap {
    left: 50%;
    transform: translateX(calc(-50% - 76px));
  }
}
.bk-scope.professional section.making-process .making-process__item-number {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 49px;
}
.bk-scope.professional section.making-process .making-process__box-wrap {
  max-width: 200px;
  margin: 0 auto;
}
.bk-scope.professional section.making-process .making-process__img {
  width: 100%;
  background-position: center;
  background-size: 95px;
  background-repeat: no-repeat;
}
.bk-scope.professional section.making-process .making-process__img--step1 {
  background-image: url(../images/home/making-process/process_01.svg);
}
.bk-scope.professional section.making-process .making-process__img--step2 {
  background-image: url(../images/home/making-process/process_02.svg);
}
.bk-scope.professional section.making-process .making-process__img--step3 {
  background-image: url(../images/home/making-process/process_03.svg);
}
.bk-scope.professional section.making-process .making-process__img--step4 {
  background-image: url(../images/home/making-process/process_04.svg);
}
.bk-scope.professional section.making-process .making-process__img--step5 {
  background-image: url(../images/home/making-process/process_05.svg);
}
.bk-scope.professional section.making-process .making-process__img::before {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}
.bk-scope.professional section.making-process .making-process__img-wrap {
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 5px solid #EBF5FF;
  border-radius: 50%;
}
.bk-scope.professional section.making-process .making-process__img-line {
  max-width: 100px;
  width: 100%;
  height: 5px;
  background-color: #EBF5FF;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .bk-scope.professional section.making-process .making-process__img-line {
    display: none;
  }
}
.bk-scope.professional section.making-process .making-process__text {
  padding-top: 13px;
  font-weight: 500;
  font-size: 22px;
  color: #333;
  text-align: center;
}
.bk-scope.professional .left-fixed-wrap {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  z-index: 999;
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional .left-fixed-wrap {
    display: none;
  }
}
.bk-scope.professional .left-fixed-wrap .logo-wrap {
  padding: 10px 0;
}
.bk-scope.professional .left-fixed-wrap .logo-wrap .logo {
  width: 100%;
}
.bk-scope.professional .left-fixed-wrap .fixed-box .box {
  border: 1px solid rgba(29, 74, 163, 0.12);
  border-left: none;
  border-radius: 0px 12px 12px 0px;
  background-color: #FFFFFF;
}
.bk-scope.professional .left-fixed-wrap .fixed-box .box .fixed-item-wrap {
  padding: 0 15px;
  position: relative;
}
.bk-scope.professional .left-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item {
  padding: 15px 5px;
  cursor: pointer;
}
.bk-scope.professional .left-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item.anchor {
  border-bottom: 0.75px solid rgba(98, 133, 202, 0.2);
}
.bk-scope.professional .left-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item .item-text {
  position: relative;
  z-index: 2;
}
.bk-scope.professional .left-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item .item-text .text {
  color: #5E91DE;
  font-size: 15px;
  text-align: center;
}
.bk-scope.professional .left-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item .active-background {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 115%;
  height: 100%;
  border-radius: 0 12px 12px 0;
  background-color: #1D4AA3;
  transform: translate3d(0, -50%, 0);
}
.bk-scope.professional .left-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item.top svg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.bk-scope.professional .left-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item.active .active-background {
  display: block;
}
.bk-scope.professional .left-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item.active .item-text .text {
  color: #FFFFFF;
}
.bk-scope.professional .mobile-fixed-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 999;
  box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1023px) {
  .bk-scope.professional .mobile-fixed-wrap {
    display: block;
  }
}
.bk-scope.professional .mobile-fixed-wrap .fixed-box .box {
  display: flex;
  background-color: #fff;
}
.bk-scope.professional .mobile-fixed-wrap .fixed-box .box .fixed-item-wrap {
  width: 25%;
  padding: 17px 0;
}
.bk-scope.professional .mobile-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item {
  border-right: 1px solid #EEEEEE;
}
.bk-scope.professional .mobile-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item .item-text {
  text-align: center;
  font-size: 12px;
  color: #3297F4;
  position: relative;
}
.bk-scope.professional .mobile-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item .item-text .icon-wrap {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  display: none;
}
.bk-scope.professional .mobile-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item.active .item-text .icon-wrap {
  display: block;
}
.bk-scope.professional .mobile-fixed-wrap .fixed-box .box .fixed-item-wrap:last-of-type .flex-item {
  border-right: none;
}