@charset "utf-8";

.b2bCate_wrap{
    background: #fff;
}

.main_banner .item{
    position: relative;
}

.main_banner .item .thumb a{
    display: block;
}

.main_banner .item .thumb img{
    width: 100%;
    height: 100%;
}

.main_banner .item .txtBox{
    position: absolute;
    top: 50%;
    left: 5.5%;
    transform: translateY(-50%);
}

.main_banner .item .txtBox .itemAni_1{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.main_banner .item .txtBox .itemAni_2{
    padding-top: 4px;
    font-size: 13px;
    line-height: 1.2;
}
.main_banner .item .txtBox.short .itemAni_3,
.main_banner .item .txtBox.service .itemAni_3,
.main_banner .item .txtBox.direct .itemAni_3{
    display: inline-block;
    padding: 4px 8px;
    background: #6C80D9;
    border-radius: 20px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    margin-top: 12px;
}

.b2bCate_wrap .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 8px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.b2bCate_wrap .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #000;
    opacity:0.3;
    width: 6px;
    height: 6px;
    margin: 0;
}
.b2bCate_wrap .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #4467ff;
    opacity:1;
}

/*찾고 있는 브랜드*/
.search_brand{
    padding: 25px 20px;
}

.search_brand .sb_tit{
    position: relative;
    text-align: left;
}

.search_brand .sb_tit h2 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
}

.search_brand .sb_cont{
    position: relative;
    padding-bottom: 20px;
}

.search_brand .sb_cont_box .sb_cont_item{
    flex: 0 0 20%;
    position: relative;
}
.search_brand .sb_cont_box .sb_cont_item:first-child:before{
    width: 0;
}

.search_brand .sb_cont_box .sb_cont_item:before{
    content: '';
    width: 1px;
    height: 15px;
    background: #888;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.search_brand .sb_cont_box .sb_cont_item a{
    display: block;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    color: #111;
}

.b2b_list .swiper-scrollbar-drag{background: #888;}

/*찾고 있는 상품*/
.search_goods{
    padding: 4px 20px 24px;
}

.search_goods .sg_tit{
    position: relative;
    text-align: left;
}

.search_goods .sg_tit h2 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
}

.search_goods .sg_cont ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    grid-gap: 12px;
}

.search_goods .sg_cont ul li a{
    display: block;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    background: #fff;
    position: relative;
}

.search_goods .sg_cont ul li a .thumb{
    border-radius: 5px;
    overflow: hidden;
}

.search_goods .sg_cont ul li a .thumb img{
    width: 100%;
    height: auto;
}

.search_goods .sg_cont ul li a p{
    display: block;
    width: 100%;
    font-size: 11px;
    letter-spacing: -1px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    bottom: 8px;
    left: 0;
}
