﻿body[data-aos-duration="4000"] [data-aos],
[data-aos][data-aos][data-aos-duration="4000"] {
    transition-duration: 10000ms;
}

section {
    margin-bottom: 100px;
}

    section:last-child {
        margin-bottom: 0;
    }

.section-Title {
    font-size: 2.25em;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

    .section-Title p {
        font-size: 1.375rem;
        color: #999999;
    }
/*首頁 setcion-banner*/
.section-index-banner {
    padding: 30px 0;
    scroll-margin-top: 112px;
    overflow: clip;
    color: #ffffff;
    margin-bottom: 0px;
}

    .section-index-banner .container-xs {
        padding-top: 130px;
        padding-bottom: 130px;
        border-radius: 15px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        clip-path: inset(0 round 15px);
    }

        .section-index-banner .container-xs img {
            position: fixed;
            top: 70px;
            left: 0;
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 1;
            border-radius: 15px;
            overflow: hidden;
        }

        .section-index-banner .container-xs .content {
            position: relative;
            z-index: 3;
        }

    .section-index-banner h3 {
        letter-spacing: 4px;
        font-weight: bold;
        text-shadow: 1px 1px 8px rgba(0, 0, 0, 1);
    }

    .section-index-banner .number {
        font-size: 3.2rem;
        font-weight: bold;
        text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5), 1px 1px 0px rgba(0, 0, 0, 1);
    }

@media (min-width: 1400px) {
    .section-index-banner .container-xs,
    .section-index-sensor .container-xs {
        max-width: 1820px;
    }
}

/*首頁-section-儀器*/
.section-index-sensor .container-xs {
    margin: 0 auto;
    padding: 0 50px;
}

.section-item-sensor {
    position: relative;
    margin-top: -120px;
    width: 100%;
    display: flex;
    justify-content: center;
}

    .section-item-sensor > li {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        text-align: center;
    }

    .section-item-sensor .item-sensor-info {
        width: 120px;
        height: 120px;
        background: #ffffff40;
        border-radius: 50%;
    }

        .section-item-sensor .item-sensor-info img {
            width: 100px;
        }

.sensorTitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 44px;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}

    .sensorTitle > span {
        display: block;
        font-size: 1rem;
    }

.section-item-sensor .total {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #00a99d;
    background: #00a99d10;
    font-size: 3rem;
    font-weight: bold;
}

.item-stationMap {
    overflow: hidden;
    border-radius: var(--bs-border-radius-lg) !important;
}

    .item-stationMap img {
        width: 100%;
        height: auto;
    }

.form-select.--ph-blue {
    border: var(--bs-border-width) solid var(--ph-blue);
    color: #035b88;
}

.item-device-info {
    margin-right: 10px;
}

    .item-device-info .btn {
        width: 26px;
        height: 26px;
        padding: 2px;
        line-height: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

.section-index-station .item-charts {
    height: 300px;
    margin-bottom: 20px;
    background: #fafafa;
    border-radius: var(--bs-border-radius-lg) !important;
}

.item-sensorTotal {
    font-size: 3.6rem;
    text-align: center;
    font-weight: bold;
}

    .item-sensorTotal > * {
        font-size: 1rem;
    }

/* 首頁CCTV輪播 */
.section-index-camera {
    padding: 100px 0;
    background: url(../Images/Index/img_index_camBg.png) no-repeat;
    background-attachment: fixed;
    background-position-y: 60px;
    background-position-x: 32%;
    background-size: cover;
}

.item-slider-block .item-slider {
    padding: 10px 10px;
    margin: 0 10px;
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    border-radius: var(--bs-border-radius-lg) !important;
}

.item-slider-block .item .name {
    color: #000000;
}

.item-slider .imgName {
    width: 260px;
}

.item-slider-block .sliderImg {
    position: relative;
}

    .item-slider-block .sliderImg img {
        height: 200px;
    }

.dashboardInfoGroup .imgSlider .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #ffffff;
}

.dashboardInfoGroup .imgSlider .slick-dots li button:before {
    opacity: 0.25;
    color: #ffffff;
}

