@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

/* common */

body {
  width: auto;
  height: 100%;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
body:has(.ldcv2.active) {
  overflow-y: hidden;
}

p {
  color: 18181b;
}
.wrapper {
  margin: 0 auto;
}
.item-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.plus-jakarta {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.visible {
  display: block;
}

/* header */
header {
  .wrapper {
    .nav-box {
      display: flex;
      justify-content: center;
      width: 100%;
      height: 44px;
      background-color: #fff;
      z-index: 10;
      position: sticky;
      border-bottom: 1px solid #e4e4e7;
      .nav-bar {
        margin: 0 22px;
        max-width: 980px;
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 44px;
        z-index: 100;
        position: sticky;

        li {
          width: auto;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 500;
          &:first-child {
            font-weight: 700;
          }
          p {
            height: 100%;
            font-size: 13px;
            border-bottom: 1px solid #000;
          }
        }
      }
    }
    .top-banner {
      width: 100%;
      height: 44px;
      background-color: #e5eaf1;
      /* z-index: 5; */
      p {
        font-size: 13px;
        font-weight: 500;
        color: #0f172a;
      }
      .btn-join {
        width: 96px;
        height: 26px;
        font-size: 13px;
        font-weight: 500;
        color: #0f172a;
        border-radius: 30px;
        border: 1px solid #6b90d8;
        margin-left: 10px;
        cursor: pointer;
      }
      .btn-join:hover {
        background-color: #6b90d8;
        color: #fff;
      }
    }
  }
}

.section--01 {
  width: 100%;
  padding-bottom: 200px;
  background-color: #fff;
  .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 22px;
    h1 {
      font-size: 64px;
      font-weight: 700;
      color: #292929;
      line-height: 77px;
      padding-top: 120px;
    }
    .desc-01 {
      font-size: 24px;
      color: #64748b;
      line-height: 36px;
      margin-top: 40px;
      text-wrap: wrap;
    }
    .desc-02 {
      color: #494949;
      font-size: 16px;
      margin-top: 32px;
      line-height: 19px;
    }
    .btn-group {
      gap: 24px;
      margin-top: 69px;
      .btn {
        width: 155px;
        height: 48px;
        border-radius: 5px;
        border: none;
        font-weight: 600;
        font-size: 16px;
      }
      .btn-start {
        background-color: #2563eb;
        color: #fff;
        margin-right: -5px;
        &:hover {
          background-color: #194ec2;
        }
      }

      .btn-login {
        background-color: #f7ce46;
        color: #0f172a;
        &:hover {
          background-color: #f7b346;
        }
      }
    }
    img {
      max-width: 980px;
      width: 100%;
      margin-top: 80px;
    }
  }
}
.section--02 {
  width: 100%;
  padding-bottom: 200px;
  background-color: #f3f4f5;
  .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 22px;
    h1 {
      font-size: 64px;
      font-weight: 700;
      color: #292929;
      line-height: 77px;
      padding-top: 200px;
    }
    h4 {
      font-size: 32px;
      font-weight: 600;
      line-height: 35px;
      color: #4e4e4e;
      margin-top: 40px;
    }
    p {
      width: 100%;
      max-width: 980px;
      font-size: 20px;
      color: #64748b;
      line-height: 30px;
      text-wrap: wrap;
      margin-top: 40px;
      text-align: center;
    }
    img {
      width: 100%;
      max-width: 1080px;
      margin-top: 48px;
    }
    .img-intro-mob {
      display: none;
    }
  }
}
.section--03 {
  width: 100%;
  padding-bottom: 200px;
  background-color: #fff;
  .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 22px;
    h1 {
      font-size: 64px;
      font-weight: 700;
      color: #292929;
      line-height: 77px;
      padding-top: 200px;
    }
    .sub-desc-01 {
      width: 100%;
      max-width: 740px;
      font-size: 20px;
      color: #64748b;
      line-height: 30px;
      text-wrap: wrap;
      margin-top: 40px;
      text-align: center;
    }
    img {
      width: 100%;
      max-width: 1080px;
      margin-top: 80px;
    }
    ul {
      width: 100%;
      max-width: 1300px;
      margin-top: 80px;
      display: flex;
      gap: 50px;
      flex-wrap: wrap;
      justify-content: center;
      li {
        width: 400px;
        text-wrap: wrap;
        display: flex;
        flex-direction: column;
        align-items: center;

        h4 {
          font-size: 24px;
          font-weight: 600;
          line-height: 30px;
        }
        .sub-desc-02 {
          margin-top: 20px;
          padding: 5px;
          font-size: 19px;
          line-height: 28px;
          font-weight: 500;
          text-wrap: wrap;
          color: #4e4e4e;
          text-align: center;
        }
      }
    }
  }
}

