body {
    cursor: default;
}
.action-list__item {
    padding-top: 12px;
}
.action-list__cards {
    justify-content: center;
    margin-bottom: 32px;
}
.dz {
    font-family: SamsungOne, sans-serif;
    font-weight: 400;
}
.dz:last-child {
    padding-bottom: 32px;
}
.dz img,
.dz video {
    display: block;
    user-select: none;
    transition: all 0.2s ease;
}
.dz video {
    width: 100%;
}
.dz sup {
    font-size: 70%;
    line-height: 1;
}
.dz-link {
    color: #1428a0;
    border-bottom: 1px transparent solid;
    transition: all 0.2s ease;
}
.dz-link:hover {
    border-bottom-color: inherit;
}
.dz-h1, .dz-h2, .dz-h3, .dz-h4 {
    line-height: 120%;
    transition: all 0.2s ease;
}
.dz-h1, .dz-h2, .dz-h3 {
    font-family: SamsungSharpSans, sans-serif;
    font-weight: 700;
}
.dz-h1 {
    font-size: 28px;
    border-right: 1px rgba(0, 0, 0, 0.1) solid;
    display: inline-block;
    margin: 0 40px 10px 0;
    padding-right: 40px;
}
.dz-h2 {
    font-size: 40px;
    margin-bottom: 8px;
}
.dz-h3 {
    font-size: 36px;
    text-align: center;
    margin: auto auto 32px;
}
.dz-h3 sup {
    font-size: 60%;
    top: -0.6em;
}
.dz-h4 {
    font-size: 24px;
}
.dz-h4:not(:last-child) {
    margin-bottom: 8px;
}
.dz-text p:not(:last-child) {
    margin-bottom: 16px;
}
.dz-text ul {
    list-style-type: disc;
    margin: 0 0 0 16px;
    padding: 0;
}
.dz-text ul li:not(:last-child) {
    margin-bottom: 8px;
}
.dz-text ol:not(:last-child) {
    margin-bottom: 10px;
}
.dz-text ol {
    list-style-type: none;
    counter-reset: num;
    margin: 0;
    padding: 0;
}
.dz-text ol li {
    position: relative;
    margin: 0;
    padding: 0 0 0 20px;
}
.dz-text ol li:not(:last-child) {
    margin-bottom: 2px;
}
.dz-text ol > li:before {
    content: counter(num) '. ';
    counter-increment: num;
    position: absolute;
    left: 0;
}
.dz-text-notice {
    color: #999;
    font-size: 12px;
    line-height: 120%;
}
.dz-text-footer {
    color: #999;
    font-size: 12px;
    line-height: 120%;
    margin-top: 30px;
    padding-bottom: 24px;
}
.dz-text-footer a {
    color: #0077c8;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    transition: all 0.2s ease;
}
.dz-text-footer a:hover {
    color: #1eb4e1;
}
.dz-text-footer p:not(:last-child) {
    margin-bottom: 10px;
}
.dz-block:not(:last-child) {
    margin-bottom: 60px;
}
.samsung-care-wrapper {
    background: #f4f4f4;
    width: fit-content;
    border-radius: 8px;
    padding: 56px 32px;
    transition: all 0.2s ease;
}
.samsung-care-logo {
    width: 100%;
    max-width: 340px;
}
.dz-banner {
    background: #fbfbfb;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    gap: 32px;
    margin-bottom: 60px;
    transition: all 0.2s ease;
}
.dz-banner__col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 1 calc(50% - (32px * 1 / 2));
    box-sizing: border-box;
}
.dz-banner__colInner {
    width: 360px;
    padding: 16px;
    box-sizing: content-box;
}
.dz-banner .dz-h2 {
    margin-bottom: 16px;
}
.dz-banner .samsung-care-logo {
    max-width: 280px;
    margin-top: 32px;
}
.dz-banner__img {
    width: 100%;
}
.dz-banner__img-mob {
    display: none !important;
}
.dz-chess {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.dz-chess:not(:last-child) {
    margin-bottom: 64px;
}
.dz-chess-carousel {
    margin-bottom: 64px !important;
}
.dz-chess__item {
    display: flex !important;
    align-items: center;
    gap: 32px;
}
.dz-chess__item-reversed {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.dz-chess__col {
    overflow: hidden;
    display: flex;
    flex: 1 1 calc(50% - (32px * 1 / 2));
    align-items: center;
    position: relative;
    box-sizing: border-box;
}
.dz-chess__mediaWrapper {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.dz-chess__media {
    width: 100%;
    transition: all 0.2s ease;
}
.dz-chess__textWrapper {
    padding: 0 16%;
    transition: all 0.2s ease;
}
.dz-chess__text:not(:last-child) {
    margin-bottom: 8px;
}
.dz-chess__noticeLink {
    color: #999;
    cursor: pointer;
    position: relative;
    display: inline-block;
    transition: opacity 0.2s ease;
    padding-right: 2px;
}
.dz-chess__noticeLink:after {
    content: '';
    width: 5px;
    height: 5px;
    border: 1px #999 solid;
    border-top: none;
    border-left: none;
    display: inline-block;
    transform: rotate(-45deg);
    margin: 0 0 1px 2px;
}
.dz-chess__noticeLink:hover {
    opacity: 0.6;
}
.dz-chess__notice {
    color: #999;
    font-size: 12px;
    line-height: 110%;
}
.dz-chess__notice ol {
    padding-left: 12px;
}
.dz-chess__notice ol:not(:last-child),
.dz-chess__notice li:not(:last-child),
.dz-chess__notice p:not(:last-child) {
    margin-bottom: 4px;
}
.dz-chess__notice-hidden {
    display: none;
}
.dz-advans__list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
.dz-advans__item {
    text-align: center;
    flex: 1 1 calc(33.33% - (32px * 2 / 3));
    padding: 0 32px;
    box-sizing: border-box;
}
.dz-advans__img {
    width: 120px;
    margin: auto auto 16px;
}
.dz-advans .dz-h4 {
    font-family: SamsungSharpSans, sans-serif;
}
.dz-steps__list {
    display: flex;
    gap: 32px;
    padding-bottom: 28px;
}
.dz-steps__item {
    background: #f4f4f4;
    text-align: center;
    border-radius: 16px;
    flex: 1 1 calc(25% - (32px * 3 / 4));
    padding: 24px 16px;
    box-sizing: border-box;
}
.dz-steps__img {
    width: 120px;
    margin: auto auto 16px;
}
.dz-steps .dz-h4 {
    margin: 0;
}
.dz-gray {
    background: #f4f4f4;
/*    margin-bottom: 32px;*/
    margin-bottom: 60px;
    padding: 32px 0;
}
.dz-active {
    background: #fff;
    text-align: center;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 16px;
    box-sizing: border-box;
}
.dz-active .samsung-care-wrapper {
    margin-bottom: 32px;
}

/* Adaptation */
@media screen and (max-width: 1280px) {
    .dz-gray {
        margin-bottom: -20px;
    }
}
@media screen and (max-width: 1140px) {
    .dz-chess__textWrapper {
        padding: 0 10%;
    }
}
@media screen and (max-width: 1120px) {
    .dz-advans__item {
        flex: 1 1 calc(50% - (32px * 1 / 2));
    }
    .dz-steps__list {
        flex-wrap: wrap;
    }
    .dz-steps__item {
        flex: 1 1 calc(50% - (32px * 1 / 2));
    }
}
@media screen and (max-width: 980px) {
    .dz-h2 {
        font-size: 32px;
    }
    .dz-h3 {
        font-size: 28px;
    }
}
@media screen and (max-width: 920px) {
    .dz-banner .dz-h2 {
        margin-bottom: 8px;
    }
    .dz-banner .samsung-care-logo {
        max-width: 240px;
        margin-top: 24px;
    }
}
@media screen and (max-width: 900px) {
    .dz-h3 br,
    .dz-h4 br {
        display: none;
    }
    .dz-chess__textWrapper {
        padding: 0 5%;
    }
}
@media screen and (max-width: 767px) {
    .g-breadcrumbs {
        margin-left: -12px;
    }
    .g-breadcrumbs .gm-swipe {
        align-items: flex-start;
    }
    .g-breadcrumbs__page {
        white-space: wrap;
    }
    .dz:last-child {
        padding-bottom: 8px;
    }
    .dz-h1 {
        border-right: none;
    }
    .dz-h3 {
        margin-bottom: 16px;
    }
    .dz-h4 {
        font-size: 20px;
    }
    .dz-banner {
        border-radius: 8px;
        flex-wrap: wrap;
        margin-bottom: 32px;
    }
    .dz-banner-main {
        border-radius: 0;
        margin-left: -20px;
        margin-right: -20px;
    }
    .dz-banner__col {
        flex: 1 1 100%;
    }
    .dz-banner__colInner {
        width: auto;
        box-sizing: border-box;
    }
    .dz-chess {
        gap: 32px;
    }
    .dz-chess:not(:last-child) {
        margin-bottom: 32px;
    }
    .dz-chess-carousel {
        margin-bottom: 32px !important;
    }
    .dz-chess__item {
        height: auto;
        flex-direction: column !important;
        gap: 16px;
    }
    .dz-chess__col {
        width: 100%;
    }
    .dz-chess__mediaWrapper,
    .dz-steps__item {
        border-radius: 8px;
    }
    .dz-advans__list,
    .dz-steps__list {
        gap: 16px;
    }
    .dz-advans__img {
        margin-bottom: 0;
    }
    .dz-advans__item,
    .dz-steps__item {
        flex: 1 1 100%;
    }
    .dz-active {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 600px) {
    .samsung-care-logo {
        max-width: 280px;
    }
}
@media screen and (max-width: 480px) {
    .dz-advans__item {
        padding: 0;
    }
}
@media screen and (max-width: 440px) {
    .dz-h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .dz-h4 {
        font-size: 18px;
    }
}
@media screen and (max-width: 360px) {
    .dz-chess__textWrapper {
        padding: 0;
    }
}