/* 메인-고객리뷰 */
.wv-feedback {
    font-size: 16px;
    padding-bottom: 3.75em;
    background: #ecf3f9;
}
.wv-feedback ul {
    padding: 0;
}
.wv-feedback li {
    list-style: none;
}
.wv-feedback-total {
    margin-bottom: 3.75em;
    padding: 0 !important;
}
.wv-feedback-top {
    display: flex;
    margin: 0;
    align-items: center;
}
.wv-feedback-box {
    flex-grow: 1;
    text-align: center;
    width: 37%;
}
.wv-feedback-box:nth-of-type(2) {
    width: 40%;
}
.wv-feedback-box .wv-feedback-dl {
    padding: .75em 0;
    margin: 0;
    background: #fff;
    box-shadow: 0 3px 10px 0 rgba(94, 155, 204, 0.1);
    overflow: hidden;
}
.wv-feedback-box:first-child .wv-feedback-dl {
    border-radius: 8px 0 0 8px;
}
.wv-feedback-box:nth-of-type(2) .wv-feedback-dl {
    padding: 1.315em 0;
    background: #2f3254;
    border-radius: 8px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
}
.wv-feedback-box:last-child .wv-feedback-dl {
    border-radius: 0 8px 8px 0;
}
.wv-feedback-box .wv-feedback-dt {
}
.wv-feedback-box .wv-feedback-dt .wv-feedback-tit {
    display: inline-block;
    margin: 0 0 12px;
    font-size: .875em;
    font-weight: 400;
    color: #333;
    border-bottom: 1px solid  #333;
}
.wv-feedback-box:nth-of-type(2) .wv-feedback-dt .wv-feedback-tit {
    color: #fff;
    margin: 0 0 16px;
    border-color: #fff;
}
.wv-feedback-box .wv-feedback-dd {
    margin: 0;
    display: inline-block;
}
.wv-feedback-box .wv-feedback-dd .wv-feedback-num {
    float: left;
    color: #2659a8;
    font-size: 1.625em;
    font-weight: 700;
    line-height: 1;
}
.wv-feedback-box .wv-feedback-dd .wv-feedback-txt {
    float: left;
    margin: 4px 0 0 8px;
    color: #333;
    font-style: normal;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1;
}
.wv-feedback-box:nth-of-type(2) .wv-feedback-dd .wv-feedback-txt {
    color: #fff;
    margin-left: 16px;
    margin-top: 5px;
}
.wv-feedback-box .wv-feedback-dd .wv-feedback-img {
    float: left;
}
.wv-review-user {
    margin: 0 !important;
    min-height: 200px;
    position: relative;
}
.loading-container{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.wv-review-tab {
    display: flex;
    margin-bottom: 1.5em;
    justify-content: space-between;
    align-items: center;
}
.wv-review-tab .wv-tab-ul {
    margin: 0;
}
.wv-review-tab .wv-tab-li {
    float: left;
    cursor: pointer;
    border: 0 !important;
}
.wv-review-tab .wv-tab-li.active {
    pointer-events: none;
}
.wv-review-tab .wv-tab-li+ .wv-tab-li {
    margin-left: 8px !important;
}
.wv-review-tab .wv-tab-menu {
    position: relative;
    display: inline-block;
    padding: 8px 5px;
}
.wv-review-tab .wv-tab-menu:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #9c9c9c;
    overflow: hidden;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}
.wv-review-tab .wv-tab-txt {
    font-size: 1em;
    font-weight: 700;
    color: #9c9c9c;
}
.wv-review-tab .active .wv-tab-txt {
    color: #2659a8 !important;
}
.wv-review-tab .active .wv-tab-menu:before {
    left: 0;
    width: 100%;
    background: #2659a8;
}

.wv-user-profile {
    position: relative;
    overflow: hidden;
    margin: 0 0 8px;
    padding-right: 95px;
}
.wv-user-profile .wv-user-dt {
    float: left;
    width: 100%;
}
.wv-user-profile .wv-user-name {
    float: left;
    max-width: 50%;
    margin-right: 4px;
    font-size: 1em;
    color: #333;
    font-weight: 700;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 22px;
    word-break: break-all;
}
.wv-user-profile .wv-user-meta {
    float: left;
    max-width: 48%;
    margin-top: 3px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #9c9c9c;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 17px;
    word-break: break-all;
}

.wv-rating {
    position: absolute;
    right: 0;
    top: 4px;
    margin: 0;
}

.wv-user-date {
    margin: 3px 0 0;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #9c9c9c;
}

