@charset "UTF-8";
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;
}
body.lazyweb .container {
  position: relative;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  max-width: 1280px;
}
@media (max-width: 767px) {
  body.lazyweb .container {
    padding: 0 10px;
  }
}
body.lazyweb .header-wrap {
  position: relative;
}
body.lazyweb .common__header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
body.lazyweb .common__header .header-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #fff;
  box-shadow: 0px 4px 6px rgba(34, 34, 34, 0.05);
  padding: 0 45px;
}
@media (max-width: 1279px) {
  body.lazyweb .common__header .header-wrap {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  body.lazyweb .common__header .header-wrap {
    padding: 10px 20px;
  }
}
body.lazyweb .common__header--login {
  padding: 45px;
  justify-content: flex-start;
  background-color: transparent;
  border-bottom: 0;
}
@media (max-width: 767px) {
  body.lazyweb .common__header--login {
    justify-content: center;
    padding: 55px 0 50px;
  }
}
body.lazyweb .common__header.top .header-wrap {
  background-color: transparent;
  box-shadow: none;
}
body.lazyweb .common__burger {
  height: 16px;
  display: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  body.lazyweb .common__burger {
    display: block;
  }
}
body.lazyweb .common__burger span {
  width: 22px;
  height: 2px;
  display: block;
  background-color: #000000;
}
body.lazyweb .common__burger span::before, body.lazyweb .common__burger span::after {
  content: "";
  width: 22px;
  height: 2px;
  background-color: #000000;
  display: inline-block;
  position: relative;
}
body.lazyweb .common__burger span::before {
  bottom: 10px;
}
body.lazyweb .common__burger span::after {
  bottom: 30px;
}
body.lazyweb .common__logo {
  width: 180px;
}
@media (max-width: 1400px) {
  body.lazyweb .common__logo {
    width: 160px;
  }
}
@media (max-width: 767px) {
  body.lazyweb .common__logo {
    width: 128px;
  }
}
body.lazyweb .common-nav {
  padding-left: 150px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  body.lazyweb .common-nav {
    padding-left: 35px;
  }
}
@media (max-width: 1024px) {
  body.lazyweb .common-nav {
    padding-left: 0;
    flex-grow: 1;
  }
}
body.lazyweb .common-nav__list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  body.lazyweb .common-nav__list {
    display: none;
  }
}
body.lazyweb .common-nav__item {
  padding: 27px 0;
  margin: 0 30px;
  position: relative;
  font-size: 20px;
  line-height: 1.45;
  color: #000000;
  cursor: pointer;
}
@media (max-width: 1549px) {
  body.lazyweb .common-nav__item {
    margin: 0 15px;
  }
}
@media (max-width: 1366px) {
  body.lazyweb .common-nav__item {
    padding: 25px 0;
  }
}
@media (max-width: 1279px) {
  body.lazyweb .common-nav__item {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  body.lazyweb .common-nav__item {
    margin: 0 10px;
  }
}
@media (max-width: 1023px) {
  body.lazyweb .common-nav__item {
    font-size: 16px;
  }
}
body.lazyweb .common-nav__item:hover p::after {
  transform: scale(1);
}
body.lazyweb .common-nav__item:hover .common-nav__info {
  display: block;
}
body.lazyweb .common-nav__item.active p::after {
  transform: scale(1);
}
body.lazyweb .common-nav__item--moreinfo::after {
  content: "";
  width: 6px;
  height: 4px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: 2px;
  background-image: url(/app-assets/images/common/arrow_down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.lazyweb .common-nav__item--moreinfo:hover::after {
  transform: rotate(180deg);
}
body.lazyweb .common-nav__item p {
  margin: 0;
  position: relative;
  display: inline-block;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
body.lazyweb .common-nav__item p::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0084ff;
  transition: all 0.3s ease-in-out;
  transform-origin: center;
  transform: scale(0);
}
body.lazyweb .common-nav__btn {
  margin: 0 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1400px) {
  body.lazyweb .common-nav__btn {
    margin: 0 10px;
  }
}
body.lazyweb .common-nav__btn-search {
  width: 40px;
  height: 40px;
  margin-right: 55px;
  border-radius: 50%;
  background-color: #0084FF;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
body.lazyweb .common-nav__btn-search:hover {
  opacity: 0.7;
}
body.lazyweb .common-nav__btn-search::before {
  content: "";
  width: 17px;
  height: 18px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/app-assets/images/common/search-icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.lazyweb .common-nav__btn-bgcolored {
  width: auto;
  padding: 9px 25px;
  border-radius: 8px;
  background-color: #0084FF;
  font-size: 20px;
  text-align: center;
  color: #fff;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
body.lazyweb .common-nav__btn-bgcolored:hover {
  background-color: #40A3FF;
}
@media screen and (max-width: 1279px) {
  body.lazyweb .common-nav__btn-bgcolored {
    height: auto;
    font-size: 16px;
    padding: 4px 10px;
    line-height: 32px;
    margin: 0 18px;
  }
}
@media screen and (max-width: 413px) {
  body.lazyweb .common-nav__btn-bgcolored span.large_device {
    display: none;
  }
}
body.lazyweb .common-nav__btn-bgcolored span.small_device {
  display: none;
}
@media screen and (max-width: 413px) {
  body.lazyweb .common-nav__btn-bgcolored span.small_device {
    display: initial;
  }
}
body.lazyweb .common-nav__btn-login {
  width: auto;
  height: auto;
  margin-left: 15px;
  font-size: 16px;
  color: #000000;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 1024px) {
  body.lazyweb .common-nav__btn-login {
    display: none;
  }
}
body.lazyweb .common-nav__btn-login:hover {
  opacity: 0.7;
}
body.lazyweb .common-nav__btn-login .icon {
  width: 30px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(/app-assets/images/common/personColored-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.lazyweb .common-nav__btn-login .icon::before {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}
body.lazyweb .common-nav__btn .count {
  width: 32px;
  height: 32px;
  position: absolute;
  right: -12px;
  top: -9px;
  font-family: Montserrat;
  font-size: 16px;
  color: #fff;
  text-align: center;
  z-index: 2;
}
@media (max-width: 1366px) {
  body.lazyweb .common-nav__btn .count {
    width: 22px;
    height: 22px;
    font-size: 14px;
  }
}
body.lazyweb .common-nav__btn .count span {
  width: 32px;
  height: 32px;
  background-color: #0084FF;
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 1366px) {
  body.lazyweb .common-nav__btn .count span {
    width: 25px;
    height: 25px;
    top: -3px;
    left: -1px;
  }
}
body.lazyweb .common-nav__btn.active .common-info__box {
  display: block;
}
@media (max-width: 1024px) {
  body.lazyweb .common-nav__btn.active .common-info__box {
    display: none;
  }
}
body.lazyweb .common-nav__input {
  width: 180px;
  height: 40px;
  padding: 0 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  -webkit-box-shadow: 1000px 0 0 30px white inset !important;
}
body.lazyweb .common-nav__input:focus {
  outline: none;
  border-color: #0084FF;
}
body.lazyweb .common-nav__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  body.lazyweb .common-nav__right {
    width: 100%;
    justify-content: flex-end;
  }
}
body.lazyweb .common-nav__info {
  min-width: 524px;
  padding: 20px 25px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 4px 4px;
}
body.lazyweb .common-nav__info-intro {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
  font-size: 22px;
  color: #000000;
}
body.lazyweb .common-nav__info-text {
  padding-top: 5px;
  font-weight: 400;
  font-size: 16px;
  color: #888;
}
body.lazyweb .common-nav__info-btnbox {
  padding-top: 10px;
}
body.lazyweb .common-nav__info-btn {
  padding: 5px 0;
  display: block;
  font-size: 16px;
  color: #000000;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
body.lazyweb .common-nav__info-btn:hover {
  color: #0084FF;
}
body.lazyweb .common-nav__info-btntext {
  padding-left: 25px;
  font-size: 14px;
  color: #888;
}
body.lazyweb .common-nav__info-icon {
  width: 18px;
  height: 18px;
  margin-right: 2px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: 2px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.lazyweb .common-nav__info-icon--self {
  background-image: url(/app-assets/images/common/icon_self_help.svg);
}
body.lazyweb .common-nav__info-icon--service {
  background-image: url(/app-assets/images/common/icon_assist_service.svg);
}
body.lazyweb .common-nav__info-icon--video {
  background-image: url(/app-assets/images/common/icon_video.svg);
}
body.lazyweb .common-nav__info-icon--faq {
  background-image: url(/app-assets/images/common/icon_question_bubble.svg);
}
body.lazyweb .common-person {
  margin-left: 28px;
  position: relative;
}
@media (max-width: 1400px) {
  body.lazyweb .common-person {
    margin-left: 18px;
  }
}
@media (max-width: 1024px) {
  body.lazyweb .common-person {
    display: none;
  }
}
body.lazyweb .common-person__btn {
  padding: 15px 0;
  margin-right: 2px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #707070;
}
body.lazyweb .common-person__icon {
  width: 25px;
  height: 30px;
  margin-right: 15px;
  background-image: url(/app-assets/images/login/loginaccount-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(1);
}
@media (max-width: 1366px) {
  body.lazyweb .common-person__icon {
    width: 20px;
    height: 22px;
    margin-right: 10px;
  }
}
body.lazyweb .common-person p {
  margin-bottom: 0;
  margin-right: 15px;
  font-size: 18px;
}
@media (max-width: 1366px) {
  body.lazyweb .common-person p {
    margin-right: 5px;
    font-size: 14px;
  }
}
body.lazyweb .common-person.active .common-info__item {
  padding: 5px 10px;
}
body.lazyweb .common-person.active .common-info__box {
  display: block;
}
body.lazyweb .common-info {
  position: relative;
}
body.lazyweb .common-info__box {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  flex-wrap: wrap;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  z-index: 1;
}
body.lazyweb .common-info__box::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background-color: #fff;
  display: block;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
body.lazyweb .common-info__box--person {
  width: 160px;
}
@media (max-width: 1366px) {
  body.lazyweb .common-info__box--person {
    width: 140px;
  }
}
body.lazyweb .common-info__box--person .common-info__block {
  margin: 10px 15px;
}
body.lazyweb .common-info__box--notice {
  width: 250px;
}
body.lazyweb .common-info__box--notice .common-info__block {
  max-height: 485px;
}
body.lazyweb .common-info__block {
  margin: 10px 15px 10px 10px;
  overflow-x: hidden;
  overflow-y: auto;
}
body.lazyweb .common-info__block span {
  width: 100%;
  height: 1px;
  margin: 10px 0;
  display: block;
  background-color: #eee;
}
@media (max-width: 1366px) {
  body.lazyweb .common-info__block span {
    margin: 5px 0;
  }
}
body.lazyweb .common-info__block::-webkit-scrollbar {
  width: 5px;
  position: relative;
  right: 5px;
}
body.lazyweb .common-info__block::-webkit-scrollbar-thumb {
  background-color: #eee;
  border-radius: 3px;
}
body.lazyweb .common-info__block::-webkit-scrollbar-track {
  background-color: transparent;
}
body.lazyweb .common-info__item {
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: space-around;
  font-size: 16px;
  color: #000000;
  text-align: center;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
body.lazyweb .common-info__item:hover {
  opacity: 0.7;
}
body.lazyweb .common-info__item:last-child .common-info__text {
  padding-bottom: 0;
  border-bottom: 0;
}
body.lazyweb .common-info__icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  flex-shrink: 0;
  background-image: url(/app-assets/images/common/notice-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.lazyweb .common-info__text {
  width: calc(100% - 40px);
  padding-bottom: 15px;
  display: inline-block;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  color: #000000;
  text-align: left;
}
@media (max-width: 1366px) {
  body.lazyweb .common-info__text {
    font-size: 14px;
  }
}
body.lazyweb .common-menu {
  max-width: 375px;
  width: 100%;
  height: 100%;
  padding: 35px 20px 30px 25px;
  position: fixed;
  right: 0;
  top: 0;
  display: none;
  flex-wrap: wrap;
  align-content: flex-start;
  box-shadow: transparent;
  background-color: #fff;
  z-index: 1000;
  transform: translateX(120%) translateZ(0);
  -webkit-transform: translateX(120%) translateZ(0);
  transition-property: transform, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 1024px) {
  body.lazyweb .common-menu {
    display: flex;
  }
}
body.lazyweb .common-menu__title {
  width: 100%;
  margin-top: 40px;
}
body.lazyweb .common-menu__title .common-nav__btn {
  margin: 0;
}
body.lazyweb .common-menu__title .common-lightbox__close {
  top: 35px;
  right: 20px;
}
body.lazyweb .common-menu__list {
  width: 100%;
  margin-top: 25px;
  padding: 15px 0 10px;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
body.lazyweb .common-menu__item {
  width: 100%;
  padding: 12px 0;
  position: relative;
  font-size: 16px;
  color: #000000;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
body.lazyweb .common-menu__item.active::before {
  content: "";
  width: 4px;
  height: 36px;
  position: absolute;
  left: -26px;
  top: 5px;
  background-color: #0084FF;
  display: block;
}
body.lazyweb .common-menu__item .icon {
  width: 6px;
  height: 4px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(/app-assets/images/common/arrow_down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.lazyweb .common-menu__item--withsub.common-menu__item--open {
  padding-bottom: 0;
}
body.lazyweb .common-menu__item--withsub.common-menu__item--open .common-menu__item-name .icon {
  transform: rotate(180deg);
}
body.lazyweb .common-menu__item--withsub.common-menu__item--open .common-menu__item-list {
  display: flex;
}
body.lazyweb .common-menu__item-name {
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
body.lazyweb .common-menu__item-name:hover {
  opacity: 0.7;
}
body.lazyweb .common-menu__item-list {
  padding-top: 10px;
  display: none;
  flex-wrap: wrap;
  outline: none;
}
body.lazyweb .common-menu__item-btn {
  width: 100%;
  padding-left: 5px;
  display: block;
  font-size: 14px;
  color: #000000;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
body.lazyweb .common-menu__item-btn:nth-child(n+2) {
  margin-top: 5px;
}
body.lazyweb .common-menu__item-btn:hover {
  opacity: 0.7;
}
body.lazyweb .common-menu__item-btn--self .icon {
  background-image: url(/app-assets/images/common/icon_self_help.svg);
}
body.lazyweb .common-menu__item-btn--service .icon {
  background-image: url(/app-assets/images/common/icon_assist_service.svg);
}
body.lazyweb .common-menu__item-btn.active::before {
  content: "";
  width: 3px;
  height: 20px;
  display: block;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0084FF;
}
body.lazyweb .common-menu__item-btn .icon {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: sub;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.lazyweb .common-menu__bottom {
  width: calc(100% - 45px);
  position: absolute;
  bottom: 30px;
  left: 25px;
}
body.lazyweb .common-menu__bottom-text {
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 12px;
  color: #888;
  text-align: center;
}
body.lazyweb .common-menu__bottom-text .icon {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(/app-assets/images/common/icon_nav_phone.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.lazyweb .common-menu__bottom-text .link {
  color: #000000;
}
body.lazyweb .common-menu__bottom-btn {
  width: 100%;
  padding: 11px;
  display: inline-block;
  background-color: #0084FF;
  border: 1px solid #0084FF;
  border-radius: 25px;
  color: #fff;
  text-align: center;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
body.lazyweb .common-menu__bottom-btn:hover {
  background-color: #40A3FF;
}
body.lazyweb .common-menu.active {
  box-shadow: -3px 0 3px rgba(136, 136, 136, 0.1);
  transform: translateX(0) translateZ(0);
  -webkit-transform: translateX(0) translateZ(0);
}
body.lazyweb .common-aside {
  width: 17%;
  border-right: 1px solid #eee;
  position: relative;
  background-color: #fff;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 1599px) {
  body.lazyweb .common-aside {
    width: 20%;
  }
}
@media (max-width: 1299px) {
  body.lazyweb .common-aside {
    width: 24%;
  }
}
@media (max-width: 1024px) {
  body.lazyweb .common-aside {
    max-width: 375px;
    width: 100%;
    height: 100%;
    padding-top: 87.5px;
    position: fixed;
    transform: translateX(-100%);
    bottom: 0;
    z-index: 10;
  }
}
body.lazyweb .common-aside__block {
  position: sticky;
  top: 105px;
  width: 100%;
}
@media (max-width: 1366px) {
  body.lazyweb .common-aside__block {
    top: 77px;
  }
}
@media (max-width: 1024px) {
  body.lazyweb .common-aside__block {
    position: relative;
    top: 0;
  }
}
body.lazyweb .common-aside__title {
  width: 100%;
  position: relative;
  display: none;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #888;
}
@media (max-width: 1024px) {
  body.lazyweb .common-aside__title {
    display: flex;
  }
}
body.lazyweb .common-aside__title .common-lightbox__close {
  position: relative;
  top: 0;
  right: 22px;
  cursor: pointer;
}
body.lazyweb .common-aside__search {
  width: 175px;
  background-color: #fff;
  position: relative;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 1024px) {
  body.lazyweb .common-aside__search {
    width: 278px;
    top: 38px;
  }
}
body.lazyweb .common-aside__search::before {
  content: "";
  width: 100%;
  height: 60px;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), #fff 100%);
  position: absolute;
  top: 40px;
  left: 0;
  display: block;
}
body.lazyweb .common-aside__search-input {
  width: 100%;
  padding: 0 40px 0 15px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 20px;
  -webkit-appearance: none;
  -webkit-box-shadow: 1000px 0 0 30px white inset !important;
}
@media (max-width: 1024px) {
  body.lazyweb .common-aside__search-input {
    padding: 0 52px 0 15px;
  }
}
body.lazyweb .common-aside__search-input:focus {
  outline: 0;
  border-color: #cce7ff;
}
body.lazyweb .common-aside__search-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(/app-assets/images/common/search-b-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 15px;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.button_allcase{
  margin-top:50px;
}


@media (max-width: 1024px) {
  body.lazyweb .common-aside__search-btn {
    right: 12px;
  }
}
body.lazyweb .common-aside__search-btn:hover {
  opacity: 0.7;
}
body.lazyweb .common-aside__list {
  width: 98%;
  height: 65vh;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
}
@media (max-width: 1024px) {
  body.lazyweb .common-aside__list {
    width: 96%;
    margin-top: 0;
    padding-top: 75px;
  }
}
body.lazyweb .common-aside__list::-webkit-scrollbar {
  width: 8px;
  position: relative;
  right: 5px;
}
body.lazyweb .common-aside__list::-webkit-scrollbar-thumb {
  background-color: #f6f6f6;
  border-radius: 5px;
}
body.lazyweb .common-aside__list::-webkit-scrollbar-track {
  background-color: transparent;
}
body.lazyweb .common-aside__item {
  width: 100%;
  padding: 8px 0 8px 10px;
  font-size: 16px;
  color: #000000;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
body.lazyweb .common-aside__item:hover, body.lazyweb .common-aside__item.active {
  color: #0084FF;
}
body.lazyweb .common-aside__item-title {
  font-size: 1px;
  color: #888;
}
body.lazyweb .common-aside__item-title:hover {
  color: #888;
}
@media (max-width: 1024px) {
  body.lazyweb .common-aside__item--pc {
    display: none;
  }
}
body.lazyweb .common-aside__divider {
  width: 175px;
  height: 1px;
  margin: 12px 0 12px;
  background-color: #eee;
  display: block;
}
@media (max-width: 1200px) {
  body.lazyweb .common-aside__divider {
    width: 160px;
  }
}
@media (max-width: 1024px) {
  body.lazyweb .common-aside__divider {
    display: none;
  }
}
@media (max-width: 1024px) {
  body.lazyweb .common-aside.active {
    transform: translateX(0);
  }
}
body.lazyweb .common-footer {
  width: 100%;
  border-top: 1px solid #ddd;
}
body.lazyweb .common-footer .container {
  padding: 75px 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  body.lazyweb .common-footer .container {
    padding: 15px 0 10px;
  }
}
body.lazyweb .common-footer__list {
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
@media (max-width: 1024px) {
  body.lazyweb .common-footer__list {
    width: 100%;
    padding: 20px 0 10px;
    margin: 0 40px;
    border-bottom: 1px solid #eee;
  }
  body.lazyweb .common-footer__list:last-child {
    border-bottom: 0;
  }
}
body.lazyweb .common-footer__list.active .common-footer__item-title::after {
  transform: rotate(-45deg);
}
body.lazyweb .common-footer__list.active .common-footer__item-links {
  margin-top: 15px;
}
body.lazyweb .common-footer__list.active .common-footer__item:nth-child(n+2) {
  max-height: 35px;
  opacity: 1;
}
body.lazyweb .common-footer__item {
  width: 100%;
  position: relative;
  font-size: 18px;
  color: #0084FF;
}
@media (max-width: 1024px) {
  body.lazyweb .common-footer__item {
    font-size: 14px;
    color: #000000;
  }
}
body.lazyweb .common-footer__item-title {
  margin-bottom: 28px;
}
@media (max-width: 1024px) {
  body.lazyweb .common-footer__item-title {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  body.lazyweb .common-footer__item-title::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    transform: rotate(45deg);
    display: block;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
  }
}
body.lazyweb .common-footer__item-title.bold {
  font-weight: 600;
}
body.lazyweb .common-footer__item-links {
  margin-top: 25px;
  font-size: 0;
}
@media (max-width: 1024px) {
  body.lazyweb .common-footer__item-links {
    margin-top: 0;
    padding-left: 10px;
    transition-property: margin-top;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
  }
}
body.lazyweb .common-footer__item a {
  padding: 4px 0;
  display: block;
  font-size: 16px;
  color: #000000;
  transition-property: padding-left;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
@media (max-width: 1024px) {
  body.lazyweb .common-footer__item a {
    padding: 6px 0 6px 10px;
    font-size: 12px;
    color: #666;
  }
}
body.lazyweb .common-footer__item a:hover {
  padding-left: 8px;
}
@media (max-width: 1024px) {
  body.lazyweb .common-footer__item a:hover {
    padding-left: 15px;
  }
}
body.lazyweb .common-footer__item .linkbtn {
  width: 35px;
  height: 35px;
  margin-right: 15px;
  border-radius: 50%;
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
body.lazyweb .common-footer__item .linkbtn:hover {
  opacity: 0.7;
}
body.lazyweb .common-footer__item .linkbtn--fb {
  background-image: url(/app-assets/images/common/fb-circle-icon.png);
}
body.lazyweb .common-footer__item .linkbtn--website {
  background-image: url(/app-assets/images/common/website-circle-icon.png);
}
body.lazyweb .common-footer__item .linkbtn--line {
  background-image: url(/app-assets/images/common/line-circle-icon.png);
}
@media (max-width: 1024px) {
  body.lazyweb .common-footer__item:nth-child(2) {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition-property: max-height, overflow, opacity;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0.1s;
    transform-origin: top;
  }
}
@media (max-width: 1024px) {
  body.lazyweb .common-footer__item:nth-child(3) {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition-property: max-height, overflow, opacity;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0.15s;
    transform-origin: top;
  }
}
@media (max-width: 1024px) {
  body.lazyweb .common-footer__item:nth-child(4) {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition-property: max-height, overflow, opacity;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0.2s;
    transform-origin: top;
  }
}
@media (max-width: 1024px) {
  body.lazyweb .common-footer__item:nth-child(5) {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition-property: max-height, overflow, opacity;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0.25s;
    transform-origin: top;
  }
}
@media (max-width: 1024px) {
  body.lazyweb .common-footer__item:nth-child(6) {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition-property: max-height, overflow, opacity;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0.3s;
    transform-origin: top;
  }
}
@media (max-width: 1024px) {
  body.lazyweb .common-footer__item:nth-child(7) {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition-property: max-height, overflow, opacity;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0.35s;
    transform-origin: top;
  }
}
body.lazyweb .common-footer__copyright {
  padding: 15px 0;
  border-top: 1px solid #eee;
  font-family: "Montserrat", Helvetica, Arial, serif;
  font-size: 14px;
  color: #000000;
  text-align: center;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  body.lazyweb .common-footer__copyright {
    font-size: 12px;
  }
}
body.lazyweb .common-lightbox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateZ(0);
  z-index: 10;
  display: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-delay: 0.01s;
}
body.lazyweb .common-lightbox--active {
  display: block;
}
body.lazyweb .common-lightbox--open {
  opacity: 1;
}
body.lazyweb .common-lightbox__box {
  max-width: 840px;
  width: 100%;
  padding: 0 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}
body.lazyweb .common-lightbox__box .inner {
  max-width: 810px;
  width: 100%;
  margin: 0 auto;
  padding: 65px 0 40px;
  position: relative;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
}
@media (max-width: 767px) {
  body.lazyweb .common-lightbox__box .inner {
    padding: 35px 0 5px;
  }
}
body.lazyweb .common-lightbox__box .inner.no-padding {
  padding: 0;
  border: 0;
}
body.lazyweb .common-lightbox__box .inner form {
  padding: 0 22px;
}
body.lazyweb .common-lightbox__title {
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: 500;
  color: #000000;
}
@media (max-width: 767px) {
  body.lazyweb .common-lightbox__title {
    margin-bottom: 25px;
    font-size: 22px;
  }
}
body.lazyweb .common-lightbox__title p {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  body.lazyweb .common-lightbox__title p {
    margin-top: 15px;
    font-size: 12px;
  }
}
body.lazyweb .common-lightbox__title--ms {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  body.lazyweb .common-lightbox__title--ms {
    margin-bottom: 25px;
  }
}
body.lazyweb .common-lightbox__title--ms p {
  margin-top: 25px;
}
@media (max-width: 767px) {
  body.lazyweb .common-lightbox__title--ms p {
    margin-bottom: 15px;
  }
}
body.lazyweb .common-lightbox__title--bluebg {
  padding: 25px 0;
  margin-bottom: 0;
  background-color: #0084FF;
  border: 1px solid #0084FF;
  border-radius: 8px 8px 0 0;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
body.lazyweb .common-lightbox__title--bluebg ~ .common-lightbox__close {
  right: 38px;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  body.lazyweb .common-lightbox__title--bluebg ~ .common-lightbox__close {
    top: 25px;
    right: 15px;
  }
}
body.lazyweb .common-lightbox__title--bluebg ~ .common-lightbox__close::before, body.lazyweb .common-lightbox__title--bluebg ~ .common-lightbox__close::after {
  background-color: #fff;
}
body.lazyweb .common-lightbox__title--bluebg ~ .common-lightbox__close:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
body.lazyweb .common-lightbox__title--bluebg ~ form {
  padding: 30px 45px !important;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}
@media (max-width: 767px) {
  body.lazyweb .common-lightbox__title--bluebg ~ form {
    padding: 30px 20px !important;
  }
}
body.lazyweb .common-lightbox__title--bluebg ~ form .account__field {
  flex-wrap: wrap;
  position: relative;
}
body.lazyweb .common-lightbox__title--bluebg ~ form .account__field > p {
  width: auto;
  margin-bottom: 12px;
  font-size: 16px;
  color: #000000;
}
body.lazyweb .common-lightbox__title--bluebg ~ form .account__field > p::before {
  margin-left: 0;
  vertical-align: text-top;
}
body.lazyweb .common-lightbox__title--bluebg ~ form .account__field--password > p::before {
  bottom: 0;
  top: 1px;
}
body.lazyweb .common-lightbox__title--bluebg ~ form .account__field--mail > p::before {
  bottom: 0;
  top: 2px;
}
body.lazyweb .common-lightbox__title--bluebg ~ form .account__title {
  width: 100%;
}
body.lazyweb .common-lightbox__title--bluebg ~ form .account__input {
  width: 100%;
}
body.lazyweb .common-lightbox__title--bluebg ~ form .common-lightbox__btn {
  width: 140px;
  height: 58px;
  position: relative;
}
@media (max-width: 1366px) {
  body.lazyweb .common-lightbox__title--bluebg ~ form .common-lightbox__btn {
    height: 54px;
  }
}
@media (max-width: 767px) {
  body.lazyweb .common-lightbox__title--bluebg ~ form .common-lightbox__btn {
    height: 50px;
  }
}
body.lazyweb .common-lightbox__title--bluebg ~ form .common-lightbox__btnbox {
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body.lazyweb .common-lightbox__title--bluebg ~ form .common-lightbox__btnbox {
    margin-top: 30px;
  }
}
body.lazyweb .common-lightbox__close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 25px;
  top: 25px;
  background-color: #eee;
  border-radius: 50%;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  cursor: pointer;
}
@media (max-width: 767px) {
  body.lazyweb .common-lightbox__close {
    right: 15px;
    top: 15px;
  }

  .button_allcase{
    margin-top:20px;
  }
}
body.lazyweb .common-lightbox__close::before {
  content: "";
  width: 11px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #000000;
  display: block;
}
body.lazyweb .common-lightbox__close::after {
  content: "";
  width: 11px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
  background-color: #000000;
  display: block;
}
body.lazyweb .common-lightbox__close:hover {
  background-color: #E0E0E0;
}
body.lazyweb .common-lightbox__btnbox {
  width: 100%;
  margin-top: 45px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  body.lazyweb .common-lightbox__btnbox {
    margin-top: 30px;
  }
}
body.lazyweb .common-lightbox__btnbox .common-lightbox__btn {
  margin: 0;
}
body.lazyweb .common-lightbox__btnbox .common-lightbox__btn:nth-child(n+2) {
  margin-left: 15px;
}
body.lazyweb .common-lightbox__btn {
  width: 195px;
  padding: 16px 0;
  margin: 0 auto;
  border-radius: 8px;
  border: 1px solid transparent;
  background-color: #0084FF;
  display: block;
  font-size: 18px;
  color: #fff;
  transition-property: opacity, background-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 1366px) {
  body.lazyweb .common-lightbox__btn {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body.lazyweb .common-lightbox__btn {
    padding: 15px 0;
    margin-bottom: 40px;
    font-size: 14px;
  }
}
body.lazyweb .common-lightbox__btn:hover {
  opacity: 0.7;
}
body.lazyweb .common-lightbox__btn--cancel {
  background-color: #fff;
  border-color: #0084FF;
  color: #0084FF;
}
body.lazyweb .common-lightbox__btn--gray {
  background-color: #ccc;
  pointer-events: none;
}
body.lazyweb .common-lightbox__msg {
  margin: 25px 45px;
  margin-bottom: 24px;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: rgba(0, 132, 255, 0.05);
  font-size: 15px;
  color: #0084FF;
  text-align: left;
}
@media (max-width: 767px) {
  body.lazyweb .common-lightbox__msg {
    margin: 25px 20px;
  }
}
body.lazyweb .common-lightbox__msg::before {
  content: "!";
  width: 15px;
  height: 15px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  bottom: 2px;
  border: 1px solid #0084FF;
  border-radius: 50%;
  transform: scale(0.8);
  font-size: 12px;
  line-height: 13px;
  text-align: center;
}
body.lazyweb .common-lightbox__msg ~ form {
  padding-top: 0 !important;
}
body.lazyweb .common-lightbox .black {
  width: 100%;
  height: 200%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
body.lazyweb .common__title {
  position: relative;
  font-size: 32px;
  font-weight: 500;
  color: #000000;
  text-align: center;
}
@media (max-width: 1366px) {
  body.lazyweb .common__title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  body.lazyweb .common__title {
    font-size: 22px;
  }
}
body.lazyweb .common__title p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #888;
}
@media (max-width: 767px) {
  body.lazyweb .common__title p {
    font-size: 14px;
  }
}
body.lazyweb .common__title-back {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-size: 16px;
  color: #666;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
body.lazyweb .common__title-back::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
}
body.lazyweb .common__title-back::after {
  content: "列表";
}
@media (max-width: 767px) {
  body.lazyweb .common__title-back::after {
    display: none;
  }
}
body.lazyweb .common__title-back:hover {
  opacity: 0.7;
}
body.lazyweb .common-page {
  width: 100%;
  margin-top: 25px;
  text-align: center;
}
body.lazyweb .common-page__list {
  background-color: #f9f9f9;
  display: inline-block;
  border-radius: 30px;
}
body.lazyweb .common-page__arrow {
  height: 34px;
  padding: 0px 12px;
  background-color: #f9f9f9;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  line-height: 34px;
  color: #626262;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
body.lazyweb .common-page__arrow:hover {
  opacity: 0.7;
}
body.lazyweb .common-page__prev {
  border-radius: 30px 0 0 30px;
}
body.lazyweb .common-page__next {
  border-radius: 0 30px 30px 0;
}
body.lazyweb .common-page__num {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #000000;
  background-color: #f9f9f9;
}
body.lazyweb .common-page__num.now {
  background-color: #0084FF;
  color: #fff;
  border-radius: 50%;
}
body.lazyweb .white-bg {
  background-color: #fff;
}
body.lazyweb .window-check {
  display: none;
}
@media (max-width: 1024px) {
  body.lazyweb .window-check {
    display: block;
  }
}
body.lazyweb .fixed-social {
  position: fixed;
  right: 24px;
  bottom: 104px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  body.lazyweb .fixed-social {
    bottom: 165px;
  }
}
body.lazyweb .fixed-social__gotop {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #eee;
  border-radius: 2px;
  display: block;
  background-image: url(/app-assets/images/common/icon_arrow_gotop.svg);
  background-repeat: no-repeat;
  background-position: 11px center;
  background-size: 19px 10px;
  margin-bottom: 20px;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
body.lazyweb .fixed-social__gotop.show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  body.lazyweb .fixed-social__gotop {
    width: 30px;
    height: 30px;
    background-position: 9px center;
    background-size: 12px 10px;
  }
}
body.lazyweb .fixed-social__gotop:hover {
  background-color: #fff;
}
body.lazyweb .fixed-social-icon {
  padding: 5px 0;
  display: block;
}
body.lazyweb .fixed-social-icon .social-item {
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 58px;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
}
body.lazyweb .fixed-social-icon .social-item:hover {
  opacity: 0.7;
}
body.lazyweb .fixed-social__fb {
  background-image: url(/app-assets/images/common/fixed_messenger.svg);
}
body.lazyweb .fixed-social__line {
  background-image: url(/app-assets/images/common/fixed_line@.svg);
}
body.lazyweb .fixed-phone {
  position: fixed;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  display: none;
  transition-property: max-width;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
@media (max-width: 767px) {
  body.lazyweb .fixed-phone {
    max-width: 69px;
    display: initial;
    left: 0;
    top: auto;
    bottom: 15%;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  body.lazyweb .fixed-phone.active {
    max-width: 165px;
  }
  body.lazyweb .fixed-phone.active .fixed-phone__btn-icon {
    margin-right: 20px;
  }
  body.lazyweb .fixed-phone.active .fixed-phone__btn-text {
    display: flex;
  }
  body.lazyweb .fixed-phone.active .fixed-phone__btn-arrow {
    transform: rotate(90deg);
  }
}
body.lazyweb .fixed-phone__btn {
  width: 220px;
  display: inline-block;
  position: relative;
  background-image: url(/app-assets/images/common/fixed_phone.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: drop-shadow(0px 0px 10px rgba(0, 80, 154, 0.15));
  transition-property: background-image;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 767px) {
  body.lazyweb .fixed-phone__btn {
    width: auto;
    height: 59px;
    padding: 15px 5px 15px 30px;
    right: 25px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.7);
    background-image: none;
  }
}
body.lazyweb .fixed-phone__btn::before {
  content: "";
  width: 100%;
  padding-top: 44.5%;
  display: block;
}
@media (max-width: 767px) {
  body.lazyweb .fixed-phone__btn::before {
    display: none;
  }
}
body.lazyweb .fixed-phone__btn:hover {
  background-image: url(/app-assets/images/common/fixed_phone_hover.png);
}
@media (max-width: 767px) {
  body.lazyweb .fixed-phone__btn:hover {
    background-image: none;
  }
}
body.lazyweb .fixed-phone__btn-icon {
  width: 17px;
  height: 17px;
  margin-right: 0;
  display: none;
  flex-shrink: 0;
  background-image: url(/app-assets/images/common/icon_phone_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition-property: margin-right;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
@media (max-width: 767px) {
  body.lazyweb .fixed-phone__btn-icon {
    display: inline-block;
  }
}
body.lazyweb .fixed-phone__btn-text {
  position: absolute;
  left: 88px;
  top: 32px;
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 767px) {
  body.lazyweb .fixed-phone__btn-text {
    display: none;
    position: relative;
    left: 0;
    top: 0;
    font-weight: 400;
    white-space: nowrap;
  }
}
body.lazyweb .fixed-phone__btn-text span {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 767px) {
  body.lazyweb .fixed-phone__btn-text span {
    font-weight: 400;
    font-size: 12px;
  }
}
body.lazyweb .fixed-phone__btn-arrow {
  width: 16px;
  height: 6px;
  padding-left: 10px;
  display: none;
  transform: rotate(270deg);
  background-image: url(/app-assets/images/common/arrow_down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(10);
}
@media (max-width: 767px) {
  body.lazyweb .fixed-phone__btn-arrow {
    display: block;
  }
}
body.lazyweb .section-title-wrap .title-wrap {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  body.lazyweb .section-title-wrap .title-wrap {
    padding: 0;
  }
}
body.lazyweb .section-title-wrap .title-wrap .text {
  font-weight: 600;
  font-size: 38px;
  line-height: 56px;
  text-align: center;
  color: #000000;
  margin: 0;
}
body.lazyweb .section-title-wrap .title-wrap .text span.inline {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  body.lazyweb .section-title-wrap .title-wrap .text {
    font-size: 28px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 359px) {
  body.lazyweb .section-title-wrap .title-wrap .text {
    font-size: 20px;
  }
}
body.lazyweb .section-title-wrap .subtitle-wrap {
  padding-top: 10px;
}
body.lazyweb .section-title-wrap .subtitle-wrap .text {
  font-size: 18px;
  color: #444444;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.lazyweb .section-title-wrap .subtitle-wrap .text {
    font-size: 14px;
  }
}
body.lazyweb .contact-title-wrap {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  body.lazyweb .contact-title-wrap {
    padding: 0 20px;
  }
}
body.lazyweb .contact-title-wrap .title-wrap .text {
  font-size: 38px;
  color: #333333;
  font-weight: 500;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 767px) {
  body.lazyweb .contact-title-wrap .title-wrap .text {
    font-size: 28px;
  }
}
body.lazyweb .contact-title-wrap .subtitle-wrap {
  padding-top: 10px;
}
body.lazyweb .contact-title-wrap .subtitle-wrap a.text {
  color: #0084FF;
}
body.lazyweb .contact-title-wrap .subtitle-wrap .text {
  font-size: 18px;
  color: #888;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.lazyweb .contact-title-wrap .subtitle-wrap .text {
    font-size: 14px;
  }
}
body.lazyweb .common-button-wrap {
  display: flex;
}
body.lazyweb .common-button-wrap .button-wrap .button {
  background-color: #0084FF;
  padding: 12px 30px;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  body.lazyweb .common-button-wrap .button-wrap .button {
    padding: 12px 30px;
  }
}
body.lazyweb .common-button-wrap .button-wrap .button .text {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
body.lazyweb .common-button-wrap .button-wrap .button:hover {
  background-color: #40A3FF;
}
body.lazyweb .section-tip-wrap {
  display: flex;
  justify-content: center;
}
body.lazyweb .section-tip-wrap .tip-wrap .tip {
  padding: 0 25px;
  background-color: #0084FF;
  border-radius: 25px;
  position: relative;
}
body.lazyweb .section-tip-wrap .tip-wrap .tip .text {
  font-size: 20px;
  line-height: 45px;
  color: #ffffff;
}
body.lazyweb .section-tip-wrap .tip-wrap .tip .triangle {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 22px;
  height: 16.5px;
  background-image: url("/app-assets/images/common/tip_triangle.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.lazyweb .contact-form .form-wrap .form-flex-wrap {
  display: flex;
}
@media screen and (max-width: 1023px) {
  body.lazyweb .contact-form .form-wrap .form-flex-wrap {
    flex-wrap: wrap;
  }
}
body.lazyweb .contact-form .form-wrap .wrap {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  body.lazyweb .contact-form .form-wrap .wrap {
    width: 100%;
  }
}
body.lazyweb .contact-form .form-wrap .wrap .input-wrap, body.lazyweb .contact-form .form-wrap .wrap .textarea-wrap {
  width: 100%;
  padding: 8px;
}
body.lazyweb .contact-form .form-wrap .wrap input::placeholder, body.lazyweb .contact-form .form-wrap .wrap textarea::placeholder {
  color: #AAAAAA;
}
body.lazyweb .contact-form .form-wrap .wrap input:-ms-input-placeholder, body.lazyweb .contact-form .form-wrap .wrap textarea:-ms-input-placeholder {
  color: #AAAAAA;
}
body.lazyweb .contact-form .form-wrap .wrap input::-ms-input-placeholder, body.lazyweb .contact-form .form-wrap .wrap textarea::-ms-input-placeholder {
  color: #AAAAAA;
}
body.lazyweb .contact-form .form-wrap .wrap .input-wrap .input input {
  width: 100%;
  height: 56px;
  font-size: 16px;
  padding: 0 18px;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
}
body.lazyweb .contact-form .form-wrap .wrap .textarea-wrap {
  height: 100%;
}
body.lazyweb .contact-form .form-wrap .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) {
  body.lazyweb .contact-form .form-wrap .wrap textarea {
    height: 200px;
  }
}
body.lazyweb .contact-form .form-wrap .common-button-wrap {
  justify-content: center;
  padding: 30px 0 10px;
}
body.lazyweb .common__header .header-wrap .logo-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  padding: 0 45px;
}
@media screen and (max-width: 1279px) {
  body.lazyweb .common__header .header-wrap .logo-wrap {
    padding: 0 20px;
  }
}
body.lazyweb .common__header .header-wrap .logo-wrap .common__logo {
  height: auto;
  width: 180px;
  height: 59.41px;
}
@media screen and (max-width: 1279px) {
  body.lazyweb .common__header .header-wrap .logo-wrap .common__logo {
    width: 145px;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  body.lazyweb .common__header .header-wrap .logo-wrap .common__logo {
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
@media screen and (max-width: 359px) {
  body.lazyweb .common__header .header-wrap .logo-wrap .common__logo {
    width: 125px;
  }
}
@media screen and (max-width: 319px) {
  body.lazyweb .common__header .header-wrap .logo-wrap .common__logo {
    width: 90px;
  }
}
@media screen and (max-width: 1366px) {
  body.lazyweb .common__header .header-wrap .common-nav__item {
    font-size: 18px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 1279px) {
  body.lazyweb .common__header .header-wrap .common-nav__item {
    margin: 0 10px;
    font-size: 16px;
  }
}
body.lazyweb .common__header .header-wrap .header-service-contact {
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  body.lazyweb .common__header .header-wrap .header-service-contact {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  body.lazyweb .common__header .header-wrap .header-service-contact.pc {
    display: none;
  }
}
body.lazyweb .common__header .header-wrap .header-service-contact.mb {
  display: none;
}
@media screen and (max-width: 1024px) {
  body.lazyweb .common__header .header-wrap .header-service-contact.mb {
    display: flex;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition: all 0.5s ease-in-out;
    padding: 0;
    align-items: center;
  }
  body.lazyweb .common__header .header-wrap .header-service-contact.mb img{
  width: 120px;
  }
  body.lazyweb .common__header .header-wrap .header-service-contact .service-contact .phone-num{
    line-height: normal;
  }
}
body.lazyweb .common__header .header-wrap .header-service-contact .service-contact .phone-num {
  line-height: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
@media (max-width: 359px) {
  body.lazyweb .common__header .header-wrap .header-service-contact .service-contact .phone-num {
    font-size: 14px;
  }
}
body.lazyweb .common__header .header-wrap .header-service-contact .service-contact .line-wrap {
  padding: 5px 0;
}
body.lazyweb .common__header .header-wrap .header-service-contact .service-contact .line {
  height: 1px;
  width: 100%;
  background-color: #000000;
}
body.lazyweb .common__header .header-wrap .header-service-contact .service-contact .contact-info {
  display: flex;
  align-items: center;
  height: 20px;
}
@media (max-width: 359px) {
  body.lazyweb .common__header .header-wrap .header-service-contact .service-contact .contact-info .icon {
    display: none;
  }
}
body.lazyweb .common__header .header-wrap .header-service-contact .service-contact .contact-info .text {
  padding-left: 5px;
}
@media (max-width: 359px) {
  body.lazyweb .common__header .header-wrap .header-service-contact .service-contact .contact-info .text {
    font-size: 14px;
  }
}
body.lazyweb .common__header .header-wrap .common-nav__right .buttons-wrap {
  display: flex;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 1366px) {
  body.lazyweb .common__header .header-wrap .common-nav__right .buttons-wrap {
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 1279px) {
  body.lazyweb .common__header .header-wrap .common-nav__right .buttons-wrap {
    padding: 0 15px 0 0;
  }
}
@media screen and (max-width: 359px) {
  body.lazyweb .common__header .header-wrap .common-nav__right .buttons-wrap {
    padding: 0 10px 0 0;
  }
}
body.lazyweb .common__header .header-wrap .common-nav__right .buttons-wrap .button-wrap {
  padding: 0 5px;
}
body.lazyweb .common__header .header-wrap .common-nav__right .buttons-wrap .button-wrap .button {
  display: flex;
  align-items: center;
  padding: 10px 30px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  border: 1px solid;
}
@media screen and (max-width: 1366px) {
  body.lazyweb .common__header .header-wrap .common-nav__right .buttons-wrap .button-wrap .button {
    padding: 8px 25px;
  }
}
@media screen and (max-width: 1279px) {
  body.lazyweb .common__header .header-wrap .common-nav__right .buttons-wrap .button-wrap .button {
    padding: 6px 15px;
  }
}
@media screen and (max-width: 767px) {
  body.lazyweb .common__header .header-wrap .common-nav__right .buttons-wrap .button-wrap .button {
    padding: 4px 10px;
  }
}
body.lazyweb .common__header .header-wrap .common-nav__right .buttons-wrap .button-wrap .button .icon {
  padding-right: 4px;
  display: flex;
  align-items: center;
}
body.lazyweb .common__header .header-wrap .common-nav__right .buttons-wrap .button-wrap .button .text {
  font-size: 20px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1366px) {
  body.lazyweb .common__header .header-wrap .common-nav__right .buttons-wrap .button-wrap .button .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1279px) {
  body.lazyweb .common__header .header-wrap .common-nav__right .buttons-wrap .button-wrap .button .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.lazyweb .common__header .header-wrap .common-nav__right .buttons-wrap .button-wrap .button .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 413px) {
  body.lazyweb .common__header .header-wrap .common-nav__right .buttons-wrap .button-wrap .button .text span.large_device {
    display: none;
  }
}
body.lazyweb .common__header .header-wrap .common-nav__right .buttons-wrap .button-wrap .button .text span.small_device {
  display: none;
}
@media screen and (max-width: 413px) {
  body.lazyweb .common__header .header-wrap .common-nav__right .buttons-wrap .button-wrap .button .text span.small_device {
    display: initial;
  }
}
@media screen and (max-width: 1024px) {
  body.lazyweb .common__header .header-wrap .common-nav__right .buttons-wrap .button-wrap .button.login {
    display: none;
  }
}
body.lazyweb .common__header .header-wrap .common-nav__right .buttons-wrap .button-wrap .button.login:hover {
  opacity: 0.8;
}
body.lazyweb .common__header .header-wrap .common-nav__right .buttons-wrap .button-wrap .button.blue {
  background-color: #0084FF;
  border-color: #0084FF;
}
body.lazyweb .common__header .header-wrap .common-nav__right .buttons-wrap .button-wrap .button.blue .text {
  color: #FFFFFF;
}
body.lazyweb .common__header .header-wrap .common-nav__right .buttons-wrap .button-wrap .button.blue:hover {
  opacity: 0.8;
}
body.lazyweb .common__header .header-wrap .common-nav__right .buttons-wrap .button-wrap .button.white {
  background-color: #FFFFFF;
  border-color: #0084ff;
}
body.lazyweb .common__header .header-wrap .common-nav__right .buttons-wrap .button-wrap .button.white .text {
  color: #0084FF;
}
body.lazyweb .common__header .header-wrap .common-nav__right .buttons-wrap .button-wrap .button.white:hover {
  background-color: #0084ff;
}
body.lazyweb .common__header .header-wrap .common-nav__right .buttons-wrap .button-wrap .button.white:hover .text {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  body.lazyweb .common__header .header-wrap .common-nav__right .buttons-wrap .button-wrap.pc {
    display: none;
  }
}
body.lazyweb .common__header.top .header-wrap .header-service-contact.mb {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-100%, 0, 0);
}
body.lazyweb .common__header.top .header-wrap .logo-wrap .common__logo {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 539px) {
  body.lazyweb .common-nav__btn-bgcolored {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  body.lazyweb .common-nav__btn-bgcolored.pc {
    display: none;
  }
}
body.lazyweb .common-nav__btn-bgcolored.mb {
  display: none;
}
@media screen and (max-width: 1024px) {
  body.lazyweb .common-nav__btn-bgcolored.mb {
    display: block;
  }
}
body.lazyweb .fixed-ad {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 9999;
  display: none;
}
@media screen and (max-width: 767px) {
  body.lazyweb .fixed-ad {
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
  }
}
body.lazyweb .fixed-ad .image {
  width: 100%;
  max-width: 100%;
  cursor: pointer;
}
body.lazyweb .fixed-ad .image img {
  width: 100%;
  max-width: 300px;
}
body.lazyweb .fixed-ad .lazy-ad-wrap {
  position: relative;
}
body.lazyweb .fixed-ad .lazy-ad-wrap .close-wrap {
  position: absolute;
  top: 10px;
  right: 10px;
}
body.lazyweb .fixed-ad .lazy-ad-wrap .close-wrap .close {
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 50%;
}
body.lazyweb .fixed-ad .lazy-ad-wrap .close-wrap .close .line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 1.5px;
  background-color: #FFFFFF;
}
body.lazyweb .fixed-ad .lazy-ad-wrap .close-wrap .close .line.first {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
body.lazyweb .fixed-ad .lazy-ad-wrap .close-wrap .close .line.second {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
body.lazyweb.home .fixed-ad {
  display: flex;
}
@media screen and (max-width: 767px) {
  body.lazyweb.home .fixed-ad {
    display: none;
  }
}
body.lazyweb .fix-ad-full {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 9999999999;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  body.lazyweb .fix-ad-full {
    display: none;
  }
}
body.lazyweb .fix-ad-full.active {
  opacity: 1;
  visibility: visible;
}
body.lazyweb .fix-ad-full .popup-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  padding: 20px;
}
body.lazyweb .fix-ad-full .popup-wrap .popup-box {
  position: relative;
}
body.lazyweb .fix-ad-full .popup-wrap .popup-box .close-wrap {
  position: absolute;
  top: 15px;
  right: 15px;
}
body.lazyweb .fix-ad-full .popup-wrap .popup-box .close-wrap .close {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
  cursor: pointer;
}
body.lazyweb .fix-ad-full .popup-wrap .popup-box .close-wrap .close .line {
  width: 12px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #FFFFFF;
}
body.lazyweb .fix-ad-full .popup-wrap .popup-box .close-wrap .close .line.first {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
body.lazyweb .fix-ad-full .popup-wrap .popup-box .close-wrap .close .line.second {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
body.lazyweb .fix-ad-full .popup-wrap .popup-box .close-wrap .close:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
body.lazyweb .fix-ad-full .popup-wrap .popup-box .box-wrap {
  display: none;
  position: relative;
}
body.lazyweb .fix-ad-full .popup-wrap .popup-box .box-wrap .image-wrap .image {
  width: 100%;
  max-width: 878px;
}
body.lazyweb .fix-ad-full .popup-wrap .popup-box .box-wrap .content-wrap {
  max-width: 100%;
}
body.lazyweb .fix-ad-full .popup-wrap .popup-box .box-wrap .content-wrap .button-image {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #FFE00F;
}
body.lazyweb .fix-ad-full .popup-wrap .popup-box .box-wrap .content-wrap .button-image .image {
  padding: 10px 0;
  cursor: pointer;
}
body.lazyweb .fix-ad-full .popup-wrap .popup-box .box-wrap.first .content-wrap .buttons-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #7D160A;
}
body.lazyweb .fix-ad-full .popup-wrap .popup-box .box-wrap.first .content-wrap .buttons-wrap .button-wrap {
  padding: 20px 0;
}
body.lazyweb .fix-ad-full .popup-wrap .popup-box .box-wrap.first .content-wrap .buttons-wrap .button-wrap .button {
  border: 2px solid #FFFFFF;
  background: linear-gradient(180deg, #FDDD6D 0%, #FDBB36 100%);
  box-shadow: 4px 4px 10px #6D1106;
  border-radius: 999px;
  padding: 0 30px;
  cursor: pointer;
}
body.lazyweb .fix-ad-full .popup-wrap .popup-box .box-wrap.first .content-wrap .buttons-wrap .button-wrap .button .text {
  color: #7D160A;
  font-size: 26px;
  line-height: 54px;
  text-align: center;
  font-weight: 900;
  font-family: Microsoft JhengHei;
}
body.lazyweb .fix-ad-full .popup-wrap .popup-box .box-wrap.third .content-wrap .button-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 37px 32px 0;
}
body.lazyweb .fix-ad-full .popup-wrap .popup-box .box-wrap.third .content-wrap .button-wrap .button {
  width: 127px;
  height: 127px;
  border-radius: 50%;
  background: linear-gradient(180deg, #41BFFE -32.14%, #5B7AF5 55.87%, #D254F1 132.14%);
  display: flex;
  justify-content: center;
  align-items: center;
}
body.lazyweb .fix-ad-full .popup-wrap .popup-box .box-wrap.third .content-wrap .button-wrap .button .text {
  font-size: 34px;
  font-weight: 400;
  color: #FFFFFF;
  max-width: 70px;
  line-height: 1;
}
body.lazyweb .fixed-ad-slider {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 300px;
  height: 215px;
  z-index: 777777777;
}
@media screen and (max-width: 539px) {
  body.lazyweb .fixed-ad-slider {
    width: 100%;
    left: 0;
    bottom: 0;
    height: auto;
    padding: 15px;
  }
}
@media screen and (max-width: 359px) {
  body.lazyweb .fixed-ad-slider {
    padding: 15px 0;
  }
}
body.lazyweb .fixed-ad-slider .fix-ad {
  position: relative;
  width: 100%;
  height: 100%;
}
body.lazyweb .fixed-ad-slider .fix-ad .close-wrap {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
}
@media screen and (max-width: 549px) {
  body.lazyweb .fixed-ad-slider .fix-ad .close-wrap {
    top: 5px;
    right: 5px;
  }
}
body.lazyweb .fixed-ad-slider .fix-ad .close-wrap .close {
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 50%;
}
@media screen and (max-width: 549px) {
  body.lazyweb .fixed-ad-slider .fix-ad .close-wrap .close {
    width: 26px;
    height: 26px;
  }
}
body.lazyweb .fixed-ad-slider .fix-ad .close-wrap .close .line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 1.5px;
  background-color: #FFFFFF;
}
body.lazyweb .fixed-ad-slider .fix-ad .close-wrap .close .line.first {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
body.lazyweb .fixed-ad-slider .fix-ad .close-wrap .close .line.second {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
body.lazyweb .fixed-ad-slider .lazy-ad-wrap {
  position: relative;
}
body.lazyweb .fixed-ad-slider .lazy-ad-wrap .image {
  width: 100%;
  height: 215px;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 539px) {
  body.lazyweb .fixed-ad-slider .lazy-ad-wrap .image {
    height: 62px;
    border-radius: 18px;
  }
}
@media screen and (max-width: 359px) {
  body.lazyweb .fixed-ad-slider .lazy-ad-wrap .image {
    border-radius: 0;
  }
}
@media screen and (max-width: 539px) {
  body.lazyweb .fixed-ad-slider .lazy-ad-wrap .image.pc {
    display: none;
  }
}
body.lazyweb .fixed-ad-slider .lazy-ad-wrap .image.mb {
  display: none;
}
@media screen and (max-width: 539px) {
  body.lazyweb .fixed-ad-slider .lazy-ad-wrap .image.mb {
    display: block;
  }
}
body.lazyweb .fixed-ad-slider .lazy-ad-wrap .image:hover {
  opacity: 0.85;
}
@media screen and (max-width: 539px) {
  body.lazyweb .fixed-ad-slider .lazy-ad-wrap .image:hover {
    opacity: 1;
  }
}
body.lazyweb .fixed-ad-slider .lazy-ad-wrap .image img {
  width: 100%;
  max-width: 300px;
}
body.lazyweb .fixed-ad-slider .splide__pagination {
  position: absolute;
  left: initial;
  right: 15px;
}
body.lazyweb .fixed-ad-slider .splide__pagination__page {
  width: 10px;
  height: 3px;
  border-radius: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease-in-out;
}
body.lazyweb .fixed-ad-slider .splide__pagination__page.is-active {
  width: 23px;
  background-color: rgba(255, 255, 255, 0.8);
  transform: none;
}
body.lazyweb .common-menu {
  z-index: 999999999999;
  flex-direction: column;
}
body.lazyweb .common-menu .bottom-buttons-wrap {
  display: flex;
  align-items: flex-end;
  flex-grow: 1;
}
body.lazyweb .common-menu .bottom-buttons-wrap .bottom-wrap {
  width: 100%;
}
body.lazyweb .common-menu .bottom-buttons-wrap .phone-button {
  padding: 14px 0;
  display: flex;
  justify-content: center;
}
body.lazyweb .common-menu .bottom-buttons-wrap .phone-button .button .text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body.lazyweb .common-menu .bottom-buttons-wrap .phone-button .button .text .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 5px;
}
body.lazyweb .common-menu .bottom-buttons-wrap .phone-button .button .text .icon svg {
  width: 15px;
  height: 15px;
}
body.lazyweb .common-menu .bottom-buttons-wrap .phone-button .button .text .title {
  font-weight: 500;
  font-size: 20px;
}
body.lazyweb .common-menu .bottom-buttons-wrap .phone-button .button .text .phone {
  font-weight: 500;
  font-size: 20px;
  padding: 2px 7px;
}
body.lazyweb .common-menu .bottom-buttons-wrap .button-wrap {
  padding: 6px 0;
}
body.lazyweb .common-menu .bottom-buttons-wrap .button-wrap .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 45px;
  border-radius: 8px;
  cursor: pointer;
}
body.lazyweb .common-menu .bottom-buttons-wrap .button-wrap .button .text {
  font-size: 18px;
  font-weight: 500;
}
body.lazyweb .common-menu .bottom-buttons-wrap .button-wrap .button.blue {
  background-color: #0084FF;
}
body.lazyweb .common-menu .bottom-buttons-wrap .button-wrap .button.blue .text {
  color: #FFFFFF;
}
body.lazyweb .common-menu .bottom-buttons-wrap .button-wrap .button.white {
  background-color: transparent;
  border: 1px solid #DDDDDD;
}
body.lazyweb .common-menu .bottom-buttons-wrap .button-wrap .button.white .icon {
  padding-right: 7px;
}
body.lazyweb .common-menu .bottom-buttons-wrap .button-wrap .button.white .text {
  font-size: 18px;
  color: #333333;
}
.anchor-fixed-wrap {
  position: fixed;
  top: 83px;
  left: 0;
  width: 100%;
  z-index: 90;
}

.mb-fix-anchor {
  display:none;
}

.mb-fix-anchor .fixed-box .box{
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1366px) {
  .anchor-fixed-wrap {
    top: 76.09px;
  }
}
@media screen and (max-width: 1279px) {
  .anchor-fixed-wrap {
    top: 73.19px;
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .anchor-fixed-wrap {
    display: none;
  }

  .mb-fix-anchor {
    display: block;
    position: fixed;
    bottom: 70px;
    left: 0;
    width: 100%;
    z-index: 90;
    background-color: #0084ffdb;
    border-top: 5px solid #1a73e854;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}



}
.anchor-fixed-wrap .fixed-box {
  background: rgba(18, 138, 249, 0.89);
  box-shadow: 0px 4px 6px rgba(34, 34, 34, 0.05);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
}
.anchor-fixed-wrap .fixed-box .box {
  display: flex;
  align-items: center;
}
.anchor-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item.anchor {
  cursor: pointer;
  padding: 14px 20px 12px;
  transition: all 0.2s ease-in-out;
}
.anchor-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item.anchor .item-text .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
}
.anchor-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item.anchor:hover {
  background-color: #379FFF;
}
.anchor-fixed-wrap .fixed-box.hid {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, -100%, 0);
}

body.lazyweb .home-page section.select-case {
  padding: 60px 0 80px;
}
body.lazyweb .home-page section.select-case .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

body.lazyweb .home-page section.select-case .container a:hover{
  opacity: 0.8;
}

.lazy-text-wrap {
    display: flex;
    justify-content: center;
}

.lazy-text-wrap.mb{
  display:none;
}

@media (max-width:568px) {
  .lazy-text-wrap {
    display:none;
  }

  .lazy-text-wrap.mb{
    display:flex;
    flex-wrap: wrap;
  }
}
/*===精選案例===*/
body.lazyweb .container.works-box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
}
.works__item {
  display: block;
  padding: 5px;
  text-decoration: none;
  margin: 20px 20px 0 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
}
.works__item:hover,
.works__item:focus {
  text-decoration: none;
}
.works__item-img {
  position: relative;
  background-image: url(https://www.lazyweb.com.tw/images/workinfo/index_works-min.jpg);
  background-size: 500%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.works__item-img::before {
  content: '';
  display: block;
  padding-top: 144%;
}
.works__item-infobox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  padding: 15px 0 10px;
}
.works__item-info {
  width: 50%;
  color: #999;
  font-size: 13px;
  -webkit-transition: color .4s ease;
  -moz-transition: color .4s ease;
  transition: color .4s ease;
}
.works__item-info:first-child {
  border-right: 1px solid #eee;
}
.works__item:hover .works__item-info:last-child {
  color: #fe7e17;
}
.works__item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #fe7e17;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: transform .4s ease, opacity .4s ease;
  -moz-transition: transform .4s ease, opacity .4s ease;
  transition: transform .4s ease, opacity .4s ease;
}
.works__item:hover .works__item-overlay {
  opacity: .9;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.works__item-overlay>div {
  width: calc(100% - 20px);
}
.works__item-title {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .01em;
  padding-bottom: 10px;
  margin: 0;
  border-bottom: 1px solid #fff;
}
.works__item-entitle {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .01em;
  padding-top: 10px;
  margin: 0;
}
@media (min-width:1200px) {
  .works__item {
      width: calc((100% - 80px) / 5);
  }
  .works__item:nth-child(5n) {
      margin-right: 0;
  }
  .works__item:nth-child(-n + 5) {
      margin-top: 0;
  }
}
@media (max-width:1199px) and (min-width:992px) {
  .works__item {
      width: calc((100% - 60px) / 4);
  }
  .works__item:nth-child(4n) {
      margin-right: 0;
  }
  .works__item:nth-child(-n + 4) {
      margin-top: 0;
  }
}
@media (max-width:991px) and (min-width:576px) {
  .works__item {
      width: calc((100% - 40px) / 3);
  }
  .works__item:nth-child(3n) {
      margin-right: 0;
  }
  .works__item:nth-child(-n + 3) {
      margin-top: 0;
  }
}
@media (max-width:575px) {
  .works__item {
      width: calc((100% - 20px) / 2);
  }
  .works__item:nth-child(2n) {
      margin-right: 0;
  }
  .works__item:nth-child(-n + 2) {
      margin-top: 0;
  }
}
section.service-contact {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  section.service-contact {
    padding: 10px 0;
  }
  section.service-contact .contact-form .form-top-wrap{
    padding:30px 0 30px;
  }
}
section.service-contact .flex-checkbox-wrap {
  padding: 8px;
}
section.service-contact .flex-checkbox-wrap .flex-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section.service-contact .flex-checkbox-wrap .flex-wrap .wrap-title {
  padding: 5px 10px;
  width: 100%;
}
section.service-contact .flex-checkbox-wrap .flex-wrap .wrap-title .text {
  font-size: 20px;
}
section.service-contact .flex-checkbox-wrap .flex-wrap .wrap-title .text span.important {
  font-size: 16px;
  color: #FF3131;
  padding-right: 2px;
}
section.service-contact .flex-checkbox-wrap .flex-wrap .input-checkbox-wrap {
  display: flex;
  align-items: center;
  padding: 2.5px 10px;
  cursor: pointer;
}
section.service-contact .flex-checkbox-wrap .flex-wrap .input-checkbox-wrap .checkbox-wrap .checkbox {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
}
section.service-contact .flex-checkbox-wrap .flex-wrap .input-checkbox-wrap .checkbox-wrap .checkbox .checked {
  background-image: url("/app-assets/images/home/what-is-howeeb/label.svg");
  width: 100%;
  height: 100%;
  background-size: 11.5px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
}
section.service-contact .flex-checkbox-wrap .flex-wrap .input-checkbox-wrap .input-title {
  padding-left: 8px;
}
section.service-contact .flex-checkbox-wrap .flex-wrap .input-checkbox-wrap .input-title .text {
  font-size: 20px;
  color: #666666;
  word-break: keep-all;
}
section.service-contact .flex-checkbox-wrap .flex-wrap .input-checkbox-wrap .checkbox-text-input {
  width: 150px;
  padding-left: 5px;
  flex-grow: 1;
}
@media screen and (max-width: 540px) {
  section.service-contact .flex-checkbox-wrap .flex-wrap .input-checkbox-wrap .checkbox-text-input {
    max-width: none;
  }
}
section.service-contact .flex-checkbox-wrap .flex-wrap .input-checkbox-wrap .checkbox-text-input input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #666666;
  font-size: 18px;
  background-color: transparent;
  outline: none;
  color: #333333;
  padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
  section.service-contact .flex-checkbox-wrap .flex-wrap .input-checkbox-wrap .checkbox-text-input input {
    font-size: 14px;
  }
  section.service-contact .flex-checkbox-wrap .flex-wrap .input-checkbox-wrap .input-title .text{
    font-size: 15px;
  }
}
section.service-contact .flex-checkbox-wrap .flex-wrap .input-checkbox-wrap input[type=checkbox] {
  display: none;
}
section.service-contact .flex-checkbox-wrap .flex-wrap .input-checkbox-wrap input[type=checkbox]:checked + .checkbox-wrap .checkbox .checked {
  opacity: 1;
  visibility: visible;
}
section.service-contact .flex-radio-wrap {
  padding: 8px;
}
section.service-contact .flex-radio-wrap .flex-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section.service-contact .flex-radio-wrap .flex-wrap .wrap-title {
  padding: 5px 10px;
}
section.service-contact .flex-radio-wrap .flex-wrap .wrap-title .text {
  font-size: 20px;
}
section.service-contact .flex-radio-wrap .flex-wrap .wrap-title .text span.important {
  font-size: 16px;
  color: #FF3131;
  padding-right: 2px;
}
section.service-contact .flex-radio-wrap .flex-wrap .input-radio-wrap {
  display: flex;
  align-items: center;
  padding: 2.5px 10px;
  cursor: pointer;
}
section.service-contact .flex-radio-wrap .flex-wrap .input-radio-wrap .radio-wrap .radio {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.service-contact .flex-radio-wrap .flex-wrap .input-radio-wrap .radio-wrap .radio .checked {
  width: 100%;
  height: 100%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0084FF;
  opacity: 0;
  visibility: hidden;
}
section.service-contact .flex-radio-wrap .flex-wrap .input-radio-wrap .input-title {
  padding-left: 8px;
}
section.service-contact .flex-radio-wrap .flex-wrap .input-radio-wrap .input-title .text {
  font-size: 20px;
  color: #666666;
  word-break: keep-all;
}
section.service-contact .flex-radio-wrap .flex-wrap .input-radio-wrap .radio-text-input {
  width: 150px;
  padding-left: 5px;
  flex-grow: 1;
}
@media screen and (max-width: 540px) {
  section.service-contact .flex-radio-wrap .flex-wrap .input-radio-wrap .radio-text-input {
    max-width: none;
  }
}
section.service-contact .flex-radio-wrap .flex-wrap .input-radio-wrap .radio-text-input input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #666666;
  font-size: 18px;
  background-color: transparent;
  outline: none;
  color: #333333;
  padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
  section.service-contact .flex-radio-wrap .flex-wrap .input-radio-wrap .radio-text-input input {
    font-size: 14px;
  }
}
section.service-contact .flex-radio-wrap .flex-wrap .input-radio-wrap input[type=radio] {
  display: none;
}
section.service-contact .flex-radio-wrap .flex-wrap .input-radio-wrap input[type=radio]:checked + .radio-wrap .radio .checked {
  opacity: 1;
  visibility: visible;
}
section.service-contact .contact-title-wrap .title-wrap .text {
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  section.service-contact .contact-title-wrap .title-wrap .text {
    font-size: 26px;
  }
}
section.service-contact .contact-title-wrap .subtitle-wrap a.text {
  font-size: 20px;
  color: #0084FF;
}
section.service-contact .contact-wrap .container {
  position: relative;
}
section.service-contact .contact-wrap .container .decoration-item {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
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");
}
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");
}
section.service-contact .contact-wrap .container .tag-wrap {
  display: flex;
  justify-content: center;
  padding: 12px 0;
}
section.service-contact .contact-wrap .container .tag-wrap .tag {
  padding: 3px 12px;
  background-color: #D7ECFF;
}
section.service-contact .contact-wrap .container .tag-wrap .tag .text {
  font-size: 18px;
  color: #0084FF;
  line-height: 27px;
}
section.service-contact .contact-wrap .container .contact-info-wrap {
  padding: 31px 0 48px;
}
section.service-contact .contact-wrap .container .contact-info-wrap .info-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
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;
}
section.service-contact .contact-wrap .container .contact-info-wrap .info-wrap .info-item a.tel {
  display: inline-block;
  color: #444444;
}
section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap {
  display: flex;
}
@media screen and (max-width: 1023px) {
  section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap {
    flex-wrap: wrap;
  }
}
section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap {
    width: 100%;
  }
}
section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap .input-wrap, section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap .textarea-wrap {
  width: 100%;
  padding: 8px;
}
section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap .input-wrap input::placeholder, section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap .input-wrap textarea::placeholder, section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap .textarea-wrap input::placeholder, section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap .textarea-wrap textarea::placeholder {
  color: #AAAAAA;
}
section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap .input-wrap input:-ms-input-placeholder, section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap .input-wrap textarea:-ms-input-placeholder, section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap .textarea-wrap input:-ms-input-placeholder, section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap .textarea-wrap textarea:-ms-input-placeholder {
  color: #AAAAAA;
}
section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap .input-wrap input::-ms-input-placeholder, section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap .input-wrap textarea::-ms-input-placeholder, section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap .textarea-wrap input::-ms-input-placeholder, section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap .textarea-wrap textarea::-ms-input-placeholder {
  color: #AAAAAA;
}
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;
}
section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap .textarea-wrap {
  height: 100%;
}
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) {
  section.service-contact .contact-wrap .container .contact-form .form-wrap .form-flex-wrap .wrap .textarea-wrap textarea {
    height: 200px;
  }
}
section.service-contact .contact-wrap .container .contact-form .form-wrap .common-button-wrap {
  justify-content: center;
  padding: 30px 0 10px;
}
@media screen and (max-width: 767px) {
  section.service-contact .container {
    padding: 0 12px;
  }
}
section.service-contact .contact-form .flex-input-wrap {
  width: 50%;
  padding: 8px;
}
@media screen and (max-width: 1023px) {
  section.service-contact .contact-form .flex-input-wrap {
    width: 100%;
  }
}
section.service-contact .contact-form .flex-input-wrap .flex-item .item {
  border: 1px solid #EBEBEB;
  padding: 14px 18px;
  display: flex;
  border-radius: 4px;
}
section.service-contact .contact-form .flex-input-wrap .flex-item .item .item-title {
  padding-right: 10px;
  flex-shrink: 0;
}
section.service-contact .contact-form .flex-input-wrap .flex-item .item .item-title .text {
  font-size: 18px;
  color: #666666;
  word-break: keep-all;
}
section.service-contact .contact-form .flex-input-wrap .flex-item .item .item-title .text span.important {
  color: #FF3131;
}
section.service-contact .contact-form .flex-input-wrap .flex-item .item .line-wrap {
  padding: 5px 0;
}
section.service-contact .contact-form .flex-input-wrap .flex-item .item .line-wrap .line {
  height: 100%;
  width: 1px;
  background-color: #DDDDDD;
}
section.service-contact .contact-form .flex-input-wrap .flex-item .item .input {
  padding: 0 10px;
  flex-grow: 1;
}
section.service-contact .contact-form .flex-input-wrap .flex-item .item .input input {
  width: 100%;
  border: 0;
  font-size: 16px;
  color: #333333;
}
section.service-contact .contact-form .flex-input-wrap .flex-item .item .input input::placeholder {
  color: #CCCCCC;
}
section.service-contact .contact-form .form-top-wrap {
  padding: 40px 0 30px;
}
section.service-contact .contact-form .form-top-wrap .flex-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
}
section.service-contact .contact-form .form-top-wrap .flex-wrap .flex-input-wrap {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  section.service-contact .contact-form .form-top-wrap .flex-wrap .flex-input-wrap {
    width: 100%;
  }
}
section.service-contact .contact-form .form-top-wrap .flex-checkbox-wrap .flex-wrap .wrap-title {
  width: auto;
}
@media screen and (max-width: 1023px) {
  section.service-contact .contact-form .form-top-wrap .flex-checkbox-wrap .flex-wrap .wrap-title {
    width: 100%;
  }
}
section.service-contact .contact-form .form-title-wrap {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  section.service-contact .contact-form .form-title-wrap {
    padding-bottom: 10px;
  }
}
section.service-contact .contact-form .form-title-wrap .line-wrap {
  flex-grow: 1;
}
section.service-contact .contact-form .form-title-wrap .line-wrap .line {
  width: 100%;
  height: 1px;
  background-color: #DDDDDD;
}
section.service-contact .contact-form .form-title-wrap .title-wrap {
  padding: 0 12px;
}
section.service-contact .contact-form .form-title-wrap .title-wrap .text {
  font-size: 20px;
  color: #333333;
}
section.service-contact .contact-form .form-bottom-wrap .flex-input-wrap {
  width: 100%;
}
section.service-contact .contact-form .form-bottom-wrap .textarea-wrap {
  padding: 8px;
}
section.service-contact .contact-form .form-bottom-wrap .textarea-wrap .textarea {
  position: relative;
}
section.service-contact .contact-form .form-bottom-wrap .textarea-wrap .textarea .textarea-title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 0 0 18px;
}
section.service-contact .contact-form .form-bottom-wrap .textarea-wrap .textarea .textarea-title .title-wrap {
  display: flex;
  align-items: center;
}
section.service-contact .contact-form .form-bottom-wrap .textarea-wrap .textarea .textarea-title .title-wrap .text {
  font-size: 18px;
  color: #666;
  padding-right: 10px;
}
section.service-contact .contact-form .form-bottom-wrap .textarea-wrap .textarea .textarea-title .title-wrap .line {
  width: 1px;
  height: 18px;
  background-color: #DDDDDD;
}
section.service-contact .contact-form .form-bottom-wrap .textarea-wrap textarea {
  text-indent: 100px;
  padding: 15px 18px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  line-height: 28px;
  font-size: 16px;
  resize: none;
  width: 100%;
  height: 200px;
}
section.service-contact .contact-form .buttons-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.service-contact .contact-form .buttons-wrap .button-wrap .button {
  padding: 10px 33px;
  background-color: #0084FF;
  border-radius: 8px;
  cursor: pointer;
}
section.service-contact .contact-form .buttons-wrap .button-wrap .button .text {
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
}
section.service-contact .contact-form .buttons-wrap .button-wrap .button:hover {
  background-color: #40A3FF;
  opacity: 0.7;
}
section.price-plan {
  padding: 90px 0 0;
}
@media screen and (max-width: 991px) {
  section.price-plan {
    padding: 55px 0 0;
  }
}
section.price-plan .section-title-wrap {
  padding-bottom: 35px;
}
section.price-plan .plans-wrap {
  padding: 40px 0 120px;
  background-image: url("/app-assets/images/home/plan/plan_price.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  section.price-plan .plans-wrap {
    background-image: url("/app-assets/images/home/plan/plan_price_mb.webp");
  }
}
@media screen and (max-width: 767px) {
  section.price-plan .plans-wrap .container {
    padding: 0 10px;
  }
}
section.price-plan .plans-wrap .add-wrap {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
section.price-plan .plans-wrap .subscribe-wrap .common__title {
  padding-bottom: 30px;
}
section.price-plan .plans-wrap .subscribe-wrap .wrap-title .text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: #0084FF;
}
@media screen and (max-width: 767px) {
  section.price-plan .plans-wrap .subscribe-wrap .wrap-title .text {
    font-size: 24px;
  }
  section.price-plan .plans-wrap .subscribe-wrap .wrap-title .text svg {
    width: 26px;
    height: 26px;
  }
}
section.price-plan .plans-wrap .subscribe-wrap .wrap-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.price-plan .plans-wrap .subscribe-wrap .wrap-subtitle .line-wrap {
  padding: 0 12px;
}
section.price-plan .plans-wrap .subscribe-wrap .wrap-subtitle .line-wrap .line {
  width: 54px;
  height: 1px;
  background-color: #999999;
}
section.price-plan .plans-wrap .subscribe-wrap .wrap-subtitle .text {
  font-size: 20px;
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap {
  display: flex;
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.system {
  padding-top: 25px;
}
@media screen and (max-width: 991px) {
  section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.system {
    display: none;
  }
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.system .flex-item-wrap {
  width: 25%;
  padding: 0 7px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 100px, 0);
  transition: all 0.7s ease-in-out;
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.system .flex-item-wrap.animate {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.system .flex-item-wrap:nth-of-type(1) {
  transition-delay: 0s;
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.system .flex-item-wrap:nth-of-type(2) {
  transition-delay: 0.3s;
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.system .flex-item-wrap:nth-of-type(3) {
  transition-delay: 0.6s;
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.system .flex-item-wrap:nth-of-type(4) {
  transition-delay: 0.9s;
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.system .flex-item-wrap .flex-item {
  width: 100%;
  position: relative;
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.system .flex-item-wrap .flex-item .ratio-wrap {
  width: 100%;
  padding-bottom: 56.3909774436%;
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.system .flex-item-wrap .flex-item .item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.system .flex-item-wrap .flex-item .item-image .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.design {
  padding: 0 7px;
  visibility: hidden;
  transform: translate3d(0, 100px, 0);
  transition: all 0.5s ease-in-out;
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.design.animate {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.design .box {
  display: flex;
  width: 100%;
  background: #FFFFFF;
  border: 2px solid #B7DCFF;
  box-shadow: 0px 5px 10px rgba(0, 81, 157, 0.2);
  border-radius: 21px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.design .box {
    flex-wrap: wrap;
  }
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.design .flex-item-wrap {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.design .flex-item-wrap {
    width: 100%;
    min-height: 141px;
  }
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.design .flex-item-wrap.title {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.design .flex-item-wrap.title .flex-item .item-title .text {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.15em;
  color: #0084FF;
}
@media screen and (max-width: 767px) {
  section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.design .flex-item-wrap.title .flex-item .item-title .text {
    font-size: 28px;
  }
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.design .flex-item-wrap.content {
  padding: 0 20px;
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.design .flex-item-wrap.content .flex-item {
  width: 100%;
  max-width: 468px;
  margin: 0 auto;
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.design .flex-item-wrap.content .flex-item .item {
  padding: 36px 0;
}
@media screen and (max-width: 1023px) {
  section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.design .flex-item-wrap.content .flex-item .item {
    padding: 5px 0 20px;
  }
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.design .flex-item-wrap.content .flex-item .item .price {
  color: #333333;
  text-align: center;
  font-size: 55px;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.design .flex-item-wrap.content .flex-item .item .price {
    font-size: 45px;
  }
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.design .flex-item-wrap.content .flex-item .item .price span.unit {
  font-size: 36px;
}
@media screen and (max-width: 1023px) {
  section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.design .flex-item-wrap.content .flex-item .item .price span.unit {
    font-size: 28px;
  }
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.design .flex-item-wrap.content .flex-item .item .origin-price {
  margin-top: -15px;
  padding-bottom: 5px;
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.design .flex-item-wrap.content .flex-item .item .origin-price .text {
  text-align: center;
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.design .flex-item-wrap.content .flex-item .item .slogan-wrap .slogan {
  padding: 5px 0;
  background-color: #F1F8FF;
  border-radius: 4px;
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.design .flex-item-wrap.content .flex-item .item .slogan-wrap .slogan .text {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.design .flex-item-wrap.content .flex-item .item .slogan-wrap .slogan .text {
    font-size: 18px;
  }
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-mb {
  display: none;
}
@media screen and (max-width: 991px) {
  section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-mb {
    display: block;
    padding-top: 20px;
    opacity: 0;
    visibility: visible;
    transform: translate3d(0, 100px, 0);
    transition: all 0.5s ease-in-out;
  }
  section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-mb.animate {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-mb .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  border-radius: 6px;
  border: 1px solid #EEEEEE;
  background-color: #FFFFFF;
  overflow: hidden;
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-mb .flex-wrap .flex-item-wrap {
  width: 50%;
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-mb .flex-wrap .flex-item-wrap .flex-item {
  height: 100%;
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-mb .flex-wrap .flex-item-wrap .flex-item .item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-mb .flex-wrap .flex-item-wrap .flex-item .item .item-title {
  padding: 6px 0;
  background-color: #F7F7F7;
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-mb .flex-wrap .flex-item-wrap .flex-item .item .item-title .text {
  text-align: center;
  font-size: 24px;
  color: #000000;
  font-weight: 500;
  line-height: 30px;
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-mb .flex-wrap .flex-item-wrap .flex-item .item .item-context {
  flex-grow: 1;
  padding: 30px 0;
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-mb .flex-wrap .flex-item-wrap .flex-item .item .item-context .context-flex {
  padding: 0 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-mb .flex-wrap .flex-item-wrap .flex-item .item .item-context .context-flex {
    padding: 0 10px;
  }
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-mb .flex-wrap .flex-item-wrap .flex-item .item .item-context .context-flex .price-wrap .text {
  font-size: 28px;
  font-weight: 500;
  color: #000000;
}
@media screen and (max-width: 767px) {
  section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-mb .flex-wrap .flex-item-wrap .flex-item .item .item-context .context-flex .price-wrap .text {
    font-size: 26px;
  }
}
@media screen and (max-width: 359px) {
  section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-mb .flex-wrap .flex-item-wrap .flex-item .item .item-context .context-flex .price-wrap .text {
    font-size: 20px;
  }
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-mb .flex-wrap .flex-item-wrap .flex-item .item .item-context .context-flex .price-wrap .text span.unit {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-mb .flex-wrap .flex-item-wrap .flex-item .item .item-context .context-flex .price-wrap .text span.unit {
    font-size: 17px;
  }
}
@media screen and (max-width: 359px) {
  section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-mb .flex-wrap .flex-item-wrap .flex-item .item .item-context .context-flex .price-wrap .text span.unit {
    font-size: 14px;
  }
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-mb .flex-wrap .flex-item-wrap .flex-item .item .item-context .context-flex .orgin-price {
  padding: 10px 0 0;
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-mb .flex-wrap .flex-item-wrap .flex-item .item .item-context .context-flex .orgin-price .text {
  font-size: 16px;
  color: #888888;
}
@media screen and (max-width: 359px) {
  section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-mb .flex-wrap .flex-item-wrap .flex-item .item .item-context .context-flex .orgin-price .text {
    font-size: 12px;
  }
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-mb .flex-wrap .flex-item-wrap .flex-item .item .item-context .context-flex .average-wrap {
  padding: 10px 0;
  width: 100%;
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-mb .flex-wrap .flex-item-wrap .flex-item .item .item-context .context-flex .average {
  display: flex;
  justify-content: space-between;
  padding: 5px 12px;
  width: 100%;
  max-width: 270px;
  border-radius: 999px;
  background-color: #777777;
  align-items: center;
  margin: 0 auto;
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-mb .flex-wrap .flex-item-wrap .flex-item .item .item-context .context-flex .average .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #FFFFFF;
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-mb .flex-wrap .flex-item-wrap .flex-item .item .item-context .context-flex .average .text {
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-mb .flex-wrap .flex-item-wrap .flex-item .item .item-context .context-flex .average .text {
    font-size: 12px;
  }
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-mb .flex-wrap .flex-item-wrap.special .flex-item .item .item-title {
  padding: 6px 0;
  background-color: #E4F2FF;
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-mb .flex-wrap .flex-item-wrap.special .flex-item .item .item-context .context-flex .average {
  background-color: #0084FF;
}
section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-mb .flex-wrap .flex-item-wrap:first-of-type .flex-item .item .item-context .context-flex, section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-mb .flex-wrap .flex-item-wrap:nth-of-type(3) .flex-item .item .item-context .context-flex {
  border-right: 1px solid #EEEEEE;
}
section.eight-gift {
  padding: 100px 0 80px;
}
@media screen and (max-width: 767px) {
  section.eight-gift {
    padding: 40px 0;
  }
}
section.eight-gift .container {
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  section.eight-gift .container {
    padding: 0 10px;
  }
}
section.eight-gift .section-title-wrap {
  padding-bottom: 15px;
}
section.eight-gift .section-title-wrap .title-wrap .text span.blue {
  color: #0084FF;
}
section.eight-gift .section-title-wrap .title-wrap .text span.inline {
  display: inline-block;
}
section.eight-gift .gift-flex-wrap .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap {
  padding: 7px 5px;
  width: 25%;
}
section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap:nth-of-type(2) {
  padding: 10px 0;
}
section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap:nth-of-type(2) * {
  letter-spacing: -0.06em;
}
@media screen and (max-width: 1023px) {
  section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap {
    width: 50%;
    padding: 10px 5px;
  }
  section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap:nth-of-type(1) {
    order: 1;
  }
  section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap:nth-of-type(2) {
    order: 2;
  }
  section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap:nth-of-type(3) {
    order: 4;
  }
  section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap:nth-of-type(4) {
    order: 3;
  }
  section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap:nth-of-type(5) {
    order: 6;
  }
  section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap:nth-of-type(6) {
    order: 5;
  }
  section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap:nth-of-type(7) {
    order: 7;
  }
  section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap:nth-of-type(8) {
    order: 8;
  }
}
section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap .flex-item {
  height: 100%;
}
section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap .flex-item .item {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  height: 100%;
}
@media screen and (max-width: 374px) {
  section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap .flex-item .item {
    padding: 5px 10px;
  }
}
section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap .flex-item .item .image-wrap {
  padding: 10px;
}
section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap .flex-item .item .image-wrap .image {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap .flex-item .item .image-wrap .image {
    width: 50px;
    height: 50px;
  }
}
section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap .flex-item .item .item-title {
  padding: 10px 0 2.5px;
}
section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap .flex-item .item .item-title .text {
  font-size: 22px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap .flex-item .item .item-title .text {
    font-size: 22px;
  }
}
@media screen and (max-width: 460px) {
  section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap .flex-item .item .item-title .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap .flex-item .item .item-title .text span.pc {
    display: none;
  }
}
section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap .flex-item .item .item-title .text span.mb {
  display: none;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap .flex-item .item .item-title .text span.mb {
    display: initial;
  }
}
section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap .flex-item .item .item-title .text span.inline {
  display: inline-block;
}
section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap .flex-item .item .item-price .text {
  font-size: 20px;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 460px) {
  section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap .flex-item .item .item-price .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 374px) {
  section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap .flex-item .item .item-price .text {
    font-size: 14px;
  }
}
section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap.blue .flex-item .item {
  background-color: #0084FF;
}
section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap.blue .flex-item .item .item-title .text {
  color: #FFFFFF;
}
section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap.blue .flex-item .item .item-price .text {
  color: #FFFFFF;
}
section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap.white .flex-item .item {
  background-color: #fff;
}
section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap.white .flex-item .item .item-title .text {
  color: #000000;
}
section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap.white .flex-item .item .item-price .text {
  color: #000000;
}
section.professional-team {
  padding: 50px 0;
}
section.professional-team .container .section-title-wrap {
  padding-bottom: 20px;
}
section.professional-team .container .section-title-wrap .subtitle-wrap {
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
section.professional-team .container .section-title-wrap .subtitle-wrap .button-wrap .button {
  width: 113px;
  height: 40px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}
section.professional-team .container .section-title-wrap .subtitle-wrap .button-wrap .button .text {
  font-weight: 400;
  font-size: 18px;
  color: #555555;
  line-height: 40px;
  text-align: center;
}
section.professional-team .container .flex-wrap {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 100px, 0);
  transition: all 0.7s ease-in-out;
}
section.professional-team .container .flex-wrap.animate {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
section.professional-team .container .flex-wrap .wrap {
  display: flex;
}
@media screen and (max-width: 1023px) {
  section.professional-team .container .flex-wrap .wrap {
    flex-wrap: wrap;
  }
}
section.professional-team .container .flex-wrap .wrap .flex-item-wrap {
  width: 25%;
  padding: 10px;
  display: flex;
  justify-content: center;
}

section.professional-team .container .flex-wrap .wrap .flex-item-wrap:first-child {
  padding: 10px 10px 10px 0px;
}

section.professional-team .container .flex-wrap .wrap .flex-item-wrap:last-child {
  padding: 10px 0px 10px 10px;
}

section.professional-team .container .flex-wrap .wrap .flex-item-wrap.threeblock{
  width: 33.3333%;
}
@media screen and (max-width: 1023px) {
  section.professional-team .container .flex-wrap .wrap .flex-item-wrap {
    width: 50%;
  }
  section.professional-team .container .flex-wrap .wrap .flex-item-wrap.threeblock{
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.professional-team .container .flex-wrap .wrap .flex-item-wrap {
    width: 100%;
    align-items: center;
    padding: 17.5px 0;
  }
}
section.professional-team.price_page{
  background-image: url(/app-assets/images/price/price_bg.webp);
  background-repeat: no-repeat;
  padding: 100px 0 200px 0;
  background-position: bottom center;
}

section.professional-team .container .flex-wrap .wrap .flex-item-wrap .flex-item {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
}

section.professional-team .container .flex-wrap .wrap .flex-item-wrap .flex-item.whitebg {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  section.professional-team .container .flex-wrap .wrap .flex-item-wrap .flex-item {
    align-items: center;
    max-width: 414px;
    margin: 0 auto;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    background-color: #FFFFFF;
    box-shadow: 0;
  }

  section.professional-team.price_page{
    padding: 100px 0 50px 0;
  }
}
@media screen and (max-width: 767px) {
  section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-icon.pc {
    display: none;
  }
}
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;
}
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");
}
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");
}
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");
}
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");
}
section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-icon.mb {
  display: none;
}
@media screen and (max-width: 767px) {
  section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-icon.mb {
    display: block;
    padding-right: 20px;
  }
}
section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-icon.mb .icon {
  width: 82px;
  height: 72px;
}
section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-wrap {
  width: 100%;
  max-width: 190px;
}
@media screen and (max-width: 767px) {
  section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-wrap {
    max-width: none;
    flex-grow: 1;
    width: auto;
  }
}
section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-wrap .item-title {
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-wrap .item-title {
    padding: 0;
  }
}
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) {
  section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-wrap .item-title .text {
    text-align: left;
  }
}
section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-wrap .item-icon {
  padding: 0 0 7px;
}
section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-wrap .item-icon .icon {
  width: 100px;
  height: 88px;
  margin: 0 auto;
}
section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-wrap .item-details {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-wrap .item-details {
    padding: 5px 0;
  }
}
section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-wrap .item-details .col-wrap {
  display: flex;
}
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;
}
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%;
}
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;
}
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) {
  section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-wrap .item-details.center .col-wrap {
    justify-content: unset;
  }
}
section.diy-guarentee {
  padding: 80px 0 90px;
  background: #FFFFFF;
}
@media (max-width: 991px) {
  section.diy-guarentee {
    padding-top: 40px 0 75px;
  }
}
section.diy-guarentee .diy-guarentee__box {
  width: 100%;
  padding: 30px 60px;
  background-color: #fff;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1));
}
@media (max-width: 991px) {
  section.diy-guarentee .diy-guarentee__box {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 767px) {
  section.diy-guarentee .diy-guarentee__box {
    padding: 20px 18px;
  }
}
section.diy-guarentee .diy-guarentee__box .box {
  max-width: 790px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  section.diy-guarentee .diy-guarentee__box .box {
    flex-wrap: wrap;
  }
}
section.diy-guarentee .diy-guarentee__imgbox-wrap {
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  section.diy-guarentee .diy-guarentee__imgbox-wrap {
    width: 100%;
    padding-right: 0;
  }
}
section.diy-guarentee .diy-guarentee__imgbox-img {
  width: 206.54px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, -90px, 0) scale(1.4);
  transition: all 0.7s cubic-bezier(0.02, 0.3, 0.27, 0.99);
}
section.diy-guarentee .diy-guarentee__imgbox-img.animate {
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  section.diy-guarentee .diy-guarentee__imgbox-img {
    width: 100%;
    max-width: 185px;
    margin: 0 auto;
  }
}
section.diy-guarentee .diy-guarentee__imgbox-img::before {
  content: "";
  width: 100%;
  padding-top: 79.9086757991%;
  display: block;
}
section.diy-guarentee .diy-guarentee__list-wrap {
  flex-grow: 1;
}
section.diy-guarentee .diy-guarentee__item-wrap {
  padding-left: 25px;
}
@media (max-width: 767px) {
  section.diy-guarentee .diy-guarentee__item-wrap {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  section.diy-guarentee .diy-guarentee__item-wrap + .diy-guarentee__item-wrap {
    padding-top: 20px;
  }
}
section.diy-guarentee .diy-guarentee__item-titlewrap {
  margin-bottom: 9px;
}
section.diy-guarentee .diy-guarentee__item-title {
  font-weight: 500;
  font-size: 28px;
  color: #000000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.4s;
}
@media (max-width: 767px) {
  section.diy-guarentee .diy-guarentee__item-title {
    text-align: center;
  }
}
section.diy-guarentee .diy-guarentee__item-title.animate {
  opacity: 1;
  visibility: visible;
}
section.diy-guarentee .diy-guarentee__item-text {
  font-size: 18px;
  color: #666;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.4s;
}
@media (max-width: 767px) {
  section.diy-guarentee .diy-guarentee__item-text {
    text-align: center;
  }
}
section.diy-guarentee .diy-guarentee__item-text.animate {
  opacity: 1;
  visibility: visible;
}
section.flexible-service {
  padding: 120px 0 100px;
}
@media screen and (max-width: 767px) {
  section.flexible-service {
    padding: 50px 0;
  }
}
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) {
  section.flexible-service .flexible-service-wrap {
    padding: 0;
  }
}
section.flexible-service .flexible-service-wrap .container {
  max-width: 1310px;
}
@media screen and (max-width: 767px) {
  section.flexible-service .flexible-service-wrap .container .section-title-wrap {
    transform: translate3d(0, -32px, 0);
  }
}
section.flexible-service .flexible-service-wrap .container .section-title-wrap .title-wrap .text span {
  display: block;
}
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) {
  section.flexible-service .flexible-service-wrap .container .flex-wrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  section.flexible-service .flexible-service-wrap .container .flex-wrap {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.left {
    width: 100%;
  }
}
section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.left .image-wrap {
  padding-top: 25px;
}
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) {
  section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.left .image-wrap .image {
    width: 423.2px;
  }
}
@media screen and (max-width: 1023px) {
  section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.left .image-wrap .image {
    margin: 0 auto;
  }
}
section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.left .image-wrap .image.animate {
  opacity: 1;
  visibility: visible;
}
section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right {
  flex-grow: 1;
}
@media screen and (max-width: 1023px) {
  section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right {
    width: 100%;
  }
}
section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap {
  width: 100%;
}
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) {
  section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap {
    padding: 25px 0;
  }
}
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;
}
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) {
  section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap .item-wrap .circle-wrap {
    display: none;
  }
}
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) {
  section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap .item-wrap .line-wrap {
    display: none;
  }
}
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;
}
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) {
  section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap .item-wrap .item-icon .icon {
    transition-delay: 0s;
  }
}
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");
}
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");
}
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");
}
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) {
  section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap .item-wrap .content-wrap {
    transition-delay: 0s;
  }
}
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) {
  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) {
  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;
  }
}
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) {
  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) {
  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) {
  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) {
  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;
  }
}
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;
}
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);
}
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;
}
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;
}
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) {
  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) {
  section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap.free {
    transform: translate3d(0, 0, 0);
  }
}
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) {
  section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap.open {
    transform: translate3d(0, 0, 0);
  }
}
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) {
  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) {
  section.flexible-service .flexible-service-wrap .container .flex-wrap .wrap.right .block-wrap .block-item-wrap.co-edit {
    transform: translate3d(0, 0, 0);
  }
}
section.flexible-service .flexible-service-wrap .common-button-wrap {
  padding: 40px 0;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  section.flexible-service .flexible-service-wrap .common-button-wrap {
    padding: 20px 0;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-popup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.loading-popup.active {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}
.loading-popup .popup-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.loading-popup .popup-wrap .loading-icon {
  animation-name: rotate;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-duration: 1.45s;
}
.loading-popup .popup-wrap .loading-icon svg {
  width: 60px;
  height: 60px;
}
.footer {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
.footer .footer-wrap {
  border-top: 1px solid #dddddd;
}

.footer .footer-wrap a:hover{
  color:#0084FF;
}

@media screen and (max-width: 767px) {
  .footer .footer-wrap {
    padding: 0 30px;
  }
}
@media screen and (max-width: 359px) {
  .footer .footer-wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 319px) {
  .footer .footer-wrap {
    padding: 0 10px;
  }
}
.footer .footer-wrap .footer-flex-wrap {
  display: flex;
  padding: 50px 40px 90px;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer .footer-wrap .footer-flex-wrap {
    padding: 20px 0 40px;
    flex-wrap: wrap;
  }
}
.footer .footer-wrap .footer-flex-wrap .wrap.left {
  width: 46.875%;
}
@media screen and (max-width: 767px) {
  .footer .footer-wrap .footer-flex-wrap .wrap.left {
    width: 100%;
  }
}
.footer .footer-wrap .footer-flex-wrap .wrap.left .logo-wrap .logo {
  width: 166px;
}
.footer .footer-wrap .footer-flex-wrap .wrap.left .service-info-wrap {
  padding: 30px 0 30px 10px;
}
@media screen and (max-width: 767px) {
  .footer .footer-wrap .footer-flex-wrap .wrap.left .service-info-wrap {
    padding: 15px 0 20px 10px;
  }
}
.footer .footer-wrap .footer-flex-wrap .wrap.left .service-info-wrap .service-item-wrap {
  padding: 5px 0;
}
.footer .footer-wrap .footer-flex-wrap .wrap.left .service-info-wrap .service-item-wrap .item-wrap {
  display: flex;
}
@media screen and (max-width: 319px) {
  .footer .footer-wrap .footer-flex-wrap .wrap.left .service-info-wrap .service-item-wrap .item-wrap {
    flex-wrap: wrap;
  }
}
.footer .footer-wrap .footer-flex-wrap .wrap.left .service-info-wrap .service-item-wrap .item-wrap .text {
  line-height: 22.4px;
  font-size: 14px;
}
.footer .footer-wrap .footer-flex-wrap .wrap.left .service-info-wrap .service-item-wrap .item-wrap .title-wrap {
  padding-right: 5px;
}
@media screen and (max-width: 319px) {
  .footer .footer-wrap .footer-flex-wrap .wrap.left .service-info-wrap .service-item-wrap .item-wrap .title-wrap {
    width: 100%;
  }
}
.footer .footer-wrap .footer-flex-wrap .wrap.left .service-info-wrap .service-item-wrap .item-wrap .title-wrap .text {
  color: #333333;
}
.footer .footer-wrap .footer-flex-wrap .wrap.left .service-info-wrap .service-item-wrap .item-wrap .info-wrap .text {
  color: #888888;
}
.footer .footer-wrap .footer-flex-wrap .wrap.left .service-link-wrap {
  display: flex;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .footer .footer-wrap .footer-flex-wrap .wrap.left .service-link-wrap {
    padding-bottom: 25px;
  }
}
.footer .footer-wrap .footer-flex-wrap .wrap.left .service-link-wrap .link-item-wrap {
  padding-right: 14px;
}
.footer .footer-wrap .footer-flex-wrap .wrap.left .service-link-wrap .link-item-wrap .link-item .icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
.footer .footer-wrap .footer-flex-wrap .wrap.left .service-link-wrap .link-item-wrap .link-item .icon.fb {
  background-image: url("/app-assets/images/footer/fb.svg");
}
.footer .footer-wrap .footer-flex-wrap .wrap.left .service-link-wrap .link-item-wrap .link-item .icon.ig {
  background-image: url("/app-assets/images/footer/ig.svg");
}
.footer .footer-wrap .footer-flex-wrap .wrap.left .service-link-wrap .link-item-wrap .link-item .icon.yt {
  background-image: url("/app-assets/images/footer/yt.svg");
}
.footer .footer-wrap .footer-flex-wrap .wrap.left .service-link-wrap .link-item-wrap .link-item .icon.email {
  background-image: url("/app-assets/images/footer/mail.svg");
}
.footer .footer-wrap .footer-flex-wrap .wrap.left .service-link-wrap .link-item-wrap:hover .icon.fb {
  background-image: url("/app-assets/images/footer/fb-hover.svg");
}
.footer .footer-wrap .footer-flex-wrap .wrap.left .service-link-wrap .link-item-wrap:hover .icon.ig {
  background-image: url("/app-assets/images/footer/ig-hover.svg");
}
.footer .footer-wrap .footer-flex-wrap .wrap.left .service-link-wrap .link-item-wrap:hover .icon.yt {
  background-image: url("/app-assets/images/footer/yt-hover.svg");
}
.footer .footer-wrap .footer-flex-wrap .wrap.left .service-link-wrap .link-item-wrap:hover .icon.email {
  background-image: url("/app-assets/images/footer/mail-hover.svg");
}
.footer .footer-wrap .footer-flex-wrap .wrap.right {
  width: 53.125%;
}
@media screen and (max-width: 767px) {
  .footer .footer-wrap .footer-flex-wrap .wrap.right {
    width: 100%;
  }
}
.footer .footer-wrap .footer-flex-wrap .wrap.right .right-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer .footer-wrap .footer-flex-wrap .wrap.right .right-wrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-wrap .footer-flex-wrap .wrap.right .right-wrap .flex-item-wrap {
    width: 100%;
    padding: 15px 0 15px 10px;
    border-top: 1px solid #dddddd;
  }
}
.footer .footer-wrap .footer-flex-wrap .wrap.right .right-wrap .flex-item-wrap .item-wrap .item-title {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .footer .footer-wrap .footer-flex-wrap .wrap.right .right-wrap .flex-item-wrap .item-wrap .item-title {
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
}
.footer .footer-wrap .footer-flex-wrap .wrap.right .right-wrap .flex-item-wrap .item-wrap .item-title .text {
  color: #0084FF;
}
@media screen and (max-width: 767px) {
  .footer .footer-wrap .footer-flex-wrap .wrap.right .right-wrap .flex-item-wrap .item-wrap .item-title .text {
    color: #333333;
  }
}
.footer .footer-wrap .footer-flex-wrap .wrap.right .right-wrap .flex-item-wrap .item-wrap .item-title .icon-wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer .footer-wrap .footer-flex-wrap .wrap.right .right-wrap .flex-item-wrap .item-wrap .item-title .icon-wrap {
    display: block;
  }
}
.footer .footer-wrap .footer-flex-wrap .wrap.right .right-wrap .flex-item-wrap .item-wrap .item-title .icon-wrap .icon {
  width: 10px;
  height: 5px;
  background-image: url("/app-assets/images/footer/arrow_bottom.svg");
  background-size: 9px 4px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .footer .footer-wrap .footer-flex-wrap .wrap.right .right-wrap .flex-item-wrap .item-wrap .item-content {
    padding: 10px 0 0 15px;
    display: none;
  }
}
.footer .footer-wrap .footer-flex-wrap .wrap.right .right-wrap .flex-item-wrap .item-wrap .item-content .content-item {
  padding: 2.5px 0;
  display: flex;
}
.footer .footer-wrap .footer-flex-wrap .wrap.right .right-wrap .flex-item-wrap .item-wrap .item-content .content-item .link {
  padding: 5px 0;
  transition: all 0.3s ease-in-out;
  transform: translate3d(0, 0, 0);
}
.footer .footer-wrap .footer-flex-wrap .wrap.right .right-wrap .flex-item-wrap .item-wrap .item-content .content-item .link .text {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .footer .footer-wrap .footer-flex-wrap .wrap.right .right-wrap .flex-item-wrap .item-wrap .item-content .content-item .link .text {
    color: #666666;
  }
}
.footer .footer-wrap .footer-flex-wrap .wrap.right .right-wrap .flex-item-wrap .item-wrap .item-content .content-item .link:hover {
  transform: translate3d(10px, 0, 0);
}
.footer .footer-wrap .footer-flex-wrap .wrap.right .right-wrap .flex-item-wrap .item-wrap .item-content .content-item .button {
  padding: 10px 18px;
  background-color: #0084FF;
  border-radius: 8px;
  cursor: pointer;
}
.footer .footer-wrap .footer-flex-wrap .wrap.right .right-wrap .flex-item-wrap .item-wrap .item-content .content-item .button .text {
  font-size: 16px;
  color: #FFFFFF;
}
.footer .footer-wrap .footer-flex-wrap .wrap.right .right-wrap .flex-item-wrap .item-wrap.active .item-title .icon-wrap .icon {
  transform: rotate(0deg);
}
.footer .footer-wrap .copyright-flex-wrap {
  border-top: 1px solid #dddddd;
}
.footer .footer-wrap .copyright-flex-wrap .flex-wrap {
  display: flex;
  padding: 18px 40px;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer .footer-wrap .copyright-flex-wrap .flex-wrap {
    padding: 0;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-wrap .copyright-flex-wrap .wrap {
    width: 100%;
  }
}
.footer .footer-wrap .copyright-flex-wrap .wrap .copy-right .text {
  font-size: 12px;
  letter-spacing: 0.15em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .footer .footer-wrap .copyright-flex-wrap .wrap .copy-right {
    padding-bottom: 15px;
  }
  .footer .footer-wrap .copyright-flex-wrap .wrap .copy-right .text {
    text-align: center;
    letter-spacing: 0.5px;
  }
}
.footer .footer-wrap .copyright-flex-wrap .wrap .link-item-wrap .link-item {
  padding: 0 12px;
}
.footer .footer-wrap .copyright-flex-wrap .wrap .link-item-wrap .link-item .link .text {
  font-size: 12px;
  color: #333333;
}
.footer .footer-wrap .copyright-flex-wrap .wrap .line-wrap .line {
  height: 8px;
  width: 1px;
  background-color: #dddddd;
}
@media screen and (max-width: 767px) {
  .footer .footer-wrap .copyright-flex-wrap .wrap .line-wrap .line {
    height: 12px;
  }
}
.footer .footer-wrap .copyright-flex-wrap .wrap.right {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer .footer-wrap .copyright-flex-wrap .wrap.right {
    order: 0;
    justify-content: center;
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-wrap .copyright-flex-wrap .wrap.left {
    order: 1;
  }
}
section#company {
  padding: 100px 0 150px;
}
.text-center {
  text-align: center;
}
.company__item {
  width: calc((100% - 100px) / 5);
}
.padding, .padding-bottom {
  padding-bottom: 100px;
}
.company__itembox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.company__item {
  margin: 20px 20px 0 0;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
  -webkit-transition: opacity .4s, filter .4s, border-color .4s;
  -moz-transition: opacity .4s, filter .4s, border-color .4s;
  transition: opacity .4s, filter .4s, border-color .4s;
}
.company__item::before {
  content: '';
  display: block;
  padding-top: 70.83%;
}
@media (max-width: 767px){
  .company__item:nth-child(2n) {
      margin-right: 0;
  }
  .company__item {
    width: calc((100% - 20px) / 2);
  }
}

.price_group .flex-item{
  border-radius: 15px;
}
section.professional-team .container .flex-wrap.price_group .wrap .flex-item-wrap .item-wrap{
  max-width: 220px;
}
/*
section.professional-team .container .flex-wrap.price_group .wrap .flex-item-wrap .flex-item{
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
*/
section.professional-team .container .flex-wrap.price_group .wrap .flex-item-wrap.price_type_diy .item-title{
  height: 114px;
  border-bottom: 1px solid #f1f0f0;
  margin-bottom:10px;
}
section.professional-team .container .flex-wrap.price_group .wrap .flex-item-wrap.price_type_diy .item-title .text{
  font-size: 28px;
  font-weight: 700;
}
section.professional-team .container .flex-wrap.price_group .wrap .flex-item-wrap.price_type_diy .item-title .text:last-child{
  font-size: 20px;
  color:#0084FF;
}

section.professional-team .container .flex-wrap.price_group .wrap .flex-item-wrap.price_type_diy .item-icon{
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
}
section.professional-team .container .flex-wrap.price_group .wrap .flex-item-wrap.price_type_diy .item-icon .icon_best{
  position:absolute;
  bottom: 0;
    right: 0;
}

section.professional-team .container .flex-wrap.price_group .wrap .flex-item-wrap.price_type_diy .item-price{
  height: 90px;
text-align: center;
  border-bottom: 1px solid #f1f0f0;
}
section.professional-team .container .flex-wrap.price_group .wrap .flex-item-wrap.price_type_diy .item-price div:first-child{
  font-size: 30px;
  font-weight:700;
  color: #000000;
}
section.professional-team .container .flex-wrap.price_group .wrap .flex-item-wrap.price_type_diy .item-price div:last-child{
  color:#ccc;
  text-decoration: line-through;
  font-size: 15;
}
section.professional-team .container .flex-wrap.price_group .wrap .flex-item-wrap.price_type_diy .item-price div span{
  font-size: 15px;
  font-weight:300;
}   
section.professional-team .container .flex-wrap.price_group .wrap .flex-item-wrap.price_type_diy .item-details .icon-circle{
  width:20px;
  height: 20px;
  border-radius: 10px;
  background-color: #0084FF;
  color: #fff;
  line-height: 20px;
  text-align: center;
  margin-right: 10px;
}
section.professional-team .container .flex-wrap.price_group .wrap .flex-item-wrap .item-wrap .item-details{
  padding: 10px;
  min-height: 540px;
}
section.professional-team .container .flex-wrap.price_group .wrap .flex-item-wrap .item-wrap .item-details .col-wrap{
  align-items: center;
  margin:10px 0px;
}
/*
section.professional-team .container .flex-wrap.price_group .wrap .flex-item-wrap.price_type_diy a{
  line-height: 50px;
  border-radius: 10px;
  background-color: #0084FF;
  text-align: center;
  color: #fff;
}
*/
.mb_text{
  display:none;
}

.btn,.btn_info {
  position: relative;
  min-width: 200px;
  background: #FFFFFF;
  border: 2px solid #3AD2D0;
  transform: translate3d(0px, 0%, 0px);
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition-delay: 0.6s;
  overflow: hidden;
  padding: 10px 20px;
  border-radius: 10px;
}
.btn_info{
  color: #fff;
  margin-top:10px;
  transition: transform 0.5s ease;
}

a.btn_info.blue:hover{
  background-color:#005cb1;
  text-shadow: rgb(163, 241, 255) 0px 0px 10px;
  transition: background 0.5s linear;
}
a.btn_info.yellow:hover{
  background-color:#ebaa00;
  text-shadow: rgb(163, 241, 255) 0px 0px 10px;
  transition: background 0.5s linear;
}
a.btn_info.red:hover{
  background-color:#c9000a;
  text-shadow: rgb(163, 241, 255) 0px 0px 10px;
  transition: background 0.5s linear;
}
a.btn_info.green:hover{
  background-color:#00746e;
  text-shadow: rgb(163, 241, 255) 0px 0px 10px;
  transition: background 0.5s linear;
}
a.btn_info.orange:hover{
  background-color:#d55f04;
  text-shadow: rgb(163, 241, 255) 0px 0px 10px;
  transition: background 0.5s linear;
}

.btn:before,
.btn:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease;
}
.btn:before {
  background: #3AD2D0;
  border-radius: 50% 50% 0 0;
  transform: translateY(100%) scaleY(0.5);
}
.btn:after {
  background: #FFFFFF;
  border-radius: 0;
  transform: translateY(0) scaleY(1);
}
.btn div {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-transform: uppercase;
  overflow: hidden;
}
.btn span {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 1;
  text-align: center;
  transition: transform 0.5s ease;
}
.btn span:first-child {
  color: #FFFFFF;
  transform: translateY(24px);
}
.btn span:last-child {
  color: #1E0F21;
  transform: translateY(0);
}
.btn:hover {
  background: #3AD2D0;
  transition: background 0.2s linear;
  transition-delay: 0.6s;
  color: #FFFFFF;
}
.btn:hover:after {
  border-radius: 0 0 50% 50%;
  transform: translateY(-100%) scaleY(0.5);
  transition-delay: 0;
}
.btn:hover:before {
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition-delay: 0;
}
.btn:hover span:first-child {
  transform: translateY(0);
}
.btn:hover span:last-child {
  transform: translateY(-32px);
}
.btn.blue,.btn_info.blue{
  border: 2px solid #0084FF;
}
.btn.blue span:last-child{
  color:#0084FF ;
}
.btn.blue:before ,.btn_info.blue{
  background: #0084FF;
}
.btn.blue:hover {
  background: #0084FF;
}
section.professional-team .container .flex-wrap.price_group .wrap .flex-item-wrap.price_type_diy .item-title .text.yellow{
  color:#FFB800;
}
section.professional-team .container .flex-wrap.price_group .wrap .flex-item-wrap.price_type_diy .item-details .icon-circle.yellow{
  background-color:#FFB800;
}
.btn.yellow,.btn_info.yellow{
  border: 2px solid #FFB800;
}
.btn.yellow span:last-child{
  color:#FFB800 ;
}
.btn.yellow:before,.btn_info.yellow {
  background: #FFB800;
}
.btn.yellow:hover {
  background: #FFB800;
}
section.professional-team .container .flex-wrap.price_group .wrap .flex-item-wrap.price_type_diy .item-title .text.red{
  color:#E8343D;
}
section.professional-team .container .flex-wrap.price_group .wrap .flex-item-wrap.price_type_diy .item-details .icon-circle.red{
  background-color:#E8343D;
}
.btn.red,.btn_info.red{
  border: 2px solid #E8343D;
}
.btn.red span:last-child{
  color:#E8343D ;
}
.btn.red:before,.btn_info.red{
  background: #E8343D;
}
.btn.red:hover {
  background: #E8343D;
}
section.professional-team .container .flex-wrap.price_group .wrap .flex-item-wrap.price_type_diy .item-title .text.green{
  color:#00AEA4;
}
section.professional-team .container .flex-wrap.price_group .wrap .flex-item-wrap.price_type_diy .item-details .icon-circle.green{
  background-color:#00AEA4;
}
.btn.green,.btn_info.green{
  border: 2px solid #00AEA4;
}
.btn.green span:last-child{
  color:#00AEA4 ;
}
.btn.green:before,.btn_info.green {
  background: #00AEA4;
}
.btn.green:hover {
  background: #00AEA4;
}
section.professional-team .container .flex-wrap.price_group .wrap .flex-item-wrap.price_type_diy .item-title .text.orange{
  color:#EE822E;
}
section.professional-team .container .flex-wrap.price_group .wrap .flex-item-wrap.price_type_diy .item-details .icon-circle.orange{
  background-color:#EE822E;
}
.btn.orange,.btn_info.orange{
  border: 2px solid #EE822E;
}
.btn.orange span:last-child{
  color:#EE822E ;
}
.btn.orange:before,.btn_info.orange {
  background: #EE822E;
}
.btn.orange:hover {
  background: #EE822E;
}
@media (max-width: 767px){
  section.professional-team .container .flex-wrap.price_group .wrap .flex-item-wrap .item-wrap{
    max-width: 100%;
    padding:25px;
  }
  .mb_item-title-icon{
    display:flex;
    justify-content: space-between;
    align-items: center;
  }
  section.professional-team .container .flex-wrap.price_group .wrap .flex-item-wrap.price_type_diy .item-price{
    height: auto;
  }
  section.professional-team .container .flex-wrap.price_group .wrap .flex-item-wrap .item-wrap .item-details{
    min-height:auto;
    display: flex;
    flex-wrap: wrap;
  }
  section.professional-team .container .flex-wrap.price_group .wrap .flex-item-wrap .item-wrap .item-details .col-wrap{
    width:50%;
  }
  section.professional-team .container .flex-wrap.price_group .wrap .flex-item-wrap .item-wrap .item-details{
    padding:10px 0px;
  }
  section.professional-team .container .flex-wrap.price_group .wrap .flex-item-wrap.price_type_diy .item-icon{
    height:auto;
    width: 50%;
  }/*
  .btn.blue:after{
    background:#0084FF ;
  }
  .btn.yellow:after{
    background:#FFB800 ;
  }
  .btn.red:after{
    background:#E8343D ;
  }
  .btn.orange:after{
    background:#EE822E ;
  }
  .btn.blue span:last-child,.btn.yellow span:last-child,.btn.red span:last-child,.btn.orange span:last-child{
    color:#fff;
  }*/
  .btn div {
    height: 32px;
    line-height: 36px;
  }
}
@media (max-width: 414px){
  section.professional-team .container .flex-wrap.price_group .wrap .flex-item-wrap .item-wrap{
      padding:15px;
  }
  .mb_item-title{
    width: 50%;
  }
  section.professional-team .container .flex-wrap .wrap .flex-item-wrap .item-wrap .item-details .col-wrap .text{
    font-size:14px;
  }
  .pc_text{
    display:none;
  }
  .mb_text{
    display:block;
  }
}

section.demo{
  padding-top:100px;
}

section.demo .demo_list{
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}


section.demo .demo_list .flex-item-wrap{
  width: 33.3333333%;
  margin: 0;
  padding: 20px;
  text-align: center;
}
section.demo .demo_list .flex-item-wrap .title{
  font-size: 20px;
  color: #000000;
  font-weight: 700;
}
section.demo .demo_list .flex-item-wrap:hover img{
  opacity: 0.8;
}
section.demo .demo_list .flex-item-wrap:hover .title{
  color:#0084FF ;
}
.main section.hero .hero-wrap {
  width: 100%;
  height: 550px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main section.hero .hero-wrap {
    height: 358px;
  }
  
}

@media screen and (max-width: 414px) {
  section.demo .demo_list {
    margin-left: 10px;
    margin-top: 10px;
}
  section.demo .demo_list .flex-item-wrap{
    width: 100%;
    margin: 0;
    padding: 20px;
    text-align: center;
  }
}


.main section.hero .hero-wrap .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main section.hero .hero-wrap .hero-image.main {
  background-image: url("/app-assets/images/cases/hero.png");
}
@media screen and (max-width: 767px) {
  .main section.hero .hero-wrap .hero-image.main {
    background-image: url("/app-assets/images/cases/hero_mb.png");
  }
}
.main section.hero .hero-wrap .hero-image.filter {
  background-image: url("/app-assets/images/cases/hero-footer.png");
}
@media screen and (max-width: 767px) {
  .main section.hero .hero-wrap .hero-image.filter {
    background-image: url("/app-assets/images/cases/hero-footer_mb.png");
  }
}
.main section.hero .hero-wrap .hero-content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px 73px;
}
@media screen and (max-width: 767px) {
  .main section.hero .hero-wrap .hero-content {
    height: 358px;
    padding: 30px 20px 0;
  }
}
.main section.hero .hero-wrap .hero-content .hero-title .text {
  margin: 0;
  text-align: center;
  font-size: 60px;
  color: #333333;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .main section.hero .hero-wrap .hero-content .hero-title .text {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .main section.hero .hero-wrap .hero-content .hero-title .text {
    font-size: 32px;
  }
}
@media screen and (max-width: 319px) {
  .main section.hero .hero-wrap .hero-content .hero-title .text {
    font-size: 26px;
  }
}
.main section.hero .hero-wrap .hero-content .hero-title .text.blue {
  color: #0084FF;
}