.search{
    /*height: 100vh;*/
    background: #f5f5f5;
}
.search-area{
    width: 100%;
    height: 50px;
    background: #fa233b;
    position: relative;
}
.search-area .search-area-input{
    position: relative; width: calc(100% - 100px); padding: 6px;
}
.search-area input{
    width: 100%; 
    height: 38px; border: 1px solid white;
    text-indent: 10px;
    padding-right: 40px;
    border-radius: 2px;
}
.search-area input::placeholder{
    color: #ddd;
}
.search-result,
.search-con ul li{
    width: 100%;
    /* height: 50px; */
    font-size: 16px; color: #222;
    padding: 14px 0px;
    text-indent: 38px;
    border-bottom: 1px solid #eee;
    background: white;
    position: relative;
}
.search-con ul li.gray{
    background: #f8f8f8;
    border-bottom: 1px solid #eee;
}
.search-result,
.search-con.list-none ul li{
    text-indent: 16px;
}
.search-result{
    font-size: 14px;
    padding: 16px 0px;
}
.search-con ul li a{
    height: 50px;
}
.search-notice{
    padding: 16px;
    background: white;
}
.search-con .search-notice li{
    padding: 0;
    margin-bottom: 16px;
    border-bottom: 0;
}
.search-con .search-notice p{
    font-size: 14px;
    text-indent: 0; padding: 0;
    padding-left: 10px;
    color: #333;
}
.search-con .search-notice p::before{
    display: inline-block;
    content: "·";
    width: 10px;
    margin-left: -10px;
}
.search-list-btn{
    display: inline-block;
    position: absolute;
    right: 16px;
    color: transparent;
    top: 50%;
    transform: translatey(-50%);
    width: 18px;
}


