.btn {
    width: 146px;
    background-color: #ffffff;
}

.div-intro {
    width: 100%;
    height: calc(100vh - 59px);
    background-color: #85a7dd;
}

.div-intro-content {
    margin: 0 auto;
    width: 100%;
    max-width: 294px;
}

.div-intro-content .logo {
    width: 100%;
    max-width: 76px;
}

#lottie {
    width: 100%;
    height: 100%;
}

.div-works {
    margin-top: 72px;
    padding: 0 14px;
    font-size: 12px;
}

.div-works .p-work-title {
    margin-top: 12px;
    font-size: 1rem;
    color: #2e2d3b;
}

.splide__slide div {
    padding: 10px;
}

.splide__slide p {
    margin: 36px 0 54px 0;
}

.splide__slide.is-active div {
    padding: 6px;
    border: 4px solid #7ca9e1;
    border-radius: 60px;
}

.splide__slide img {
    width: 100%;
    height: auto;
}

.splide__pagination__page {
    width: 14px;
    height: 14px;
    background: #dbebff;
}

.splide__pagination__page.is-active {
    background: #7ca9e1;
    transform: unset;
}

.div-build {
    margin: 72px 0 8px 0;
    padding: 12px 24px;
    background-image: url("../images/main/bg-build.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 800px;
}

.div-build h2 {
    margin-bottom: 36px;
}

.div-build-border {
    padding: 60px 18px 0 18px;
    border-radius: 25px;
}

.div-build-content {
    width: 292px;
    gap: 28px;
}

.div-build-content img {
    width: 132px;
}

.div-service h2 {
    margin-bottom: 56px;
}

.div-service .col-10 {
    margin-bottom: 50px;
}

.div-service p {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 12px;
}

.div-service .div-service-content {
    padding: 28px 20px 0 20px;
}

.div-service .div-service-content:last-child {
    padding-bottom: 20px;
}

.div-service .div-service-content h4 {
    font-size: 1rem;
}

.div-service .div-service-content .div-service-item {
    margin-bottom: 20px;
}

.div-service .div-service-content .div-service-item:last-child {
    margin-bottom: 0;
}

.div-step-title {
    margin-top: 72px;
    margin-bottom: 48px;
}

.div-step {
    margin-bottom: 20px;
    gap: 20px;
}

.step-box {
    padding: 32px 16px;
    width: 153px;
    border-radius: 5px;
}

.step-box:before {
    content: "Step " attr(data-step);;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 0 10px;
    font-weight: bold;
    color: #000;
}

.step-box p {
    margin: 0;
    font-size: 14px;
}

.btn-float {
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

footer {
    margin-top: 72px;
}

@media (min-width: 992px) {
    .div-intro {
        height: 835px;
        background-image: url("../images/main/bg-main.png");
        background-repeat: no-repeat;
        background-position: right;
        background-size: 100% 835px;
        background-color: transparent;
    }

    .div-intro-content {
        margin-left: 120px;
        max-width: 300px;
    
    }

    .div-intro-content .logo {
        width: 100%;
        max-width: 152px;
    }

    .div-works {
        margin-top: 160px;
        font-size: 1rem;
    }

    .div-build {
        margin: 160px 0;
        padding: 30px 30px 82px 30px;
        height: 800px;
        background-size: 100% 800px;
    }

    .div-build h2 {
        margin-bottom: 85px;
    }

    .div-build-border {
        padding: 120px 88px;
        border-radius: 100px;
    }

    .div-build-content {
        width: 100%;
        gap: 56px;
    }
    
    .div-build-content img {
        width: 196px;
    }

    .div-service .div-service-content {
        padding: 36px;
    }

    .div-service .div-service-content h4 {
        font-size: 1.5rem;
    }

    .div-step-title {
        margin-top: 160px;
        margin-bottom: 56px;
    }

    .div-step {
        margin-bottom: 36px;
        gap: 40px;
    }

    .step-box {
        padding: 32px 16px;
        width: 228px;
        border-radius: 10px;
    }

    .step-box p {
        font-size: 28px;
    }

    footer {
        margin-top: 160px;
    }
}

