/* Component Name */
.PD35_product_compare {
    width: 100%;
    max-width: 1204px;
    padding: 100px 24px 128px;
    box-sizing: border-box;
    margin: 0 auto;
}

.PD35_product_compare .PD35_product_compare-content {
    margin: 0;
    text-align: center;
    width: 100%;
}
.PD35_product_compare .PD35_product_compare-title-area {
    position: relative;
    z-index: 2;
}

.PD35_product_compare .PD35_product_compare-con-wrap {
    position: relative;
    padding-top: 80px;
}

.PD35_product_compare .PD35_product_compare-title {
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.21;
    font-family: 'Samsung Sharp Sans', sans-serif;
}

.PD35_product_compare .PD35_product_compare-desc {
    width: 100%;
    max-width: 1156px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.33;
    color: #8f8f8f;
    font-weight: 700;
    font-family: 'Samsung One', sans-serif;
    margin: 32px auto 0;
}

.PD35_product_compare .PD35_product_compare-con {
    text-align: left;
}

.PD35_product_compare .PD35_product_compare-con .PD35_product_compare-con-wrap-sticky {
    position: sticky;
    top: 102px;
    z-index: 1;
    width: auto;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.PD35_product_compare .PD35_product_compare-con .PD35_product_compare-con-wrap-sticky::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 102px;
    background-color: #fff;
}

body.gnbShowUp
    .PD35_product_compare
    .PD35_product_compare-con
    .PD35_product_compare-con-wrap-sticky {
    top: 164px;
}

.PD35_product_compare .PD35_product_compare-product-item {
    display: flex;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #dddddd;
    background-color: #fff;
    padding: 0 32px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3% - 16px);
    flex: 0 0 calc(33.3% - 16px);
    margin-left: 24px;
    text-align: left;
    height: 72px;
}

.PD35_product_compare .PD35_product_compare-product-item:first-child {
    margin-left: 0;
}

.PD35_product_compare .PD35_product_compare-product-select {
    position: relative;
    width: 100%;
    padding-right: 48px;
}

.PD35_product_compare .PD35_product_compare-product__name {
    max-height: none;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: 'Samsung Sharp Sans', sans-serif;
    display: block;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 1.33;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
}

.PD35_product_compare .PD35_product_compare-product__select-btn {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #000;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    transition: 0.25s ease all;
}
.PD35_product_compare .PD35_product_compare-product__select-btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-navigation-close-up-wh.svg')
        center center no-repeat;
    background-size: 18px;
    transform: translate(-50%, -50%);
}

.PD35_product_compare .PD35_product_compare-product__select-btn.active {
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
}

.PD35_product_compare .PD35_product_compare-product__select-btn:focus-visible {
    outline-offset: -2px;
}

.PD35_product_compare .PD35_product_compare-product__option-area {
    position: absolute;
    top: 38px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.22);
    padding: 8px 3px 8px 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: 0.5s ease;
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
}

.PD35_product_compare .PD35_product_compare-product__option-area.active {
    height: 336px;
    opacity: 1;
    visibility: visible;
}

.PD35_product_compare
    .PD35_product_compare-product__option-area
    .PD35_product_compare-product__option_inner
    .PD35_product_compare-product__option_category {
    font-family: 'Samsung Sharp Sans', sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 16px;
    line-height: 23px;
    padding: 10px 0;
}
.PD35_product_compare
    .PD35_product_compare-product__option-area
    .PD35_product_compare-product__option_inner
    .PD35_product_compare-product__option_list-area {
    padding-left: 12px;
}

@media screen and (max-width: 1023px) {
    .PD35_product_compare .PD35_product_compare-product__option-area.active {
        height: 232px;
    }
    .PD35_product_compare
        .PD35_product_compare-product__option-area
        .PD35_product_compare-product__option_inner
        .PD35_product_compare-product__option_category {
        font-size: 14px;
        line-height: 20px;
    }
    .PD35_product_compare
        .PD35_product_compare-product__option-area
        .PD35_product_compare-product__option_inner
        .PD35_product_compare-product__option_list-area {
        padding-left: 10px;
    }
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
    .PD35_product_compare .PD35_product_compare-product__option {
        max-height: 174px !important;
    }
    .PD35_product_compare .PD35_product_compare-product__option-area.active {
        height: 190px !important;
    }
}
@media screen and (max-width: 767px) {
    .PD35_product_compare .PD35_product_compare-product__option-area.active {
        height: 225px;
    }
    .PD35_product_compare
        .PD35_product_compare-product__option-area
        .PD35_product_compare-product__option_inner
        .PD35_product_compare-product__option_category {
        font-size: 12px;
        line-height: 16px;
        padding: 7px 0;
    }
    .PD35_product_compare
        .PD35_product_compare-product__option-area
        .PD35_product_compare-product__option_inner
        .PD35_product_compare-product__option_list-area {
        padding-left: 4px;
    }
}

.PD35_product_compare .PD35_product_compare-product__option {
    padding: 8px 56px 8px 24px;
    overflow-y: auto;
    width: 100%;
    max-height: 320px;
    overscroll-behavior-y: contain;
}

@supports (overflow-y: overlay) {
    .PD35_product_compare .PD35_product_compare-product__option {
        overflow-y: overlay;
    }
}

.PD35_product_compare .PD35_product_compare-product__option::-webkit-scrollbar-track {
    border-radius: 10px;
}

.PD35_product_compare .PD35_product_compare-product__option::-webkit-scrollbar {
    width: 3px;
}

.PD35_product_compare .PD35_product_compare-product__option::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #8f8f8f;
}

.PD35_product_compare .PD35_product_compare-product__option .option-btn {
    padding: 10px 0;
    position: relative;
}

.PD35_product_compare .PD35_product_compare-product__option .option-btn.selected .option-btn__name {
    font-weight: bold;
}

.PD35_product_compare .PD35_product_compare-product__option .option-btn.selected:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 10px;
    right: -35px;
    width: 16px;
    height: 16px;
    background: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-action-done.svg')
        0 0 no-repeat;
    background-size: 100%;
}
.PD35_product_compare .PD35_product_compare-product__option .option-btn.disabled a {
    color: #ddd;
    cursor: default;
}

