@charset "utf-8";

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    border: none;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 0;
    width: 26px;
    max-width: 26px;
    height: 26px;
    max-height: 26px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 0;
}


.owl-carousel .owl-nav button.owl-next::before,
.owl-carousel .owl-nav button.owl-prev::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 3px solid white;
    transform: rotate(45deg);
}

.owl-carousel .owl-nav button.owl-prev::before {
    border-right: none;
    border-top: none;
    margin-left: 4px;
}

.owl-carousel .owl-nav button.owl-next::before {
    border-left: none;
    border-bottom: none;
    margin-left: -3px;
}


.owl-nav {
    position: absolute;
    bottom: 10px;
    right: 4px;
}

.owl-carousel .owl-nav button.owl-next {
    margin-left: 4px;
}






/*
     FILE ARCHIVED ON 5:23:41 二月 7, 2025 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 19:55:44 五月 22, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