.imgSlider .slick-prev:before,
.imgSlider .slick-next:before {
    font-family: "slick";
    line-height: 1;
    opacity: 0.75;
    color: #ffffff;
}

.slick-dots li button:before {
    font-size: 0.8rem !important;
}

.item-sliderInfo {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 10px 10px;
    background: #00000090;
}

.item-sliderInfo-row {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

.item-sliderInfo-bottom {
    height: 32px;
}

.item-sliderInfo.open {
    display: flex;
}

.item-sliderInfo .row div {
    color: #ffffff;
    line-height: 1.2;
}

.item-sliderInfo .name {
    text-align: right;
}

.item-sliderInfo .btn {
    margin: 0 auto;
}

.open-item-sliderInfo {
    cursor: pointer;
    background: #000000;
    overflow: hidden;
}

.row-item-slider {
    width: 100%;
}

    .row-item-slider .open-item-sliderInfo {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 260px;
        border: 3px solid #000000;
    }

    .row-item-slider.--ph-col-1 .open-item-sliderInfo {
        height: 600px;
    }

    .row-item-slider.--ph-col-2 .open-item-sliderInfo {
        height: 360px;
    }

    .row-item-slider.--ph-col-3 .open-item-sliderInfo {
        height: 260px;
    }

    .row-item-slider .item-sliderInfo-row {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
/*彈跳視窗的單張照片*/

.wrap_popup .item-sliderInfo.open {
    align-items: center;
}

.wrap_popup .open-item-sliderInfo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap_popup .item-sliderInfo-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 1px;
    padding: 0;
}

.wrap_popup .item-slider-block .sliderImg img {
    max-width: 1360px;
    height: auto;
}

.wrap_popup .item-slider-block .item-slider {
    margin: 0;
}

@media (max-width: 767.99px) {
    .wrap_popup .item-sliderInfo .name {
        /* text-align: left; */
    }

    .wrap_popup .item-sliderInfo .txt {
        /* text-align: left; */
    }

    .row-item-slider.--ph-col-1 .open-item-sliderInfo {
        height: 360px;
    }

    .row-item-slider.--ph-col-2 .open-item-sliderInfo {
        height: 240px;
    }

    .row-item-slider.--ph-col-3 .open-item-sliderInfo {
        height: 120px;
    }

    .wrap_popup .item-slider-block .sliderImg img {
        max-width: 100%;
        height: auto;
    }

    .wrap_popup .item-sliderInfo-row {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

/*內頁輪播內容格線設定*/
.row-item-slider {
    display: inline-flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

    .row-item-slider .item-slider-block .sliderImg img {
        width: 99%;
        height: auto;
    }

    .row-item-slider .item-slider-block .item-slider {
        height: 100%;
        margin: 1% 1%;
        padding: 10px 4%;
    }

    .row-item-slider .item-slider .imgName {
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        line-height: 1;
        margin-top: 2px;
    }

    .row-item-slider.--ph-col-3 .item-slider-block {
        flex: 0 0 33.3%;
        margin-bottom: 6px;
    }

    .row-item-slider.--ph-col-2 .item-slider-block {
        flex: 0 0 50%;
        margin-bottom: 10px;
    }

    .row-item-slider.--ph-col-1 .item-slider-block {
        flex: 0 0 100%;
        margin-bottom: 10px;
    }

.imgName .btn {
    width: 26px;
    height: 26px;
    margin: 0 1px;
    padding-left: 0;
    padding-right: 0;
    line-height: 1;
    text-align: center;
    --bs-btn-font-size: 0.875rem;
}

.block-imgInfo {
}

.dataTime {
    font-size: 0.8rem;
    color: var(--bs-gray-600);
}

/* 觀測車介紹 */
.group-car-introduce {
}

.itme-car-Img {
    position: relative;
    height: 400px;
    margin-bottom: 50px;
}

    .itme-car-Img img {
        position: absolute;
    }

    .itme-car-Img .img-number {
        height: 100%;
    }

    .itme-car-Img.no1 .img-car {
        z-index: 2;
        bottom: -10%;
        left: -3%;
    }

    .itme-car-Img.no2 .img-car {
        z-index: 2;
        bottom: -15%;
        left: -8%;
    }

    .itme-car-Img.no3 .img-car {
        z-index: 2;
        bottom: -8%;
        left: 12%;
    }

.item-car-Info {
    font-size: 1rem;
    font-weight: bold;
    color: #035b88;
    margin-bottom: 10px;
}

    .item-car-Info h4 {
        font-size: 1.4rem;
        font-weight: bold;
    }

.item-title {
    display: inline-block;
    line-height: 1;
    padding: 0 10px;
    color: #00a99d;
    font-size: 1.1rem;
    font-weight: bold;
    border-left: 1px solid #00a99d;
    border-right: 1px solid #00a99d;
}

.item-car-introduce {
    color: #00a99d;
    font-size: 1rem;
    font-weight: bold;
}

@media (min-width: 768px) and (max-width: 1359.99px) {
    .row > div:nth-child(3) .group-car-introduce {
        overflow: hidden;
    }

    .itme-car-Img.no2 .img-no2 {
        left: -10%;
    }
}

@media (max-width: 1199.98px) {
    .section-index-sensor .container-xs {
        padding: 0;
    }

    .section-item-sensor {
        flex-wrap: wrap;
        margin-top: -100px;
    }

        .section-item-sensor .item-sensor-info {
            width: 80px;
            height: 80px;
        }

            .section-item-sensor .item-sensor-info img {
                width: 80px;
            }

    .sensorTitle {
        width: 70px;
        font-size: 1.2rem;
        line-height: 1.2;
    }

        .sensorTitle > span {
            display: none;
        }

    .section-item-sensor .total {
        font-size: 2.5rem;
    }
}

@media (max-width: 991.99px) {
    .group-car-introduce {
        max-width: 320px;
        margin: 30px auto;
    }

    .row > div:nth-child(3) .group-car-introduce {
        overflow: visible;
    }
}

@media (max-width: 767.98px) {
    .section-item-sensor > li {
        flex: 0 1 0;
    }
}

@media (max-width: 575.99px) {
    .section-Title {
        padding: 0 10px;
    }

    .itme-car-Img {
        margin-bottom: 100px;
    }

        .itme-car-Img .img-number {
            width: auto;
            bottom: 0%;
            height: 340px;
        }

        .itme-car-Img .img-car {
            bottom: -22% !important;
            left: 0 !important;
        }
}

/*警戒監測儀表板-Dasboard*/
.container-dashboard {
    display: flex;
    height: 100%;
}

.section-dashboard-cctv {
    flex: 1;
    display: flex;
    flex-direction: column;
}

    .section-dashboard-cctv .page-content {
        overflow-y: auto;
        padding: 0 10px;
    }

.section-dashboard-map {
    flex: 1;
}
    /* 小於768動態 */
    .section-dashboard-map.open {
        display: block;
        /* 選單層級1000 */
        z-index: 10000;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 30px;
        background: #00000090;
    }

        .section-dashboard-map.open .item-map {
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        }

.close-map {
    display: none;
}

.section-dashboard-map.open .close-map {
    display: none;
    z-index: 2;
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
}

/*page-banner*/
.page-banner {
    padding: 10px 10px;
    scroll-margin-top: 112px;
    overflow: clip;
    margin-bottom: 0px;
}

    .page-banner .container-xs {
        padding-top: 100px;
        padding-bottom: 100px;
        border-radius: 15px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        clip-path: inset(0 round 15px);
    }

        .page-banner .container-xs img {
            position: fixed;
            left: 0;
            display: block;
            height: auto;
            object-fit: cover;
            z-index: 1;
            border-radius: 15px;
            overflow: hidden;
        }

        .page-banner .container-xs img {
            top: -96px;
            width: 100%;
        }

    .page-banner.doubleCol .container-xs {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .page-banner.doubleCol .container-xs img {
            top: -15px;
            width: 50%;
        }

    .page-banner .container-xs .content {
        position: relative;
        z-index: 3;
    }

    .page-banner h3 {
        letter-spacing: 4px;
        font-weight: bold;
        color: #ffffff;
        text-shadow: 1px 1px 8px rgba(0, 0, 0, 1);
    }

    .page-banner .number {
        font-size: 3.2rem;
        font-weight: bold;
        text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5), 1px 1px 0px rgba(0, 0, 0, 1);
    }

.page-content {
    flex: 1;
}

.item-page-search {
    position: relative;
    margin: 0 10px;
    margin-top: -40px;
    padding: 10px 10px;
    background: var(--bs-gray-200);
    border-radius: var(--bs-border-radius-lg) !important;
}

    .item-page-search[class*="container"] {
        margin: 0 auto;
        margin-top: -80px;
    }

.item-imageSize-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

    .item-imageSize-btn .txt {
        color: #000000;
        padding-right: 6px;
    }

    .item-imageSize-btn .btn-icon-square {
        width: 20px;
        height: 20px;
        margin: 2px;
        background: #969696;
    }

        .item-imageSize-btn .btn-icon-square.active {
            background: #003a84;
        }

        .item-imageSize-btn .btn-icon-square img {
            display: block;
        }

.item-map {
    height: 100%;
}

.item-alertQuantity {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 6px 6px;
    border-radius: var(--bs-border-radius-lg) !important;
    border: 1px solid #4d4d4d;
    color: #4d4d4d;
    background: #ffffff;
    text-align: center;
    line-height: 1;
}

    .item-alertQuantity .name {
        font-size: 1rem;
    }

    .item-alertQuantity .commentary {
        font-size: 0.95rem;
    }

    .item-alertQuantity .total {
        flex: 100%;
        font-size: 1.8rem;
    }

    .item-alertQuantity.green {
        color: var(--bs-green);
        border-color: var(--bs-green);
    }

    .item-alertQuantity.blue {
        color: var(--ph-blue);
        border-color: var(--ph-blue);
    }

.item-device-name {
    line-height: 1.2;
}

.item-device:hover {
    background: var(--bs-gray-300);
}

@media (max-width: 1199.98px) {
    .row-item-slider .item-slider .imgName .name {
        width: 100%;
    }

    .item-alertQuantity .commentary {
        display: none;
    }
}

@media (max-width: 767.99px) {
    .section-dashboard-map {
        display: none;
    }

    .page-banner .container-xs img {
        width: 100%;
    }

    .page-banner.doubleCol .container-xs img {
        width: 100%;
    }

    .item-alertQuantity .name {
        font-size: 0.95rem;
    }

    .item-alertQuantity .commentary {
        font-size: 0.8rem;
    }

    .item-alertQuantity .total {
        font-size: 0.95rem;
    }
}

@media (max-width: 575.99px) {
    .page-banner .container-xs {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .item-alertQuantity {
        padding: 2px 6px;
    }

    .item-page-search {
        margin: 0 4px;
        padding: 10px 4px;
    }

        .item-page-search[class*="container"] {
            margin-top: -40px;
        }

    .item-imageSize-btn .txt {
        display: none;
    }
}
/*基本頁面banner*/
.section-page-banner {
    flex: 1;
    display: flex;
    flex-direction: column;
}
/*影像查詢*/
.section-page-cctv {
    flex: 1;
    display: flex;
    flex-direction: column;
}

    .section-page-cctv .page-content {
        min-height: 430px;
    }

/*輪播群組設定*/
.tableScroll {
    height: 320px;
    overflow-y: auto;
}

/*AI水體影像辨識*/
.section-page-ai {
    flex: 1;
    display: flex;
    flex-direction: column;
}

    .section-page-ai .page-content {
        min-height: 505px;
    }

/*隱私權清單*/
ul.decimal {
    list-style-type: decimal;
    font-size: 1.4rem;
    margin-left: 1.4rem;
    color: var(--ph-blue);
}

    ul.decimal > li {
        /* padding-left: 1.4rem;
  text-indent: -1.4rem; */
        margin-bottom: 16px;
        border-bottom: 1px dotted #969696;
    }

    ul.decimal .title {
        font-size: 1.4rem;
        margin-bottom: 10px;
        color: var(--ph-blue);
    }

    ul.decimal .content {
        font-size: 1rem;
        margin-bottom: 10px;
        color: var(--ph-green);
    }

.page-content-info {
    margin-bottom: 20px;
    color: var(--ph-blue);
}
