/* ------------------

notification.css

--------------------- */

#notification_wh {
    margin: 60px 15px 0;
}

#close_btn_9 {
    font-size: 14pt;
}

#refresh_btn_9 {
    font-size: 12pt;
}

.notification_9 {
    display: flex;
    margin: 0 0 10px 0;
    border-radius: 16px;
    background-color: #fde4ab;
    border: 2px solid #1f2937;
    padding: 15px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.red_light_9 {
    width: 10px;
    height: 10px;
    background: #ED0000;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 10px;
}

.profile_photo_9 {
    padding-right: 15px;
    width: 44px;
    height: 44px;
}

.profile_photo_9 > div {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-color: #efefef;
}

.notification_info_9 {
    color: #1f2937;
    font-size: 11pt;
}

.notification_info_9 div:nth-child(1) {
    word-break: break-all;
}

.notification_info_9 div:nth-child(2) {
    color: #c5434f;
}

.say_content_9 {
    color: #849561;
}

/* 알림 더보기 */
#notification_more_9 {
    padding: 25px 0 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#notification_more_9 > img {
    width: 30px;
}