.notice {
    height: 370px;
    background: #AE1506;
    margin-top: 40px;
    padding-top: 20px;
    background: url("../images/new-image/notice-bg.png");
    background-size: 100%;
}

.notice-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.notice-item {
    height: 170px;
    width: 328px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    border-radius: 2px;
    cursor: pointer;
}
.notice-date {
    display: flex;
    flex-direction: column;
    font-family: Georgia;
    color: #B7A594;
    width: 140px;
    justify-content: center;
    align-items: center;
}
.notice-date-day {
    font-size: 28px;
}
.notice-date-month {
    font-size: 16px;
}
.notice-item-content {
    font-size: 20px;
    letter-spacing: 1px;
}