/* BASIC css start */
@font-face {
    font-family: 'SUIT';
    font-weight: 300;
    font-display: swap;
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Light.woff2') format('woff2');
}
@font-face {
    font-family: 'SUIT';
    font-weight: 400;
    font-display: swap;
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'SUIT';
    font-weight: 500;
    font-display: swap;
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Medium.woff2') format('woff2');
}
@font-face {
    font-family: 'SUIT';
    font-weight: 600;
    font-display: swap;
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-SemiBold.woff2') format('woff2');
}
@font-face {
    font-family: 'SUIT';
    font-weight: 700;
    font-display: swap;
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Bold.woff2') format('woff2');
}

#mPowerreview { overflow-x: hidden; }
#mPowerreview * { margin: 0; padding: 0; }
#mPowerreview, 
#mPowerreview a, 
#mPowerreview input,
#mPowerreview select,
#mPowerreview textarea { font: 400 0.813rem / 1.125rem "SUIT", "Dotum", sans-serif; color: #292929; }
#mPowerreview a { color: #292929; text-decoration: none; }
#mPowerreview em { font-style: normal; }
#mPowerreview ul { list-style-type: none; }
#mPowerreview legend,
#mPowerreview caption { display: none; }
#mPowerreview fieldset { border: 0; }
#mPowerreview input[type=text],
#mPowerreview input[type=password] { width: 100%; height: 38px; padding: 0 15px; border: 1px solid #ececec; border-radius: 4px; box-sizing: border-box; outline: none; }
#mPowerreview select { width: 100%; height: 38px; padding: 0 15px; border: 1px solid #ececec; border-radius: 4px; box-sizing: border-box; outline: none; }
#mPowerreview textarea { width: 100%; height: 100px; padding: 10px; border: 1px solid #ececec; border-radius: 4px; box-sizing: border-box; outline: none; }
#mPowerreview table { width: 100%; border-collapse: collapse; table-layout: fixed; border-spacing: 0; }
#mPowerreview select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
#mPowerreview select::-ms-expand { display: none; }
#mPowerreview select { background: #fff url(/images/common/ico_arr_bottom.svg) no-repeat right 15px center; }
#mPowerreview label { display: flex; align-items: center; gap: 5px; }

