@charset "utf-8";

/* 20260113 */
.content_image img{border-radius: unset;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 80%, #FFF 100%), url(<path-to-image>) #fff -55.822px 0.001px / 111.192% 100% no-repeat;}

/* 리뷰 상세 내용 줄별 폰트·줄간격 통일 */
.readEdit .content_value{
    font-size: 14px;
    line-height: 1.7;
}
.readEdit .content_value *{
    font-size: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important;
}