body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

#DesignSliderDiv {
    height: 100vh;
    position: relative;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.sld-slider-top {
    width: 100%;
    margin: 0 auto 10px;
    padding-right: 5px;
    justify-content: space-between;
    flex-direction: row;
    display: flex;
}

.sld-slider-top a img {
    width: 100%;
    max-width: 20px;
}

.sld-intro {
    flex-direction: column;
    display: flex;
}

.sld-design-name {
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #626366;
}

.sld-design-place {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "MyriadPro-Semibold", Arial, Helvetica, Verdana, sans-serif, "Microsoft JhengHei", "Microsoft YaHei", "宋体";
    color: #aeaeae;
    display: block;
}

.splide__slide img {
    width: 100%;
    height: auto;
    display: block;
}

.splide__pagination__page.is-active {
    background-color: #c4161c !important;
}

.splide__pagination__page {
    background-color: #636466;
}

#image-carousel {
    width: 100%;
}

.splide__pagination {
    width: 100%;
    bottom: -10px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    justify-content: flex-start;
}

.splide__arrow--prev {
    left: 23%;
}

.splide__arrow--next {
    right: 23%;
}

.splide__slide {
    width: calc(55% - 0.5rem) !important;
}

.splide__arrow {
    width: 40px;
    background: transparent;
}

.splide__arrow svg {
    width: 40px;
    height: 40px;
}

@media screen and (max-width: 1199px) {
    .splide__slide {
        width: calc(75% - 0.5rem) !important;
    }

    .splide__arrow--prev {
        left: 13%;
    }

    .splide__arrow--next {
        right: 13%;
    }
}

@media screen and (max-width: 640px) {
    .splide__slide {
        width: calc(90% - 0.5rem) !important;
    }

    .splide__arrow--prev {
        left: 6%;
    }

    .splide__arrow--next {
        right: 6%;
    }
}