.sfw{
    height: auto;
    background-color: #262626;
}
.sfw .sfc{
	padding:0 10px;
}
.sfw .sfc .search-box{
    position: relative;
    height: 40px;
    width: 520px;
}
.sfw .sfc .search_input{
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #999;
    margin-top: 33px;
    padding-left: 20px;
    background-color: transparent;
    padding-right: 50px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
}
.sfw .sfc .submit_btn{
    background: transparent;
    border: none;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.sfw .sfc .submit_btn .quickSearchLogo{
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    display: block;
}
.sfw .sfc .submit_btn .quickSearchLogo>g {
    stroke: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
@media(max-width: 767px){
    .sfw .sfc .search-box{
        width: 100%;
    }
}


.results-count-wrap{
    background-color: #262626;
}
.results-count-container{
    padding:20px 10px;
    color: #fff;
    font-size: 20px;
}


.rc{
    padding:60px 0;
}
.rc .item-wrap{
    width: 100%;
    height: auto;
    max-width: 850px;
    margin-top: 30px;
    padding:30px;
    background-color: #fff;
}
.rc .item-wrap:nth-of-type(1){
    margin-top: 0;
}
.rc .item-wrap .item-box::after{
    display: table;
    content: "";
    clear: both;
}
.rc .item-wrap .item-box{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.rc .item-wrap .item-img{
    width: 200px;
    height: 200px;
    float: left;
}
.rc .item-wrap .item-img img{
    width: 100%;
    height: 100%;
}
.rc .item-wrap .item-detail{
    width: calc(100% - 200px);
    padding-left: 20px;
    position: relative;
}
.rc .item-wrap .item-detail .item-title{
    font-size: 24px;
    line-height: 36px;
    color: #333;
    margin: 0;
    padding: 0;
}
.rc .item-wrap .item-detail .item-subtitle{
    color: #666;
    font-size: 16px;
    line-height: 24px;
}
.rc .item-wrap .item-detail .item-btn{
    position: absolute;
    bottom: 0;
    right: 0;
}
.rc .item-wrap .item-detail .item-btn .text{
    width: 100%;
    height: 18px;
    position: relative;
    background-color: transparent;
    font-size: 14px;
    line-height: 18px;
    color: #008cd6;
    text-align: center;
}
.rc .item-wrap .item-detail .item-btn .line{
    margin: 0 auto;
    width: 17px;
    height: 6px;
    transition: width .3s;
    -moz-transition: width .3s;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #008cd6;
}
.rc .item-wrap .item-detail .item-btn:hover .line{
    width: 50px;
}
.no-result-notice{
    font-size: 16px;
    color: #333;
    margin:30px 0;
    padding:0 12px;
}
@media(max-width: 767px){
    .rc{
        padding:8vw 0;
    }
    .rc .item-wrap{
        padding:4vw 3vw;
        margin-top: 6vw;
    }
    .rc .item-wrap:nth-of-type(1){
        margin-top: 0;
    }
    .rc .item-wrap .item-img{
        width: 26.08vw;
        height: 26.08vw;
    }
    .rc .item-wrap .item-detail{
        width: calc(100% - 26.08vw);
        padding-left: 2.6vw;
        min-height: 30vw;
    }
    .rc .item-wrap .item-detail .item-title{
        font-size: 4vw;
        line-height: 1.5;
    }
    .rc .item-wrap .item-detail .item-subtitle{
        font-size: 3.2vw;
        line-height: 1.3;
    }
    .rc .item-wrap .item-detail .item-btn .text{
        font-size: 3vw;
    }
}

.search-product-img-box{
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #f6f6f6;
}
.search-product-img-box .search-product-img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-product-img-box .search-product-img img{
    max-width: 150px;
    max-height: 150px;
}
@media(max-width: 767px){
    .search-product-img-box{
        width: 26.08vw;
        height: 26.08vw;
    }
    .search-product-img-box .search-product-img img{
        max-width: 19.56vw;
        max-height: 19.56vw;
    }
}