﻿
/*-------全局設定 --------*/
@charset "utf-8";

* {
    box-sizing: border-box;
    margin: 0 auto;
}

html, body, form {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: "微軟正黑體", "Microsoft JhengHei","Helvetica", "Microsoft JhengHei";
    background: #fff;
    color: #000;
    line-height: 1.8rem;
    font-size: 1.125rem;
}

a {
    cursor: pointer;
}

    a, a:link, a:visited, a:active {
        text-decoration: none;
        color: #004182;
    }

        a:visited {
            color: #004182;
        }

        a:hover {
            color: #337ab7;
        }

ul, li {
    list-style: none;
}

p {
    text-align: justify;
    text-justify: inter-ideograph;
}

img {
    border: none;
    max-width: 100%;
}

.wrapper {
    min-height: 100%;
    margin-bottom: -208px;
}

.Page {
    padding-bottom: 208px;
}

.container {
    max-width: 1400px;
}

.clear {
    clear: both;
}

.HideBtn {
    z-index: -100;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 1400px) {
    .container {
        width: 90%;
    }
}

@media (max-width: 1100px) {
    .container {
        width: 100%;
        /*width: 95%;*/
    }
}

@media (max-width: 992px) {
    .wrapper {
        margin-bottom: 0px;
    }

    .Page {
        padding-bottom: 0px;
    }
}
/*-------全局設定 end--------*/

/*-------header --------*/
.header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    background: #fff;
    -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, .100);
    box-shadow: 0 6px 8px rgba(0, 0, 0, .100);
}

    .header h1 {
        margin: 0;
    }

    .header nav {
        color: #2a395c;
        padding: 3px 16px;
        width: 100%;
    }

    .header .navbar-nav {
        width: 100%;
        max-width: 900px;
    }

    .header .nav-item {
        font-size: 1.5rem;
        font-weight: bold;
    }

    .header .mobMenuLi {
        display: none;
    }

    .header .nav-item a {
        color: #001640;
    }

        .header .nav-item a:hover {
            color: #337ab7;
        }

    .header .navbar-brand {
        width: 460px;
        margin-left: -30px;
    }

    .header .LOGO img {
        width: 100%;
    }

    .header nav .toggler {
        background-color: #2a395c;
        padding: 8px 10px;
        /*s;*/
    }

        .header nav .toggler .icon-bar {
            display: block;
            width: 22px;
            height: 2px;
            background-color: #fff;
            border-radius: 1px;
        }

            .header nav .toggler .icon-bar:not(:nth-child(1)) {
                margin-top: 4px;
            }

    .header .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }

    .header .dropdown:hover .dropdown-menu {
        display: block;
    }



@media (max-width: 1200px) {
    .header .navbar-brand {
        width: 300px;
    }
}

@media (max-width: 992px) {
    .navbar-brand {
        margin: 0;
    }

    .header .mobMenuLi {
        display: block;
    }
}
/*-------header end--------*/


/*-------footer --------*/
.footer {
    background-color: #333;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    /*height: 208px;*/
    height: 225px;
    overflow: hidden;
}

    .footer span {
        display: inline-block;
    }

.footer_link {
    text-align: center;
    margin-bottom: 10px;
}

    .footer_link a {
        color: #fff;
    }

        .footer_link a:hover {
            color: #808080;
        }

.footer_Text {
    /*    padding: 0 20px;*/
    margin: 0;
}

    .footer_Text p {
        margin-bottom: 0px;
    }

.footer_date {
    text-align: right;
}



.footer_block {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer_icon_link_Block {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px 10px;
    align-items: flex-end;
    justify-content: space-between;
    flex: 1 0 250px;
}

@media (max-width: 895px) {
    .footer {
        height: auto;
    }

    .footer_date {
        text-align: left;
        /*        padding-left: 20px;*/
    }

    .footer_block {
        flex-direction: column;
        justify-content: flex-start;
    }

    .footer_icon_link_Block {
        flex: 1;
    }
}
/*-------footer end--------*/

.slider {
    width: 50%;
}

.slick-slide {
    margin: 0px 10px;
}

    .slick-slide img {
        /*width: 100%;*/
    }

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    /*transition: all ease-in-out .3s;*/
    /*opacity: .2;*/
}

