* {
    font-family: 'Noto Sans SC', sans-serif !important;
    word-break: break-all;
}

.menu a {
    font-family: 'Pretendard Variable' !important;
}

.p-text p br {
    display: none;
}

.a1-text {
    font-size: 70rem;
}

.a2-text br {
    display: none;
}

.a3-title h5 {
    font-size: 55rem !important;
    font-weight: bold;
}

.a3-title h5 br {
    display: none;
}


/*==================================================*/
@media (max-width: 1650px) {
    .a2-text {
        font-size: 32rem;
    }
}


@media (max-width: 991px) {
    .p-text p br {
        display: block;
    }

    .a1-text {
        font-size: 60rem;
    }

    .a3-title h5 {
        font-size: 40rem !important;
    }

    .a3-title h5 br {
        display: block;
    }
}