@charset "UTF-8";
/*-- GLOBAL 區塊*/
/* setting  */
html, body {
    width: 100%;
    margin: 0;
    font-family: "Microsoft JhengHei", Arial;
    font-size: 1rem;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
    color: #222;
}

    a:hover {
        color: #3F6292;
    }

ul {
    list-style: none;
    padding-left: 0;
}

.text-primary {
    color: #3F6292 !important;
    font-weight: 600;
}

.table {
    vertical-align: middle;
}

.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-50 {
    width: 50% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

.w-100 {
    width: 100% !important;
}

.word-break {
    word-break: break-all;
}

.form-display {
    display: inline-block;
}

table td {
    word-break: break-all;
}

.block-btn {
    display: inline-block;
    width: 110px;
    border: solid 1px #3F6292;
    padding: 5px 8px;
    border-radius: 20px;
    text-align: center;
    color: #fff !important;
    background: #3F6292;
    transition: 0.3s;
    z-index: 1;
}

    .block-btn:hover {
        border: solid 1px #507ab4 !important;
        color: #fff;
        background: #507ab4;
        transition: 0.3s;
    }

.block-outline-btn {
    display: inline-block;
    width: 110px;
    padding: 5px 8px;
    border-radius: 20px;
    text-align: center;
    color: #304a6e !important;
    border: solid 1px #304a6e;
    background: #fff;
    transition: 0.3s;
    z-index: 1;
}

    .block-outline-btn:hover {
        color: #fff !important;
        background: #3F6292 !important;
        transition: 0.3s;
    }

.download-btn {
    display: inline-block;
    width: 110px;
    border: solid 1px #E5D283;
    padding: 5px 8px;
    border-radius: 20px;
    text-align: center;
    color: #333;
    background: #E5D283;
    transition: 0.3s;
    z-index: 1;
}

    .download-btn:hover {
        border: solid 1px #dcc359;
        color: #333;
        background: #dcc359;
        transition: 0.3s;
    }

/* template star-----前後台內頁共用----------- */
.header {
    background: rgba(111, 111, 111, 0.8352941176);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    font-weight: 500;
    z-index: 5;
}

@media (max-width: 993px) {
    .header {
        background: rgba(111, 111, 111, 0.9254901961);
    }
}

@media (max-width: 768px) {
    .header {
        position: relative;
    }
}

.outer-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
}

@media (max-width: 576px) {
    .outer-box {
        padding: 0 20px;
    }
}

.outer-box .navbar {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-top: inherit;
}

    .outer-box .navbar .logo {
        position: relative;
        width: 290px;
        min-height: 60px;
        padding: 0;
        margin-top: 2px !important;
        display: inline-block;
        background: url(../images/logo.svg) no-repeat;
        background-size: contain;
        background-position: center;
        text-indent: -9999px;
    }

@media (max-width: 993px) {
    .outer-box .navbar .logo {
        width: 250px;
        margin-top: 9px !important;
    }
}

.outer-box .navbar .logo .logo-link {
    border: 0;
    display: block;
    width: 290px;
    height: 60px;
    text-indent: -9999px;
}

@media (max-width: 993px) {
    .outer-box .navbar .logo .logo-link {
        width: 250px;
    }
}

.outer-box .navbar .navbar-toggler {
    margin-top: 12px;
}

.outer-box .menu-box {
    position: relative;
    display: inline-block;
}

@media (max-width: 1200px) {
    .outer-box .menu-box {
        display: none;
    }
}

