/*.notice-list a {
    text-decoration: none;
}

.notice-list a:hover {
    color: #555;
}

.notice-list .notice-date {
	background-color: #012951;
    color: #fff;
    float: left;
    height: 70px;
    overflow: hidden;
    width: 70px;
    margin: 0;
}

.notice-date .notice-month {
    display: block; 
    font-size: 14px;
    padding-top: 5px;
    text-align: center;
    text-transform: uppercase;
}

.notice-date .notice-day {
    bottom: 18px;
    font-size: 60px;
    font-weight: bold;
    position: relative;
    right: -16px;    
}

.notice-list-desc {
    padding-left: 80px;
}

.notice-list-desc p {
    font-size: 14px;
}

.notice-btn {
    border-color: #c5c5c5;
    font-size: 12px;
    padding: 5px 10px;
    background: transparent;
}

.notice-list hr, notice-details {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #DDDDDD;
}

.notice-details-grid {
    margin-bottom: 40px;
}

.notice-details a {
    text-decoration: none;
    color: #555;
}

.notice-details a:hover {
    color: #555;
}

.notice-details-grid h5 {
    font-weight: 600;
    line-height: .8;
}






*/