.section--04 {
  width: 100%;
  padding-bottom: 200px;
  background-color: #f6f6f6;
  overflow: hidden;
  .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 22px;
    h1 {
      font-size: 64px;
      font-weight: 700;
      color: #292929;
      line-height: 77px;
      padding-top: 200px;
    }
    .sub-desc-01 {
      width: 100%;
      max-width: 740px;
      font-size: 20px;
      color: #64748b;
      line-height: 30px;
      text-wrap: wrap;
      margin-top: 40px;
      text-align: center;
    }
    .content-wrapper {
      max-width: 1400px;
      width: 100%;
      margin-top: 120px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      .content-left {
        min-width: 430px;
        max-width: 430px;
        .vertical-line {
          border-left: 1px solid #c0c0c5;
          height: 40px;
          margin-left: 52px;
        }
        li {
          padding: 10px 24px;
          z-index: 1;
          width: 100%;
          height: 98px;
          border-radius: 10px;
          background-color: #fff;
          border: 1px solid #e4e4e7;
          display: flex;
          gap: 24px;
          .box-num {
            min-width: 56px;
            height: 56px;
            border-radius: 10px;
            background-color: #000;
            color: #fff;
            font-size: 21px;
            font-weight: 700;
          }
          .sub-desc-02 {
            width: 100%;
            text-wrap: wrap;
            font-size: 15px;
            font-weight: 500;
            line-height: 25px;
            color: #18181b;
          }
        }
        .box-shadow {
          position: relative;
          z-index: revert-layer;
        }
        .box-shadow::before {
          content: "";
          z-index: -1;
          position: absolute;
          inset: 0;
          background: linear-gradient(
            90deg,
            #44ff9a 1.65%,
            #44b0ff 25.06%,
            #8b44ff 50.55%,
            #f64 75.53%,
            #ebff70 101.54%
          );
          filter: blur(32px);
        }
        /* .box-bg {
          z-index: 0;
          position: absolute;
          width: 200%;
          height: 180%;
          background-position: center;
          background-repeat: no-repeat;
          background-image: url("/image/assets/images/box-bg.svg");
        } */
      }
      .content-right {
        margin-left: 24px;
        max-width: 863px;
        min-width: 554px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 64px;
        li {
          min-width: 200px;
          max-width: 245px;
          width: 245px;
          height: 150px;
          border-radius: 20px;
          background-color: #fff;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          p {
            margin-top: 28px;
            line-height: 28px;
            font-size: 21px;
            font-weight: 500;
            color: #18181b;
          }
          .icon {
            display: block;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            width: 34px;
            height: 34px;
          }
          .icon-01 {
            background-image: url("/image/assets/icons/customer-icon.svg");
          }
          .icon-02 {
            background-image: url("/image/assets/icons/service-icon.svg");
          }
          .icon-03 {
            background-image: url("/image/assets/icons/inventory-icon.svg");
          }
          .icon-04 {
            background-image: url("/image/assets/icons/money-icon.svg");
          }
          .icon-05 {
            background-image: url("/image/assets/icons/headset-icon.svg");
          }
          .icon-06 {
            background-image: url("/image/assets/icons/marketing-icon.svg");
          }
        }
      }
    }
  }
}
.section--05 {
  width: 100%;
  padding-bottom: 200px;
  background-color: #fff;
  .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 22px;
    .title-box {
      max-width: 1400px;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      .title-img {
        align-self: self-start;
        margin-top: 200px;
        width: 250px;
        height: 44px;
      }
      .sub-title-01 {
        margin-top: 80px;
        font-size: 36px;
        font-weight: 600;
        color: #d85630;
        line-height: 30px;
      }
      .img-box {
        position: relative;
        max-width: 1400px;
        .tryit-img {
          width: 100%;
          margin-top: 72px;
        }
        .tryit-img-mob {
          display: none;
        }
        .btn-group {
          position: absolute;
          width: 32%;
          left: 12%;
          bottom: 11%;
          display: flex;
          gap: 2%;
          .btn-start {
            &:hover .btn-start-hover {
              display: block;
            }
            &:hover .btn-start-normal {
              display: none;
            }
            .btn-start-hover {
              display: none;
            }

            img {
              width: 100%;
            }
          }
          .btn-explore {
            &:hover .btn-explore-hover {
              display: block;
            }
            &:hover .btn-explore-normal {
              display: none;
            }
            .btn-explore-hover {
              display: none;
            }

            img {
              width: 100%;
            }
          }
        }
      }
      .sub-desc-01 {
        margin-top: 120px;
        font-size: 20px;
        color: #52525b;
        line-height: 30px;
        text-align: center;
      }
    }
    .group-img-card {
      margin-top: 40px;
      max-width: 1200px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 40px;
      .img-card {
        padding: 48px 24px 24px 24px;
        width: 372px;
        height: 460px;
        display: flex;
        flex-direction: column;
        background-color: #f1f5f9;
        border-radius: 20px;
        p {
          font-size: 21px;

          line-height: 32px;
          color: #000;
          .text-highlight {
            box-shadow: inset 0 -26px 0 #9ec3f8;
          }
        }
        .flex-1 {
          flex: 1;
        }
        .card {
          width: 324px;
          height: 230px;
          border-radius: 10px;
          background-size: cover;
          background-position: center;
        }
        .card-01 {
          background-image: url("/image/assets/images/card_01.jpg");
        }
        .card-02 {
          background-image: url("/image/assets/images/card_02.jpg");
        }
        .card-03 {
          background-image: url("/image/assets/images/card_03.jpg");
        }
      }
    }
    .sub-title-02 {
      margin-top: 130px;
      font-size: 52px;
      color: #090914;
      font-weight: 600;
    }
    .sub-desc-02 {
      margin-top: 25px;
      font-size: 16px;
      color: #71717a;
    }
    .group-pay-card {
      margin-top: 162px;
      display: flex;
      gap: 42px;
      flex-wrap: wrap;
      justify-content: center;
      max-width: 1200px;
      width: 100%;
      .pay-card {
        flex: 1;
        flex-grow: 1;
        min-width: 294px;
        max-width: 350px;
        /* width: 100%; */
        height: 578px;
        border: 1px solid #e2e8f0;
        border-radius: 20px;
        position: relative;
        &:nth-child(2)::after {
          content: "";
          background-image: url("/image/assets/icons/tag.svg");
          width: 188px;
          height: 72px;
          background-repeat: no-repeat;
          position: absolute;
          top: -32px;
          right: 0;
        }
        .card-top {
          border-radius: 20px 20px 0 0;
          background-color: #f8fafc;
          padding: 30px;
          width: 100%;
          height: 130px;
          display: flex;
          border-bottom: 1px solid #e2e8f0;
          h2 {
            font-size: 42px;
            line-height: 42px;
          }
          .card-top-text {
            margin-left: 20px;
            h3 {
              width: 42px;
              font-size: 18px;
              color: #090914;
              line-height: 24px;
            }
            p {
              margin-top: 12px;
              font-size: 14px;
              color: #71717a;
              line-height: 22px;
              text-wrap: nowrap;
            }
          }
        }
        .card-bottom {
          padding: 30px;
          width: 100%;
          h1 {
            font-size: 40px;
            line-height: 40px;
            font-weight: 600;
            letter-spacing: -2px;
          }
          span {
            font-size: 14px;
            font-weight: 400;
            color: #64748b;
            letter-spacing: 0;
          }
          .btn-pay {
            margin-top: 32px;
            width: 100%;
            height: 50px;
            border-radius: 10px;
            background-color: #2563eb;
            color: #fff;
            font-size: 16px;
            font-weight: 600;
            &:hover {
              background-color: #194ec2;
            }
          }
          .btn-contact {
            margin-top: 32px;
            width: 100%;
            height: 50px;
            border-radius: 10px;
            background-color: #94a3b8;
            color: #fff;
            font-size: 16px;
            font-weight: 600;
            &:hover {
              background-color: #758294;
            }
          }
          .sub-desc-03 {
            font-size: 13px;
            font-weight: 500;
            color: #71717a;
            margin-top: 32px;
            line-height: 18px;
          }
          .group-list {
            display: flex;
            flex-direction: column;
            gap: 16px;
            margin-top: 32px;
            .list-item-check {
              position: relative;
              padding-left: 28px;
            }
            .list-item-check::before {
              content: "";
              background-image: url("/image/assets/icons/checked-icon.svg");
              background-position: center;
              background-repeat: no-repeat;
              background-size: contain;
              width: 16px;
              height: 16px;
              background-repeat: no-repeat;
              position: absolute;
              left: 0;
            }

            .list-item {
              position: relative;
              padding-left: 28px;
            }
            .list-item::before {
              content: "";
              background-image: url("/image/assets/icons/unchecked-icon.svg");
              background-position: center;
              background-repeat: no-repeat;
              background-size: contain;
              width: 16px;
              height: 16px;
              background-repeat: no-repeat;
              position: absolute;
              left: 0;
            }

            li {
              font-size: 16px;
              line-height: 24px;
              display: flex;
              align-items: center;
            }
          }
        }
      }
    }
  }
}