.PD35_product_compare .PD35_product_compare-product__option .option-btn__name {
    display: block;
    color: #333;
    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;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.PD35_product_compare .PD35_product_compare-product__thum {
    padding: 0;
    height: 276px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.PD35_product_compare .PD35_product_compare-product__thum figure img {
    width: auto !important;
    max-height: 276px;
}

.PD35_product_compare .PD35_product_compare-product__thum img {
    height: auto;
}

.PD35_product_compare .PD35_product_compare-spec-list {
    margin-top: 24px;
}

.PD35_product_compare .PD35_product_compare-spec-item {
    position: relative;
    padding: 32px 0;
}
.PD35_product_compare .PD35_product_compare-spec-item::before {
    clear: both;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ddd;
}
@media screen and (min-width: 1024px) {
    .PD35_product_compare .PD35_product_compare-spec-item::before {
        max-width: 1108px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.PD35_product_compare .PD35_product_compare-spec-item:nth-child(1) {
    padding: 0 0 16px;
}
.PD35_product_compare .PD35_product_compare-spec-item:nth-child(1)::before,
.PD35_product_compare .PD35_product_compare-spec-item:nth-child(2)::before {
    display: none;
}

.PD35_product_compare .PD35_product_compare-spec-item__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.PD35_product_compare .PD35_product_compare-spec-item__desc-name-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin-left: 25px;
}
.PD35_product_compare .PD35_product_compare-spec-item__desc-name-wrap dl {
    max-width: 321px;
    margin: 0 auto;
}

.PD35_product_compare
    .PD35_product_compare-spec-item__desc-name-wrap
    .PD35_product_compare-spec-item__title {
    font-family: 'Samsung One', sans-serif;
    padding-bottom: 16px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.33;
    color: #757575;
    text-align: center;
}

.PD35_product_compare
    .PD35_product_compare-spec-item__desc-name-wrap
    .PD35_product_compare-spec-item__detail_desc {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.33;
    font-family: 'Samsung One', sans-serif;
    font-weight: 700;
    color: #000;
}

.PD35_product_compare .PD35_product_compare-spec-item__desc-name-wrap:first-child {
    margin-left: 0;
}

html[lang^='ko'] .PD35_product_compare-spec-item__desc-name-wrap {
    word-break: break-word !important;
}

.PD35_product_compare .PD35_product_compare-spec-item__thum-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin-left: 24px;
    text-align: center;
}

.PD35_product_compare .PD35_product_compare-spec-item__thum-wrap:first-child {
    margin-left: 0;
}

.PD35_product_compare .PD35_product_compare-cta {
    margin-top: 24px;
}
.PD35_product_compare .PD35_product_compare_buy {
    margin-bottom: 18px;
}

@media screen and (max-width: 1023px) {
    .PD35_product_compare {
        padding: 80px 32px 96px;
    }
    .PD35_product_compare .PD35_product_compare-content .compare-product-wrap {
        position: relative;
        padding: 0 69px;
    }
    .PD35_product_compare .PD35_product_compare-con-wrap {
        padding-top: 60px;
    }
    .PD35_product_compare .PD35_product_compare-desc {
        font-size: 1.6rem;
    }
    .PD35_product_compare .PD35_product_compare-product-item {
        height: 68px;
        padding: 0 24px;
        -ms-flex: calc(50% - 12px);
        flex: calc(50% - 12px);
    }
    .PD35_product_compare .PD35_product_compare-product__option {
        max-height: 216px;
        padding: 8px 56px 8px 20px;
    }
    .PD35_product_compare .PD35_product_compare-product__option .option-btn__name {
        font-size: 1.4rem;
    }
    .PD35_product_compare .PD35_product_compare-product__thum {
        height: 254px;
    }
    .PD35_product_compare .PD35_product_compare-product__thum figure img {
        max-height: 254px;
    }
    .PD35_product_compare .PD35_product_compare-spec-item {
        padding: 24px 0;
    }
    .PD35_product_compare .PD35_product_compare-spec-list {
        padding: 0;
    }
    .PD35_product_compare .PD35_product_compare-spec-item {
        padding: 24px 0;
    }
    .PD35_product_compare .PD35_product_compare-spec-item__desc-name-wrap {
        font-size: 1.8rem;
    }
    .PD35_product_compare
        .PD35_product_compare-spec-item__desc-name-wrap
        .PD35_product_compare-spec-item__title {
        font-size: 1.5rem;
        padding-bottom: 12px;
    }
    .PD35_product_compare
        .PD35_product_compare-spec-item__desc-name-wrap
        .PD35_product_compare-spec-item__detail_desc {
        font-size: 2rem;
        line-height: 1.35;
    }
    .PD35_product_compare .PD35_product_compare-product-item:nth-child(3),
    .PD35_product_compare .PD35_product_compare-spec-item__thum-wrap:nth-child(3),
    .PD35_product_compare .PD35_product_compare-spec-item__desc-name-wrap:nth-child(3) {
        display: none;
    }
    .PD35_product_compare .PD35_compare-pop-close-btn {
        top: 20px;
        right: 20px;
        width: 32px;
        height: 32px;
    }
    .PD35_product_compare .PD35_product_compare-title {
        font-size: 3.4rem;
        line-height: 1.24;
    }
    .PD35_product_compare .PD35_product_compare-desc {
        margin-top: 24px;
        font-size: 1.5rem;
        line-height: 1.33;
    }
    .PD35_product_compare .PD35_product_compare-product__name {
        font-size: 1.5rem;
        line-height: 1.33;
        overflow: hidden;
    }
    .PD35_product_compare .PD35_product_compare-product__option {
        top: 42px;
    }
    .PD35_product_compare .PD35_product_compare-product__option .option-btn__name {
        display: block;
        display: -webkit-box;
        max-height: 3em;
        -o-text-overflow: ellipsis;
        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;
    }
    .PD35_product_compare .PD35_product_compare-spec-item__desc-name-wrap {
        margin-left: 24px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        font-size: 2.4rem;
        -ms-flex-preferred-size: calc(50% - 62px);
    }
    .PD35_product_compare .PD35_product_compare-spec-item__desc-name-wrap dl {
        max-width: 308px;
    }
    .PD35_product_compare
        .PD35_product_compare-spec-item__desc-name-wrap
        .PD35_product_compare-spec-item__title {
        padding-bottom: 12px;
    }
    .PD35_product_compare .PD35_product_compare-spec-item__desc-name:first-child {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .PD35_product_compare {
        padding: 60px 24px 48px;
    }
    .PD35_product_compare .PD35_product_compare-content .compare-product-wrap {
        padding: 0 24px;
    }
    .PD35_product_compare .PD35_product_compare-con-wrap {
        padding-top: 48px;
    }
    .PD35_product_compare .PD35_product_compare-desc {
        max-width: 550px;
        font-size: 1.4rem;
    }

    .PD35_product_compare .PD35_product_compare-desc br {
        display: none;
    }
    .PD35_product_compare .PD35_product_compare-spec-item__thum-wrap {
        margin-left: 16px;
    }
    .PD35_product_compare .PD35_product_compare-product-select {
        padding-right: 24px;
    }
    .PD35_product_compare .PD35_product_compare-product__option-area {
        width: calc(100% + 4px);
        -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.22);
        box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.22);
    }
    .PD35_product_compare .PD35_product_compare-product__option {
        max-height: 209px;
    }
    .PD35_product_compare .PD35_product_compare-product__option .option-btn.selected:after {
        width: 12px;
        height: 12px;
        right: -15px;
        top: 8px;
    }
    .PD35_product_compare .PD35_product_compare-product__option .option-btn__name {
        font-size: 1.4rem;
    }
    .PD35_product_compare .PD35_product_compare-product__thum {
        height: 112px;
    }
    .PD35_product_compare .PD35_product_compare-product__thum figure img {
        max-height: 112px;
    }
    .PD35_product_compare .PD35_product_compare-spec-item:nth-child(1) {
        padding-bottom: 8px;
        margin-bottom: 0;
    }
    .PD35_product_compare .PD35_product_compare-spec-item__desc-name-wrap {
        font-size: 1.2rem;
    }
    .PD35_product_compare
        .PD35_product_compare-spec-item__desc-name-wrap
        .PD35_product_compare-spec-item__detail_desc {
        font-size: 1.6rem;
        line-height: 1.38;
    }
    .PD35_product_compare .PD35_product_compare-product-item {
        padding: 0 26px;
        -ms-flex: calc(50% - 12px);
        flex: calc(50% - 12px);
        margin-left: 12px;
        height: 72px;
    }
    .PD35_product_compare .PD35_product_compare-product-item {
        margin-left: 12px;
    }
    .PD35_product_compare .PD35_product_compare-product-item:first-child {
        margin-left: 0;
    }
    .PD35_product_compare .PD35_product_compare-content {
        padding-bottom: 0;
    }
    .PD35_product_compare .PD35_product_compare-title {
        padding: 0;
        font-size: 3rem;
        line-height: 1.33;
        letter-spacing: 0.5px;
    }
    .PD35_product_compare .PD35_compare-pop-close-btn {
        top: 20px;
        right: 20px;
        width: 24px;
        height: 24px;
    }
    .PD35_product_compare .PD35_product_compare-desc {
        margin-top: 16px;
        line-height: 1.43;
    }

    .PD35_product_compare .PD35_product_compare-product-item {
        padding: 16px 10px;
        border-radius: 20px;
        margin-left: 16px;
        min-height: 0;
        width: auto;
        max-width: none;
    }
    .PD35_product_compare .PD35_product_compare-product__name {
        font-size: 1.4rem;
        line-height: 1.43;
    }
    .PD35_product_compare .PD35_product_compare-product__select-btn {
        width: 16px;
        height: 16px;
    }
    .PD35_product_compare .PD35_product_compare-product__select-btn:after {
        width: 30px;
        height: 30px;
        background-size: 10px;
    }
    .PD35_product_compare .PD35_product_compare-product__option .option-btn__name {
        font-size: 1.2rem;
        line-height: 1.33;
    }
    .PD35_product_compare .PD35_product_compare-spec-item {
        padding-bottom: 0;
        margin-bottom: 24px;
    }
    .PD35_product_compare
        .PD35_product_compare-spec-item__desc-name-wrap
        .PD35_product_compare-spec-item__title {
        padding-bottom: 8px;
        font-size: 1.4rem;
        line-height: 1.43;
    }
    .PD35_product_compare .PD35_product_compare-spec-item__desc-name-wrap {
        margin-left: 16px;
        font-size: 1.6rem;
        padding: 0;
    }
    .PD35_product_compare .PD35_product_compare-spec-item__desc-name:nth-child(3) {
        display: none;
    }
    .PD35_product_compare .PD35_product_compare-product__option {
        padding: 0 24px 0 10px;
    }
    .PD35_product_compare .PD35_product_compare-product__option .option-btn {
        padding: 7px 0;
    }
}

.PD35_product_compare .PD35-cta {
    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) 0.2s,
        color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
        font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
        color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
        font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
        color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
        font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    border: none;
    vertical-align: middle;
    color: #000000;
    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: transparent;
    background-color: transparent;
    /**/
    padding: 0 24px;
    border-radius: 20px;
    background-color: transparent;
}

