#amix-acti-list {
    font-family: Pretendard, sans-serif;
}

#amix-acti-list .amix-board-search {
    float: inherit;
}

#amix-acti-list .board-list ul {
    display: flex;
    gap: 40px 30px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    flex-wrap: wrap;
    list-style: none;
}

#amix-acti-list .board-list li {
    margin: 0 auto;
    padding: 0;
}

#amix-acti-list .noti-item-thumnail {
    padding: 0 !important;
    margin-bottom: -10px !important;
}

#amix-acti-list .noti-item-contents {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    box-sizing: border-box;
}

#amix-acti-list li {
    border-radius: 50px;
}

#amix-acti-list li:hover{
            box-shadow: 0 8px 40px 8px rgba(0,0,0,0.12);
        transform: translateY(-6px);
        transition: 0.3s
}

#amix-acti-list .noti-item-noti {
    display: inline-flex;
    align-items: center;
    height: 33px;
    padding: 0 14px;
    border-radius: 50px;
    background-color: #eee;
    color: #000; /* ìˆ˜ì • */
    font-size: 14px;
    font-weight: 500;
}

#amix-acti-list .noti-item-title {
    overflow: hidden;
    padding-top: 16px;
    font-size: 24px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    color: #000;
    text-align: left;
    transition: color 0.25s; /* hover íš¨ê³¼ ë¶€ë“œëŸ½ê²Œ */
}

#amix-acti-list .noti-item-date {
    margin-top: auto;
    color: #666;
    font-size: 14px;
}

#amix-acti-list .noti-item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 380px;
    height: 474px;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 4px 8px 40px 4px rgba(0,0,0,0.08);
    justify-content: space-between;
}

#amix-acti-list .noti-item:hover .noti-item-title {
    color: #035d3c;
}

@media only screen and (max-width: 768px) {
    #amix-acti-list .noti-item-title {font-size: 22px;}
    #amix-acti-list .noti-item {height: 420px;}
}
