@charset "utf-8";

.b2bCate_wrap {
    background: #fff;
    padding-bottom: 150px;
}


/*메인배너*/
.list_banner_wrap {
    min-width: 1920px;
    height: 830px;
    background: #f5f5f5;
}

.main_banner {
    position: relative;
}

.main_banner .ban_img img {
    display: block;
    margin: 0 auto;
}

.ban_tit_box {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;

}

.main_banner .ban_tit {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.main_banner .ban_tit h2 {
    display: block;
    font-size: 47px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 26px;
}

.main_banner .ban_tit .sub_tit {
    margin-bottom: 60px;
}

.main_banner .ban_tit .sub_tit span {
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.05em;
}

.main_banner .ban_tit .ban_button {
    line-height: 1.6;
}

.main_banner .ban_button a {
    display: inline-block;
    background: #aaa;
    padding: 12px 65px;
    border-radius: 40px;
    color: #fff;
    font-size: 16px;
}

.main_banner .ban_button .commercial {
    background: #4472EC;
    margin-right: 20px;
}

.main_banner .ban_button .direct {
    background: #6C80D9;
}

#list_banner_pop_1 .lpOrder_cont .order_form .chkAgree {
    margin: 20px 0 10px;
}

/*서브배너*/
.sub_banner {
    padding: 100px 0;
    overflow: hidden;
}

.sub_banner .button {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: url(../img/flexslider_arr.png) no-repeat 0 0;
    background-size: 100px 100px;
    font-size: 0;
    text-indent: -99999em;
    overflow: hidden;
    position: absolute;
    top: 63%;
    transform: translateY(-50%);
    z-index: 10;
}

.sub_banner .swiper-button-prev {
    background-position: 0;
    left: 20px;
}

.sub_banner .swiper-button-next {
    background-position: 100%;
    right: 20px;
}

.sub_banner .swiper-button-prev:after,
.sub_banner .swiper-button-next:after {
    display: none;
}

.search_brand {
    padding: 20px 0 50px;
}

.search_brand .sb_tit {
    position: relative;
    margin-bottom: 30px;
}

.search_brand .sb_tit h2 {
    font-weight: 500;
}

.search_brand .sb_tit:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #aaa;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.search_brand .sb_tit .btn_more {
    display: block;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 5px;
}

.search_brand .sb_cont ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(auto, 150px));
    gap: 10px 10px;
    grid-gap: 10px 10px;
}

.search_brand .sb_cont ul:after {
    display: none;
}

.search_brand .sb_cont ul li {
    border: 1px solid #cdcdcd;
    border-radius: 30px;
}

.search_brand .sb_cont ul li a {
    display: block;
    padding: 10px 0;
    text-align: center;
}

.search_goods {
    padding: 50px 0;
}

.search_goods .sg_tit {
    position: relative;
}

.search_goods .sg_tit:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #aaa;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.search_goods .sg_tit h2 {
    font-weight: 500;
}

.search_goods .sg_cont {
    padding: 60px 0;
}

.search_goods .sg_cont ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 24px;
    grid-gap: 24px 24px;
}

.search_goods .sg_cont ul:after {
    display: none;
}

.search_goods .sg_cont ul li a {
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    background: #fff;
    position: relative;
    display: block;
}

.search_goods .sg_cont ul li a .thumb {
    border-radius: 10px;
    overflow: hidden;
}

.search_goods .sg_cont ul li a .thumb img {
    width: 100%;
    height: auto;
}

.search_goods .sg_cont ul li a p {
    width: 100%;
    display: block;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
}

