
.content {
    position: relative;
}

.welecomeArea {
    margin-bottom: 100px;
}

.page_banner.banner_Alert {
    display: block;
}

.banner_Alert {
    /* background: url(../images/Alert/topLogo.png)no-repeat; */
    /* background-position: center top; */
    /* background-size: auto 100%; */
    margin: 0 auto;
    height: auto;
    max-width: 500px;
    text-align: center;
}

    .banner_Alert img {
        width: 100%;
        height: auto;
    }

.mainContent {
    font-size: 1.375rem;
    text-align: center;
}

    .mainContent > * {
        padding: 0 4px;
        font-size: inherit;
        color: #0000FF;
    }

.alertBlockGroup {
    display: flex;
    padding: 0 10px;
    margin: 10px 0 20px 0;
}

    .alertBlockGroup .alertBlock {
        flex: 1;
        text-align: center;
        padding: 10px 10px;
        margin: 1%;
        border: 2px solid #eee;
        border-radius: 12px;
    }

        .alertBlockGroup .alertBlock .name {
            line-height: 1.1;
            font-size: 1.1em;
        }

        .alertBlockGroup .alertBlock .total {
            line-height: 1.1;
            font-weight: bold;
            font-size: 1.750rem;
        }

.alertBlock.yellow {
    border-color: #F9F43D;
}

.alertBlock.red {
    border-color: #FF0000;
}

/*welcom區塊主要選單*/
.alertMenuGroup {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}

.alertMenuItem {
    flex: 1 0 48%;
    display: flex;
    justify-content: center;
    padding: 10px 10px;
    margin: 0.5% 1%;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 12px;
}

    .alertMenuItem .title {
        align-self: center;
        text-align: center;
        font-weight: bold;
    }

        .alertMenuItem .title .name_L {
            line-height: 1.1;
            font-size: 1.200rem;
            color: #4D4D4D;
        }

        .alertMenuItem .title .name_S {
            line-height: 1.1;
            font-size: 1.125rem;
            color: #29ABE2;
        }

@media (min-width: 1170px) {

    .alertMenuItem {
        flex: 1 0 18%;
        margin: 0.5% 0.5%;
    }
}


/* 浮動選單 */
.topFidexMenu {
    display: none;
    z-index: 80;
    position: fixed;
    top: 10px;
    width: 100%;
    transition: all 0.2s;
}

.topMenuGroup {
    display: flex;
    padding: 0 10px;
}

    .topMenuGroup .alertMenuItem {
        flex: 1;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 0;
        margin: 0.5% 0.5%;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        border-radius: 12px;
        border: 2px solid #ffffff;
    }

        .topMenuGroup .alertMenuItem.active {
            border: 2px solid #FF0000;
        }

.iconImg {
    text-align: center;
}

.alertMenuItem img {
    width: 95%;
}

.topMenuGroup .alertMenuItem img {
    width: 80%;
}

.topFidexMenu .alertMenuItem .title .name_S {
    min-height: 34px;
    margin-bottom: 6px;
    font-size: 0.95rem;
}

@media (min-width: 768px) {
    .topFidexMenu {
    }

        .topFidexMenu .topMenuGroup {
            max-width: 576px;
            margin: 0 auto;
        }
}


/*回到頂端*/
html, body {
    height: unset;
}




/*地圖區域*/
.unitBlock {
    padding: 110px 0 120px 0;
    min-height: 700px;
    /* margin: 120px 0 20px 0; */
}

.mapGroup_alert {
    width: 100%;
    height: 600px;
}

.noteImgGroup img {
    display: none;
    max-width: 520px;
    width: 100%;
}

.noteArea {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 30px 0 0 0;
}

.alertLevel {
    padding: 6px 16px;
    border-radius: 9999px;
    color: #ffffff;
}

    .alertLevel.red {
        background: #FF1D25;
    }

    .alertLevel.yellow {
        background: #FFE100;
    }

.precautions {
    position: relative;
    margin: 10px 0;
    padding: 6px 30px;
    border-radius: 9999px;
    color: #4D4D4D;
    background: #97D5C930;
    font-weight: bold;
}

    .precautions::before {
        content: url('../images/Alert/icon_alert.png');
        position: absolute;
        left: -16px;
        margin-left: -8px;
        top: -16px;
    }

.noteTip {
    padding: 10px 10px;
    background: #97D5C930;
    color: #4D4D4D;
    font-weight: bold;
    text-align: justify;
}


.chartGroup_alert {
    width: 100%;
    height: 500px;
}

.tableGroup {
}

.doubleColTB {
    padding: 10px;
}

.doubleColTr {
    display: flex;
    margin: 1% 0;
    line-height: 1.1;
    color: #4D4D4D;
    font-weight: bold;
}

.doubleColTh {
    flex: 0 1 150px;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border-radius: 9999px 0 0 9999px;
    text-align: justify;
    background: #FFDB92;
}

    .doubleColTh > div {
        padding-right: 10px;
        font-weight: bold;
        font-size: 1.1rem;
    }

.doubleColTd {
    flex: 1;
    padding: 10px;
    font-size: 1.1rem;
    border-radius: 0 9999px 9999px 0;
    background: #FFFCF8;
}

.noteArea a {
    margin: 1% 0;
}

.btn-blue-o {
    padding: 6px 16px;
    border-radius: 9999px;
    color: #ffffff;
    background: #0000FF;
}
