/*ogshop.php*/
.page_bg {
    background-color: #f6f6f6;
}
.mg-0 {
    margin: 0;
}
.mg-bt {
    margin-bottom: 1.5rem;
}
.pd-top {
    padding-top: 1.5rem;
}
.pd-bt {
    padding-bottom: 1.5rem;
}
.pd-0 {
    padding: 0;
}

.container-1 {
    max-width: 540px;
    margin: 0 auto;
}
.container-2 {
    max-width: 720px;
    margin: 0 auto;
}
.container-3 {
    max-width: 1080px;
    margin: 0 auto;
}
.width-100 {
    width: 100%;
}

.page_tit {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    border-top: solid 1px #f6f6f6;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.04);
}
.page_tit .tit {
    padding: 1.25rem 2rem;
    font-weight: normal;
    font-size: 1.25rem;
    color: #131313;
}
.page_tit .tit > .sub {
    color: #8c8c8c;
}
.page_tit > .btn.pos_left {
    position: absolute;
    left: 1.1875rem;
    top: 20px;
    color: #8c8c8c;
    border: none;
    background-color: transparent;
}

.delivery_type {
    display: flex;
    flex-direction: column;
}
.delivery_type .item_wrap {
    padding: 1.625rem 0;
}
.delivery_type .item {
    margin: 1rem auto;
    width: calc(100% - 3rem);
    height: 46.111vw;
    max-height: 220px;
    background-color: #ffffff;
    border: 1px solid #8c8c8c;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 1.125rem;
    font-weight: 500;
    overflow: hidden;
}
.delivery_type .item.active {
    position: relative;
    border: 2px solid #131313;
}
.delivery_type .item.active::before {
    content: "";
    position: absolute;
    right: -23px;
    top: -35px;
    width: 99px;
    height: 109px;
    display: inline-block;
    background: url("/oggirl/img/bg_best.png") no-repeat;
    background-size: 100%;
}
.delivery_type .item .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.delivery_type .item.active .txt {
    color: #131313;
}
.delivery_type .item .txt {
    color: #8c8c8c;
    margin-left: 0.5rem;
}

.select_box {
    padding: 1rem 1rem;
    max-width: 540px;
    margin: 0 auto;
}
.select_box .item_wrap > .item {
    padding: 0.625rem;
    margin-bottom: 1rem;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    color: #131313;
}
.select_box .item .cont {
    display: flex;
    align-items: center;
}
.select_box .item .cont .thumb {
    position: relative;
    width: 100%;
    height: 45vw;
    min-width: 139px;
    min-height: 174px;
    max-width: 238px;
    max-height: 285px;
    /* flex-basis: 27.777vw; */
    background: #f6f6f6 url("");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.select_box .item .thumb .icon_flag {
    position: absolute;
    left: 8px;
    top: 8px;
    display: inline-block;
    width: 40px;
    height: 18px;
    border-radius: 9px;
    line-height: 17px !important;
    color: #fff !important;
    font-size: 12px !important;
    text-align: center;
    vertical-align: middle;
    text-decoration: none !important;
    margin: 0 !important;
    background-color: #ff4e4e;
}
.select_box .item .thumb .icon_flag.new {
    background-color: #3a8afd;
}
.select_box .item .cont .info {
    width: 100%;
    padding-left: 1rem;
    text-align: center;
}
.select_box .item .tit {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.7rem;
    font-weight: bold;
    font-size: 1rem;
    color: #131313;
}
.select_box .item .tit > i {
    font-size: 1rem;
}
.select_box .item .info {
    font-weight: 300;
    font-size: 0.625rem;
    letter-spacing: -0.04em;
    color: #8c8c8c;
}
.select_box .item .info > .txt {
    padding-left: 0.5rem;
}
.select_box .item .price {
    margin: 0rem 0 0.25rem;
    font-weight: 900;
    font-size: 1.375rem;
    color: #131313;
}
.select_box .tag_wrap .tag {
    display: inline-block;
    margin: 0 2px;
    height: 20px;
    line-height: 20px;
    padding: 0 9px;
    color: #131313;
    font-weight: 500;
    font-size: 10px;
    background: #eeeeee;
    border-radius: 45px;
}
.select_box .btn.more {
    margin-top: 1.2rem;
    height: 2.215rem;
    line-height: 2.215rem;
}

.itemBox {
    width: 90%;
    height: 80px;
    margin: 10px auto;
}

