.splide__pagination {
    gap:15px;
}

.splide__pagination__page {
    background: #C1C1C1;
    border-radius: 0;
    width: 10px;
    height: 10px;
    opacity: 0.5;
}

    .splide__pagination__page.is-active {
        opacity: 0.9;
        background: #C1C1C1;
    }

#index-banner .splide__pagination__page {
    border-radius: 0;
    width: 10px;
    height: 10px;
    margin: 3px 8px;
}
#index-banner .splide__slide .image img {
    height: 100vh;
    object-fit: cover;
    object-position: 40%;
}
    #index-banner .splide__pagination__page.is-active {
        transform: unset;
    }


.common-banner-section {
    min-height: 370px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0px 80px;
}
    .common-banner-section.statement {
        padding: 100px 20px 0 45px;
        min-height: unset;
    }
    .common-banner-section.high-height {
        min-height: 560px;
    }


#index-banner .banner-slide-content {
    max-width: 520px;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 80px;
    top: 185px;
}

.banner-slide-content .title {
    font-size: 2.8125rem;
    line-height: 3.5rem;
    margin-bottom: 20px;
    position: relative;
}

    .banner-slide-content .title::before {
        content: "";
        background-color: #9F1C33;
        width: 21px;
        height: 21px;
        display: block;
        position: absolute;
        left: -30px;
        top: -10px;
    }

.banner-slide-content .text > * {
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: inherit;
    font-weight: 300;
}

.common-banner-section .banner-slide-content .title {
    font-size: 1.875rem;
    line-height: 2.188rem;
}

.common-banner-section .banner-slide-content .primary-linkbtn {
    font-size: 1rem;
    line-height: 1.25rem;
}


.about-s4 .splide__arrow {
    border-radius: unset;
    background-color: unset;
}

    .about-s4 .splide__arrow svg {
        width: 40px;
        height: 40px;
    }

    .about-s4 .splide__arrow.splide__arrow--next {
        right: -7%;
    }

    .about-s4 .splide__arrow.splide__arrow--prev {
        left: -7%;
    }

@media screen and (max-width:1179px) {

    .about-s4 .splide__arrow.splide__arrow--next {
        right: 0%;
    }

    .about-s4 .splide__arrow.splide__arrow--prev {
        left: 0%;
    }
}

@media screen and (max-width:767px) {
    .common-banner-section {
        padding: 100px 20px 80px 45px;
    }
}

@media screen and (max-width:498px) {
    #index-banner .banner-slide-content {
        left: 40px;
        right:20px;
    }
    .common-banner-section {
        background-position: 20% 50%;
    }
}
