.container-1200 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.home-section {
    padding-top: 100px;
}
.home-section .home-section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 20px;
}
.home-section .home-section-title h3 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: #131518;
}
.home-section .video-section-background {
    background-color: #E5E7EA;
    padding: 96px 0px 100px;
}
.home-section .best-container .best-view-more-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 220px;
    height: 50px;
    margin: 40px auto 0;
    padding: 10px 28px 10px 32px;
    border: #131518 solid 1px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    color: #131518;
}
.home-section .featured-brand-container .featured-brand-prd-unit {
    display: block;
    text-align: center;
}
.home-section .featured-brand-container .featured-brand-prd-unit .featured-brand-prd-unit-img {
    position: relative;
    border: #E5E7EA solid 1px;
    width: 100%;
    aspect-ratio: 1 / 1;
}
.home-section .featured-brand-container .featured-brand-prd-unit .featured-brand-prd-unit-img::after {
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: rgba(0, 0, 0, 0.03);
    z-index: -1;
}
.home-section .featured-brand-container .featured-brand-prd-unit .featured-brand-prd-unit-img img {
    display: block;
    width: 100%;
}
.home-section .featured-brand-container .featured-brand-prd-unit figcaption {
    height: 132px;
    border-left: #E5E7EA solid 1px;
    border-right: #E5E7EA solid 1px;
    border-bottom: #82DC28 solid 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    padding: 0 16px;
}
.home-section .featured-brand-container .featured-brand-prd-unit figcaption .title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #131518;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-section .featured-brand-container .featured-brand-prd-unit figcaption .description {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #757D86;
    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: keep-all;
}
.home-section .brand-video-container {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.home-section .brand-video-container .home-brand-video {
    position: relative;
    display: flex;
    width: 560px;
    height: 315px;
}
.home-section .brand-video-container .home-brand-video #mainVideo {
    width: 560px;
    height: 315px;
}
.home-section .brand-video-container .home-brand-video .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    width: 64px;
    height: 64px;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}
.home-section .brand-video-container .brand-video-mo-title {
    padding: 20px 0;
}
.home-section .brand-video-container .brand-video-mo-title h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #131518;
}
.home-section .brand-video-container .home-brand-banner {
    width: 591px;
}
.home-section .brand-video-container .home-brand-banner .swiper-slide {
    height: auto;
}
.home-section .brand-video-container .home-brand-banner .brand-video-prd-unit {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 12px 12px 0;
    height: 315px;
    background-color: #FFFFFF;
}
.home-section .brand-video-container .home-brand-banner .brand-video-prd-unit .brand-video-prd-unit-img {
    position: relative;
    display: block;
}
.home-section .brand-video-container .home-brand-banner .brand-video-prd-unit .brand-video-prd-unit-img img {
    display: block;
    width: 100%;
}
.home-section .brand-video-container .home-brand-banner .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);
}
.home-section .brand-video-container .home-brand-banner .brand-video-prd-unit .brand-video-prd-unit-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}
.home-section .brand-video-container .home-brand-banner .brand-video-prd-unit .brand-video-prd-unit-info .brand-info {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    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: keep-all;
}
.home-section .brand-video-container .home-brand-banner .brand-video-prd-unit .brand-video-prd-unit-info .price-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.home-section .brand-video-container .home-brand-banner .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;
}
.home-section .brand-video-container .home-brand-banner .brand-video-prd-unit .brand-video-prd-unit-info .price-info strong {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #FF514D;
}
.home-section .brand-video-container .home-brand-banner .brand-video-prd-unit .brand-video-prd-unit-info .set-price-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.home-section .brand-video-container .home-brand-banner .brand-video-prd-unit .brand-video-prd-unit-info .set-price-info span {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #99A1A8;
}
.home-section .brand-video-container .home-brand-banner .brand-video-prd-unit .brand-video-prd-unit-info .set-price-info strong {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #131518;
}
.home-section .pc-navigation {
    display: flex;
    gap: 8px;
}
.home-section .pagination-area {
    display: flex;
    align-items: center;
    width: 121px;
    margin: auto;
    padding-top: 34px;
}
.home-section .pagination-area .home-swiper-pagination {
    display: flex;
    align-items: center;
    width: auto;
    margin: auto;
}
.home-section .pagination-area .home-swiper-pagination .swiper-pagination-current {
    color: #50585F;
    font-size: 14px;
    line-height: 20px;
    padding-right: 8px;
}
.home-section .pagination-area .home-swiper-pagination .swiper-pagination-divider {
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #DADDE0;
}
.home-section .pagination-area .home-swiper-pagination .swiper-pagination-total {
    color: #B2B8BE;
    font-size: 14px;
    line-height: 20px;
    padding-left: 8px;
}
.home-product-unit-box {
    display: flex;
    flex-direction: column;
}
.home-product-unit-box .unit-thumb {
    position: relative;
    font-size: 0;
    width: 100%;
    aspect-ratio: 1 / 1;
}
.home-product-unit-box .unit-thumb::after {
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
}
.home-product-unit-box .unit-thumb img {
    width: 100%
}
.home-product-unit-box .unit-thumb .thumb-dim {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.03);
}
.home-product-unit-box .unit-thumb .unit-badge {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    gap: 2px;
}
.home-product-unit-box .unit-thumb .unit-badge .rank-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #131518;
    width: 24px;
    height: 24px;
}
.home-product-unit-box .unit-thumb .unit-badge .home-badge {
    padding: 2px 6px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    color: #ffffff;
}
.home-product-unit-box .unit-thumb .unit-badge .home-badge.early-access {
    background-color: #131518;
    color: #FAD105;
}
.home-product-unit-box .unit-thumb .unit-badge .home-badge.hot-deal {
    background-color: #FF514D;
}
.home-product-unit-box .unit-thumb .unit-badge .home-badge.best {
    background-color: #5FBE00;
 }
