.super_brand {
    width: 100%;
    clear: both;
    float: left;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    z-index: 2;
    color: #fff;
    border-bottom: none;
    margin-top: -21px;
    position: relative;
    padding-top: 20px;
}

.super_brand:before {
    z-index: -1;
    content: "";
    background: linear-gradient(114deg, rgba(30, 24, 12, 1) -15%, rgba(143, 105, 11, 1) 96%, rgba(222, 162, 10, 1) 115%);    width: calc(100% - -40px);
    height: 100%;
    position: absolute;
    top: 0;
    left: -20px;
}

.super_brand .title_superbrand {
    width: 100%;
    clear: both;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.title_superbrand div {
    float: left;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    max-width: 200px;
}

.super_brand .more {
    color: #FFF;
    float: right;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.super_brand .loading.entered {
    max-width: 100%;
    margin-bottom: 10px;
}

.super_brand .samsung_brand {
    margin-top: 4px;
    color: #fff;
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}
.super_brand .content_samsung {
    float: left;
    width: calc(100% - -40px);
    padding: 0 20px;
    left: -20px;
    overflow-x: auto;
    white-space: nowrap;
    position: relative;
}

.content_samsung li {
    width: 190px;
    display: inline-table;
    margin-right: 16px;
}

.content_samsung li img {
    max-width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    margin-bottom: 5px;
}

.content_samsung li a {
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    height: 3.8rem;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-height: 19px;
}

.samsung-ads {
    min-height: 50px;
    min-width: 320px;
    margin-bottom: 20px;
    place-items: center;
    /* background: #f4f4f4; */
}