.container.contents-body.brand-detail {
    padding-left: 0;
    padding-right: 0;
}
.brand-detail .brand-detail-container {
    display: flex;
    flex-direction: column;
    color: #131518;
}
.brand-detail .brand-image {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.brand-detail .brand-image::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.03);
}
.brand-detail .brand-image img {
    display: block;
    width: 100%;
    aspect-ratio: 375 / 200;
    object-fit: cover;
}
.brand-detail .brand-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 16px 12px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}
.brand-detail .share-btn svg {
    display: block;
    width: 20px;
    height: 20px;
    padding: 9px;
    margin: -9px;
    box-sizing: content-box;
}
.brand-detail .share-btn svg path {
    stroke-width: 1.6;
    stroke: #000000;
    vector-effect: non-scaling-stroke;
}
.brand-detail .brand-msg {
    padding: 0 16px 24px;
    font-size: 14px;
    line-height: 20px;
    color: #50585F;
}
.brand-detail .brand-banner {
    width: 100%;
    height: 100%;
    padding: 0 16px 32px;
}
.brand-detail .brand-banner img {
    display: block;
    width: 100%;
    aspect-ratio: 343 / 90;
    object-fit: cover;
    border-radius: 4px;
}
.brand-detail .brand-banner a[href=""] {
    pointer-events: none;
    cursor: default;
}
.brand-detail .brand-corner-list {
    display: flex;
    flex-direction: column;
    border-top: 6px solid #F5F5F5;
    padding: 32px 0 0;
    gap: 50px;
}
.brand-detail .section-title {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    border: none;
}
.brand-detail .section-title::after {
    content: none
}
.brand-detail .wrap-swiper-container {
    overflow: hidden;
    padding: 0 16px;
}
.brand-detail .swiper-container {
    overflow: visible;
}
.brand-detail .product-unit {
    display: flex;
    flex-direction: column;
}
.brand-detail .product-unit.out-of-stock {
    color: #99A1A8;
}
.brand-detail .product-unit .unit-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
}
.brand-detail .product-unit .unit-thumb img {
    display: block;
    width: 100%;
}
.brand-detail .product-unit .thumb-dim {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.03);
}
.brand-detail .product-unit.out-of-stock .thumb-dim {
    background-color: rgba(0, 0, 0, 0.3);
}
.brand-detail .product-unit .thumb-dim span {
    display: block;
    max-width: 100px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
}
.brand-detail .unit-badge {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    gap: 2px;
}
.brand-detail .unit-badge span {
    padding: 2px 6px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    color: #ffffff;
}
.brand-detail .unit-badge .early-access {
    background-color: #131518;
    color: #FAD105;
}
.brand-detail .unit-badge .hot-deal {
    background-color: #FF514D;
}
.brand-detail .unit-badge .new,
.brand-detail .unit-badge .best {
    background-color: #5FBE00;
}
.brand-detail .product-unit .unit-desc {
    position: relative;
}
.brand-detail .product-unit .brand-name {
    padding: 12px 34px 8px 0;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.brand-detail .product-unit .product-name {
    display: block;
    padding: 0 8px 0 0;
    font-size: 13px;
    line-height: 18px;
}
.brand-detail .product-unit .price-info {
    display: flex;
    flex-direction: column;
    padding: 12px 8px 0 0;
}
.brand-detail .product-unit .price-info .original-price {
    font-size: 12px;
    line-height: 16px;
    color: #99A1A8;
    text-decoration: line-through;
}
.brand-detail .product-unit .price-info .sale-price {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}
.brand-detail .product-unit .price-info .point {
    color: #FF514D;
}
.brand-detail .product-unit .price-info .set-value {
    font-size: 12px;
    line-height: 16px;
    color: #50585F;
}
.brand-detail .product-unit .rating-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 12px;
    gap: 4px;
    font-size: 12px;
    line-height: 16px;
    color: #757D86;
}
.brand-detail .product-unit.out-of-stock .rating-info {
    color: #99A1A8;
}
.brand-detail .product-unit .icon-star svg {
    display: block;
    width: 8px;
    height: 8px;
    margin-bottom: 1px;
    box-sizing: content-box;
}
.brand-detail .product-unit .icon-star svg path {
    stroke-width: 1;
    stroke: #757D86;
    fill: #757D86;
    vector-effect: non-scaling-stroke;
}
.brand-detail .product-unit.out-of-stock .icon-star svg path {
    stroke: #99A1A8;
    fill: #99A1A8;
}
.brand-detail .product-unit .product-flag {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 12px;
    font-size: 10px;
    line-height: 14px;
}
.brand-detail .product-flag span {
    display: inline-block;
    background-color: #F6F7F9;
    border-radius: 2px;
    padding: 2px 4px;
}
.brand-detail .product-flag .txt-buy {
    color: #1890FF;
}
.brand-detail .product-flag .txt-save {
    color: #FF514D;
}
.brand-detail .product-flag .txt-gift {
    color: #5FBE00;
}
.brand-detail .product-unit .unit-btn {
    position: absolute;
    top: 3px;
    right: -1px;
    z-index: 1;
}