#mPowerreview { margin-top: 40px; }
#mPowerreview .btn-all { padding-right: 10px; background: url(/images/common/ico_arr_right.svg) no-repeat right center / 4px auto; color: #898989; font-size: 12px; font-weight: 300; }
#mPowerreview .btn-fill { display: flex; align-items: center; justify-content: center; height: 40px; border-radius: 4px; background-color: #292929; color: #fff; box-sizing: border-box; font-weight: 500; }
#mPowerreview .btn-solid { display: flex; align-items: center; justify-content: center; height: 40px; border-radius: 4px; background-color: #fff; border: 1px solid #292929; box-sizing: border-box; font-weight: 500; }
#mPowerreview .btn-list, 
#mPowerreview .btn-more { margin: 30px 15px; }
#mPowerreview .tpl-flex { display: flex; align-items: center; }
#mPowerreview .tpl-flex-right { margin-left: auto; }
#mPowerreview .tpl-link { display: flex; align-items: center; }
#mPowerreview .tpl-link a { padding: 0 10px; border-right: 1px solid #ececec; color: #898989; display: flex; height: 12px; line-height: 12px; }
#mPowerreview .tpl-link li.now a { color: #292929; }
#mPowerreview .tpl-link li:first-child a { padding-left: 0; }
#mPowerreview .tpl-link li:last-child a { padding-right: 0; border-right: 0; }
#mPowerreview .header { display: flex; align-items: center; padding: 10px 15px; border-bottom: 1px solid #000; }
#mPowerreview .header h3 { font-size: 17px; background: #fff; font-weight: 400; }
#mPowerreview .total { display: grid; grid-template-columns: 120px auto; align-items: center; column-gap: 10px; row-gap: 20px; padding: 20px 15px; border-bottom: 1px solid #ececec; }
#mPowerreview .total .rating { display: flex; justify-content: center; gap: 5px; font-size: 20px; font-weight: 700; }
#mPowerreview .total .score { flex-direction: column; gap: 4px; }
#mPowerreview .total .score p { font-size: 15px; }
#mPowerreview .total .score p strong { font-weight: 600; }
#mPowerreview .total .score p:last-child { font-size: 11px; }
#mPowerreview .total .btn-fill { grid-column: 1 / 3; }
#mPowerreview .total .btns { display: flex; gap: 10px; grid-column: 1 / 3; }
#mPowerreview .total .btns .btn-fill, 
#mPowerreview .total .btns .btn-solid { width: 100%; }
#mPowerreview .tit { display: flex; align-items: center; padding: 20px 15px 0; }
#mPowerreview .tit h4 { font-size: 15px; }
#mPowerreview .tit h4 strong { font-weight: 700; }
#mPowerreview .best-photo { padding: 0 15px; }
#mPowerreview .roll ul { display: flex; margin-top: 20px; }
#mPowerreview .roll li { padding-right: 5px; width: auto !important; }
#mPowerreview .roll li:last-child { padding-right: 0; }
#mPowerreview .roll li img { width: 70px; height: 70px; border: 1px solid #eee; box-sizing: border-box; }
#mPowerreview .item .roll li { padding-right: 10px; }
#mPowerreview .item .roll li:last-child { padding-right: 0; }
#mPowerreview .item .roll li img { width: 120px; height: 120px; }
#mPowerreview .photo-odr { display: flex; align-items: center; margin-top: 40px; padding: 0 15px 15px; border-bottom: 1px solid #ececec; }
#mPowerreview .photo-odr .pr-photo-toggle { margin-left: auto; }
#mPowerreview .photo-odr .pr-photo-toggle span { padding-left: 22px; color: #898988; background: url(/images/common/ico_camera2.svg) no-repeat 0 center / 18px auto; font-size: 12px; }
#mPowerreview .photo-odr .pr-photo-toggle.now span { color: #292929; background: url(/images/common/ico_camera.svg) no-repeat 0 center / 18px auto; }
#mPowerreview .pr-tab { display: flex; align-items: center; }
#mPowerreview .pr-tab li { width: 50%; box-sizing: border-box; }
#mPowerreview .pr-tab li a { display: flex; align-items: center; justify-content: center; height: 42px; color: #a8a8a8; border-bottom: 1px solid #ececec; }
#mPowerreview .pr-tab li.now a { color: #292929; border-bottom: 1px solid #292929; }
#mPowerreview .review-none { display: flex; flex-direction: column; align-items: center; margin: 20px 15px 0; padding: 20px 20px 25px; border: 1px solid #ccc; background: #f7f7f7; text-align: center; }
#mPowerreview .review-none p span { text-decoration: underline; }
#mPowerreview .review-none .btn-write { margin-top: 10px; width: 70px; }
#mPowerreview .review-wrap { padding: 0 15px; }
#mPowerreview .review-wrap > li { padding: 20px 0; border-bottom: 1px solid #ececec; }
#mPowerreview .sumup { position: relative; }
#mPowerreview .btn-ctr { position: absolute; top: 0; right: 0; width: 19px; height: 19px; text-indent: -9999px; }
#mPowerreview .btn-ctr.btn-plus { background: url(/images/common/ico_arr_bottom.svg) no-repeat center center; }
#mPowerreview .btn-ctr.btn-minus { background: url(/images/common/ico_arr_top.svg) no-repeat center center; }
#mPowerreview .score { display: flex; column-gap: 8px; row-gap: 20px; flex-wrap: wrap; }
#mPowerreview .score > img { height: 20px; }
#mPowerreview .score span { font-size: 14px; }
#mPowerreview .score .star { font-size: 18px; color: #e9e9e9; }
#mPowerreview .score .star-img { display: flex; align-items: center; gap: 4px; }
#mPowerreview .score .star-img img { width: 16px; height: 16px; }
#mPowerreview .opt { margin-top: 20px; color: #656565; font-size: 12px; }
#mPowerreview .pr-opt { display: none; margin-top: 20px; }
#mPowerreview .pr-opt ul { display: flex; flex-wrap: wrap; row-gap: 5px; }
#mPowerreview .pr-opt li { width: 50%; display: flex; }
#mPowerreview .pr-opt li span { width: 30%; }
#mPowerreview .pr-opt li .pr-star { width: 70%; font-size: 17px; }
#mPowerreview .pr-opt .pr-options { margin-top: 20px; border-radius: 4px; display: flex; flex-wrap: wrap; column-gap: 10px; padding: 15px 10px; }
#mPowerreview .pr-opt .pr-options p { display: flex; column-gap: 5px; font-size: 11px; }
#mPowerreview .pr-opt .pr-options p span { color: #898989; }
#mPowerreview .item { position: relative; margin-top: 20px; }
#mPowerreview .item .pr-content-all { display: none; }
#mPowerreview .item .lnk-more { padding-right: 15px; font-size: 11px; }
#mPowerreview .item .pr-content-simple .lnk-more { background: url(/images/common/ico_arr_bottom.svg) no-repeat right center / 10px auto; }
#mPowerreview .item .pr-content-all .lnk-more { background: url(/images/common/ico_arr_top.svg) no-repeat right center / 10px auto; }
#mPowerreview .item > img { width: 100%; }
#mPowerreview .recmd { position: relative; margin-top: 20px; }
#mPowerreview .recmd .pr-list-writer { display: flex; gap: 12px; font-size: 12px; font-weight: 300; }
#mPowerreview .recmd .pr-list-writer strong { font-weight: 500; }
#mPowerreview .survey { margin-top: 20px; display: flex; align-items: center; gap: 10px; }
#mPowerreview .survey .pr-good span { padding-left: 20px; background: url(/images/common/ico_thumb.svg) no-repeat 0 center / 16px auto; font-size: 11px; }
#mPowerreview .survey .pr-good.active span { color: #ef3c29; background-image: url(/images/common/ico_thumb_up.svg); }
#mPowerreview .survey .pr-count { padding-right: 15px; background: url(/images/common/ico_arr_bottom.svg) no-repeat right center; }
#mPowerreview .survey .pr-count.active { background-image: url(/images/common/ico_arr_top.svg); }
#mPowerreview .survey .pr-count span { padding-left: 20px; background: url(/images/common/ico_chat.svg) no-repeat 0 center / 16px auto; font-size: 11px; }
#mPowerreview .btn-report { margin-left: auto; padding-left: 20px; background: url(/images/common/ico_light.svg) no-repeat 0 0; font-size: 11px; color: #a8a8a8; font-weight: 300; }
#mPowerreview .pr-nodata { display: none; }
#mPowerreview .reply { display: flex; align-items: center; gap: 30px; margin-top: 20px; }
#mPowerreview .tpl-modify { display: flex; align-items: center; }
#mPowerreview .tpl-modify a { padding: 0 10px; border-right: 1px solid #ececec; color: #a8a8a8; font-size: 12px; font-weight: 300; display: flex; height: 10px; line-height: 10px; }
#mPowerreview .tpl-modify a:first-child { padding-left: 0; }
#mPowerreview .tpl-modify a:last-child { padding-right: 0; border-right: 0; }
#mPowerreview .reply-list { display: none; border-top: 1px solid #ececec; margin-top: 20px; }
#mPowerreview .reply-list li { margin-top: 20px; }
#mPowerreview .reply-list li.block_comment { display: none; }
#mPowerreview .reply-list li p { margin-top: 10px; font-size: 12px; font-weight: 300; }
#mPowerreview .reply-list li strong { font-weight: 500; font-size: 12px; }
#mPowerreview .reply-list li .tpl-flex { margin-top: 10px; }
#mPowerreview .wrt { margin-top: 20px; display: flex; flex-direction: column; gap: 10px; }
#mPowerreview .wrt textarea { height: 42px; font-size: 12px; }
#mPowerreview .wrt .btn-wrap { display: flex; gap: 6px; margin-left: auto; }
#mPowerreview .wrt .btn-fill { width: 70px; height: 34px; }
#mPowerreview .wrt .btn-solid { width: 70px; height: 34px; border-color: #ececec; }

