.section-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--main-color);
    display: block;
    margin-bottom: 15px;
    font-family: "GmarketSans", sans-serif;
}

.section-title {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 25px;
    font-family: "GmarketSans", sans-serif;
    word-break: keep-all;
}

.section-desc {
    font-size: 18px;
    line-height: 1.5;
    color: #1f1f1f;
    word-break: keep-all;
}

@media (max-width: 768px) {
    .section-label {
        font-size: 12px;
    }

    .section-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .section-desc {
        font-size: 14px;
    }
}

.event-section {
    background: #1f1f1f;
    color: #f8f8f8;
    padding: 90px 0 75px;
}

.event-section .container {
    max-width: 1820px;
    margin: 0 auto;
}

.event-head {
    text-align: center;
}

.event-head .section-label {
    margin-bottom: 20px;
}

.event-head .section-title,
.event-head img {
    margin-bottom: 40px;
}

.event-head .section-desc {
    color: #f8f8f8;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 40px;
    padding: 0 10px;
    word-break: keep-all;
}

.event-visual {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.event-dot {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.4;
    color: #f8f8f8;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.event-dot::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--main-color);
}

.event-steps {
    display: grid;
    grid-template-columns: 1fr 40px 1fr 40px 1fr;
    align-items: stretch;
    gap: 30px;
    position: relative;
    z-index: 1;
}

.e-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.e-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.e-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 20px 18px;
}

.card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 23px;
}

.card-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.badge {
    font-family: "GmarketSans", sans-serif;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 99px;
    color: var(--main-color);
    border: 1px solid var(--main-color);
}

.e-card h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.5;
}

.event-pc {}

.event-m {
    display: none;
}

@media (max-width: 1820px) {
    .event-head img {
        width: 100%;
    }

    .event-dot,
    .event-steps {
        padding: 0 20px;
    }
}

@media (max-width: 1500px) {
    .event-pc {
        display: none;
    }

    .event-m {
        display: block;
    }

    .event-steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .section-label {
        font-size: 10px;
    }

    .section-title {
        font-size: 24px;
    }

    .event-head .section-title,
    .event-head img {
        margin-bottom: 30px;
    }

    .event-head .section-desc {
        font-size: 18px;
        margin-bottom: 35px;
    }

    .event-visual {
        padding: 0 20px;
    }

    .event-visual img {
        width: 100%;
    }

    .event-dot {
        font-size: 18px;
        gap: 10px;
    }

    .event-dot::before {
        width: 5px;
        height: 5px;
    }

    .event-steps {
        gap: 20px;
    }

    .badge {
        font-size: 10px;
        padding: 6px 20px;
    }

    .e-card h3 {
        font-size: 18px;
    }

    .card-body img {
        width: 60px;
    }
}

/* footer-section */
.footer-section {
    position: relative;
    z-index: 1;
    text-align: center;
    background: url("../img/ado/images/background_gradient_img2.png") #1f1f1f bottom / cover no-repeat;
    padding-bottom: 150px;
}

.footer-section img {
    margin-bottom: 20px;
}

.footer-section .footer-text {
    font-size: 34px;
    line-height: 1.5;
    color: #f8f8f8;
    word-break: keep-all;
}

@media (max-width: 1300px) {
    .footer-img {
        background: transparent;
    }
}

@media (max-width: 1024px) {
    .footer-section {
        padding-bottom: 80px;
    }

    .footer-section img {
        margin: 0 auto;
        padding-bottom: 25px;
        width: 24px;
    }

    .footer-section .footer-text {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .footer-section .footer-text {
        padding: 0 20px;
    }
}

.review-more {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}

.btn-review {
    width: 95%;
    height: 70px;
    max-width: 600px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
    text-decoration: none;
    color: #fff;
    background: #0f9ad8;
    font-weight: bold;
    font-size: 24px;
}

.btn-review:hover {
    background: #0c7db2;
}

@media (max-width: 768px) {
    .review-more {
        margin-top: 40px;
    }

    .btn-review {
        height: 50px;
        font-size: 16px;
    }


}