/* 결과확인 상담사 리스트 수정 필요할수도있음 */
/* .up-item-list{
    background: white; 
    position: relative; padding: 16px; 
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 12px;
} */
.question-wrap.zip-wrap .up-item-inner,
.search-result-list .up-item-div .up-item-inner{
    position: initial; top: initial; transform: initial; margin-bottom: 12px; display: flex;
}
.search-result-list .p-tnwjd{
    height: 22px; border-bottom: 1px solid #f5f5f5;
    line-height: 20px;
}
.popup-img .store-img,
.zip-wrap .store-img,
.search-result-list .store-img{
    margin-right: 15px;
}
.search-result-list .up-item-div .up-item-inner .store-img > div{
    width: 110px; height: 110px;
}
.search-result-list .store-title{
    width: 100%;
}
.search-result-list .store-title .category-span span{
    font-size: 14px;
}
.search-result-list .store-title-menu2{
    height: 32px; line-height: 32px; 
    border-bottom: 1px solid #f5f5f5; 
    font-size: 11px;
}
.search-result-list .store-titile-menu3{
    height: 36px; line-height: 36px; 
    font-size: 11px;
}
/* 평점 */
.search-result-list .rating{
    /* width: 218px;  */
    width: 100%;
    height: 40px; 
    background: #f8f8f8; 
    border: 1px solid #eee; 
    margin-right: 10px; 
    border-radius: 4px;
}
.search-result-list .rating div{
    justify-content: space-around;
    /* line-height: 40px; */
    font-size: 11px;
    padding: 11px 14px;
}
/* 스토어후기, 후기모음 */
.popup-img .store-img > div,
.question-wrap.zip-wrap .up-item-inner .store-img > div,
.search-result-list .up-item-div.store-review .up-item-inner .store-img > div{
    width: 44px; height: 44px;
}
.question-wrap.zip-wrap .up-item-inner,
.search-result-list .review-inner .up-item-inner{
    display: initial;
}
.question-wrap.zip-wrap .sangdam-style,
.search-result-list .review-inner .sangdam-style{
    justify-content: left; border-bottom: 1px solid #eee; padding-bottom: 8px;
}
.question-wrap.zip-wrap .store-review-img,
.search-result-list .review-inner .store-review-img{
    width: 120px; height: 120px;
    margin: 12px 0 4px 0;
    /* margin: 0px 0 4px 0; */
    border-radius: 6px;
    overflow: hidden;
}
.question-wrap.zip-wrap .store-review-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zip-wrap .photo-review-btn{
    display: inline-block;
    width: 54.87%;
    padding: 3px 12px;
    border: 1px solid;
    border-radius: 30px;
    font-size: 11px;
}
.search-result-list .detail-star {
    background: url(/assets/hongstore2.0/img/icon/dangolx3at.png)no-repeat left center;
    padding-left: 14px;
    background-size: 12px;
}
.search-result-list .detail-review{
    background: url(/assets/hongstore2.0/img/icon/messagex3.png)no-repeat left center;
    padding-left: 14px;
    background-size: 10px;
}
.search-result-list .detail-call {
    background: url(/assets/hongstore2.0/img/icon/detail_callx3.png)no-repeat left 11px;
    padding-left: 18px;
    background-size: 12px;
}
.search-result-list .detail-chat{
    background: url(/assets/hongstore2.0/img/icon/message-square-fill@3x.png)no-repeat left 11px;
    padding-left: 18px;
    background-size: 12px;
}
.question-wrap.zip-wrap .tr-line,
.search-result-list .tr-line{
    width: 70px;
    margin-right: 6px;
}
.question-wrap.zip-wrap .tr-line::after,
.search-result-list .tr-line::after{
    height: 10px;
    background: #ddd;
    right: -6px;
    top: 5px;
}
.zip-wrap .photo-review-img{
    width: 100%;
}
.zip-wrap .photo-review-img img{
    width: 66px;
    height: 66px;
    border-radius: 4px;
    margin-right: 8px;
}
.zip-wrap .photo-review-img img:last-child{
    margin-right: 0;
}
.zip-wrap .up-item-list.ver2 {
    padding: 16px 16px 24px;
}
.zip-wrap .question-content-div > div > ul{
    background: #f5f5f5;
}
/* tab */
nav{
    display: block;
}
.tab-large {
    width: 100%;
    height: 48px;
    background: #fff;
    text-align: center;
}
.tab-large ul {
    height: 48px;
}
.tab-large ul li {
    float: left;
    text-align: center;
    border-bottom: 2px solid #eee;
    height: 100%;
    font-size: 16px;
    color: #aaa;
}
.tab-large ul li a {
    width: 100%;
    height: 100%;
    display: block;
    /*line-height: 50px;*/
    line-height: 44px;
    font-weight: 400;
}
.tab-large ul .active {
    border-bottom: 2px solid #F3323F;
}
.tab-large ul .active span{
    color: #F3323F;
    font-weight: bold;
}
.tab-large ul .active span.time-text11,
.tab-large ul .active span.time-text14{
    /* color: #F3323F; */
    font-weight: normal;
}


/* search-list.html 116번째 */
/* 상담통계 아이콘 받으면 url 수정해서 확인*/
.right-text-layout .new-3month{
    font-size: 11px;
    margin: 0 6px 0 0;
    color: #888;
}
.right-text-layout .sub{
    line-height: 20px;
    letter-spacing: -0.36px;
    font-weight: 400;
}
.right-text-layout .dibv{
    display: inline-block;
    vertical-align: middle;
}
.right-text-layout .star-text{
    padding-left: 15px;
    margin-right: 6px;
    background: url(/assets/image/mobile/icon/star.png) no-repeat;
    background-size: 15px;
    background-position: 0% 50%;
    font-size: 12px !important;
    color: #333333;
    letter-spacing: -1px;
}
.right-text-layout .review-img{
    background: url(/assets/image/mobile/icon/icon_review.png) no-repeat center;
    background-position: 0px;
    background-size: 13px 13px;
    text-indent: 15px;
}