@charset "UTF-8";

/*============================
	news__contetns
============================*/
.n-cont__atcwarp {
    max-width: 1400px;
    margin: 0 auto 100px;
}

.n-cont__atcwarp .news__atc a {
    display: flex;
    align-items: center;
}

.n-cont__atcwarp .news__info {
    min-width: 300px;
}

.n-cont__atcwarp .news__h3 {
    width: calc(100% - 300px);
}

.n-cont__atcwarp .news__atc:last-child {
    border-bottom: solid 1px #d6d6d6;
    padding-bottom: .75em;
}
.news__contetns .news__cat{
    min-width: 150px;
}

@media screen and (max-width:1024px) {
    .n-cont__atcwarp {
        margin: 0 auto 60px;
    }
    
    .n-cont__atcwarp .news__atc a {
        display: flex;
    }
    
    .n-cont__atcwarp .news__info {
        min-width: 240px;
    }
    
    .n-cont__atcwarp .news__h3 {
        width: calc(100% - 240px);
    }
    .news__contetns .news__cat{
        min-width: 130px;
    }
}

@media screen and (max-width:767px) {
    .n-cont__atcwarp {
        margin: 0 auto 60px;
    }
    
    .n-cont__atcwarp .news__atc a {
        display: block;
    }
    
    .n-cont__atcwarp .news__info {
        min-width: auto;
        width: 100%;
    }
    
    .n-cont__atcwarp .news__h3 {
        width: 100%;
    }
    .news__contetns .news__cat{
        min-width: 130px;
    }
}

/*============================
	n-detail-contents / news-detail
============================*/
.n-detail-contents{
    padding-top: 0;
}
@media screen and (max-width:1024px) {}

@media screen and (max-width:767px) {}