﻿.responsive-table {
    font-size: 1.1rem;
    font-family: "微軟正黑體",;
    text-align: center;
    border-width: 3px;
    border-color: rgba(107,107,107,1.00);
}

    .responsive-table th,
    .responsive-table td {
        padding: 15px;
        border-style: solid;
        border-width: 3px;
        border-color: #FFFFFF
    }

.titlebg > th, .titlebg > td, .spcialbg {
    background-color: rgba(124,180,121,1.00);
    color: rgba(255,255,255,1.00);
    font-weight: bold;
    vertical-align: middle !important;
}

.insidebg > td {
    background-color: #F1EDD1;
    color: rgba(50,50,50,1.00);
}

.villagesCnt {
    white-space: nowrap
}

.img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.item {
    position: relative;
}

.captionBackgroud {
    /* 調整輪播的文字區塊*/
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: white;
    background-color: #ffffff50;
    font-size: 1.25rem;
    font-weight: 600;
    text-shadow: 1px 1px 2px black;
}

    .captionBackgroud p {
        margin: 0;
    }

#charts {
    min-height: 600px;
}

.owl-nav-icon-margin {
    margin-left: 0.3em !important;
}
