.slideshow-swiper {
    overflow: hidden;
    display: block;
    position: relative;
}
.slideshow-swiper--show-mb {
    display: none;
}

.slideshow-swiper .swiper-notification {
    bottom: 20px;
    position: absolute;
}

@media screen and (max-width: 959px) {
    .slideshow-swiper--show-pc {
        display: none !important;
    }
    .slideshow-swiper--show-mb {
        display: block !important;
    }
    slideshow-swiper__overlay-box {
        width: 100%;
    }
}
.slideshow-swiper__banner {
    position: relative;
    background-color: white;
}
.slideshow-swiper__swiper-slide-inner {
    position: relative;
}
.slideshow-swiper__banner img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slideshow-swiper__video-banner {
    background-color: black;
}
.slideshow-swiper__video-banner video {
    display: block;
}
.slideshow-swiper__overlay-wrapper {
    position: absolute;
    color: inherit;
    left: 0;
    right: 0;
    top: 0;
    /* width: 100%; */
    height: 100%;
    padding-top: 8%;
    padding-bottom: 8%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

/* button */
.slideshow-swiper__banner > a:not([href]) {
    cursor:inherit;
}
.slideshow-swiper__overlay-btn {
    text-align: center;
    font-weight: 400;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding:10px clamp(24px,2.5vw,40px);
    font-size: clamp(12px,1vw,16px);
    box-sizing: border-box;
    white-space: nowrap;
    transition: background-color .2s, color .2s;
    cursor: pointer;
}
.slideshow-swiper__overlay-btn.btn-style--primary {
    color: var(--color-primary-button-text);
    background-color: var(--color-primary-button-background);
}
.slideshow-swiper__overlay-btn.btn-style-light {
    color: var(--color-light-button-text);
    background-color: transparent;
}
.slideshow-swiper__overlay-box .overlay-buttons {
    display: flex;
    gap: 20px;
    margin-top: clamp(16px,1.88vw,30px);
}
.slideshow-swiper__overlay-box .overlay-buttons .button:not(.button--link)::before {
    content:none;
}
@media screen  and (min-width: 960px) {
 
    .slideshow-swiper__overlay-btn.btn-style--primary:hover {
        color: var(--color-primary-button-hover-text);
        background-color: var(--color-primary-button-hover-background);
    }
    .slideshow-swiper__overlay-btn.btn-style--light:hover {
        background-color: rgb(var(--color-light-button-hover-background));
        --color-button-text:var(--color-light-button-hover-text);
        color:rgb(var(--color-light-button-hover-text))!important;
        --color-button-background:rgb(var(--color-light-button-hover-background));
    }
}
.slideshow-swiper__navigation .swiper-btn {
    position: absolute;
    top: 50%;
    z-index: 1;
    /* opacity: 0; */
    transition: opacity .3s;
    cursor: pointer;
}
.slideshow-swiper__navigation .swiper-btn svg {
    display: block;
    color: #fff;
    width: 40px;
    height: 40px;
    background-color: #1A1A1A;
    border-radius: 50px;
}
.slideshow-swiper__swiper-outer:hover .slideshow-swiper__navigation .swiper-btn {
    opacity: 1;
}
.slideshow-swiper__navigation .swiper-btn-prev {
    left: 4.0%;
    transform: translate(-100%, -50%);
}
.slideshow-swiper__navigation .swiper-btn-next {
    right: 4.0%;
    transform: translate(100%, -50%);
}
@media screen and (min-width: 1601px) {
    .slideshow-swiper__navigation .swiper-btn-prev {
        left: 5.0%;
    }
    .slideshow-swiper__navigation .swiper-btn-next {
        right: 5.0%;
    }
}
@media screen and (max-width: 989px) {
    .slideshow-swiper__navigation .swiper-btn {
        display: none;
    }
}

/* position */
@media screen and (min-width: 960px) {

    .slideshow-swiper__overlay-wrapper.position-top-left {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .slideshow-swiper__overlay-wrapper.position-top-center {
        align-items: center;
        justify-content: flex-start;
    }

    .slideshow-swiper__overlay-wrapper.position-top-right {
        align-items: flex-end;
        justify-content: flex-start;
    }

    .slideshow-swiper__overlay-wrapper.position-center-left {
        align-items: flex-start;
        justify-content: center;
    }

    .slideshow-swiper__overlay-wrapper.position-center-center {
        align-items: center;
        justify-content: center;
    }

    .slideshow-swiper__overlay-wrapper.position-center-right {
        align-items: flex-end;
        justify-content: center;
    }

    .slideshow-swiper__overlay-wrapper.position-bottom-left {
        align-items: flex-start;
        justify-content: flex-end;
    }

    .slideshow-swiper__overlay-wrapper.position-bottom-center {
        align-items: center;
        justify-content: flex-end;
    }

    .slideshow-swiper__overlay-wrapper.position-bottom-right {
        align-items: flex-end;
        justify-content: flex-end;
    }

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

    .text-align-center {
        text-align: center;
    }

    .text-align-right {
        text-align: right;
    }
}

.slideshow-swiper__overlay-text h1,
.slideshow-swiper__overlay-text h2,
.slideshow-swiper__overlay-text h3,
.slideshow-swiper__overlay-text h4,
.slideshow-swiper__overlay-text h5,
.slideshow-swiper__overlay-text h6,
.slideshow-swiper__overlay-text p {
    margin: 0;
    line-height: 1.2;
}

.slideshow-swiper__overlay-text .slideshow-swiper__overlay-btn {
    margin-top: 1.5vw;
    pointer-events: initial;
}

.slideshow-swiper__overlay-text p {
    font-weight: 300;
}

.slideshow-swiper__overlay-text>*:empty::after {
    content: "";
    display: inline-block;
    width: 0px;
}

.slideshow-swiper__overlay-text .overlay-title h1 {
    font-weight: 600;
    line-height: 1.2;
    font-size: clamp(36px, 4.5vw, 72px);
}
.slideshow-swiper__overlay-text .overlay-subtitle p {
    line-height: 1.5;
    font-weight: 300;
    font-size: clamp(24px, 2vw, 32px);
}
.slideshow-swiper__overlay-text .overlay-description p {
    line-height: 1.5;
    font-weight: 300;
    font-size: clamp(16px, 2vw, 24px);
}
.slideshow-swiper__overlay-text .overlay-margin {
    margin-top:clamp(8px,1vw,16px);
    margin-bottom:clamp(8px, 1vw, 16px);
}


@media screen and (max-width: 959px) {
    .slideshow-swiper__overlay-wrapper {
        padding-top: 100px;
        padding-bottom: 30px;
    }
   
    .slideshow-swiper__overlay-wrapper.position-mb-top-left {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .slideshow-swiper__overlay-wrapper.position-mb-top-center {
        align-items: center;
        justify-content: flex-start;
    }

    .slideshow-swiper__overlay-wrapper.position-mb-top-right {
        align-items: flex-end;
        justify-content: flex-start;
    }

    .slideshow-swiper__overlay-wrapper.position-mb-center-left {
        align-items: flex-start;
        justify-content: center;
    }

    .slideshow-swiper__overlay-wrapper.position-mb-center-center {
        align-items: center;
        justify-content: center;
    }

    .slideshow-swiper__overlay-wrapper.position-mb-center-right {
        align-items: flex-end;
        justify-content: center;
    }

    .slideshow-swiper__overlay-wrapper.position-mb-bottom-left {
        align-items: flex-start;
        justify-content: flex-end;
    }

    .slideshow-swiper__overlay-wrapper.position-mb-bottom-center {
        align-items: center;
        justify-content: flex-end;
    }

    .slideshow-swiper__overlay-wrapper.position-mb-bottom-right {
        align-items: flex-end;
        justify-content: flex-end;
    }
    .text-align-mb-left {
        text-align: left;
    }
    .text-align-mb-left .slideshow-swiper__overlay-box .overlay-buttons {
        justify-content: flex-start;
    }
    .text-align-mb-center {
        text-align: center;
    }
    .text-align-mb-center .slideshow-swiper__overlay-box .overlay-buttons {
        justify-content: center;
    }
    .text-align-mb-center .slideshow-swiper__overlay-box .overlay-image {
        margin: auto;
    }
    .text-align-mb-right {
        text-align: right;
    }
    .text-align-mb-right .slideshow-swiper__overlay-box .overlay-buttons {
        justify-content: flex-end;
    }
}

/* Animation */
.slideshow-swiper .swiper-slide:not(.swiper-slide-active) .fadein-0,
.slideshow-swiper .swiper-slide:not(.swiper-slide-active) .fadein-03,
.slideshow-swiper .swiper-slide:not(.swiper-slide-active) .fadein-05,
.slideshow-swiper .swiper-slide:not(.swiper-slide-active) .fadein-1,
.slideshow-swiper .swiper-slide:not(.swiper-slide-active) .fadein-1-5 {
    visibility: hidden;
    animation: none;
}

/* Ended Animation */
.slideshow-swiper .swiper-pagination {
    /* left: 50%; */
    bottom: 34px;
    /* transform: translateX(-52%); */
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--page-padding);
    padding-right: var(--page-padding);
    /* max-width: calc(var(--page-padding) * 2 + var(--page-width)); */
    width: 100%;
    /* text-align: right; */
    z-index: 1;
    --swiper-pagination-bullet-horizontal-gap: 10px;
    position: absolute;
}


.slideshow-swiper .swiper-pagination-bullet {
    width: 6px!important;
    height: 6px!important;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    transition:width .3s ease;
}

.slideshow-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    width: 34px!important;
    height: 6px!important;
}

.slideshow-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color:#FFFFFF;
    width: calc(var(--progress) * 100%);
    border-radius: 50px!important;
}

.slideshow-swiper[data-brightness="dark"] .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.50);
}

@media screen and (max-width: 959px) {
    .slideshow-swiper .swiper-pagination {
        text-align: center;
        /* transform: translateX(-50%); */
        bottom: 10px;
        --swiper-pagination-bullet-horizontal-gap: 8px;
    }

    .slideshow-swiper .swiper-pagination-bullet {
        width: 34px;
    }
  
}

.slideshow-swiper__overlay-wrapper span {
    vertical-align: inherit;
}

@media screen and (min-width: 1921px) {

    .new-slide-content .slideshow-swiper__overlay-text .overlay-title h1,
    .slideshow-swiper__overlay-text .overlay-title h1 {
        font-size: 2.5vw !important;
    }

    .slideshow-swiper__overlay-text .overlay-subtitle p span {
        font-size: 0.83vw !important;
    }
    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 0.52vw !important;
    }
}