.section--06 {
  width: 100%;
  padding-bottom: 200px;
  background-color: #f1f5f9;
  .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 22px;
    .sub-title-01 {
      margin-top: 200px;
      font-size: 48px;
      line-height: 60px;
      font-weight: 700;
    }
    .line-bg {
      width: 233px;
      height: 50px;
      background-image: url("/image/assets/icons/line.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      margin-top: 64px;
    }
    .scroll-box {
      width: 100%;
      margin-top: 80px;
      .group-client {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fit, 240px);
        justify-content: center;
        gap: 32px;
        li {
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 700;
          color: #18181b;
          width: 240px;
          height: 100px;
          background-color: #fff;
          border-radius: 10px;
          filter: drop-shadow(0 10px 60px rgba(0, 0, 0, 0.12));
        }
      }
    }
    button {
      width: 244px;
      margin-top: 80px;
      line-height: 28px;
      font-weight: 500;
      color: #71717a;
      border-bottom: 1px solid #71717a;
    }
  }
}

.section--07 {
  position: relative;
  width: 100%;
  background-position: top;
  padding-bottom: 155px;
  background-color: #000;
  &:after {
    content: "";
    background-image: url("/image/assets/icons/bg-gradient.svg");
    background-position: center;
    background-size: cover;
    width: min(100%, 600px);
    height: 550px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
  .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 22px;
    .sub-title-01 {
      color: #fff;
      margin-top: 200px;
      font-size: 48px;
      line-height: 60px;
      line-height: 42px;
      font-weight: 700;
    }
    .sub-desc-01 {
      margin-top: 30px;
      font-size: 18px;
      color: #a1a1aa;
      line-height: 28px;
    }
    .swiper {
      margin-top: 64px;
      max-width: 870px;
      width: 100%;
      min-height: 481px;
      height: 100%;
      position: relative;

      .swiper-wrapper {
        width: 100%;
        height: auto;
        padding-bottom: 40px;
        display: flex;
        align-items: center;
        position: relative;

        .swiper-slide {
          position: relative;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          height: 100%;
          min-height: 437px;
          border-bottom: 2px solid transparent;
          border-radius: 15px;
          background-color: #18181b;
          background-image: linear-gradient(#18181b, #18181b),
            linear-gradient(to right, #6ddcff 0%, #7f60f9 100%);
          background-origin: border-box;
          background-clip: content-box, border-box;
          .swiper-content {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            width: 100%;
            height: 100%;
            padding: 48px 40px 30px;
            .review-photo {
              width: 64px;
              height: 64px;
              min-height: 64px;
              border-radius: 32px;
              background-position: center;
              background-size: cover;
              background-repeat: no-repeat;
            }
            .photo-01 {
              background-image: url("/image/assets/images/review-01.jpg");
            }
            .photo-02 {
              background-image: url("/image/assets/images/review-02.jpg");
            }
            .photo-03 {
              background-image: url("/image/assets/images/review-03.jpg");
            }
            .photo-04 {
              background-image: url("/image/assets/images/review-04.jpg");
            }
            .sub-desc-02 {
              margin-top: 32px;
              width: 100%;
              font-size: 24px;
              line-height: 34px;
              color: #fff;
            }
            .flex-1 {
              flex-grow: 1;
            }
            .footer-box {
              margin-top: 32px;
              height: 61px;
              .sub-desc-03 {
                font-size: 21px;
                font-weight: 600;
                color: #e4e4e7;
                line-height: 32px;
              }
              .sub-desc-04 {
                color: #a1a1aa;
                line-height: 26px;
              }
            }
          }
        }
      }
      .swiper-button-prev {
        /* position: absolute; */
        top: unset;
        bottom: 0;
        left: 10px;
        background-image: url("/image/assets/icons/left-arrow.svg");
        width: 24px;
        height: 40px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        &::after {
          content: "";
        }
      }
      .swiper-button-next {
        top: unset;
        bottom: 0;
        background-image: url("/image/assets/icons/right-arrow.svg");
        width: 24px;
        height: 40px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        &::after {
          content: "";
        }
      }
      .swiper-pagination {
        width: 100%;
        height: 40px;
        position: absolute;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        .swiper-pagination-bullet {
          width: 10px;
          height: 10px;
          border-radius: 5px;
          opacity: 1;
          background: #3f3f46;
        }

        .swiper-pagination-bullet-active {
          background: linear-gradient(90deg, #6ddcff, #7f60f9);
        }
      }
    }
  }
}

.section--08 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #000;
  .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 22px;
    .sub-title-01 {
      color: #fff;
      font-size: 50px;
      line-height: 55px;
      font-weight: 700;
    }
    .qna-list {
      margin-top: 80px;
      width: 750px;
      border-top: 1px solid #71717a;
      .plus-padding {
        padding-bottom: 30px;
      }
      .qna-card {
        position: relative;
        width: 100%;
        border-bottom: 1px solid #71717a;
        &.border-color-change {
          border-bottom: 1px solid !;
          border-image: linear-gradient(to right, #6ddcff 0%, #7f60f9 100%);
          border-image-slice: 1;
        }
        &:after {
          cursor: pointer;
          content: "";
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          background-image: url("/image/assets/icons/down-arrow.svg");
          width: 20px;
          height: 20px;
          background-size: auto;
          background-repeat: no-repeat;
          background-position: center;
        }
        &.arrow-change:after {
          background-image: url("/image/assets/icons/up-arrow.svg");
        }
        .q-card {
          width: 100%;
          height: 82px;
          padding: 30px 0;
          font-size: 17px;
          font-weight: 700;
          line-height: 20px;
          color: #fff;
        }
        .a-card {
          overflow: hidden;
          max-height: 0; /* 오버플로우 발생 */
          text-wrap: wrap;
          font-size: 17px;
          line-height: 25px;
          color: #d4d4d8;
          position: relative;
          max-width: 630px;
          width: calc(100% - 38px);
        }
      }
    }
  }
}

.section--09 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f8fafc;
  .wrapper {
    flex-direction: column;
    display: flex;
    align-items: center;
    margin: 0 22px;
    .flex {
      display: flex;
      justify-content: space-between;
      max-width: 1200px;
      width: 100%;
      .group-text {
        min-width: 459px;
        width: 459px;
        text-wrap: wrap;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        h1 {
          font-size: 52px;
          font-weight: 600;
          color: #090914;
          line-height: 62px;
        }
        p {
          line-height: 27px;
          color: #52525b;
          margin-top: 30px;
        }
      }
    }
    .img-box {
      max-width: 636px;
      width: 100%;
      height: 400px;
      .img-call {
        background-image: url("/image/assets/images/callcenter.jpg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        border-radius: 20px;
      }
    }
  }
}
#login-modal {
  .container {
    display: grid;
    place-items: center;
    grid-template-rows: 1fr;
    .checkbox {
      display: flex;
      align-items: center;
      .group-text {
        margin-left: 6px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        .sub-desc-02 {
          color: #606571;
          font-size: 14px;
        }
        .btn-find-idpw {
          color: #485aff;
          font-size: 14px;
        }
      }

      #check-3 + label {
        display: block;
        background-image: url("/image/assets/icons/unchecked.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 20px;
        height: 20px;
      }

      #check-3:checked + label {
        background-image: url("/image/assets/icons/checked.svg");
      }
    }
    .sub-desc-03 {
      color: #52525b;
      margin-top: 16px;
    }
  }
}
.ldcv2 {
  .container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 3000;
  }
  .form-wrapper {
    margin: 0 auto 32px;
    display: grid;
    position: relative;
    top: 30px;
    width: min(calc(100% - 60px), 800px);
    border-radius: 30px;
    background-color: #e5eaf1;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    padding: 24px 0 48px;
  }

  .form-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: 15px;
    background: linear-gradient(
      90deg,
      #44ff9a -0.55%,
      #44b0ff 22.86%,
      #8b44ff 48.36%,
      #f64 73.33%,
      #ebff70 99.34%
    );
    filter: blur(40px);
  }
  .spacer-32 {
    height: 32px;
  }
  .header {
    display: flex;
    justify-content: end;
    padding: 0 22px;

    .close-btn {
      width: 36px;
      height: 36px;
      &:hover {
        opacity: 80%;
        cursor: pointer;
      }
    }
  }
  .body {
    padding: 16px 22px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

    .form {
      width: min(100%, 400px);
      padding: 16px 0;
      gap: 8px;
      display: grid;
      grid-template-columns: 1fr;
      justify-content: center;
    }

    h2 {
      line-height: 48px;
      font-size: 40px;
      font-weight: bold;
      margin-bottom: 8px;
    }
    h4 {
      height: 30px;
      font-size: 20px;
      line-height: 30px;
      color: #52525b;
      margin-bottom: 24px;
    }
    .control {
      width: 100%;
      min-height: 50px;
      border-radius: 8px;
      /* border: 1px solid #d4d4d8; */
      box-shadow: 0 0 0 1px #d4d4d8 inset;
      background-color: white;
      padding: 15.5px 16px;
      color: #52525b;
      pointer-events: all;
      user-select: all;

      input {
        width: 100%;
        text-align: left;
        /* pointer-events: visible; */
      }
      input:focus {
        stroke: none;
        outline: none;
      }
    }
    .control:has(input:focus) {
      /* border: 2px solid #2563eb; */
      box-shadow: 0 0 0 2px #2563eb inset;
    }
    .file-box {
      display: flex;
      justify-content: start;
      align-items: end;
      margin-top: 8px;
      .file-upload {
        padding: 8px 16px;
        width: 95px;
        height: 33px;
        border-radius: 6px;
        color: #fff;
        background-color: #7f56d9;
        font-size: 12px;
        &:hover {
          background-color: #6543ae;
        }
        .file-icon {
          background-image: url("/image/assets/icons/file-upload.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: auto;
          width: 17px;
          height: 17px;
          margin-right: 8px;
        }
      }
      .sub-desc-01 {
        color: #8a8989;
        font-size: 12px;
        margin-left: 8px;
        text-align: left;
      }
    }

    .group-checkbox {
      margin: 024px auto 0;
      display: flex;
      flex-direction: column;

      gap: 8px;
      .checkbox {
        display: flex;
        align-items: center;
        #check-1 + label,
        #check-2 + label {
          display: block;
          background-image: url("/image/assets/icons/unchecked.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          width: 20px;
          height: 20px;
        }
        #check-1:checked + label,
        #check-2:checked + label {
          background-image: url("/image/assets/icons/checked.svg");
        }
        .sub-desc-02 {
          color: #606571;
          font-size: 14px;
          margin-left: 6px;
          .text-point {
            color: #0475ea;
          }
        }
      }
    }
    .btn-apply {
      width: 100%;
      height: 60px;
      border-radius: 10px;
      background-color: #2563eb;
      color: #fff;
      font-weight: 700;
      margin-top: 24px;
      &:hover {
        background-color: #194ec2;
      }
    }

    .footer {
      p {
        font-size: 16px;
        line-height: 25px;
        color: #7a7a7a;
        word-break: keep-all;
      }
    }
  }
}

