.newsv-box {
    padding: 60px 0;
}


.newsv-btit {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 35px;
    border-bottom: 2px solid #ff9c52;
}

.newsv-btit h2 {
    font-size: 36px;
    font-weight: 600;
}

.newsv-btit p {
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
}




.newsv-bcnt p {
    font-size: 16px;
    margin-top: 30px;
    line-height: 28px;
    font-weight: 600;
}

.newsv-bcnt img {
    width: 100%;
    height: auto;
    margin-top: 30px;
}



@media only screen and (max-width:1340px) {
    .newsv-box {
        padding: 40px 0;
    }

    .newsv-btit {
        padding-bottom: 25px;
    }

    .newsv-btit h2 {
        font-size: 30px;
    }

    .newsv-btit p {
        font-size: 14px;
        margin-top: 10px;
    }



    .newsv-bcnt p {
        font-size: 14px;
        margin-top: 20px;
        line-height: 24px;
    }

    .newsv-bcnt img {
        margin-top: 20px;
    }





}



@media only screen and (max-width: 768px) {

    .newsv-box {
        padding: .4rem .1rem;
    }

    .newsv-btit {
        padding-bottom: .25rem;
    }

    .newsv-btit h2 {
        font-size: 20px;
    }

    .newsv-btit p {
        margin-top: .1rem;
    }


    .newsv-bcnt p {
        margin-top: .2rem;
        line-height: 22px;
    }



}