/* 桌機選單於header---------- */
.menu-box ul.topMenu {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    height: 100%;
}

    .menu-box ul.topMenu > li {
        transition: all 0.3s;
    }

        .menu-box ul.topMenu > li a {
            min-width: 150px;
            display: block;
            padding: 24px 0;
            margin-right: 10px;
            color: #fff;
            transition: all 0.3s;
            text-align: center;
        }

            .menu-box ul.topMenu > li a:hover {
                color: #eef13b;
            }

            .menu-box ul.topMenu > li a svg {
                margin-right: 4px;
                font-size: 1rem;
            }

        .menu-box ul.topMenu > li:first-child a, .menu-box ul.topMenu > li:nth-child(5) a {
            min-width: 100px;
        }

        .menu-box ul.topMenu > li:last-child {
            margin: 33px 0 33px 10px;
            width: 150px;
        }

            .menu-box ul.topMenu > li:last-child a.userBtn {
                text-align: center;
                padding: 2px 0;
                background-color: #345887;
                border-radius: 20px;
                color: #fff;
            }

                .menu-box ul.topMenu > li:last-child a.userBtn:hover {
                    color: #345887;
                    border: 2px solid #507ab0;
                    background-color: #FFF;
                }

    .menu-box ul.topMenu.man {
        padding-left: 0;
        margin-bottom: 0;
        display: flex;
        height: 100%;
    }

        .menu-box ul.topMenu.man > li {
            transition: all 0.3s;
        }

            .menu-box ul.topMenu.man > li a {
                min-width: 120px;
                display: block;
                padding: 35px 0;
                color: #fff;
                transition: all 0.3s;
                text-align: center;
            }

                .menu-box ul.topMenu.man > li a:hover {
                    color: #eef13b;
                }

                .menu-box ul.topMenu.man > li a svg {
                    margin-right: 4px;
                    font-size: 1rem;
                }

            .menu-box ul.topMenu.man > li:last-child {
                margin: 33px 0 33px 10px;
                width: 120px;
            }

                .menu-box ul.topMenu.man > li:last-child a.userBtn {
                    text-align: center;
                    padding: 2px 0;
                    background-color: #345887;
                    border-radius: 20px;
                    color: #fff;
                }

                    .menu-box ul.topMenu.man > li:last-child a.userBtn:hover {
                        color: #345887;
                        border: 2px solid #507ab0;
                        background-color: #FFF;
                    }

/* 後台 桌機主選單 第2層開展 */
#navmenu-v li {
    position: relative;
}

    #navmenu-v li ul.WebMenuList2 {
        display: none;
    }

    #navmenu-v li:hover ul.WebMenuList2 {
        display: block;
        width: 200px;
    }

/* 桌機主選單 deskMenu-第2層以下 */
ul#navmenu-v ul li a {
    background-color: #8f8f8f;
    border-bottom: dashed 1px #ccc;
}

    ul#navmenu-v ul li a:hover {
        background-color: #3F6292;
    }

ul#navmenu-v ul li:last-child a {
    border: none;
}

/* 桌機主選單 deskMenu-第2層 */
ul#navmenu-v ul.WebMenuList2 {
    content: "";
    position: absolute;
    top: 95px;
    left: 0;
    width: 200px;
    z-index: 99;
}

    ul#navmenu-v ul.WebMenuList2 li {
        width: 100%;
        margin: 0;
    }

        ul#navmenu-v ul.WebMenuList2 li a {
            padding: 15px 8px;
        }

/* 手機板選單---------- */
.navbar-toggler {
    border: 1px solid #fff;
}

ul#navMenu-v2 {
    list-style: none;
    padding-bottom: 20px;
}

    ul#navMenu-v2 li {
        position: relative;
    }

        ul#navMenu-v2 li.child {
            position: relative;
        }

            ul#navMenu-v2 li.child::after {
                content: "";
                display: inline-block;
                position: absolute;
                top: 16px;
                right: 15px;
                border: solid #FFF;
                border-width: 0px 3px 3px 0;
                padding: 3px;
                transform: rotate(45deg);
                pointer-events: none;
                z-index: 9;
            }

    ul#navMenu-v2 a {
        display: block;
        padding: 8px;
        border-bottom: dashed 1px #c3c3c3;
        color: #fff;
    }

    /* mobile-menu 第2層 手機選單 */
    ul#navMenu-v2 ul {
        display: none;
        padding-left: 0;
        background-color: #aaa;
    }

.banner-Box {
    width: 100%;
}

@media (max-width: 1200px) {
    .banner-Box {
        height: 250px;
    }
}

@media (max-width: 993px) {
    .banner-Box {
        height: 200px;
    }
}

.banner-Box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Footer */
.footerBox {
    width: 100%;
    background-color: #2E4F7C;
    padding: 8px 0;
    color: #ffffff;
    text-align: center;
}

    .footerBox a {
        color: #ffffff;
    }

        .footerBox a:hover {
            color: #dfdfdf;
        }

