

.newsv-top{
    background-color: #f5f5f5;
}

.return-btn{
    padding: 30px 0;
}
.return-btn a{
    display: flex;
    align-items: center;
}
.return-btn a img{
    width: 20px;
    height: 20px;
}
.return-btn a span{
    font-size: 16px;
    font-weight: 600;
    color: #1a0e72;
}

.newsv-tpcnt{
    display: flex;
    flex-direction: column;
}
.newsv-tpcnt span{
    font-size: 16px;
    color: #999999;
}
.newsv-tpcnt h3{
    font-size: 40px;
    font-weight: 600;
    margin-top: 20px;
}


.newsv-tpbtm{
    padding: 35px 0;
    display: flex;
    align-items: center;
}
.newsv-tpbtm a{
    width: 30px;
    height: 30px;
    margin-right: 20px;
}
.newsv-tpbtm a img{
    width: 100%;
    height: 100%;
}








.newsv-cnt{
    padding: 50px 0;
}
.newsv-ctxt{
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
}
.newsv-ctxt span{
    font-weight: 600;
}


.newsv-cimg{
    margin: 50px 0 ;
    text-align: center;
}
.newsv-cimg img{
    width: 60%;
    height: auto;
    border-radius: 20px;
}








.newsv-btm{
    padding: 35px 0 60px;
    border-top: 1px solid #d9d9d9;
}
.newsv-bmdisp{
    display: flex;
    justify-content: space-between;
}

.newsv-bmbtn{
    width: 40%;
}
.newsv-bmbtn p{
    font-size: 16px;
    color: #999999;
}
.newsv-bmbtn h3{
    font-weight: 600;
    font-size: 16px;
    margin-top: 20px;
}


.bmbtn-ri{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.bmbtn-ri h3{
    text-align: right;
}






@media only screen and (max-width: 1400px) {
    .return-btn {
        padding: 25px 0;
    }
    .return-btn a span {
        font-size: 14px;
    }
    .newsv-tpcnt span {
        font-size: 14px;
    }
    .newsv-tpcnt h3 {
        font-size: 34px;
        margin-top: 15px;
    }
    .newsv-tpbtm {
        padding: 30px 0;
    }
    .newsv-tpbtm a {
        width: 25px;
        height: 25px;
        margin-right: 15px;
    }



    .newsv-cnt {
        padding: 40px 0;
    }
    .newsv-ctxt {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .newsv-cimg {
        margin: 40px 0 40px;
    }




    .newsv-btm {
        padding: 30px 0 50px;
    }
    .newsv-bmbtn p {
        font-size: 14px;
    }
    .newsv-bmbtn h3 {
        font-size: 14px;
        margin-top: 15px;
    }


}



@media only screen and (max-width: 769px) {

    .newsv-top{
        padding: 0 .1rem;
    }
    .return-btn {
        padding: .25rem 0;
    }
    .newsv-tpcnt h3 {
        font-size: 26px;
        margin-top: .15rem;
    }
    .newsv-tpbtm {
        padding: .3rem 0;
    }

    .newsv-cnt {
        padding: .4rem .1rem;
    }

    .newsv-ctxt {
        font-size: 14px;
        margin-bottom: .15rem;
    }

    .newsv-cimg {
        margin: .4rem 0;
    }
    .newsv-cimg img {
        width: 80%;
    }


    .newsv-btm {
        padding: .3rem .1rem .5rem;
    }
    .newsv-bmbtn {
        width: 45%;
    }
    .newsv-bmbtn h3 {
        font-size: 14px;
        margin-top: .15rem;
    }

}