.wv-rating-box {
    position: relative;
    width: 88px;
    height: 16px;
}
.wv-rating-star2 {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.wv-star-img {
    float: left;
}
.wv-rating-star .cls-1, .wv-rating-star2 .cls-1 {fill:none}
.wv-rating-star .cls-2 {fill:#e1e1e1}
.wv-rating-star2 .cls-2 {fill:#ffc011}
.wv-user-comment {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 44px;
    margin-top: 8px;
    text-align: left;
    font-size: .875em;
    color: #333;
    font-weight: 400;
    line-height: 22px;
    overflow: hidden;
}
.wv-review-pagination {
    display: none;
}

@media all and (min-width: 992px) {
    .wv-review-tab .wv-tab-menu:hover .wv-tab-txt {
        color: #333;
    }
}

@media all and (max-width: 991px) {
    .wv-feedback {
        font-size: 14px;
    }
}

.wv-review-more {}
.wv-review-more .wv-review-btn {}
.wv-review-more .wv-review-txt {
    color: #333;
    font-size: .875em;
    font-weight: 700;
}
.wv-review-more .wv-review-ic {}

.wv-review-container {
    position: relative;
    margin: 0 -8px !important;
}
.wv-review-container:before {
    content: "";
    position: absolute;
    left: -50%;
    top: 0;
    margin-left: 100px;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ecf3f9 22%, #ecf3f9 99%);
    transform: rotate(180deg);
    z-index: 10;
}
.wv-review-container:after {
    content: "";
    position: absolute;
    right: -50%;
    top:0;
    margin-right: 100px;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ecf3f9 22%, #ecf3f9 99%);
    z-index: 10;
}
.wv-review-slide {
    text-align: center;
    font-size: 16px;
    background: #fff;
    width: auto !important;
    height: 130px !important;
    min-width: 345px;
    max-width: 470px;
    margin: 0 8px;
    padding: 1em;
    border-radius: 8px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.wv-review-box {
    width: 100%;
}


/* mo */
.wv-feedback-dl.wv-mo {
    display: none;
}

@media all and (max-width: 991px) {
    .wv-feedback-box:nth-of-type(2) .wv-feedback-dd .wv-feedback-txt {
        margin-top: 7px;
    }
}

@media all and (max-width: 767px) {
    .wv-feedback-dl.wv-mo {
        display: block;
    }
    .wv-feedback-top {
        display: block;
    }
    .wv-feedback-top .wv-feedback-box {
        width: 100%;
    }
    .wv-feedback-top .wv-feedback-box:first-child {
        display: none;
    }
    .wv-feedback-top .wv-feedback-box:last-child {
        display: flex;
        width: auto;
        margin: 0 -5px !important;
    }
    .wv-feedback-top .wv-feedback-box:last-child dl {
        width: 50%;
        margin: 10px 5px 0;
        border-radius: 8px;
        flex-grow: 1;
    }
    .wv-review-slide {
        min-width: 280px;
        max-width: 380px;
    }
    .wv-review-container:before {
        margin-left: 60px;
    }
    .wv-review-container:after {
        margin-right: 60px;
    }
    .wv-review-tab {
        display: block;
        margin-bottom: .5em;
        text-align: center;
    }
    .wv-review-tab .wv-tab-ul {
        display: flex;
        justify-content: space-between;
        overflow-x: auto;
    }
    .wv-review-tab .wv-tab-li {
        margin: 0 !important;
    }
    .wv-review-more {
        margin-top: .5em;
        text-align: right;
    }
    .wv-review-more .wv-review-btn {
        display: inline-block;
    }
    .wv-review-more .wv-review-txt, .wv-review-more .wv-review-ic {
        float: left;
    }
    .wv-review-more .wv-review-ic {
        margin-top: 4px;
    }
}

@media all and (max-width: 575px) {
    .wv-review-container {
        margin: 0 !important;
    }
    .wv-review-slide {
        min-width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .wv-review-container:before {
        display: none;
    }
    .wv-review-container:after {
        display: none;
    }
    .wv-feedback-total {
        margin-bottom: 2.5em;
    }
    .wv-user-profile {
        padding-right: 0;
        position: static;
    }
    .wv-rating {
        top: 46px;
        right: 10px;
    }
}


@media all and (max-width: 450px) {
    .wv-feedback-top .wv-feedback-box:last-child {
        display: block;
        width: 100%;
        margin: 0 !important;
    }
    .wv-feedback-top .wv-feedback-box:last-child dl {
        display: flex;
        width: 100%;
        margin: 10px 0 0;
        padding: 1em .75em;
        align-items: center;
        justify-content: space-between;
    }
    .wv-feedback-top .wv-feedback-box:last-child .wv-feedback-tit {
        margin-bottom: 3px;
    }
}

@media all and (max-width: 375px) {
    .wv-feedback-top .wv-feedback-box:last-child dl {
        display: block;
    }
    .wv-feedback-top .wv-feedback-box:last-child .wv-feedback-tit {
        margin-bottom: 16px;
    }
}