/* default 登入頁面 star-------------- */
.wrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100vh;
}

    .wrap::after {
        content: "";
        position: absolute;
        width: 33%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #C4D7E0;
        z-index: -1;
    }

@media (max-width: 1200px) {
    .wrap::after {
        display: none;
    }
}

.wrap .min-header {
    width: 100%;
    height: 90px;
    z-index: 9;
    background-color: #fff;
    display: none;
}

@media (max-width: 1200px) {
    .wrap .min-header {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        word-break: break-all;
    }

        .wrap .min-header .logo {
            text-align: center;
            margin-bottom: 0;
        }
}

@media (max-width: 1200px) and (max-width: 576px) {
    .wrap .min-header .logo {
        display: inline-block;
        background: url(../images/index-logo.svg) no-repeat;
        background-size: contain;
        background-position: center;
        text-indent: -9999px;
    }
}

@media (max-width: 1200px) {
    .wrap .min-header .logo-link {
        font-size: 2rem;
        font-weight: 600;
        color: #4d4d4d;
    }
}

@media (max-width: 1200px) and (max-width: 993px) {
    .wrap .min-header {
        position: relative;
    }
}

@media (max-width: 1200px) and (max-width: 576px) {
    .wrap .min-header .logo-link {
        display: block;
        width: 290px;
        height: 60px;
    }
}

.wrap .l-Box {
    position: absolute;
    top: 0;
    z-index: 9;
}

@media (max-width: 1200px) {
    .wrap .l-Box {
        display: none;
    }
}

.wrap .l-Box .logo {
    margin-top: 180px;
    margin-left: 100px;
}

    .wrap .l-Box .logo .logo-link {
        font-size: 3rem;
        font-weight: 600;
        color: #4d4d4d;
    }

.wrap .l-Box .remindBox {
    position: relative;
    margin-left: 100px;
    margin-top: 300px;
    font-size: 1.65rem;
    font-weight: 500;
    color: #4F709C;
}

    .wrap .l-Box .remindBox::before {
        content: "";
        position: absolute;
        background-color: #4F709C;
        width: 180px;
        height: 2px;
        bottom: 10px;
        left: 150px;
    }

@media (max-width: 1800px) {
    .wrap .l-Box .remindBox {
        display: none;
    }
}

.wrap .r-Box {
    position: relative;
}

    .wrap .r-Box .bannerBox {
        padding: 73px 0;
        width: 75%;
        margin-left: auto;
    }

@media (max-width: 1366px) {
    .wrap .r-Box .bannerBox {
        width: 80%;
    }
}

@media (max-width: 1200px) {
    .wrap .r-Box .bannerBox {
        width: 100%;
        padding: 0;
    }
}

.wrap .r-Box .bannerBox .linkBox {
    position: absolute;
    bottom: 15%;
    left: 30%;
    z-index: 9;
}

@media (max-width: 1200px) {
    .wrap .r-Box .bannerBox .linkBox {
        left: 5%;
        bottom: 5%;
    }
}

@media (max-width: 993px) {
    .wrap .r-Box .bannerBox .linkBox {
        position: relative;
        left: 0;
        margin: 80px 50px 100px;
    }
}

@media (max-width: 576px) {
    .wrap .r-Box .bannerBox .linkBox {
        margin: 90px 30px;
    }
}

.wrap .r-Box .bannerBox .linkBox a.link-item {
    position: relative;
    padding: 0 30px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    width: 300px;
    height: 90px;
    border-radius: 62px;
    background-color: #fff;
    z-index: 1;
    transition: all 0.3s;
}

@media (max-width: 993px) {
    .wrap .r-Box .bannerBox .linkBox a.link-item {
        width: 100%;
        height: 60px;
        background-color: #3F6292;
        color: #fff;
    }
}

.wrap .r-Box .bannerBox .linkBox a.link-item svg {
    font-size: 1.25rem;
    color: #3F6292;
}

@media (max-width: 993px) {
    .wrap .r-Box .bannerBox .linkBox a.link-item svg {
        color: #fff;
    }
}

.wrap .r-Box .bannerBox .linkBox a.link-item svg:last-child {
    position: absolute;
    right: 30px;
    color: #787878;
}

@media (max-width: 993px) {
    .wrap .r-Box .bannerBox .linkBox a.link-item svg:last-child {
        color: #fff;
    }
}