/* 마이페이지 메뉴 */
.my_menu_list > .inner {
    padding: 1.5rem 1rem 3rem;
}
.my_menu_list .list {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    font-weight: 300;
    color: #131313;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #fff;
}
.my_menu_list .list > .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.125rem 1.25rem;
    width: 100%;
    height: 100%;
}
.my_menu_list .list > .inner i {
    color: #8c8c8c;
    font-size: 1.25rem;
}

.btn.block-outline {
    display: block;
    width: 100%;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    border: 1px solid #8c8c8c;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: transparent;
    font-size: 1rem;
    font-weight: 500;
    color: #131313;
}
.btn.block-default {
    display: block;
    width: 100%;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
    background: #e1e1e1;
    border-radius: 3px;
    border: none;
}
.btn.block-active {
    display: block;
    width: 100%;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
    background: #131313;
    border-radius: 3px;
    border: none;
    font-weight: bold;
    font-size: 1.2rem;
}

/* 스타일링 프로필 */
.profile_form {
    padding: 1.5rem 1.5rem 3rem;
}
.profile_form > .group input,
.profile_form > .group textarea,
.profile_form > .group select {
    padding: 0.6rem 0.5rem;
    width: 100%;
    color: #131313;
    border: none;
    background-color: transparent;
    box-shadow: none;
    font-size: 0.875rem;
    outline: none;
}
.profile_form > .group {
    margin-bottom: 1rem;
}
.profile_form > .group .label {
    display: inline-block;
    margin-bottom: 0.25rem;
    font-size: 0.625rem;
    color: #8c8c8c;
}
.profile_form > .group .data_wrap {
    display: inline-block;
    width: 100%;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    border-radius: 4px;
    overflow: hidden;
}
.profile_form > .group .data_wrap.info {
    padding: 1rem;
    text-align: center;
}
.profile_form > .group .message {
    margin-top: 0.25rem;
    margin-bottom: 2rem;
    font-size: 0.625rem;
    color: #8c8c8c;
}
.profile_form > .group .inline_form,
.profile_form > .group .filebox,
.write_wrap .inline_form {
    display: flex;
    justify-content: space-between;
}
.profile_form > .group .inline_form > .list {
    width: calc(50% - 2px);
}
.profile_form > .group .btn.file {
    margin-right: 8px;
    width: 20%;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.875rem;
    color: #8c8c8c;
    background: #e1e1e1;
    border-radius: 3px;
    border: none;
}
.profile_form > .group .filebox {
    margin: 0.5rem 0;
}
.profile_form > .group .filebox input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.profile_form > .group .filebox label,
.write_wrap .filebox label {
    display: inline-block;
    width: 25%;
    padding: 0.5rem 0.75rem;
    margin-right: 8px;
    color: #8c8c8c;
    text-align: center;
    font-size: 0.875rem;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px;
    background-color: #e1e1e1;
} /* named upload */
.profile_form > .group .filebox .upload-name {
    display: inline-block;
    padding: 0.5rem 0.75rem;
    vertical-align: middle;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    border-radius: 3px;
    -webkit-appearance: none; /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
}
.profile_form .userPhoto {
    min-height: 150px;
}
.profile_form .userPhotoWrap .userPhoto,
.profile_form .userPhotoWrap .btnWrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}
.profile_form .userPhotoWrap .userPhoto > .group,
.profile_form .userPhotoWrap .btnWrap .btn {
    display: none;
    flex: 1;
    margin: 0.5rem;
}
.profile_form .userPhotoWrap .userPhoto > .group img {
    display: inline-block;
    vertical-align: middle;
}
.profile_form .userPhotoWrap .btnWrap .btn {
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #fff;
    font-size: 0.5rem;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #131313;
}

/* 정기구매 정보 */
.empty_message {
    padding: 3.5rem 1.5rem;
    text-align: center;
    color: #8c8c8c;
    font-weight: 300;
    font-size: 1.375rem;
    background-color: #fff;
}
.empty_message i {
    font-size: 36px;
}
.empty_message .btn {
    margin: 3.5rem 0 0;
}

