@charset "utf-8";
/* CSS Document */

.owl-carousel.slideshow-owl {
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}
.owl-nav button.owl-prev, .owl-nav button.owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.1rem !important;
    background-color: #fff !important;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
}
.owl-nav button span{
    line-height: 22px;
    font-family: "微軟正黑體", "JhengHei", "serif"
}