.home-product-unit-box .unit-thumb .unit-badge .home-badge.new {
    background-color: #5FBE00;
}
.home-product-unit-box .wrap-unit-desc {
    position: relative;
}
.home-product-unit-box .unit-desc {
    padding-right: 8px;
}
.home-product-unit-box .brand-name {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 34px 10px 0;
    gap: 12px;
}
.home-product-unit-box .brand-name span {
    font-size: 14px;
    line-height: 20px;
    color: #131518;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-product-unit-box .unit-btn {
    position: absolute;
    top: 3px;
    right: -1px;
    z-index: 10;
}
.home-product-unit-box .unit-btn button {
    padding: 8px;
}
.home-product-unit-box .add-cart {
    display: block;
}
.home-product-unit-box .restock-noti {
    display: none;
}
.home-product-unit-box.out-of-stock .add-cart {
    display: none;
}
.home-product-unit-box.out-of-stock .restock-noti {
    display: block;
}
.home-product-unit-box .product-name {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #131518;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home-product-unit-box .price-info {
    display: flex;
    flex-direction: column;
    padding-top: 12px;
    gap: 4px;
}
.home-product-unit-box .price-info span {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #99A1A8;
    text-decoration: line-through;
}
.home-product-unit-box .price-info .set-value {
    text-decoration: none;
    color: #50585F;
}
.home-product-unit-box .price-info strong {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #131518;
}
.home-product-unit-box .price-info span + strong {
    color: #FF514D;
}
.home-product-unit-box .rating-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 16px;
    gap: 4px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #757D86;
}
.home-product-unit-box .benefits-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 16px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.home-product-unit-box .benefits-info span {
    display: inline-block;
    background-color: #F6F7F9;
    border-radius: 2px;
    padding: 2px 4px;
}
.home-product-unit-box .benefits-info .txt-buy {
    color: #1890FF;
}
.home-product-unit-box .benefits-info .txt-save {
    color: #FF514D;
}
.home-product-unit-box .benefits-info .txt-gift {
    color: #5FBE00;
}
.home-section .icon-view-more svg {
    display: block;
    width: 18px;
    height: 18px;
    box-sizing: content-box;
}
.home-section .icon-view-more svg path {
    stroke-width: 1.4;
    stroke: #131518;
    vector-effect: non-scaling-stroke;
}
.home-section .icon-star,
.home-product-unit-box .icon-star {
    width: 10px;
    height: 10px;
    margin-bottom: 1px;
    background: url("../images/common/ico_star.svg");
    background-size: 10px;
}
.home-section .icon-cart,
.home-product-unit-box .icon-cart {
    width: 22px;
    height: 22px;
    background: url("../images/common/ico_shopping_bag.svg") center center no-repeat;
    background-size: 22px;
    box-sizing: content-box;
}
.home-section .icon-bell.active,
.home-product-unit-box .icon-bell.active {
    width: 18px;
    height: 18px;
    -webkit-mask: url('../icons/FilledBell.svg') no-repeat center center / 18px;
    mask: url('../icons/FilledBell.svg') no-repeat center;
    background-size: contain;
    color: #99A1A8;
    background-color: #99A1A8;
}


