@charset "UTF-8";

/* ===== common ===== */
.hidden {
    position: absolute;
    overflow: hidden;
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

textarea:focus {
    outline: none;
}


/* ===== loading ===== */
.popup_body.loading .page-load-wrap {
    display: flex;
}

.popup_wrap .page-load-wrap {
    display: none;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
}

.popup_wrap .page-load {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url("/m/theme/bilrigo_compare_001/assets/img/loading.gif") no-repeat center / 50px;
    -webkit-background-size: 100% 100%;
}

.popup_wrap .page-load-wrap .ff_NSR {
    font-size: 14px;
}

/* ===== accordion ===== */
.accordion {
    overflow: hidden;
    width: 100%;
    max-width: 548px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.accordion_item + .accordion_item {
    border-top: 1px solid #eee;
}

.accordion_header {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    font-weight: 500;
    background: #f6f7f9;
    cursor: pointer;
    gap: 8px;
}

.accordion_header input[type="checkbox"] {
    transform: scale(1.2);
    all: revert;
}

.accordion_body {
    display: none;
    padding: 12px 16px;
    font-size: 12px;
    line-height: 1.4;
    background: #fff;
}

/* ===== btn ===== */
[class*="btn"]:not([class*="txt"], [class*="more"]) {
    word-break: keep-all;
    transition: all 0.2s ease-in-out;
}

.btn_s_small {
    display: inline-block;
    padding: 2px 12px;
    height: 24px;
    font-size: 12px;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 2px;
}

a.btn_s_small {
    height: auto;
    line-height: 18px;
}

.btn_s_small:hover {
    text-decoration: none;
}

.btn_close {
    width: 26px;
    height: 26px;
    background: url("/assets/images/ico_bk_close.png") no-repeat center / 26px;
}

.btn_delete {
    width: 18px;
    height: 18px;
    background: rgba(0, 0, 0, 0.5) url("/assets/images/ico_wh_close.png") no-repeat center / 12px;
}

.btn_more {
    width: max-content;
    text-align: left;
}

.content_review .btn_more:after {
    display: inline-block;
    content: "";
    margin-left: 2px;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    background: url("/assets/images/ico_acco_arrow.png") no-repeat center / 14px;
}

.group_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
    gap: 0 4px;
}

.group_buttons [class*="btn"] {
    padding: 0 12px;
    width: 120px;
    height: 42px;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.group_buttons .btn_save {
    color: #fff;
    background-color: #fb6d3a;
    border-color: transparent;
}

.group_buttons .btn_save:disabled {
    color: #888;
    background-color: #eee;
}

.group_buttons .btn_save:disabled:hover {
    color: #888;
    background-color: #eee;
}

.group_buttons .btn_save:hover {
    background-color: #ff9067;
}

/* pagination */
.content_review .pg {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 4px;
}

.content_review .pg .pg_current {
    background-color: #333 !important;
    border: 1px solid #333 !important;
}

.content_review .pg a,
.content_review .pg span,
.content_review .pg strong {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1px solid #ddd !important;
    border-radius: 50px;
}

.content_review .pg a:hover,
.content_review .pg span:hover {
    background-color: #eee;
}

.content_review .pg .pg_start {
    background: url(/img/sprite_pg.png) no-repeat left -149px top -2px / 290px;
}

.content_review .pg .pg_prev {
    background: url(/img/sprite_pg.png) no-repeat left -185px top -2px / 290px;
}

.content_review .pg .pg_next {
    background: url(/img/sprite_pg.png) no-repeat left -222px top -2px / 290px;
}

.content_review .pg .pg_end {
    background: url(/img/sprite_pg.png) no-repeat left -258px top -2px / 290px;
}

/* ===== radio ===== */
.group_radio {
    display: flex;
    align-items: center;
    gap: 0 4px;
}

.group_radio .box_radio .input {
    display: none;
}

.group_radio .box_radio .input:checked ~ .label {
    border-color: transparent;
}

.group_radio .box_radio .label {
    display: block;
    width: 44px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 100px;
    cursor: pointer;
}

.group_radio .box_radio:first-of-type .input:checked ~ .label {
    background: #fff4f0 url("/assets/images/ico_good.png") no-repeat center / 20px;
}

.group_radio .box_radio:first-of-type .input ~ .label {
    background: #fff url("/assets/images/ico_good_default.png") no-repeat center / 20px;
}

.group_radio .box_radio:last-of-type .input:checked ~ .label {
    background: #fff4f0 url("/assets/images/ico_good.png") no-repeat center / 20px;
    transform: rotate(180deg);
}

.group_radio .box_radio:last-of-type .input ~ .label {
    background: #fff url("/assets/images/ico_good_default.png") no-repeat center / 20px;
    transform: rotate(180deg);
}

/* ——————————————————————————
 * review_form
/* —————————————————————————— */
.box_form {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0 160px;
}

.box_form .label {
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

textarea {
    float: right; /* 임시 */
    padding: 12px 16px;
    max-width: 548px;
    resize: none;
    border: 1px solid #ddd;
    border-radius: 4px;
}

textarea::placeholder {
    color: #ccc;
}

.box_form .list_photo {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.box_form .list_photo::after {
    display: none;
}

.box_form .list_photo .box_item {
    flex-shrink: 0;
    position: relative;
}

.box_form .list_photo .box_item .btn_upload {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: #f6f7f9;
    border-radius: 6px;
}

.box_form .list_photo .box_item .btn_upload:after {
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    opacity: 0.4;
    background: url("/assets/images/ico_bk_close.png") no-repeat center / 14px;
    transform: rotate(45deg);
}

.box_form .list_photo .box_item .btn_delete {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}

.box_form .list_photo .box_item.show .img_thumb {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
}

.box_form .list_photo .box_item.show .btn_delete,
.box_form .list_photo .box_item.show .img_thumb {
    display: block;
}

/* ===== popup ===== */
.popup_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 999;
    overflow-y: auto;
    width: 100%;
    line-height: 140%;
}

.popup_wrap > .dim {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup_inner {
    position: relative;
    z-index: 1000;
    margin: 80px auto;
    max-width: 800px;
    background-color: #fff;
    border-radius: 10px;
}


/* ===== state ===== */
.popup_state {
    padding: 10px 30px;
    background-color:#fff4f0;
    color:#fb6d3a;
    font-weight: 500;
    text-align: center;
    font-size: 13px;
}

.popup_state i {
    display: inline-block;
    vertical-align: initial;
    margin-right: 4px;
}

/* ===== head ===== */
.popup_head {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 30px;
    height: 70px;
    border-bottom: 1px solid #ddd;
}

.popup_head .popup_tit {
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
}

/* ===== body ===== */
.popup_body {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    height: 100%;
    gap: 30px 0;
}

.popup_body .group_buttons {
    margin-top: 16px;
}

.group_product {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px 30px;
    border-bottom: 1px solid #ddd;
    gap: 0 20px;
}

.group_product .img {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
}

.group_product .img img {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    border-radius: 6px;
    object-fit: cover;
}

.group_product b {
    display: -webkit-box;
    overflow: hidden;
    width: 100%;
    font-size: 16px;
    line-height: 150%;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.group_product span {
    display: inline-block;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    color: #888;
}

.group_product span > span:before {
    display: inline-block;
    content: "|";
    margin: 0 6px;
    vertical-align: baseline;
}

.group_question {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    /*padding: 0 20px;*/
    gap: 10px 0;
}

.group_question .box_item {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.group_question .box_item.score {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #f4f4f4;
    gap: 10px 0;
}

.group_question .box_item.score > b {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.group_question .box_star {
    display: flex;
    align-items: center;
    gap: 0 6px;
}

.group_question .box_star .star {
    display: block;
    width: 24px;
    height: 24px;
    background: url("/assets/images/ico_star_default.png") no-repeat center / 24px;
}

.group_question .box_star .star.on {
    background: url("/assets/images/ico_star.png") no-repeat center / 24px;
}

.group_question b {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.group_rewards {
    padding: 12px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #fb6d3a;
    background: #fff4f0;
}

.group_form {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    gap: 20px 0;
}

.group_form dl {
    display: grid;
    justify-content: space-between;
    margin-top: 16px;
    grid-template-columns: 50px 1fr;
    gap: 14px 0;
}

.group_form dl:after {
    display: none;
}

.group_form dt,
.group_form dd {
    font-size: 14px;
    font-weight: 500;
}

.group_form dt {
    color: #333;
}

.group_form dd {
    text-align: right;
    color: #888;
}

/* ===== footer ===== */
.popup_footer {
    padding: 20px 30px;
    font-size: 12px;
    color: #888;
    background-color: #f4f4f4;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.popup_footer li {
    word-break: keep-all;
}

.popup_footer li:before {
    content: "˙";
}

/* 내부용 리뷰작성 폼 */
/* TODO:: 내부리뷰 안정화시 삭제 */
.popup_body .group_search {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    border-bottom: 1px solid #f4f4f4;
    gap: 8px 0;
}

.popup_body .group_search .form_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popup_body .group_search label,
.popup_body .group_search .box_select span {
    display: inline-block;
    width: 120px;
    font-weight: 500;
}

.popup_body .group_search .form_box {
    display: flex;
    align-items: center;
    width: calc(100% - 160px);
    gap: 0 4px;
}

.popup_body .group_search .form_box select {
    flex: 1;
}

.group_product2 .no-result-container > p + .box_select .form_box {
    width: 100%;
}

.group_product2 {
    overflow-y: auto;
    max-height: 200px;
}

.group_product2::-webkit-scrollbar {
    display: none;
}

.group_product2 .no-result-container > p,
.group_product2 .search-results-header {
    margin-top: 16px;
}

.group_product2 .no-result-container > p + .box_select,
.group_product2 .search-results-header + .model-item {
    margin-top: 6px;
}

.group_product2 .model-item {
    display: flex;
    padding: 10px 16px;
    background-color: #f4f4f4;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    gap: 20px;
}

.group_product2 .model-item.selected {
    background-color: #f8f6ff;
    border: 1px solid #503e9d;
}

.group_product2 .model-item + .model-item {
    margin-top: 6px;
}

.group_product2 .model-item .img {
    display: inline-block;
    overflow: hidden;
    width: 40px;
    height: 40px;
}

.group_product2 .model-item span,
.group_product2 .model-item b {
    display: inline-block;
    width: calc(100% - 80px);
}

.group_product2 .model-item span {
    font-weight: 400;
    color: #888;
}

.popup_body .group_search .box_select {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box_select .form_box select,
.frm_input {
    display: inline-block;
    padding: 2px 16px;
    width: 100%;
    max-width: 498px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* ===== media ===== */
@media screen and (max-width: 860px) {
    .popup_wrap > .dim {
        display: block;
        z-index: 999;
    }
    .popup_inner {
        position: fixed;
        bottom: 0;
        overflow-y: auto;
        margin: 0;
        width: 100%;
        max-height: 100%;
        border-radius: 0;
		padding-bottom: 58px;
    }

    .popup_head .popup_tit {
        font-size: 20px;
    }

    .btn_close {
        width: 20px;
        height: 20px;
    }

    .box_form {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 8px 0;
    }

    .box_form textarea {
        max-width: 100%;
    }

    .box_form .list_photo .box_item .btn_upload {
        width: 96px;
        height: 96px;
    }

    .popup_footer {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .group_form dl {
        display: flex;
        flex-wrap: wrap;
    }


    .group_form dl dt:not(:last-of-type) {
        width: 40px;
    }
    .group_form dl dd:not(:last-of-type) {
        width: calc(100% - 70px);
    }

    .group_form dl dt:last-of-type,
    .group_form dl dd:last-of-type {
        width: 100%;
    }

    .group_form dl dd textarea {
        max-width: 100%;
    }

    .group_form dl dd .frm_input{
       text-align: right;
    }

    .group_form dl .frm_input {
        width: calc(100% - 64px);
    }

    /*
    TODO:: 내부리뷰 안정화시 삭제 */
    .group_product2 .no-result-container > p,
    .group_product2 .search-results-header {
        margin-top: 0;
    }
    .popup_body .group_search {
        gap: 16px 0;
    }
    .popup_body .group_search .box_select {
        display: flex;
    }
    .popup_body .group_search .box_select,
    .popup_body .group_search .form_wrap {
        flex-direction: column;
        align-items: flex-start;
        justify-content: normal;
        gap:6px 0;
    }
    .popup_body .group_search .form_box {
        width: 100%;
    }
    .popup_body .group_search .form_box .frm_input {
        max-width: 100%;
    }
    .accordion {
        max-width: 100%;
    }
}

/* ——————————————————————————
 * popup_wrap_detail
/* —————————————————————————— */

.popup_wrap_detail .popup_body {
    overflow-y: auto;
    padding: 40px 20px;
    max-height: 600px;
}

.popup_wrap_detail .swiper {
    width: 100%;
    height: 100%;
}

.popup_wrap_detail .swiper-wrapper {
    width: 100%;
    height: 472px;
}

.popup_wrap_detail .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-align: center;
    background: #f4f4f4;
}

.popup_wrap_detail .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiper-button-next,
.swiper-button-prev {
    color: #ddd !important;
    background: rgba(255, 255, 255, 0);
    border: 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-family: "Noto Sans KR";
    font-weight: 100;
    border: 1px solid rgba(255, 255, 255, 0);
}

/* 디테일 팝업 네비게이터 */
.popup_wrap_detail .review_navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    gap: 0 4px;
}

.review_navigation button {
    display: block;
    width: 60px;
    height: 46px;
    background-color: #fff;
    border-radius: 10px;
}

.review_navigation i {
    font-size: 20px;
    color: #888;
    font-weight: 500;
}

.review_navigation button:disabled {
    background-color: #F4F3F4;
}
.review_navigation button:disabled i {
    color: #ddd;
}
.review_navigation button:not(:disabled):hover {
    background-color: rgba(251, 109, 58, 0.05);
}
.review_navigation button:not(:disabled):hover i {
    color: #fb6d3a;
}





/* ——————————————————————————
 * popup_wrap_gallery
/* —————————————————————————— */
.popup_wrap_gallery .popup_body {
    display: block;
    overflow-y: auto;
    padding: 40px 20px;
    max-height: 500px;
}

.popup_wrap_gallery .img_group {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    overflow: hidden;
}

.popup_wrap_gallery .item {
    aspect-ratio: 1 / 1;
}
.popup_wrap_gallery .item .box_img {
    width: 100%;
    height: 100%;
}

.popup_wrap_gallery .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 860px) {
    .popup_wrap_gallery .popup_body {
        overflow-y: auto;
    }
}

/* ——————————————————————————
 * page_compare (top)
/* —————————————————————————— */
.reviewBox {
    margin-top: 20px;
}

.reviewBox .top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 4px;
}

.reviewBox .top i,
.reviewBox .top a {
    display: block;
}

.reviewBox .top i {
    width: 24px;
    height: 24px;
    background: url("/assets/images/ico_star.png") no-repeat center / 24px;
}

.reviewBox .top a {
    margin-left: auto;
    width: 34px;
    height: 34px;
    background: url("/assets/images/ico_review_more.png") no-repeat center / 34px;
}

.reviewBox .top b {
    font-size: 24px;
    font-weight: 800;
}

.reviewBox .list {
    margin-top: 12px;
}

.reviewBox .list .item {
    display: flex;
    justify-content: space-between;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    background-color: #f4f4f4;
    border-radius: 100px;
}

.reviewBox .list .item + .item {
    margin-top: 4px;
}

.reviewBox .list .item .num {
    display: block;
    font-size: 14px;
    color: #999;
}

.reviewBox .list .item .num:after {
    content: "%";
    margin-left: 2px;
}

/* ——————————————————————————
 * page_compare (list)
/* —————————————————————————— */
.content_review .group_preview {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 0 8px;
    overflow: hidden;
}

.content_review .group_preview .box_img {
    display: block;
    flex-shrink: 0;
    overflow: hidden;
    width: 131px;
    height: 131px;
}

.content_review .group_preview .box_img img,
.content_review .list .item .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

/* 포토리뷰 더보기 레이어 */
.content_review .group_preview .box_img:last-of-type:after {
    display: flex;
    content: "+ 더보기";
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
}

.content_review .group_list {
    margin-top: 20px;
}

.content_review .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content_review .top span {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.content_review .top span span {
    margin-left: 4px;
    color: #fb6d3a;
}

.content_review .top .group_buttons {
    padding: 0;
}

.content_review .btn_txt {
    padding: 0;
    width: auto;
    height: auto;
    font-size: 13px;
    color: #888;
    border: 0;
}

.content_review .btn_txt:last-of-type:before {
    content: "|";
    margin-right: 4px;
    color: #eee;
}

.content_review .btn_txt.active {
    color: #333;
}

.content_review .list {
    margin-top: 10px;
    border-top: 1px solid #888;
}

.content_review .list .item + .item {
    border-top: 1px solid #ddd;
}

.content_review .list .item {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 20px 0;
    min-height: 132px;
    gap: 0 20px;
}

.content_review .list .box_user {
    flex-shrink: 0;
    width: 120px;
}

.content_review .list .score,
.content_review .list .name {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}

.content_review .list .label {
    display: block;
    margin-top: 8px;
    padding: 1px 6px;
    width: max-content;
    color: #fff;
    background-color: #2d2d2d;
    border-radius: 2px;
}

.content_review .list .name:after {
    content: "|";
    margin: 6px;
    color: #eee;
}

.content_review .list .score:before {
    display: inline-block;
    content: "";
    margin-right: 2px;
    width: 12px;
    height: 12px;
    background: url("/assets/images/ico_star.png") no-repeat center / 12px;
}

.content_review .list .item .box_txt {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 4px 0;
}

.content_review .list .model {
    font-size: 14px;
    color: #999;
}

.content_review .list .comment {
    display: -webkit-box;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    color: #333;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3em; /*추가*/
    line-height: 1.5em;
}

.content_review .list .comment.more {
    -webkit-line-clamp: unset;
    max-height: none;
}

.content_review .list .date {
    color: #ccc;
    display: none; /*임시*/
}

.content_review .list .item .box_img {
    flex-shrink: 0;
    overflow: hidden;
    width: 90px;
    height: 90px;
    background: #f4f4f4;
}

@media screen and (max-width: 860px) {
    .prodCompare_review {
        padding-bottom: 40px;
    }
    .content_review .group_rewards {
        margin-top: 20px;
    }

    .content_review .group_preview {
        overflow-x: auto;
    }

    .content_review .group_preview .box_img {
        flex-shrink: 0;
        width: 120px;
        height: 120px;
    }

    .content_review .list .item {
        flex-direction: column;
        min-height: 164px;
        gap: 10px 0;
    }

    .content_review .list .box_user {
        width: 100%;
    }

    .content_review .list .label {
        display: inline-block;
        margin-top: 0;
        margin-left: 6px;
        vertical-align: middle;
    }

    .content_review .list .item .box_img {
        margin-top: auto;
    }

    .content_review .pg .pg_start,
    .content_review .pg .pg_prev,
    .content_review .pg .pg_next,
    .content_review .pg .pg_end {
        text-indent: -9000px;
    }

    .content_review .pg .pg_current {
        color: #fff;
    }
}

/* ——————————————————————————
 * page_view
/* —————————————————————————— */
.reviewBox.type_wide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 12px;
    width: calc(100% - 68px);
    gap: 0 40px;
}

.reviewBox.type_wide .list {
    display: flex;
    align-items: center;
    margin-top: 0;
    width: 100%;
    gap: 0 8px;
}

.reviewBox.type_wide .item {
    flex: 1;
}

.reviewBox.type_wide .list .item + .item {
    margin-top: 0;
}

.reviewBox.type_wide .top a {
    position: absolute;
    right: -60px;
    width: 34px;
    height: 34px;
}

.view .content_review .group_preview .box_img {
    width: 123px;
    height: 123px;
}

@media screen and (max-width: 860px) {
    #prodView_review {
        padding-bottom: 40px;
    }
    .view .reviewBox {
        padding-top: 20px;
        border-top: 1px solid #eee;
    }
}

.view .reviewBox {
    padding-top: 20px;
    border-top: 1px solid #eee;
}