.wrap .r-Box .bannerBox .linkBox a.link-item::after {
    content: "Click";
    position: absolute;
    color: #f9f9f9;
    z-index: -1;
    font-family: Georgia;
    font-size: 5rem;
    right: 10px;
}

@media (max-width: 993px) {
    .wrap .r-Box .bannerBox .linkBox a.link-item::after {
        display: none;
    }
}

.wrap .r-Box .bannerBox .linkBox a.link-item:hover svg:last-child {
    right: 15px;
    transition: all 0.3s;
}

.min-footer {
    display: none;
}

@media (max-width: 993px) {
    .min-footer {
        position: absolute;
        width: 100%;
        display: block;
        padding: 8px 10px;
        background-color: #3F6292;
        color: #fff;
        text-align: center;
        bottom: 0;
    }
}

.login-body {
    background: url(../images/login-body-bg.jpg) no-repeat;
    background-size: cover;
    height: 100vh;
}

.login-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

    .login-inner .login-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 133px;
        background-color: #fff;
        height: 100%;
    }

@media (max-width: 1200px) {
    .login-inner .login-info {
        background-color: rgba(255, 255, 255, 0);
    }
}

@media (max-width: 820px) {
    .login-inner .login-info {
        padding-top: 133px;
    }
}

@media (max-width: 576px) {
    .login-inner .login-info {
        padding-top: 50px;
    }
}

.login-inner .login-info .logo {
    margin-bottom: 65px;
}

@media (max-width: 1440px) {
    .login-inner .login-info .logo {
        margin-bottom: 5px;
    }
}

@media (max-width: 1200px) {
    .login-inner .login-info .logo {
        margin-bottom: 50px;
    }
}

@media (max-width: 576px) {
    .login-inner .login-info .logo {
        margin-bottom: 0;
    }
}

.login-inner .login-info .logo .logo-link {
    font-size: 2.5rem;
    font-weight: 600;
    color: #575757;
}

@media (max-width: 576px) {
    .login-inner .login-info .logo .logo-link {
        font-size: 1.8rem;
    }
}

.login-inner .login-info .footerBox {
    padding: 8px 0;
    font-size: 1rem;
}

.loginBox {
    position: relative;
    padding-top: 80px;
    margin: 12px auto 70px;
    width: 470px;
}

@media (max-width: 1440px) {
    .loginBox {
        margin: 40px auto 95px;
    }
}

@media (max-width: 820px) {
    .loginBox {
        margin: 40px auto 305px;
    }
}

@media (max-width: 768px) {
    .loginBox {
        margin: 40px auto 70px;
        padding: 80px 15px;
    }
}

@media (max-width: 576px) {
    .loginBox {
        width: 100%;
        margin: 30px auto 60px;
    }
}

.loginBox .login-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}

    .loginBox .login-icon .title-icon {
        width: 80px;
        height: 80px;
        background-color: #3F6292;
        border-radius: 50%;
        padding: 17px 0;
        text-align: center;
    }

.loginBox .icon-img {
    min-width: 85px;
    height: 20px;
}

.login_middle {
    border-radius: 10px;
    padding: 60px 30px 50px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #ccc;
}

@media (max-width: 375px) {
    .login_middle {
        padding: 60px 20px 50px;
    }
}

.login_middle .web-title {
    position: relative;
    font-weight: 600;
    margin: 0 20px 40px;
    color: #3F6292;
    text-align: center;
}

    .login_middle .web-title::before {
        content: "";
        position: absolute;
        width: 48px;
        height: 4px;
        background-color: #E5D283;
        transform: translateX(-50%);
        bottom: -8px;
        left: 50%;
    }

    .login_middle .web-title a {
        font-size: 2.5rem;
        color: #3F6292;
        text-decoration: none;
    }

@media (max-width: 576px) {
    .login_middle .web-title a {
        font-size: 1.9rem;
    }
}

.login_middle .mini-title {
    font-size: 1.25rem;
}

.login_middle .form-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.login_middle .form-control {
    background-color: #F4F4F4;
}

.login_middle .input-md {
    display: inline-block;
    border-radius: 15px;
    width: 85%;
}

@media (max-width: 576px) {
    .login_middle .input-md {
        width: 80%;
    }
}

.login_middle .input-xs {
    display: inline-block;
    border-radius: 15px;
    width: 50%;
}