.PD35_product_compare .PD35-cta.disabled,
.PD35_product_compare .PD35-cta:disabled,
.PD35_product_compare .PD35-cta [aria-disabled='true'] {
    cursor: not-allowed;
    pointer-events: none;
}

.PD35_product_compare .PD35-cta.btn-large {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 24px;
}

.PD35_product_compare .PD35-cta.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    padding: 0 16px;
}

.PD35_product_compare .PD35-cta.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
    padding: 0 16px;
}

.PD35_product_compare .PD35-cta.none-border {
    border: none;
}

.PD35_product_compare .PD35-cta.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) 0.2s;
    -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.PD35_product_compare .PD35-cta.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) 0.2s;
    -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.PD35_product_compare .PD35-cta.dark-bg {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: #000;
}

.PD35_product_compare .PD35-cta.dark-bg.icon-left:before,
.PD35_product_compare .PD35-cta.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");
}

.PD35_product_compare .PD35-cta.dark-bg:active,
.PD35_product_compare .PD35-cta.dark-bg:focus-visible {
    color: #eee;
    background-color: #333;
}

.PD35_product_compare .PD35-cta.dark-bg:active.icon-left:before,
.PD35_product_compare .PD35-cta.dark-bg:active.icon-right:after,
.PD35_product_compare .PD35-cta.dark-bg:focus-visible.icon-left:before,
.PD35_product_compare .PD35-cta.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");
}

@media (hover: hover) {
    .PD35_product_compare .PD35-cta.dark-bg:hover {
        color: #eeeeee;
        background-color: #333333;
    }
    .PD35_product_compare .PD35-cta.dark-bg:hover.icon-left:before,
    .PD35_product_compare .PD35-cta.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");
    }
}

.PD35_product_compare .PD35-cta.dark-bg.disabled,
.PD35_product_compare .PD35-cta.dark-bg:disabled,
.PD35_product_compare .PD35-cta.dark-bg [aria-disabled='true'] {
    color: #555555;
    border-color: #555555;
    background-color: transparent;
}

.PD35_product_compare .PD35-cta.dark-bg.disabled.icon-left:before,
.PD35_product_compare .PD35-cta.dark-bg.disabled.icon-right:after,
.PD35_product_compare .PD35-cta.dark-bg:disabled.icon-left:before,
.PD35_product_compare .PD35-cta.dark-bg:disabled.icon-right:after,
.PD35_product_compare .PD35-cta.dark-bg [aria-disabled='true'].icon-left:before,
.PD35_product_compare .PD35-cta.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");
}

.PD35_product_compare .PD35-cta.light-bg {
    color: #000000;
    border: 1px solid #000000;
}

.PD35_product_compare .PD35-cta.light-bg.icon-left:before,
.PD35_product_compare .PD35-cta.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");
}

.PD35_product_compare .PD35-cta.light-bg:active,
.PD35_product_compare .PD35-cta.light-bg:focus-visible {
    color: #555555;
    background-color: rgba(0, 0, 0, 0.03);
    border-color: #555555;
}

.PD35_product_compare .PD35-cta.light-bg:active.icon-left:before,
.PD35_product_compare .PD35-cta.light-bg:active.icon-right:after,
.PD35_product_compare .PD35-cta.light-bg:focus-visible.icon-left:before,
.PD35_product_compare .PD35-cta.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");
}

@media (hover: hover) {
    .PD35_product_compare .PD35-cta.light-bg:hover {
        color: #555555;
        background-color: rgba(0, 0, 0, 0.03);
        border-color: #555555;
    }
    .PD35_product_compare .PD35-cta.light-bg:hover.icon-left:before,
    .PD35_product_compare .PD35-cta.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");
    }
}

.PD35_product_compare .PD35-cta.light-bg.disabled,
.PD35_product_compare .PD35-cta.light-bg:disabled,
.PD35_product_compare .PD35-cta.light-bg [aria-disabled='true'] {
    color: #dddddd;
    background-color: transparent;
    border-color: #dddddd;
}

.PD35_product_compare .PD35-cta.light-bg.disabled.icon-left:before,
.PD35_product_compare .PD35-cta.light-bg.disabled.icon-right:after,
.PD35_product_compare .PD35-cta.light-bg:disabled.icon-left:before,
.PD35_product_compare .PD35-cta.light-bg:disabled.icon-right:after,
.PD35_product_compare .PD35-cta.light-bg [aria-disabled='true'].icon-left:before,
.PD35_product_compare .PD35-cta.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 screen and (max-width: 1023px) {
    .PD35_product_compare .PD35-cta.btn-medium {
        height: 32px;
        line-height: 32px;
        font-size: 10px;
    }
    .PD35_product_compare .PD35-cta.btn-small {
        height: 28px;
        line-height: 28px;
        font-size: 10px;
    }
}
@media screen and (max-width: 767px) {
    .PD35_product_compare .PD35-cta.btn-medium {
        padding: 0 12px;
    }
    .PD35_product_compare .PD35_product_compare-cta {
        margin-top: 20px;
    }
    .PD35_product_compare .PD35-cta.btn-small {
        padding: 0 12px;
    }
}

.PD35_product_compare .PD35-cta.underline-btn {
    padding: 0 0 2px 0 !important;
    height: auto;
    line-height: 1;
    border: none;
    border-bottom: 2px solid #000;
    border-radius: 0;
}

html
    *
    .cmp-container
    .btn-large.dark-bg.underline-btn:not(
        .AR02_article-detail-semiconstory-banner-cta.btn-large
    ):not(.AR02_article-detail-media-library-banner-cta.btn-large),
html
    *
    .cmp-container
    .btn-large.light-bg.underline-btn:not(
        .AR02_article-detail-semiconstory-banner-cta.btn-large
    ):not(.AR02_article-detail-media-library-banner-cta.btn-large) {
    padding: 0 0 2px 0 !important;
}

.PD35_product_compare .PD35-cta.underline-btn:hover {
    color: #555;
    border-color: #555;
    background: none;
}

.PD35_product_compare .PD35_category-recommend-chips {
    width: 100%;
    text-align: center;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.65, 0, 0.35, 1);
    transition: -webkit-transform 0.35s cubic-bezier(0.65, 0, 0.35, 1);
    transition: transform 0.35s cubic-bezier(0.65, 0, 0.35, 1);
    transition: transform 0.35s cubic-bezier(0.65, 0, 0.35, 1),
        -webkit-transform 0.35s cubic-bezier(0.65, 0, 0.35, 1);
    margin-top: 42px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: 40px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.PD35_product_compare .PD35_category-recommend-chips .PD35_category_chips {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}
.PD35_product_compare
    .PD35_category-recommend-chips
    .PD35_category_chips
    .PD35_category_chips_list {
    font-size: 0;
    display: block;
    white-space: nowrap;
}

