/* [S] Featured Brand 넛지 */
svg path { vector-effect: non-scaling-stroke; }
#best-korea-nudge {
    position: relative;
    grid-column: 1 / 6;
    width: 100%;
    margin: 24px 0;
    border-bottom: 0;
}
#best-korea-nudge::before {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #E5E7EA;
    position: absolute;
}
#best-korea-nudge .wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 56px 0 60px;
}
#best-korea-nudge .wrapper .title {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #131518;
}
#best-korea-nudge .wrapper .view-more-btn {
    position: absolute;
    top: 70px;
    right: 0;
    font-size: 16px;
    line-height: 22px;
    color: #99A1A8;
    cursor: pointer;
    display: flex;
    align-items: center;
}
#best-korea-nudge .wrapper .view-more-btn .icon-view-more,
#best-korea-nudge .wrapper .view-more-btn .icon-view-more svg { width: 18px; height: 18px; }
#best-korea-nudge .wrapper .view-more-btn .icon-view-more svg path { stroke: #99A1A8; stroke-width: 1.4px; }
#best-korea-nudge .swiper-slide {
    height: auto;
}
#best-korea-nudge .swiper-slide.view-more { display: none; }
@media (min-width: 1200px) {
    #best-korea-nudge .wrapper {
        max-width: calc(185px * 6 + 18px * 5);
    }
    #best-korea-nudge .wrapper .swiper-container {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-column-gap: 18px;
        margin-top: 20px;
    }
    #best-korea-nudge .wrapper .swiper-slide{
        max-width: 185px;
    }
}
@media (max-width: 1199px) {
    #best-korea-nudge { grid-column: 1 / 3; margin: 0;padding: 0; }
    #best-korea-nudge .wrapper { padding: 32px 0 40px; }
    #best-korea-nudge .wrapper .title { font-size: 18px; line-height: 24px; }
    #best-korea-nudge .wrapper .swiper-container {
        margin-top: 16px;
        overflow: visible;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-column-gap: 16px;
    }
    #best-korea-nudge .wrapper .view-more-btn {
        top: 34.5px;
        font-size: 14px;
        line-height: 20px;
    }
    #best-korea-nudge .wrapper .view-more-btn .icon-view-more,
    #best-korea-nudge .wrapper .view-more-btn .icon-view-more svg { width: 14px; height: 14px; }
    #best-korea-nudge .wrapper .view-more-btn .icon-view-more svg path { stroke-width: 1.1px; }
    #best-korea-nudge .swiper-slide { width: calc((100vw - 32px) / 1.8641); }
    #best-korea-nudge .swiper-slide.view-more {
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
    }
    #best-korea-nudge .swiper-slide.view-more .clickable-area {
        padding: 34px 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3px;
    }
    #best-korea-nudge .swiper-slide.view-more .icon-arrow-right,
    #best-korea-nudge .swiper-slide.view-more .icon-arrow-right svg { width: 18px; height: 18px; }
    #best-korea-nudge .swiper-slide.view-more .icon-arrow-right svg path { stroke: #99A1A8; stroke-width: 1.4px; }
    #best-korea-nudge .swiper-slide.view-more span { font-size: 14px; line-height: 20px; color: #99A1A8; }
}


#best-korea-nudge .skeleton { background-color: #F6F7F9; }
#best-korea-nudge .skeleton::before { background: linear-gradient(90deg, #F6F7F9 0%, #F0F1F4 50%, #F6F7F9 100%);}
#best-korea-nudge .skeleton-text { height: 36px; width: 320px; margin: 0; }
#best-korea-nudge .skeleton-img { height: 259px; }
@media (max-width: 1199px) {
    #best-korea-nudge .skeleton-text { height: 24px; width: 140px; margin: 0; }
    #best-korea-nudge .skeleton-img {
        width: calc((100vw - 32px) / 1.8641);
        height: calc(((100vw - 32px) / 1.8641) + 59px);
    }
}

#best-korea-nudge .brand-video-prd-unit {
    display: flex;
    flex-direction: column;
    height: 259px;
    gap: 16px;
    padding: 12px;
    background-color: #FFFFFF;
}
#best-korea-nudge .brand-video-prd-unit .brand-video-prd-unit-img {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
}
#best-korea-nudge .brand-video-prd-unit .brand-video-prd-unit-img::after {
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
}

#best-korea-nudge .brand-video-prd-unit .brand-video-prd-unit-img img {
    display: block;
    width: 100%;
}
#best-korea-nudge .brand-video-prd-unit .brand-video-prd-unit-img .img-dim {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.03);
}
#best-korea-nudge .brand-video-prd-unit .brand-video-prd-unit-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}
#best-korea-nudge .brand-video-prd-unit .brand-video-prd-unit-info .brand-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#best-korea-nudge .brand-video-prd-unit .brand-video-prd-unit-info .brand-info button.add-cart {
    box-sizing: content-box;
    padding: 8px;
    margin: -8px;
    min-width: 22px;
    height: 22px;
    background: url("../images/common/ico_shopping_bag.svg") center center no-repeat;
    background-size: 22px;
    font-size: 0;
}
#best-korea-nudge .brand-video-prd-unit .brand-video-prd-unit-info .brand-info span {
    font-size: 14px;
    line-height: 20px;
    color: #131518;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: break-spaces;
    word-break: break-all;
}