.login_middle .btn_submit {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 20px;
    border: solid 1px #3F6292;
    text-align: center;
    color: #fff;
    background: #3F6292;
    transition: 0.3s;
    z-index: 1;
    width: 100%;
    border-radius: 20px;
}

    .login_middle .btn_submit:hover {
        background: #304a6e;
        border: solid 1px #304a6e;
        transition: 0.3s;
        color: #fff;
    }

/*-- settings ----前後台內頁共用----------*/
.btn-primary {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 20px;
    border: solid 1px #3F6292;
    text-align: center;
    color: #fff;
    background: #3F6292;
    transition: 0.3s;
    z-index: 1;
}

    .btn-primary:hover {
        background: #304a6e;
        border: solid 1px #304a6e;
        transition: 0.3s;
        color: #fff;
    }

.btn-danger {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 20px;
    border: solid 1px #da2b22;
    text-align: center;
    color: #fff;
    background: #da2b22;
    transition: 0.3s;
    z-index: 1;
}

    .btn-danger:hover {
        background: #ae221b;
        border: solid 1px #ae221b;
        transition: 0.3s;
        color: #fff;
    }

.btn-secondary {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 20px;
    border: solid 1px #676767;
    text-align: center;
    color: #fff;
    background: #676767;
    transition: 0.3s;
    z-index: 1;
}

    .btn-secondary:hover {
        background: #4e4e4e;
        border: solid 1px #4e4e4e;
        transition: 0.3s;
        color: #fff;
    }

.btn-success {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 20px;
    border: solid 1px #157347;
    text-align: center;
    color: #fff;
    background: #157347;
    transition: 0.3s;
    z-index: 1;
}

    .btn-success:hover {
        background: #0d482c;
        border: solid 1px #0d482c;
        transition: 0.3s;
        color: #fff;
    }

.btn-outline-primary {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 20px;
    text-align: center;
    color: #3F6292;
    border: solid 1px #3F6292;
    background: #fff;
    transition: 0.3s;
    z-index: 1;
}

    .btn-outline-primary:hover {
        background: #375680;
        color: #fff;
        transition: 0.3s;
    }

.btn-outline-danger {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 20px;
    text-align: center;
    color: #da2b22;
    border: solid 1px #da2b22;
    background: #fff;
    transition: 0.3s;
    z-index: 1;
}

    .btn-outline-danger:hover {
        background: #c4271f;
        color: #fff;
        transition: 0.3s;
    }

.list-title-color th {
    background: #3F6292;
    font-weight: normal;
    color: #fff;
}

.box-outline {
    border: 1px solid #ccc;
}

.table td a {
    color: #02b33d;
    font-weight: 400;
}

    .table td a:hover {
        font-weight: 600;
    }

/*-- settings ----end---------------*/
/* main--前後台共用 --麵包屑-標題------ */
.main-body {
    min-height: 100vh;
    padding-top: 30px;
}

    .main-body .page-box {
        min-height: 650px;
    }

        .main-body .page-box .page-title-box {
            margin-bottom: 20px;
            color: #737272;
        }

            .main-body .page-box .page-title-box a {
                color: #737272;
            }

            .main-body .page-box .page-title-box .page-path {
                margin-bottom: 10px;
                text-align: end;
            }

                .main-body .page-box .page-title-box .page-path a:hover {
                    color: #3F6292;
                }

            .main-body .page-box .page-title-box .page-title {
                position: relative;
                font-size: 1.5rem;
                font-weight: 600;
                color: #222;
                padding: 0 0 20px 20px;
            }

                .main-body .page-box .page-title-box .page-title::before {
                    content: "";
                    position: absolute;
                    width: 8px;
                    height: 30px;
                    background-color: #3F6292;
                    border-radius: 4px;
                    left: 0;
                    top: 6px;
                }

/*-- 頁碼樣式 ---------------------*/
.page-btn-box {
    position: relative;
    margin: 30px 0;
    z-index: 1;
}

    .page-btn-box span {
        margin: 20px 0;
        display: inline-block;
    }

#MainContent_DataPager1 > .aspNetDisabled {
    display: none;
}