.PD35_product_compare
    .PD35_category-recommend-chips
    .PD35_category_chips
    .PD35_category_chips_list
    .PD35_category_chips_item {
    display: inline-block;
}
.PD35_product_compare
    .PD35_category-recommend-chips
    .PD35_category_chips
    .PD35_category_chips_list
    .PD35_category_chips_item:first-child
    a {
    margin-left: 0;
}
.PD35_product_compare .PD35_category-recommend-chips .PD35_category_chips a {
    display: block;
    /* 24-06-20 웹접근성 이슈 수정 */
    color: #000;
    cursor: pointer;
    position: relative;
    font-weight: 700;
    white-space: nowrap;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Samsung One', sans-serif;
    margin: 0 0 0 18px;
    white-space: normal !important;
    max-height: none;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 20px;
    border-radius: 40px;
    /* 24-06-20 웹접근성 이슈 수정 */
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: rgba(255, 255, 255, 0.3);
    min-width: 94px;
    text-align: center !important;
}

.PD35_product_compare .PD35_category-recommend-chips .PD35_category_chips a.disabled,
.PD35_product_compare .PD35_category-recommend-chips .PD35_category_chips a:disabled,
.PD35_product_compare .PD35_category-recommend-chips .PD35_category_chips a [aria-disabled='true'] {
    cursor: not-allowed;
    pointer-events: none;
}
.PD35_product_compare .PD35_category-recommend-chips .PD35_category_chips a.active {
    /* 24-06-20 웹접근성 이슈 수정 */
    border-color: #2189ff !important;
    /* 24-06-21 웹접근성 이슈 수정 */
    box-shadow:inset 0 0 0 1px #2189ff;
}
.PD35_product_compare
    .PD35_category-recommend-chips
    .PD35_category_chips
    a.active.highContrastBlack {
    background-color: #fff01f !important;
    border: 1px solid #000 !important;
}

@media screen and (max-width: 1023px) {
    .PD35_product_compare .PD35_category-recommend-chips {
        margin-top: 32px;
    }
    .PD35_product_compare .PD35_category-recommend-chips .PD35_category_chips a {
        margin-left: 16px;
    }
}

@media screen and (max-width: 767px) {
    .PD35_product_compare .PD35_category-recommend-chips {
        text-align: left;
        margin-top: 30px;
        width: calc(100% + 48px);
        margin-left: -24px;
    }
    .PD35_product_compare .PD35_category-recommend-chips .PD35_category_chips {
        overflow-x: auto;
        padding: 0 24px;
    }
    .PD35_product_compare .PD35_category-recommend-chips .PD35_category_chips_list {
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 20px;
        text-align: center;
    }
    .PD35_product_compare
        .PD35_category-recommend-chips
        .PD35_category_chips_list
        .PD35_category_chips_item:last-child
        a {
        margin-right: 24px;
    }
}

.PD35_product_compare .PD35_category-recommend-chips .PD35_category_chips a:active,
.PD35_product_compare .PD35_category-recommend-chips .PD35_category_chips a:focus-visible {
    /* 24-06-20 웹접근성 이슈 수정 */
    background-color: rgba(0, 0, 0, 0.05);
}

@media (hover: hover) {
    .PD35_product_compare .PD35_category-recommend-chips .PD35_category_chips a:hover {
        /* 24-06-20 웹접근성 이슈 수정 */
        background-color: rgba(0, 0, 0, 0.05);
    }
}

/* 231121 : 새창열림 아이콘 이미지 변경 */
.PD35_product_compare .PD35-cta.dark-bg.icon-left:before,
.PD35_product_compare .PD35-cta.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='%23FFF' 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");
}

.PD35_product_compare .PD35-cta.dark-bg:active.icon-left:before,
.PD35_product_compare .PD35-cta.dark-bg:active.icon-right:after,
.PD35_product_compare .PD35-cta.dark-bg:focus-visible.icon-left:before,
.PD35_product_compare .PD35-cta.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='%23FFF' 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 (hover: hover) {
    .PD35_product_compare .PD35-cta.dark-bg:hover.icon-left:before,
    .PD35_product_compare .PD35-cta.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='%23FFF' 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");
    }
}

.PD35_product_compare .PD35-cta.light-bg.icon-left:before,
.PD35_product_compare .PD35-cta.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='%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");
}

.PD35_product_compare .PD35-cta.light-bg:active.icon-left:before,
.PD35_product_compare .PD35-cta.light-bg:active.icon-right:after,
.PD35_product_compare .PD35-cta.light-bg:focus-visible.icon-left:before,
.PD35_product_compare .PD35-cta.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='%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");
}

@media (hover: hover) {
    .PD35_product_compare .PD35-cta.light-bg:hover.icon-left:before,
    .PD35_product_compare .PD35-cta.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='%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");
    }
}



/* cookie */
.consumer_cookie {
  -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;
  margin-left: auto;
  margin-right: auto;
}

.consumer_cookie .consumer_cookie-wrapper {
  width: 100%;
  height: 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;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 50;
}

.consumer_cookie .consumer_cookie-wrapper[aria-hidden='true'] {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.consumer_cookie .consumer_cookie-wrapper[aria-hidden='false'] {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.consumer_cookie .consumer_cookie-wrapper * {
  text-transform: none;
}

.consumer_cookie .consumer_cookie-form {
  position: relative;
  max-width: 448px;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 20px;
}

.consumer_cookie .consumer_cookie-form .consumer_cookie-title {
  font-family: 'Samsung Sharp Sans', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .consumer_cookie .consumer_cookie-form .consumer_cookie-title {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .consumer_cookie .consumer_cookie-form .consumer_cookie-title {
    font-size: 2.4rem;
  }
}

.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-text {
  margin-top: 16px;
  max-width: 780px;
  width: calc(100% - 192px);
  font-family: 'Samsung One', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #555555;
  line-height: 1.33;
  color: black;
  text-transform: none;
}

@media screen and (max-width: 1023px) {
  .consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-text {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-text {
    font-size: 1.2rem;
  }
}

.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-text a {
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
}

.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-text .device-break {
  display: block;
}

.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn 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) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  border: none;
  vertical-align: middle;
  color: #000000;
  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: transparent;
  background-color: transparent;
  padding: 0 24px;
  border-radius: 20px;
  border: none;
}

.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.disabled,
.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button:disabled,
.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.btn-medium {
    padding: 0 12px;
  }
}

.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.btn-small {
    padding: 0 12px;
  }
}

.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.none-border {
  border: none;
}

.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn 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) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn 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) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.dark-bg {
  background-color: #ffffff;
  color: #000000;
}

.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.dark-bg.icon-left:before,
.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn 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");
}

.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.dark-bg:active,
.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.dark-bg:focus-visible {
  color: #000000;
  background-color: #eeeeee;
}

.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.dark-bg:active.icon-left:before,
.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.dark-bg:active.icon-right:after,
.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.dark-bg:focus-visible.icon-left:before,
.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn 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 (hover: hover) {
  .consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.dark-bg:hover {
    color: #000000;
    background-color: #eeeeee;
  }
  .consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.dark-bg:hover.icon-left:before,
  .consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn 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");
  }
}

.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.dark-bg.disabled,
.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.dark-bg:disabled,
.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.dark-bg [aria-disabled='true'] {
  color: #8f8f8f;
  background-color: #555555;
}

.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.dark-bg.disabled.icon-left:before,
.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.dark-bg.disabled.icon-right:after,
.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.dark-bg:disabled.icon-left:before,
.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.dark-bg:disabled.icon-right:after,
.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.dark-bg [aria-disabled='true'].icon-left:before,
.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn 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");
}

.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.light-bg {
  background-color: #000000;
  color: #ffffff;
}

.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.light-bg.icon-left:before,
.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn 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");
}

.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.light-bg:active,
.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.light-bg:focus-visible {
  color: #eeeeee;
  background-color: #333333;
}

.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.light-bg:active.icon-left:before,
.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.light-bg:active.icon-right:after,
.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.light-bg:focus-visible.icon-left:before,
.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn 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 (hover: hover) {
  .consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.light-bg:hover {
    color: #eeeeee;
    background-color: #333333;
  }
  .consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.light-bg:hover.icon-left:before,
  .consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn 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");
  }
}

.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.light-bg.disabled,
.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.light-bg:disabled,
.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.light-bg [aria-disabled='true'] {
  color: #aaaaaa;
  background-color: #dddddd;
}

