@-webkit-keyframes showAnimation {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes showAnimation {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@-webkit-keyframes hideAnimation {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@keyframes hideAnimation {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

.PD13_product-finder {
    margin: 0 auto;
    border-bottom: 1px solid #eee
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder {
        border-bottom: 0
    }
}

.PD13_product-finder .PD13_view-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_view-toggle {
        margin-right: -8px
    }
}

.PD13_product-finder .PD13_view-toggle>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.PD13_product-finder .PD13_view-toggle .btn-listview {
    position: relative;
    opacity: .5;
    width: 36px;
    height: 36px;
    background: url("../../../../../../designs/global/common/resources/img/icon/icon-bold-navigation-list.svg") no-repeat center/20px
}

.PD13_product-finder .PD13_view-toggle .btn-cardview {
    position: relative;
    opacity: .5;
    width: 36px;
    height: 36px;
    background: url("../../../../../../designs/global/common/resources/img/icon/icon-bold-navigation-card.svg") no-repeat center/20px
}

.PD13_product-finder .PD13_view-toggle .btn-cardview.active {
    opacity: 1
}

.PD13_product-finder .PD13_view-toggle .btn-listview.active {
    opacity: 1
}

.PD13_product-finder .PD13_view-toggle .btn-cardview.active:after,
.PD13_product-finder .PD13_view-toggle .btn-listview.active:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0
}

@media screen and (max-width: 767px) {

    .PD13_product-finder .PD13_view-toggle .btn-listview,
    .PD13_product-finder .PD13_view-toggle .btn-cardview {
        width: 32px;
        height: 32px;
        background-size: 16px
    }
}

.PD13_product-finder .PD13_product-finder-search-bar-large {
    max-width: 1440px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 684px;
    margin-bottom: 64px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-search-bar-large {
        padding-top: 60px;
        margin-bottom: 48px;
        max-width: 496px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-search-bar-large {
        max-width: 100%;
        padding-left: 24px;
        padding-right: 24px;
        margin-bottom: 40px
    }

    .PD13_product-finder .PD13_product-finder-search-bar-large input.PD13_product-finder-search-bar-inputbox {
        font-size: 14px;
        padding-left: 8px
    }
}

.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-title {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-family: "Samsung Sharp Sans", sans-serif;
    line-height: 1.42;
    font-weight: 700;
    margin-bottom: 28px;
    font-size: 7.2rem;
    line-height: 1.208
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-title {
        font-size: 4.8rem;
        line-height: 1.333;
        margin-bottom: 16px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-title {
        text-align: center;
        font-size: 3.2rem;
        line-height: 1.343;
        margin-bottom: 20px
    }
}

.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-title>* {
    font-weight: inherit
}

.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-form {
    position: relative
}

.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-inputbox-wrap {
    position: relative;
    width: 684px;
    margin: 0 auto;
    border-radius: 28px;
    background-color: #f8f8f8;
    padding-right: 60px;
    padding-left: 60px
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-inputbox-wrap {
        width: 496px;
        padding-right: 40px;
        padding-left: 40px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-inputbox-wrap {
        width: 100%;
        padding-right: 40px;
        padding-left: 40px
    }
}

.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-inputbox-wrap .btn-input-clear {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    right: 24px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: opacity cubic-bezier(0.4, 0, 0.2, 1) .2s;
    transition: opacity cubic-bezier(0.4, 0, 0.2, 1) .2s
}

.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-inputbox-wrap.active .btn-input-clear {
    opacity: 1;
    visibility: visible
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-inputbox-wrap input.PD13_product-finder-search-bar-inputbox {
        height: 38px;
        line-height: 38px;
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-inputbox-wrap input.PD13_product-finder-search-bar-inputbox {
        height: 44px;
        line-height: 44px;
        font-size: 16px
    }
}

.PD13_product-finder .PD13_product-finder-search-bar-large .btn-input-clear {
    width: 18px;
    height: 18px;
    background: url("../../../../../../designs/global/common/resources/img/icon/icon-bold-action-cancel.svg") no-repeat center/100%
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-search-bar-large .btn-input-clear {
        width: 16px;
        height: 16px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-search-bar-large .btn-input-clear {
        right: 16px
    }
}

.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-inputbox {
    height: 56px;
    line-height: 56px;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    font-family: "Samsung One", sans-serif;
    font-size: 1.8rem;
    line-height: 1.41;
    font-weight: 400
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-inputbox {
        font-size: 1.6rem
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-inputbox {
        font-size: 1.4rem
    }
}

.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-inputbox:focus {
    border: none
}

.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-inputbox::-webkit-input-placeholder,
.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-inputbox:-moz-placeholder,
.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-inputbox::-moz-placeholder,
.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-inputbox:-ms-input-placeholder {
    font-weight: 700;
    color: #a2a2a2
}

.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-inputbox:focus::-webkit-input-placeholder,
.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-inputbox:focus:-moz-placeholder,
.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-inputbox:focus::-moz-placeholder,
.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-inputbox:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0) !important
}

.PD13_product-finder .PD13_product-finder-search-bar-large .btn-newsSubmitSearch {
    position: absolute;
    left: 24px;
    top: 50%;
    width: 22px;
    height: 22px;
    border: none;
    background: url("../../../../../../designs/global/common/resources/img/icon/icon-bold-action-search.svg") no-repeat center/100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-search-bar-large .btn-newsSubmitSearch {
        width: 16px;
        height: 16px;
        left: 16px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-search-bar-large .btn-newsSubmitSearch {
        width: 16px;
        height: 16px
    }
}

.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-recommend-chips {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 0 -10px;
    min-height: 45px
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-recommend-chips {
        min-height: 43px;
        margin-left: -8px
    }
}

.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-recommend-chips>* {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s, color cubic-bezier(0.4, 0, 0.2, 1) .2s, border-color cubic-bezier(0.4, 0, 0.2, 1) .2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) .2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s, color cubic-bezier(0.4, 0, 0.2, 1) .2s, border-color cubic-bezier(0.4, 0, 0.2, 1) .2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) .2s;
    border: none;
    vertical-align: middle;
    color: #000;
    cursor: pointer;
    position: relative;
    font-weight: 700;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    line-height: 20px;
    border: none;
    position: relative;
    font-weight: 700;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    border: solid 1px #000;
    margin: 10px 0 0 10px;
    font-size: 1.4rem !important;
    font-weight: 700;
    height: auto !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    white-space: normal !important;
    line-height: 1.8 !important;
    max-height: none;
    text-align: left !important
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-recommend-chips>* {
        margin-top: 8px;
        margin-left: 8px
    }
}

.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-recommend-chips>*.disabled,
.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-recommend-chips>*:disabled,
.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-recommend-chips>* [aria-disabled=true] {
    cursor: not-allowed;
    pointer-events: none
}

.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-recommend-chips>*.btn-large {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 24px
}

.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-recommend-chips>*.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    padding: 0 16px
}

.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-recommend-chips>*.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
    padding: 0 16px
}

.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-recommend-chips>*.none-border {
    border: none
}

.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-recommend-chips>*.icon-left:before {
    content: "";
    margin-right: 4px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s
}

.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-recommend-chips>*.icon-right:after {
    content: "";
    margin-left: 4px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s
}

.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-recommend-chips>*.btn-large {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 24px;
    border-radius: 40px
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-recommend-chips>*.btn-large {
        height: 34px;
        line-height: 34px;
        font-size: 11px;
        padding: 0 16px;
        border-radius: 34px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-recommend-chips>*.btn-large {
        height: 30px;
        line-height: 30px;
        font-size: 10px;
        border-radius: 30px
    }
}

.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-recommend-chips>*.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    padding: 0 16px;
    border-radius: 32px
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-recommend-chips>*.btn-medium {
        height: 32px;
        line-height: 32px;
        font-size: 10px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-recommend-chips>*.btn-medium {
        padding: 0 12px
    }
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-recommend-chips>*.btn-medium {
        height: 30px;
        line-height: 30px;
        font-size: 10px;
        border-radius: 30px
    }
}

.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-recommend-chips>*.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
    padding: 0 16px;
    border-radius: 28px
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-recommend-chips>*.btn-small {
        height: 28px;
        line-height: 28px;
        font-size: 10px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-recommend-chips>*.btn-small {
        padding: 0 12px
    }
}

.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-recommend-chips>*.font-small {
    font-size: 1rem
}

.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-recommend-chips>*.selected {
    font-weight: 700
}

.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-recommend-chips>*.dark-bg {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .3)
}

.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-recommend-chips>*.dark-bg:active,
.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-recommend-chips>*.dark-bg:focus-visible {
    border-color: rgba(255, 255, 255, .3);
    background-color: rgba(255, 255, 255, .1)
}

@media(hover: hover) {
    .PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-recommend-chips>*.dark-bg:hover {
        border-color: rgba(255, 255, 255, .3);
        background-color: rgba(255, 255, 255, .1)
    }
}

.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-recommend-chips>*.light-bg {
    color: #000;
    border: 1px solid rgba(0, 0, 0, .1);
    background-color: rgba(255, 255, 255, .3)
}

.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-recommend-chips>*.light-bg:active,
.PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-recommend-chips>*.light-bg:focus-visible {
    border-color: rgba(0, 0, 0, .1);
    background-color: rgba(0, 0, 0, .03)
}

@media(hover: hover) {
    .PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-recommend-chips>*.light-bg:hover {
        border-color: rgba(0, 0, 0, .1);
        background-color: rgba(0, 0, 0, .03)
    }
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-recommend-chips>a {
        padding: 0 16px;
        height: 34px;
        font-size: 12px
    }
}

.PD13_product-finder .PD13-search-bar.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.PD13_product-finder .PD13_product-finder-wrap {
    position: relative
}

.PD13_product-finder .PD13_product-finder-wrap:before {
    content: "";
    width: 100%;
    height: calc(100% - 126px);
    position: absolute;
    left: 0;
    top: 126px;
    background: #f8f8f8;
    z-index: -1
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-wrap:before {
        height: calc(100% - 60px);
        top: 60px
    }
}

.PD13_product-finder .PD13_product-finder-wrap.noResult:before {
    content: none
}

.PD13_product-finder .PD13_product-finder-list {
    padding: 24px;
    padding-top: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 77px
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-list {
        padding: 16px 8px 0 32px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-list {
        padding: 0 24px 0;
        margin-top: 0
    }

    .PD13_product-finder .PD13_product-finder-list.showcase {
        margin-right: 0
    }

    .PD13_product-finder .PD13_product-finder-list.showcase .PD13_product-finder-showcase-bg {
        height: 400px
    }

    .PD13_product-finder .PD13_product-finder-list.showcase .PD13_product-finder-showcase-content {
        bottom: 40px
    }

    .PD13_product-finder .PD13_product-finder-list.showcase .PD13_product-finder-showcase-content .PD13_product-finder-showcase__title {
        margin-bottom: 12px
    }

    .PD13_product-finder .PD13_product-finder-list.showcase .PD13_product-finder-showcase-content .PD13_product-finder-showcase__desc {
        margin-bottom: 18px
    }

    .PD13_product-finder .PD13_product-finder-list+.btn-group {
        margin-top: 32px
    }
}

.PD13_product-finder .btn-group {
    margin-top: 60px;
    padding-bottom: 0;
    gap: 20px
}

.PD13_product-finder .btn-group>* {
    min-width: 126px
}

.PD13_product-finder .btn-group .btn-compare {
    padding: .9rem 1.9rem !important
}

.PD13_product-finder .btn-group .btn-compare:before {
    background: url("../../../../../../../../etc.clientlibs/semiconductor/designs/global/common/resources/img/icon/icon-compare-black.svg") no-repeat center/100%
}

.PD13_product-finder .btn-group .btn-export {
    padding: .9rem 1.9rem !important
}

.PD13_product-finder .PD13_product-finder-item {
    position: relative;
    margin: 24px 24px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 18px);
    flex: 0 0 calc(25% - 18px);
    -ms-flex-preferred-size: calc(25% - 18px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    border-radius: 20px;
    min-width: 0
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 24px);
        flex: 0 0 calc(50% - 24px);
        -ms-flex-preferred-size: calc(50% - 24px);
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -ms-flex-preferred-size: 100%;
        margin-right: 0
    }
}

@media screen and (min-width: 1024px) {
    .PD13_product-finder .PD13_product-finder-item:nth-child(4n) {
        margin-right: 0
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-item:first-child {
        margin-top: 0;
        padding-top: 0
    }
}

.PD13_product-finder .PD13_product-finder-cont {
    padding: 40px 20px;
    text-align: center
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-cont {
        padding: 35px 24px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-cont {
        padding: 32px 20px;
        height: auto;
        min-height: 0
    }
}

.PD13_product-finder .PD13_product-finder-cont .PD13-eol-flag {
    position: absolute;
    right: 20px;
    top: 20px;
    text-align: center;
    padding: 0 6px;
    border-radius: 3px;
    background-color: #eee;
    font-size: 10px;
    font-weight: 700;
    color: #757575;
    display: block;
    height: 20px;
    line-height: 20px
}

.PD13_product-finder .PD13_product-finder-headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 46px
}

.PD13_product-finder .PD13_product-finder-eyebrow {
    font-family: "Samsung Sharp Sans", sans-serif;
    font-size: 1.3rem;
    line-height: 1.15;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.33;
    font-weight: 500
}

.PD13_product-finder .PD13_product-finder-eyebrow+.PD13_product-finder-title {
    margin-top: 0
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-eyebrow {
        font-size: 1.3rem
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-eyebrow {
        font-size: 1.2rem
    }
}

.PD13_product-finder .PD13_product-finder-title {
    margin-top: 18px;
    font-family: "Samsung Sharp Sans", sans-serif;
    font-size: 2.4rem;
    line-height: 1.41;
    font-weight: 700;
    letter-spacing: .2px;
    display: block;
    display: -webkit-box;
    max-height: 2.84em;
    text-overflow: ellipsis;
    line-height: 1.42em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-title {
        font-size: 2rem;
        line-height: 2.8rem
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-title {
        font-size: 2rem;
        line-height: 2.7rem
    }
}

.PD13_product-finder .PD13_product-finder-desc {
    font-size: 1.4rem;
    font-family: "Samsung Sharp Sans", sans-serif;
    margin-bottom: 6px;
    display: block;
    display: -webkit-box;
    max-height: 7.5em;
    text-overflow: ellipsis;
    line-height: 1.5em;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
    margin-top: 12px
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-desc {
        font-size: 1.2rem
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-desc {
        font-size: 1rem
    }
}

.PD13_product-finder .PD13_product-finder-spec {
    margin: 24px 0 0;
    padding-top: 24px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 100px;
    border-top: 1px solid #ddd
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-spec {
        margin: 32px 0 0;
        padding-top: 32px
    }
}

.PD13_product-finder .PD13_product-finder-spec-item {
    width: 50%;
    padding-bottom: 16px
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-spec-item {
        padding-bottom: 12px
    }
}

.PD13_product-finder .PD13_product-finder-spec-item:nth-of-type(odd) {
    padding-right: 24px
}

.PD13_product-finder .PD13_product-finder-spec-item__option {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-family: "Samsung One", sans-serif;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 400
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-spec-item__option {
        font-size: 1.2rem
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-spec-item__option {
        font-size: 1rem
    }
}

.PD13_product-finder .PD13_product-finder-spec-item__spec {
    display: block;
    display: -webkit-box;
    max-height: 2.8em;
    text-overflow: ellipsis;
    line-height: 1.4em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
    font-family: "Samsung Sharp Sans", sans-serif;
    font-size: 1.3rem;
    line-height: 1.15;
    font-weight: 700;
    margin-top: 4px;
    height: 29px
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-spec-item__spec {
        font-size: 1.3rem
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-spec-item__spec {
        font-size: 1.2rem
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-spec-item__spec {
        display: block;
        display: -webkit-box;
        max-height: 2.5em;
        text-overflow: ellipsis;
        line-height: 1.25em;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        overflow: hidden;
        white-space: normal
    }
}

.PD13_product-finder .PD13_product-finder-bottom-area {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-bottom-area {
        bottom: 35px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-bottom-area {
        bottom: 32px
    }
}

.PD13_product-finder .PD13_product-finder-compare {
    margin-top: 16px
}

.PD13_product-finder .PD13_product-finder-compare__btn {
    font-family: "Samsung One", sans-serif;
    font-size: 1.4rem;
    line-height: 1.41;
    font-weight: 400;
    font-weight: 700
}

.PD13_product-finder .PD13_product-finder-compare__btn::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../../../../../../designs/global/common/resources/img/icon/pc-white-cta-text-light-bg-normal.svg") 0 0 no-repeat;
    vertical-align: sub;
    margin-right: 4px
}

.PD13_product-finder .PD13_product-finder-compare__btn[aria-pressed=true] {
    cursor: default;
    color: #006ff2
}

.PD13_product-finder .PD13_product-finder-compare__btn[aria-pressed=true]::before {
    background: url("../../../../../../designs/global/common/resources/img/icon/pc-white-cta-text-light-bg-checked.svg") 0 0 no-repeat
}

.PD13_product-finder .PD13_product-finder-compare__btn[aria-pressed=true]+.PD13_skip_compare {
    display: block;
    font-size: 1.4rem;
    line-height: 1.41;
    font-weight: 700;
    height: 0;
    overflow: hidden
}

.PD13_product-finder .PD13_product-finder-compare__btn[aria-pressed=true]+.PD13_skip_compare:focus-visible {
    position: absolute;
    height: auto
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-compare__btn {
        font-size: 1.2rem
    }
}

.PD13_product-finder .PD13_skip_compare {
    display: none
}

.PD13_product-finder .PD13_product-finder-compare-bottom {
    display: none
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-compare-bottom {
        border-top: none
    }
}

.PD13_product-finder .PD13_product-finder-compare-bottom.sticky {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 1px 30px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 1px 30px 0 rgba(0, 0, 0, .14);
    z-index: 210
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-compare-bottom.sticky {
        -webkit-box-shadow: 0 1px 30px 0 rgba(0, 0, 0, .12);
        box-shadow: 0 1px 30px 0 rgba(0, 0, 0, .12)
    }
}

.PD13_product-finder .PD13_product-finder-compare-bottom.sticky.showAnimation {
    -webkit-animation: showAnimation .5s forwards;
    animation: showAnimation .5s forwards
}

.PD13_product-finder .PD13_product-finder-compare-bottom.sticky.hideAnimation {
    -webkit-animation: hideAnimation .5s forwards;
    animation: hideAnimation .5s forwards
}

.PD13_product-finder .PD13_product-finder-compare-bottom-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px 0;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-compare-bottom-con {
        display: block;
        padding: 0
    }
}

.PD13_product-finder .PD13_product-finder-compare-bottom-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    padding-left: 24px;
    width: calc(100% - 378px)
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-compare-bottom-left {
        padding-left: 32px
    }
}

@media screen and (max-width: 1023px)and (min-width: 768px) {
    .PD13_product-finder .PD13_product-finder-compare-bottom-left {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: 44px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-compare-bottom-left {
        width: 100%;
        padding: 12px 24px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain
    }
}

.PD13_product-finder .PD13_product-finder-compare-bottom-inbox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
    background: #eef0f8;
    padding: 0 40px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 0;
    height: 105px;
    margin-left: 24px;
    text-align: center;
    max-width: 330px
}

.PD13_product-finder .PD13_product-finder-compare-bottom-inbox:first-child {
    margin-left: 0
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-compare-bottom-inbox {
        padding: 0 20px 0;
        height: 126px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }
}

@media screen and (max-width: 1023px)and (min-width: 768px) {
    .PD13_product-finder .PD13_product-finder-compare-bottom-inbox {
        max-width: 31%
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-compare-bottom-inbox {
        padding: 0 12px;
        height: 84px;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33% + 3em);
        flex: 0 0 calc(33% + 3em);
        -ms-flex-preferred-size: calc(33% + 47px);
        max-width: none;
        margin-left: 16px
    }
}

.PD13_product-finder .PD13_product-finder-compare-bottom-inbox__title {
    font-family: "Samsung One", sans-serif;
    font-size: 1.8rem;
    line-height: 1.41;
    font-weight: normal;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-compare-bottom-inbox__title {
        font-size: 1.8rem;
        display: block;
        display: -webkit-box;
        max-height: 2.66em;
        text-overflow: ellipsis;
        line-height: 1.33em;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        overflow: hidden;
        white-space: normal;
        white-space: inherit;
        text-align: center;
        max-width: 106px;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-compare-bottom-inbox__title {
        font-size: 1.4rem
    }
}

.PD13_product-finder .PD13_product-finder-compare-bottom-inbox__desc {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-family: "Samsung One", sans-serif;
    font-size: 1.4rem;
    line-height: 1.41;
    font-weight: 400;
    font-weight: 700;
    margin-top: 4px
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-compare-bottom-inbox__desc {
        font-size: 1.4rem
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-compare-bottom-inbox__desc {
        font-size: 1rem
    }
}

.PD13_product-finder .PD13-box-close {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 16px;
    background: url("../../../../../../designs/global/common/resources/img/icon/icon-regular-action-cancel-close-gray.svg") 0 0 no-repeat;
    font-size: 0
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13-box-close {
        top: 12px;
        right: 12px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13-box-close {
        width: 14px;
        height: 14px;
        top: 10px;
        right: 10px
    }
}

.PD13_product-finder .PD13_product-finder-compare-bottom-right {
    width: 378px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 24px
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-compare-bottom-right {
        padding-right: 32px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 138px;
        flex: 0 0 138px;
        width: 100%
    }
}

@media screen and (max-width: 1023px)and (min-width: 768px) {
    .PD13_product-finder .PD13_product-finder-compare-bottom-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-item-align: center;
        align-self: center
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-compare-bottom-right {
        padding: 0 29px;
        border-top: 1px solid rgba(0, 0, 0, .1);
        height: 78px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-compare-bottom-right>* {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

@media screen and (max-width: 1023px)and (min-width: 768px) {
    .PD13_product-finder .PD13_product-finder-compare-bottom-right>*:first-child {
        margin-top: 18px
    }

    .PD13_product-finder .PD13_product-finder-compare-bottom-right>*:first-child .PD13-compare-clear {
        margin-left: 0
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-compare-bottom-right__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-compare-bottom-right__box .PD13_compare-pop-open-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }
}

.PD13_product-finder .PD13-compare-clear {
    margin-left: 24px
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13-compare-clear {
        margin-left: 0
    }
}

.PD13_product-finder .PD13_filter-sorting-area {
    padding: 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 68px;
    max-width: 1440px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 200;
    background: #fff;
    margin: 0 auto
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_filter-sorting-area {
        min-height: 60px;
        height: 60px;
        padding: 0 24px;
        background-clip: border-box
    }
}

.PD13_product-finder .PD13_filter-sorting-area.sticky {
    position: fixed;
    top: 60px;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1440px;
    z-index: 5
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_filter-sorting-area.sticky {
        z-index: 210 !important;
        left: 0;
        top: auto !important;
        bottom: 0;
        -webkit-transform: none;
        transform: none;
        border-top: 1px solid #ddd
    }

    .PD13_product-finder .PD13_filter-sorting-area.sticky .PD13_drop-down-wrap .combobox {
        right: 0;
        top: -210px
    }
}

.PD13_product-finder .PD13_filter-sorting-area.sticky:before {
    position: absolute;
    left: -150%;
    top: 0;
    width: 400%;
    height: 100%;
    background: #fff;
    content: "";
    z-index: -1
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_filter-sorting-area.sticky:before {
        display: none
    }
}

.PD13_product-finder .PD13_filter-sorting-area .PD13_filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 68px
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_filter-sorting-area .PD13_filter {
        height: 64px
    }
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Samsung One", sans-serif;
    font-size: 1.8rem;
    line-height: 1.41;
    font-weight: 700
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_filter-sorting-area .btn-news-filter {
        font-size: 1.6rem
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_filter-sorting-area .btn-news-filter {
        font-size: 1.4rem
    }
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_filter-sorting-area .btn-news-filter {
        font-size: 1.5rem
    }
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter[aria-pressed=true] {
    color: #2189ff
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter[aria-pressed=true]:before {
    background-image: url("../../../../../../designs/global/common/resources/img/icon/icon-bold-action-filter-on.svg")
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter:before {
    content: "";
    margin-right: 4px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../../../../../../designs/global/common/resources/img/icon/icon-bold-action-filter.svg") no-repeat center/100%
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_filter-sorting-area .btn-news-filter:before {
        width: 16px;
        height: 16px
    }
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter .result_forMobile {
    display: none
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_filter-sorting-area .btn-news-filter .result_forMobile {
        display: block;
        font-weight: inherit;
        margin-left: 3px
    }
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s, color cubic-bezier(0.4, 0, 0.2, 1) .2s, border-color cubic-bezier(0.4, 0, 0.2, 1) .2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) .2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s, color cubic-bezier(0.4, 0, 0.2, 1) .2s, border-color cubic-bezier(0.4, 0, 0.2, 1) .2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) .2s;
    border: none;
    vertical-align: middle;
    color: #000;
    cursor: pointer;
    position: relative;
    font-weight: 700;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    border: none;
    line-height: 20px;
    font-family: "Samsung One", sans-serif;
    font-size: 1.8rem;
    line-height: 1.41;
    font-weight: 700
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset {
        font-size: 1.6rem
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset {
        font-size: 1.4rem
    }
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset {
        font-size: 1.5rem
    }
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.disabled,
.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset:disabled,
.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset [aria-disabled=true] {
    cursor: not-allowed;
    pointer-events: none
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.btn-large {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 24px
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    padding: 0 16px
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.btn-medium {
        height: 32px;
        line-height: 32px;
        font-size: 10px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.btn-medium {
        padding: 0 12px
    }
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
    padding: 0 16px
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.btn-small {
        height: 28px;
        line-height: 28px;
        font-size: 10px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.btn-small {
        padding: 0 12px
    }
}

@media screen and (max-width: 767px) {

    .PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.btn-medium,
    .PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.btn-large {
        font-size: 1.2rem
    }
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.none-border {
    border: none
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.icon-left:before {
    content: "";
    margin-right: 4px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.icon-right:after {
    content: "";
    margin-left: 4px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.btn-medium,
.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.btn-large {
    border: none !important;
    padding: 0;
    line-height: 20px;
    background-color: rgba(0, 0, 0, 0) !important
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.dark-bg {
    color: #fff
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.dark-bg.icon-left:before,
.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.dark-bg.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media screen and (max-width: 767px) {

    .PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.dark-bg.icon-left:before,
    .PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.dark-bg.icon-right:after {
        width: 12px;
        height: 12px;
        background-size: 100% 100%
    }
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.dark-bg.hover-none:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.dark-bg:active,
.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.dark-bg:focus-visible {
    color: #ddd
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.dark-bg:active.icon-left:before,
.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.dark-bg:active.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.dark-bg:focus-visible.icon-left:before,
.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.dark-bg:focus-visible.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.dark-bg:active.hover-none:after,
.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.dark-bg:focus-visible.hover-none:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.dark-bg.disabled,
.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.dark-bg:disabled,
.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.dark-bg [aria-disabled=true] {
    color: #555
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.dark-bg.disabled.icon-left:before,
.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.dark-bg.disabled.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23555555' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.dark-bg:disabled.icon-left:before,
.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.dark-bg:disabled.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23555555' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.dark-bg [aria-disabled=true].icon-left:before,
.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.dark-bg [aria-disabled=true].icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23555555' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.dark-bg.disabled.hover-none:after,
.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.dark-bg:disabled.hover-none:after,
.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.dark-bg [aria-disabled=true].hover-none:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

@media(hover: hover) {
    .PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.dark-bg:hover {
        color: #ddd
    }

    .PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.dark-bg:hover.icon-left:before,
    .PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.dark-bg:hover.icon-right:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.dark-bg:hover.hover-none:after {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.light-bg {
    color: #000;
    border: 1px solid #000
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.light-bg.icon-left:before,
.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.light-bg.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media screen and (max-width: 767px) {

    .PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.light-bg.icon-left:before,
    .PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.light-bg.icon-right:after {
        width: 12px;
        height: 12px;
        background-size: 100% 100%
    }
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.light-bg.hover-none:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.light-bg.disabled,
.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.light-bg:disabled,
.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.light-bg [aria-disabled=true] {
    color: #ddd
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.light-bg.disabled.icon-left:before,
.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.light-bg.disabled.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.light-bg:disabled.icon-left:before,
.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.light-bg:disabled.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.light-bg [aria-disabled=true].icon-left:before,
.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.light-bg [aria-disabled=true].icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.light-bg.disabled.hover-none:after,
.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.light-bg:disabled.hover-none:after,
.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.light-bg [aria-disabled=true].hover-none:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

@media(hover: hover) {
    .PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.light-bg:hover {
        color: #555
    }

    .PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.light-bg:hover.icon-left:before,
    .PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.light-bg:hover.icon-right:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23555555' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.light-bg:hover.hover-none:after {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset:before {
    content: "";
    display: inline-block;
    margin-right: 4px;
    overflow: hidden;
    width: 18px;
    height: 18px;
    -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M0 0H18V18H0z' transform='translate(-262.000000, -1243.000000) translate(0.000000, 1217.000000) translate(32.000000, 23.000000) translate(230.000000, 0.000000) translate(0.000000, 3.000000)'/%3E%3Cpath fill='%23000000' fill-rule='nonzero' d='M10.943 1.757c1.55.416 2.892 1.3 3.872 2.505V2.627h1.5v4.125h-4.126v-1.5h1.497c-.787-.986-1.872-1.708-3.131-2.046C7.354 2.35 4.064 4.248 3.206 7.45c-.857 3.2 1.042 6.49 4.243 7.348 3.169.85 6.425-1.004 7.322-4.147l.026-.095 1.45.388c-1.073 4.001-5.185 6.375-9.186 5.303S.685 11.062 1.757 7.061 6.942.685 10.943 1.757z' transform='translate(-262.000000, -1243.000000) translate(0.000000, 1217.000000) translate(32.000000, 23.000000) translate(230.000000, 0.000000) translate(0.000000, 3.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset:before {
        width: 16px;
        height: 16px
    }
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.disabled {
    color: #8f8f8f
}

.PD13_product-finder .PD13_filter-sorting-area .btn-news-filter__reset.disabled:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M0 0H18V18H0z' transform='translate(-262.000000, -1243.000000) translate(0.000000, 1217.000000) translate(32.000000, 23.000000) translate(230.000000, 0.000000) translate(0.000000, 3.000000)'/%3E%3Cpath fill='%238f8f8f' fill-rule='nonzero' d='M10.943 1.757c1.55.416 2.892 1.3 3.872 2.505V2.627h1.5v4.125h-4.126v-1.5h1.497c-.787-.986-1.872-1.708-3.131-2.046C7.354 2.35 4.064 4.248 3.206 7.45c-.857 3.2 1.042 6.49 4.243 7.348 3.169.85 6.425-1.004 7.322-4.147l.026-.095 1.45.388c-1.073 4.001-5.185 6.375-9.186 5.303S.685 11.062 1.757 7.061 6.942.685 10.943 1.757z' transform='translate(-262.000000, -1243.000000) translate(0.000000, 1217.000000) translate(32.000000, 23.000000) translate(230.000000, 0.000000) translate(0.000000, 3.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.PD13_product-finder .PD13_filter-sorting-area .news-filter-result {
    margin-right: 24px;
    font-family: "Samsung One", sans-serif;
    font-size: 1.8rem;
    line-height: 1.41;
    font-weight: 700
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_filter-sorting-area .news-filter-result {
        font-size: 1.6rem
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_filter-sorting-area .news-filter-result {
        font-size: 1.4rem
    }
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_filter-sorting-area .news-filter-result {
        font-size: 1.5rem
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_filter-sorting-area .news-filter-result {
        display: none
    }
}

.PD13_product-finder .PD13_filter-sorting-area .filter-result-functions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.PD13_product-finder .PD13_filter-sorting-area .filter-result-functions:before {
    content: "";
    width: 1px;
    height: 18px;
    margin: 0 8px;
    background-color: #ddd;
    margin: 0 24px
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_filter-sorting-area .filter-result-functions:before {
        margin: 0 10px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_filter-sorting-area .filter-result-functions {
        display: none
    }

    .PD13_product-finder .PD13_filter-sorting-area .filter-result-functions:before {
        display: none
    }

    .PD13_product-finder .PD13_filter-sorting-area .filter-result-functions>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_filter-sorting-area .filter-result-functions .news-filter-result {
        margin-right: 0
    }
}

@media screen and (max-width: 320px) {
    .PD13_product-finder .PD13_filter-sorting-area .filter-result-functions .news-filter-result {
        max-width: 70px
    }
}

.PD13_product-finder .PD13_filter-sorting-area .PD13_sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.PD13_product-finder .PD13_drop-down-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.PD13_product-finder .PD13_drop-down-wrap:after {
    content: "";
    margin: 0 16px 0 0;
    width: 1px;
    height: 18px;
    background-color: #ddd
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_drop-down-wrap:after {
        margin: 0 8px 0 0
    }
}

.PD13_product-finder .PD13_drop-down-wrap .drop-down {
    height: 36px
}

.PD13_product-finder .btn--drop-down {
    padding-left: 0
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .btn--drop-down {
        padding-right: 16px
    }
}

.PD13_product-finder .btn--drop-down .combobox {
    top: 36px;
    right: 0;
    z-index: 200
}

.PD13_product-finder .PD13_compare-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, .6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 70px
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_compare-popup {
        padding: 32px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_compare-popup {
        padding: 0
    }
}

.PD13_product-finder .PD13_compare-popup[aria-hidden=true] {
    display: none
}

.PD13_product-finder .PD13_compare-popup[aria-hidden=false] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-wrapper {
    position: relative;
    max-width: 1392px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    background: #fff;
    border-radius: 30px;
    padding: 80px 0;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-wrapper {
        padding: 60px 0;
        border-radius: 0
    }
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-content {
    max-height: 100%;
    height: 100%;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    width: 100%
}

@supports(overflow-y: overlay) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-content {
        overflow-y: overlay
    }
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-content {
        padding-bottom: 60px;
        margin: 0
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-content {
        padding-bottom: 0
    }
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-content::-webkit-scrollbar-track {
    border-radius: 10px
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-content::-webkit-scrollbar {
    width: 3px
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #8f8f8f
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-content .compare-product-wrap {
        position: relative;
        padding: 0 69px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-content .compare-product-wrap {
        padding: 0 24px
    }
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-content .compare-product-wrap.sticky {
    height: 238px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 88px 72px 40px 72px;
    border-radius: 30px 30px 0 0;
    -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .2);
    background: #fff;
    max-width: none !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-content .compare-product-wrap.sticky {
        padding: 68px 69px 32px 69px;
        height: 200px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-content .compare-product-wrap.sticky {
        padding: 60px 24px 24px 24px;
        height: 150px
    }
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-content .compare-product-wrap.sticky .PD13_compare-popup-product {
    padding-left: 0;
    padding-right: 0
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-content .compare-product-wrap.sticky .PD13_compare-popup-product__thum {
    display: none
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-content.item2 .compare-slide-button {
    display: none !important
}

@media screen and (min-width: 1024px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-content.item2 .PD13_compare-popup-product {
        max-width: 762px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0
    }

    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-content.item2 .PD13_compare-popup-product .PD13_compare-popup-product-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
        -ms-flex-preferred-size: calc(50% - 72px);
        max-width: none;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-content.item2 .PD13_compare-popup-product .PD13_compare-popup-product-item:first-child {
        margin-left: 0
    }

    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-content.item2 .PD13_compare-popup-con {
        max-width: 762px;
        padding-left: 0;
        padding-right: 0;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        margin: 0 auto
    }
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-pop-close-btn {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 0;
    width: 40px;
    height: 40px;
    background: url("../../../../../../designs/global/common/resources/img/icon/icon-bold-action-cancel-40.svg") 0 0 no-repeat;
    background-size: 100%
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-pop-close-btn {
        top: 20px;
        right: 20px;
        width: 32px;
        height: 32px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-pop-close-btn {
        top: 20px;
        right: 20px;
        width: 24px;
        height: 24px
    }
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-title-area {
    margin-bottom: 64px
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-title-area {
        margin-bottom: 48px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-title-area {
        margin-bottom: 24px
    }
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-title {
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.42;
    line-height: 1.42;
    font-family: "Samsung Sharp Sans", sans-serif
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-title {
        font-size: 2.8rem;
        line-height: 1.39
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-title {
        padding-top: 0;
        font-size: 2.4rem;
        line-height: 1.21;
        letter-spacing: .5px;
        padding: 0 44px
    }
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-desc {
    text-align: center;
    font-family: "Samsung One", sans-serif;
    font-size: 1.8rem;
    line-height: 1.41;
    font-weight: 400;
    margin-top: 16px;
    line-height: 1.39;
    letter-spacing: .5px;
    font-size: 1.8rem;
    color: #8f8f8f;
    font-weight: 700;
    font-family: "Samsung Sharp Sans", sans-serif
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-desc {
        font-size: 1.6rem;
        margin-top: 14px;
        line-height: 1.44
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-desc {
        font-size: 1.4rem;
        margin-top: 12px;
        padding: 0 44px;
        line-height: 1.43
    }
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-con {
    padding: 0 72px;
    margin: 0 auto;
    text-align: left
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-con {
        padding-left: 67px;
        padding-right: 67px;
        padding: 40px 69px 0
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-con {
        padding-left: 0;
        padding-right: 0;
        padding-top: 24px
    }
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 72px 0;
    max-width: 100%
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product {
        max-width: none;
        padding: 0;
        position: relative
    }

    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product.sticky {
        padding: 40px 52px 32px 67px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product {
        padding: 0
    }

    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product.sticky {
        width: 100%;
        padding: 40px 20px 29px
    }

    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product.sticky .PD13_compare-popup-product-item {
        padding: 12px 14px;
        min-height: 0
    }
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product-item {
    border-radius: 20px;
    border: 1px solid #ddd;
    padding: 32px 32px 32px 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3% - 16px);
    flex: 0 0 calc(33.3% - 16px);
    -ms-flex-preferred-size: calc(33.3% - 72px);
    margin-left: 25px;
    text-align: left
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product-item {
        padding: 24px 28px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -ms-flex-preferred-size: auto;
        max-width: none;
        margin-left: 25px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product-item {
        padding: 12px;
        border-radius: 20px;
        margin-left: 16px;
        min-height: 0;
        width: auto;
        max-width: none
    }
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product-item:first-child {
    margin-left: 0
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product-item:first-child {
        margin-left: 0
    }
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product-select {
    position: relative
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product__name {
    padding-right: 57px;
    max-height: none;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: "Samsung Sharp Sans", sans-serif;
    word-break: break-all !important;
    padding-top: 4px
}

@media screen and (min-width: 1024px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product__name {
        display: block;
        display: -webkit-box;
        max-height: 2.78em;
        text-overflow: ellipsis;
        line-height: 1.39em;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        overflow: hidden;
        white-space: normal;
        height: 52px
    }
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product__name {
        min-height: 0;
        padding-right: 40px;
        font-size: 1.8rem;
        max-height: 57px;
        overflow: hidden
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product__name {
        height: 36px;
        padding-right: 24px;
        font-size: 1.3rem;
        padding-top: 0
    }
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product__select-btn {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    background: #000 url("../../../../../../designs/global/common/resources/img/icon/icon-bold-navigation-close-up-wh.svg") center center no-repeat;
    background-size: 18px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product__select-btn {
        top: 0
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product__select-btn {
        width: 16px;
        height: 16px;
        background-size: 10px
    }
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product__select-btn.active {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product__select-btn:focus-visible {
    outline-offset: -2px
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product__option-area {
    display: none;
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .22);
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .22);
    padding: 8px 3px 8px 0;
    width: 100%;
    overflow: hidden
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product__option-area.active {
    display: block
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product__option-area {
        top: 45px;
        width: calc(100% + 24px)
    }
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product__option {
    padding: 8px 56px 8px 24px;
    overflow-y: auto;
    width: 100%;
    max-height: 216px
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product__option {
        top: 42px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product__option {
        max-height: 274px;
        padding: 0 12px
    }
}

@supports(overflow-y: overlay) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product__option {
        overflow-y: overlay
    }
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product__option::-webkit-scrollbar-track {
    border-radius: 10px
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product__option::-webkit-scrollbar {
    width: 3px
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product__option::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #8f8f8f
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product__option .option-btn {
    padding: 10px 0;
    position: relative
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product__option .option-btn {
        padding: 7px 0
    }
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product__option .option-btn.selected .option-btn__name {
    padding-right: 14px;
    font-weight: bold
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product__option .option-btn.selected:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 10px;
    right: -32px;
    width: 14px;
    height: 13px;
    background: url("../../../../../../designs/global/common/resources/img/icon/icon-bold-action-done.svg") 0 0 no-repeat;
    background-size: 100%
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product__option .option-btn.selected:after {
        width: 12px;
        height: 12px;
        right: 0;
        top: 8px
    }
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product__option .option-btn__name {
    display: block;
    font-size: 1.4rem;
    font-family: "Samsung One", sans-serif;
    font-weight: 700;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product__option .option-btn__name {
        font-size: 1.4rem;
        display: block;
        display: -webkit-box;
        max-height: 3em;
        text-overflow: ellipsis;
        line-height: 1.5em;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        overflow: hidden;
        white-space: normal;
        white-space: inherit
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product__option .option-btn__name {
        font-size: 1.4rem;
        font-size: 1.2rem;
        line-height: 1.33
    }
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product__thum {
    padding: 16px 0 8px;
    text-align: center
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product__thum {
        padding: 14px 0 0 0
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product__thum {
        padding: 10px 0
    }
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-product__thum img {
    height: auto
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-spec-list {
    margin-top: 48px;
    min-width: 0
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-spec-list {
        padding: 0;
        margin-top: 0
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-spec-list {
        padding: 0 24px
    }
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-spec-item {
    margin-bottom: 32px
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-spec-item {
        padding-bottom: 0;
        margin-bottom: 24px
    }
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-spec-item:last-child {
    margin-bottom: 0
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-spec-item__title {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-bottom: 16px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.43;
    color: #8f8f8f
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-spec-item__title {
        padding-bottom: 15px
    }
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-spec-item__title .PD13_compare-popup-spec-item__title {
    padding-bottom: 8px;
    font-size: 1.4rem;
    line-height: 1.43
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-spec-item__desc {
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    border-top: 1px solid #ddd;
    padding-top: 16px
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-spec-item__desc {
        padding-top: 28px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-spec-item__desc {
        padding-top: 9px
    }
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-spec-item__desc-name {
    font-family: "Samsung One", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    font-size: 2.4rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin-left: 25px;
    font-family: "Samsung Sharp Sans", sans-serif
}

@media screen and (min-width: 1024px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-spec-item__desc-name {
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        max-height: 69px
    }
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-spec-item__desc-name {
        font-size: 1.8rem;
        margin-left: 25px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        font-size: 2.4rem;
        -ms-flex-preferred-size: calc(50% - 62px);
        padding: 0 25px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-spec-item__desc-name {
        font-size: 1.2rem;
        margin-left: 16px;
        font-size: 1.6rem;
        padding: 0
    }
}

.PD13_product-finder .PD13_compare-popup .PD13_compare-popup-spec-item__desc-name:first-child {
    margin-left: 0
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_compare-popup .PD13_compare-popup-spec-item__desc-name:first-child {
        padding-left: 0
    }
}

.PD13_product-finder .PD13_product-finder-tab {
    position: relative;
    padding: 28px 0;
    overflow: hidden;
    max-width: 1440px;
    margin: 0 auto
}

.PD13_product-finder .PD13_product-finder-tab:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 160px;
    z-index: 10;
    background: -webkit-gradient(linear, left top, right top, color-stop(32%, white), color-stop(89%, rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, white 32%, rgba(255, 255, 255, 0) 89%)
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-tab:before {
        width: 32px;
        height: 132px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-tab:before {
        width: 24px;
        height: 104px
    }
}

.PD13_product-finder .PD13_product-finder-tab:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 160px;
    z-index: 10;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background: -webkit-gradient(linear, left top, right top, color-stop(32%, white), color-stop(89%, rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, white 32%, rgba(255, 255, 255, 0) 89%)
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-tab:after {
        width: 32px;
        height: 132px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-tab:after {
        width: 24px;
        height: 104px
    }
}

.PD13_product-finder .PD13_product-finder-tab .swiper-wrapper {
    padding: 0;
    -webkit-overflow-scrolling: touch;
    gap: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.PD13_product-finder .PD13_product-finder-tab .swiper-slide {
    text-align: center;
    width: 118px;
    margin-left: 0;
    height: auto
}

.PD13_product-finder .PD13_product-finder-tab .swiper-slide.divider {
    position: relative;
    margin-left: 16px;
    padding-left: 24px;
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-tab .swiper-slide.divider {
        padding-left: 23px
    }
}

.PD13_product-finder .PD13_product-finder-tab .swiper-slide.divider:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: calc(100% - 50px);
    background: #ddd;
    position: absolute;
    height: calc(100% - 50px);
    top: 25px;
    left: 0
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-tab .swiper-slide.divider:before {
        height: calc(100% - 20px);
        top: 10px
    }
}

.PD13_product-finder .PD13_product-finder-tab .swiper-slide .PD13_product-finder-tab-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 54px 16px 30px;
    height: 100%;
    background-color: #f8f8f8;
    border-radius: 20px;
    -webkit-transition: padding cubic-bezier(0.4, 0, 0.2, 1) .2s;
    transition: padding cubic-bezier(0.4, 0, 0.2, 1) .2s
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-tab .swiper-slide .PD13_product-finder-tab-name {
        padding: 62px 16px
    }
}

.PD13_product-finder .PD13_product-finder-tab .swiper-slide .PD13_product-finder-tab-name img {
    width: 48px;
    height: 48px
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-tab .swiper-slide .PD13_product-finder-tab-name img {
        width: 36px;
        height: 36px
    }
}

.PD13_product-finder .PD13_product-finder-tab .swiper-slide .PD13_product-finder-tab-name span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    word-break: break-word;
    margin-top: 10px;
    font-family: "Samsung One", sans-serif;
    font-size: 1.8rem;
    line-height: 1.334;
    font-weight: 700;
    color: #757575;
    border-bottom: 2px solid rgba(0, 0, 0, 0)
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-tab .swiper-slide .PD13_product-finder-tab-name span {
        max-height: 40px;
        line-height: 1.33;
        font-size: 1.5rem
    }
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-tab .swiper-slide .PD13_product-finder-tab-name::before {
        width: 40px;
        height: 40px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-tab .swiper-slide .PD13_product-finder-tab-name::before {
        width: 32px;
        height: 32px
    }
}

.PD13_product-finder .PD13_product-finder-tab .swiper-slide .PD13_product-finder-tab-name.active span {
    color: #000
}

.PD13_product-finder .PD13_product-finder-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.PD13_product-finder .btn-group .btn-viewmore {
    display: block
}

.PD13_product-finder .btn-group .btn-compare {
    display: none
}

.PD13_product-finder.listType .PD13_drop-down-wrap {
    display: none
}

.PD13_product-finder.listType .btn-group {
    margin-top: 32px
}

.PD13_product-finder.listType .PD13_product-finder-list {
    display: none
}

.PD13_product-finder.listType .PD13_product-finder-table-wrap {
    display: block
}

.PD13_product-finder.listType .btn-group .btn-viewmore {
    display: none
}

.PD13_product-finder.listType .btn-group .btn-compare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.PD13_product-finder .PD13_product-finder-2depth-tab {
    position: relative;
    margin: 0 auto;
    padding: 18px 0 50px;
    overflow: hidden;
    max-width: 1440px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-2depth-tab {
        padding-top: 20px;
        padding-bottom: 44px;
        margin-bottom: 0
    }
}

.PD13_product-finder .PD13_product-finder-2depth-tab .swiper-wrapper {
    padding: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.PD13_product-finder .PD13_product-finder-2depth-tab .swiper-wrapper.active {
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal
}

.PD13_product-finder .PD13_product-finder-2depth-tab .swiper-slide {
    text-align: center;
    margin-right: 28px;
    width: auto
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-2depth-tab .swiper-slide {
        margin-right: 20px
    }
}

.PD13_product-finder .PD13_product-finder-2depth-tab .swiper-slide:first-child {
    margin-left: 32px
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-2depth-tab .swiper-slide:first-child {
        margin-left: 24px
    }
}

.PD13_product-finder .PD13_product-finder-2depth-tab .swiper-slide:last-child {
    margin-right: 32px
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-2depth-tab .swiper-slide:last-child {
        margin-right: 24px
    }
}

.PD13_product-finder .PD13_product-finder-2depth-tab .swiper-slide>button,
.PD13_product-finder .PD13_product-finder-2depth-tab .swiper-slide>a {
    font-size: 1.6rem;
    line-height: 1.4375;
    color: #757575;
    font-weight: bold;
    font-family: "Samsung Sharp Sans", sans-serif;
    -webkit-transition: color cubic-bezier(0.4, 0, 0.2, 1) .2s;
    transition: color cubic-bezier(0.4, 0, 0.2, 1) .2s
}

@media screen and (max-width: 1023px) {

    .PD13_product-finder .PD13_product-finder-2depth-tab .swiper-slide>button,
    .PD13_product-finder .PD13_product-finder-2depth-tab .swiper-slide>a {
        font-size: 1.4rem;
        line-height: 1.43
    }
}

.PD13_product-finder .PD13_product-finder-2depth-tab .swiper-slide.active>button,
.PD13_product-finder .PD13_product-finder-2depth-tab .swiper-slide.active>a {
    color: #000;
    border-bottom: 2px solid #000
}

.PD13_product-finder .filter-detail-wrapper {
    max-width: 1440px;
    padding: 0 24px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .filter-detail-wrapper {
        padding: 0 32px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .filter-detail-wrapper {
        margin-top: 30px
    }
}

.PD13_product-finder .filter-detail {
    display: none;
    visibility: hidden;
    height: auto;
    padding: 0;
    max-width: 1392px;
    margin: 0 auto 48px auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 20px;
    background-color: #fff;
    margin-top: 42px;
    max-height: 516px
}

.PD13_product-finder .filter-detail.active {
    display: block;
    visibility: visible
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .filter-detail.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100%;
        padding: 0;
        max-height: none;
        overflow-y: visible;
        overscroll-behavior-y: none;
        z-index: 200;
        border-radius: 0;
        margin-top: 0;
        padding-top: 0
    }
}

.PD13_product-finder .filter-detail .filter-detail-title {
    display: none
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .filter-detail .filter-detail-title {
        display: block;
        height: 62px;
        padding: 0 24px;
        line-height: 62px;
        font-weight: 700;
        font-style: normal;
        margin-bottom: 0;
        border-bottom: 1px solid #eee;
        font-size: 1.4rem;
        width: 100%
    }
}

.PD13_product-finder .filter-detail .filter-detail-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    padding: 0 24px 16px 24px;
    border-radius: 20px
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .filter-detail .filter-detail-wrap {
        display: block;
        border-top: none;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        overflow-y: auto;
        height: 100%;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-y: none;
        padding: 0 24px 24px 24px;
        max-height: none;
        margin-top: 0;
        border-radius: 0
    }

    @supports(overflow-y: overlay) {
        .PD13_product-finder .filter-detail .filter-detail-wrap {
            overflow-y: overlay
        }
    }
}

.PD13_product-finder .filter-detail .filter-detail-wrap .filter-detail-group {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 31px;
    min-width: 137.5px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .filter-detail .filter-detail-wrap .filter-detail-group {
        padding-left: 12px;
        min-width: 120px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .filter-detail .filter-detail-wrap .filter-detail-group {
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        min-width: 0;
        max-width: none;
        padding-left: 0
    }
}

.PD13_product-finder .filter-detail .filter-detail-wrap .filter-detail-group:first-child {
    padding-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 156px;
    flex: 0 0 156px
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .filter-detail .filter-detail-wrap .filter-detail-group:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 152px;
        flex: 0 0 152px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .filter-detail .filter-detail-wrap .filter-detail-group:first-child {
        min-width: 0
    }
}

.PD13_product-finder .filter-detail .filter-detail-wrap .filter-detail-group-title {
    font-size: 1.2rem;
    line-height: 1.33;
    color: #000;
    font-weight: 700;
    padding: 0;
    height: 56px;
    width: 100%;
    text-align: left;
    font-family: "Samsung Sharp Sans", sans-serif;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    margin-left: 0;
    pointer-events: none;
    cursor: default
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .filter-detail .filter-detail-wrap .filter-detail-group-title {
        cursor: pointer;
        pointer-events: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        height: auto;
        min-height: 0;
        padding: 22px 40px 22px 0;
        font-size: 1.4rem;
        line-height: 1.43;
        text-align: left;
        position: relative;
        font-weight: 700;
        border-bottom: none;
        font-family: "Samsung One", sans-serif
    }
}

.PD13_product-finder .filter-detail .filter-detail-wrap .filter-detail-group-title:after {
    content: "";
    width: calc(100% + 75px);
    height: 1px;
    background: #ddd;
    position: absolute;
    left: -56px;
    bottom: 0;
    overflow: hidden
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .filter-detail .filter-detail-wrap .filter-detail-group-title:after {
        width: calc(100% + 32px);
        left: -12px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .filter-detail .filter-detail-wrap .filter-detail-group-title:after {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -10px;
        content: "";
        width: 20px;
        height: 20px;
        background: url("../../../../../../designs/global/common/resources/img/icon/icon-bold-navigation-open-down.svg") no-repeat center/16px;
        cursor: pointer;
        z-index: -1;
        left: auto
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .filter-detail .filter-detail-wrap .filter-detail-group-title.active:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .PD13_product-finder .filter-detail .filter-detail-wrap .filter-detail-group-title.active+.filter-detail-group-item-wrap {
        display: block;
        visibility: visible
    }
}

.PD13_product-finder .filter-detail .filter-detail-wrap .filter-detail-group-item-wrap {
    padding-top: 8px;
    padding-bottom: 8px
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .filter-detail .filter-detail-wrap .filter-detail-group-item-wrap {
        padding: 0;
        display: none;
        visibility: hidden
    }
}

.PD13_product-finder .filter-detail .filter-detail-wrap .filter-detail-group-item-wrap .filter-detail-group-item {
    padding: 4px 0;
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .filter-detail .filter-detail-wrap .filter-detail-group-item-wrap .filter-detail-group-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0;
        min-height: 48px;
        line-height: 1.43;
        height: auto
    }

    .PD13_product-finder .filter-detail .filter-detail-wrap .filter-detail-group-item-wrap .filter-detail-group-item .checkbox {
        width: 100%
    }

    .PD13_product-finder .filter-detail .filter-detail-wrap .filter-detail-group-item-wrap .filter-detail-group-item .checkbox label {
        height: auto;
        font-weight: 700;
        padding-top: 0;
        font-size: 1.4rem;
        line-height: 1.43
    }
}

.PD13_product-finder .filter-detail .filter-detail-wrap .filter-detail-group-item-wrap .checkbox label {
    padding-left: 28px;
    height: auto;
    min-height: 20px;
    font-size: 1.2rem;
    line-height: 1.33;
    padding-top: 3px;
    word-break: break-all !important
}

.PD13_product-finder .filter-detail .filter-result-functions-mobile {
    display: none
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .filter-detail .filter-result-functions-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 78px;
        flex: 0 0 78px;
        left: 0;
        width: 100%;
        height: 78px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 24px;
        padding-bottom: calc(env(safe-area-inset-bottom) + 0px);
        background-color: #fff;
        -webkit-box-shadow: 0 1px 30px 0 rgba(0, 0, 0, .12);
        box-shadow: 0 1px 30px 0 rgba(0, 0, 0, .12);
        z-index: 101;
        overflow: hidden;
        position: static
    }

    .PD13_product-finder .filter-detail .filter-result-functions-mobile .btn-news-filter__reset-mobile {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 128px;
        flex: 0 1 128px;
        font-size: 1.4rem;
        line-height: 20px;
        height: 37px;
        font-weight: 700;
        color: #000;
        padding: 0 24px
    }

    .PD13_product-finder .filter-detail .filter-result-functions-mobile .btn-news-filter__reset-mobile span {
        font-weight: inherit;
        display: inline-block;
        position: relative;
        padding-bottom: 2px
    }

    .PD13_product-finder .filter-detail .filter-result-functions-mobile .btn-news-filter__reset-mobile span:after {
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #000
    }

    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 128px;
        flex: 0 1 128px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s, color cubic-bezier(0.4, 0, 0.2, 1) .2s, border-color cubic-bezier(0.4, 0, 0.2, 1) .2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) .2s;
        transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s, color cubic-bezier(0.4, 0, 0.2, 1) .2s, border-color cubic-bezier(0.4, 0, 0.2, 1) .2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) .2s;
        border: none;
        vertical-align: middle;
        color: #000;
        cursor: pointer;
        position: relative;
        font-weight: 700;
        border-width: 1px;
        border-style: solid;
        text-align: center;
        white-space: nowrap;
        text-decoration: none;
        -webkit-appearance: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        background-color: rgba(0, 0, 0, 0);
        padding: 0 24px;
        border-radius: 20px;
        border: none;
        border: none;
        margin-left: 26px
    }

    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.disabled,
    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile:disabled,
    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile [aria-disabled=true] {
        cursor: not-allowed;
        pointer-events: none
    }

    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.btn-large {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 24px
    }

    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.btn-medium {
        height: 32px;
        line-height: 32px;
        font-size: 12px;
        padding: 0 16px
    }
}

@media screen and (max-width: 767px)and (max-width: 767px)and (max-width: 1023px) {
    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.btn-medium {
        height: 32px;
        line-height: 32px;
        font-size: 10px
    }
}

@media screen and (max-width: 767px)and (max-width: 767px)and (max-width: 767px) {
    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.btn-medium {
        padding: 0 12px
    }
}

@media screen and (max-width: 767px)and (max-width: 767px) {
    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.btn-small {
        height: 28px;
        line-height: 28px;
        font-size: 10px;
        padding: 0 16px
    }
}

@media screen and (max-width: 767px)and (max-width: 767px)and (max-width: 1023px) {
    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.btn-small {
        height: 28px;
        line-height: 28px;
        font-size: 10px
    }
}

@media screen and (max-width: 767px)and (max-width: 767px)and (max-width: 767px) {
    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.btn-small {
        padding: 0 12px
    }
}

@media screen and (max-width: 767px)and (max-width: 767px) {
    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.none-border {
        border: none
    }
}

@media screen and (max-width: 767px)and (max-width: 767px) {
    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.icon-left:before {
        content: "";
        margin-right: 4px;
        width: 16px;
        height: 16px;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s;
        transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s
    }
}

@media screen and (max-width: 767px)and (max-width: 767px) {
    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.icon-right:after {
        content: "";
        margin-left: 4px;
        width: 16px;
        height: 16px;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s;
        transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s
    }
}

@media screen and (max-width: 767px)and (max-width: 767px) {
    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.dark-bg {
        background-color: #fff;
        color: #000
    }

    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.dark-bg.icon-left:before,
    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.dark-bg.icon-right:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23333333' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }

    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:active,
    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:focus-visible {
        color: #000;
        background-color: #eee
    }

    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:active.icon-left:before,
    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:active.icon-right:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }

    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:focus-visible.icon-left:before,
    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:focus-visible.icon-right:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }
}

@media screen and (max-width: 767px)and (max-width: 767px)and (hover: hover) {
    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:hover {
        color: #000;
        background-color: #eee
    }

    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:hover.icon-left:before,
    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:hover.icon-right:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }
}

@media screen and (max-width: 767px)and (max-width: 767px) {

    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.dark-bg.disabled,
    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:disabled,
    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.dark-bg [aria-disabled=true] {
        color: #8f8f8f;
        background-color: #555
    }

    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.dark-bg.disabled.icon-left:before,
    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.dark-bg.disabled.icon-right:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238f8f8f' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }

    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:disabled.icon-left:before,
    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:disabled.icon-right:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238f8f8f' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }

    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.dark-bg [aria-disabled=true].icon-left:before,
    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.dark-bg [aria-disabled=true].icon-right:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238f8f8f' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }
}

@media screen and (max-width: 767px)and (max-width: 767px) {
    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.light-bg {
        background-color: #000;
        color: #fff
    }

    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.light-bg.icon-left:before,
    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.light-bg.icon-right:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }

    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.light-bg:active,
    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.light-bg:focus-visible {
        color: #eee;
        background-color: #333
    }

    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.light-bg:active.icon-left:before,
    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.light-bg:active.icon-right:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }

    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.light-bg:focus-visible.icon-left:before,
    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.light-bg:focus-visible.icon-right:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }
}

@media screen and (max-width: 767px)and (max-width: 767px)and (hover: hover) {
    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.light-bg:hover {
        color: #eee;
        background-color: #333
    }

    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.light-bg:hover.icon-left:before,
    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.light-bg:hover.icon-right:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }
}

@media screen and (max-width: 767px)and (max-width: 767px) {

    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.light-bg.disabled,
    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.light-bg:disabled,
    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.light-bg [aria-disabled=true] {
        color: #aaa;
        background-color: #ddd
    }

    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.light-bg.disabled.icon-left:before,
    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.light-bg.disabled.icon-right:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23aaaaaa' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }

    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.light-bg:disabled.icon-left:before,
    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.light-bg:disabled.icon-right:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23aaaaaa' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }

    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.light-bg [aria-disabled=true].icon-left:before,
    .PD13_product-finder .filter-detail .filter-result-functions-mobile .news-filter-result-mobile.light-bg [aria-disabled=true].icon-right:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23aaaaaa' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .filter-detail .filter-result-functions-mobile .filter-detail-group {
        padding: 0;
        border-bottom: none
    }

    .PD13_product-finder .filter-detail .filter-result-functions-mobile .filter-detail-group:not(:last-child) {
        padding-bottom: 0;
        border-bottom: none
    }

    .PD13_product-finder .filter-detail .filter-result-functions-mobile .filter-detail-group.active:not(:last-child) .filter-detail-group-item-wrap {
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: 1px solid #ddd
    }

    .PD13_product-finder .filter-detail .filter-result-functions-mobile .filter-detail-group-title>button span {
        display: none
    }

    .PD13_product-finder .filter-detail .filter-result-functions-mobile .filter-result-functions .btn-news-filter__reset {
        display: none
    }
}

.PD13_product-finder .btn-filter-close {
    display: none
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .btn-filter-close {
        display: block;
        position: absolute;
        top: 20px;
        right: 24px
    }

    .PD13_product-finder .btn-filter-close:after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url("../../../../../../designs/global/common/resources/img/icon/icon-bold-action-delete.svg") no-repeat center/100%
    }
}

.PD13_product-finder .PD13_product-finder-table-wrap {
    display: none;
    margin-top: 42px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding: 0 24px
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-table-wrap {
        padding: 0 32px;
        margin-top: 32px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-table-wrap {
        padding: 0 24px;
        margin-top: 30px
    }
}

.PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table {
    max-width: 1392px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    overflow: auto;
    max-height: 652px
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table {
        max-height: 456px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table {
        -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
        max-height: none;
        overflow-y: hidden
    }
}

.PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table.expanded {
    max-height: 1032px
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table.expanded {
        max-height: 936px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table.expanded {
        max-height: none;
        overflow-y: hidden
    }
}

.PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table {
    min-width: 100%;
    border-radius: inherit
}

.PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table caption {
    display: block;
    font-size: 0
}

.PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table thead {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
    background-color: #fff
}

.PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table thead:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #eee;
    content: "";
    bottom: 0;
    left: 0
}

.PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table thead th {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 700;
    font-family: "Samsung Sharp Sans", sans-serif;
    color: #000;
    vertical-align: middle;
    padding-left: 32px;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table thead th {
        padding-left: 12px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table thead th {
        padding-left: 12px
    }
}

.PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table thead th>div {
    font: inherit;
    display: inline-block;
    vertical-align: middle;
    min-width: 110px
}

.PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table thead th label {
    font-weight: inherit
}

.PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table thead th label:before,
.PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table thead th label:after {
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px)
}

.PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table thead th:first-child {
    border-radius: 20px 0 0 0;
    padding-left: 24px
}

.PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table thead th:first-child>div {
    width: 138px;
    white-space: normal
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table thead th:first-child {
        position: sticky;
        left: 0;
        background: #fff;
        z-index: 5;
        border-bottom: 1px solid #eee
    }
}

.PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table thead th:last-child {
    border-radius: 0 20px 0 0;
    padding-right: 24px
}

.PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table thead th .btn-sorting-result {
    font: inherit;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 2px;
    width: 16px;
    height: 16px
}

.PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table thead th .btn-sorting-result:before {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid #463c3c
}

.PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table thead th .btn-sorting-result.asc:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table tbody tr.noResult td {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.33;
    padding: 48px 10px
}

.PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table tbody tr.noResult td>div {
    margin: 0 auto;
    width: auto
}

@supports(position: sticky) {
    .PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table tbody tr.noResult td>div {
        position: sticky;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0;
        width: 200px
    }
}

.PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table tbody tr:last-child td {
    border-bottom: none
}

.PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table tbody td {
    padding-left: 29px;
    padding-top: 20px;
    padding-bottom: 22px;
    padding-right: 0;
    border-bottom: 1px solid #eee;
    font-size: 1.2rem;
    line-height: 1.33;
    vertical-align: top
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table tbody td {
        padding-left: 12px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table tbody td {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

.PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table tbody td:first-child {
    padding-left: 24px;
    width: 184px
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table tbody td:first-child {
        position: sticky;
        left: 0;
        background: #fff
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table tbody td:first-child {
        position: static;
        background-color: rgba(0, 0, 0, 0)
    }
}

.PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table tbody td:last-child {
    padding-right: 24px
}

.PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table tbody td.model-compare-check>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 156px;
    min-width: 0;
    white-space: normal;
    padding: 0
}

.PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table tbody td.model-compare-check .checkbox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 8px;
    vertical-align: middle
}

.PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table tbody td.model-compare-check .checkbox input[type=checkbox] {
    width: 20px
}

.PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table tbody td.model-compare-check .checkbox label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    padding-left: 20px;
    line-height: 0;
    font-size: 0;
    color: rgba(0, 0, 0, 0)
}

.PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table tbody td.model-compare-check a {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-weight: 700
}

.PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table tbody td.model-compare-check a:hover {
    text-decoration: underline
}

.PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table tbody td>div {
    width: 138px;
    padding-top: 5px;
    word-break: break-all !important
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table tbody td>div {
        width: 96px
    }
}

.PD13_product-finder .PD13_product-finder-table-wrap .btn-mobile-view-tr {
    display: none
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-table-wrap .btn-mobile-view-tr {
        position: relative;
        display: block;
        width: 100%;
        text-align: center;
        height: 48px;
        border-radius: 0 0 20px 20px;
        background: #fff url("../../../../../../designs/global/common/resources/img/icon/icon-bold-navigation-open-down.svg") no-repeat center/18px
    }

    .PD13_product-finder .PD13_product-finder-table-wrap .btn-mobile-view-tr:before {
        content: "";
        position: absolute;
        left: 0;
        top: -15px;
        width: 100%;
        height: 15px;
        z-index: -1;
        background-color: #fff
    }
}

.PD13_product-finder .PD13_product-finder--disclaimer {
    max-width: 1440px;
    padding: 0 24px;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 1.33;
    color: #757575;
    margin-top: 80px;
    padding-bottom: 24px
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder--disclaimer {
        padding-left: 32px;
        padding-right: 32px;
        padding-bottom: 32px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder--disclaimer {
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 24px
    }
}

.PD13_product-finder .PD13_product-finder--disclaimer>p {
    position: relative;
    padding-left: 10px
}

.PD13_product-finder .PD13_product-finder--disclaimer>p em:before {
    content: "*";
    position: absolute;
    left: 0;
    top: 2px
}

.PD13_product-finder .PD13_product-finder--disclaimer a {
    color: #006ff2;
    word-break: break-word !important
}

.PD13_product-finder [class^=simplebar] {
    border-radius: 20px
}

.PD13_product-finder .simplebar-scrollbar:before {
    background-color: #8f8f8f
}

.PD13_product-finder .simplebar-scrollbar.simplebar-visible:before {
    opacity: 1 !important
}

.PD13_product-finder .simplebar-content-wrapper {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none
}

.PD13_product-finder .simplebar-content-wrapper::-webkit-scrollbar {
    display: none
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .simplebar-content-wrapper .simplebar-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%
    }
}

.PD13_product-finder .simplebar-track.simplebar-vertical {
    right: 0;
    width: 7px;
    padding-right: 4px;
    margin-top: 56px;
    margin-bottom: 24px
}

.PD13_product-finder .simplebar-track.simplebar-horizontal {
    margin-left: 24px;
    margin-right: 24px;
    bottom: 6px;
    height: 3px
}

.PD13_product-finder .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 3px;
    top: 0
}

.PD13_product-finder .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 3px
}

.PD13_product-finder .PD13_product-finder__discontinued {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 24px 24px 36px
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder__discontinued {
        padding: 20px 32px 28px
    }
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder__discontinued {
        padding: 16px 24px 32px
    }
}

.PD13_product-finder .PD13_product-finder__discontinued .PD13_product-finder__section-title {
    padding: 24px 0 0
}

.PD13_product-finder .PD13_product-finder__section-title {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 24px 24px 0;
    font-family: "samsungSharpSans";
    font-size: 24px;
    line-height: 34px;
    font-weight: 700
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder__section-title {
        font-size: 20px;
        line-height: 28px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder__section-title {
        padding-top: 16px;
        font-size: 16px;
        line-height: 23px
    }
}

.PD13_product-finder .PD13_product-finder__result-value {
    padding: 30px 0 21px;
    font-family: "samsungOne";
    font-weight: 700;
    font-size: 18px;
    line-height: 25px
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder__result-value {
        padding: 28px 0 20px
    }
}

.PD13_product-finder .PD13_product-finder__result-value span {
    font-weight: 700
}

.PD13_product-finder .PD13_product-finder__card-list>ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px
}

.PD13_product-finder .PD13_product-finder__card-list>ul>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(33.33% - 16px);
    flex: 0 1 calc(33.33% - 16px)
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder__card-list>ul>li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 12px);
        flex: 0 1 calc(50% - 12px)
    }
}

.PD13_product-finder .PD13_product-finder__card-list .PD13_product-finder__color-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px;
    background: #f7f7f7;
    border-radius: 20px;
    text-align: left
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder__card-list .PD13_product-finder__color-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 24px 31px 12px;
        text-align: center
    }
}

.PD13_product-finder .PD13_product-finder__card-list .PD13_product-finder__color-box img {
    max-width: 124px;
    aspect-ratio: 4/3
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder__card-list .PD13_product-finder__color-box img {
        max-width: 100px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder__card-list .PD13_product-finder__color-box img {
        max-width: 86px
    }
}

.PD13_product-finder .PD13_product-finder__card-list .PD13_product-finder__card-title {
    padding: 0 24px 0 32px;
    width: 56.25%;
    font-family: "samsungSharpSans";
    font-size: 18px;
    font-weight: 700;
    display: block;
    display: -webkit-box;
    max-height: 2.76em;
    text-overflow: ellipsis;
    line-height: 1.38em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder__card-list .PD13_product-finder__card-title {
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder__card-list .PD13_product-finder__card-title {
        min-height: 40px;
        margin-top: 16px;
        width: 100%;
        padding: 0 0;
        font-size: 14px
    }
}

.PD13_product-finder .PD13_product-finder__card-list .PD13_product-finder__ico_arrow {
    display: block;
    width: 24px;
    height: 24px;
    background: url("../../../../../../designs/global/common/resources/img/icon/icon-bold-navigation-next.svg") center center no-repeat
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder__card-list .PD13_product-finder__ico_arrow {
        display: none
    }
}

.PD13_product-finder .PD13_product-finder__card-list .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s, color cubic-bezier(0.4, 0, 0.2, 1) .2s, border-color cubic-bezier(0.4, 0, 0.2, 1) .2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) .2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s, color cubic-bezier(0.4, 0, 0.2, 1) .2s, border-color cubic-bezier(0.4, 0, 0.2, 1) .2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) .2s;
    border: none;
    vertical-align: middle;
    color: #000;
    cursor: pointer;
    position: relative;
    font-weight: 700;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    padding: 0 24px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0);
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 24px
}

.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.disabled,
.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large:disabled,
.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large [aria-disabled=true] {
    cursor: not-allowed;
    pointer-events: none
}

.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    padding: 0 16px
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.btn-medium {
        height: 32px;
        line-height: 32px;
        font-size: 10px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.btn-medium {
        padding: 0 12px
    }
}

.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
    padding: 0 16px
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.btn-small {
        height: 28px;
        line-height: 28px;
        font-size: 10px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.btn-small {
        padding: 0 12px
    }
}

.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.none-border {
    border: none
}

.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.icon-left:before {
    content: "";
    margin-right: 4px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s
}

.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.icon-right:after {
    content: "";
    margin-left: 4px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s
}

.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.dark-bg {
    color: #fff;
    border: 1px solid #fff
}

.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.dark-bg.icon-left:before,
.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.dark-bg.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")
}

.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.dark-bg:active,
.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.dark-bg:focus-visible {
    color: #ddd;
    border-color: #ddd;
    background-color: rgba(255, 255, 255, .1)
}

.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.dark-bg:active.icon-left:before,
.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.dark-bg:active.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")
}

.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.dark-bg:focus-visible.icon-left:before,
.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.dark-bg:focus-visible.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")
}

.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.dark-bg.disabled,
.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.dark-bg:disabled,
.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.dark-bg [aria-disabled=true] {
    color: #555;
    border-color: #555;
    background-color: rgba(0, 0, 0, 0)
}

.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.dark-bg.disabled.icon-left:before,
.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.dark-bg.disabled.icon-right:after,
.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.dark-bg:disabled.icon-left:before,
.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.dark-bg:disabled.icon-right:after,
.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.dark-bg [aria-disabled=true].icon-left:before,
.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.dark-bg [aria-disabled=true].icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23555555' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")
}

@media(hover: hover) {
    .PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.dark-bg:hover {
        color: #ddd;
        border-color: #ddd;
        background-color: rgba(255, 255, 255, .1)
    }

    .PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.dark-bg:hover.icon-left:before,
    .PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.dark-bg:hover.icon-right:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")
    }
}

.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.light-bg {
    color: #000;
    border: 1px solid #000
}

.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.light-bg.icon-left:before,
.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.light-bg.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")
}

.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.light-bg:active,
.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.light-bg:focus-visible {
    color: #555;
    background-color: rgba(0, 0, 0, .03);
    border-color: #555
}

.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.light-bg:active.icon-left:before,
.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.light-bg:active.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23555555' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")
}

.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.light-bg:focus-visible.icon-left:before,
.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.light-bg:focus-visible.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23555555' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")
}

.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.light-bg.disabled,
.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.light-bg:disabled,
.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.light-bg [aria-disabled=true] {
    color: #ddd;
    background-color: rgba(0, 0, 0, 0);
    border-color: #ddd
}

.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.light-bg.disabled.icon-left:before,
.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.light-bg.disabled.icon-right:after,
.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.light-bg:disabled.icon-left:before,
.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.light-bg:disabled.icon-right:after,
.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.light-bg [aria-disabled=true].icon-left:before,
.PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.light-bg [aria-disabled=true].icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")
}

@media(hover: hover) {
    .PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.light-bg:hover {
        color: #555;
        background-color: rgba(0, 0, 0, .03);
        border-color: #555
    }

    .PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.light-bg:hover.icon-left:before,
    .PD13_product-finder .PD13_product-finder__card-list .btn-group .btn-large.light-bg:hover.icon-right:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23555555' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-thum img {
        width: 160px;
        height: 120px
    }
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder.showcase .PD13_product-finder-showcase-bg {
        height: 528px
    }
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder.showcase .PD13_product-finder-showcase-content {
        bottom: 60px
    }

    .PD13_product-finder.showcase .PD13_product-finder-showcase-content .PD13_product-finder-showcase__title {
        margin-bottom: 14px
    }

    .PD13_product-finder.showcase .PD13_product-finder-showcase-content .PD13_product-finder-showcase__desc {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder+.btn-group {
        margin-top: 40px
    }
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder+.btn-group button {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s, color cubic-bezier(0.4, 0, 0.2, 1) .2s, border-color cubic-bezier(0.4, 0, 0.2, 1) .2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) .2s;
        transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s, color cubic-bezier(0.4, 0, 0.2, 1) .2s, border-color cubic-bezier(0.4, 0, 0.2, 1) .2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) .2s;
        border: none;
        vertical-align: middle;
        color: #000;
        cursor: pointer;
        position: relative;
        font-weight: 700;
        border-width: 1px;
        border-style: solid;
        text-align: center;
        white-space: nowrap;
        text-decoration: none;
        -webkit-appearance: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        background-color: rgba(0, 0, 0, 0);
        padding: 0 24px;
        border-radius: 20px;
        border: none
    }

    .PD13_product-finder+.btn-group button.disabled,
    .PD13_product-finder+.btn-group button:disabled,
    .PD13_product-finder+.btn-group button [aria-disabled=true] {
        cursor: not-allowed;
        pointer-events: none
    }

    .PD13_product-finder+.btn-group button.btn-large {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 24px
    }

    .PD13_product-finder+.btn-group button.btn-medium {
        height: 32px;
        line-height: 32px;
        font-size: 12px;
        padding: 0 16px
    }
}

@media screen and (max-width: 1023px)and (max-width: 1023px) {
    .PD13_product-finder+.btn-group button.btn-medium {
        height: 32px;
        line-height: 32px;
        font-size: 10px
    }
}

@media screen and (max-width: 1023px)and (max-width: 767px) {
    .PD13_product-finder+.btn-group button.btn-medium {
        padding: 0 12px
    }
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder+.btn-group button.btn-small {
        height: 28px;
        line-height: 28px;
        font-size: 10px;
        padding: 0 16px
    }
}

@media screen and (max-width: 1023px)and (max-width: 1023px) {
    .PD13_product-finder+.btn-group button.btn-small {
        height: 28px;
        line-height: 28px;
        font-size: 10px
    }
}

@media screen and (max-width: 1023px)and (max-width: 767px) {
    .PD13_product-finder+.btn-group button.btn-small {
        padding: 0 12px
    }
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder+.btn-group button.none-border {
        border: none
    }

    .PD13_product-finder+.btn-group button.icon-left:before {
        content: "";
        margin-right: 4px;
        width: 16px;
        height: 16px;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s;
        transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s
    }

    .PD13_product-finder+.btn-group button.icon-right:after {
        content: "";
        margin-left: 4px;
        width: 16px;
        height: 16px;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s;
        transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s
    }

    .PD13_product-finder+.btn-group button.dark-bg {
        background-color: #fff;
        color: #000
    }

    .PD13_product-finder+.btn-group button.dark-bg.disabled,
    .PD13_product-finder+.btn-group button.dark-bg:disabled,
    .PD13_product-finder+.btn-group button.dark-bg [aria-disabled=true] {
        color: #8f8f8f;
        background-color: #555
    }

    .PD13_product-finder+.btn-group button.dark-bg.disabled.icon-left:before,
    .PD13_product-finder+.btn-group button.dark-bg.disabled.icon-right:after,
    .PD13_product-finder+.btn-group button.dark-bg:disabled.icon-left:before,
    .PD13_product-finder+.btn-group button.dark-bg:disabled.icon-right:after,
    .PD13_product-finder+.btn-group button.dark-bg [aria-disabled=true].icon-left:before,
    .PD13_product-finder+.btn-group button.dark-bg [aria-disabled=true].icon-right:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238f8f8f' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }

    .PD13_product-finder+.btn-group button.dark-bg.icon-left:before,
    .PD13_product-finder+.btn-group button.dark-bg.icon-right:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23333333' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }

    .PD13_product-finder+.btn-group button.dark-bg:active,
    .PD13_product-finder+.btn-group button.dark-bg:focus-visible {
        color: #000;
        background-color: #eee
    }

    .PD13_product-finder+.btn-group button.dark-bg:active.icon-left:before,
    .PD13_product-finder+.btn-group button.dark-bg:active.icon-right:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }

    .PD13_product-finder+.btn-group button.dark-bg:focus-visible.icon-left:before,
    .PD13_product-finder+.btn-group button.dark-bg:focus-visible.icon-right:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }
}

@media screen and (max-width: 1023px)and (hover: hover) {
    .PD13_product-finder+.btn-group button.dark-bg:hover {
        color: #000;
        background-color: #eee
    }

    .PD13_product-finder+.btn-group button.dark-bg:hover.icon-left:before,
    .PD13_product-finder+.btn-group button.dark-bg:hover.icon-right:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder+.btn-group button.light-bg {
        background-color: #000;
        color: #fff
    }

    .PD13_product-finder+.btn-group button.light-bg.icon-left:before,
    .PD13_product-finder+.btn-group button.light-bg.icon-right:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }

    .PD13_product-finder+.btn-group button.light-bg:active,
    .PD13_product-finder+.btn-group button.light-bg:focus-visible {
        color: #eee;
        background-color: #333
    }

    .PD13_product-finder+.btn-group button.light-bg:active.icon-left:before,
    .PD13_product-finder+.btn-group button.light-bg:active.icon-right:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }

    .PD13_product-finder+.btn-group button.light-bg:focus-visible.icon-left:before,
    .PD13_product-finder+.btn-group button.light-bg:focus-visible.icon-right:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }
}

@media screen and (max-width: 1023px)and (hover: hover) {
    .PD13_product-finder+.btn-group button.light-bg:hover {
        color: #eee;
        background-color: #333
    }

    .PD13_product-finder+.btn-group button.light-bg:hover.icon-left:before,
    .PD13_product-finder+.btn-group button.light-bg:hover.icon-right:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }
}

@media screen and (max-width: 1023px) {

    .PD13_product-finder+.btn-group button.light-bg.disabled,
    .PD13_product-finder+.btn-group button.light-bg:disabled,
    .PD13_product-finder+.btn-group button.light-bg [aria-disabled=true] {
        color: #aaa;
        background-color: #ddd
    }

    .PD13_product-finder+.btn-group button.light-bg.disabled.icon-left:before,
    .PD13_product-finder+.btn-group button.light-bg.disabled.icon-right:after,
    .PD13_product-finder+.btn-group button.light-bg:disabled.icon-left:before,
    .PD13_product-finder+.btn-group button.light-bg:disabled.icon-right:after,
    .PD13_product-finder+.btn-group button.light-bg [aria-disabled=true].icon-left:before,
    .PD13_product-finder+.btn-group button.light-bg [aria-disabled=true].icon-right:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23aaaaaa' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }
}

.PD13_product-finder .PD13_product-finder-type-buttons-wrap {
    position: relative;
    width: 100%
}

.PD13_product-finder .PD13_product-finder-type-buttons-wrap::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, .1);
    z-index: 0
}

.PD13_product-finder .PD13_product-finder-type-buttons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.PD13_product-finder .PD13_product-finder-type-buttons .PD13_product-finder-type-button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 16px 20px;
    min-width: 330px;
    font-family: "SamsungSharpSans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #757575
}

.PD13_product-finder .PD13_product-finder-type-buttons .PD13_product-finder-type-button[aria-selected=true] {
    color: #000;
    border-bottom: 2px solid #000
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-type-buttons .PD13_product-finder-type-button {
        font-size: 18px;
        line-height: 1.3333
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-type-buttons .PD13_product-finder-type-button {
        min-width: 144px;
        font-size: 16px;
        line-height: 1.375
    }
}

.PD13_product-finder .PD13_product-finder-type-tabs-wrap {
    position: relative;
    padding: 32px 0 0;
    max-height: 0;
    -webkit-transition: max-height cubic-bezier(0.4, 0, 0.2, 1) .2s;
    transition: max-height cubic-bezier(0.4, 0, 0.2, 1) .2s;
    overflow: hidden
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-type-tabs-wrap {
        padding: 24px 0 0
    }
}

.PD13_product-finder .PD13_product-finder-type-tabs {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px
}

.PD13_product-finder .PD13_product-finder-type-tabs .swiper-slide {
    width: auto
}

.PD13_product-finder .PD13_product-finder-type-tabs .PD13_product-finder-type-tab {
    display: block;
    padding: 16px 32px;
    width: auto;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-family: "SamsungSharpSans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4386;
    color: #757575
}

.PD13_product-finder .PD13_product-finder-type-tabs .PD13_product-finder-type-tab[aria-selected=true] {
    color: #000;
    background-color: #f8f8f8;
    border-color: #000
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder .PD13_product-finder-type-tabs .PD13_product-finder-type-tab {
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder .PD13_product-finder-type-tabs .PD13_product-finder-type-tab {
        padding: 16px 24px
    }
}

.PD13_product-finder.type-application .PD13_product-finder-type-tabs-wrap {
    max-height: 100px
}

.PD13_product-finder.type-application .PD13_product-finder-tab .swiper-slide .PD13_product-finder-tab-name {
    padding: 24px 16px
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder.type-application .PD13_product-finder-tab .swiper-slide .PD13_product-finder-tab-name {
        padding: 32px 16px
    }
}

.PD13_product-finder.l1-type.type-application .PD13_product-finder-type-tabs-wrap {
    max-height: 0px
}

.PD13_product-finder.l1-type .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-title {
    font-size: 4.4rem
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder.l1-type .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-title {
        font-size: 28px;
        line-height: 1.3572
    }
}

@media screen and (max-width: 767px) {
    .PD13_product-finder.l1-type .PD13_product-finder-search-bar-large .PD13_product-finder-search-bar-title {
        font-size: 20px;
        line-height: 1.35
    }
}

.PD13_product-finder.l1-type .PD13_product-finder-type-tabs-wrap,
.PD13_product-finder.l1-type .PD13_product-finder-type-buttons-wrap {
    display: none
}

.PD13_product-finder.l1-type .PD13_product-finder-tab {
    padding: 0 0 28px
}

.PD13_product-finder.l1-type .PD13_product-finder-tab .swiper-slide .PD13_product-finder-tab-name {
    padding: 24px 16px
}

@media screen and (max-width: 1023px) {
    .PD13_product-finder.l1-type .PD13_product-finder-tab .swiper-slide .PD13_product-finder-tab-name {
        padding: 32px 16px
    }
}

html[lang^=ko] .PD13_product-finder .PD13_product-finder-list .PD13_product-finder-item .PD13_product-finder-cont .PD13_product-finder-spec .PD13_product-finder-spec-item .PD13_product-finder-spec-item__spec {
    display: block;
    display: -webkit-box;
    height: 2.8em;
    max-height: 2.8em;
    text-overflow: ellipsis;
    line-height: 1.4em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal
}

html[lang^=ko] .PD13_product-finder .PD13_compare-popup-spec-item__desc-name {
    word-break: break-word !important
}

html[lang^=ja] .PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table thead th:first-child>div,
html[lang=ja-JP] .PD13_product-finder .PD13_product-finder-table-wrap .PD13_product-finder-table table thead th:first-child>div {
    width: auto
}

/*# sourceMappingURL=PD13_product-finder.min.css.map */