/* BASIC css start */
.morerv {
    height: 80px;
    line-height: 80px;
    color: #fff;
    background: #000;
    margin-bottom: 20px;
    width: 1350px;
    margin: 0 auto;
    font-family: "Apple SD Gothic Neo", NanumBarunGothic, ³ª´®¹Ù¸¥°íµñ, "Malgun Gothic", "¸¼Àº °íµñ", dotum, sans-serif;
    letter-spacing: 2px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 22px;
}
.morerv span {
    float: right;
    font-size: 22px;
}
.rvnoti{display:none}
.rvnoti.on{display:block;}


.reviews_index_list_review{
    position: relative;
    border-bottom: 1px solid #dadada;
    padding-top: 10px;
    padding-bottom: 8px;
}

p.rvwrite {
    text-align: right;
    margin-top: 10px;
    /* background: #333; */
    margin-bottom:20px;
}
p.rvwrite span {
    cursor: pointer;
    display: inline-block;
    padding: 10px 101px;
    background: #65A8BC;
    color: #fff;
    /* border-radius: 10px; */
    font-size: 15px;
}
/* BASIC css end */

