/* 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');
}

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

#reviewBoard { margin-top: 40px; }
#reviewBoard .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; }
#reviewBoard .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; }
#reviewBoard .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; }
#reviewBoard .btn-list, 
#reviewBoard .btn-more { margin: 30px 15px; }
#reviewBoard .tpl-flex { display: flex; align-items: center; }
#reviewBoard .tpl-flex-right { margin-left: auto; }
#reviewBoard .tpl-link { display: flex; align-items: center; }
#reviewBoard .tpl-link a { padding: 0 10px; border-right: 1px solid #ececec; color: #898989; display: flex; height: 12px; line-height: 12px; }
#reviewBoard .tpl-link li.now a { color: #292929; }
#reviewBoard .tpl-link li:first-child a { padding-left: 0; }
#reviewBoard .tpl-link li:last-child a { padding-right: 0; border-right: 0; }
#reviewBoard .header { display: flex; align-items: center; padding: 10px 15px; border-bottom: 1px solid #000; }
#reviewBoard .header h3 { font-size: 17px; background: #fff; font-weight: 400; }
#reviewBoard .tit { display: flex; align-items: center; padding: 20px 15px 0; }
#reviewBoard .tit h4 { font-size: 15px; }
#reviewBoard .tit h4 strong { font-weight: 700; }
#reviewBoard .best-photo { padding: 0 15px; }
#reviewBoard .roll ul { display: flex; margin-top: 20px; }
#reviewBoard .roll li { padding-right: 5px; width: auto !important; }
#reviewBoard .roll li:last-child { padding-right: 0; }
#reviewBoard .roll li img { width: 70px; height: 70px; }
#reviewBoard .item .roll li { padding-right: 10px; }
#reviewBoard .item .roll li:last-child { padding-right: 0; }
#reviewBoard .item .roll li img { width: 120px; height: 120px; border: 1px solid #eee; box-sizing: border-box; }
#reviewBoard .photo-odr { display: flex; align-items: center; margin-top: 40px; padding: 0 15px 15px; border-bottom: 1px solid #ececec; }
#reviewBoard .photo-odr .pr-photo-toggle { margin-left: auto; }
#reviewBoard .photo-odr .pr-photo-toggle span { padding-left: 22px; background: url(/images/common/ico_camera.svg) no-repeat 0 center / 18px auto; font-size: 12px; }
#reviewBoard .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; }
#reviewBoard .review-none p span { text-decoration: underline; }
#reviewBoard .review-none .btn-write { margin-top: 10px; width: 70px; }
#reviewBoard .review-wrap { padding: 0 15px; }
#reviewBoard .review-wrap > li { padding: 20px 0; border-bottom: 1px solid #ececec; }
#reviewBoard .btn-ctr { position: absolute; top: 0; right: 0; width: 19px; height: 19px; text-indent: -9999px; }
#reviewBoard .btn-ctr.btn-plus { background: url(/images/common/ico_arr_bottom.svg) no-repeat center center; }
#reviewBoard .btn-ctr.btn-minus { background: url(/images/common/ico_arr_top.svg) no-repeat center center; }
#reviewBoard .score { display: flex; column-gap: 8px; row-gap: 20px; flex-wrap: wrap; }
#reviewBoard .score > img { height: 20px; }
#reviewBoard .score span { font-size: 14px; }
#reviewBoard .score .star { font-size: 18px; color: #e9e9e9; }
#reviewBoard .score .star-img { display: flex; align-items: center; gap: 4px; }
#reviewBoard .score .star-img img { width: 16px; height: 16px; }
#reviewBoard .opt { margin-top: 20px; color: #656565; font-size: 12px; }
#reviewBoard .item { position: relative; margin-top: 20px; }
#reviewBoard .item .pr-content-all { display: none; }
#reviewBoard .item .lnk-more { padding-right: 15px; font-size: 11px; }
#reviewBoard .item .pr-content-simple .lnk-more { background: url(/images/common/ico_arr_bottom.svg) no-repeat right center / 10px auto; }
#reviewBoard .item .pr-content-all .lnk-more { background: url(/images/common/ico_arr_top.svg) no-repeat right center / 10px auto; }
#reviewBoard .item-wrap { position: relative; margin-top: 20px; display: grid; gap: 20px; }
#reviewBoard .item-wrap > img { max-width: 100%; }
#reviewBoard .recmd { position: relative; margin-top: 20px; }
#reviewBoard .recmd .pr-list-writer { display: flex; gap: 12px; font-size: 12px; font-weight: 300; }
#reviewBoard .recmd .pr-list-writer strong { font-weight: 500; }
#reviewBoard .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; }
#reviewBoard .pr-nodata { display: none; }
#reviewBoard .tpl-modify { display: flex; align-items: center; }
#reviewBoard .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; }
#reviewBoard .tpl-modify a:first-child { padding-left: 0; }
#reviewBoard .tpl-modify a:last-child { padding-right: 0; border-right: 0; }
#reviewBoard .survey { margin-top: 20px; display: flex; align-items: center; gap: 10px; }
#reviewBoard .survey .pr-txt { color: #898989; font-size: 11px; font-weight: 300; }
#reviewBoard .survey .pr-good span { padding-left: 20px; background: url(/images/common/ico_thumb.svg) no-repeat 0 center / 16px auto; font-size: 11px; }
#reviewBoard .survey .pr-good.active span { color: #ef3c29; background-image: url(/images/common/ico_thumb_up.svg); }
#reviewBoard .survey .pr-count span { padding-left: 20px; background: url(/images/common/ico_chat.svg) no-repeat 0 center / 16px auto; font-size: 11px; }
#reviewBoard .paging { display: flex; align-items: center; justify-content: center; gap: 24px; margin: 30px 15px; }
#reviewBoard .paging a { width: auto; height: auto; display: flex; border: 0; font-size: 12px; }
#reviewBoard .paging a.now { background: 0; font-weight: 800; }

#reviewBoard .cond { display: flex; gap: 5px; flex-direction: column; margin: 15px; }
#reviewBoard .cond .pr-plus { display: flex; gap: 5px; }
#reviewBoard .cond .review-search form { display: flex; gap: 5px; }
#reviewBoard .cond .review-search select { width: 30%; }
#reviewBoard .cond .r-search { width: 70%; position: relative; display: grid; gap: 7px; }
#reviewBoard .cond .r-search .btn { position: absolute; right: 15px; top: 0; width: 24px; height: 100%; background: url(/images/common/ico_search.svg) no-repeat center center; font-size: 0; }
#reviewBoard .cond .pr-cate-plus, 
#reviewBoard .cond .pr-cate-minus { width: 40px; height: 40px; flex-shrink: 0; border: 1px solid #ececec; border-radius: 4px; box-sizing: border-box; text-indent: -9999px; }
#reviewBoard .cond .pr-cate-plus { background: #fff url(/images/common/ico_plus.svg) no-repeat center center; }
#reviewBoard .cond .pr-cate-minus { background: #fff url(/images/common/ico_minus.svg) no-repeat center center; }
#reviewBoard .cond .pr-cate-add { display: none; }
#reviewBoard .cond .pr-chk { margin-top: 5px; display: flex; justify-content: right; font-size: 12px; }
#reviewBoard .pr-notice .pr-q { height: 50px; align-content: center; padding: 0 15px; border-bottom: 1px solid #ececec; }
#reviewBoard .pr-notice .pr-q a { display: block; background: url(/images/common/ico_arr_bottom.svg) no-repeat right 10px center; font-weight: 500; }
#reviewBoard .pr-notice .pr-q.pr-now a { background-image: url(/images/common/ico_arr_top.svg); }
#reviewBoard .pr-notice .pr-a { display: none; padding: 20px; border-bottom: 1px solid #ececec; background-color: #f8f8f8; }
#reviewBoard .pr-notice .date { font-size: 12px; color: #a8a8a8; text-align: right; }
#reviewBoard .review-top { display: flex; gap: 12px; align-items: flex-start; }
#reviewBoard .review-top .prd { width: 100px; }
#reviewBoard .review-top .prd img { width: 100px; border-radius: 4px; border: 1px solid #eee; box-sizing: border-box; }
#reviewBoard .review-top .prd-name { width: 100%; color: #656565; font-size: 12px; }

div.C-49-2-2 { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background:repeat left top; border-top:0px solid ; border-right:0px solid ; border-bottom:0px solid ; border-left:0px solid ; }
/* BASIC css end */

