@charset "utf-8";
.brand_list_wrap{
    padding-top:30px;
    padding-bottom:30px;
}
.brand_list_wrap li{
    margin-top:30px;
}
.brand_list_img{
    position: relative;
    width:80px;
    height:80px;
    border-radius: 50%;
    overflow: hidden;
    border:1px solid #E8E8E8;
}
.brand_title{
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 6px;
}
.brand_list_img img{
    position: absolute;
    display: block;
    width:100%;
    height:100%;
    background-size: cover;
    top:0;
    left:0;
    box-sizing: border-box;
}
.brand_list_info{
    width:90%;
    margin:0 auto;
    display: flex;
    align-items: center;
    gap:10px;
    margin-bottom: 20px;
}
.brand_cont{
    color:#AAAAAA;
    font-size: 14px;
    line-height: 20px;
}
.brand_product_title{
    width:90%;
    margin:0 auto;
    color:#32D1D4;
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 600;
}
.brand_product p{
    width:90%;
    margin:0 auto;
    display: flex;
    gap:5px;
    overflow-x: scroll;
}
.brand_product p img{
    width: 102px;
    height: 102px;
    border-radius: 10px;
    border:1px solid #E8E8E8;
    background-size: cover;
}
