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

profile.css 

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

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

/* info */
.profile_info_12 {
    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_12 {
    display: flex;
    justify-content: center;
}

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

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

#name_box_text_12 {
    -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;

}

/* say */
.say_box_12 {
    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_12 {
    border-radius: 16px 16px 0 0;
    width: 100%;
    background-color: transparent;
    /* 수직중앙정렬----- */
    display: flex;
    align-items: center;
    /* ----------------- */
}

.writer_photo_12 {
    width: 25%;
}

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

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

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

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

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

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

.name_12 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_12 {
    display: flex;
    align-items: center;
    border-radius: 0 0 16px 16px;
    background-color: transparent;
}

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

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

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

.reply_12 {
    margin-left: 10px;
}

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

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

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

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

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

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

#say_more_12 > img {
    width: 30px;
}

/* footer */
#page_footer_12 {
    z-index: 999;
    position: fixed;
    font-size: 11pt;
    height: 65px;
    line-height: 65px;
    text-align: center;
    color: #FFFFFF;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    width: 85%;
    max-width: 500px;
    border-radius: 100px;

    background: rgba(38, 79, 54, 0.85); /*#264f36*/
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}