footer {
  border-top: 1px solid #d4d4d8;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #f8fafc;
  .wrapper {
    flex-direction: column;
    display: flex;
    align-items: center;
    max-width: 980px;
    .flex {
      width: 100%;
      margin: 0 22px;
      display: flex;
      justify-content: space-between;
      .footer-card {
        width: 244px;
        margin-left: 16px;
        &:nth-child(-n + 2) {
          border-right: 1px solid #d4d4d8;
          margin-left: 16px;
        }

        .sub-desc-01 {
          font-size: 13px;
          line-height: 18px;
          color: #2563eb;
          font-weight: 500;
        }
        .sub-desc-02 {
          margin-top: 16px;
          font-weight: 500;
          line-height: 24px;
          color: #090914;
        }
      }
    }
  }
}

@media (max-width: 1024px) {
  .section--04 {
    .content-wrapper {
      flex-direction: column;
      .content-left {
        min-width: unset !important;
        width: 100%;
      }
      .content-right {
        margin-top: 64px;
      }
    }
  }

  .section--05 {
    .group-img-card {
      .img-card {
        width: 342px !important;
        height: 515px !important;
        .card {
          width: 294px !important;
          height: 275px !important;
        }
      }
    }
  }

  .section--07 {
    .swiper {
      /* height: 515px !important; */
      .swiper-wrapper {
        .swiper-slide {
          /* height: 471px !important; */
        }
      }
      .swiper-pagination {
        height: 25px;
      }
    }
  }
  .section--08 {
    .qna-list {
      width: 725px !important;
    }
  }

  .section--09 {
    padding-top: 200px;
    padding-bottom: 200px;
    .flex {
      flex-direction: column;
      align-items: center;
      .group-text {
        width: 100% !important;
        min-width: none !important;
        h1 {
          font-size: 32px !important;
          line-height: 42px !important;
        }
      }
      .img-box {
        margin-top: 105px;
      }
    }
  }
}

