.article {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    padding: 120rem 0;
    overflow: hidden;
}

.article-wrapper {
    width: 1200rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ar-title {
    text-align: center;
    margin-bottom: 60rem;
}

.ar-title h5 {
    font-size: 50rem;
    font-family: 'Pretendard Variable' !important;
}

.ar-title p {
    color: #888;
    font-size: 19rem;
    margin-top: 20rem;
}


/*==================================================*/
@media (max-width: 1250px) {
    .article-wrapper {
        width: 90%;
    }
}


@media (max-width: 768px) {
    .article {
        padding: 90rem 0;
    }
}