@charset "utf-8";

.reviewDetail {padding-top:24px;}
.reviewDetail__header {display:flex;justify-content:center;margin:14px 0 22px;}
.reviewDetail__header h2 {font-family: "Pretendard Bold";font-size:26px;color:#222;}
.reviewDetail__body {padding:40px 30px;border:1px solid #e6e6e6;}
.reviewContents,
.reviewContents__detail {display:flex;flex-direction:column;gap:15px;}
.reviewContents__author {display:flex;align-items:center;gap:10px;font-size:13px;color:#999;}
.reviewContents__author span {position:relative;}
.reviewContents__author span:after {content:"|";margin-left:10px;color:#e6e6e6;}
.reviewContents__author span:last-child:after {display: none}
.reviewContents__author .orderCount {color:#555;font-family: "Pretendard Medium"}
.reviewContents__productInfo {display:flex;gap:6px;flex-direction: column;padding-bottom:10px;border-bottom:1px solid #e6e6e6;}
.reviewContents__productInfo .productTitle {font-size:15px;}
.reviewContents__productInfo .productOption {color:#999;font-size:14px;}
.reviewContents__content {line-height: 1.5;color: #222;word-break: break-all;font-size:14px;}
.reviewContents__reply {background-color: #f4f4f4;padding: 16px 20px;}
.reviewContents__replyHeader {color: #222;font-size: 13px;font-family: 'Pretendard SemiBold';}
.reviewContents__replyHeader .icon-reply {display: inline-block;width: 12px;height: 14px;margin-right: 4px;background: url("/src/images/1.5/icon-reply.svg") no-repeat center / 100%;}
.reviewContents__replyContent {margin-top: 5px;color: #555;font-size: 14px;line-height: 18px;}
.reviewContents__images {display:flex;flex-direction: column;justify-content: center;gap:15px;}
.reviewContents__images img {flex-shrink: 0;max-width: 100%;height: auto;}
.onlySatisfaction {display:flex;justify-content:center;padding: 50px 0;text-align: center;color: #555;font-size: 14px;}
.listNavigation {display: flex;align-items: center;justify-content: space-between;gap: 10px;margin: 20px 0;}
.listNavigation__btn {position:relative;display:flex;align-items:center;padding: 10px 48px;border: 1px solid #e6e6e6;color: #333;font-size: 16px;text-align: center;}
.listNavigation__prev {order:1;}
.listNavigation__prev:before {content:'';position:absolute;left:10px;width: 8px;height: 8px;border-top: 1px solid #b5b5b5;border-left: 1px solid #b5b5b5;transform: rotate(-45deg);}
.listNavigation__list {order:2;}
.listNavigation__next {order:3;}
.listNavigation__next:before {content:'';position:absolute;right:10px;width: 8px;height: 8px;border-top: 1px solid #b5b5b5;border-right: 1px solid #b5b5b5;transform: rotate(45deg);}

/* 리뷰 만족 아이콘(카탈로그 상품 가격비교 배포 후 삭제) */
[class^=icon-satisfaction] {display: inline-block;width: 60px;height: 22px;line-height: 22px;padding: 0 6px 0 26px;color: #fff;font-size: 13px;position: relative;border-radius: 1px;margin-right: 4px;box-sizing:border-box;}
[class^=icon-satisfaction]:before {content: "";position: absolute;top: calc(50% - 6px);right: -4px;border-style: solid;border-color: transparent;border-right: 0;border-width: 6px;border-top-width: 6px;border-bottom-width: 6px}
[class^=icon-satisfaction].bad {background: #888 url("/src/images/1.5/icon-satisfy-3-w.svg") no-repeat 6px center/16px}
[class^=icon-satisfaction].bad:before {border-left-color: #888}
[class^=icon-satisfaction].bad:after {content: "불만"}
[class^=icon-satisfaction].normal {background: #888 url("/src/images/1.5/icon-satisfy-2-w.svg") no-repeat 6px center/16px}
[class^=icon-satisfaction].normal:before {border-left-color: #888}
[class^=icon-satisfaction].normal:after {content: "보통"}
[class^=icon-satisfaction].good {background: #169dab url("/src/images/1.5/icon-satisfy-1-w.svg") no-repeat 6px center/16px}
[class^=icon-satisfaction].good:before {border-left-color: #169dab}
[class^=icon-satisfaction].good:after {content: "만족"}