
.news-top{
    padding-bottom: 40px;
    border-bottom: 1px solid #d9d9d9;
}
.news-tpcnt{
    display: flex;
    justify-content: space-between;
}
.news-tple{
    width: 70%;
}
.news-tple h2{
    font-size: 30px;
    font-weight: 600;
}
    .news-tple p {
        font-size: 18px;
        margin-top: 25px;
        text-align: justify;
    }

.news-tpri{
    width: 25%;
}
.news-tpri h3{
    font-size: 24px;
    font-weight: 600;
}
.news-tpri h4{
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
}
.news-tpri p{
    font-size: 16px;
}
    .news-tpri a {
        width: 100%;
        padding: 10px 0;
        font-size: 16px;
        text-align: center;
        background-color: #9c4093;
        font-weight: 600;
        color: #ffffff;
        border-radius: 5px;
        margin-top: 25px;
    }




.news-box{
    padding: 40px 0 60px;
    display: flex;
    justify-content: space-between;
}

.news-ble{
    width: 25%;
}
.news-bltxt{
    font-size: 14px;
    margin-top: 15px;
}
.news-bltime{
    background-color: #eeeeee;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-bltime p{
    font-size: 16px;
}
.news-bltime i{
    color: #721a73;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}




.addres-bitm-check {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.addres-bitm-check input {
    width: 20px;
    height: 20px;
}

input[type="checkbox"] {
    accent-color: #741d75;
}

.addres-bitm-check p {
    font-size: 16px;
    margin-left: 10px;
}




.news-bri{
    width: 72%;
}

.news-brli{
    padding: 15px 0;
    border-bottom: 2px solid #d9d9d9;
    display: flex;
}

.brli-date{
    width: 22%;
    font-size: 16px;
}
.brli-txt{
    width: 78%;
}
.brli-txt a{
    font-size: 18px;
    font-weight: 600;
    color: #721a73;
}
    .brli-txt p {
        font-size: 18px;
        text-align: justify;
    }



@media only screen and (max-width: 1400px) {

    .news-top {
        padding-bottom: 30px;
    }
    .news-tple h2 {
        font-size: 26px;
    }
    .news-tple p {
        font-size: 16px;
        margin-top: 15px;
    }

    .news-tpri h3 {
        font-size: 20px;
    }
    .news-tpri h4 {
        font-size: 14px;
        margin-top: 20px;
    }
    .news-tpri p {
        font-size: 14px;
    }


    .news-tpri a {
        padding: 10px 0;
        font-size: 14px;
        font-weight: 600;
        margin-top: 15px;
    }





    .news-box {
        padding: 30px 0 50px;
    }

    .news-bltxt {
        font-size: 12px;
        margin-top: 10px;
    }
    .news-bltime {
        padding: 8px 15px;
    }
    .news-bltime p {
        font-size: 14px;
    }
    .news-bltime i {
        font-size: 15px;
    }

    .addres-bitm-check {
        margin-top: 10px;
    }

    .addres-bitm-check input {
        width: 20px;
        height: 20px;
    }

    .addres-bitm-check p {
        font-size: 14px;
        margin-left: 5px;
    }
    
    .news-brli {
        padding: 10px 0;
        border-bottom: 1px solid #d9d9d9;
    }
    .brli-date {
        font-size: 14px;
    }
    .brli-txt a {
        font-size: 16px;
    }
    .brli-txt p {
        font-size: 14px;
    }


}


@media only screen and (max-width: 769px) {

    .news-top {
        padding: 0 .1rem .3rem;
    }
    .news-tpcnt{
        flex-direction: column;
    }
    .news-tple {
        width: 100%;
    }
    .news-tple h2 {
        font-size: 22px;
    }
    .news-tple p {
        font-size: 14px;
        margin-top: .15rem;
    }

    .news-tpri {
        width: 100%;
        margin-top: .2rem;
    }
    .news-tpri h4 {
        margin-top: .2rem;
    }


    .addres-bitm-check {
        margin-top: .1rem;
    }
    .news-box {
        padding: .3rem .1rem .5rem;
        flex-direction: column;
    }
    .news-ble {
        width: 100%;
    }

    .news-bri {
        width: 100%;
        margin-top: .2rem;
    }

    .news-brli{
        justify-content: space-between;
    }
    .brli-txt {
        width: 75%;
    }

}