.regular_info_wrap > .inner {
    padding: 1.5rem 1rem;
    min-height: 500px;
}
/* .regular_info_wrap .btn_wrap {
    padding: 0 0.5rem;
} */
.regular_info_wrap .btn {
    margin-bottom: 0.75rem;
}
.regular_info {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.44rem 0rem;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    border-radius: 8px;
    font-weight: 300;
    font-size: 0.875rem;
    color: #131313;
}
.regular_info .info {
    margin-left: 1.5rem;
}
.regular_info .tit {
    margin-bottom: 0.5rem;
    font-weight: bold;
    font-size: 1.125rem;
    color: #8c8c8c;
}
.regular_detail {
    margin: 1.375rem 0 1.5rem;
    padding: 0 0.5rem;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    border-radius: 8px;
}
.regular_detail .list {
    padding: 1.5rem 0.75rem;
    border-bottom: solid 1px #e1e1e1;
}
.regular_detail .list:last-child {
    border-bottom: none;
}
.regular_detail .list .label {
    display: block;
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
    color: #8c8c8c;
}

.regular_detail .list .flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.regular_detail .list > .data_wrap .txt {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 1.125rem;
    color: #131313;
}
.regular_detail .list > .data_wrap .btn {
    margin-left: 8px;
    width: 44px;
    height: 29px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
    line-height: 29px;
    background: #8c8c8c;
    border-radius: 4px;
    border: none;
}
.regular_detail .list > .data_wrap.inline {
    display: flex;
    align-items: center;
}
.regular_detail .list > .data_wrap.inline i {
    display: inline-block;
    padding: 0 5px;
}
.regular_detail .list input,
.regular_detail .list select,
.regular_detail .list textarea {
    padding: 0.35rem 0.5rem;
    width: 100%;
    font-weight: 500;
    font-size: 1.125rem;
    color: #131313;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    border-radius: 4px;
}
.regular_detail .list input {
    width: 25%;
    text-align: center;
}
.regular_detail .list input::placeholder,
.regular_detail .list select::placeholder,
.regular_detail .list textarea::placeholder {
    color: #e1e1e1;
}
.profile_form > .group select,
.regular_detail .list select,
.write_wrap select {
    width: 100%;
    -webkit-appearance: none; /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
    background: url("/oggirl/img/selectOp.png") no-repeat 98% 50% !important; /* 화살표 모양의 이미지 */
    background-size: 13px !important;
    background-color: #fff !important;
}

/* 1:1 문의 등록*/
.write_wrap {
    padding: 1rem 1.5rem 3rem;
}
.write_wrap .btn {
    margin: 1rem 0;
}
.write_wrap .form_01 {
    margin: 0;
}
.write_wrap select,
.write_wrap input {
    padding: 0 0.5rem;
    font-weight: 500;
    font-size: 0.875rem;
    color: #131313;
    border: 1px solid #e1e1e1;
}
.write_wrap .filebox label,
.write_wrap .filebox .fileName {
    padding: 0;
    height: 32px;
    line-height: 32px;
}
.write_wrap .filebox .fileName {
    padding: 0 0.25rem;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    border-radius: 3px;
}

/* 고객센터안내 */
.sec.customer_center {
    padding: 2.5rem 1rem 3.5rem;
    font-size: 1rem;
    color: #8c8c8c;
    text-align: center;
    font-weight: 300;
    background-color: #f6f6f6;
}
.sec.customer_center > .inner .tit {
    padding-bottom: 0.25rem;
    font-size: 1.75rem;
    color: #131313;
    font-weight: 300;
    letter-spacing: -0.07em;
}
.sec.customer_center > .inner .sub {
    font-size: 1.125rem;
    color: #8c8c8c;
    letter-spacing: -0.04em;
}
.customer_list > .list {
    margin-top: 3rem;
}
.customer_list > .list .link {
    font-size: 1rem;
    color: #8c8c8c;
}
.customer_list > .list .link .sub {
    font-size: 0.75rem;
    color: #131313;
}

.sec.faq {
    padding: 0 1.5rem;
    margin: 1rem 0 3rem;
}

/* 공지사항, 1:1문의사항  리스트 */
.sec.notice {
    padding: 0 1rem 1.5rem;
}
.sec.notice .tit {
    padding-left: 0.5rem;
    padding-bottom: 1.3rem;
    font-weight: 300;
    font-size: 1.625rem;
    color: #131313;
    border-bottom: solid 1px #e7e7e7;
}
.com_board_list .list_01 {
    padding: 0;
}
.com_board_list .list_01 li {
    padding: 0.9rem 0.5rem;
    box-shadow: none;
    border-radius: 0px;
    margin: 0;
    border-bottom: solid 1px #e1e1e1;
    box-sizing: border-box;
}
.com_board_list .list_01 li.bo_notice {
    background-color: #f6f6f6;
}
.com_board_list .list_01 .bo_subject {
    font-size: 1rem;
    font-weight: 400;
    color: #131313;
    padding-bottom: 0;
}
.com_board_list .list_01 .bo_info {
    padding-top: 8px;
    font-size: 0.75rem;
    font-weight: 500;
    color: #8c8c8c;
}
.com_board_list .list_01 .bo_info .item {
    display: inline-block;
    padding: 0 0.5rem;
    line-height: 100%;
    border-left: solid 1px #8c8c8c;
}
.com_board_list .list_01 .bo_info .item.first {
    padding-left: 0;
    border-left: none;
}

