/*滑塊頁數*/
.swiper-bullet .swiper-pagination-bullet{
    width:var(--space-6)!important;
    height:var(--space-6)!important;
    margin:0 var(--space-6)!important;
    border-radius: 10px!important;
    transition: all 0.3s ease-out!important;
    opacity: 1!important;
}
.swiper-bullet .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width:var(--space-30)!important;
}
.swiper-color_light .swiper-pagination-bullet{
    background:#999999!important;
}
.swiper-color_light .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background:#fff!important;
}
.swiper-color_dark .swiper-pagination-bullet{
    background:#DDDDDD!important;
}
.swiper-color_dark .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background:#48474D!important;
}
.swiper-horizontal_banner .swiper-pagination-horizontal{
    width: calc(100% - var(--cok-width100))!important;
    bottom: var(--space-80)!important;
    left: 50%!important;
    transform: translateX(-50%);
    text-align: start!important;
}
.swiper-horizontal_left .swiper-pagination-horizontal{
    bottom: calc(var(--space-60) * -1)!important;
    left: calc(var(--space-6) * -1)!important;
    text-align: start!important;
}
.swiper-horizontal_center .swiper-pagination-horizontal{
    top: auto!important;
    bottom: calc(var(--space-35) * -1)!important;
}

/*一般按鈕*/
.sbtgo,.sbt{
    width:fit-content!important;
}
.sbtgo a,.sbt .elementor-heading-title{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap:var(--space-15);
}
.sbtgo a:hover{
    gap:var(--space-20);
}
.sbtgo a::after,.sbt .elementor-heading-title::after{
    content: "";
    display:block;
    width:var(--space-60);
    height:var(--space-24);
    background-color: #AE8D57;
    border-radius: 99px;
    padding: 10px;
    background-image: url(/wp-content/uploads/arrow-bt-icon.svg);
background-position: 80% center;
background-repeat: no-repeat;
background-size: var(--space-18) auto;
    transition: all 0.3s ease-out;
}
.sbtgo a:hover::after{
    background-color: #000;
}