@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

.main_notice_latest {
    width: 100%;
    height: 390px
}

.main_notice_latest ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.main_notice_latest li {
    width: 684px;
    height: 70px;
    margin: 0 0 10px 0;
    padding: 0
}

.main_notice_latest li:last-child {
    margin-bottom: 0
}

.main_notice_latest li a, .main_notice_latest li.empty {
    display: block;
    position: relative;
    width: 684px;
    height: 70px;
    background: #F7F7F7;
    text-decoration: none;
    box-sizing: border-box
}

.main_notice_latest__subject {
    position: absolute;
    font-family: 'Pretendard', sans-serif;
    left: 30px;
    top: 0;
    display: block;
    max-width: 420px;
    height: 70px;
    font-size: 18px;
    line-height: 70px;
    color: #000;
    font-weight: 400;
    letter-spacing: -0.04em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.main_notice_latest__date {
    position: absolute;
    right: 58px;
    top: 0;
    display: block;
    height: 70px;
    font-size: 16px;
    line-height: 70px;
    color: #000;
    font-weight: 400;
    letter-spacing: -0.04em
}

.main_notice_latest__more {
    position: absolute;
    right: 25px;
    top: 0;
    display: block;
    height: 70px;
    font-size: 20px;
    line-height: 67px;
    color: #767676;
    font-weight: 400
}

.main_notice_latest li a:hover .main_notice_latest__subject {
    color: #000
}

.main_notice_latest li.empty .main_notice_latest__subject {
    max-width: none
}