/* 공지사항 검색영역 */
.sec.notice_search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 1rem;
}
.sec.notice_search .group input,
.sec.notice_search .group select,
.sec.notice_search .btn {
    height: 32px;
    line-height: 32px;
    border: none;
    background-color: #fff;
    border-radius: 0;
    color: #8c8c8c;
    font-weight: 500;
    font-size: 0.875rem;
}
.sec.notice_search .group,
.sec.notice_search .btn {
    text-align: center;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    height: 100%;
    flex-basis: 66px;
    background-color: #fff;
}
.sec.notice_search .group.center {
    flex-basis: calc(100% - 140px);
}
.sec.notice_search select {
    width: 80%;
    -webkit-appearance: none; /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
    background: url("/oggirl/img/selectOp-2.png") no-repeat 98% 50% !important; /* 화살표 모양의 이미지 */
    background-size: 13px !important;
    background-color: #fff !important;
}

/* 자주묻는질문 */
.sec.faq_wrap {
    padding: 2.5rem 1.5rem;
    font-family: noto;
}
.sec.faq_wrap #faq_con > .tit {
    margin-bottom: 2.5rem;
    font-weight: 300;
    font-size: 1.625rem;
    color: #131313;
}
#faq_wrap .faq_list .list {
    margin: 1.5rem 0;
    border-bottom: none;
}
#faq_wrap .faq_list .list > .tit {
    margin-right: 3rem;
    padding: 0;
    padding-bottom: 8px;
    min-height: auto;
    line-height: normal;
    font-weight: 300;
    font-size: 1rem;
    color: #515151;
    border-bottom: none;
}
#faq_wrap .faq_list .list > .tit a {
    color: #515151;
}
#faq_wrap .faq_list .list .tit_btn {
    right: -3rem;
    top: -3px;
}
#faq_wrap .faq_list .con_inner {
    padding: 0.5rem 0;
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
}
#faq_wrap .faq_list .faq_cont {
    padding: 0.5rem;
    min-height: 10rem;
    background-color: #f6f6f6;
    font-size: 0.75rem;
    color: #131313;
}

/* 문의사항 리스트 */
.qa_list .com_board_list {
    padding: 0 0.375rem;
}
#bo_list.qa_list #bo_cate,
#bo_list.qa_list {
    margin-top: 0 !important;
}

#bo_list.qa_list #bo_cate ul {
    padding: 0.8rem 1rem;
    background-color: transparent;
    border-bottom: none;
}
#bo_list.qa_list #bo_cate ul > li {
    padding: 0;
    width: 25%;
    text-align: center;
    background-color: #fff;
}
#bo_list.qa_list #bo_cate ul > li > a {
    width: 100%;
    padding: 0.5rem 0;
    border-radius: 0;
    border: none;
    color: #131313;
    box-shadow: none;
}
#bo_list.qa_list #bo_cate ul > li > a#bo_cate_on,
#bo_list.qa_list #bo_cate ul > li > a:hover {
    background-color: #131313;
    color: #fff;
    font-weight: 500;
}
#bo_list.qa_list #bo_cate ul > li > a::after {
    display: none;
}

#bo_list.qa_list .li_stat {
    float: none;
    display: inline-block;
    margin-left: 5px;
}
#bo_list.qa_list .bo_cnt {
    font-size: 1rem;
    font-weight: 400;
    color: #131313;
}
#bo_list.qa_list .txt_rdy,
#bo_v_rel.qan_similar .txt_rdy {
    font-weight: 500;
    font-size: 0.75rem;
    color: #e1e1e1;
    background-color: #fff;
    border: solid 1px #e1e1e1;
    box-sizing: border-box;
    border-radius: 3px;
}
#bo_list.qa_list .txt_done,
#bo_v_rel.qan_similar .txt_done {
    font-weight: 500;
    font-size: 0.75rem;
    color: #131313;
    background-color: #fff;
    border: solid 1px #131313;
    box-sizing: border-box;
    border-radius: 3px;
}
.btn_wrap.faq {
    padding: 1rem;
}

