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 img,
.dz video {
    display: block;
    user-select: none;
    transition: all 0.2s ease;
}
.dz video {
    width: 100%;
}
.dz sup {
    font-size: 70%;
}
.dz-h1, .dz-h2, .dz-h3, .dz-h4 {
    transition: all 0.2s ease;
}
.dz-h1, .dz-h2 {
    font-family: SamsungSharpSans, sans-serif;
    font-weight: 700;
}
.dz-h1 {
    font-size: 28px;
    line-height: 40px;
    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: 36px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 32px;
}
.dz-h3 {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 8px;
}
.dz-h3 sup {
    font-size: 60%;
    top: -0.6em;
}
.dz-h4 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 16px;
}
.dz-text {
    font-size: 16px;
    line-height: 22px;
}
.dz-text p:not(:last-child) {
    margin-bottom: 16px;
}
.dz-text ul,
.dz-text ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.dz-text ol {
    counter-reset: num;
}
.dz-text ul:not(:last-child),
.dz-text ol:not(:last-child) {
    margin-bottom: 8px;
}
.dz-text li {
    position: relative;
    margin: 0;
}
.dz-text li:not(:last-child) {
    margin-bottom: 2px;
}
.dz-text ul li {
    padding: 0 0 0 12px;
}
.dz-text ul li:before {
    content: '';
    background: #999;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 0;
    transform: translateY(-50%);
}
.dz-text ol li {
    padding: 0 0 0 12px;
}
.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: 18px;
}
.dz-text-footer {
    color: #999;
    font-size: 12px;
    line-height: 18px;
    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: 4px;
}
.dz-banner {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    margin-bottom: 32px;
    transition: all 0.2s ease;
}
.dz-banner__img {
    width: 100%;
}
.dz-banner__img-mob {
    display: none !important;
}
.dz-banner__text {
    color: #999;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    padding: 0 12%;
    margin-top: 10px;
    transition: all 0.2s ease;
}
.dz-block:not(:last-child) {
    margin-bottom: 32px;
}
div[class*="dz-max-"] {
    text-align: center;
    margin: auto auto 32px;
}
.dz-max-720 {
    max-width: 720px;
}
.dz-max-1020 {
    max-width: 1020px;
}
.dz-video {
    border-radius: 16px;
    overflow: hidden;
}
.dz-img-text {
    height: 31px;
    margin: auto auto 32px;
}
.dz-imgWrapper {
    background: #000;
    border-radius: 16px;
    overflow: hidden;
}
.dz-img {
    width: 100%;
    max-width: 686px;
    margin: auto;
}
.dz-pics {
    display: flex;
    justify-content: space-between;
}
.dz-pics__item {
    width: 32%;
}
.dz-pics__item img,
.dz-slider img {
    width: 100%;
    border-radius: 16px;
}
.dz-slider {
    display: none;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots {
    display: flex;
    justify-content: center;
    position: static;
    bottom: auto;
    margin-top: 16px;
}
.slick-dots button {
    display: none !important;
}
.slick-dots li {
    background: #ccc;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    margin: 0 8px;
    transition: all 0.2s ease;
}
.slick-dots li:hover {
    transform: scale(1.15);
}
.slick-dots .slick-active {
    background: #333;
    cursor: default;
}
.slick-dots button {
    display: none;
}
@media screen and (max-width: 1060px) {
    .dz-chessboard__textWrapper {
        padding: 0 10%;
    }
}
@media screen and (max-width: 930px) {
    .dz-chessboard__h4 {
        font-size: 18px;
        line-height: 20px;
    }
}
@media screen and (max-width: 900px) {
    .dz-h3 br,
    .dz-h4 br {
        display: none;
    }
}
@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-h1 {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }
    .dz-banner {
        border-radius: 8px;
    }
    .dz-banner-main {
        border-radius: 0;
        margin-left: -20px;
        margin-right: -20px;
    }
    .dz-video {
        border-radius: 0;
        margin-left: -20px;
        margin-right: -20px;
    }
    .dz-imgWrapper {
        border-radius: 0;
        margin-left: -20px;
        margin-right: -20px;
    }
    .dz-banner__img-desktop {
        display: none !important;
    }
    .dz-banner__img-mob {
        display: block !important;
    }
    .dz-pics {
        display: none;
    }
    .dz-slider {
        display: block;
    }
}