@charset "utf-8";
/*************************
    框架設定
**************************/
html, body {
    height: 100%;
    overflow: initial;
    overflow-x: hidden;
}

body {
    padding-top: 0;
}

.wrap {
    margin-top: 0px;
    height: 100%;
}

.fBoxTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 84px;
    background: #f2f9fd;
}

    .fBoxTitle .title {
        position: relative;
        float: left;
        width: auto;
        height: 84px;
        line-height: 84px;
        padding-left: 78px;
        background: #1ca6cb url( ../Images/topLogo.png)no-repeat;
        background-position: 10px center;
        color: #fff;
        font-size: 3rem;
        font-weight: bold;
        box-shadow: 0 0 10px rgba(0,0,0,0.51);
    }

        .fBoxTitle .title::before {
            content: "";
            position: absolute;
            left: 0px;
            width: auto;
            height: 84px;
        }

        .fBoxTitle .title::after {
            content: "";
            position: absolute;
            left: auto;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 84px 84px 0 0;
            border-color: #1ca6cb transparent transparent transparent;
        }

    .fBoxTitle a {
        float: right;
        height: 100%;
        line-height: 84px;
        font-size: 1.8rem;
    }
.fboxTitleBtnGroup {
    display: flex;
    flex-direction:row-reverse;
    align-items:stretch;
    height: 100%;
}
    .fboxTitleBtnGroup a {
        display: flex;
        align-items: center;
        padding: 0 6px;
        line-height: 1;
        float: none;
    }
    .fBoxTitle .linkGroup {
        display: flex;
        align-items: center;
        padding-right: 10px;
    }

        .fBoxTitle .linkGroup a {
            float: none;
            height: auto;
            line-height: 1;
            margin: 0 2px;
        }

@media (max-width: 1024px) {
    .fBoxTitle .linkGroup {
        display: none;
    }
}
/*雙欄排版*/
.doubleColGroup {
    display: flex;
    width: 100%;
}

.mapGroup {
    width: 60%;
}

.infoGroup {
    width: 40%;
}

.doubleColGroup .tableBox {
    flex: 1.5;
}

.doubleColGroup .deviceImg {
    flex: 1;
    padding: 10px 0px;
    text-align: center;
}

.deviceImg img {
    max-width: 200px;
}

.mapbox img {
    width: 100%;
    height: 400px;
}

.mapbox {
    height: 400px;
}

@media (max-width: 1024px) {

    .doubleColGroup {
        flex-direction: column;
    }

    .mapGroup {
        width: 100%;
    }

    .infoGroup {
        width: 100%;
    }

    .fBoxTitle {
        height: 84px;
        background: #1ca6cb url(../Images/topLogo.png)no-repeat
    }

        .fBoxTitle .title {
            box-shadow: 0 0 10px rgb(0 0 0 / 0%);
        }

            .fBoxTitle .title::after {
                display: none;
            }
}

@media(max-width: 520px) {
    .fBoxTitle .title {
        display: flex;
        align-items: center;
        line-height: 1;
    }
}
/*fancybox包title*/
.wrap-flex {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.wrap-container {
    flex: 1;
    position: relative;
}

.svgGroup {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

    .svgGroup img,
    .svgGroup svg {
        width: 90%;
    }

.wrap-flex .btnBox {
    padding: 6px 0;
    background: #f2f9fd;
}

.floatModal {
    z-index: 2;
    position: absolute;
    top: -150%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow-y: auto;
    max-width: 768px;
    min-width: 300px;
    height: 85%;
    background: rgb(243, 243, 243);
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.51);
    transition: all 0.5s;
}

    .floatModal.in {
        top: 50%;
    }

@media(max-width: 520px) {
    .floatModal .checkboxGroup label,
    .floatModal .labelradioGroup label {
        flex: 0 0 100%;
    }
}
