/* mobile 360-768px */
@media screen and (max-width: 767px){

    .analys_hr_research-of-month {
        margin-top: 64px;
    }

    main section.analysis{
        margin-left: 16px;
        margin-right: 16px;
    }

    .section__title_research-of-month{
        padding: 0 16px;
        margin-bottom: 25px;
    }

    .research-of-month__item{
        width: 100%;
        flex-wrap: wrap;
        gap: 1px;
        max-width: 500px;
    }

    .research-of-month__a-side-item{
        width: auto;
        padding: 23px 0 0 24px;
    }

    .research-of-month__month{
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        padding: 2px 12px;
    }

    .research-of-month__title{
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .research-of-month__link{
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }

    .research-of-month__b-side-item{
        text-align: right;
        width: 100%;
        height: 128px;
    }

    .research-of-month__image{
        width: 160px;
        height: 128px;
    }

    .research-of-month__show-more-btn{
        width: 100%;
        line-height: 23px;
    }
}