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

profile.css 

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

#profile_wh {
    margin: 60px 15px 105px;
}

/* info */
#file_5 {
    display: none;
}

.profile_info_5 {
    padding: 10px 0 10px 0;
    margin: 0 0 15px 0;
    /*box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);*/
    border-radius: 16px;
    background-color: #fde4ab;
    border: 2px solid #1f2937;
}

#photo_box_5 {
    display: flex;
    justify-content: center;
}

#photo_box_5 > div {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-color: #efefef;
}

#name_box_5 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0 0;
}

#name_box_text_5 {
    -webkit-text-fill-color: transparent;
    background: radial-gradient(circle at right bottom, #ee99f7 0, #d995ff 23%, #a684ff 56%, #39f1de 82%, #86f4eb 100%);
    -webkit-background-clip: text;
    font-size: 15pt;
}

/* 회원관리버튼 */
#member_management_btn_5 {
    position: fixed;
    bottom: 105px;
    left: 14px;
}

#member_management_btn_5 div {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
}

/* say */
.say_box_5 {
    margin: 0 0 15px 0;
    /*box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);*/
    align-content: center;
    border-radius: 16px;
    padding: 10px;
    background-color: #fde4ab;
    border: 2px solid #1f2937;
}

.say_5 {
    border-radius: 16px 16px 0 0;
    width: 100%;
    background-color: transparent;
    /* 수직중앙정렬----- */
    display: flex;
    align-items: center;
    /* ----------------- */
}

.writer_photo_5 {
    width: 25%;
}

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

.content_preview_5 {
    width: 50%;
    text-align: center;
    word-break: break-all;
    font-size: 12pt;
    margin: 0 0 0 0;
}

.content_preview_5 > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1f2937;
}

.preview_photo_5 {
    display: flex;
    justify-content: flex-end;
    width: 25%;
}

.preview_photo_5 > div > div {
    width: 44px;
    height: 44px;
    background-size: cover;
    background-position: center;
    background-color: #efefef;
    border-radius: 10px;
}

/* 이름 */
.name_5 {
    background-color: transparent;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-top: 10px;
    padding-bottom: 10px;
}

.name_5 div {
    font-size: 9pt;
    -webkit-text-fill-color: transparent;
    background: radial-gradient(circle at right bottom, #ee99f7 0, #d995ff 23%, #a684ff 56%, #39f1de 82%, #86f4eb 100%);
    -webkit-background-clip: text;
}

/* info */
.say_info_5 {
    display: flex;
    align-items: center;
    border-radius: 0 0 16px 16px;
    background-color: transparent;
}

.heart_5 > div, .reply_5 > div {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11pt;
}

.heart_and_reply_5 {
    display: flex;
    width: 50%;
}

.heart_and_reply_5 > div {
    display: flex;
    align-items: flex-end;
    font-size: 9pt;
    color: #9b9b9b;
}

.reply_5 {
    margin-left: 10px;
}

.status_5 {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 50%;
}


.status_5 div {
    font-size: 9pt;
}

.status_5 div:nth-child(2) {
    color: #c5434f;
    padding-left: 3px;
}

.status_5 div:nth-child(3) {
    padding-left: 10px;
}

.status_5 div:nth-child(4) {
    color: #849561;
    padding-left: 3px;
}

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

#say_more_5 > img {
    width: 30px;
}