/* BASIC css start */
.tit_box {
    text-align: center;
    border: 1px solid #ececec;
    padding: 10vw 0;
    margin: 0 10px;
}

.tit_box h3 {
    font-size: 5vw;
    font-weight: bold;
}

.tit_box .tit_sub {
    font-size: 3.5vw;
    line-height: 1.6;
    margin: 5.5vw 0 10vw;
}

.tit_box .tit_sub span { color: var(--main-color); }

.benefits_lst {
    display: flex;
    justify-content: center;
    margin-bottom: 10vw;
}

.benefits_lst li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ececec;
    margin-right: 2.5vw;
    padding-right: 2.5vw;
}

.benefits_lst li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.benefits_lst li i {
    font-size: 7vw;
    margin-bottom: 4vw;
}

.benefits_lst li p {
    font-size: 3.5vw;
    font-weight: 300;
}

.benefits_lst li p:first-child {
    font-weight: 500;
}

.benefits_lst li p:last-child {
    color: #7f7f7f;
    font-size: 3vw;
    margin-top: 10px;
}

.morerv {
    font-weight: 300;
    font-size: 3.5vw;
    cursor: pointer;
    color: #929292;
}

.notice_lst { 
    display: none; 
    margin-top: 5vw;
    padding: 0 20px;
}

.notice_lst li {
    font-size: 3.4vw;
    color: #bbbbbb;
    margin-top: 1vw;
    font-weight: 300;
}

.crema-pending-reviews-link {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    margin: 8vw 8vw 0;
    padding: 4vw 0;
    font-size: 4vw;
    font-weight: 200;
}

.rvwrite {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 10px -35px;
}

.rvwrite ul {
    display: flex;
}

.rvwrite ul li {
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}

.rvwrite ul li::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #c8c8c8;
    position: absolute;
    top: 4px;
    right: 0;
}

.rvwrite ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.rvwrite ul li:last-child::after { display: none; }

.rvwrite ul a {
    font-weight: normal;
    font-size: 15px;
    color: #bdbdbd;
}

.rvwrite ul a.on {
    color: #000;
}

.rvwrite span {
    cursor: pointer;
    display: inline-block;
    padding: 12px 70px 15px;
    background: #000;
    color: #fff;
    font-size: 17px;
}

/* BASIC css end */

