@media (min-width: 1201px)  {
     ._news_detail > p.news_textBase {
        margin-top: 80px;
    }
     ._news_detail > p.news_textBase:nth-of-type(n+2) {
        margin-top: 40px;
    }
    
    ._news_detail > p.news_textBase:last-of-type{
        margin-bottom: 80px;
    }
    
    ._news_detail > p.news_textBase:not(:last-of-type) {
        margin-bottom: 40px;
    }
        
}

@media (min-width: 880px) and (max-width: 1200px){
    .page-news_detail .news_header_title {
        font-size: 22px;
        line-height: 2;
        margin-bottom: 38px;
        text-align: center;
    }
     ._news_detail > p.news_textBase {
        margin-top: 80px;
    }
     ._news_detail > p.news_textBase:nth-of-type(n+2) {
        margin-top: 40px;
    }
    
    ._news_detail > p.news_textBase:last-of-type{
        margin-bottom: 80px;
    }
    
    ._news_detail > p.news_textBase:not(:last-of-type) {
        margin-bottom: 40px;
    }
        
}
@media (max-width: 879px) {
    ._news_detail .news_textBase{
        margin-top: 7.6923076923vw;
    }
    .news_last{
        margin-bottom: 7.6923076923vw;
    }
}