@media (min-width: 1200px) {
    .home-section .icon-bell.active,
    .home-product-unit-box .icon-bell.active {
        width: 22px;
        height: 22px;
        -webkit-mask: url('../icons/FilledBell.svg') no-repeat center;
        mask: url('../icons/FilledBell.svg') no-repeat center;
        background-size: contain;
        color: #99A1A8;
        background-color: #99A1A8;
    }
}

.home-section .icon-bell,
.home-product-unit-box .icon-bell {
    width: 18px;
    height: 18px;
    -webkit-mask: url('../icons/LineBell.svg') no-repeat center;
    mask: url('../icons/LineBell.svg') no-repeat center  center / 18px;
    background-size: 18px;
    color: #99A1A8;
    background-color: #99A1A8;
}

@media (min-width: 1200px) {
    .home-section .icon-bell,
    .home-product-unit-box .icon-bell {
        width: 22px;
        height: 22px;
        -webkit-mask: url('../icons/LineBell.svg') no-repeat center;
        mask: url('../icons/LineBell.svg') no-repeat center  center / 22px;
        background-size: 22px;
        color: #99A1A8;
        background-color: #99A1A8;
    }
}

.home-section .icon-play,
.home-product-unit-box .icon-play {
    position: absolute;
    top: 17px;
    left: 18px;
    width: 32px;
    height: 32px;
    -webkit-mask: url('../icons/Play.svg') no-repeat center;
    mask: url('../icons/Play.svg') no-repeat center;
    background-size: contain;
    color: #FFFFFF;
    background-color: #FFFFFF;
}
.home-section .pc-navigation svg {
    display: block;
    width: 20px;
    height: 20px;
    padding: 4px;
    margin: -4px;
    box-sizing: content-box;
}
.home-section .pc-navigation svg path {
    stroke-width: 1.6;
    stroke: #131518;
    vector-effect: non-scaling-stroke;
}
.home-section .pc-navigation .swiper-button-disabled {
    cursor: default;
}
.home-section .pc-navigation .swiper-button-disabled svg path {
    stroke: #99A1A8;
}
.home-section .pagination-area svg {
    display: block;
    width: 16px;
    height: 16px;
    padding: 10px;
    margin: -10px;
    box-sizing: content-box;
}
.home-section .pagination-area svg path {
    stroke-width: 1.25;
    stroke: #C9CDD2;
    vector-effect: non-scaling-stroke;
}
.home-section .pagination-area .swiper-button-disabled {
    cursor: default;
}

