/* 생생리뷰 */
.sub_review_wrap {
    background: #187CED;
    height: auto;
    padding: 60px 0 120px 0;
    position: relative
}

.sub_review_wrap .sub_review_wrapper{position: relative; overflow: hidden;}

.sub_review_wrap .content_wrap {
    margin: 0 auto;
    text-align: center;
    max-width: 1270px;
    overflow: hidden;
}

.sub_review_wrap .content_wrap h3 {
    font-family: 'RiaSans-ExtraBold';
    padding-bottom: 40px;
    color: #fff;
    font-size: 2rem;
}

.sub_review_wrap .content_wrap>p {
    color: #fff;
}

.sub_review_wrap .content_wrap .arrow {
    display: flex;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 50%;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
    visibility: hidden;
}

.sub_review_wrap .next,
.sub_review_wrap .pre {
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: #fff;
    display: inline-block;
    border-radius: 100%;
    line-height: 40px;
    visibility: visible;
}

.sub_review_wrap .pre img {
    transform: rotate(180deg)
}

.sub_review_wrap .detail_img {
    width: 275px;
    height: 275px;
    object-fit: cover;
}

.sub_review_wrap .detail_img.degree270{transform: rotate(90deg);}
.sub_review_wrap .detail_img.degree90{transform: rotate(90deg);}
.sub_review_wrap .detail_img.degree180{transform: rotate(90deg);}

.sub_review_wrap .review_list {
    display: flex;
    /* width: 300%; */
    margin: 0 auto;
    max-width: 1340px;
}

.sub_review_wrap .review_detail {
    background: #DAEAFC;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
    flex: 0 0 315px;
    box-sizing: border-box;
    transition: transform 0.5s ease-in-out;
}

.sub_review_wrap .review_detail > dl > a{display: block;}

.sub_review_wrap .review_list .review_detail.swiper-slide-active {
    background: #fff;
}

.sub_review_wrap .review_detail .reiview_text {
    text-align: left;
    color: #777777;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

.sub_review_wrap .promotion_name {
    margin-top: 16px;
    padding-top: 10px;
    border-top: 1px dashed #D4D4D4;
    text-overflow: ellipsis;
    text-align: left;
    display: flex;
    align-items: center
}

.sub_review_wrap .promotion_name p {
    flex-basis: 90%;
    color: #187CED;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

.sub_review_wrap .promotion_name img {
    flex-basis: 10%;
    width: 26px;
    height: 26px;
}

.sub_review_wrap .reviewStar {
    display: flex;
    font-family: 'pretendard';
    color: #999;
    justify-content: space-between;
    font-size: 1em;
    padding: 16px 0;
}

.sub_review_wrap .reviewStar span {
    display: inline-block;
    float: right;
    width: 14px;
    height: 14px;
    background: url(/img/st_basic.png) no-repeat center;
}

.sub_review_wrap .reviewStar .on {
    background: url(/img/st_on.png) no-repeat center;
    position: relative;
    z-index: 10;
}

.sub_review_wrap .reviewStar .on-half {
    background: url(/img/half_star.png) no-repeat center;
    position: relative;
    z-index: 10;
    ;
}

.sub_review_wrap .reviewStar fieldset {
    border: none;
}

.sub_review_wrap .middleSlide h3 {
    font-weight: 800;
}

.sub_review_wrap .middleSlide {
    margin-top: 40px;
}

.sub_review_wrap .listmore_btn p {
    border: 1px solid #187CED;
    padding: 15px 100px 15px 15px;
    float: right;
    background: #fff;
    border-radius: 10px;
    color: #187CED;
    position: relative;
    top: -45px;
    transition: all 0.5s;
}

.sub_review_wrap .listmore_btn p::after {
    content: '';
    width: 42px;
    height: 10px;
    position: absolute;
    top: 19px;
    right: 15px;
    background: url(/img/list_arrow-1.png) no-repeat;
    transition: all 0.5s;
}

.sub_review_wrap .listmore_btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.sub_review_wrap .listmore_btn p {
    color: #fff;
    border: 1px solid #fff;
    background: #187CED;
    float: none;
    display: inline-block;
    top: 30px;
    z-index: 2;
}

.sub_review_wrap .listmore_btn p::after {
    background: url(/img/list_arrow.png)
}

.sub_review_wrap .listmore_btn p:hover {
    background: #fff;
    color: #187CED;
}

.sub_review_wrap .listmore_btn p:hover::after {
    content: '';
    width: 42px;
    height: 10px;
    background: url(/img/list_arrow-1.png);
}

@media (max-width: 780px) {
    .sub_review_wrap .content_wrap .arrow {
        width: calc(100% - 10px);
        left: 50%;
        transform: translateX(-50%);
    }

    .sub_review_wrap .next img,
    .sub_review_wrap .pre img {
        width: auto;
    }
}