/* qna 관리자 답변*/
#bo_v_ans.qan_answer {
    background-color: #f6f6f6;
}
#bo_v_ans.qan_answer .btn_wrap {
    padding: 1.5rem 1rem;
    background-color: #fff;
}

#bo_v_rel.qan_similar {
    padding: 1.5rem 1rem;
    background-color: #f6f6f6;
}
#bo_v_rel.qan_similar .tit {
    margin: 0;
    padding-bottom: 0.5rem;
    border-bottom: solid 1px #e1e1e1;
}

/* 정기결제, 주문완료 안내 */
.payment_guide {
    padding: 4rem 1.125rem 5rem;
    text-align: center;
}
.payment_guide > .head .tit {
    font-weight: 300;
    font-size: 1.5rem;
    letter-spacing: -0.04em;
    color: #8c8c8c;
}
.payment_guide figure {
    display: inline-block;
    margin: 0 0 0.75rem;
    width: 2.25rem;
    height: 2.25rem;
    background: url("/oggirl/img/icon_check.png") no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.payment_guide > .cont {
    /* margin: 1.5rem 0 0.75rem; */
    padding: 1.5rem;
    font-size: 1.125rem;
    text-align: right;
    color: #8c8c8c;
    letter-spacing: -0.03em;
    background: #f6f6f6;
    border-radius: 4px;
}
.payment_guide > .cont .tit {
    font-weight: bold;
    font-size: 1.375rem;
    color: #131313;
}
.payment_guide > .cont.type2 {
    text-align: center;
    font-weight: normal;
}
.payment_guide > .cont.type2 .pay_info {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    color: #131313;
}
.payment_guide > .cont.type2 .sub {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    letter-spacing: -0.03em;
    color: #8c8c8c;
}
.payment_guide > .cont.type3 {
    margin-top: 12px;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    border: solid 1px #8c8c8c;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #fff;
}
.payment_guide > .message {
    font-weight: normal;
    font-size: 0.875rem;
    color: #131313;
    line-height: 180%;
}
.payment_guide > .message .sub {
    font-size: 0.75rem;
    color: #131313;
}
.payment_guide > .message.type2 {
    margin: 1.5rem 0 2rem;
}
.payment_guide > .message.type2 > p:last-child {
    margin-top: 20px;
    color: #8c8c8c;
}
.payment_guide > .message.type2 .sub {
    margin-bottom: 0.5rem;
}
.payment_guide .btn_wrap {
    margin-top: 1.5rem;
}
.payment_guide .btn_wrap.inline {
    display: flex;
    justify-content: space-between;
}
.payment_guide .btn_wrap.inline .btn {
    width: 44.444vw;
}

.change {
    margin-top: 12px;
}

/* .monthly_countBox {
    display:flex;
    justify-content: space-around;
} */

.monthly_countBox > a > div {
    padding: 10px;
    background-color: #ffffff;
    border-bottom: 1px solid #eaeaea;
}
.monthly_countBox > a > div.active {
    background-color: #131313;
    color: #fff;
}

@media (min-width: 430px) {
    .sec.customer_center .customer_list {
        display: flex;
        justify-content: space-between;
    }
}


@media (max-width: 800px) {

  .best_review_tlt{
    padding-bottom: 7px;
  }

  .best_review_tlt img{
    width: 40%;
  }

  .best_review_div{
    padding-bottom: 30px;
    display: flex;
  }

  .best_review_span{
    display: inline-block;
    margin: 0 3%;
    width : 50%;
  }

  .best_renk_tlt{
    padding-bottom: 5px;
    width: 15%;
  }

  .best_img{
    width: 100%;
  }

  .star_id{
    display: inline-block;
    width: 100%;
  }

  .review_star_best .star_best{
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    height: 25px;
    background: url(../../../mobile/shop/img/allStar_active.png) no-repeat;
    background-position: left center;
    background-size: 60px;
    padding: 10px 5px;
  }

  .review_star_best{
    position: relative;
    left: 5px;
    width: 60px;
    height: 25px;
    background: url(../../../mobile/shop/img/allStar_default.png) no-repeat;
    background-position: center;
    background-size: 100%;
    padding: 10px 5px;
  }

  .review_memid{
    position: absolute;
    right: -70px;
    top: 3px;
    font-size: 10px;
  }

  .best_review_span p{
    text-align: left;
    margin: 0 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
  }

  .review_border{
    border: 1px solid #d7d7d7;
    padding-bottom:15px;
  }
}
