.CO49_related-products-dynamic.component-box .component-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    max-width: 122rem;
    margin: 0 auto;
    padding-left: 3.2rem;
    padding-right: 3.2rem
}

@media(max-width: 767px) {
    .CO49_related-products-dynamic.component-box .component-layout {
        padding-left: 2.4rem;
        padding-right: 2.4rem
    }
}

.CO49_related-products-dynamic.vertical-center .CO49_related-products-dynamic-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.CO49_related-products-dynamic [aria-hidden=true] {
    display: none
}

.CO49_related-products-dynamic-wrapper+.CO49_related-products-dynamic-wrapper {
    padding: 4rem 0 0
}

@media(min-width: 768px)and (max-width: 1023px) {
    .CO49_related-products-dynamic-wrapper+.CO49_related-products-dynamic-wrapper {
        padding: 6rem 0 0
    }
}

@media(min-width: 1024px) {
    .CO49_related-products-dynamic-wrapper+.CO49_related-products-dynamic-wrapper {
        padding: 8rem 0 0
    }
}

.CO49_related-products-dynamic-category {
    font-size: 1.6rem;
    line-height: 1.375;
    font-weight: 700;
    font-family: "Samsung Sharp Sans", sans-serif;
    padding: 0 0 1.6rem
}

@media(min-width: 768px)and (max-width: 1023px) {
    .CO49_related-products-dynamic-category {
        font-size: 2rem;
        line-height: 1.35;
        padding: 0 0 2rem
    }
}

@media(min-width: 1024px) {
    .CO49_related-products-dynamic-category {
        font-size: 2.4rem;
        line-height: 1.3333333333;
        padding: 0 0 2.4rem
    }
}

.CO49_related-products-dynamic-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem
}

@media(min-width: 768px) {
    .CO49_related-products-dynamic-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .CO49_related-products-dynamic-list {
        gap: 1.6rem 2.4rem
    }
}

@media(min-width: 1024px) {
    .CO49_related-products-dynamic-list {
        gap: 2.4rem
    }
}

.CO49_related-products-dynamic-item {
    border-radius: 2rem;
    padding: 1.6rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem
}

@media(min-width: 768px)and (max-width: 1023px) {
    .CO49_related-products-dynamic-item {
        width: auto;
        padding: 2rem;
        min-width: calc(50% - 12px);
        max-width: calc(50% - 12px);
        gap: 1.6rem
    }
}

@media(min-width: 1024px) {
    .CO49_related-products-dynamic-item {
        width: auto;
        padding: 2rem;
        min-width: calc(33.3333% - 16px);
        max-width: calc(33.3333% - 16px);
        gap: 2rem
    }
}

.theme-lightgray .CO49_related-products-dynamic-item {
    background: #fff
}

.theme-light .CO49_related-products-dynamic-item {
    background: #f8f8f8
}

.theme-darkgray .CO49_related-products-dynamic-item,
.theme-dark .CO49_related-products-dynamic-item {
    background: #333
}

.CO49_related-products-dynamic-image-area {
    width: 6.4rem;
    min-width: 6.4rem
}

@media(min-width: 768px) {
    .CO49_related-products-dynamic-image-area {
        width: 8rem;
        min-width: 8rem
    }
}

.CO49_related-products-dynamic-product-name {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    font-weight: 700
}

@media(min-width: 768px)and (max-width: 1023px) {
    .CO49_related-products-dynamic-product-name {
        font-size: 1.5rem;
        line-height: 1.3333333333
    }
}

@media(min-width: 1024px) {
    .CO49_related-products-dynamic-product-name {
        font-size: 1.8rem;
        line-height: 1.3333333333
    }
}

.CO49_related-products-dynamic-product-spec {
    font-size: 1rem;
    line-height: 1.4;
    padding: .4rem 0 0
}

@media(min-width: 1024px) {
    .CO49_related-products-dynamic-product-spec {
        font-size: 1.2rem;
        line-height: 1.3333333333
    }
}

.theme-lightgray .CO49_related-products-dynamic-product-spec,
.theme-light .CO49_related-products-dynamic-product-spec {
    color: #1c1c1c
}

.theme-darkgray .CO49_related-products-dynamic-product-spec,
.theme-dark .CO49_related-products-dynamic-product-spec {
    color: #aaa
}

.CO49_related-products-dynamic-cta-wrap {
    padding: 1.2rem 0 0
}

.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text:before,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text:after,
.theme-darkgray .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text.type-text:before,
.theme-darkgray .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text.type-text:after,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text.theme-darkgray.type-text:before,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text.theme-darkgray.type-text:after,
.theme-darkgray .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text.type-outline:before,
.theme-darkgray .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text.type-outline:after,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text.theme-darkgray.type-outline:before,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text.theme-darkgray.type-outline:after,
.theme-dark .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text.type-text:before,
.theme-dark .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text.type-text:after,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text.theme-dark.type-text:before,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text.theme-dark.type-text:after,
.theme-dark .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text.type-outline:before,
.theme-dark .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text.type-outline:after,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text.theme-dark.type-outline:before,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text.theme-dark.type-outline:after {
    background: url("../../../../../../designs/global/common/resources/img/icon/icon-next-bold-white.svg") no-repeat center center;
    background-size: 100%
}