#MainContent_DataPager1 > a {
    display: inline-block;
    cursor: pointer;
    margin: 6px 4px 0px 4px;
    padding: 5px 12px;
    border: none;
    border-radius: 20px;
    background-color: #f1f1f1;
    text-decoration: none;
    font-size: 1rem;
}

    #MainContent_DataPager1 > a:hover {
        background: #3F6292;
        color: #fff;
    }

#MainContent_DataPager1 > span {
    margin: 6px 4px 0px 4px;
    padding: 5px 12px;
    background-color: #3F6292;
    border-radius: 50%;
    font-size: 1rem;
    color: #fff;
}

/*-- table ---break----------------*/
.break-Table {
    border-collapse: collapse;
    border: #ccc 1px solid;
    text-align: center;
}

@media (max-width: 1200px) {
    .break-Table {
        border: none;
    }
}

.break-Table th, .break-Table td {
    padding: 8px;
}

@media (max-width: 1200px) {
    .break-Table tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
        border: 1px solid #ccc;
    }

        .break-Table tr:first-child {
            border: none;
        }
}

.break-Table th {
    background-color: #3F6292;
    color: #fff;
    text-align: center;
}

@media (max-width: 1200px) {
    .break-Table th {
        display: none;
    }
}

@media (max-width: 1200px) {
    .break-Table td {
        border: none !important;
        border-bottom: 1px solid #eee !important;
        position: relative;
        padding-left: 35% !important;
        white-space: normal;
        text-align: left;
    }

        .break-Table td::before {
            content: attr(data-title);
            position: absolute;
            top: 6px;
            left: 6px;
            width: 30%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
            color: #1a1a1a;
        }
}

.break-Table2 {
    border-collapse: collapse;
    border: #ccc 1px solid;
    text-align: center;
}

@media (max-width: 1200px) {
    .break-Table2 {
        border: none;
    }
}

.break-Table2 th, .break-Table2 td {
    padding: 8px;
}

@media (max-width: 1200px) {
    .break-Table2 tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
        border: 1px solid #ccc;
    }

        .break-Table2 tr:first-child {
            border: none;
        }
}

.break-Table2 th {
    background-color: #3F6292;
    color: #fff;
    text-align: center;
}

@media (max-width: 1200px) {
    .break-Table2 th {
        display: none;
    }
}

@media (max-width: 1200px) {
    .break-Table2 td {
        border: none !important;
        border-bottom: 1px solid #eee !important;
        position: relative;
        padding-left: 60% !important;
        white-space: normal;
        text-align: left;
    }

        .break-Table2 td::before {
            content: attr(data-title);
            position: absolute;
            top: 6px;
            left: 6px;
            width: 30%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
            color: #1a1a1a;
        }
}

.searchbar {
    margin: 30px 0;
}

/*地圖*/
.mapBox {
    width: 100%;
    height: 400px;
    border: 1px solid #ccc;
}

/*圖示box*/
.icomBox {
    border: 1px solid #ccc;
    border-radius: 12px;
    overflow: hidden;
    height: 400px;
    margin-bottom: 16px;
}

    .icomBox .box {
        padding: 16px;
        height: 400px;
        overflow-y: scroll;
    }

        /* 圖示box自定義卷軸 */
        .icomBox .box::-webkit-scrollbar {
            width: 4px;
        }

        .icomBox .box::-webkit-scrollbar-track {
            background-color: rgba(202, 202, 202, 0.927);
        }

        .icomBox .box::-webkit-scrollbar-thumb {
            box-shadow: inset 0 0 6px #3F6292;
        }

.list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 50%;
    margin-bottom: 10px;
}

@media (max-width: 1200px) {
    .item {
        width: 33.33%;
    }
}

@media (max-width: 375px) {
    .item {
        width: 50%;
    }
}

.icon-text {
    font-size: 12px;
    width: calc(100% - 60px);
}

@media (max-width: 1200px) {
    .icon-text {
        width: 50%;
        font-size: 14px;
    }
}

