.newsbox {
    width: 100%;
    padding: 120px 0;
    padding-bottom: 0;
}

.newtop {
    width: 1200px;
    margin: 0 auto;
}

.newsnav {
    width: 100%;
    line-height: 26px;
}

.newsnav text {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
    color: #000;
}

.newsnavtitle {
    font-weight: 600 !important;
    text-decoration: none !important;
}

.newsdetail {
    width: 1200px;
    margin: 30px auto;
}

.eventelist {
    width: 1200px;
    margin: 30px auto;
}

.programlist {
    display: grid;
    grid-template-columns: repeat(3, 381px);
    gap: 28px;
    margin-top: 30px;
}

.programitem {
    width: 381px;
    margin-bottom: 20px;
}

.programimg {
    width: 381px;
    height: 254px;
}

.programtime {
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
    margin-top: 30px;
}

.programline {
    width: 56px;
    height: 5px;
    background: #008846;
    margin-top: 30px;

}

.programtitle {
    margin-top: 10px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
}

.programaddres {
    margin-top: 30px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
}

.readmore {
    margin-top: 30px;
    width: 108px;
    height: 19px;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .newsbox {
        padding: 20px;
    }

    .newtop {
        width: 100%;
        box-sizing: border-box;
        margin-top: 50px;
    }

    .newsnav {
        width: 100%;
    }

    .newsnav text {
        font-family: Source Han Sans SC;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0%;
        text-decoration: underline;
        text-decoration-style: solid;
        text-decoration-offset: 0%;
        text-decoration-thickness: 0%;
    }


    .newsdetail {
        width: 100%;
        box-sizing: border-box;
    }
    .newsdetail img{
        width: 100%;
    }
    .eventelist {
        width: 100%;
        box-sizing: border-box;
        padding: 20px;

    }

    .programlist {
        display: block;
    }

    .programitem {
        width: 100%;
    }

    .programimg {
        width: 100%;
        height: 223px;

    }

    .programtime {
        font-family: Roboto;
        font-weight: 700;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;

    }

    .programline {
        width: 28px;
        height: 2.5px;
    }

    .programtitle {
        font-family: Roboto;
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0%;
    }

    .readmore {
        width: 94px;
        height: 16px;
        object-fit: cover;
    }

}