/* BASIC css start */
.add-page .visual-wrap {
    background-image: url('/design/hangso1/mallskin/pc/images/bg_page2_visual01.png');
}

.bg-black {
    background: #211D1D;
}

.bg-black .swiper-container .swiper-button-prev, .bg-black .swiper-container .swiper-button-next {
    filter: invert(1);
}

.bg-black .swiper-container .swiper-slide .name {
    color: #FFFFFF;
}

.bg-black .swiper-container .swiper-pagination span {
    border: 1px solid #5A5858;
}

.bg-black .swiper-pagination .swiper-pagination-bullet-active {
    background: #FFFFFF !important;
}

.bg-black .add-page-title, .bg-black .add-page-sub-title {
    color: #FFFFFF;
}

.btn-desc {
    display: block;
    margin-top: 24px;
    color: #211D1D;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}



@media (max-width: 768px) {
    .btn-desc {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 375px) {
    .btn-desc {
        font-size: 14px;
        line-height: 20px;
    }
}
/* BASIC css end */

