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;
}
.home-page .home-banner {
  width: 100%;
  padding: 118px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.home-page .home-banner .container {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .home-page .home-banner .container {
    padding: 0 0 0 20px;
  }
}
.home-page .home-banner__img {
  width: 75.33%;
  margin: 0 0 0 auto;
  position: relative;
  right: -16%;
}
@media screen and (max-width: 1023px) {
  .home-page .home-banner__img {
    margin: 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .home-page .home-banner__img {
    justify-content: flex-end;
  }
}
.home-page .home-banner__img .ratio-wrap {
  content: "";
  width: 100%;
  padding-top: 68.47%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .home-page .home-banner__img .ratio-wrap {
    margin-right: -13.5%;
    margin-top: -80px;
  }
}
.home-page .home-banner__contentbox {
  width: 100%;
  position: relative;
}
.home-page .home-banner__content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding-bottom: 120px;
}
@media screen and (max-width: 1023px) {
  .home-page .home-banner__content {
    position: relative;
    padding: 20px 0;
    transform: none;
  }
}
.home-page .home-banner__title {
  font-weight: 500;
  font-size: 54px;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .home-page .home-banner__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .home-page .home-banner__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 374px) {
  .home-page .home-banner__title {
    font-size: 28px;
  }
}
.home-page .home-banner__title p {
  margin: 5px 0 15px;
  font-weight: 400;
  font-size: 18px;
  color: #000;
}
.home-page .home-banner__title span {
  color: #0084FF;
}
.home-page .home-banner__text {
  padding: 25px 0;
  font-size: 18px;
  color: #555;
}
@media screen and (max-width: 767px) {
  .home-page .home-banner__text {
    padding: 0 0 25px;
  }
}
.home-page .home-banner__btn {
  padding: 9px 28px;
  background-color: #0084FF;
  border-radius: 8px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.home-page .home-banner__btn:hover {
  background-color: #40A3FF;
}
.home-page .home-banner__btn-arrow {
  width: 22px;
  height: 12px;
  margin-left: 4px;
  display: inline-block;
  background-image: url(/app-assets/images/home/icon_white_arrow_right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-page .home-template {
  width: 100%;
  padding: 125px 0 90px;
}
@media (max-width: 991px) {
  .home-page .home-template {
    padding: 55px 0;
  }
}
.home-page .home-template__title {
  padding-bottom: 60px;
  font-weight: 500;
  font-size: 38px;
  color: #000000;
  text-align: center;
}
@media (max-width: 1024px) {
  .home-page .home-template__title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .home-page .home-template__title {
    font-size: 24px;
  }
}
.home-page .home-template__list {
  width: 100%;
  padding-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
}
.home-page .home-template__list .flex-item-wrap {
  padding: 8px;
  width: 33.33333%;
}
@media screen and (max-width: 991px) {
  .home-page .home-template__list .flex-item-wrap {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .home-page .home-template__list .flex-item-wrap {
    width: 100%;
  }
}
.home-page .home-template__list .flex-item-wrap .flex-item {
  position: relative;
}
.home-page .home-template__list .flex-item-wrap .flex-item .link {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .home-page .home-template__list .flex-item-wrap .flex-item .link {
    display: block;
  }
}
.home-page .home-template__list .flex-item-wrap .flex-item .ratio-wrap {
  width: 100%;
  padding-bottom: 62%;
}
.home-page .home-template__list .flex-item-wrap .flex-item .background-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home-page .home-template__list .flex-item-wrap .flex-item .image-wrap {
  padding: 16px 6px 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-page .home-template__list .flex-item-wrap .flex-item .image-wrap .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-page .home-template__list .flex-item-wrap .flex-item .contents-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  padding: 16px 6px 5px;
  transition: all 0.3s linear;
}
@media screen and (max-width: 991px) {
  .home-page .home-template__list .flex-item-wrap .flex-item .contents-wrap {
    display: none;
  }
}
.home-page .home-template__list .flex-item-wrap .flex-item .contents-wrap .content-wrap {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
}
.home-page .home-template__list .flex-item-wrap .flex-item .contents-wrap .buttons-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.home-page .home-template__list .flex-item-wrap .flex-item .contents-wrap .buttons-wrap .button-wrap {
  padding: 4px;
}
.home-page .home-template__list .flex-item-wrap .flex-item .contents-wrap .buttons-wrap .button-wrap .button {
  min-width: 100px;
  min-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0084FF;
  background-color: #0084FF;
  border-radius: 5px;
  cursor: pointer;
}
.home-page .home-template__list .flex-item-wrap .flex-item .contents-wrap .buttons-wrap .button-wrap .button:hover {
  background-color: #0077E5;
}
.home-page .home-template__list .flex-item-wrap .flex-item .contents-wrap .buttons-wrap .button-wrap .button.transparent {
  border-color: #FFFFFF;
  background-color: transparent;
}
.home-page .home-template__list .flex-item-wrap .flex-item .contents-wrap .buttons-wrap .button-wrap .button.transparent:hover {
  opacity: 0.7;
}
.home-page .home-template__list .flex-item-wrap .flex-item .contents-wrap .buttons-wrap .button-wrap .button .text {
  font-size: 16px;
  color: #FFFFFF;
}
.home-page .home-template__list .flex-item-wrap .flex-item:hover .contents-wrap {
  opacity: 1;
  visibility: visible;
}
.home-page .home-template .demo-splide {
  display: none;
}
.home-page .home-template .demo-splide .splide__slide .splide-item-wrap {
  transition: all 0.3s ease-in-out;
  padding: 0 5px;
}
.home-page .home-template .demo-splide .splide__slide .splide-item-wrap .item-wrap {
  width: 100%;
  padding-bottom: 62%;
  padding: 16px 6px 5px;
  background-image: url(/app-assets/images/home/template_item_bg.png);
}
.home-page .home-template .demo-splide .splide__slide .splide-item-wrap .item-wrap .item {
  width: 100%;
  height: 100%;
  position: relative;
}
.home-page .home-template .demo-splide .splide__slide .splide-item-wrap .image-wrap {
  width: 100%;
  padding-bottom: 58.5670610129%;
  position: relative;
}
.home-page .home-template .demo-splide .splide__slide .splide-item-wrap .image-wrap .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.home-page .home-template .demo-splide .splide__slide .splide-item-wrap .image-wrap .info-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.home-page .home-template .demo-splide .splide__slide .splide-item-wrap .image-wrap .info-wrap .info-buttons-wrap {
  width: 100%;
}
.home-page .home-template .demo-splide .splide__slide .splide-item-wrap .image-wrap .info-wrap .info-buttons-wrap .button-wrap {
  display: flex;
  justify-content: center;
  padding: 5px;
}
.home-page .home-template .demo-splide .splide__slide .splide-item-wrap .image-wrap .info-wrap .info-buttons-wrap .button-wrap .button {
  width: 100%;
  max-width: 100px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.home-page .home-template .demo-splide .splide__slide .splide-item-wrap .image-wrap .info-wrap .info-buttons-wrap .button-wrap .button.set {
  background-color: #0084FF;
  border: 1px solid #0084FF;
}
.home-page .home-template .demo-splide .splide__slide .splide-item-wrap .image-wrap .info-wrap .info-buttons-wrap .button-wrap .button.watch {
  background-color: transparent;
  border: 1px solid #FFFFFF;
}
.home-page .home-template .demo-splide .splide__slide .splide-item-wrap .image-wrap .info-wrap .info-buttons-wrap .button-wrap .button .text {
  font-size: 16px;
  color: #FFFFFF;
}
.home-page .home-template .demo-splide .splide__slide .splide-item-wrap.is-visible .splide-item-wrap {
  transform: scale(1);
}
.home-page .home-template .demo-splide .splide__pagination {
  position: static;
  padding: 12px 0 30px;
}
.home-page .home-template .demo-splide .splide__pagination__page {
  width: 10px;
  height: 10px;
  border: 1px solid #BBDEFF;
  background-color: #BBDEFF;
}
.home-page .home-template .demo-splide .splide__pagination__page.is-active {
  background-color: #FFFFFF;
  border: 1px solid #BBDEFF;
  transform: scale(1);
}
.home-page .home-template .buttons-wrap {
  display: flex;
  justify-content: center;
}
.home-page .home-template__btn {
  padding: 10px 30px;
  margin: 0 auto;
  display: block;
  border: 1px solid #0787ff;
  border-radius: 5px;
  background-color: #fff;
  font-size: 20px;
  color: #0787ff;
  text-align: center;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.home-page .home-template__btn:hover {
  background-color: #0787ff;
  color: #FFFFFF;
}
body.lazyweb .home-page .section-title-wrap {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page .section-title-wrap {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page .section-title-wrap .title-wrap {
    padding: 0;
  }
}
body.lazyweb .home-page .section-title-wrap .title-wrap .text {
  font-size: 42px;
  color: #333333;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page .section-title-wrap .title-wrap .text {
    font-size: 34px;
  }
}
body.lazyweb .home-page .section-title-wrap .title-wrap .text span.inline {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page .section-title-wrap .title-wrap .text span.pc {
    display: none;
  }
}
body.lazyweb .home-page .section-title-wrap .title-wrap .text span.mb {
  display: none;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page .section-title-wrap .title-wrap .text span.mb {
    display: initial;
  }
}
body.lazyweb .home-page .section-title-wrap .subtitle-wrap {
  padding-top: 10px;
}
body.lazyweb .home-page .section-title-wrap .subtitle-wrap .text {
  font-size: 24px;
  color: #444444;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  body.lazyweb .home-page .section-title-wrap .subtitle-wrap .text {
    font-size: 20px;
  }
}
body.lazyweb .home-page .section-title-wrap .subtitle-wrap .text span.inline {
  display: inline-block;
}
body.lazyweb .home-page .home-template {
  padding: 125px 0 0;
}
@media screen and (max-width: 991px) {
  body.lazyweb .home-page .home-template {
    padding: 55px 0 0;
  }
}
@media (max-width: 767px) {
  body.lazyweb .home-page .home-template .section-title-wrap {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page .home-template .section-title-wrap .title-wrap .text {
    font-size: 32px;
  }
}
body.lazyweb .home-page .home-template__list {
  padding: 45px 0;
}
body.lazyweb .home-page section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider {
  background-image: url("/app-assets/images/home/hero/hero-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  min-height: 45.3125vw;
}
@media screen and (max-width: 1023px) {
  body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider {
    padding-top: 87px;
  }
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider {
    background-image: url("/app-assets/images/home/hero/hero-bg_mb.webp");
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 500px) {
  body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider {
    background-image: url("/app-assets/images/home/hero/hero-bg_mb_s.webp");
    background-position: bottom 0 center;
  }
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide {
  padding-bottom: 45.3125%;
}
@media screen and (max-width: 1023px) {
  body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide {
    padding-bottom: 0;
  }
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container {
    position: static;
    width: auto;
    height: auto;
  }
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container {
  width: 100%;
  max-width: 79.1666666667vw;
  margin: 0 auto;
  padding: 0 2.0833333333vw;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1023px) {
  body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container {
    max-width: none;
    padding: 0 15px;
  }
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-image {
    position: static;
    height: auto;
    display: block;
    order: 1;
  }
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-image .image-wrap {
  padding-top: 0.5208333333vw;
  position: relative;
}
@media screen and (max-width: 1023px) {
  body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-image .image-wrap {
    padding-top: 0;
    width: 100%;
  }
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-image .image-wrap .ratio-wrap {
  width: 37.5vw;
  height: 26.0416666667vw;
}
@media screen and (max-width: 1023px) {
  body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-image .image-wrap .ratio-wrap {
    width: 100%;
    padding-bottom: 70.447761194%;
  }
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-image .image-wrap .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, -100px, 0);
  transition-delay: 1s;
  transition-property: transform, opacity;
  transition-duration: 1s, 0.3s;
  transition-timing-function: cubic-bezier(0.34, 0.13, 0.22, 1.36);
}
@media screen and (max-width: 1023px) {
  body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-image .image-wrap .image {
    transform: translate3d(-100px, 0, 0);
    transition-delay: 1.2s;
  }
}
@media screen and (max-width: 1279px) {
  body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-image .image-wrap .image.pc {
    display: none;
  }
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-image .image-wrap .image.tb {
  display: none;
}
@media screen and (max-width: 1279px) {
  body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-image .image-wrap .image.tb {
    display: initial;
  }
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-image .image-wrap .image.tb {
    display: none;
  }
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-image .image-wrap .image.mb {
  display: none;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-image .image-wrap .image.mb {
    display: initial;
  }
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-content {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1023px) {
  body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-content {
    position: static;
    height: auto;
    order: 0;
    justify-content: center;
  }
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-content .content {
  max-width: 18.5vw;
  min-width: 135px;
}
@media screen and (max-width: 1023px) {
  body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-content .content {
    max-width: none;
    min-width: auto;
  }
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-content .content .title-wrap .text {
  font-size: 3.0208333333vw;
  font-weight: bold;
  color: #000000;
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-content .content .title-wrap .text {
    text-align: center;
    font-size: 40px;
  }
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-content .content .title-wrap .text span {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-100px, 0, 0);
  transition-property: transform, opacity;
  transition-duration: 1s, 0.3s;
  transition-timing-function: cubic-bezier(0.34, 0.13, 0.22, 1.36);
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-content .content .title-wrap .text span.inline {
  display: inline-block;
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-content .content .title-wrap .text span.blue {
  color: #0084FF;
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-content .content .title-wrap .text span:nth-of-type(2) {
  transition-delay: 0.4s;
}
@media screen and (max-width: 1023px) {
  body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-content .content .title-wrap .text span:nth-of-type(2) {
    transition-delay: 0s;
  }
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-content .content .subtitle-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1vw;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
  transition-property: transform, opacity;
  transition-duration: 1s, 0.3s;
  transition-timing-function: cubic-bezier(0.34, 0.13, 0.22, 1.36);
  transition-delay: 0.8s;
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-content .content .subtitle-wrap .line-wrap {
  height: 1.6vw;
  display: flex;
  align-items: center;
  padding-right: 5px;
  min-height: 21px;
}
@media screen and (max-width: 1023px) {
  body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-content .content .subtitle-wrap .line-wrap {
    min-height: 25px;
  }
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-content .content .subtitle-wrap .line-wrap .line {
  height: 1px;
  width: 1.5625vw;
  background-color: #555555;
  min-width: 23px;
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-content .content .subtitle-wrap .text {
  font-size: 1.25vw;
}
@media screen and (max-width: 1023px) {
  body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-content .content .subtitle-wrap .text {
    font-size: 20px;
  }
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-content .content .subtitle-wrap .text span.inline {
  display: inline-block;
}
@media screen and (max-width: 580px) {
  body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-content .content .subtitle-wrap .text span.inline {
    display: block;
  }
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-button {
    position: static;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-button {
    display: none;
  }
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-button .buttons-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 0 2.6041666667vw;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 100px, 0);
  transition-property: transform, opacity;
  transition-duration: 1s, 0.3s;
  transition-timing-function: cubic-bezier(0.34, 0.13, 0.22, 1.36);
  transition-delay: 1.2s;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-button .buttons-wrap {
    flex-wrap: wrap;
  }
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-button .buttons-wrap .button-wrap {
  padding: 4px;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-button .buttons-wrap .button-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-button .buttons-wrap .button-wrap .button {
  min-width: 12vw;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding: 10px 30px;
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-button .buttons-wrap .button-wrap .button .text {
  font-size: 1.25vw;
  line-height: 1.9;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-button .buttons-wrap .button-wrap .button.free {
  background-color: #0084ff;
  border: 1px solid #0084FF;
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-button .buttons-wrap .button-wrap .button.free:hover {
  background-color: rgba(0, 132, 255, 0.6);
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-button .buttons-wrap .button-wrap .button.free .text {
  color: #FFFFFF;
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-button .buttons-wrap .button-wrap .button.more {
  background-color: #fff;
  border: 1px solid #0084FF;
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-button .buttons-wrap .button-wrap .button.more .text {
  color: #0084FF;
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-button .buttons-wrap .button-wrap .button.more:hover {
  background-color: #0084ff;
  border: 1px solid #0084FF;
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide .hero-container .container .hero-button .buttons-wrap .button-wrap .button.more:hover .text {
  color: #FFFFFF;
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide.is-active .hero-container .container .hero-image .image-wrap .image {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide.is-active .hero-container .container .hero-content .content .title-wrap .text span {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide.is-active .hero-container .container .hero-content .content .subtitle-wrap {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide__slide.is-active .hero-container .container .hero-button .buttons-wrap {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide-custom-pagination {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate3d(0, -50%, 0);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide-custom-pagination {
    display: none;
  }
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide-custom-pagination .pagination-wrap {
  display: block;
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide-custom-pagination .pagination-wrap .pagination-box {
  padding: 8px 0;
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide-custom-pagination .pagination-wrap .pagination-box .pagination-flex {
  padding: 0.625vw 0.5vw 0.625vw 2.0833333333vw;
  border-radius: 9999px 0 0 9999px;
  background-color: #FFFFFF;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  border: 4px solid transparent;
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide-custom-pagination .pagination-wrap .pagination-box .pagination-flex .flex-wrap {
  display: flex;
  position: relative;
  align-items: center;
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide-custom-pagination .pagination-wrap .pagination-box .pagination-flex .flex-wrap .active-icon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: -2.0833333333vw;
  transform: translate3d(0, -50%, 0);
  transition-delay: 0.4s;
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide-custom-pagination .pagination-wrap .pagination-box .pagination-flex .flex-wrap .image-wrap {
  padding-right: 1.0416666667vw;
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide-custom-pagination .pagination-wrap .pagination-box .pagination-flex .flex-wrap .image-wrap .image {
  width: 6.7708333333vw;
  height: 4.6875vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide-custom-pagination .pagination-wrap .pagination-box .pagination-flex .flex-wrap .title-wrap {
  min-width: 12.1875vw;
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide-custom-pagination .pagination-wrap .pagination-box .pagination-flex .flex-wrap .title-wrap .text {
  font-size: 1.3020833333vw;
  color: #999999;
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide-custom-pagination .pagination-wrap.active .pagination-box .pagination-flex {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  padding-right: 2vw;
  padding-left: 3.5vw;
  border: 4px solid #D8ECFF;
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide-custom-pagination .pagination-wrap.active .pagination-box .pagination-flex .flex-wrap .active-icon {
  opacity: 1;
  visibility: visible;
  padding-right: 1.5625vw;
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide-custom-pagination .pagination-wrap.active .pagination-box .pagination-flex .flex-wrap .active-icon .icon {
  width: 17px;
  height: 13px;
  background-image: url("/app-assets/images/home/hero/arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.lazyweb .home-page section.hero-section .hero-wrap .hero-slider .splide-custom-pagination .pagination-wrap.active .pagination-box .pagination-flex .flex-wrap .title-wrap .text {
  color: #000000;
}
body.lazyweb .home-page section.hero-section .hero-button_mb {
  display: none;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.hero-section .hero-button_mb {
    display: block;
    margin-top: -8.5vw;
    position: relative;
    z-index: 10;
  }
}
body.lazyweb .home-page section.hero-section .hero-button_mb .buttons-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 0 2.6041666667vw;
  flex-wrap: wrap;
}
body.lazyweb .home-page section.hero-section .hero-button_mb .buttons-wrap .button-wrap {
  padding: 4px;
  width: 100%;
  display: flex;
  justify-content: center;
}
body.lazyweb .home-page section.hero-section .hero-button_mb .buttons-wrap .button-wrap .button {
  min-width: 152px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding: 5px 15px;
}
body.lazyweb .home-page section.hero-section .hero-button_mb .buttons-wrap .button-wrap .button .text {
  font-size: 20px;
  line-height: 45px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
body.lazyweb .home-page section.hero-section .hero-button_mb .buttons-wrap .button-wrap .button.free {
  background-color: #0084ff;
  border: 1px solid #0084FF;
}
body.lazyweb .home-page section.hero-section .hero-button_mb .buttons-wrap .button-wrap .button.free:hover {
  background-color: rgba(0, 132, 255, 0.8);
}
body.lazyweb .home-page section.hero-section .hero-button_mb .buttons-wrap .button-wrap .button.free .text {
  color: #FFFFFF;
}
body.lazyweb .home-page section.hero-section .hero-button_mb .buttons-wrap .button-wrap .button.more {
  background-color: #fff;
  border: 1px solid #0084FF;
}
body.lazyweb .home-page section.hero-section .hero-button_mb .buttons-wrap .button-wrap .button.more .text {
  color: #0084FF;
}
body.lazyweb .home-page section.hero-section .hero-button_mb .buttons-wrap .button-wrap .button.more:hover {
  background-color: #0084ff;
  border: 1px solid #0084FF;
}
body.lazyweb .home-page section.hero-section .hero-button_mb .buttons-wrap .button-wrap .button.more:hover .text {
  color: #FFFFFF;
}
body.lazyweb .home-page section.price-plan {
  padding: 90px 0 0;
}
@media screen and (max-width: 991px) {
  body.lazyweb .home-page section.price-plan {
    padding: 55px 0 0;
  }
}
body.lazyweb .home-page section.price-plan .section-title-wrap {
  padding-bottom: 35px;
}
body.lazyweb .home-page 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) {
  body.lazyweb .home-page section.price-plan .plans-wrap {
    background-image: url("/app-assets/images/home/plan/plan_price_mb.webp");
  }
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.price-plan .plans-wrap .container {
    padding: 0 10px;
  }
}
body.lazyweb .home-page section.price-plan .plans-wrap .add-wrap {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
body.lazyweb .home-page section.price-plan .plans-wrap .subscribe-wrap .common__title {
  padding-bottom: 30px;
}
body.lazyweb .home-page 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) {
  body.lazyweb .home-page section.price-plan .plans-wrap .subscribe-wrap .wrap-title .text {
    font-size: 24px;
  }
  body.lazyweb .home-page section.price-plan .plans-wrap .subscribe-wrap .wrap-title .text svg {
    width: 26px;
    height: 26px;
  }
}
body.lazyweb .home-page section.price-plan .plans-wrap .subscribe-wrap .wrap-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.lazyweb .home-page section.price-plan .plans-wrap .subscribe-wrap .wrap-subtitle .line-wrap {
  padding: 0 12px;
}
body.lazyweb .home-page section.price-plan .plans-wrap .subscribe-wrap .wrap-subtitle .line-wrap .line {
  width: 54px;
  height: 1px;
  background-color: #999999;
}
body.lazyweb .home-page section.price-plan .plans-wrap .subscribe-wrap .wrap-subtitle .text {
  font-size: 20px;
}
body.lazyweb .home-page section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap {
  display: flex;
}
body.lazyweb .home-page section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.system {
  padding-top: 25px;
}
@media screen and (max-width: 991px) {
  body.lazyweb .home-page section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.system {
    display: none;
  }
}
body.lazyweb .home-page 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;
}
body.lazyweb .home-page section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.system .flex-item-wrap.animate {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
body.lazyweb .home-page section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.system .flex-item-wrap:nth-of-type(1) {
  transition-delay: 0s;
}
body.lazyweb .home-page section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.system .flex-item-wrap:nth-of-type(2) {
  transition-delay: 0.3s;
}
body.lazyweb .home-page section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.system .flex-item-wrap:nth-of-type(3) {
  transition-delay: 0.6s;
}
body.lazyweb .home-page section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.system .flex-item-wrap:nth-of-type(4) {
  transition-delay: 0.9s;
}
body.lazyweb .home-page section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.system .flex-item-wrap .flex-item {
  width: 100%;
  position: relative;
}
body.lazyweb .home-page section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.system .flex-item-wrap .flex-item .ratio-wrap {
  width: 100%;
  padding-bottom: 56.3909774436%;
}
body.lazyweb .home-page 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%;
}
body.lazyweb .home-page 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;
}
body.lazyweb .home-page section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.design {
  padding: 0 7px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 100px, 0);
  transition: all 0.5s ease-in-out;
}
body.lazyweb .home-page section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.design.animate {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
body.lazyweb .home-page 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) {
  body.lazyweb .home-page section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.design .box {
    flex-wrap: wrap;
  }
}
body.lazyweb .home-page section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.design .flex-item-wrap {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  body.lazyweb .home-page section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.design .flex-item-wrap {
    width: 100%;
    min-height: 141px;
  }
}
body.lazyweb .home-page 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;
}
body.lazyweb .home-page 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) {
  body.lazyweb .home-page section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.design .flex-item-wrap.title .flex-item .item-title .text {
    font-size: 28px;
  }
}
body.lazyweb .home-page section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.design .flex-item-wrap.content {
  padding: 0 20px;
}
body.lazyweb .home-page 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;
}
body.lazyweb .home-page 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) {
  body.lazyweb .home-page section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.design .flex-item-wrap.content .flex-item .item {
    padding: 5px 0 20px;
  }
}
body.lazyweb .home-page 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) {
  body.lazyweb .home-page section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.design .flex-item-wrap.content .flex-item .item .price {
    font-size: 45px;
  }
}
body.lazyweb .home-page 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) {
  body.lazyweb .home-page section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.design .flex-item-wrap.content .flex-item .item .price span.unit {
    font-size: 28px;
  }
}
body.lazyweb .home-page 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;
}
body.lazyweb .home-page section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-wrap.design .flex-item-wrap.content .flex-item .item .origin-price .text {
  text-align: center;
}
body.lazyweb .home-page 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;
}
body.lazyweb .home-page 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) {
  body.lazyweb .home-page 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;
  }
}
body.lazyweb .home-page section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-mb {
  display: none;
}
@media screen and (max-width: 991px) {
  body.lazyweb .home-page 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;
  }
  body.lazyweb .home-page section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-mb.animate {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
}
body.lazyweb .home-page 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;
}
body.lazyweb .home-page section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-mb .flex-wrap .flex-item-wrap {
  width: 50%;
}
body.lazyweb .home-page section.price-plan .plans-wrap .subscribe-wrap .subscribe-flex-mb .flex-wrap .flex-item-wrap .flex-item {
  height: 100%;
}
body.lazyweb .home-page 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;
}
body.lazyweb .home-page 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;
}
body.lazyweb .home-page 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;
}
body.lazyweb .home-page 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;
}
body.lazyweb .home-page 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) {
  body.lazyweb .home-page 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;
  }
}
body.lazyweb .home-page 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) {
  body.lazyweb .home-page 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) {
  body.lazyweb .home-page 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;
  }
}
body.lazyweb .home-page 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) {
  body.lazyweb .home-page 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) {
  body.lazyweb .home-page 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;
  }
}
body.lazyweb .home-page 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;
}
body.lazyweb .home-page 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) {
  body.lazyweb .home-page 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;
  }
}
body.lazyweb .home-page 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%;
}
body.lazyweb .home-page 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;
}
body.lazyweb .home-page 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;
}
body.lazyweb .home-page 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) {
  body.lazyweb .home-page 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;
  }
}
body.lazyweb .home-page 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;
}
body.lazyweb .home-page 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;
}
body.lazyweb .home-page 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, body.lazyweb .home-page 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;
}
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.why-howeeb {
  padding: 60px 0 80px;
}
body.lazyweb .home-page section.why-howeeb .container {
  padding: 0 20px;
}
body.lazyweb .home-page section.why-howeeb .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0 0;
}
@media screen and (max-width: 1023px) {
  body.lazyweb .home-page section.why-howeeb .flex-wrap {
    padding: 40px 0 0;
  }
}
body.lazyweb .home-page section.why-howeeb .flex-wrap .flex-item-wrap {
  width: 33.33333%;
  padding: 12.5px 10px;
}
@media screen and (max-width: 1279px) {
  body.lazyweb .home-page section.why-howeeb .flex-wrap .flex-item-wrap {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.why-howeeb .flex-wrap .flex-item-wrap {
    width: 100%;
    max-width: 414px;
    margin: 0 auto;
    padding: 12.5px 0;
  }
}
body.lazyweb .home-page section.why-howeeb .flex-wrap .flex-item-wrap.second .flex-item, body.lazyweb .home-page section.why-howeeb .flex-wrap .flex-item-wrap.forth .flex-item {
  margin-top: -60px;
}
@media screen and (max-width: 1279px) {
  body.lazyweb .home-page section.why-howeeb .flex-wrap .flex-item-wrap.second .flex-item, body.lazyweb .home-page section.why-howeeb .flex-wrap .flex-item-wrap.forth .flex-item {
    margin-top: 0;
  }
}
body.lazyweb .home-page section.why-howeeb .flex-wrap .flex-item-wrap .flex-item {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
body.lazyweb .home-page section.why-howeeb .flex-wrap .flex-item-wrap .flex-item .item {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #E0F0FF;
  padding: 9px 15px 15px;
}
body.lazyweb .home-page section.why-howeeb .flex-wrap .flex-item-wrap .flex-item .item .image-wrap {
  width: 100%;
  height: 231px;
  padding: 16px 0;
}
body.lazyweb .home-page section.why-howeeb .flex-wrap .flex-item-wrap .flex-item .item .image-wrap .ratio-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
body.lazyweb .home-page section.why-howeeb .flex-wrap .flex-item-wrap .flex-item .item .image-wrap .ratio-wrap .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.lazyweb .home-page section.why-howeeb .flex-wrap .flex-item-wrap .flex-item .item .image-wrap .ratio-wrap .background .circle-wrap {
  width: 100%;
  max-width: 205px;
}
body.lazyweb .home-page section.why-howeeb .flex-wrap .flex-item-wrap .flex-item .item .image-wrap .ratio-wrap .background .circle-wrap .circle {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
}
body.lazyweb .home-page section.why-howeeb .flex-wrap .flex-item-wrap .flex-item .item .image-wrap .ratio-wrap .item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease-in-out;
}
body.lazyweb .home-page section.why-howeeb .flex-wrap .flex-item-wrap .flex-item .item .image-wrap .ratio-wrap .item-image .image-box {
  width: 100%;
  max-width: 268px;
}
body.lazyweb .home-page section.why-howeeb .flex-wrap .flex-item-wrap .flex-item .item .image-wrap .ratio-wrap .item-image .image-box .image {
  width: 100%;
  padding-bottom: 64.1791044776%;
  background-repeat: no-repeat;
  background-position: center;
}
body.lazyweb .home-page section.why-howeeb .flex-wrap .flex-item-wrap .flex-item .item .item-title .text {
  text-align: center;
  font-size: 27px;
  color: #333333;
  font-weight: 600;
}
body.lazyweb .home-page section.why-howeeb .flex-wrap .flex-item-wrap .flex-item .item .item-context .text {
  font-size: 20px;
  color: #444444;
  text-align: center;
  line-height: 1.4;
  color: #666666;
  font-weight: 400;
  letter-spacing: 0;
}
body.lazyweb .home-page section.why-howeeb .flex-wrap .flex-item-wrap .flex-item.animate .item .image-wrap .ratio-wrap .item-image {
  opacity: 1;
  visibility: visible;
}
body.lazyweb .home-page section.five-reason {
  background-image: url("/app-assets/images/home/five-reason/section-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 40px 75px;
}
@media screen and (max-width: 1392px) {
  body.lazyweb .home-page section.five-reason {
    padding: 60px 20px 75px;
  }
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.five-reason {
    padding: 40px 0;
  }
}
body.lazyweb .home-page section.five-reason .section-title-wrap {
  padding: 0;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.five-reason .section-title-wrap {
    padding: 0 20px;
  }
}
body.lazyweb .home-page section.five-reason .section-special-title {
  padding: 25px 0;
}
body.lazyweb .home-page section.five-reason .section-special-title .special-title {
  width: 100%;
}
body.lazyweb .home-page section.five-reason .section-special-title .special-title img {
  width: auto;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  body.lazyweb .home-page section.five-reason .section-special-title .special-title img.pc {
    display: none;
  }
}
body.lazyweb .home-page section.five-reason .section-special-title .special-title img.mb {
  display: none;
}
@media screen and (max-width: 1023px) {
  body.lazyweb .home-page section.five-reason .section-special-title .special-title img.mb {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
}
body.lazyweb .home-page section.five-reason .section-special-title .special-title .text {
  background-image: url("/app-assets/images/home/five-reason/reason_title.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 9.9750623441%;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 40px, 0);
  transition: all 0.8s ease-in-out;
}
body.lazyweb .home-page section.five-reason .section-special-title .special-title .text.animate {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1312px;
  overflow: hidden;
}
@media screen and (max-width: 1392px) {
  body.lazyweb .home-page section.five-reason .five-reason-wrap .container {
    padding: 0;
  }
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-image {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 40px, 0);
  transition: all 0.8s ease-in-out;
  display: none;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-image {
    display: none;
  }
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-image img {
  display: block;
  width: 100%;
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-image.animate {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap {
  width: 100%;
  padding: 0 120px;
  height: 578px;
  background-image: url("/app-assets/images/home/five-reason/reason_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1392px) {
  body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap {
    height: 41.5229885057vw;
    padding: 0 8.6206896552vw;
  }
}
@media screen and (max-width: 1023px) {
  body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap {
    display: none;
  }
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-items-wrap {
  transform: translateX(70px);
}
@media screen and (max-width: 1392px) {
  body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-items-wrap {
    transform: translateX(5.0287356322vw);
  }
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap {
  padding: 8px 0;
}
@media screen and (max-width: 1392px) {
  body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap {
    padding: 0.5747126437vw 0;
  }
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap .reason-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap .reason-item .item-title {
  position: relative;
  z-index: 2;
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap .reason-item .item-title::after {
  content: "";
  position: absolute;
  top: 45px;
  left: 10px;
  height: 20px;
  border-left: 1px dashed #0084FF;
}
@media screen and (max-width: 1392px) {
  body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap .reason-item .item-title::after {
    top: 3.2327586207vw;
  }
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap .reason-item .item-title .title-wrap {
  background-image: url("/app-assets/images/home/five-reason/title.svg");
  display: flex;
  justify-content: center;
  align-items: center;
  width: 187px;
  height: 55px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1px 0 8px;
}
@media screen and (max-width: 1392px) {
  body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap .reason-item .item-title .title-wrap {
    width: 13.433908046vw;
    height: 3.9511494253vw;
    padding: 1px 0 0.5747126437vw;
  }
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap .reason-item .item-title .title-wrap .label-wrap {
  padding-right: 10px;
}
@media screen and (max-width: 1392px) {
  body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap .reason-item .item-title .title-wrap .label-wrap {
    padding-right: 0.7183908046vw;
  }
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap .reason-item .item-title .title-wrap .label-wrap .label {
  width: 6px;
  height: 6px;
  background-color: #FFFFFF;
  border-radius: 50%;
}
@media screen and (max-width: 1392px) {
  body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap .reason-item .item-title .title-wrap .label-wrap .label {
    width: 0.4310344828vw;
    height: 0.4310344828vw;
  }
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap .reason-item .item-title .title-wrap .text {
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1392px) {
  body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap .reason-item .item-title .title-wrap .text {
    font-size: 1.4367816092vw;
  }
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap .reason-item .item-title .title-wrap .text span.num {
  font-size: 32px;
  line-height: 39px;
  padding-left: 3px;
}
@media screen and (max-width: 1392px) {
  body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap .reason-item .item-title .title-wrap .text span.num {
    font-size: 2.2988505747vw;
    line-height: 2.8017241379vw;
  }
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap .reason-item .item-context {
  margin-left: -50px;
  position: relative;
  flex-grow: 1;
  max-width: 900px;
}
@media screen and (max-width: 1392px) {
  body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap .reason-item .item-context {
    margin-left: -3.591954023vw;
    max-width: 64.6551724138vw;
  }
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap .reason-item .item-context .context-wrap {
  padding: 10px 30px 10px 60px;
  background-color: #FFFFFF;
  border-radius: 999px;
  width: 745px;
  height: 74px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1392px) {
  body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap .reason-item .item-context .context-wrap {
    padding: 0.7183908046vw 2.1551724138vw 0.7183908046vw 4.3103448276vw;
    width: 56vw;
    height: 5.1724137931vw;
  }
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap .reason-item .item-context .context-wrap .text {
  color: #000000;
  font-size: 20px;
}
@media screen and (max-width: 1392px) {
  body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap .reason-item .item-context .context-wrap .text {
    font-size: 1.4367816092vw;
  }
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap .reason-item .item-context .context-wrap .text span.blue {
  color: #0084FF;
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap:nth-of-type(1) {
  padding-top: 0;
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap:nth-of-type(1) .reason-item .item-title::after {
  height: 140px;
}
@media screen and (max-width: 1392px) {
  body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap:nth-of-type(1) .reason-item .item-title::after {
    height: 10.0574712644vw;
  }
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap:nth-of-type(2) .reason-item .item-title::after {
  height: 98px;
}
@media screen and (max-width: 1392px) {
  body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap:nth-of-type(2) .reason-item .item-title::after {
    height: 7.0402298851vw;
  }
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap:nth-of-type(3) .reason-item .item-title::after {
  height: 52px;
}
@media screen and (max-width: 1392px) {
  body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap:nth-of-type(3) .reason-item .item-title::after {
    height: 3.8074712644vw;
  }
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap:nth-of-type(4) .reason-item .item-title::after {
  height: 52px;
}
@media screen and (max-width: 1392px) {
  body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap:nth-of-type(4) .reason-item .item-title::after {
    height: 3.8074712644vw;
  }
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap:nth-of-type(5) .reason-item .item-title::after {
  height: 20px;
}
@media screen and (max-width: 1392px) {
  body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap:nth-of-type(5) .reason-item .item-title::after {
    height: 1.4367816092vw;
  }
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap:nth-of-type(6) .reason-item .item-title::after {
  height: 13px;
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap:nth-of-type(1) {
  transform: translateX(-120px);
}
@media screen and (max-width: 1392px) {
  body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap:nth-of-type(1) {
    transform: translateX(calc(-120 / 1vw));
  }
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap:nth-of-type(2) {
  transform: translateX(-60px);
}
@media screen and (max-width: 1392px) {
  body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap:nth-of-type(2) {
    transform: translateX(calc(-60 / 1vw));
  }
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap:nth-of-type(3) {
  transform: translateX(0px);
}
@media screen and (max-width: 1392px) {
  body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap:nth-of-type(3) {
    transform: translateX(calc(0 / 1vw));
  }
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap:nth-of-type(4) {
  transform: translateX(60px);
}
@media screen and (max-width: 1392px) {
  body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap:nth-of-type(4) {
    transform: translateX(calc(60 / 1vw));
  }
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap:nth-of-type(5) {
  transform: translateX(120px);
}
@media screen and (max-width: 1392px) {
  body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap:nth-of-type(5) {
    transform: translateX(calc(120 / 1vw));
  }
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap:nth-of-type(6) {
  transform: translateX(180px);
}
@media screen and (max-width: 1392px) {
  body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-wrap .reason-item-wrap:nth-of-type(6) {
    transform: translateX(calc(180 / 1vw));
  }
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-mb-wrap {
  display: none;
}
@media screen and (max-width: 1023px) {
  body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-mb-wrap {
    display: block;
  }
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-mb-wrap .reason-block {
  padding: 30px 20px;
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-mb-wrap .reason-block .reason-item-wrap {
  padding: 0 0 50px;
  position: relative;
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-mb-wrap .reason-block .reason-item-wrap:nth-of-type(n+1) {
  margin-top: -30px;
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-mb-wrap .reason-block .reason-item-wrap .line {
  position: absolute;
  left: 8px;
  bottom: 0;
  height: calc(100% - 30px);
  border-left: 1px dashed #0084FF;
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-mb-wrap .reason-block .reason-item-wrap .reason-item {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 40px, 0);
  transition: all 0.8s ease-in-out;
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-mb-wrap .reason-block .reason-item-wrap .reason-item .reson-title {
  display: flex;
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-mb-wrap .reason-block .reason-item-wrap .reason-item .reson-title .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 40px;
  padding: 2px 25px 8px;
  background-image: url("/app-assets/images/home/five-reason/title_mb.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-mb-wrap .reason-block .reason-item-wrap .reason-item .reson-title .title-wrap .label-wrap {
  padding: 0 5px 0 0;
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-mb-wrap .reason-block .reason-item-wrap .reason-item .reson-title .title-wrap .label-wrap .label {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-mb-wrap .reason-block .reason-item-wrap .reason-item .reson-title .title-wrap .text {
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  display: flex;
  align-items: flex-end;
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-mb-wrap .reason-block .reason-item-wrap .reason-item .reson-title .title-wrap .text span.num {
  font-size: 22px;
  line-height: 27px;
  padding-left: 3px;
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-mb-wrap .reason-block .reason-item-wrap .reason-item .reason-content {
  margin-top: -12px;
  padding: 0 20px 0 15px;
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-mb-wrap .reason-block .reason-item-wrap .reason-item .reason-content .content-wrap {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 57px;
  padding: 15px 24px;
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-mb-wrap .reason-block .reason-item-wrap .reason-item .reason-content .content-wrap .context-wrap .text {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #000000;
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-mb-wrap .reason-block .reason-item-wrap .reason-item .reason-content .content-wrap .context-wrap .text span.blue {
  color: #0084FF;
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-mb-wrap .reason-block .reason-item-wrap .reason-item.animate {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-mb-wrap .reason-block .reason-item-wrap:last-of-type {
  padding-bottom: 0;
}
body.lazyweb .home-page section.five-reason .five-reason-wrap .reason-mb-wrap .reason-block .reason-item-wrap:last-of-type .line {
  display: none;
}
body.lazyweb .home-page section.five-reason .buttons-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.five-reason .buttons-wrap {
    padding-top: 30px;
  }
}
body.lazyweb .home-page section.five-reason .buttons-wrap .button-wrap .button {
  border: 1px solid #0084ff;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 10px 30px;
  cursor: pointer;
}
body.lazyweb .home-page section.five-reason .buttons-wrap .button-wrap .button .text {
  font-size: 20px;
  color: #0084ff;
  font-weight: 400;
}
body.lazyweb .home-page section.five-reason .buttons-wrap .button-wrap .button:hover {
  background-color: #0787ff;
}
body.lazyweb .home-page section.five-reason .buttons-wrap .button-wrap .button:hover .text {
  color: #FFFFFF;
}
body.lazyweb .home-page section.diy-steps {
  width: 100%;
  padding: 120px 0 80px;
  position: relative;
}
@media (max-width: 767px) {
  body.lazyweb .home-page section.diy-steps {
    padding-top: 80px 0 40px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
body.lazyweb .home-page section.diy-steps .container {
  padding: 0 20px;
}
@media screen and (max-width: 374px) {
  body.lazyweb .home-page section.diy-steps .container {
    padding: 0 15px;
  }
}
body.lazyweb .home-page section.diy-steps .diy-steps__decoration {
  width: 26px;
  position: absolute;
  left: 12.7%;
  top: 21.5%;
  background-image: url(/app-assets/images/diy/steps/diy-steps-decoration.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.lazyweb .home-page section.diy-steps .diy-steps__decoration::before {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}
body.lazyweb .home-page section.diy-steps .diy-steps__title {
  font-weight: 500;
  font-size: 38px;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  body.lazyweb .home-page section.diy-steps .diy-steps__title {
    font-size: 25px;
  }
}
body.lazyweb .home-page section.diy-steps .diy-steps__list {
  width: 100%;
  padding: 50px 8px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  body.lazyweb .home-page section.diy-steps .diy-steps__list {
    padding: 30px 0 0;
  }
}
body.lazyweb .home-page section.diy-steps .diy-steps__list-wrap .common-button-wrap {
  justify-content: center;
  padding-top: 40px;
}
body.lazyweb .home-page section.diy-steps .diy-steps__list-wrap .common-button-wrap .button-wrap .button .text {
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.diy-steps .diy-steps__list-wrap .common-button-wrap .button-wrap .button .text {
    font-size: 16px;
  }
}
body.lazyweb .home-page section.diy-steps .diy-steps__list-wrap .common-button-wrap .button-wrap .button:hover {
  opacity: 0.7;
}
body.lazyweb .home-page section.diy-steps .diy-steps__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.lazyweb .home-page section.diy-steps .diy-steps__item-wrap {
  width: 32%;
  opacity: 0;
}
@media (max-width: 991px) {
  body.lazyweb .home-page section.diy-steps .diy-steps__item-wrap {
    width: 100%;
  }
  body.lazyweb .home-page section.diy-steps .diy-steps__item-wrap + .diy-steps__item-wrap {
    padding-top: 70px;
  }
}
body.lazyweb .home-page section.diy-steps .diy-steps__item-wrap.animate {
  animation-name: fadeIn;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  animation-duration: 0.5s;
}
body.lazyweb .home-page section.diy-steps .diy-steps__item-wrap:nth-child(1) {
  animation-delay: calc(1s * 0.5);
}
body.lazyweb .home-page section.diy-steps .diy-steps__item-wrap:nth-child(2) {
  animation-delay: calc(2s * 0.5);
}
body.lazyweb .home-page section.diy-steps .diy-steps__item-wrap:nth-child(3) {
  animation-delay: calc(3s * 0.5);
}
body.lazyweb .home-page section.diy-steps .diy-steps__img {
  max-width: 316px;
  width: 100%;
  margin: 0 auto;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.lazyweb .home-page section.diy-steps .diy-steps__img::before {
  content: "";
  width: 100%;
  padding-top: 61.0759493671%;
  display: block;
}
@media screen and (max-width: 1023px) {
  body.lazyweb .home-page section.diy-steps .diy-steps__img--register {
    background-image: url(/app-assets/images/diy/steps/diy-steps-img01x3.webp);
  }
}
@media screen and (max-width: 1023px) {
  body.lazyweb .home-page section.diy-steps .diy-steps__img--edit {
    background-image: url(/app-assets/images/diy/steps/diy-steps-img02x3.webp);
  }
}
@media screen and (max-width: 1023px) {
  body.lazyweb .home-page section.diy-steps .diy-steps__img--release {
    background-image: url(/app-assets/images/diy/steps/diy-steps-img03x3.webp);
  }
}
body.lazyweb .home-page section.diy-steps .diy-steps__img-wrap {
  width: 100%;
}
@media (max-width: 991px) {
  body.lazyweb .home-page section.diy-steps .diy-steps__img-wrap {
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  body.lazyweb .home-page section.diy-steps .diy-steps__img-wrap {
    width: 100%;
  }
}
body.lazyweb .home-page section.diy-steps .diy-steps__content {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1279px) {
  body.lazyweb .home-page section.diy-steps .diy-steps__content {
    justify-content: center;
    max-width: 316px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
body.lazyweb .home-page section.diy-steps .diy-steps__content-wrap {
  padding-top: 20px;
}
@media (max-width: 991px) {
  body.lazyweb .home-page section.diy-steps .diy-steps__content-wrap {
    display: flex;
    justify-content: center;
  }
}
body.lazyweb .home-page section.diy-steps .diy-steps__left {
  align-self: center;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 56px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(1, 73, 140, 0.3);
}
@media (max-width: 414px) {
  body.lazyweb .home-page section.diy-steps .diy-steps__left {
    font-size: 52px;
  }
}
body.lazyweb .home-page section.diy-steps .diy-steps__left-wrap {
  padding-right: 20px;
}
@media (max-width: 1279px) {
  body.lazyweb .home-page section.diy-steps .diy-steps__left-wrap {
    width: auto;
  }
}
@media (max-width: 414px) {
  body.lazyweb .home-page section.diy-steps .diy-steps__left-wrap {
    padding-right: 5px;
  }
}
body.lazyweb .home-page section.diy-steps .diy-steps__right-wrap {
  flex-grow: 1;
}
@media (max-width: 1279px) {
  body.lazyweb .home-page section.diy-steps .diy-steps__right-wrap {
    width: 100%;
    max-width: none;
  }
}
body.lazyweb .home-page section.diy-steps .diy-steps__right-title {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
}
@media (max-width: 1279px) {
  body.lazyweb .home-page section.diy-steps .diy-steps__right-title {
    text-align: center;
  }
}
body.lazyweb .home-page section.diy-steps .diy-steps__right-text {
  font-size: 16px;
  color: #444444;
}
@media (max-width: 1279px) {
  body.lazyweb .home-page section.diy-steps .diy-steps__right-text {
    text-align: center;
  }
}
body.lazyweb .home-page section.diy-steps .diy-steps__right-text span.red {
  color: #E93D3D;
}
body.lazyweb .home-page section.eight-gift {
  padding: 40px 0 80px;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.eight-gift {
    padding: 40px 0;
  }
}
body.lazyweb .home-page section.eight-gift .container {
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.eight-gift .container {
    padding: 0 10px;
  }
}
body.lazyweb .home-page section.eight-gift .section-title-wrap {
  padding-bottom: 15px;
}
body.lazyweb .home-page section.eight-gift .section-title-wrap .title-wrap .text span.blue {
  color: #0084FF;
}
body.lazyweb .home-page section.eight-gift .section-title-wrap .title-wrap .text span.inline {
  display: inline-block;
}
body.lazyweb .home-page section.eight-gift .gift-flex-wrap .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.lazyweb .home-page section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap {
  padding: 7px 5px;
  width: 25%;
}
body.lazyweb .home-page section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap:nth-of-type(2) {
  padding: 10px 0;
}
body.lazyweb .home-page 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) {
  body.lazyweb .home-page section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap {
    width: 50%;
    padding: 10px 5px;
  }
  body.lazyweb .home-page section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap:nth-of-type(1) {
    order: 1;
  }
  body.lazyweb .home-page section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap:nth-of-type(2) {
    order: 2;
  }
  body.lazyweb .home-page section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap:nth-of-type(3) {
    order: 4;
  }
  body.lazyweb .home-page section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap:nth-of-type(4) {
    order: 3;
  }
  body.lazyweb .home-page section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap:nth-of-type(5) {
    order: 6;
  }
  body.lazyweb .home-page section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap:nth-of-type(6) {
    order: 5;
  }
  body.lazyweb .home-page section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap:nth-of-type(7) {
    order: 7;
  }
  body.lazyweb .home-page section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap:nth-of-type(8) {
    order: 8;
  }
}
body.lazyweb .home-page section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap .flex-item {
  height: 100%;
}
body.lazyweb .home-page 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) {
  body.lazyweb .home-page section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap .flex-item .item {
    padding: 5px 10px;
  }
}
body.lazyweb .home-page section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap .flex-item .item .image-wrap {
  padding: 10px;
}
body.lazyweb .home-page 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) {
  body.lazyweb .home-page section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap .flex-item .item .image-wrap .image {
    width: 50px;
    height: 50px;
  }
}
body.lazyweb .home-page section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap .flex-item .item .item-title {
  padding: 10px 0 2.5px;
}
body.lazyweb .home-page 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) {
  body.lazyweb .home-page 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) {
  body.lazyweb .home-page 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) {
  body.lazyweb .home-page section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap .flex-item .item .item-title .text span.pc {
    display: none;
  }
}
body.lazyweb .home-page 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) {
  body.lazyweb .home-page section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap .flex-item .item .item-title .text span.mb {
    display: initial;
  }
}
body.lazyweb .home-page section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap .flex-item .item .item-title .text span.inline {
  display: inline-block;
}
body.lazyweb .home-page 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) {
  body.lazyweb .home-page 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) {
  body.lazyweb .home-page section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap .flex-item .item .item-price .text {
    font-size: 14px;
  }
}
body.lazyweb .home-page section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap.blue .flex-item .item {
  background-color: #0084FF;
}
body.lazyweb .home-page section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap.blue .flex-item .item .item-title .text {
  color: #FFFFFF;
}
body.lazyweb .home-page section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap.blue .flex-item .item .item-price .text {
  color: #FFFFFF;
}
body.lazyweb .home-page section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap.white .flex-item .item {
  background-color: #fff;
}
body.lazyweb .home-page section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap.white .flex-item .item .item-title .text {
  color: #000000;
}
body.lazyweb .home-page section.eight-gift .gift-flex-wrap .flex-wrap .flex-item-wrap.white .flex-item .item .item-price .text {
  color: #000000;
}
body.lazyweb .home-page section.theme-special {
  padding: 100px 40px 40px;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.theme-special {
    padding: 60px 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.theme-special .container {
    padding: 0;
  }
}
body.lazyweb .home-page section.theme-special .section-title-wrap {
  padding: 0 0 24px;
}
body.lazyweb .home-page section.theme-special .theme-special-wrap {
  border-top: 1px solid #DDDDDD;
}
body.lazyweb .home-page section.theme-special .theme-special-wrap .wrap-title {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 50px 0;
}
@media screen and (max-width: 1023px) {
  body.lazyweb .home-page section.theme-special .theme-special-wrap .wrap-title {
    padding: 24px 0;
  }
}
body.lazyweb .home-page section.theme-special .theme-special-wrap .wrap-title .text {
  max-width: 900px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
}
body.lazyweb .home-page section.theme-special .theme-special-wrap .image-wrap .image.pc {
  display: block;
}
@media screen and (max-width: 1279px) {
  body.lazyweb .home-page section.theme-special .theme-special-wrap .image-wrap .image.pc {
    display: none;
  }
}
body.lazyweb .home-page section.theme-special .theme-special-wrap .image-wrap .image.tb {
  display: none;
}
@media screen and (max-width: 1279px) {
  body.lazyweb .home-page section.theme-special .theme-special-wrap .image-wrap .image.tb {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  body.lazyweb .home-page section.theme-special .theme-special-wrap .image-wrap .image.tb {
    display: none;
  }
}
body.lazyweb .home-page section.theme-special .theme-special-wrap .image-wrap .image.mb {
  display: none;
}
@media screen and (max-width: 500px) {
  body.lazyweb .home-page section.theme-special .theme-special-wrap .image-wrap .image.mb {
    display: block;
  }
}
body.lazyweb .home-page section.theme-special .theme-special-wrap .image-wrap .image img {
  width: 100%;
  height: auto;
}
body.lazyweb .home-page section.what-is-howeeb {
  padding: 172px 0 0px;
}
@media screen and (max-width: 1023px) {
  body.lazyweb .home-page section.what-is-howeeb {
    padding: 40px 0;
  }
}
body.lazyweb .home-page section.what-is-howeeb .flex-wrap {
  display: flex;
  padding: 40px 0;
  justify-content: center;
  flex-wrap: wrap;
}
body.lazyweb .home-page section.what-is-howeeb .flex-wrap .flex-item-wrap {
  width: 33.3333333%;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 100px, 0);
  transition: all 0.5s ease-in-out;
}
body.lazyweb .home-page section.what-is-howeeb .flex-wrap .flex-item-wrap.animate {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
body.lazyweb .home-page section.what-is-howeeb .flex-wrap .flex-item-wrap:nth-of-type(1) {
  transition-delay: 0s;
}
body.lazyweb .home-page section.what-is-howeeb .flex-wrap .flex-item-wrap:nth-of-type(2) {
  transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.what-is-howeeb .flex-wrap .flex-item-wrap:nth-of-type(2) {
    transition-delay: 0s;
  }
}
body.lazyweb .home-page section.what-is-howeeb .flex-wrap .flex-item-wrap:nth-of-type(3) {
  transition-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.what-is-howeeb .flex-wrap .flex-item-wrap:nth-of-type(3) {
    transition-delay: 0s;
  }
}
@media screen and (max-width: 1023px) {
  body.lazyweb .home-page section.what-is-howeeb .flex-wrap .flex-item-wrap {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.what-is-howeeb .flex-wrap .flex-item-wrap {
    width: 100%;
    max-width: 414px;
    margin: 0 auto;
  }
}
body.lazyweb .home-page section.what-is-howeeb .flex-wrap .flex-item-wrap .flex-item {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(136, 136, 136, 0.15);
  border-radius: 8px;
  height: 100%;
}
body.lazyweb .home-page section.what-is-howeeb .flex-wrap .flex-item-wrap .flex-item .item {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.what-is-howeeb .flex-wrap .flex-item-wrap .flex-item .item {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.what-is-howeeb .flex-wrap .flex-item-wrap .flex-item .item .flex-top {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 319px) {
  body.lazyweb .home-page section.what-is-howeeb .flex-wrap .flex-item-wrap .flex-item .item .flex-top {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.what-is-howeeb .flex-wrap .flex-item-wrap .flex-item .item .image-wrap {
    padding-right: 25px;
  }
}
@media screen and (max-width: 414px) {
  body.lazyweb .home-page section.what-is-howeeb .flex-wrap .flex-item-wrap .flex-item .item .image-wrap {
    padding-right: 10px;
  }
}
@media screen and (max-width: 319px) {
  body.lazyweb .home-page section.what-is-howeeb .flex-wrap .flex-item-wrap .flex-item .item .image-wrap {
    padding-right: 0;
    width: 100%;
  }
}
body.lazyweb .home-page section.what-is-howeeb .flex-wrap .flex-item-wrap .flex-item .item .image-wrap .image {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.what-is-howeeb .flex-wrap .flex-item-wrap .flex-item .item .image-wrap .image {
    width: 64px;
    height: 64px;
  }
}
body.lazyweb .home-page section.what-is-howeeb .flex-wrap .flex-item-wrap .flex-item .item .content-wrap .title-wrap {
  padding: 20px 0;
}
@media screen and (max-width: 319px) {
  body.lazyweb .home-page section.what-is-howeeb .flex-wrap .flex-item-wrap .flex-item .item .content-wrap .title-wrap {
    padding: 10px 0;
    width: 100%;
  }
}
body.lazyweb .home-page section.what-is-howeeb .flex-wrap .flex-item-wrap .flex-item .item .content-wrap .title-wrap .text {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.what-is-howeeb .flex-wrap .flex-item-wrap .flex-item .item .content-wrap .title-wrap .text {
    font-size: 22px;
  }
}
@media screen and (max-width: 319px) {
  body.lazyweb .home-page section.what-is-howeeb .flex-wrap .flex-item-wrap .flex-item .item .content-wrap .title-wrap .text {
    text-align: center;
  }
}
body.lazyweb .home-page section.what-is-howeeb .flex-wrap .flex-item-wrap .flex-item .item .content-wrap .content {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}
body.lazyweb .home-page section.what-is-howeeb .flex-wrap .flex-item-wrap .flex-item .item .content-wrap .content .content-item {
  display: flex;
  align-items: flex-start;
  padding: 6px 0;
}
body.lazyweb .home-page section.what-is-howeeb .flex-wrap .flex-item-wrap .flex-item .item .content-wrap .content .content-item .label-wrap {
  padding-right: 11px;
  padding-top: 6px;
}
body.lazyweb .home-page section.what-is-howeeb .flex-wrap .flex-item-wrap .flex-item .item .content-wrap .content .content-item .label-wrap .label {
  width: 14px;
  height: 14px;
  background-image: url("/app-assets/images/home/what-is-howeeb/label.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body.lazyweb .home-page section.what-is-howeeb .flex-wrap .flex-item-wrap .flex-item .item .content-wrap .content .content-item .text {
  color: #444444;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
}
body.lazyweb .home-page section.easy-to-edit {
  padding: 60px 0;
}
body.lazyweb .home-page section.easy-to-edit .easy-edit-slider {
  background-color: #FBFDFF;
  padding: 40px 0;
}
body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide-top-pagination {
  display: flex;
  padding: 0 0 30px;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide-top-pagination {
    justify-content: center;
  }
}
body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide-top-pagination .pagination-flex {
  padding: 13px 22px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(136, 136, 136, 0.15);
  border-radius: 8px;
}
@media screen and (max-width: 359px) {
  body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide-top-pagination .pagination-flex {
    padding: 10px 15px;
  }
}
body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide-top-pagination .pagination-flex .flex-wrap {
  display: flex;
}
body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide-top-pagination .pagination-flex .flex-wrap .flex-item-wrap .flex-item {
  padding: 5px 20px;
  border-radius: 2px;
  cursor: pointer;
}
body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide-top-pagination .pagination-flex .flex-wrap .flex-item-wrap .flex-item .text {
  font-size: 20px;
  color: #0084FF;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide-top-pagination .pagination-flex .flex-wrap .flex-item-wrap .flex-item {
    padding: 5px 10px;
  }
  body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide-top-pagination .pagination-flex .flex-wrap .flex-item-wrap .flex-item .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 359px) {
  body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide-top-pagination .pagination-flex .flex-wrap .flex-item-wrap .flex-item .text {
    font-size: 14px;
  }
}
body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide-top-pagination .pagination-flex .flex-wrap .flex-item-wrap.active .flex-item {
  background-color: #0084FF;
}
body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide-top-pagination .pagination-flex .flex-wrap .flex-item-wrap.active .flex-item .text {
  color: #FFFFFF;
}
body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide__slide .slider-flex-wrap .flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide__slide .slider-flex-wrap .flex-wrap .wrap.left {
  width: 46%;
}
@media screen and (max-width: 1023px) {
  body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide__slide .slider-flex-wrap .flex-wrap .wrap.left {
    width: 100%;
    order: 1;
  }
}
body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide__slide .slider-flex-wrap .flex-wrap .wrap.left .content-wrap .title-wrap {
  padding-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide__slide .slider-flex-wrap .flex-wrap .wrap.left .content-wrap .title-wrap {
    padding-bottom: 5px;
    padding-top: 30px;
  }
}
body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide__slide .slider-flex-wrap .flex-wrap .wrap.left .content-wrap .title-wrap .en-title .text {
  font-size: 22px;
  color: #777777;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide__slide .slider-flex-wrap .flex-wrap .wrap.left .content-wrap .title-wrap .en-title .text {
    font-size: 18px;
  }
}
body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide__slide .slider-flex-wrap .flex-wrap .wrap.left .content-wrap .title-wrap .cn-title {
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide__slide .slider-flex-wrap .flex-wrap .wrap.left .content-wrap .title-wrap .cn-title {
    padding-top: 5px;
  }
}
body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide__slide .slider-flex-wrap .flex-wrap .wrap.left .content-wrap .title-wrap .cn-title .text {
  font-size: 38px;
  color: #000000;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide__slide .slider-flex-wrap .flex-wrap .wrap.left .content-wrap .title-wrap .cn-title .text {
    font-size: 25px;
  }
}
body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide__slide .slider-flex-wrap .flex-wrap .wrap.left .content-wrap .items-wrap .item-wrap {
  padding: 15px 0;
}
body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide__slide .slider-flex-wrap .flex-wrap .wrap.left .content-wrap .items-wrap .item-wrap .item-flex-wrap {
  display: flex;
}
body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide__slide .slider-flex-wrap .flex-wrap .wrap.left .content-wrap .items-wrap .item-wrap .item-flex-wrap .label-wrap {
  padding-right: 20px;
}
body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide__slide .slider-flex-wrap .flex-wrap .wrap.left .content-wrap .items-wrap .item-wrap .item-flex-wrap .label-wrap .label {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  line-height: 34px;
  text-align: center;
  color: #0084FF;
  background-color: rgba(0, 132, 255, 0.1);
}
body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide__slide .slider-flex-wrap .flex-wrap .wrap.left .content-wrap .items-wrap .item-wrap .item-flex-wrap .item-content .item-title .text {
  font-size: 24px;
  color: #0084FF;
  line-height: 34px;
}
body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide__slide .slider-flex-wrap .flex-wrap .wrap.left .content-wrap .items-wrap .item-wrap .item-flex-wrap .item-content .item-context {
  max-width: 350px;
  padding-top: 10px;
}
body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide__slide .slider-flex-wrap .flex-wrap .wrap.left .content-wrap .items-wrap .item-wrap .item-flex-wrap .item-content .item-context .text {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
}
body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide__slide .slider-flex-wrap .flex-wrap .wrap.right {
  width: 54%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide__slide .slider-flex-wrap .flex-wrap .wrap.right {
    width: 100%;
    order: 0;
  }
}
body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide__slide .slider-flex-wrap .flex-wrap .wrap.right .image-wrap {
  width: 100%;
}
body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide__slide .slider-flex-wrap .flex-wrap .wrap.right .image-wrap .image {
  width: 100%;
}
body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide__slide .slider-flex-wrap .flex-wrap .wrap.right .image-wrap .image img {
  width: auto;
  height: auto;
}
body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide__pagination {
  right: -36px;
  top: 50%;
  bottom: initial;
  left: initial;
  width: 10px;
  height: 100%;
  max-height: 500px;
  transform: translate3d(0, -50%, 0);
  padding: 0;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 1023px) {
  body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide__pagination {
    position: static;
    transform: none;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    padding-top: 30px;
  }
}
body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide__pagination li {
  display: block;
  width: 100%;
  padding: 2.5px 0;
}
@media screen and (max-width: 1023px) {
  body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide__pagination li {
    width: auto;
    height: auto;
    padding: 0 5px;
  }
}
body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide__pagination li button {
  width: 100%;
  height: 35px;
  border-radius: 999px;
  margin: 0;
  opacity: 1;
  background-color: rgba(0, 132, 255, 0.1);
}
@media screen and (max-width: 1023px) {
  body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide__pagination li button {
    width: 35px;
    height: 10px;
  }
}
body.lazyweb .home-page section.easy-to-edit .easy-edit-slider .splide__pagination li button.is-active {
  background-color: #0084FF;
  transform: scale(1);
}
body.lazyweb .home-page section.diy-ideal-section {
  padding: 75px 0;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.diy-ideal-section {
    padding: 40px 0;
  }
}
@media screen and (max-width: 413px) {
  body.lazyweb .home-page section.diy-ideal-section .container {
    padding: 0 15px;
  }
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__title {
  font-weight: 500;
  font-size: 38px;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  body.lazyweb .home-page section.diy-ideal-section .diy-ideal__title {
    font-size: 25px;
  }
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__title span.inline {
  display: inline-block;
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__list-wrap {
  padding-top: 90px;
}
@media (max-width: 991px) {
  body.lazyweb .home-page section.diy-ideal-section .diy-ideal__list-wrap {
    padding-top: 60px;
  }
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 991px) {
  body.lazyweb .home-page section.diy-ideal-section .diy-ideal__item {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__item-wrap {
  width: 100%;
  padding-left: 68px;
}
@media (max-width: 991px) {
  body.lazyweb .home-page section.diy-ideal-section .diy-ideal__item-wrap {
    padding-left: 0;
  }
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__item-wrap + .diy-ideal__item-wrap {
  padding-top: 125px;
}
@media (max-wioth: 991px) {
  body.lazyweb .home-page section.diy-ideal-section .diy-ideal__item-wrap + .diy-ideal__item-wrap {
    padding-top: 110px;
  }
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__content {
  position: relative;
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__content-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  body.lazyweb .home-page section.diy-ideal-section .diy-ideal__content-wrap {
    width: 100%;
    padding-top: 26px;
    order: 1;
  }
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__content-decoration {
  position: absolute;
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__content-decoration--blue {
  width: 28px;
  position: absolute;
  left: 8%;
  top: -5%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  body.lazyweb .home-page section.diy-ideal-section .diy-ideal__content-decoration--blue {
    right: 0;
    top: 25%;
  }
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__content-decoration--blue::before {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__content-decoration--yellow {
  width: 26px;
  position: absolute;
  right: 18.6%;
  top: -1%;
  background-image: url(/app-assets/images/diy/ideal/diy-ideal-main02-decoration.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  body.lazyweb .home-page section.diy-ideal-section .diy-ideal__content-decoration--yellow {
    right: 0;
    top: -25%;
  }
}
@media (max-width: 991px) {
  body.lazyweb .home-page section.diy-ideal-section .diy-ideal__content-decoration--yellow {
    top: -33%;
  }
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__content-decoration--yellow::before {
  content: "";
  width: 100%;
  padding-top: 110%;
  display: block;
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__content-decoration--green {
  width: 32px;
  position: absolute;
  right: 10%;
  bottom: -77%;
  background-image: url(/app-assets/images/diy/ideal/diy-ideal-main03-decoration.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  body.lazyweb .home-page section.diy-ideal-section .diy-ideal__content-decoration--green {
    bottom: -30%;
  }
}
@media (max-width: 991px) {
  body.lazyweb .home-page section.diy-ideal-section .diy-ideal__content-decoration--green {
    bottom: 115%;
    right: 0;
  }
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__content-decoration--green::before {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__content-titlewrap {
  position: relative;
  z-index: 1;
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__content-title {
  font-weight: 500;
  font-size: 30px;
  color: #000000;
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__content-title span.inline {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.diy-ideal-section .diy-ideal__content-title span.pc {
    display: none;
  }
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__content-title span.mb {
  display: none;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.diy-ideal-section .diy-ideal__content-title span.mb {
    display: initial;
  }
}
@media (max-width: 991px) {
  body.lazyweb .home-page section.diy-ideal-section .diy-ideal__content-title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  body.lazyweb .home-page section.diy-ideal-section .diy-ideal__content-title {
    font-size: 26px;
  }
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__content-textwrap {
  padding-top: 15px;
  position: relative;
  z-index: 1;
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__content-text {
  font-size: 20px;
  color: #555;
  font-weight: 400;
}
@media (max-width: 991px) {
  body.lazyweb .home-page section.diy-ideal-section .diy-ideal__content-text {
    text-align: center;
  }
}
@media (max-width: 1400px) {
  body.lazyweb .home-page section.diy-ideal-section .diy-ideal__content-text .break {
    display: none;
  }
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__imgbox {
  position: relative;
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__imgbox-wrap {
  width: 45%;
}
@media (max-width: 991px) {
  body.lazyweb .home-page section.diy-ideal-section .diy-ideal__imgbox-wrap {
    width: 70%;
  }
}
@media (max-width: 767px) {
  body.lazyweb .home-page section.diy-ideal-section .diy-ideal__imgbox-wrap {
    width: 100%;
  }
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__img-main {
  width: 100%;
  position: relative;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__img-main::before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 58.53%;
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__img-main02 {
  background-position: -3px center;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}
@media (max-width: 991px) {
  body.lazyweb .home-page section.diy-ideal-section .diy-ideal__img-main02 {
    margin-bottom: 35px;
    background-position: 5px center;
  }
}
@media (max-width: 991px) {
  body.lazyweb .home-page section.diy-ideal-section .diy-ideal__img-main03 {
    margin-bottom: 25px;
  }
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__img-decorationwrap {
  position: absolute;
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__img-decorationwrap--blue {
  width: 46%;
  right: -10px;
  bottom: 0px;
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__img-decorationwrap--blue .diy-ideal__img-decoration::before {
  padding-top: 100%;
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__img-decorationwrap--yellow {
  width: 59.93%;
  left: -35px;
  bottom: -25px;
}
@media (max-width: 991px) {
  body.lazyweb .home-page section.diy-ideal-section .diy-ideal__img-decorationwrap--yellow {
    left: -16px;
    bottom: -17px;
  }
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__img-decorationwrap--yellow .diy-ideal__img-decoration--01 {
  background-image: url(/app-assets/images/diy/ideal/diy-ideal-deco-yellow.png);
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__img-decorationwrap--yellow .diy-ideal__img-decoration--01::before {
  padding-top: 85%;
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__img-decorationwrap--yellow .diy-ideal__img-decoration--02 {
  width: 22.8%;
  position: absolute;
  left: -9%;
  bottom: 6%;
  background-image: url(/app-assets/images/diy/ideal/diy-ideal-deco-yellow02.png);
}
@media (max-width: 991px) {
  body.lazyweb .home-page section.diy-ideal-section .diy-ideal__img-decorationwrap--yellow .diy-ideal__img-decoration--02 {
    left: 0;
    bottom: 0;
  }
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__img-decorationwrap--yellow .diy-ideal__img-decoration--02::before {
  padding-top: 41%;
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__img-decorationwrap--green {
  width: 58.71%;
  right: -15px;
  bottom: -6px;
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__img-decorationwrap--green .diy-ideal__img-decoration {
  background-image: url(/app-assets/images/diy/ideal/diy-ideal-deco-green.png);
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__img-decorationwrap--green .diy-ideal__img-decoration::before {
  padding-top: 107.418%;
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__img-decoration {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.lazyweb .home-page section.diy-ideal-section .diy-ideal__img-decoration::before {
  content: "";
  width: 100%;
  display: block;
}
body.lazyweb .home-page section.howeeb-solution {
  padding: 110px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.howeeb-solution {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.howeeb-solution .section-title-wrap .title-wrap .text {
    font-size: 26px;
  }
}
body.lazyweb .home-page section.howeeb-solution .solution-flex-wrap {
  padding-top: 30px;
}
body.lazyweb .home-page section.howeeb-solution .solution-flex-wrap .flex-wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
body.lazyweb .home-page section.howeeb-solution .solution-flex-wrap .flex-wrap .flex-item-wrap {
  width: 33.3333%;
  max-width: 320px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 100px, 0);
  transition: all 0.5s ease-in-out;
}
body.lazyweb .home-page section.howeeb-solution .solution-flex-wrap .flex-wrap .flex-item-wrap.animate {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
body.lazyweb .home-page section.howeeb-solution .solution-flex-wrap .flex-wrap .flex-item-wrap:nth-of-type(1) {
  transition-delay: 0s;
}
body.lazyweb .home-page section.howeeb-solution .solution-flex-wrap .flex-wrap .flex-item-wrap:nth-of-type(2) {
  transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.howeeb-solution .solution-flex-wrap .flex-wrap .flex-item-wrap:nth-of-type(2) {
    transition-delay: 0s;
  }
}
body.lazyweb .home-page section.howeeb-solution .solution-flex-wrap .flex-wrap .flex-item-wrap:nth-of-type(3) {
  transition-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.howeeb-solution .solution-flex-wrap .flex-wrap .flex-item-wrap:nth-of-type(3) {
    transition-delay: 0s;
  }
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.howeeb-solution .solution-flex-wrap .flex-wrap .flex-item-wrap {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
}
body.lazyweb .home-page section.howeeb-solution .solution-flex-wrap .flex-wrap .flex-item-wrap .flex-item .item .image-wrap {
  padding: 4px;
}
body.lazyweb .home-page section.howeeb-solution .solution-flex-wrap .flex-wrap .flex-item-wrap .flex-item .item .image-wrap .image {
  width: 95px;
  height: 95px;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.lazyweb .home-page section.howeeb-solution .solution-flex-wrap .flex-wrap .flex-item-wrap .flex-item .item .title-wrap {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
body.lazyweb .home-page section.howeeb-solution .solution-flex-wrap .flex-wrap .flex-item-wrap .flex-item .item .title-wrap .title {
  padding: 5px 20px;
  background-color: #1D4AA3;
  border-radius: 999px;
  position: relative;
}
body.lazyweb .home-page section.howeeb-solution .solution-flex-wrap .flex-wrap .flex-item-wrap .flex-item .item .title-wrap .title .text {
  font-size: 20px;
  color: #FFFFFF;
}
body.lazyweb .home-page section.howeeb-solution .solution-flex-wrap .flex-wrap .flex-item-wrap .flex-item .item .title-wrap .title .tri {
  width: 13px;
  height: 7px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  background-image: url("/app-assets/images/home/solution/tri.svg");
}
body.lazyweb .home-page section.howeeb-solution .solution-flex-wrap .flex-wrap .flex-item-wrap .flex-item .item .context-wrap {
  padding-top: 18px;
}
body.lazyweb .home-page section.howeeb-solution .solution-flex-wrap .flex-wrap .flex-item-wrap .flex-item .item .context-wrap .text {
  font-size: 18px;
  color: #666666;
  font-weight: 400;
  text-align: center;
}
body.lazyweb .home-page section.diy-guarentee {
  padding: 80px 0 90px;
  background: #FFFFFF;
}
@media (max-width: 991px) {
  body.lazyweb .home-page section.diy-guarentee {
    padding-top: 40px 0 75px;
  }
}
body.lazyweb .home-page 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) {
  body.lazyweb .home-page section.diy-guarentee .diy-guarentee__box {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.diy-guarentee .diy-guarentee__box {
    padding: 20px 18px;
  }
}
body.lazyweb .home-page section.diy-guarentee .diy-guarentee__box .box {
  max-width: 790px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  body.lazyweb .home-page section.diy-guarentee .diy-guarentee__box .box {
    flex-wrap: wrap;
  }
}
body.lazyweb .home-page section.diy-guarentee .diy-guarentee__imgbox-wrap {
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.diy-guarentee .diy-guarentee__imgbox-wrap {
    width: 100%;
    padding-right: 0;
  }
}
body.lazyweb .home-page 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);
}
body.lazyweb .home-page 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) {
  body.lazyweb .home-page section.diy-guarentee .diy-guarentee__imgbox-img {
    width: 100%;
    max-width: 185px;
    margin: 0 auto;
  }
}
body.lazyweb .home-page section.diy-guarentee .diy-guarentee__imgbox-img::before {
  content: "";
  width: 100%;
  padding-top: 79.9086757991%;
  display: block;
}
body.lazyweb .home-page section.diy-guarentee .diy-guarentee__list-wrap {
  flex-grow: 1;
}
body.lazyweb .home-page section.diy-guarentee .diy-guarentee__item-wrap {
  padding-left: 25px;
}
@media (max-width: 767px) {
  body.lazyweb .home-page section.diy-guarentee .diy-guarentee__item-wrap {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  body.lazyweb .home-page section.diy-guarentee .diy-guarentee__item-wrap + .diy-guarentee__item-wrap {
    padding-top: 20px;
  }
}
body.lazyweb .home-page section.diy-guarentee .diy-guarentee__item-titlewrap {
  margin-bottom: 9px;
}
body.lazyweb .home-page 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) {
  body.lazyweb .home-page section.diy-guarentee .diy-guarentee__item-title {
    text-align: center;
  }
}
body.lazyweb .home-page section.diy-guarentee .diy-guarentee__item-title.animate {
  opacity: 1;
  visibility: visible;
}
body.lazyweb .home-page 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) {
  body.lazyweb .home-page section.diy-guarentee .diy-guarentee__item-text {
    text-align: center;
  }
}
body.lazyweb .home-page section.diy-guarentee .diy-guarentee__item-text.animate {
  opacity: 1;
  visibility: visible;
}
body.lazyweb .home-page section.include {
  padding: 70px 0 150px;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.include {
    padding: 50px 0;
  }
}
body.lazyweb .home-page section.include .flex-wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
@media screen and (max-width: 1024px) {
  body.lazyweb .home-page section.include .flex-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.include .flex-wrap {
    padding-top: 24px;
  }
}
body.lazyweb .home-page section.include .flex-wrap .flex-item-wrap {
  width: 25%;
  max-width: 284px;
  padding: 15px 20px;
}
@media screen and (max-width: 1024px) {
  body.lazyweb .home-page section.include .flex-wrap .flex-item-wrap {
    width: 50%;
  }
}
body.lazyweb .home-page section.include .flex-wrap .flex-item-wrap .flex-item {
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease-in-out;
}
body.lazyweb .home-page section.include .flex-wrap .flex-item-wrap .flex-item.animate {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
body.lazyweb .home-page section.include .flex-wrap .flex-item-wrap .flex-item .item-image .image {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 45.9016393443%;
}
body.lazyweb .home-page section.include .flex-wrap .flex-item-wrap .flex-item .item-title {
  padding: 25px 0 15px;
}
body.lazyweb .home-page section.include .flex-wrap .flex-item-wrap .flex-item .item-title .text {
  text-align: center;
  font-size: 27px;
  font-weight: 500;
  color: #000000;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.include .flex-wrap .flex-item-wrap .flex-item .item-context {
    display: none;
  }
}
body.lazyweb .home-page section.include .flex-wrap .flex-item-wrap .flex-item .item-context .text {
  font-size: 20px;
  color: #666666;
  letter-spacing: 0;
}
body.lazyweb .home-page section.include .flex-wrap .flex-item-wrap:nth-of-type(1) .flex-item {
  transition-delay: 0s;
}
body.lazyweb .home-page section.include .flex-wrap .flex-item-wrap:nth-of-type(2) .flex-item {
  transition-delay: 0.3s;
}
body.lazyweb .home-page section.include .flex-wrap .flex-item-wrap:nth-of-type(3) .flex-item {
  transition-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  body.lazyweb .home-page section.include .flex-wrap .flex-item-wrap:nth-of-type(3) .flex-item {
    transition-delay: 0s;
  }
}
body.lazyweb .home-page section.include .flex-wrap .flex-item-wrap:nth-of-type(4) .flex-item {
  transition-delay: 0.9s;
}
@media screen and (max-width: 1024px) {
  body.lazyweb .home-page section.include .flex-wrap .flex-item-wrap:nth-of-type(4) .flex-item {
    transition-delay: 0.3s;
  }
}
body.lazyweb .home-page section.home-contact {
  position: relative;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.home-contact {
    padding: 35px 0;
  }
}
body.lazyweb .home-page section.home-contact .background-wrap {
  position: absolute;
  padding: 20px 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.home-contact .background-wrap {
    padding: 0;
  }
}
body.lazyweb .home-page section.home-contact .background-wrap .background {
  background-color: #FAFAFA;
  width: 100%;
  height: 100%;
}
body.lazyweb .home-page section.home-contact .content-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.home-contact .content-wrap {
    flex-wrap: wrap;
  }
}
body.lazyweb .home-page section.home-contact .content-wrap .image-wrap {
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.home-contact .content-wrap .image-wrap {
    padding-right: 0;
    width: 100%;
  }
}
body.lazyweb .home-page section.home-contact .content-wrap .image-wrap .image {
  width: 291px;
  height: 232px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  opacity: 0.1;
  transition: all 0.6s ease-in-out;
  transform: scale(2);
}
body.lazyweb .home-page section.home-contact .content-wrap .image-wrap .image.animate {
  transform: scale(1);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.home-contact .content-wrap .image-wrap .image {
    width: 100%;
    max-width: 198px;
    height: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.home-contact .content-wrap .image-wrap .image .ratio-wrap {
    content: "";
    width: 100%;
    padding-bottom: 79.4629401288%;
  }
}
body.lazyweb .home-page section.home-contact .content-wrap .info-wrap {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(100px, 0, 0);
  transition: all 0.6s ease-in-out;
  transition-delay: 0.4s;
}
body.lazyweb .home-page section.home-contact .content-wrap .info-wrap.animate {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
body.lazyweb .home-page section.home-contact .content-wrap .info-wrap.animate {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.home-contact .content-wrap .info-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
body.lazyweb .home-page section.home-contact .content-wrap .info-wrap .title-wrap .text {
  font-size: 20px;
  color: #666666;
}
body.lazyweb .home-page section.home-contact .content-wrap .info-wrap .subtitle-wrap {
  padding: 5px 0;
}
body.lazyweb .home-page section.home-contact .content-wrap .info-wrap .subtitle-wrap .text {
  font-size: 27px;
  color: #000000;
  font-weight: 700;
}
body.lazyweb .home-page section.home-contact .content-wrap .info-wrap .button-wrap {
  padding-top: 12px;
  display: flex;
}
body.lazyweb .home-page section.home-contact .content-wrap .info-wrap .button-wrap .button {
  padding: 10px 34px;
  border: 1px solid #0084ff;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
body.lazyweb .home-page section.home-contact .content-wrap .info-wrap .button-wrap .button .text {
  color: #0084FF;
  font-size: 18px;
  transition: all 0.4s ease-in-out;
}
body.lazyweb .home-page section.home-contact .content-wrap .info-wrap .button-wrap .button:hover {
  background-color: #0084ff;
}
body.lazyweb .home-page section.home-contact .content-wrap .info-wrap .button-wrap .button:hover .text {
  color: #FFFFFF;
}
body.lazyweb .home-page section.making-process {
  padding: 100px 0 150px;
}
@media (max-width: 767px) {
  body.lazyweb .home-page section.making-process {
    padding: 60px 0;
  }
}
body.lazyweb .home-page section.making-process .making-process__title {
  font-weight: 50;
  font-size: 40px;
  color: #333;
  text-align: center;
}
@media (max-width: 767px) {
  body.lazyweb .home-page section.making-process .making-process__title {
    font-size: 30px;
  }
}
body.lazyweb .home-page section.making-process .making-process__title-wrap {
  width: 100%;
}
body.lazyweb .home-page section.making-process .making-process__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 42px;
}
@media (max-width: 1023px) {
  body.lazyweb .home-page section.making-process .making-process__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  body.lazyweb .home-page section.making-process .making-process__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
body.lazyweb .home-page section.making-process .making-process__list-wrap {
  width: 100%;
  padding-top: 50px;
}
body.lazyweb .home-page section.making-process .making-process__item-wrap {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
body.lazyweb .home-page section.making-process .making-process__item-wrap.animate {
  opacity: 1;
  visibility: visible;
}
body.lazyweb .home-page section.making-process .making-process__item-wrap:nth-of-type(1) {
  transition-delay: 0s;
}
body.lazyweb .home-page section.making-process .making-process__item-wrap:nth-of-type(2) {
  transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.making-process .making-process__item-wrap:nth-of-type(2) {
    transition-delay: 0s;
  }
}
body.lazyweb .home-page section.making-process .making-process__item-wrap:nth-of-type(3) {
  transition-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.making-process .making-process__item-wrap:nth-of-type(3) {
    transition-delay: 0s;
  }
}
body.lazyweb .home-page section.making-process .making-process__item-wrap:nth-of-type(4) {
  transition-delay: 1.2s;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.making-process .making-process__item-wrap:nth-of-type(4) {
    transition-delay: 0s;
  }
}
body.lazyweb .home-page section.making-process .making-process__item-wrap:nth-of-type(5) {
  transition-delay: 1.6s;
}
@media screen and (max-width: 767px) {
  body.lazyweb .home-page section.making-process .making-process__item-wrap:nth-of-type(5) {
    transition-delay: 0s;
  }
}
body.lazyweb .home-page section.making-process .making-process__item-numberwrap {
  width: 49px;
  position: absolute;
  left: 0;
  top: -8px;
  z-index: 1;
  border-radius: 50%;
  background-color: #0084FF;
}
@media (max-width: 1023px) {
  body.lazyweb .home-page section.making-process .making-process__item-numberwrap {
    left: 50%;
    transform: translateX(calc(-50% - 76px));
  }
}
body.lazyweb .home-page section.making-process .making-process__item-number {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 49px;
}
body.lazyweb .home-page section.making-process .making-process__box-wrap {
  max-width: 200px;
  margin: 0 auto;
}
body.lazyweb .home-page section.making-process .making-process__img {
  width: 100%;
  background-position: center;
  background-size: 95px;
  background-repeat: no-repeat;
}
body.lazyweb .home-page section.making-process .making-process__img::before {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}
body.lazyweb .home-page section.making-process .making-process__img-wrap {
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 5px solid #EBF5FF;
  border-radius: 50%;
}
body.lazyweb .home-page section.making-process .making-process__img-line {
  max-width: 100px;
  width: 100%;
  height: 5px;
  background-color: #EBF5FF;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  body.lazyweb .home-page section.making-process .making-process__img-line {
    display: none;
  }
}
body.lazyweb .home-page section.making-process .making-process__text {
  padding-top: 13px;
  font-weight: 500;
  font-size: 22px;
  color: #333;
  text-align: center;
}