ul.ur_widget {
    display: flex;
    padding-left: 0;
    margin: 0 10px 0 0;
    font-size: 22px;
}
ul.ur_review{
    width: 100px;
}
.rbDeal-rating ul.ur_widget {
    margin: 0 0 10px!important;
    justify-content: center;
}
ul.ur_widget li {
    list-style-type: none;
    padding-left: 0!important;
    position: relative;
    color: #FE9000;
    margin-right: -3px;
}

li.ur_widget_star>svg.icon.icon-star, li.ur_widget_star>svg.icon.icon-star-half-empty, li.ur_widget_star>svg.icon.icon-star-o {
    width: 23px;
    height: 23px;
    fill: #FE9000;
    padding-right: 3px;
    padding-left: 3px;
    top: -3px;
    position: relative;
}

ul.ur_widget.ur_review li:hover {
    /*cursor: pointer;*/
}

#rating_sc_hdr{
    width: 50%;
    float: left;
}
#rating_sc_write{
    width: 50%;
    float: left;
}
.fifty_float{
    width: 50%;
    float: left;
}
.clear_div{
    clear: both;
}
#sc_ur_write_btn{
    margin-top: 32px;
    min-width: unset;
}

div#sc_ur_rating {
    font-size: 26px;
    font-weight: 600;
}
div#sc_ur_rating_label {
    color: #818181;
}

div#sc_ur_hdr_wrap{
    border: solid 2px #eee;
    padding: 15px;
    border-radius: 5px;
}

div#sc_ur_review_wrap{
    border: solid 2px #eee;
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
}

div#sc_ur_nav_wap {
    padding-top: 15px;
}

div#sc_ur_nav_prev {
    float: left;
}
div#sc_ur_nav_next {
    float: right;
}

svg.icon.icon-arrow_forward_ios.sc_ur_next, svg.icon.icon-arrow_back_ios.sc_ur_prev {
    fill: #FE9000;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
svg.icon.icon-arrow_forward_ios.sc_ur_next:hover, svg.icon.icon-arrow_back_ios.sc_ur_prev:hover {
    fill: #d77a00;
}
/*###################################################################################*/
#sc_ur_consent_ckb{
    height: 20px;
    width: 20px;
}

div#sc_ur_rating {
    font-size: 26px;
    font-weight: 600;
}

.sc_ur_name {
    font-weight: 600;
    padding-bottom: 3px;
}

.sc_ur_time {
    color: #818181;
    font-size: 12px;
    padding-bottom: 10px;
}

.sc_ur_rating {
    font-weight: 600;
    font-size: 18px;
}

.sc_ur_star_wrap {
    padding-bottom: 10px;
}


/*Modal*/
div#sc_ur_modal_body{
    padding-top: 0;
}
div#sc_ur_modal_hl {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
}
div#sc_ur_modal_shl {
    color: #818181;
    padding-bottom: 10px;
}
.sc_ur_from_item {
    padding-bottom: 15px;
}
.sc_ur_form_label {
    font-weight: 600;
    padding-bottom: 2px;
}
.sc_ur_input{
    border-radius: 5px;
    background: #f8f8f8;
    outline: none;
}
button#sc_ur_submit_btn {
    width: 100%;
}
div#sc_ur_msg_wrap {
    padding-bottom: 15px;
    text-align: center;
}
span.sc_ur_error {
    color: red;
}
span.sc_ur_success {
    color: forestgreen;
}
div#sc_ur_modal_star_wrap {
    padding-bottom: 10px;
}
/*########################### checkbox ######################*/
.container_ckb {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container_ckb input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
.container_ckb:hover input ~ .checkmark {
    background-color: #f8f8f8;
}
.container_ckb input:checked ~ .checkmark {
    background-color: #2196F3;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container_ckb input:checked ~ .checkmark:after {
    display: block;
}
.container_ckb .checkmark:after {
    left: 9px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

ul.ur_widget.ur_review.sc_ur_submit:hover {
    cursor: pointer;
}

div#sc_ur_modal_star_wrap{
    float: left;
}

div#sc_ur_modal_star_label {
    font-weight: 600;
    padding-top: 4px;
    margin-bottom: 15px;
}