.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.light-bg.disabled.icon-left:before,
.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.light-bg.disabled.icon-right:after,
.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.light-bg:disabled.icon-left:before,
.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.light-bg:disabled.icon-right:after,
.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.light-bg [aria-disabled='true'].icon-left:before,
.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn 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");
}

.consumer_cookie .consumer_cookie-form.cookie-close-center .consumer_cookie-location-select-wrap {
  padding-right: 40px;
}

.consumer_cookie .consumer_cookie-form.cookie-close-center .btnSearchPopupClose {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap + .consumer_cookie-location-select-wrap::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin: 24px auto;
  background: #dddddd;
}

.consumer_cookie .consumer_cookie-location-select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.consumer_cookie .consumer_cookie-location-select-title {
  margin-bottom: 16px;
  line-height: 1.33;
  font-size: 24px;
  font-weight: 700;
  color: black;
  padding-right: 32px;
  width: 100%;
}

.consumer_cookie .consumer_cookie-location-select-text {
  margin-bottom: 24px;
  line-height: 1.33;
  font-size: 18px;
  font-weight: 400;
  color: black;
  width: 100%;
}

.consumer_cookie .consumer_cookie-location-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.consumer_cookie .consumer_cookie-location-btn-wrap > div + div {
  margin-left: 8px;
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select {
  position: relative;
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 10px);
  z-index: 1;
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn {
  position: relative;
  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) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  border: none;
  vertical-align: middle;
  color: #000000;
  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: transparent;
  background-color: transparent;
  padding: 0 24px;
  border-radius: 20px;
  border: none;
  font-size: 1.4rem;
  font-family: 'Samsung One', sans-serif;
  font-weight: 700;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  max-width: 267px;
  min-width: 267px;
  width: 100%;
  border: 1px solid #ddd;
  z-index: 2;
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.disabled,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn:disabled,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.btn-medium {
    padding: 0 12px;
  }
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.btn-small {
    padding: 0 12px;
  }
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.none-border {
  border: none;
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.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) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.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) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.dark-bg {
  background-color: #ffffff;
  color: #000000;
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.dark-bg.icon-left:before,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.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");
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.dark-bg:active,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.dark-bg:focus-visible {
  color: #000000;
  background-color: #eeeeee;
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.dark-bg:active.icon-left:before,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.dark-bg:active.icon-right:after,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.dark-bg:focus-visible.icon-left:before,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.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 (hover: hover) {
  .consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.dark-bg:hover {
    color: #000000;
    background-color: #eeeeee;
  }
  .consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.dark-bg:hover.icon-left:before,
  .consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.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");
  }
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.dark-bg.disabled,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.dark-bg:disabled,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.dark-bg [aria-disabled='true'] {
  color: #8f8f8f;
  background-color: #555555;
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.dark-bg.disabled.icon-left:before,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.dark-bg.disabled.icon-right:after,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.dark-bg:disabled.icon-left:before,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.dark-bg:disabled.icon-right:after,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.dark-bg [aria-disabled='true'].icon-left:before,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.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");
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.light-bg {
  background-color: #000000;
  color: #ffffff;
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.light-bg.icon-left:before,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.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");
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.light-bg:active,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.light-bg:focus-visible {
  color: #eeeeee;
  background-color: #333333;
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.light-bg:active.icon-left:before,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.light-bg:active.icon-right:after,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.light-bg:focus-visible.icon-left:before,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.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 (hover: hover) {
  .consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.light-bg:hover {
    color: #eeeeee;
    background-color: #333333;
  }
  .consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.light-bg:hover.icon-left:before,
  .consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.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");
  }
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.light-bg.disabled,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.light-bg:disabled,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.light-bg [aria-disabled='true'] {
  color: #aaaaaa;
  background-color: #dddddd;
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.light-bg.disabled.icon-left:before,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.light-bg.disabled.icon-right:after,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.light-bg:disabled.icon-left:before,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.light-bg:disabled.icon-right:after,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.light-bg [aria-disabled='true'].icon-left:before,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.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: 1023px) {
  .consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn {
    font-size: 1.4rem;
  }
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn::after {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
  background: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-navigation-open-down.svg') center center/100% no-repeat;
}
/* @media screen and (min-width: 768px) {
  .consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select button.consumer-select-btn.active::after {
    transform: rotate(180deg);
  }
} */

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select .consumer-select-origin,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select .consumer-input-field .label {
  display: none;
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select .consumer-custom-select {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% + 8px);
  width: 100%;
  height:0;
  padding: 0 5px 0 0;
  border-radius: 6px;
  background: #ffffff;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  z-index: 1;
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select .consumer-custom-select.active {
  height: 145px;
  padding: 4px 5px 4px 0;
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select .consumer-custom-select ul {
  padding: 8px 5px 8px 24px;
  height: 100%;
}

@supports (overflow-y: overlay) {
  .consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select .consumer-custom-select ul {
    overflow-y: overlay;
  }
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select .consumer-custom-select ul::-webkit-scrollbar-track {
  border-radius: 10px;
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select .consumer-custom-select ul::-webkit-scrollbar {
  width: 3px;
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select .consumer-custom-select ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #8f8f8f;
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select .consumer-custom-select ul li {
  padding: 10px 0;
  font-family: 'Samsung One', sans-serif;
  font-size: 14px;
  line-height: 1.42;
  cursor: pointer;
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select .consumer-custom-select ul li.active {
  font-weight: bold;
  background: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-action-done.svg') right 17px center no-repeat;
  background-size: 16px;
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn {
  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) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  border: none;
  vertical-align: middle;
  color: #000000;
  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: transparent;
  background-color: transparent;
  padding: 0 24px;
  border-radius: 20px;
  border: none;
  font-size: 1.4rem;
  font-family: 'Samsung One', sans-serif;
  font-weight: 700;
  border: 1px solid #000;
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.disabled,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn:disabled,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.btn-medium {
    padding: 0 12px;
  }
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.btn-small {
    padding: 0 12px;
  }
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.none-border {
  border: none;
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.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) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.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) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.dark-bg {
  background-color: #ffffff;
  color: #000000;
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.dark-bg.icon-left:before,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.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");
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.dark-bg:active,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.dark-bg:focus-visible {
  color: #000000;
  background-color: #eeeeee;
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.dark-bg:active.icon-left:before,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.dark-bg:active.icon-right:after,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.dark-bg:focus-visible.icon-left:before,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.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 (hover: hover) {
  .consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.dark-bg:hover {
    color: #000000;
    background-color: #eeeeee;
  }
  .consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.dark-bg:hover.icon-left:before,
  .consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.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");
  }
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.dark-bg.disabled,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.dark-bg:disabled,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.dark-bg [aria-disabled='true'] {
  color: #8f8f8f;
  background-color: #555555;
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.dark-bg.disabled.icon-left:before,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.dark-bg.disabled.icon-right:after,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.dark-bg:disabled.icon-left:before,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.dark-bg:disabled.icon-right:after,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.dark-bg [aria-disabled='true'].icon-left:before,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.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");
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.light-bg {
  background-color: #000000;
  color: #ffffff;
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.light-bg.icon-left:before,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.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");
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.light-bg:active,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.light-bg:focus-visible {
  color: #eeeeee;
  background-color: #333333;
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.light-bg:active.icon-left:before,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.light-bg:active.icon-right:after,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.light-bg:focus-visible.icon-left:before,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.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 (hover: hover) {
  .consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.light-bg:hover {
    color: #eeeeee;
    background-color: #333333;
  }
  .consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.light-bg:hover.icon-left:before,
  .consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.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");
  }
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.light-bg.disabled,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.light-bg:disabled,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.light-bg [aria-disabled='true'] {
  color: #aaaaaa;
  background-color: #dddddd;
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.light-bg.disabled.icon-left:before,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.light-bg.disabled.icon-right:after,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.light-bg:disabled.icon-left:before,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.light-bg:disabled.icon-right:after,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.light-bg [aria-disabled='true'].icon-left:before,
.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn.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: 1023px) {
  .consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn {
    font-size: 1.4rem;
  }
}

.consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn::after {
  content: '';
  margin-left: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
  background: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-navigation-forward.svg') center center/100% no-repeat;
}

.consumer_cookie .consumer_cookie-policy-wrapper,
.consumer_cookie .consumer_cookie-setting-wrapper {
  left: 0;
  top: 0;
  bottom: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

.consumer_cookie .consumer_cookie-policy,
.consumer_cookie .consumer_cookie-setting {
  position: fixed;
  top: 50%;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 24px 32px 0;
  padding-right: 5px;
  max-width: 684px;
  width: 100%;
  height: 100%;
  max-height: calc(100% - 160px);
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}

.consumer_cookie .consumer_cookie-policy-title,
.consumer_cookie .consumer_cookie-setting-title {
  font-family: 'Samsung Sharp Sans', sans-serif;
  font-size: 2.4rem;
  line-height: 1.41;
  font-weight: 700;
  letter-spacing: 0.2px;
  padding-right: 32px;
}

@media screen and (max-width: 1023px) {
  .consumer_cookie .consumer_cookie-policy-title,
  .consumer_cookie .consumer_cookie-setting-title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .consumer_cookie .consumer_cookie-policy-title,
  .consumer_cookie .consumer_cookie-setting-title {
    font-size: 2rem;
    line-height: 2.7rem;
  }
}

.consumer_cookie .consumer_cookie-policy-content,
.consumer_cookie .consumer_cookie-setting-content {
  padding-right: calc(32px - 5px);
  padding-bottom: 24px;
  margin-top: 24px;
  height: calc(100% - 57px);
  overflow-y: auto;
  font-family: 'Samsung One', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #555555;
  line-height: 1.33;
  color: #000000;
}

@media screen and (max-width: 1023px) {
  .consumer_cookie .consumer_cookie-policy-content,
  .consumer_cookie .consumer_cookie-setting-content {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .consumer_cookie .consumer_cookie-policy-content,
  .consumer_cookie .consumer_cookie-setting-content {
    font-size: 1.2rem;
  }
}

.consumer_cookie .consumer_cookie-policy-content p + p,
.consumer_cookie .consumer_cookie-setting-content p + p {
  margin-top: 24px;
}

.consumer_cookie .consumer_cookie-policy-content .consumer_cookie-policy-subtitle,
.consumer_cookie .consumer_cookie-policy-content .consumer_cookie-setting-subtitle,
.consumer_cookie .consumer_cookie-setting-content .consumer_cookie-policy-subtitle,
.consumer_cookie .consumer_cookie-setting-content .consumer_cookie-setting-subtitle {
  margin-top: 24px;
  font-family: 'Samsung One', sans-serif;
  line-height: 1.3;
  font-size: 16px;
  font-weight: 700;
}

.consumer_cookie .consumer_cookie-policy-content .consumer_cookie-policy-subtitle-wrap,
.consumer_cookie .consumer_cookie-policy-content .consumer_cookie-setting-subtitle-wrap,
.consumer_cookie .consumer_cookie-setting-content .consumer_cookie-policy-subtitle-wrap,
.consumer_cookie .consumer_cookie-setting-content .consumer_cookie-setting-subtitle-wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.consumer_cookie .consumer_cookie-policy-content .consumer_cookie-policy-subtitle-wrap + p,
.consumer_cookie .consumer_cookie-policy-content .consumer_cookie-setting-subtitle-wrap + p,
.consumer_cookie .consumer_cookie-setting-content .consumer_cookie-policy-subtitle-wrap + p,
.consumer_cookie .consumer_cookie-setting-content .consumer_cookie-setting-subtitle-wrap + p {
  margin-top: 5px;
  font-family: 'Samsung One', sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.consumer_cookie .consumer_cookie-policy-content .consumer_cookie-policy-subtitle-wrap .switch,
.consumer_cookie .consumer_cookie-policy-content .consumer_cookie-setting-subtitle-wrap .switch,
.consumer_cookie .consumer_cookie-setting-content .consumer_cookie-policy-subtitle-wrap .switch,
.consumer_cookie .consumer_cookie-setting-content .consumer_cookie-setting-subtitle-wrap .switch {
  padding: 0;
}

.consumer_cookie .consumer_cookie-policy-content .consumer_cookie-policy-subtitle-wrap .switch input,
.consumer_cookie .consumer_cookie-policy-content .consumer_cookie-setting-subtitle-wrap .switch input,
.consumer_cookie .consumer_cookie-setting-content .consumer_cookie-policy-subtitle-wrap .switch input,
.consumer_cookie .consumer_cookie-setting-content .consumer_cookie-setting-subtitle-wrap .switch input {
  top: 0;
  left: 0;
  width: 34px;
  height: 21px;
}

.consumer_cookie .consumer_cookie-policy-content .consumer_cookie-policy-subtitle-wrap .switch input + .switch-control,
.consumer_cookie .consumer_cookie-policy-content .consumer_cookie-setting-subtitle-wrap .switch input + .switch-control,
.consumer_cookie .consumer_cookie-setting-content .consumer_cookie-policy-subtitle-wrap .switch input + .switch-control,
.consumer_cookie .consumer_cookie-setting-content .consumer_cookie-setting-subtitle-wrap .switch input + .switch-control {
  width: 34px;
  height: 21px;
}

.consumer_cookie .consumer_cookie-policy-content .consumer_cookie-policy-subtitle-wrap .switch input + .switch-control::after,
.consumer_cookie .consumer_cookie-policy-content .consumer_cookie-setting-subtitle-wrap .switch input + .switch-control::after,
.consumer_cookie .consumer_cookie-setting-content .consumer_cookie-policy-subtitle-wrap .switch input + .switch-control::after,
.consumer_cookie .consumer_cookie-setting-content .consumer_cookie-setting-subtitle-wrap .switch input + .switch-control::after {
  left: 0;
  width: 17px;
  height: 17px;
}

.consumer_cookie .consumer_cookie-policy-content .consumer_cookie-policy-subtitle-wrap .switch input:checked + .switch-control::after,
.consumer_cookie .consumer_cookie-policy-content .consumer_cookie-setting-subtitle-wrap .switch input:checked + .switch-control::after,
.consumer_cookie .consumer_cookie-setting-content .consumer_cookie-policy-subtitle-wrap .switch input:checked + .switch-control::after,
.consumer_cookie .consumer_cookie-setting-content .consumer_cookie-setting-subtitle-wrap .switch input:checked + .switch-control::after {
  left: 13px;
}

.consumer_cookie .consumer_cookie-policy-content .consumer_cookie-setting-subtitle,
.consumer_cookie .consumer_cookie-setting-content .consumer_cookie-setting-subtitle {
  margin-top: 0;
}

.consumer_cookie .consumer_cookie-policy-content .button-toggle,
.consumer_cookie .consumer_cookie-setting-content .button-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 12px 0 8px;
  width: 72px;
  line-height: 1.33;
  font-family: 'Samsung One', sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.consumer_cookie .consumer_cookie-policy-content .button-toggle::after,
.consumer_cookie .consumer_cookie-setting-content .button-toggle::after {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 4px;
  margin-bottom: 2px;
  width: 12px;
  height: 12px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  background: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-navigation-open-down.svg') center center/100% no-repeat;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.consumer_cookie .consumer_cookie-policy-content .button-toggle.active::after,
.consumer_cookie .consumer_cookie-setting-content .button-toggle.active::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.consumer_cookie .consumer_cookie-policy-content .consumer_cookie-setting-table,
.consumer_cookie .consumer_cookie-setting-content .consumer_cookie-setting-table {
  display: none;
  padding: 20px;
  background: #f8f8f8;
  border-radius: 20px;
}

.consumer_cookie .consumer_cookie-policy-content .consumer_cookie-setting-table table,
.consumer_cookie .consumer_cookie-setting-content .consumer_cookie-setting-table table {
  width: 100%;
  border-collapse: collapse;
}

.consumer_cookie .consumer_cookie-policy-content .consumer_cookie-setting-table table th,
.consumer_cookie .consumer_cookie-policy-content .consumer_cookie-setting-table table td,
.consumer_cookie .consumer_cookie-setting-content .consumer_cookie-setting-table table th,
.consumer_cookie .consumer_cookie-setting-content .consumer_cookie-setting-table table td {
  text-align: left;
  font-family: 'Samsung One', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #555555;
  line-height: 1.33;
  color: #000000;
  vertical-align: top;
  padding: 8.5px 0;
  word-break: keep-all;
  text-transform: none;
}

@media screen and (max-width: 1023px) {
  .consumer_cookie .consumer_cookie-policy-content .consumer_cookie-setting-table table th,
  .consumer_cookie .consumer_cookie-policy-content .consumer_cookie-setting-table table td,
  .consumer_cookie .consumer_cookie-setting-content .consumer_cookie-setting-table table th,
  .consumer_cookie .consumer_cookie-setting-content .consumer_cookie-setting-table table td {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .consumer_cookie .consumer_cookie-policy-content .consumer_cookie-setting-table table th,
  .consumer_cookie .consumer_cookie-policy-content .consumer_cookie-setting-table table td,
  .consumer_cookie .consumer_cookie-setting-content .consumer_cookie-setting-table table th,
  .consumer_cookie .consumer_cookie-setting-content .consumer_cookie-setting-table table td {
    font-size: 1.2rem;
  }
}

.consumer_cookie .consumer_cookie-policy-content .consumer_cookie-setting-table table thead tr th,
.consumer_cookie .consumer_cookie-setting-content .consumer_cookie-setting-table table thead tr th {
  border-bottom: 1px solid #dddddd;
  padding: 0 0 12px;
}

.consumer_cookie .consumer_cookie-policy-content .consumer_cookie-setting-table table thead tr th:nth-of-type(1),
.consumer_cookie .consumer_cookie-policy-content .consumer_cookie-setting-table table tbody tr th:nth-of-type(1),
.consumer_cookie .consumer_cookie-setting-content .consumer_cookie-setting-table table thead tr th:nth-of-type(1),
.consumer_cookie .consumer_cookie-setting-content .consumer_cookie-setting-table table tbody tr th:nth-of-type(1) {
  width: 180px;
}

.consumer_cookie .consumer_cookie-policy-content .consumer_cookie-setting-table table thead tr th:nth-of-type(1) ~ th,
.consumer_cookie .consumer_cookie-policy-content .consumer_cookie-setting-table table tbody tr th:nth-of-type(1) ~ td,
.consumer_cookie .consumer_cookie-setting-content .consumer_cookie-setting-table table thead tr th:nth-of-type(1) ~ th,
.consumer_cookie .consumer_cookie-setting-content .consumer_cookie-setting-table table tbody tr th:nth-of-type(1) ~ td {
  width: calc(100% - 180px);
}

.consumer_cookie .consumer_cookie-policy-content .consumer_cookie-setting-table table tbody tr:nth-of-type(1) th,
.consumer_cookie .consumer_cookie-policy-content .consumer_cookie-setting-table table tbody tr:nth-of-type(1) td,
.consumer_cookie .consumer_cookie-setting-content .consumer_cookie-setting-table table tbody tr:nth-of-type(1) th,
.consumer_cookie .consumer_cookie-setting-content .consumer_cookie-setting-table table tbody tr:nth-of-type(1) td {
  padding-top: 20px;
}

@supports (overflow-y: overlay) {
  .consumer_cookie .consumer_cookie-policy-content,
  .consumer_cookie .consumer_cookie-setting-content {
    overflow-y: overlay;
  }
}

.consumer_cookie .consumer_cookie-policy-content::-webkit-scrollbar-track,
.consumer_cookie .consumer_cookie-setting-content::-webkit-scrollbar-track {
  border-radius: 10px;
}

.consumer_cookie .consumer_cookie-policy-content::-webkit-scrollbar,
.consumer_cookie .consumer_cookie-setting-content::-webkit-scrollbar {
  width: 3px;
}

.consumer_cookie .consumer_cookie-policy-content::-webkit-scrollbar-thumb,
.consumer_cookie .consumer_cookie-setting-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #8f8f8f;
}

.consumer_cookie .consumer_cookie-policy-btn-wrap,
.consumer_cookie .consumer_cookie-setting-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn {
  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) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  border: none;
  vertical-align: middle;
  color: #000000;
  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: transparent;
  background-color: transparent;
  padding: 0 24px;
  border-radius: 20px;
  border: none;
  font-size: 1.4rem;
  font-family: 'Samsung One', sans-serif;
  font-weight: 700;
  width: calc(50% - 12px);
}

.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.disabled,
.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn:disabled,
.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn [aria-disabled='true'],
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.disabled,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn:disabled,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.btn-large,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.btn-medium,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.btn-medium,
  .consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.btn-medium,
  .consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.btn-medium {
    padding: 0 12px;
  }
}

.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.btn-small,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.btn-small,
  .consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.btn-small,
  .consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.btn-small {
    padding: 0 12px;
  }
}

.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.none-border,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.none-border {
  border: none;
}

.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.icon-left:before,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.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) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.icon-right:after,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.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) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.dark-bg,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.dark-bg {
  background-color: #ffffff;
  color: #000000;
}

.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.dark-bg.icon-left:before,
.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.dark-bg.icon-right:after,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.dark-bg.icon-left:before,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.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");
}

.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.dark-bg:active,
.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.dark-bg:focus-visible,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.dark-bg:active,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.dark-bg:focus-visible {
  color: #000000;
  background-color: #eeeeee;
}

.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.dark-bg:active.icon-left:before,
.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.dark-bg:active.icon-right:after,
.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.dark-bg:focus-visible.icon-left:before,
.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.dark-bg:focus-visible.icon-right:after,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.dark-bg:active.icon-left:before,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.dark-bg:active.icon-right:after,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.dark-bg:focus-visible.icon-left:before,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.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 (hover: hover) {
  .consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.dark-bg:hover,
  .consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.dark-bg:hover {
    color: #000000;
    background-color: #eeeeee;
  }
  .consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.dark-bg:hover.icon-left:before,
  .consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.dark-bg:hover.icon-right:after,
  .consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.dark-bg:hover.icon-left:before,
  .consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.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");
  }
}

.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.dark-bg.disabled,
.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.dark-bg:disabled,
.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.dark-bg [aria-disabled='true'],
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.dark-bg.disabled,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.dark-bg:disabled,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.dark-bg [aria-disabled='true'] {
  color: #8f8f8f;
  background-color: #555555;
}

.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.dark-bg.disabled.icon-left:before,
.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.dark-bg.disabled.icon-right:after,
.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.dark-bg:disabled.icon-left:before,
.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.dark-bg:disabled.icon-right:after,
.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.dark-bg [aria-disabled='true'].icon-left:before,
.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.dark-bg [aria-disabled='true'].icon-right:after,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.dark-bg.disabled.icon-left:before,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.dark-bg.disabled.icon-right:after,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.dark-bg:disabled.icon-left:before,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.dark-bg:disabled.icon-right:after,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.dark-bg [aria-disabled='true'].icon-left:before,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.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");
}

.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.light-bg,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.light-bg {
  background-color: #000000;
  color: #ffffff;
}

.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.light-bg.icon-left:before,
.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.light-bg.icon-right:after,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.light-bg.icon-left:before,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.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");
}

.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.light-bg:active,
.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.light-bg:focus-visible,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.light-bg:active,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.light-bg:focus-visible {
  color: #eeeeee;
  background-color: #333333;
}

.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.light-bg:active.icon-left:before,
.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.light-bg:active.icon-right:after,
.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.light-bg:focus-visible.icon-left:before,
.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.light-bg:focus-visible.icon-right:after,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.light-bg:active.icon-left:before,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.light-bg:active.icon-right:after,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.light-bg:focus-visible.icon-left:before,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.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 (hover: hover) {
  .consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.light-bg:hover,
  .consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.light-bg:hover {
    color: #eeeeee;
    background-color: #333333;
  }
  .consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.light-bg:hover.icon-left:before,
  .consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.light-bg:hover.icon-right:after,
  .consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.light-bg:hover.icon-left:before,
  .consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.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");
  }
}

.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.light-bg.disabled,
.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.light-bg:disabled,
.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.light-bg [aria-disabled='true'],
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.light-bg.disabled,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.light-bg:disabled,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.light-bg [aria-disabled='true'] {
  color: #aaaaaa;
  background-color: #dddddd;
}

.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.light-bg.disabled.icon-left:before,
.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.light-bg.disabled.icon-right:after,
.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.light-bg:disabled.icon-left:before,
.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.light-bg:disabled.icon-right:after,
.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.light-bg [aria-disabled='true'].icon-left:before,
.consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn.light-bg [aria-disabled='true'].icon-right:after,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.light-bg.disabled.icon-left:before,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.light-bg.disabled.icon-right:after,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.light-bg:disabled.icon-left:before,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.light-bg:disabled.icon-right:after,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.light-bg [aria-disabled='true'].icon-left:before,
.consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn.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: 1023px) {
  .consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn,
  .consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .consumer_cookie .consumer_cookie-policy-btn-wrap button.basic-btn,
  .consumer_cookie .consumer_cookie-setting-btn-wrap button.basic-btn {
    font-size: 1.4rem;
  }
}

.consumer_cookie .consumer_cookie-policy .consumer_cookie-setting-btn-wrap,
.consumer_cookie .consumer_cookie-setting .consumer_cookie-setting-btn-wrap {
  margin-top: 40px;
}

.consumer_cookie .consumer_cookie-setting {
  padding-bottom: 32px;
}

.consumer_cookie .consumer-btnCookiePopupClose,
.consumer_cookie .btnPolicyPopupClose,
.consumer_cookie .btnSettingPopupClose {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
  background: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-action-delete.svg') no-repeat center/100%;
}

.consumer_cookie .btnPolicyPopupClose,
.consumer_cookie .btnSettingPopupClose {
  top: 29px;
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 1023px) {
  .consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-text .device-break {
    display: none;
  }
  .consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select:after {
    left: auto;
    right: 0;
  }
  .consumer_cookie .consumer_cookie-location-btn-wrap .consumer_cookie-location-select .consumer-custom-select {
    left: auto;
  }
}

@media screen and (max-width: 767px) {
  .consumer_cookie {
    height: 100%;
  }
  .consumer_cookie .consumer_cookie-form {
    padding: 24px;
    margin: 0 24px;
  }
  .consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-text {
    width: 100%;
  }
  .consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 24px;
    width: 100%;
  }
  .consumer_cookie .consumer_cookie-form .consumer_cookie-info-wrap .consumer_cookie-info-btn button.btn-medium {
    width: calc(50% - 4px);
    font-size: 12px;
  }
  .consumer_cookie .consumer_cookie-form .consumer_cookie-location-select-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: block;
  }
  .consumer_cookie .consumer_cookie-form .consumer_cookie-location-select-title {
    font-size: 22px;
  }
  .consumer_cookie .consumer_cookie-form .consumer_cookie-location-select-text {
    font-size: 14px;
  }
  .consumer_cookie .consumer_cookie-form .consumer_cookie-location-btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .consumer_cookie .consumer_cookie-form .consumer_cookie-location-btn-wrap .consumer_cookie-location-select {
    width: 100%;
  }
  .consumer_cookie .consumer_cookie-form .consumer_cookie-location-btn-wrap .consumer_cookie-location-select .consumer-select-btn {
    max-width: 100%;
    min-width: 0;
    font-size: 14px;
  }
  .consumer_cookie .consumer_cookie-form .consumer_cookie-location-btn-wrap .consumer_cookie-location-select .consumer-custom-select {
    display: none;
  }
  .consumer_cookie .consumer_cookie-form .consumer_cookie-location-btn-wrap .consumer_cookie-location-select .consumer-select-origin {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 40px;
    border: 0;
    opacity: 0;
    z-index: 3;
  }
  .consumer_cookie .consumer_cookie-form .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue {
    width: 100%;
  }
  .consumer_cookie .consumer_cookie-form .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn {
    position: relative;
    padding-right: 44px;
    width: 100%;
    font-size: 14px;
  }
  .consumer_cookie .consumer_cookie-form .consumer_cookie-location-btn-wrap .consumer_cookie-location-continue .consumer-continue-btn::after {
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .consumer_cookie .consumer_cookie-form .consumer_cookie-location-btn-wrap div + div {
    margin-left: 0;
    margin-top: 8px;
  }
  .consumer_cookie .consumer_cookie-form.cookie-close-center .consumer_cookie-location-select-wrap {
    padding-right: 0;
  }
  .consumer_cookie .consumer_cookie-form.cookie-close-center .consumer-btnCookiePopupClose {
    top: 24px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .consumer_cookie .consumer_cookie-form .consumer-btnCookiePopupClose {
    right: 24px;
  }
  .consumer_cookie .consumer_cookie-policy,
  .consumer_cookie .consumer_cookie-setting {
    top: 47px;
    bottom: 40px;
    padding: 24px 5px 0 24px;
    width: calc(100% - 48px);
    min-height: unset;
    max-height: calc(100% - 87px);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .consumer_cookie .consumer_cookie-policy-title,
  .consumer_cookie .consumer_cookie-setting-title {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .consumer_cookie .consumer_cookie-policy-content,
  .consumer_cookie .consumer_cookie-setting-content {
    padding-right: calc(24px - 5px);
    height: calc(100% - 24px - 32px);
    overflow-y: auto;
  }
  .consumer_cookie .consumer_cookie-policy-content .consumer_cookie-setting-subtitle,
  .consumer_cookie .consumer_cookie-setting-content .consumer_cookie-setting-subtitle {
    width: calc(100% - 60px);
  }
  .consumer_cookie .consumer_cookie-policy-content .consumer_cookie-setting-subtitle-wrap,
  .consumer_cookie .consumer_cookie-setting-content .consumer_cookie-setting-subtitle-wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .consumer_cookie .consumer_cookie-policy-content .consumer_cookie-setting-table,
  .consumer_cookie .consumer_cookie-setting-content .consumer_cookie-setting-table {
    padding: 20px 16px;
  }
  .consumer_cookie .consumer_cookie-policy-content .consumer_cookie-setting-table table thead tr th:nth-of-type(1),
  .consumer_cookie .consumer_cookie-policy-content .consumer_cookie-setting-table table tbody tr th:nth-of-type(1),
  .consumer_cookie .consumer_cookie-setting-content .consumer_cookie-setting-table table thead tr th:nth-of-type(1),
  .consumer_cookie .consumer_cookie-setting-content .consumer_cookie-setting-table table tbody tr th:nth-of-type(1) {
    width: 80px;
  }
  .consumer_cookie .consumer_cookie-policy-content .consumer_cookie-setting-table table thead tr th:nth-of-type(1) ~ th,
  .consumer_cookie .consumer_cookie-policy-content .consumer_cookie-setting-table table tbody tr th:nth-of-type(1) ~ td,
  .consumer_cookie .consumer_cookie-setting-content .consumer_cookie-setting-table table thead tr th:nth-of-type(1) ~ th,
  .consumer_cookie .consumer_cookie-setting-content .consumer_cookie-setting-table table tbody tr th:nth-of-type(1) ~ td {
    width: calc(100% - 80px);
  }
  .consumer_cookie .consumer_cookie-policy-content .consumer_cookie-setting-table table tbody tr:nth-of-type(1) th,
  .consumer_cookie .consumer_cookie-policy-content .consumer_cookie-setting-table table tbody tr:nth-of-type(1) td,
  .consumer_cookie .consumer_cookie-setting-content .consumer_cookie-setting-table table tbody tr:nth-of-type(1) th,
  .consumer_cookie .consumer_cookie-setting-content .consumer_cookie-setting-table table tbody tr:nth-of-type(1) td {
    padding-top: 16px;
  }
  .consumer_cookie .consumer_cookie-policy .consumer_cookie-setting-btn-wrap,
  .consumer_cookie .consumer_cookie-setting .consumer_cookie-setting-btn-wrap {
    margin-top: 32px;
  }
  .consumer_cookie .consumer_cookie-policy .consumer_cookie-setting-btn-wrap button.basic-btn,
  .consumer_cookie .consumer_cookie-setting .consumer_cookie-setting-btn-wrap button.basic-btn {
    width: calc(50% - 6px);
  }
  .consumer_cookie .btnPolicyPopupClose,
  .consumer_cookie .btnSettingPopupClose {
    top: 27px;
    width: 20px;
    height: 20px;
  }
}