@media (max-width: 1199px) {
    .main-vue-content {
        padding-top: 40px;
    }
    .promo-typeA .main-vue-content {
        padding-top: 20px;
    }
    .main-vue-content > *:last-child {
        padding-bottom: 0;
    }
    .home-section {
        padding-top: 0px;
        padding-bottom: 60px;
    }
    .promo-typeA .home-section {
        padding-bottom: 40px;
    }
    .home-section .home-section-title {
        padding: 16px 0;
    }
    .home-section .home-section-title h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .home-section .video-section-background {
        padding: 52px 0px;
    }
    .home-section .our-picks-container .home-section-title,
    .home-section .best-container .home-section-title {
        padding: 16px;
    }
    .home-section .best-container .best-view-more-button {
        width: auto;
        height: 40px;
        margin: 36px 16px 0;
        padding: 10px 16px;
        border: #DADDE0 solid 1px;
        font-size: 14px;
        line-height: 20px;
        color: #50585F;
    }
    .home-section .k-pop-container {
        padding: 0 16px;
    }
    .home-section .recommendation-container {
        padding: 0 16px;
    }
    .featured-brand-container {
        padding: 0 16px;
    }
    .featured-brand-container .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(2, calc(50% - 6px));
        column-gap: 12px;
        row-gap: 16px;
    }
    .home-section .featured-brand-container .featured-brand-prd-unit figcaption {
        height: 100px;
    }
    .home-section .featured-brand-container .featured-brand-prd-unit figcaption .title {
        font-size: 14px;
        line-height: 20px;
    }
    .home-section .featured-brand-container .featured-brand-prd-unit figcaption .description {
        font-size: 13px;
        line-height: 18px;
    }
    .home-section .brand-video-container {
        flex-direction: column;
        padding-left: 16px;
    }
    .home-section .brand-video-container .wrap-home-brand-video {
        margin-right: 16px;
    }
    .home-section .brand-video-container .home-brand-video {
        width: auto;
        height: auto;
        padding-bottom: 56.25%;
    }
    .home-section .brand-video-container .home-brand-video #mainVideo {
        width: 100%;
        height: 0;
    }
    .home-section .brand-video-container .home-brand-banner {
        width: auto;
    }
    .home-section .brand-video-container .home-brand-banner .brand-video-prd-unit {
        padding: 12px 12px 32px;
        height: 100%;
    }
    .home-section .brand-video-container .home-brand-banner .brand-video-prd-unit .brand-video-prd-unit-info .brand-info {
        font-size: 13px;
        line-height: 18px;
    }
    .home-section .brand-video-container .home-brand-banner .brand-video-prd-unit .brand-video-prd-unit-info .price-info {
        gap: 0px;
    }
    .home-section .brand-video-container .home-brand-banner .brand-video-prd-unit .brand-video-prd-unit-info .price-info span {
        font-size: 12px;
        line-height: 16px;
    }
    .home-section .brand-video-container .home-brand-banner .brand-video-prd-unit .brand-video-prd-unit-info .price-info strong {
        font-size: 14px;
        line-height: 20px;
    }
    .home-product-unit-box .unit-thumb .unit-badge .rank-badge {
        width: 20px;
        height: 20px;
        font-size: 12px;
        line-height: 16px;
    }
    .home-product-unit-box .unit-thumb .unit-badge .home-badge {
        font-size: 10px;
        line-height: 14px;
    }
    .home-product-unit-box .brand-name {
        padding: 0 26px 0 0;
        gap: 8px;
    }
    .home-product-unit-box .brand-name span {
        font-size: 13px;
        line-height: 18px;
    }
    .home-product-unit-box .unit-btn button {
        padding: 9px;
    }
    .home-product-unit-box .product-name {
        padding-top: 8px;
        font-size: 13px;
        line-height: 18px;
    }
    .home-product-unit-box .price-info {
        gap: 0;
    }
    .home-product-unit-box .price-info span {
        font-size: 12px;
        line-height: 16px;
    }
    .home-product-unit-box .price-info strong {
        font-size: 14px;
        line-height: 20px;
    }
    .home-product-unit-box .rating-info {
        padding-top: 12px;
        font-size: 12px;
        line-height: 16px;
    }
    .home-product-unit-box .benefits-info {
        padding-top: 12px;
        font-size: 10px;
        line-height: 14px;
    }
    .home-section .icon-view-more svg {
        width: 16px;
        height: 16px;
    }
    .home-section .icon-view-more svg path {
        stroke-width: 1.25;
        stroke: #99A1A8;
    }
    .home-section .icon-cart,
    .home-product-unit-box .icon-cart {
        width: 18px;
        height: 18px;
        background-size: 18px;
    }
    .home-section .icon-bell,
    .home-product-unit-box .icon-bell {
        width: 18px;
        height: 18px;
    }
    .home-product-unit-box .unit-desc {
        padding-top: 12px;
    }
    .home-section .icon-star,
    .home-product-unit-box .icon-star {
        width: 8px;
        height: 8px;
        background-size: 8px;
    }
    .home-section .best-container .wrap-swiper-container {
        overflow: hidden;
    }
    .home-section .best-container .wrap-swiper-container .swiper-container {
        overflow: visible;
        margin: 0 16px;
    }
    .home-section .our-picks-container .wrap-swiper-container {
        overflow: hidden;
    }
    .home-section .our-picks-container .wrap-swiper-container .swiper-container {
        overflow: visible;
        margin: 0 16px;
    }
}

