.news_date{
    font-family: 'Oswald', sans-serif;
}

.section_news{
    padding-top: 80px;
    padding-bottom: 280px;
}

.news_container{
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

.news_wrap{
    
    border-bottom: 1px dotted #d3d3d4;
    margin-top: -300px;
    padding-top: 300px;
    padding-bottom: 40px;
}
.news_wrap:nth-child(n+2){
    margin-top: -220px;
}

.news_img_box{
    display: block;
    width: 100%;
}

.news_img{
    display: block;
    width: 100%;
    height: auto;
}

.news_head{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.news_date{
    font-size: 18px;
    font-weight: 300;
    margin-right: 5px;
    margin-bottom: 15px;
    white-space: nowrap;
}

.news_cate{
    background-color: #f0f0f0;
    font-size: 12px;
    margin-right: 25px;
    margin-bottom: 15px;
    padding: 6px 15px;
    text-align: center;
    min-width: 100px;
}

.news_title{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .05em;
    margin-bottom: 15px;
    text-align: justify;
}

.news_text{
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 2;
    margin-top: 20px;
    text-align: justify;
}

.news_link{
    color: #000;
    text-decoration: underline;
}
.news_link[target="_blank"]::after{
    content: url('../images/common/blank_black_icon.svg');
    display: inline-block;
    margin-left: 5px;
    width: 13px;
    height: 13px;
}







@media screen and (max-width: 1024px){
    .section_news{
        padding-top: 80px;
        padding-bottom: 200px;
    }
    
    .news_container{
        width: 90%;
        max-width: 800px;
    }
    
    .news_wrap{
        margin-top: 0px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .news_wrap:nth-child(1){
        border-top: 1px dotted #d3d3d4;
    }
    .news_wrap:nth-child(n+2){
        margin-top: 0px;
    }
    
    .news_head{
        justify-content: center;
    }
    
    .news_cate{
        margin-right: 0;
    }
    
    .news_title{
        text-align: center;
        width: 100%;
    }
}












@media screen and (max-width: 599px){
    .section_news{
        padding-top: 50px;
        padding-bottom: 100px;
    }
    
    .news_container{
        width: 84%;
    }
    
    .news_date{
        font-size: 12px;
        margin-bottom: 10px;
    }
    
    .news_cate{
        font-size: 10px;
        margin-bottom: 10px;
    }
    
    .news_title{
        font-size: 12px;
    }

    .news_text{
        font-size: 12px;
    }

    .news_link[target="_blank"]::after{
        width: 9px;
        height: 9px;
    }
}