@media (max-width: 768px) {
  header {
    .top-banner {
      height: 86px !important;
      flex-direction: column;
      p {
        letter-spacing: -0.2px;
      }
      button {
        margin-top: 8px;
      }
    }
  }

  .section--01 {
    padding-bottom: 64px;

    .wrapper {
      margin: 0 16px !important;
      h1 {
        padding-top: 64px;
        font-size: 48px !important;
        letter-spacing: -3px;
      }
      .desc-01 {
        margin-top: 32px;
        font-size: 16px;
        line-height: 26px;
        text-align: center;
      }
      .btn-group {
        margin-top: 32px;
        .btn {
          width: 135px;
        }
      }
      .desc-02 {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
      }
      img {
        margin-top: 48px;
      }
    }
  }

  .section--02 {
    padding-bottom: 64px;
    .wrapper {
      margin: 0 16px;
      h1 {
        padding-top: 64px !important;
        font-size: 32px;
        line-height: 38px;
      }
      h4 {
        font-size: 24px;
        line-height: 35px;
        text-align: center;
        margin-top: 32px;
      }
      p {
        font-size: 16px;
        line-height: 26px;
        margin-top: 32px;
      }
      .img-intro-mob {
        display: block;
      }
      .img-intro-pc {
        display: none;
      }
    }
  }

  .section--03 {
    padding-bottom: 64px;
    .wrapper {
      margin: 0 16px;
      h1 {
        padding-top: 64px;
        font-size: 48px;
        line-height: 59px;
        text-align: center;
        text-wrap: wrap;
      }
      .sub-desc-01 {
        font-size: 16px;
        line-height: 26px;
        margin-top: 32px;
      }
      img {
        margin-top: 64px;
      }
      ul {
        max-width: none !important;
        li {
          min-width: none !important;
          width: 100% !important;
          .sub-desc-02 {
            font-size: 16px !important;
            line-height: 26px !important;
          }
        }
      }
    }
  }

  .section--04 {
    padding-bottom: 64px;
    .wrapper {
      margin: 0 16px;
      h1 {
        font-size: 48px !important;
        line-height: 48px !important;
        padding-top: 64px;
      }
      .sub-desc-01 {
        font-size: 16px;
        line-height: 26px;
      }

      .content-wrapper {
        margin-top: 64px;
        /* max-width: 288px !important; */
        .content-left {
          li {
            .sub-desc-02 {
              letter-spacing: -0.2px;
            }
          }
        }
        .content-right {
          min-width: 300px !important;
          gap: 16px;
          ul {
            margin-top: 64px;
            li {
              width: 245px;
            }
          }
        }
      }
    }
  }

  .section--05 {
    padding-bottom: 64px;
    .wrapper {
      margin: 0 16px;
      .title-box {
        .title-img {
          margin-top: 64px;
          width: 156px;
        }
        .sub-title-01 {
          margin-top: 64px;
          font-size: 32px;
          line-height: 42px;
          text-wrap: wrap;
          text-align: center;
        }
        .img-box {
          .tryit-img-mob {
            display: block;
          }
          .tryit-img-pc {
            display: none;
          }
          .btn-group {
            width: 66%;
            flex-direction: column;
            left: 50%;
            bottom: 39%;
            transform: translateX(-50%);
            .btn-explore {
              margin-top: 8%;
            }
          }
        }
      }
      .group-img-card {
        max-width: 346px !important;
        .img-card {
          width: 100% !important;
          display: flex;
          flex-direction: column;
          align-items: center;

          .card {
            width: 100% !important;
            object-fit: cover;
          }
        }
      }
      .sub-title-02 {
        font-size: 40px;
        line-height: 50px;
        text-align: center;
      }
      .sub-desc-02 {
        font-size: 16px;
        line-height: 26px;
        text-align: center;
      }
      .group-pay-card {
        margin-top: 100px;
        .pay-card {
          min-width: 288px;
          .card-bottom {
            h1 {
              font-size: 36px;
              letter-spacing: -2px;
            }
          }
          &:nth-child(2)::after {
            width: 160px;
            height: 60px;
            background-size: contain;
          }
        }
      }
    }
  }
  .section--06 {
    padding-bottom: 64px;
    .wrapper {
      overflow: hidden;
      .sub-title-01 {
        margin-top: 64px;
        font-size: 36px;
        line-height: 46px;
        text-align: center;
      }
      .img-box {
        tryit-img {
          margin-top: 64px;
        }
      }
      .scroll-box {
        height: 300px;
        overflow-x: auto;
        overflow-y: hidden;
        .group-client {
          grid-template-rows: 100px 100px;
          grid-template-columns: repeat(6, 240px);
          grid-auto-columns: 240px;
          width: 100%;
          flex-wrap: nowrap;
          li {
            min-width: 240px;
            filter: none;
          }
        }
      }
    }
  }
  .section--07 {
    padding-bottom: 64px;
    .wrapper {
      margin: 0 16px;
      .sub-title-01 {
        font-size: 24px;
        line-height: 42px;
        margin-top: 64px;
      }
      .sub-desc-01 {
        font-size: 18px;
        line-height: 28px;
        text-align: center;
      }
      .swiper {
        .swiper-wrapper {
          .swiper-slide {
            .sub-desc-02 {
              font-size: 16px;
              line-height: 26px;
              margin-top: 26px;
            }
          }
        }
      }
    }
  }
  .section--08 {
    padding-top: 64px;
    padding-bottom: 64px;
    .wrapper {
      .sub-title-01 {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
      }
      .qna-list {
        width: 100% !important;
        margin-top: 32px;
        .q-card {
          font-size: 16px;
          height: 73px;
        }
      }
    }
  }

  .section--09 {
    padding-top: 64px;
    padding-bottom: 64px;
    .wrapper {
      margin: 0 16px;
      flex-direction: column;
      .group-text {
        min-width: 288px !important;
        width: 100% !important;
        h1 {
          font-size: 32px;
          line-height: 42px;
          text-align: center;
        }
        p {
          font-size: 16px;
          line-height: 26px;
          text-align: center;
        }
      }
      .img-box {
        margin-top: 32px;
      }
    }
  }

  footer {
    padding-top: 24px;
    padding-bottom: 32px;
    .wrapper {
      margin: 0 22px;
      .flex {
        flex-direction: column;
        .footer-card {
          width: 100%;
          margin-left: 0 !important;
          &:nth-child(-n + 2) {
            border-right: none;
            border-bottom: 1px solid #d4d4d8;
            padding-bottom: 16px;
          }
          &:nth-child(n + 2) {
            padding-top: 24px;
          }
        }
      }
    }
  }
}

@media screen and (max-width: 480px) {
  .ldcv2 {
    .form-wrapper {
      display: grid;
      width: calc(100vw - 32px);
    }
  }
}