.icon {
    width: 58px;
    height: 20px;
    position: relative;
}

    .icon::before {
        position: absolute;
        font-size: 10px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.icon-1 {
    background-color: #FFFF00;
}

.icon-2 {
    background-color: #FF9900;
}

.icon-3 {
    background-color: #663300;
}

.icon-4 {
    background-color: #FF0000;
}

.icon-5 {
    background-color: #00B050;
}

.icon-6 {
    background-color: #00FF00;
}

.icon-7 {
    background-color: #FF00FF;
}

.icon-8 {
    background-color: #660066;
}

.icon-9 {
    background-color: #000099;
}

.icon-10 {
    background-color: #00B0F0;
}

.icon-11 {
    border: 2px solid #FFFF00;
}

    .icon-11::before {
        content: "住";
    }

.icon-12 {
    border: 2px solid #FF0000;
}

    .icon-12::before {
        content: "商";
    }

.icon-13 {
    border: 2px solid #794C1F;
}

    .icon-13::before {
        content: "工";
    }

.icon-14 {
    border: 2px solid #2E75B6;
}

    .icon-14::before {
        content: "行";
    }

.icon-15 {
    border: 2px solid #7030A0;
}

    .icon-15::before {
        content: "行";
    }

.icon-16 {
    border: 2px solid #663300;
}

    .icon-16::before {
        content: "倉";
    }

.icon-17 {
    border: 2px solid #92D050;
}

    .icon-17::before {
        content: "農";
    }

.icon-18 {
    border: 2px solid #00FF00;
}

    .icon-18::before {
        content: "風";
    }

.icon-19 {
    background: url(../images/icon-19.png) no-repeat center center;
    border: 2px solid #92D050;
}

    .icon-19::before {
        content: "保";
    }

.icon-20 {
    background: url(../images/icon-20.png) no-repeat center center;
    border: 2px solid #29F2F7;
}

    .icon-20::before {
        content: "水";
    }

.icon-21 {
    border: 2px solid #00FF00;
}

    .icon-21::before {
        content: "宗";
    }

.icon-22 {
    border: 2px solid #00FF00;
}

    .icon-22::before {
        content: "存";
    }

.icon-23 {
    border: 2px solid #29F2F7;
}

    .icon-23::before {
        content: "河";
    }

.icon-24 {
    background-color: #CC00FF;
}

    .icon-24::before {
        content: "文";
    }

.icon-25 {
    background-color: #CC00FF;
}

    .icon-25::before {
        content: "社";
    }

.icon-26 {
    background-color: #00FF00;
}

    .icon-26::before {
        content: "公(綠)";
    }

.icon-27 {
    background-color: #00FF00;
}

    .icon-27::before {
        content: "體";
    }

.icon-28 {
    background-color: #FF00FF;
}

    .icon-28::before {
        content: "廣";
    }

.icon-29 {
    background-color: #00FF00;
}

    .icon-29::before {
        content: "兒";
    }

.icon-30 {
    background-color: #00FF00;
}

    .icon-30::before {
        content: "古(廟)";
    }

.icon-31 {
    background-color: #FF6600;
}

    .icon-31::before {
        content: "批";
    }

.icon-32 {
    background-color: #FF6600;
}

    .icon-32::before {
        content: "市";
    }

.icon-33 {
    background-color: #FF00FF;
}

    .icon-33::before {
        content: "高公";
    }

.icon-34 {
    background-color: #3366FF;
}

    .icon-34::before {
        content: "機";
    }

.icon-35 {
    background-color: #A6A6A6;
}

    .icon-35::before {
        content: "變";
    }

.icon-36 {
    background-color: #FF6600;
}

    .icon-36::before {
        content: "停";
    }

.icon-37 {
    background-color: #FF00FF;
}

    .icon-37::before {
        content: "油";
    }

.icon-38 {
    background-color: #A6A6A6;
}

    .icon-38::before {
        content: "鐵";
    }

.icon-39 {
    background-color: #CC3300;
}

    .icon-39::before {
        content: "港";
    }

.icon-40 {
    background-color: #0066FF;
}

    .icon-40::before {
        content: "航";
    }

.icon-41 {
    background-color: #A6A6A6;
}

    .icon-41::before {
        content: "屠";
    }

.icon-42 {
    background-color: #A6A6A6;
}

    .icon-42::before {
        content: "垃";
    }

.icon-43 {
    background-color: #FFFF99;
}

    .icon-43::before {
        content: "葬";
    }

.icon-44 {
    background-color: #FFFF99;
}

    .icon-44::before {
        content: "殯";
    }

.icon-45 {
    border: 2px solid #00FF00;
}

    .icon-45::before {
        content: "墓";
    }

.icon-46 {
    background-color: #A6A6A6;
}

    .icon-46::before {
        content: "污";
    }

.icon-47 {
    background-color: #A6A6A6;
}

    .icon-47::before {
        content: "煤";
    }

.icon-48 {
    background-color: #00FF00;
}

    .icon-48::before {
        content: "園道";
    }

.icon-49 {
    background-color: #29F2F7;
}

    .icon-49::before {
        content: "海浴";
    }

.icon-50 {
    background-color: #29F2F7;
}

    .icon-50::before {
        content: "河道";
    }

html, body.sys-body {
    font-size: 1.0625rem;
}

/*-- settings ----end---------------*/
/*-- 頁籤 ------------*/
.tab-box {
    margin-top: 10px;
}

    .tab-box ul.nav {
        justify-content: space-around;
        margin-bottom: 20px;
        border-bottom: solid 1px #3F6292;
    }

        .tab-box ul.nav li.nav-item {
            border-radius: 5px 5px 0 0;
            border: solid 1px #d9d9d9;
            border-bottom: none;
            width: 46%;
            text-align: center;
        }

            .tab-box ul.nav li.nav-item .nav-link {
                color: #3F6292;
            }

            .tab-box ul.nav li.nav-item a.nav-link {
                color: #3F6292;
            }

                .tab-box ul.nav li.nav-item a.nav-link:hover {
                    border: solid 1px #3F6292;
                    border-bottom: none;
                    color: #7495c3;
                    background: white;
                }

                .tab-box ul.nav li.nav-item a.nav-link.active {
                    border-radius: 5px 5px 0 0;
                    border: solid 1px #3F6292;
                    background: #3F6292;
                    color: #fff;
                    pointer-events: none;
                    cursor: default;
                }

/*-- main --歡迎頁面----------*/
.page-content .mainImg {
    max-width: 500px;
    margin: 80px auto 0;
}

@media (max-width: 768px) {
    .page-content .mainImg {
        max-width: 90%;
    }
}

/*-- 搜尋列 ---前後台共用---------*/
.search-bar {
    margin-bottom: 80px;
}

    .search-bar .col-xl-5 {
        margin-left: 8.333%;
    }

@media (max-width: 1200px) {
    .search-bar .col-xl-5 {
        margin-left: 0;
    }
}

/* banner */
/*-- 插件 owl-carousel style --*/
.bannerBox .owl-theme .owl-nav {
    position: absolute;
    width: 144px;
    height: 72px;
    left: -200px;
    bottom: 0;
}

@media (max-width: 1200px) {
    .bannerBox .owl-theme .owl-nav {
        display: none;
    }
}

.bannerBox .owl-prev, .bannerBox .owl-next {
    position: absolute;
    bottom: 0;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    background: #fff;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s;
}

    .bannerBox .owl-prev:hover, .bannerBox .owl-next:hover {
        opacity: 1;
    }

@media (max-width: 375px) {
    .bannerBox .owl-prev:hover, .bannerBox .owl-next:hover {
        width: 30px;
        height: 30px;
    }
}

.bannerBox .owl-theme .owl-nav .owl-prev {
    left: -10px;
    background: url(../images/banner-arrow.png) no-repeat !important;
    background-size: cover !important;
    background-position: right !important;
}

    .bannerBox .owl-theme .owl-nav .owl-prev span {
        font-size: 0;
    }

.bannerBox .owl-theme .owl-nav .owl-next {
    right: -10px;
    background: url(../images/banner-arrow.png) no-repeat !important;
    background-size: cover !important;
    background-position: left !important;
}

    .bannerBox .owl-theme .owl-nav .owl-next span {
        font-size: 0;
    }

.bannerBox .owl-theme .owl-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -50px;
}

@media (max-width: 1200px) {
    .bannerBox .owl-theme .owl-dots {
        bottom: -30px;
    }
}

.bannerBox .owl-theme .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0);
    border: solid 2px #4F709C;
    border-radius: 50%;
    -moz-border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
}

    .bannerBox .owl-theme .owl-dots .owl-dot.active {
        background: #4F709C;
        border: solid 2px #4F709C;
    }

        .bannerBox .owl-theme .owl-dots .owl-dot.active span {
            font-size: 0;
        }
