.article6 {
    background: url(../images/a6-bg.jpg) no-repeat center;
    background-size: cover;
}

.a6-text p {
    color: var(--main-color);
    font-size: 80px;
    font-family: 'notokr-bold';
    letter-spacing: -0.04em;
}

.a6-info p {
    width: 780px;
    color: #3d3d3d;
    font-size: 17px;
    font-family: 'notokr-regular';
    text-align: center;
    line-height: 27px;
    letter-spacing: -0.04em;
    margin-top: 3rem;
}


/*==================================================*/
@media (max-width: 800px) {
    .a6-text p {
        font-size: 45px;
    }

    .a6-info p {
        width: 100%;
        font-size: 15px;
        line-height: 24px;
        margin-top: 1.5rem;
    }
}