#best-korea-nudge .brand-video-prd-unit .brand-video-prd-unit-info .price-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
#best-korea-nudge .brand-video-prd-unit .brand-video-prd-unit-info .price-info span {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #99A1A8;
    text-decoration: line-through;
}
#best-korea-nudge .brand-video-prd-unit .brand-video-prd-unit-info .price-info strong {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #FF514D;
}
@media (max-width: 1199px) {
    #best-korea-nudge .brand-video-prd-unit {
        padding: 12px 12px 16px;
        height: 100%;
    }
    #best-korea-nudge .brand-video-prd-unit .brand-video-prd-unit-img .rank-badge {
        top: -12px;
        left: -12px;
        width: 20px;
        height: 20px;
        font-size: 12px;
        line-height: 16px;
    }
    #best-korea-nudge  .brand-video-prd-unit .brand-video-prd-unit-info .brand-info {
        font-size: 13px;
        line-height: 18px;
    }
    #best-korea-nudge .brand-video-prd-unit .brand-video-prd-unit-info .brand-info span {
        font-size: 13px;
        line-height: 18px;
    }
    #best-korea-nudge .brand-video-prd-unit .brand-video-prd-unit-info .brand-info button.add-cart {
        min-width: 18px;
        height: 18px;
        background-size: 18px;
    }
    #best-korea-nudge  .brand-video-prd-unit .brand-video-prd-unit-info .price-info {
        gap: 0;
    }
    #best-korea-nudge  .brand-video-prd-unit .brand-video-prd-unit-info .price-info span {
        font-size: 12px;
        line-height: 16px;
    }
    #best-korea-nudge  .brand-video-prd-unit .brand-video-prd-unit-info .price-info strong {
        font-size: 14px;
        line-height: 20px;
    }

}
/* [E] Featured Brand 넛지 */

.wrap-list-brands.type02 {
    padding: 0;
}

.wrap-list-brands.type02 .featured-title.brands {
    text-align: left;
    padding: 80px 0 20px;
}
.wrap-list-brands.type02 .featured-title.brands h2{
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 36px;
}


.wrap-list-brands.type02 .brands-tabs  {
    padding-bottom: 20px;
}
.wrap-list-brands.type02 .brands-tabs ul{
    right:50%;
    float:none;
    margin-left: -12px;
}

.wrap-list-brands.type02 .brands-tabs ul li{
    left:50%;
    float:left;
    margin-left:12px;
    width: auto;
}

@media (max-width: 1199px) {
    .wrap-list-brands.type02 {
        padding: 0 16px;
    }
    .wrap-list-brands.type02 .featured-title.brands {
        padding: 38px 0 16px;
    }
    .wrap-list-brands.type02 .featured-title.brands h2{
        font-size: 1.125rem;
    }

    .wrap-list-brands.type02 .brands-tabs  {
        margin: 0 -4px;
        padding-bottom: 16px;
    }

    .wrap-list-brands.type02 .brands-tabs ul  {
        flex-wrap: nowrap;
        justify-content: left;
    }

    .wrap-list-brands.type02 .brands-tabs ul li {
        width: auto;
        margin: 0 4px
    }
    .wrap-list-brands.type02 .brands-tabs ul li button  {
        white-space: nowrap;
    }

    .wrap-list-brands.type02 .brands-fix-zone .brands-search {
        border: 1px solid #FF7878;
        border-radius: 4px;
    }

    .wrap-list-brands.type02 .brands-fix-zone .brands-search input {
        border-radius: 4px;
    }

    .wrap-list-brands.type02 .brands-fix-zone .brands-search button span {
        background: url(../images/common/ico_brands_search.png);
    }


    .wrap-list-brands.type02 .brands-fix-zone .area {
        margin: 0 -16px;
    }
    .wrap-list-brands.type02 .brands-fix-zone .area .scroll-brands {
        padding: 1px 16px;
    }

}

.brands-tabs ul li button.on {
    color: #FB2723;
}


.brand-video-prd-unit-info .brand-info .brand-name {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #131518;
    width: 100%;
    text-align: center;
}

.brand-video-prd-unit-info .brand-info .description {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #757D86;
    text-align: center;
    margin-bottom: 1px;
    padding: 0 20px;
    letter-spacing: 0px;
    word-break: keep-all;
}
.brand-video-prd-unit-info .brand-info .description.line-ellipsis2 {
    white-space: normal;
}