.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text.type-text:before,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text.type-text:after,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text.type-outline:before,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text.type-outline:after,
.theme-darkgray .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text.type-default:before,
.theme-darkgray .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text.type-default:after,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text.theme-darkgray.type-default:before,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text.theme-darkgray.type-default:after,
.theme-dark .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text.type-default:before,
.theme-dark .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text.type-default:after,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text.theme-dark.type-default:before,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text.theme-dark.type-default:after {
    background: url("../../../../../../designs/global/common/resources/img/icon/icon-next-bold-black.svg") no-repeat center center;
    background-size: 100%
}

.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text:disabled.type-text:before,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text:disabled.type-text:after,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text:disabled.type-default:before,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text:disabled.type-default:after,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text:disabled.type-primary:before,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text:disabled.type-primary:after,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text[aria-disabled=true].type-text:before,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text[aria-disabled=true].type-text:after,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text[aria-disabled=true].type-default:before,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text[aria-disabled=true].type-default:after,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text[aria-disabled=true].type-primary:before,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text[aria-disabled=true].type-primary:after {
    background: url("../../../../../../designs/global/common/resources/img/icon/icon-next-bold-black.svg") no-repeat center center;
    background-size: 100%
}

.theme-darkgray .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text:disabled.type-text:before,
.theme-darkgray .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text:disabled.type-text:after,
.theme-darkgray .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text:disabled.type-default:before,
.theme-darkgray .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text:disabled.type-default:after,
.theme-darkgray .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text:disabled.type-primary:before,
.theme-darkgray .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text:disabled.type-primary:after,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text:disabled.theme-darkgray.type-text:before,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text:disabled.theme-darkgray.type-text:after,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text:disabled.theme-darkgray.type-default:before,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text:disabled.theme-darkgray.type-default:after,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text:disabled.theme-darkgray.type-primary:before,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text:disabled.theme-darkgray.type-primary:after,
.theme-dark .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text:disabled.type-text:before,
.theme-dark .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text:disabled.type-text:after,
.theme-dark .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text:disabled.type-default:before,
.theme-dark .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text:disabled.type-default:after,
.theme-dark .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text:disabled.type-primary:before,
.theme-dark .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text:disabled.type-primary:after,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text:disabled.theme-dark.type-text:before,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text:disabled.theme-dark.type-text:after,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text:disabled.theme-dark.type-default:before,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text:disabled.theme-dark.type-default:after,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text:disabled.theme-dark.type-primary:before,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text:disabled.theme-dark.type-primary:after,
.theme-darkgray .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text[aria-disabled=true].type-text:before,
.theme-darkgray .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text[aria-disabled=true].type-text:after,
.theme-darkgray .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text[aria-disabled=true].type-default:before,
.theme-darkgray .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text[aria-disabled=true].type-default:after,
.theme-darkgray .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text[aria-disabled=true].type-primary:before,
.theme-darkgray .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text[aria-disabled=true].type-primary:after,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text[aria-disabled=true].theme-darkgray.type-text:before,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text[aria-disabled=true].theme-darkgray.type-text:after,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text[aria-disabled=true].theme-darkgray.type-default:before,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text[aria-disabled=true].theme-darkgray.type-default:after,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text[aria-disabled=true].theme-darkgray.type-primary:before,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text[aria-disabled=true].theme-darkgray.type-primary:after,
.theme-dark .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text[aria-disabled=true].type-text:before,
.theme-dark .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text[aria-disabled=true].type-text:after,
.theme-dark .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text[aria-disabled=true].type-default:before,
.theme-dark .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text[aria-disabled=true].type-default:after,
.theme-dark .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text[aria-disabled=true].type-primary:before,
.theme-dark .CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text[aria-disabled=true].type-primary:after,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text[aria-disabled=true].theme-dark.type-text:before,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text[aria-disabled=true].theme-dark.type-text:after,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text[aria-disabled=true].theme-dark.type-default:before,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text[aria-disabled=true].theme-dark.type-default:after,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text[aria-disabled=true].theme-dark.type-primary:before,
.CO49_related-products-dynamic-cta-wrap .ui-btn.icon-right.type-text[aria-disabled=true].theme-dark.type-primary:after {
    background: url("../../../../../../designs/global/common/resources/img/icon/icon-next-bold-white.svg") no-repeat center center;
    background-size: 100%
}

.CO49_related-products-dynamic-more {
    width: 100%;
    text-align: center;
    padding: 2.4rem 0 0
}

@media(min-width: 768px)and (max-width: 1023px) {
    .CO49_related-products-dynamic-more {
        padding: 3.2rem 0 0
    }
}

@media(min-width: 1024px) {
    .CO49_related-products-dynamic-more {
        display: none
    }
}

/*# sourceMappingURL=CO49_related-products-dynamic.min.css.map */