/* BASIC css start */

#brand {position: relative;}

#brand .titleArea {
    font-family: gotham;
    font-weight: 700;
    color: #fff;
    font-size: 51px;
    letter-spacing: -1px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    left: 50%;
    white-space: nowrap;
}

#brand .titleArea span {
    color: #252525;
    font-size: 24px;
    letter-spacing: -1.25px;
    position: absolute;
    font-weight: 400;
    line-height: 1.45;
    top: 18px;
    left: 300px;
    padding-left: 40px;
    margin-left: 40px;
}

#brand .titleArea span:before {
    content: "";
    background: #000000;
    width: 2px;
    height: 56px;
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
}
.brandList {
    display: flex;
    flex-wrap: wrap;
}

.brandList li {
    width: 50%;
    position: relative; 
    display: block;
}

.brandList li .thumb {height: 100%;}

.brandList li .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.brandList li .desc {
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
}

.brandList li .name {
    font-family: gotham;
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    letter-spacing: -0.5px;
    line-height: 1;
    /* padding-top: 24px; */
}

.brandList li .subname {
    color: #fff;
    font-size: 12px;
    letter-spacing: -0.5px;
    line-height: 1.7;
    padding-top: 12px;
}
  
/* BASIC css end */

