#reviewListCoupon {
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
}
#reviewListCoupon ul {
    height: 200px;
    overflow-y: scroll;
    padding-left:0;
}
#reviewListCoupon ul li {
    border: 1px solid #d0d0d0;
    list-style:none;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}
#reviewListCoupon ul li hr {
    margin-top: 2px;
    margin-bottom: 7px;
}
#reviewListCoupon ul li img {
    width: 18px;
    padding-bottom: 8px;
}
#reviewListCoupon ul li .evalTotal {
    width: 90px;
}
#reviewListCoupon ul li .reviewWatch {
    width: 15px;
    margin-left: 30px;
}
#reviewListCoupon #tabMenuCoupon {
    text-align: center;
    margin-bottom: 20px;
}
#reviewListCoupon .btnReviewCouponVoice {
    width: 50%;
    display: inline-block;
}
#reviewListCoupon .btnReviewCouponList {
    width: 50%;
    display: inline-block;
}
@media screen and (max-width: 768px) {
    #reviewListCoupon {
        font-size: 12px;
    }
    #reviewListCoupon ul li img {
        width: 13px;
        padding-bottom: 5px;
    }
}
