@charset "utf-8";
/** review **/
/* 상단 데이터 */
.total_view_box { width: 100%; display: flex; align-items: flex-end; justify-content: space-between; }
.total_view_box .data_box { width: 130px; text-align: center; }
.total_view_box .data_box .point_box { font-size: 24px; font-weight: 500; color: var(--gray-300); }
.total_view_box .data_box .point_box strong { font-size: 57px; font-weight: 700; color: var(--black); line-height: 74px; display: inline-block; }
.total_view_box .data_box .star_box img { width: 20px; margin: 0 1px; }
.total_view_box .graph_box ul { display: flex; justify-content: flex-end; }
.total_view_box .graph_box ul li { position: relative; width: 30px; display: flex; flex-direction: column; align-items: center; padding-top: 26px; }
.total_view_box .graph_box ul li .graph_label { position: absolute; left: 50%; top: 0; transform: translateX(-50%); font-size: 12px; font-weight: 500; color: #ffffff; line-height: 20px; padding: 0 6px; background: var(--tag-red); border-radius: 10px; display: inline-block; }
.total_view_box .graph_box ul li .bar_wrap { position: relative; width: 10px; height: 54px; background: #E4EAF0; border-radius: 5px 5px 2px 2px; overflow: hidden; }
.total_view_box .graph_box ul li .bar { position: absolute; left: 0; bottom: 0; width: 100%; background: var(--purple); background: linear-gradient(270deg, rgba(139,79,246,1) 0%, rgba(204,161,255,1) 100%);; border-radius: 5px 5px 0 0; display: block; }
.total_view_box .graph_box ul li .point { font-size: 14px; font-weight: 500; color: var(--purple); line-height: 16px; margin-top: 6px; }

/* 사진 리뷰 */
.photo_review_box { display: flex; justify-content: space-between; }
.photo_review_box .item { width: calc(25% - 5px); height: 21vw; max-height: 105px; min-height: 75px; }
.photo_review_box .img_box { position: relative; width: 100%; height: 100%; background: var(--gray); border-radius: 8px; display: block; overflow: hidden; }
.photo_review_box .img_box img { width: 100%; height: 100%; object-fit: cover; }
.photo_review_box .btn_review_more::after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; font-size: 13px; font-weight: 500; color: #ffffff; letter-spacing: 1px; line-height: 100%; text-align: center; background: var(--black-50); z-index: 5; content: '+ 더보기'; display: flex; align-items: center; justify-content: center; }

/* 전체 후기 */
.review_count { display: inline-block; font-size: 14px; font-weight: 400; line-height: 20px; margin-left: 6px; }
.total_review_box { padding-top: 24px; border-top: 1px solid var(--gray-02); }
.review_list_box > li { padding: 24px 0; border-bottom: 1px solid var(--gray-02); }
.review_list_box > li:first-of-type { padding-top: 0; }
.review_list_box > li:last-of-type { border-bottom: none; }
.review_list_box .info_box dt { display: flex; }
.review_list_box .info_box .star { display: flex; }
.review_list_box .info_box .star img { width: 18px; }
.review_list_box .info_box .times { height: 22px; font-size: 13px; font-weight: 700; color: var(--purple); line-height: 22px; padding: 0 8px; background: var(--purple-100); border-radius: 12px; display: inline-block; margin-left: 6px; }
.review_list_box .info_box dd { font-size: 13px; font-weight: 500; color: var(--gray-400); line-height: 18px; margin-top: 8px; }
.review_list_box .info_box dd span { display: inline-block; }
.review_list_box .info_box dd span:not(:first-of-type)::before { content: '|'; display: inline-block; margin: 0 4px; }
.review_list_box .text_box .text_wrap { height: 88px; overflow: hidden; transition: height 0.5s; }
.review_list_box .text_box .text { max-height: 88px; font-size: 16px; font-weight: 400; line-height: 22px; display: -webkit-box; word-wrap: break-word; -webkit-line-clamp: 4; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.review_list_box .text_box .text.on { -webkit-line-clamp: unset; height: auto; max-height: unset; }
.review_list_box .text_box .btn_text_more { display: inline-block; font-size: 16px; font-weight: 700; color: var(--purple); line-height: 22px; margin-top: 4px; }
.review_list_box .photo_review_box .item { width: calc(50% - 5px); height: 28vw; max-height: 134px; min-height: 102px; }
.review_list_box .tag_box { display: flex; flex-wrap: wrap; }
.review_list_box .tag_box .tag { height: 24px; font-size: 14px; font-weight: 400; color: var(--purple); line-height: 18px; padding: 2px 10px; background: var(--purple-25); border-radius: 12px; border: 1px solid var(--purple-200); margin: 0 8px 8px 0; }