/* [S] 공통 스켈레톤 */
.skeleton {
    background-color: #F0F1F4;
    position: relative;
    overflow: hidden;
}
.skeleton::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -50px;
    width: 150px;
    height: 100%;
    background: linear-gradient(90deg, #F0F1F4 0%, #FFFFFF 50%, #F0F1F4 100%); /* 중앙을 하얀색으로 */
    animation: shimmer 1.5s infinite;
}
@keyframes shimmer {
    0% {
        transform: translateX(-150px);
    }
    100% {
        left: 100%;
    }
}
.skeleton-text {
    width: 100%;
    height: 20px;
    margin-top: 12px;
}
.skeleton-btn {
    width: 50%;
    height: 20px;
    margin-top: 12px;
}
.sklt-flex { display: flex; }
.skeleton-img {
    width: 100%;
    height: 100%;
}
@media (max-width: 1199px) {
    .skeleton-wrapper { gap: 16px; }
    .sklt-flex { gap: 12px; }
    .skeleton-wrapper .skeleton-title { width: 100px; height: 24px; }
    .skeleton-wrapper .skeleton-view-more-btn {
        margin-top: 36px;
        width: 100%;
        height: 40px;
    }
    /*  type2  */
    .sklt-flex.type2  {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .skeleton-wrapper .sklt-flex.type2 .unit-thumb {
        width: 100%;
        aspect-ratio: 1 / 1.6;
    }
}
@media (min-width: 1200px) {
    .skeleton-wrapper { gap: 20px; }
    .sklt-flex { gap: 25px; }
    .sklt-flex.type1.items-6 { gap: 18px; }
    .skeleton-wrapper .skeleton-title { width: 160px; height: 36px; }
    .skeleton-wrapper .skeleton-view-more-btn {
        margin: 40px auto 0;
        width: 220px;
        height: 50px;
    }
    /*  type2  */
    .sklt-flex.type2  {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
    .skeleton-wrapper .sklt-flex.type2 .unit-thumb {
        width: 100%;
        height: 100%;
        aspect-ratio: 1 / 1.6;
    }
    .skeleton-wrapper .sklt-flex.type2 > div:nth-child(n+4) {
        display: none;
    }
}
/* [E] 공통 스켈레톤 */

/* [S] 홈 스켈레톤 */
.home-skeleton { display: flex; flex-direction: column; }
.home-skeleton .skeleton-wrapper { display: flex; flex-direction: column; }
@media (max-width: 1199px) {
    .home-skeleton { width: 100%; gap: 76px; margin-top: 56px; padding: 0 16px; }
    .home-skeleton .skeleton-wrapper .unit-thumb {
        width: calc((100vw - 40px) / 2.3355);
        aspect-ratio: 1 / 1;
    }
    .home-skeleton .skeleton-wrapper .sklt-flex > div {
        margin-bottom: 40px;
    }
    /*  kpop skeleton  */
    .skeleton-wrapper.sklt-kpop .sklt-flex {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .skeleton-wrapper.sklt-kpop .sklt-flex > div:nth-child(n+3) {
        display:none;
    }
    .skeleton-wrapper.sklt-kpop .sklt-flex .unit-thumb {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .home-skeleton {
        width: 1200px;
        margin: 100px auto 0;
        gap: 100px;
    }
    /* 기본 크기 (5개 이하일 때) */
    .skeleton-wrapper .unit-thumb {
        width: 220px;
        height: 220px;
    }
    /* 6개일 때 */
    .sklt-flex.type1.items-6 .unit-thumb {
        width: 185px;
        height: 185px;
    }
    .home-skeleton .skeleton-wrapper .sklt-flex.type1 {
        margin-bottom: 70px;
    }
}
/* [E] 홈 스켈레톤 */

/* 히어로 배너, 리드 배너 이미지 로딩 전 영역 표시용 배경색 적용 */
.main-top-banner .swiper-slide > .block-link { background-color: #E5E7EA; }
.wrap-middle-lead .block-link  { background-color: #F0F1F4; }


.home-best-seller-out-of-stock {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}
@media (min-width: 1200px) {
    .home-best-seller-out-of-stock {
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
    }
}

.best-seller-out-of-stock .wrap-unit-desc .unit-btn button.add-cart {
    display: none;
}
.best-seller-out-of-stock .wrap-unit-desc .unit-btn button.restock-noti {
    display: block;
}

.brand-name.sold-out span {
    color: #99A1A8;
}

.product-name.sold-out {
    color: #99A1A8;
}
.price-info.sold-out strong {
    color: #99A1A8;
}

.price-info.sold-out span + strong {
    color: #99A1A8;
}