@charset "utf-8";


.review_box {
    position:relative;
    width:100%;
    height:400px;
}

.review_viewer {
    position:absolute;
    top:0px;
    display:flex;
    width:100%;
    justify-content: space-between;
}

.review_left {
    width:660px;
}

.review_right {
    width:660px;
}

.review_subject {
    font-size:20px;
    color:#111111;
}

.review_btn_group {
    margin-top:100px;
}

.review_btn_group img {
    cursor:pointer;
}