.product-unit.out-of-stock .unit-btn button.restock-noti.active span.bell_on {
    display: block;
}
.product-unit.out-of-stock .unit-btn button.restock-noti.active span.bell_off {
     display: none;
 }
.product-unit.out-of-stock .unit-btn button.restock-noti span.bell_on {
      display: none;
}
.product-unit.out-of-stock .unit-btn button.restock-noti span.bell_off {
       display: block;
}
.brand-detail .product-unit .unit-btn svg {
    display: block;
    width: 18px;
    height: 18px;
    padding: 9px;
    box-sizing: content-box;
}
.brand-detail .product-unit .unit-btn svg path {
    stroke-width: 1.4;
    stroke: #99A1A8;
    vector-effect: non-scaling-stroke;
}
.brand-detail .product-unit .unit-btn span.bell_on svg path {
    stroke: none;
    fill: #99A1A8;
}
.brand-detail .best-sellers-list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
    column-gap: 200px;
    padding: 0 16px;
}
.brand-detail .best-sellers-unit {
    position: relative;
}
.brand-detail .best-sellers-unit a {
    display: flex;
    gap: 16px;
    align-items: start;
}
.brand-detail .best-sellers-unit .unit-thumb {
    position: relative;
}
.brand-detail .best-sellers-unit .unit-thumb::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.03);
}
.brand-detail .best-sellers-unit .unit-thumb img {
    display: block;
    width: 105px;
    height: 105px;
}
.brand-detail .best-sellers-unit .unit-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
    min-height: 105px;
}
.brand-detail .best-sellers-unit .product-name {
    position: relative;
    display: flex;
    padding: 0 30px 0 0;
}
.brand-detail .best-sellers-unit .product-name span {
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.brand-detail .best-sellers-unit .price-info {
    display: flex;
    flex-direction: column;
    padding: 4px 30px 0 0;
}
.brand-detail .best-sellers-unit .price-info .original-price {
    font-size: 12px;
    line-height: 16px;
    color: #99A1A8;
    text-decoration: line-through;
}
.brand-detail .best-sellers-unit .price-info .sale-price {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}
.brand-detail .best-sellers-unit .price-info .set-value {
    font-size: 12px;
    line-height: 16px;
    color: #50585F;
}
.brand-detail .best-sellers-unit .price-info .point {
    color: #FF514D;
}
.brand-detail .best-sellers-unit .unit-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}
.brand-detail .best-sellers-unit .unit-btn svg {
    display: block;
    width: 18px;
    height: 18px;
    margin: -9px;
    padding: 9px;
    box-sizing: content-box;
}
.brand-detail .best-sellers-unit .unit-btn svg path {
    stroke-width: 1.4;
    stroke: #99A1A8;
    vector-effect: non-scaling-stroke;
}
.brand-detail .best-sellers-unit .product-flag {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 4px;
    font-size: 10px;
    line-height: 14px;
}
.brand-detail .all-items-section {
    padding: 0 0 60px;
}
.brand-detail .all-items-section .product-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
    column-gap: 12px;
    padding: 0 16px;
}
.brand-detail .all-items-section .category-item {
    display: block;
    width: auto;
    padding: 7px 16px;
    border-radius: 16px;
    font-size: 13px;
    line-height: 18px;
    color: #757D86;
    box-shadow: 0 0 0 1px #DADDE0 inset;
    cursor: pointer;
}
.brand-detail .all-items-section .category-item.active {
    color: #FFFFFF;
    background-color: #131518;
    font-weight: 700;
    box-shadow: none;
    cursor: default;
}
.brand-detail .all-items-section .category-menu {
    padding-bottom: 16px;
}
.brand-detail .all-items-section .wrap-count-sort {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px 16px;
}
.brand-detail .all-items-section .total-count {
    font-size: 14px;
    line-height: 20px;
}
.brand-detail .all-items-section .total-count span {
    font-weight: 700;
}
.brand-detail .all-items-section .product-sort {
    position: relative;
    border: 1px solid #C9CDD2;
    border-radius: 4px;
    font-size: 13px;
    line-height: 18px;
    background-color: #FFFFFF;
}
.brand-detail .all-items-section .product-sort button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 150px;
    height: 32px;
    padding: 0 5px 0 8px;
}
.brand-detail .all-items-section .product-sort svg {
    display: block;
    width: 20px;
    height: 20px;
}
.brand-detail .all-items-section .product-sort svg path {
    stroke-width: 1.5;
    stroke: #000000;
    vector-effect: non-scaling-stroke;
}
.brand-detail .all-items-section .product-sort ul {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 31px;
    left: -1px;
    border: 1px solid #C9CDD2;
    border-top: none;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #FFFFFF;
}
.brand-detail .all-items-section .product-sort ul li {
    display: flex;
    align-items: center;
    width: 150px;
    height: 32px;
    padding: 7px 8px;
    cursor: pointer;
}
.brand-detail .all-items-section .product-sort ul li:hover {
    background-color: #f1f8e1;
}
.brand-detail .all-items-section .product-list-more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin: 40px 16px 0;
    width: calc(100% - 32px);
    height: 50px;
    border: 1px solid #DADDE0;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #50585F;
}
.brand-detail .all-items-section .product-list-more-btn svg {
    display: block;
    width: 16px;
    height: 16px;
}
.brand-detail .all-items-section .product-list-more-btn svg path {
    stroke-width: 1.4;
    stroke: #99A1A8;
    vector-effect: non-scaling-stroke;
}
@media (min-width: 1200px) {
    .brand-detail .brand-image {
        position: relative;
        z-index: 1;
        width: 1200px;
        height: 470px;
        margin: 0 0 24px;
    }
    .brand-detail .brand-image img {
        position: relative;
        z-index: 1;
        width: 1020px;
        aspect-ratio: 1020 / 400;
    }
    .brand-detail .brand-image .background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        filter: blur(50px); /* 블러 처리 */
        aspect-ratio: 1200 / 470;
    }
    .brand-detail .brand-title {
        padding: 53px 0 19px;
        font-size: 36px;
        line-height: 46px;
    }
    .brand-detail .share-btn svg {
        width: 24px;
        height: 24px;
    }
    .brand-detail .share-btn svg path {
        stroke-width: 1.8;
    }
    .brand-detail .brand-msg {
        padding: 0 0 32px;
        font-size: 16px;
        line-height: 22px;
        color: #50585F;
    }
    .brand-detail .brand-banner {
        padding: 0 0 20px;
    }
    .brand-detail .brand-banner img {
        aspect-ratio: 1200 / 106;
        border-radius: 0;
    }
    .brand-detail .brand-corner-list {
        border-top: 1px solid #DADDE0;
        padding: 72px 0 0;
        gap: 72px;
    }
    .brand-detail .section-title {
        padding: 0 0 20px;
        font-size: 28px;
        line-height: 36px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .brand-detail .swiper-navigation {
        display: flex;
        gap: 8px;
    }
    .brand-detail .swiper-navigation svg {
        display: block;
        width: 20px;
        height: 20px;
        padding: 4px;
        margin: -4px;
        box-sizing: content-box;
    }
    .brand-detail .swiper-navigation svg path {
        stroke-width: 1.6;
        stroke: #131518;
        vector-effect: non-scaling-stroke;
    }
    .brand-detail .swiper-navigation .swiper-button-disabled {
        cursor: default;
    }
    .brand-detail .swiper-navigation .swiper-button-disabled svg path {
        stroke: #99A1A8;
    }
    .brand-detail .wrap-swiper-container {
        padding: 0;
    }
    .brand-detail .product-unit .thumb-dim span {
        max-width: 105px;
        font-size: 16px;
        line-height: 22px;
    }
    .brand-detail .product-unit .unit-badge span {
        font-size: 13px;
        line-height: 18px;
    }
    .brand-detail .product-unit .brand-name {
        padding: 12px 42px 10px 0;
        font-size: 14px;
        line-height: 20px;
    }
    .brand-detail .product-unit .product-name {
        font-size: 14px;
        line-height: 20px;
    }
    .brand-detail .product-unit .price-info {
        gap: 4px;
    }
    .brand-detail .product-unit .price-info .original-price {
        font-size: 13px;
        line-height: 18px;
    }
    .brand-detail .product-unit .price-info .sale-price {
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
    }
    .brand-detail .product-unit .price-info .point {
        color: #FF514D;
    }
    .brand-detail .product-unit .rating-info {
        padding-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }
    .brand-detail .product-unit .icon-star svg {
        width: 10px;
        height: 10px;
    }
    .brand-detail .product-unit .product-flag {
        gap: 4px;
        padding-top: 16px;
        font-size: 12px;
        line-height: 16px;
    }
    .brand-detail .product-unit .unit-btn {
        top: 3px;
        right: -1px;
    }
    .brand-detail .product-unit .unit-btn svg {
        display: block;
        width: 22px;
        height: 22px;
        padding: 8px;
        box-sizing: content-box;
    }
    .brand-detail .product-unit .unit-btn svg path {
        stroke-width: 1.7;
    }
    .brand-detail .best-sellers-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0;
    }
    .brand-detail .best-sellers-unit .product-name {
        min-height: 22px;
    }
    .brand-detail .best-sellers-unit .product-name span {
        font-size: 14px;
        line-height: 20px;
    }
    .brand-detail .best-sellers-unit .price-info .original-price {
        font-size: 13px;
        line-height: 18px;
    }
    .brand-detail .best-sellers-unit .price-info .sale-price {
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
    }
    .brand-detail .best-sellers-unit .unit-btn svg {
        width: 22px;
        height: 22px;
        margin: -8px;
        padding: 8px;
    }
    .brand-detail .best-sellers-unit .unit-btn svg path {
        stroke-width: 1.7;
    }
    .brand-detail .best-sellers-unit .product-flag {
        display: flex;
        flex-direction: column;
        gap: 4px;
        padding-top: 4px;
        font-size: 12px;
        line-height: 16px;
    }
    .brand-detail .all-items-section {
        padding: 0 0 40px;
    }
    .brand-detail .all-items-section .product-list {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        row-gap: 60px;
        column-gap: 25px;
        padding: 0;
    }
    .brand-detail .all-items-section .category-menu {
        padding-bottom: 28px;
    }
    .brand-detail .all-items-section .wrap-count-sort {
        padding: 0 0 16px;
    }
    .brand-detail .all-items-section .total-count {
        font-size: 16px;
        line-height: 22px;
    }
    .brand-detail .all-items-section .product-list-more-btn {
        margin: 60px auto 0;
        width: 400px;
    }
}