.slick-active {
    /*opacity: .5;*/
}

.slick-current {
    /*opacity: 1;*/
}
/*-------slick end--------*/

/*-------首頁--------*/
/*Index banner*/
.banner {
    width: 100%;
    height: 548px;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .banner img {
        -webkit-user-select: none;
        user-select: none;
    }

.banner_Content {
    background-position: center center;
    background-image: url(../image/index/IndexBannerCloud.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.IndexBannerDoll {
    position: absolute;
    right: 365px;
    bottom: 34%;
    width: 100%;
    max-width: 400px;
}

    .IndexBannerDoll img {
        float: left;
    }

.IndexBannerDoll01 {
    width: 65%;
    max-width: 300px;
    min-width: 100px;
    border-width: 0px;
    position: absolute;
    top: -125px;
    right: -15px;
}

.IndexBannerDoll02 {
    width: 55%;
    /*max-width: 200px;
    min-width: 100px;*/
    position: absolute;
    top: 75px;
    right: 150px;
}

.BannerCloud {
    position: absolute;
    right: -145px;
    bottom: -10px;
    width: 100%;
    max-width: 840px;
}

.bannerContent {
    position: relative;
    width: 100%;
    height: 100%;
}

.AirDataArea {
    position: relative;
    min-height: 500px;
    padding: 20px;
}

@media screen and (min-width: 1601px) and (max-width: 1700px) {
    .BannerCloud {
        right: -90px;
        max-width: 740px;
    }
}

@media screen and (min-width: 1578px) and (max-width: 1600px) {
    .BannerCloud {
        max-width: 740px;
        right: -80px;
        bottom: -7px;
    }
}

@media screen and (min-width: 1401px) and (max-width: 1577px) {
    .BannerCloud {
        max-width: 580px;
        right: 50px;
        bottom: -7px;
    }
}

@media screen and (min-width: 1401px) and (max-width: 1600px) {
    .banner {
        height: 450px;
    }

    .IndexBannerDoll {
        right: 300px;
        bottom: 34%;
        max-width: 350px;
    }

    .IndexBannerDoll01 {
        top: -100px;
        right: 71px;
    }

    .IndexBannerDoll02 {
        /*width: 45%;
        max-width: 200px;
        min-width: 100px;*/
        top: 75px;
        right: 225px;
    }
}

@media screen and (min-width: 1101px) and (max-width: 1400px) {
    .banner {
        height: 380px;
    }

    .BannerCloud {
        max-width: 580px;
        right: 50px;
        bottom: -7px;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1400px) {
    .IndexBannerDoll01 {
        width: 55%;
        top: -100px;
        right: 10px;
    }

    .IndexBannerDoll02 {
        width: 45%;
        /*max-width: 200px;
        min-width: 100px;*/
        top: 70px;
        right: 165px;
    }
}

@media screen and (min-width: 1101px) and (max-width: 1279px) {
    .IndexBannerDoll01 {
        width: 50%;
        right: -22px;
    }

    .IndexBannerDoll02 {
        width: 40%;
        right: 140px;
    }
}

@media screen and (min-width: 993px) and (max-width: 1100px) {
    .banner {
        height: 320px;
    }

    .BannerCloud {
        max-width: 500px;
        right: 0px;
        bottom: -5px;
    }

    .IndexBannerDoll01 {
        width: 45%;
        top: -100px;
        right: -35px;
    }

    .IndexBannerDoll02 {
        width: 35%;
        top: 45px;
        right: 90px;
    }
}

@media screen and (min-width: 577px) and (max-width: 992px) {
    .banner {
        height: 280px;
    }
}

@media (max-width: 992px) {
    .IndexBannerDoll01 {
        display: none;
    }

    .IndexBannerDoll02 {
        display: none;
    }

    .banner {
        background-position: 20% center;
    }

    .BannerCloud {
        display: none;
    }
}

@media (max-width: 576px) {
    .banner {
        height: 260px;
    }
}
/*Index banner end*/

/*RightMenu*/
.RightMenu {
    position: fixed;
    right: 25px;
    /*top: 235px;*/
    top: 25%;
    z-index: 99;
}

    .RightMenu img {
        -webkit-user-select: none;
        user-select: none;
    }

.RightBox {
    background: linear-gradient(-10deg, transparent 385px, #005e8a 0), linear-gradient(10deg, transparent 0px, #2e9edb 0);
    height: auto;
    width: 80px;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 50px;
    box-shadow: 0px 2px 7px 0px #333;
    position: relative;
    z-index: 9;
}

.GirlRemindBox {
    position: absolute;
    z-index: 8;
    top: -62px;
    left: -47px;
}

.GirlRemind {
    width: 120px;
}

.GirlRemindBox_hand {
    z-index: 10;
}

.GirlRemindBox_Text {
    position: absolute;
    top: -62px;
    left: -140px;
    z-index: 7;
}

.GirlHide {
    display: none;
}

.GirlShow {
    display: block;
}

.RightBox ul {
    margin: 0;
    padding: 0;
}

.RightBox li {
    padding: 20px 14px;
}

    .RightBox li:first-child {
        padding-top: 40px;
    }

    .RightBox li:last-child {
        padding-bottom: 40px;
    }

.RightBox a:hover span {
    /*background-color: red;*/
    color: #ffdb4e;
}

.RightBox span {
    line-height: 1.7rem;
    display: block;
    color: #fff;
}

@media (max-width: 992px) {
    .RightMenu {
        display: none;
    }
}
/*RightMenu end*/

/*信箱按鈕*/
.mailbt {
    position: fixed;
    bottom: 15%;
    left: 38px;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2e9edb;
    border-radius: 50px;
    background-image: url(../image/index/MailIcon.svg);
    background-size: 45px;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0px 2px 7px 0px #333;
    margin: 0;
}

    .mailbt:hover {
        background-color: #ffdb4e;
    }

@media (max-width: 1366px) {
    .mailbt {
        right: 10px;
    }
}

@media (max-width: 992px) {
    .mailbt {
        display: none;
    }
}
/*信箱按鈕 end*/

/*weatherBox*/
.weatherBox {
    position: absolute;
    width: 310px;
    top: 300px;
    right: 50px;
    background-color: #0076c0;
    border: #fff 1px solid;
    border-radius: 13px 13px 50px 15px;
    padding: 15px 20px 20px 20px;
    color: #fff;
}

    .weatherBox select {
        color: #FFF;
        border-color: transparent;
        background-color: transparent;
        display: block;
        font-size: 1.5rem;
        font-weight: bold;
    }

    .weatherBox option {
        color: #000;
    }

    .weatherBox span {
        display: inline-block;
    }

    .weatherBox hr {
        margin-top: 1rem;
        margin-bottom: 0.5rem;
        border: 0;
        border-top: 1px solid #fff;
    }

.weatherData {
    text-align: center;
}


    .weatherData img {
        height: 110px;
    }

.weatherImg {
    width: 40%;
}

.weatherOtherData {
}

.weatherOtherData_left {
    float: left;
}

    .weatherOtherData_left span {
        font-size: 3rem;
        line-height: 5.4rem;
        padding-right: 10px;
    }



@media (max-width: 1600px) {
    .weatherBox {
        top: 220px;
        right: 80px;
    }
}

@media (max-width: 1400px) {
    .weatherBox {
        top: 178px;
        width: 255px;
        right: 130px;
    }

    .weatherOtherData_left span {
        font-size: 2.25rem;
    }
}

@media (max-width: 1199px) {
    .weatherBox {
        top: 130px;
        width: 250px;
        right: 85px;
    }

    .weatherData img {
        height: 90px;
    }
}

@media (max-width: 992px) {
    .weatherBox {
        display: none;
    }
}

/*weatherBox end*/

/*已申請帳號且未解除列管場所*/
.TaiwanMap {
    zoom: 1;
    position: relative;
    top: -60px;
    position: absolute;
    width: 350px;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

    .TaiwanMap img {
        position: absolute;
        top: 0px;
    }

.CityStyle {
    border-style: none;
    position: absolute;
    top: 0px;
    cursor: pointer;
}


.TotalDataSection {
    width: 100%;
}

.TotalDataPhotoBox {
    position: absolute;
    /*float: left;*/
    width: 25%;
    top: -25px;
}

    .TotalDataPhotoBox td {
        background-image: url(img/index/tw/IndexMap.png);
        width: 378px;
        height: 458px;
        padding-right: 350px;
    }


.TotalDataContentBox {
    width: 75%;
    padding: 80px 40px 145px 40px;
    margin: 0 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.TotalDataTextBox {
    margin: 0;
}

    .TotalDataTextBox span {
        font-size: 1.5rem;
        font-weight: bold;
        float: left;
    }

    .TotalDataTextBox select {
        display: none;
    }

.TotalDataBox {
    width: 33%;
    margin: 0;
    text-align: center;
}

    .TotalDataBox span {
        display: block;
    }

.TotalName {
    font-weight: bold;
    font-size: 1.25rem;
}

.TotalNum {
    font-weight: bold;
    font-size: 2.25rem;
    line-height: 3rem;
}
















@media (max-width: 1400px) {
    .TaiwanMap {
        zoom: 0.85;
    }
}

@media (max-width: 1200px) {
    .TaiwanMap {
        zoom: 0.8;
    }
}

@media (max-width: 1100px) {
    .TotalDataPhotoBox {
        width: 28%;
        top: -15px;
    }
}

@media (max-width: 992px) {
    .TotalDataTextBox select {
        display: inline-block;
        float: right;
        position: relative;
    }

    .TotalDataPhotoBox {
        display: none;
    }

    .TotalDataContentBox {
        width: 100%;
        padding: 15px;
    }
}
/*已申請帳號且未解除列管場所 end*/

/*首頁共用*/
.IndexBox h2 {
    padding-top: 35px;
    padding-bottom: 20px;
}

.IndexBoxTitle {
    font-size: 2.25rem;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    background-color: #805c03;
    border-radius: 30px;
    padding: 8px 21px;
    box-shadow: -2px 2px 0px 1px #735a47;
}

.RelatedContent {
    width: 100%;
}

.PropagandaArea {
    padding-left: 25px;
}

    .PropagandaArea .IndexBoxTitle {
        margin-left: 10px;
    }

.IndexBoxContent {
    padding-left: 20px;
}

    .IndexBoxContent a {
        color: #000;
    }

        .IndexBoxContent a:hover {
            text-decoration: none;
            color: #337ab7;
        }

.more {
    float: right;
    color: #bf3300;
    font-size: 1.25rem;
    position: relative;
    top: 15px;
}

    .more:link {
        color: #bf3300;
    }

    .more:visited, .more:active {
        color: #f15a24;
    }

    .more:hover {
        color: #f1a900;
    }

    .more::after {
        font-family: 'slick';
        content: '→';
        position: relative;
        top: 4px;
        padding-left: 5px;
    }
/*首頁標題*/

/*首頁Iframe*/
.DefaultContent {
    width: 100%;
}
/*首頁Iframe end*/

/*場所分類資料輪播*/
.placeDataSection {
    height: auto;
    max-width: 1300px;
}

.placeDataBox {
    /*width:80px !important;*/
}

.inner-content {
    border-radius: 5px;
    background-color: #b6e9ff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.placeName {
    /*    margin: 10px 24px 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;*/


    font-size: 18px;
    font-weight: bold;
    line-height: 1.5rem;
    padding: 5px 15px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}



.placeName {
    /*    height: 40px;*/
    /* font-size: 1.25rem;*/
    /*    font-size:1rem;
    line-height: 1.2rem;
    margin: 20px 15px 10px 15px;*/
}


@media (max-width: 1366px) {
    .placeName {
        /*        height: 30px;
        font-size: 1.125rem;
        line-height: 1.25rem;
        margin: 10px 15px 0 15px;*/
    }
}


.placeNum {
    margin: 10px 24px 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.placeNum {
    color: #34468f;
    font-size: 1.5rem;
    margin: 0 24px 10px 24px;
    height: 28px;
}

.slick-prev, .slick-next {
    width: 20px;
}

    .slick-prev:before, .slick-next:before {
        color: #b6e9ff !important;
    }

    .slick-prev:before {
        content: url(../image/index/IndexArrow_L.svg) !important;
    }

    .slick-next:before {
        content: url(../image/index/IndexArrow_R.svg) !important;
        /*content: ">" !important;*/
    }

@media (max-width: 1400px) {
    .slick-prev {
        left: -15px !important;
    }

    .slick-next {
        right: -15px !important;
    }
}

@media (min-width: 1400px) {
    .placeDataSection {
        top: -20px;
    }
}
/*場所分類資料輪播 end*/

/*認識室內空氣品質 */
.IndoorsArea {
    background-color: #dfeeee;
    background-image: url(../image/index/GAME_ClassCloud02.svg),url(../image/index/GAME_ClassBack.svg);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom left 60px,top 38px right 124px;
    background-size: 220px,800px;
}

.IndoorsArea_container {
    padding-bottom: 118px;
}

.IndoorBK {
    position: relative;
    right: -130px;
}

.IndoorsArea img {
    -webkit-user-select: none;
    user-select: none;
}

.Cloud01_Style {
    position: absolute;
    right: 0;
    top: -6px;
}

.IndoorsArea .people_Style {
    position: absolute;
    top: 30px;
    right: 5px;
    width: 180px;
}






.IndoorContent {
    position: relative;
    /*    height: 483px;*/
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
}

.IndoorLeftBox {
    /*display: inline-block;*/
    position: relative;
    /*    float: left;*/
    height: 100%;
    flex: 1 1 65%;
}



.IndoorRightBox {
    position: relative;
    /*    float: right;*/
    /*    width: 40%;*/
    height: 100%;
    flex: 1 1 35%;
}

.IndoorMbSection {
    display: none;
}





/*


.ClassBack_Style {
    position: absolute;
    right: 0;
    width: 660px;
}
*/





.IndoorPhoto {
    position: relative;
    width: 100%;
}

.back_Style {
    /*    position: relative;
    left: 0;
    width: 820px;
    margin-top: -65px;*/
    width: auto;
    transform: scale(1)
}

.BT_Container {
    position: absolute;
    top: 12%;
    left: 2%;
    width: 100%;
}

.BT_white {
    position: relative;
    /*left: 3px;*/
}

    .BT_white img {
        cursor: pointer;
        width: auto;
    }


.BT_yellow {
    position: relative;
}

    .BT_yellow img {
        width: auto;
        cursor: pointer;
    }

.BT01 {
    position: absolute;
    top: 126px;
    left: 0px;
}

.BT02 {
    position: absolute;
    top: 275px;
    left: 181px;
}

.BT03 {
    position: absolute;
    top: -42px;
    left: 416px;
}

.BT04 {
    position: absolute;
    left: 466px;
    top: 217px;
}


.BT05 {
    position: absolute;
    top: 48px;
    left: 678px;
}

.BT06 {
    position: absolute;
    top: -40px;
    left: 176px;
}




.Kanban_Style {
    position: absolute;
    right: 160px;
    top: 145px;
}

.show_content {
    position: relative;
    /*    width: 520px;*/
    /*height: 300px;*/
    /*background-image: url(../image/index/GAME_Kanban-02.svg);*/
    background-color: #fff;
    background-position: center;
    box-shadow: 6px 5px 1px 1px #ccc;
    border-radius: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 20px 20px;
    padding-bottom: 50px;
    /*    top: 50%;
    transform: translateY(-50%);
    left: 30px;*/
}

.KanbanBk {
    position: absolute;
}

.KanbanTopImg {
    top: -30px;
    left: -17px;
}

.KanbanBottomImg {
    bottom: -32px;
    right: -18px;
}

.phiz {
    position: absolute;
    right: 0;
}

.name {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
    padding: 15px 0;
}

.btn_T1 {
    padding: 5px 20px;
    background-color: #009aa2;
    color: white;
    border-radius: 30px;
}

.btn_T2 {
    padding: 5px 28px;
}

#inItem_source, #inItem_source2, #inItem_effect {
    display: inline-block;
    margin: 0 20px;
}

#inItem_source, #inItem_effect {
    padding-top: 10px;
}

.btn_distance {
    margin-top: 15px;
}

.show_content .title {
    border-bottom: 3px solid #e1e1e1;
    display: flex;
    align-items: center;
    position: relative;
}

.hideContent {
    display: none;
}

.animation:hover {
    -webkit-animation-name: BT_Indoor;
    animation-name: BT_Indoor;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}



@media (max-width: 1700px) {
    .IndoorBK {
        right: 0px;
    }

    .IndoorsArea .people_Style {
        top: 9px;
        right: -50px;
        width: 170px;
    }
}

@media (max-width: 1600px) {
    .IndoorsArea {
        background-size: auto,600px;
        background-position: bottom left 20px,top 71px right 100px;
    }

    .IndoorBK {
        right: 120px;
    }

    .IndoorsArea .people_Style {
        top: 2px;
        right: 0px;
        width: 140px;
    }

    .Cloud01_Style {
        width: 250px;
    }

    /*    .IndoorRightBox {
        position: relative;
        float: right;
        width: 33%;
        height: 100%;
    }*/

    .show_content {
        /*        width: 420px;*/
        /*padding: 20px 45px;*/
        /*        left: -85px;*/
    }
}

@media (max-width: 1400px) {
    /*    .IndoorContent {
        height: 435px;
    }

    .IndoorLeftBox {
        zoom: 0.9;
    }*/

    /*.BT_white img {*/
    /*        cursor: pointer;
        width: 145px;*/
    /*}

    .show_content {*/
    /*        width: 100%;
        max-width: 407px;
        left: -10px;*/
    /*}*/

    /*    .IndoorRightBox {
        top: -40px;
    }*/

    /*.IndoorsArea .people_Style {*/
    /*        top: -30px;
        right: -82px;
        width: 116px;*/
    /*}*/



    .IndoorLeftBox {
        display: none;
    }


    .IndoorRightBox {
        display: none;
    }

    .IndoorMbSection {
        display: block;
        position: relative;
/*        float: right;*/
        width: 80%;
    }

        .IndoorMbSection .slick-next {
/*            right: -2px !important;*/
        }

        .IndoorMbSection .slick-prev {
/*            left: -2px !important;*/
        }

        .IndoorMbSection .slick-slide {
            margin: 0 30px; /* 這裡的 10px 就是左右各推開 10px，中間總共會有 20px 的間隙 */
        }

    .slick-prev:hover:before, .slick-prev:focus:before {
        content: url(image/index/Head_prev.svg?1) !important;
    }



    .slick-next:hover:before, .slick-next:focus:before {
        content: url(image/index/Head_next.svg?1) !important;
    }






    .IndoorsArea_container {
        padding-bottom: 50px;
    }

}

@media (max-width: 1300px) {
    /*    .IndoorLeftBox {
        zoom: 0.8;
    }*/

    .IndoorsArea {
        background-size: 145px,400px;
        background-position: bottom left 2px,top 71px right 126px;
    }
    /*
    .IndoorPhoto {
        top: 107px;
    }*/

    .show_content {
        /*height: 264px;*/
        /*        padding: 10px 15px;
        padding-bottom: 70px;*/
    }

    .KanbanTopImg {
        top: -23px;
        left: -14px;
    }
}

@media (max-width: 1200px) {
    /*    .IndoorLeftBox {
        zoom: 0.68;
    }

    .IndoorRightBox {
        top: -40px;
    }

    .IndoorPhoto {
        top: 82px;
    }*/

    .IndoorsArea .people_Style {
        top: -56px;
        right: -60px;
        width: 116px;
    }

    /*    .IndoorContent {
        height: 356px;
    }*/

    .KanbanBottomImg {
        bottom: -25px;
        right: -16px;
        width: 150px;
    }

    .show_content {
        /*        padding-bottom: 50px;*/
    }
}

@media (max-width: 1100px) {
    .show_content {
        /*height: 264px;*/
        /*        padding: 10px 15px;
        padding-bottom: 70px;
        left: -70px;*/
    }

    .KanbanTopImg {
        top: -23px;
        left: -14px;
    }
}

@media (max-width: 992px) {
    .IndoorsArea .people_Style {
        display: none;
    }

    .Cloud01_Style {
        display: none;
    }

    .IndoorsArea {
        background-image: none;
/*        padding-bottom: 50px;*/
    }

    /*    .IndoorLeftBox, .IndoorRightBox {
        display: none;
    }*/



    .IndoorMbBox {
        padding-top: 30px;
    }

    .show_content {
        /*        top: 145px;
        padding: 10px 15px;
        padding-bottom: 50px;
        left: 0px;*/
    }


    .KanbanBottomImg {
        bottom: -32px;
        right: -18px;
        width: auto;
    }
}
/*認識室內空氣品質 end*/


/*最新消息*/
.RelatedContent {
    width: 100%;
}

.NewsFirstBox {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.NewsFirstBoxContent {
    float: left;
    width: 70%;
}

    .NewsFirstBoxContent span {
        display: block;
        padding-left: 20px;
    }

.NewsPhotoBox {
    float: left;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 30%;
    border-radius: 20px;
}

.NewsDate {
    padding-bottom: 5px;
}

.NewsTitle {
    font-size: 1.5rem;
    font-weight: bold;
    /*  padding-bottom: 15px;*/
    line-height: 24px;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.NewsText {
    letter-spacing: 0;
    /*line-height: 20px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.NewsList {
    /*margin-top: 20px;*/
}

.NewsListBox {
    height: 70px;
    border-top: 1px #ccc solid;
    display: flex;
    align-items: center;
}

    .NewsListBox span {
        display: inline-block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
    }

.NewsListDate {
    width: 15%;
    float: left;
}

.NewsListTitle {
    font-size: 1.5rem;
    font-weight: bold;
    width: 85%;
    float: left;
}
/*最新消息 end*/

/*宣導文宣*/
.PhotoCardBox {
    width: 100%;
    height: 240px;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.PhotoCardTitle span {
    text-align: center;
    display: inline-block;
    padding-top: 10px;
}
/*宣導文宣 end*/

/*宣傳影片*/
.VideoArea {
    margin-bottom: 80px;
}

.VideoBox {
    display: inline-block;
    padding-bottom: 25px;
    margin: 0;
}

.VideoPic {
    width: 100%;
    height: 240px;
    background-color: #000;
}

.VideoTitle span {
    font-size: 1.5rem;
    font-weight: bold;
}

@media screen and (max-width: 991px) {
    .VideoPic {
        width: 100%;
        height: 200px;
    }
}

@media screen and (max-width: 768px) {
    .VideoBox:not(:nth-child(1)) {
        display: none;
    }

    .VideoPic {
        width: 100%;
        height: 340px;
    }
}

@media screen and (max-width: 425px) {
    .VideoPic {
        width: 100%;
        height: 230px;
    }
}
/*宣傳影片 end*/



/*-------首頁--------*/
/*----首頁手機板申報專區----*/
/* #region 小頁面 頂部按鈕區 */
@media screen and (min-width: 991px) {
    .mobileUnit {
        display: none;
    }
}

.mobileUnit {
    margin: 20px 0px 5px 0px;
}



.UnitBox {
    margin: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: .5rem .5rem;
    width: 100%;
}

.UnitClassL {
    margin: 0;
    flex: 1 1 40%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: .5rem .5rem;
}

.UnitClassR_BB {
    flex: 1;
    margin: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: .5rem .5rem;
}

.UnitClassR_BBC {
    flex: 1;
    margin: 0;
}

.UnitClassR {
    margin: 0;
    flex: 1 1 60%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: .5rem .5rem;
    flex-direction: column;
}


.UnitApp {
    margin: 0;
    height: 100%;
    width: 100%;
}

/* #endregion */





.colorAtr {
    width: 95%;
    height: 95%;
    position: absolute;
}



.APPAtr span {
    font-size: 1.125rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    line-height: 1;
    text-align: center;
}

.APPAtr {
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    border-radius: 5px;
    padding: 10px 3px;
}

.bt01 {
    background-color: #005e8a;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px 10px;
    flex-wrap: wrap;
}

.btPIC {
    background: url(../image/index/APP_ICON01.svg) no-repeat center;
    width: 50px;
    height: 50px;
}

.bt01TEXT {
}

.btPIC, .bt01TEXT {
    margin: 0;
}

.bt02 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2e9edb;
}
/*----首頁手機板申報專區----*/


/*RWD*/
@media screen and (min-width: 1410px) and (max-width: 1600px) {
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
    .TotalDataContentBox {
        padding-bottom: 125px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .TotalDataContentBox {
        padding-bottom: 60px;
    }
}

@media (max-width: 1366px) {
    body {
        line-height: 1.6rem;
        font-size: 1rem;
    }

    .header .nav-item {
        font-size: 1.25rem;
    }

    .header .navbar-brand {
        width: 360px;
        margin-left: -30px;
    }

    .TotalDataTextBox span {
        font-size: 1.25rem;
    }

    .TotalName {
        font-size: 1rem;
    }

    .TotalNum {
        font-size: 2rem;
        line-height: 2.6rem;
    }



    .placeNum {
        font-size: 1.125rem;
    }

    .IndexBoxTitle {
        font-size: 1.8rem;
    }

    .weatherBox select {
        font-size: 1.25rem;
    }

    .name {
        font-size: 1.25rem;
    }

    .NewsTitle {
        font-size: 1.25rem;
    }

    .NewsListTitle {
        font-size: 1.25rem;
    }

    .VideoTitle span {
        font-size: 1.25rem;
    }

    .RightMenu {
        right: 10px;
        top: 30%;
    }

    .RightBox {
        font-size: 1.125rem;
        background: linear-gradient(-10deg, transparent 300px, #005e8a 0), linear-gradient(10deg, transparent 0px, #2e9edb 0);
        width: 55px;
    }

        .RightBox span {
            line-height: 1.5rem;
        }

        .RightBox li {
            padding: 10px 8px;
        }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .TotalDataContentBox {
        padding-bottom: 40px;
    }
}

@media (max-width:991px) {
    .header .nav-item a {
        padding: 20px;
    }
}

@media screen and (min-width: 250px) and (max-width: 768px) {
    .header nav {
        padding: 3px 0px;
    }

    .header .navbar-brand {
        margin-left: 0;
    }

    .IndexBoxTitle {
        font-size: 1.5rem;
    }

    .TotalNum {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }

    .TotalName {
        line-height: 1.4rem;
    }

    .NewsFirstBox {
        display: block;
    }

    .NewsPhotoBox {
        margin-bottom: 10px;
    }

    .NewsPhotoBox, .NewsFirstBoxContent {
        float: none;
        width: 100%;
    }

        .NewsFirstBoxContent span {
            padding-left: 0;
        }

    .NewsListDate {
        width: 35%;
    }

    .NewsListTitle {
        width: 65%;
    }
}

@media (max-width: 767px) {

    .pagebannerTitle {
        font-size: 2rem;
        padding: 0 15px;
        text-align: center;
        line-height: 2.2rem;
    }

    .pagebanner {
        height: 220px;
    }

    .PageTitleBox h2 {
        padding-right: 40px;
    }
}

@media (max-width: 450px) {
    .header .navbar-brand {
        width: 265px;
    }
}
