
.cus-home-page-news{
    background-color: #F3F3F3;
    padding: 70px 0px;
}

.cus-home-page-news .cus-hpn-title{
    margin-bottom: 30px;
}

.cus-home-page-news .cus-hpn-item{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    margin-bottom: 30px;
    
}

.cus-home-page-news .hpn-item-day span{
    font-size:16px;
    width: 120px;
}

.cus-home-page-news .hpn-item-status{
    width: 100px;
}

.cus-home-page-news .hpn-item-status span{
    font-size: 12px;
    font-weight: bold;
    padding: 4px 12px;
    background-color: #ffffff;
}

.cus-home-page-news .hpn-item-body{
    width: 680px;
    overflow: hidden;
}
.cus-home-page-news .hpn-item-body .pdf-icon{
    color: var(--bs-red);
}

.cus-home-page-news .hpn-item-body span{
    font-size:16px;
}
.cus-home-page-news .hpn-item-body .hpn-item-body-label {
    color: black;
    text-decoration: none;
}
.cus-home-page-news .hpn-item-body .hpn-item-body-label:hover {
    color: black;
    text-decoration: underline;
}
@media screen and (max-width: 67.5rem) {
    .cus-home-page-news .cus-hpn-item{
        display: flex;
        margin-bottom: 30px;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .cus-home-page-news .hpn-item-day{
        width: 50%;
        margin-bottom: 8px;
    }
    .cus-home-page-news .hpn-item-status{
        width: 50%;
    }
}