/* 颇况府轰 惑前可记 */
#wrap { overflow-x: hidden; }
#mPowerreview .options-container { position: relative; display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
#mPowerreview .btn-filter { display: inline-flex; align-items: center; gap: 10px; height: 30px; padding: 0 28px 0 10px; border: 1px solid #ececec; border-radius: 4px; cursor: pointer; background: #fff url(/images/common/ico_arr_bottom.svg) no-repeat right 10px center; outline: none; flex-shrink: 0; font-size: 12px; }
#mPowerreview .btn-filter.selected { border-color: #292929; }
#mPowerreview .filter-layer { display: none; position: fixed; right: 0; bottom: 0; left: 0; max-height: 70%; overflow: auto; background-color: #fff; border-radius: 4px 4px 0 0; z-index: 1000; }
#mPowerreview .filter-header { z-index: 10; position: sticky; top: 0; background: #fff; height: 50px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; font-weight: 600; box-sizing: border-box; }
#mPowerreview .close-filter { width: 20px; height: 20px; background-color: #898989; mask: url(/images/common/ico_x_mark_black.svg) no-repeat center center; text-indent: -9999px; cursor: pointer; border: 0; }
#mPowerreview .filter-content { display: flex; flex-direction: column; gap: 26px; padding: 15px 17px 30px; min-height: 320px; box-sizing: border-box; }
#mPowerreview .filter-section { }
#mPowerreview .filter-section-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; font-weight: 600; }
#mPowerreview .filter-section-reset { width: 17px; height: 17px; background: url(/images/common/ico_undo.svg) no-repeat center center; text-indent: -9999px; border: 0; cursor: pointer; }
#mPowerreview .filter-options { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 8px; }
#mPowerreview .filter-option { padding: 0 15px; border: 1px solid #ececec; border-radius: 4px; cursor: pointer; height: 30px; display: flex; align-items: center; box-sizing: border-box; font-size: 12px; }
#mPowerreview .filter-option.selected { border-color: #292929; }
#mPowerreview .filter-option.filter-score { width: 100%; height: 36px; }
#mPowerreview .filter-option.filter-score em { font-size: 15px; }
#mPowerreview .filter-option.filter-score .survey { margin-left: auto; margin-top: 0; }
#mPowerreview .filter-buttons { position: sticky; bottom: 0; background: #fff; display: flex; padding: 11px 17px; gap: 6px; border-top: 1px solid #ececec; box-sizing: border-box; }
#mPowerreview .filter-review { background-color: #292929; color: #fff; width: 100%; height: 45px; border-radius: 2px; display: flex; justify-content: center; align-items: center; cursor: pointer; box-sizing: border-box; }
#mPowerreview .filter-reset { border: 1px solid #292929; min-width: 80px; width: 25%; height: 45px; border-radius: 2px; display: flex; justify-content: center; align-items: center; flex-shrink: 0; gap: 4px; cursor: pointer; box-sizing: border-box; }
#mPowerreview .reset-icon { width: 15px; height: 15px; background-color: #292929; mask: url(/images/common/ico_undo.svg) no-repeat center center; text-indent: -9999px; }
#mPowerreview .product-options-container { display: flex; flex-direction: column; gap: 15px 20px; margin: 15px 0 0; }
#mPowerreview .product-options-container .options-swiper1 { padding: 0 15px; }
#mPowerreview .product-options-container .filter-layer-select-section { display: none; position: relative; background-color: #F3F3F3; padding: 11px 57px 11px 17px; }
#mPowerreview .product-options-container .filter-select-section { display: none; position: relative; background-color: #F3F3F3; padding: 11px 57px 11px 17px; }
#mPowerreview .product-options-container .option-tag { display: flex; justify-content: center; align-items: center; gap: 8px; font-size: 12px; color: #292929; }
#mPowerreview .product-options-container .swiper-wrapper { }
#mPowerreview .product-options-container .swiper-slide { width: auto !important; }
#mPowerreview .product-options .selected-options { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 8px; }
#mPowerreview .product-options .option-tag { display: flex; justify-content: center; align-items: center; gap: 8px; font-size: 12px; color: #656565; }
#mPowerreview .product-options .option-tag:not(:last-child)::after { content: ''; width: 1px; height: 12px; background-color: #ececec; }
#mPowerreview .close-option { width: 8px; height: 8px; background-color: #898989; mask: url(/images/common/ico_x_mark_black.svg) no-repeat center center / 18px auto; text-indent: -9999px; cursor: pointer; border: 0; }
#mPowerreview .option-reset { position: absolute; top: 0; right: 17px; height: 100%; font-size: 11px; color: #898989; cursor: pointer; align-content: center; }
#mPowerreview .option-reset .reset-icon { background-color: #898989; }
#mPowerreview .reset-text { border-bottom: 1px solid #898989; line-height: 1; }
#mPowerreview .product-options { display: flex; flex-direction: row; align-items: center; gap: 10px; margin-top: 15px; }
#mPowerreview .option-title { font-size: 12px; color: #656565; white-space: nowrap; }
.dimmed { display: none; z-index: 9; position: fixed; top: 0; right: 0; left: 0; height: 100%; background-color: rgb(0, 0, 0, .3); }
#mPowerreview .filter-sort { z-index: 10; border-bottom: 1px solid #e6e6e6; height: 35px; position: sticky; top: 50px; background-color: #fff; }
#mPowerreview .filter-sort .options-swiper2 { padding: 0 15px; }
#mPowerreview .filter-sort a { font-size: 13px; color: #A8A8A8; height: 34px; display: inline-flex; align-items: center; }
#mPowerreview .filter-sort a.selected { color: #292929; font-weight: 600; border-bottom: 2px solid #000; }
#mPowerreview .filter-selected { padding: 20px 17px; background-color: #F3F3F3; }
/* //颇况府轰 惑前可记 */
/* BASIC css end */

