.swiper-pagination { margin:0px auto; width: fit-content !important; height:16px; text-align: center; -webkit-tap-highlight-color: transparent; display:flex; position:absolute; left: 50% !important; bottom: -40px !important; transform: translateX(-50%) !important; font-size:0px;}
.swiper-pagination .swiper-pagination-bullet{ height:16px; margin:0px 6px !important; width:16px; height: 16px; background:var(--Grey02); border:solid 2px var(--White); border-radius: 50%; display:block; opacity: 1 !important; -webkit-backface-visibility: visible; transition: opacity 200ms ease; border-radius:100%; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear;}
.swiper-pagination .swiper-pagination-bullet-active{ background:var(--Green04); border-color:var(--White); }
.swiper-pagination .swiper-pagination-bullet:first-child{ margin-left:0px;}
.swiper-pagination .swiper-pagination-bullet:last-child{ margin-right:0px;}


.swiper-nav{ position: absolute; left: 0px; right: 0px; top: calc(50% - 20px); height: 40px; max-width: 1360px; width: 100%; margin: 0px auto;}
.swiper-button-prev, .swiper-button-next{ padding:0px; width:40px !important; height:40px !important; position:absolute; z-index:9; top:0 !important; border:none; background:none; outline:0px; margin-top: 0 !important;}
.swiper-button-prev:focus, .swiper-button-next:focus{ outline:0px;}
.swiper-button-prev{ left:0px !important; transition: all 0.3s linear; }
.swiper-button-next{ right:0px !important; transition: all 0.3s linear;}
.swiper-button-prev span{ font-size:0; width:40px !important; height:40px !important; background:var(--White) url(../../images/slider_prev_arrow_hp.svg) no-repeat center; background-size:auto 20px; margin:0px; padding:0px; display:block; outline:none; transition: all 0.3s linear; border-radius: 100%; border: solid 1px var(--Green03);}
.swiper-button-prev:hover span{ background:var(--YellowSecondary) url(../../images/slider_prev_arrow_active_hp.svg) no-repeat center;}
.swiper-button-next span{ font-size:0; width:40px !important; height:40px !important; background:var(--White) url(../../images/slider_next_arrow_hp.svg) no-repeat center; background-size:auto 20px; margin:0px; padding:0px; display:block; outline:none; transition: all 0.3s linear; border-radius: 100%; border: solid 1px var(--Green03);}
.swiper-button-next:hover span{ background:var(--YellowSecondary) url(../../images/slider_next_arrow_active_hp.svg) no-repeat center;}

@media (min-width: 0px) and (max-width: 575px) {
  .swiper-pagination .swiper-pagination-bullet span { margin:12px;}
  
}