.popup_wrap.popup_survey{
	display:none;
}
.popup_survey .pop_con .left_tit {
    font-size: 14px!important;
    padding: 0 15px 15px!important;
    font-weight :normal!important;
    border-bottom: 0px!important;
}
.popup_survey .pop_con .survey_tit {
    padding-left: 5px;
    border-bottom: 1px solid #7f7f7f;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    padding:10px 15px 15px;
}
.popup_wrap.popup_survey {
    width: 719px;
    height: 560px;
    margin: -280px 0 0 -395.5px;
    position: fixed;
}
.popup_survey .pop_con .swiper-container {
    padding: 0 15px 15px;
}
.popup div {
    box-sizing: border-box;
}
.popup_survey .pop_con .swiper-container .swiper-slide .desc-contents {
    padding: 3px 5px 5px 5px;
}
.popup_survey .pop_con .swiper-container .swiper-slide .desc-contents .tit {
    font-size: 11px;
    color: #000;
    font-weight: normal;
    line-height: 15px;
    height: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
}
.label_show {
   display:contents!important;
}
.tab-bx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tab-bx button {
    width: 100%;
    height: 1.793rem;
    border: solid 0.0625rem #d1cfcf;
    border-radius: 1.025rem;
    -webkit-border-radius: 1.025rem;
    -moz-border-radius: 1.025rem;
    -ms-border-radius: 1.025rem;
    -o-border-radius: 1.025rem;
    color: #474747;
    font-size: 0.9375rem;
    font-weight: normal;    
    margin-top: 5px;
	text-align: left;
}

.tab-bx button.on {
    background-color:#2a715a;
    border: solid 0.0625rem #2a715a;
    color: #fff;
    font-weight: 500;
}

.cart_thumb .sold_out{
	position: absolute;
    top: 80%;
    left: 70%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(34,67,115,0.6);
    margin: -60px 0 0 -60px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    line-height: 60px;
}
}