<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Minification failed. Returning unminified contents.
(581,43): run-time error CSS1034: Expected closing parenthesis, found ','
(581,43): run-time error CSS1042: Expected function, found ','
(581,48): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(602,39): run-time error CSS1034: Expected closing parenthesis, found ','
(602,39): run-time error CSS1042: Expected function, found ','
(602,42): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(607,39): run-time error CSS1034: Expected closing parenthesis, found ','
(607,39): run-time error CSS1042: Expected function, found ','
(607,44): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
input:required {
    background: #fff url(/Images/input_alert.png) no-repeat;
    background-position: 98% center;
}

/*footer*/
.footerLink {
    text-align: center;
    color: #fff;
    font-size: 1rem;
}

    .footerLink a {
        display: inline-block;
        color: #fff;
        font-size: 1rem;
    }

.fancyContentUs {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contentUsBox {
    width: 450px;
    height: 340px;
    padding: 150px 20px 10px 20px;
    background: url(/Images/contentUs.jpg) no-repeat;
    background-size: 100% auto;
}

    .contentUsBox &gt; div {
        font-size: 2rem;
        margin-bottom: 6px;
    }
/*登入*/
input:required {
    background: #fff url(/Images/input_alert.png) no-repeat;
    background-position: 98% center;
}

.toploginBox .area {
    display: block;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}

.toploginBox label {
    font-size: 1rem;
}

.toploginBox span {
    font-size: 0.8rem;
}

@media (max-width: 599px) {
    .toploginBox .area {
        display: block;
        width: 100%;
    }

    .toploginBox {
        position: static;
        display: block;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }
}

.Formtitle {
    padding: 1rem 0.5rem;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: 5px;
    font-weight: 800;
    background-color: #444;
}

.toploginBox .info {
    padding: 14px 0;
    background: #7fc1b6;
}

.Form {
    padding: 30px 30px;
}

.otherBox {
    text-align: right;
    margin: 20px 0;
}

img.imgCode {
    display: inline-block;
}

.inlineblock {
    display: inline-block;
}

.form-group span.text-danger {
    display: block;
}

.otherBox {
    text-align: right;
    margin: 20px 0;
}

    .otherBox a {
        display: block;
        padding: 5px 0;
        font-size: 1rem;
    }
/*按鈕設定*/
.btn-black {
    display: inline-block;
    padding: 0px 10px;
    line-height: 34px;
    margin: 0 -2px 1px 0;
    border: 0;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    background: #333333;
    text-decoration: none;
    vertical-align: top;
}

    .btn-black:hover {
        background: #5c5b5b;
        color: #fff;
        text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    }

.footable a.btn-black {
    text-decoration: none;
}

.btn-green {
    display: inline-block;
    padding: 0px 10px;
    line-height: 34px;
    margin: 0 -2px 1px 0;
    border: 0;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    background: #019f58;
    text-decoration: none;
    vertical-align: top;
}

    .btn-green:hover {
        background: #02d400;
        color: #fff;
        text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    }

.btn-brown {
    display: inline-block;
    padding: 0px 10px;
    line-height: 34px;
    margin: 0 -2px 1px 0;
    border: 0;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    background: #956134;
    text-decoration: none;
    vertical-align: top;
}

    .btn-brown:hover {
        color: #fff;
        text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    }

.btn-blue {
    display: inline-block;
    padding: 0px 10px;
    line-height: 34px;
    margin: 0 -2px 1px 0;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    background: #29abe2;
    text-decoration: none;
    border: 0;
    vertical-align: top;
}

    .btn-blue:hover {
        background: #0071bc;
        color: #fff;
        text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    }

.btn-red {
    display: inline-block;
    padding: 0px 10px;
    line-height: 34px;
    margin: 0 -2px 1px 0;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    background: #b74744;
    text-decoration: none;
    border: 0;
    vertical-align: top;
}

    .btn-red:hover {
        background: #d01010;
        color: #fff;
        text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    }

.btn-orange {
    display: inline-block;
    padding: 0px 10px;
    line-height: 34px;
    margin: 0 -2px 1px 0;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    background: #f7931e;
    text-decoration: none;
    border: 0;
    vertical-align: top;
}

    .btn-orange:hover {
        background: #be3a00;
        color: #fff;
        text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    }

.btn-gray,
.btn-grey {
    display: inline-block;
    padding: 0px 10px;
    line-height: 34px;
    margin: 0 -2px 1px 0;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    background: #b3b3b3;
    text-decoration: none;
    vertical-align: top;
    border: 0;
}

    .btn-gray:hover,
    .btn-grey:hover {
        background: #333333;
        color: #fff;
        text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    }

.row &gt; div &gt; a.btn-download {
    padding: 10px 10px;
}

.btn-download {
    position: relative;
    display: block;
    height: 170px;
    padding: 0px 10px;
    line-height: 34px;
    margin: 4px -10px;
    text-align: center;
    font-size: 0.8rem;
}

    .btn-download .bg {
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.2;
        transition: all 0.3s;
    }

    .btn-download:hover .bg {
        opacity: 1;
    }

    .btn-download span {
        display: block;
        color: #666;
    }

    .btn-download .number {
        font-size: 2.3rem;
        color: #666;
    }

    .btn-download .title {
        font-size: 1rem;
        color: #666;
    }

    .btn-download .title {
        line-height: initial;
    }

    .btn-download &gt; i {
        display: block;
        font-size: 5rem;
        padding: 0;
        color: #666;
    }

.bg-blue {
    background: rgb(180, 207, 230);
}

.bg-green {
    background: rgb(204, 219, 185);
}

.bg-red {
    background: rgba(237, 28, 36, 0.1);
}

@media (max-width: 767px) {
    .btn-download {
        height: auto;
        padding: 10px 0;
    }

        .btn-download span {
            height: auto;
        }
}

.btn-download span.adobe {
    display: block;
    font-size: 4rem;
    height: 80px;
    padding: 10px 0;
    color: #666;
}

.btn-download:hover span {
    color: #fff;
}

.btn-download:hover i {
    color: #fff;
}

.btn-pink {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 20px;
    color: #fff;
    background: #ff7bac;
    font-size: 1.2rem;
}
/*首頁側欄小banner*/
.subBannerBox {
    margin-bottom: 20px;
}

    .subBannerBox img {
        width: 100%;
    }

    .subBannerBox a {
        display: block;
        margin-bottom: 6px;
        border: 1px solid rgba(0, 0, 0, 0.075);
    }

        .subBannerBox a:hover {
            border: 1px solid rgba(225, 193, 15, 1);
        }

/*首頁側欄*/
.quickMenuBox {
    margin-bottom: 20px;
}

.quickMenu {
    display: flex;
    width: 100%;
    padding-left: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

    .quickMenu &gt; li {
        flex: 1;
        padding: 0.5rem 1rem;
        background: #fff;
        font-weight: 900;
        cursor: pointer;
    }

        .quickMenu &gt; li:nth-child(2) {
            margin-left: -3px;
        }

        .quickMenu &gt; li a {
            display: block;
            line-height: 1.2;
            color: #666666;
            font-weight: 900;
            text-align: center;
        }

        .quickMenu &gt; li.active {
            background: #0071bc;
            color: #fff;
        }

            .quickMenu &gt; li.active a {
                background: #0071bc;
                color: #fff;
            }

.quickMenuListBox {
}

.quickMenuList {
    display: flex;
    margin-bottom: 10px;
}

.quickMenuLink {
    flex: 9;
    padding: 0 10px;
}

.entry {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    line-height: 1.2;
    text-align: center;
    background: #808080;
    color: #fff;
}

    .entry.top5 {
        background: #0071bc;
        color: #fff;
    }

.unit {
    margin-bottom: 6px;
}

    .unit span {
        color: #333;
    }

    .unit .name {
        padding: 0.15rem 0.5rem;
        margin-right: 10px;
        line-height: 1.1;
        font-size: 0.8rem;
        font-weight: 900;
        border: 1px solid #333;
        border-radius: 20px;
    }

    .unit .date {
        line-height: 1;
        font-size: 0.8rem;
        font-weight: 900;
        color: #b3b3b3;
    }

.quickMenuLink .title {
    color: #666;
    font-size: 1.1rem;
    font-weight: 900;
    text-decoration: underline;
}

.quickMenuLink:hover .title {
    color: #0071bc;
}
/*首頁 indexcontent*/
.indexConetnt {
    padding: 10px 0;
    text-align: center;
}

    .indexConetnt .title {
        padding-bottom: 0.5rem;
        margin-bottom: 1rem;
        font-size: 1rem;
        font-weight: bold;
        color: #0071bc;
        border-bottom: 1px solid #0071bc;
    }

    .indexConetnt p {
        display: inline-block;
        padding-bottom: 0.5rem;
    }

        .indexConetnt p span {
            font-size: inherit;
        }

/*chartBox*/
.chartBox {
    position: relative;
}

    .chartBox::after {
        z-index: -1;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        content: " ";
        width: 100%;
        height: 400px;
        background-image: -moz-linear-gradient( 0deg, rgb(117, 163, 233) 0%, rgb(146, 7, 131) 100% );
        background-image: -webkit-linear-gradient( 0deg, rgb(117, 163, 233) 0%, rgb(146, 7, 131) 100% );
        background-image: -ms-linear-gradient( 0deg, rgb(117, 163, 233) 0%, rgb(146, 7, 131) 100% );
    }

    .chartBox::before {
        content: " ";
        z-index: -1;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 8px;
        margin-top: -200px;
        background-image: -moz-linear-gradient( 0deg, rgba(117, 163, 233, 0.5) 0%, rgba(146, 7, 131, 0.5) 100% );
        background-image: -webkit-linear-gradient( 0deg, rgba(117, 163, 233, 0.5) 0%, rgba(146, 7, 131, 0.5) 100% );
        background-image: -ms-linear-gradient( 0deg, rgba(117, 163, 233, 0.5) 0%, rgba(146, 7, 131, 0.5) 100% );
    }

.chartBlock {
    margin: 0 auto;
    max-width: 1336px;
    padding: 40px 0px;
    background: #fff;
}

    .chartBlock ul.tabs {
        list-style: none;
        padding: 0;
        margin-bottom: 30px;
        text-align: center;
    }

    .chartBlock li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .chartBlock .tabs li {
        display: inline-block;
        margin: 0;
        padding: 0.5rem 1rem;
        color: #601f6c;
        cursor: pointer;
        border-radius: 20px;
        background-color: rgb(196, 79, 195, 0.2);
        color: #fff;
        background: #29abe2;
        transition: all 0.3s;
    }

@media (max-width: 414px) {
    .chartBlock ul.tabs {
        display: inline-flex;
    }

    .chartBlock .tabs li {
        flex: 1;
        vertical-align: middle;
        padding: 10px 10px;
        font-size: 1rem;
    }
}

.chartBlock .tabs li.active {
    color: #fff;
    background-color: rgb(147, 39, 143, 1);
}

.chartBlock .tabs li.hover {
    color: #93278f;
    background-color: rgb(147, 39, 143, 0.2);
}

.chartBlock .tabs span {
    display: block;
    float: left;
    overflow: hidden;
    padding: 7px 15px 5px 15px;
}

.chartBlock .tab_container {
    clear: both;
    max-width: 767px;
    margin: 0 auto;
    border: 1px solid #ddd;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
}

    .chartBlock .tab_container ul {
        position: relative;
        height: 500px;
        overflow: hidden;
    }

    .chartBlock .tab_container .tab_content li {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 15px;
        background: #fff;
        text-align: center;
    }

        .chartBlock .tab_container .tab_content li &gt; div {
            display: inline-block;
        }

        .chartBlock .tab_container .tab_content li img {
            display: block;
            float: left;
            margin-right: 15px;
        }

        .chartBlock .tab_container .tab_content li h3 {
            font-size: 22px;
            line-height: 22px;
            margin: 5px 0 15px;
        }

/*計畫內頁資料*/
.unitTitle {
    padding: 16px 0;
    margin-bottom: 10px;
    font-size: 2.25rem;
    text-align: center;
    background: #e6e6e6;
}

/*內頁title*/
.bannerTitle {
    position: relative;
    height: 160px;
    text-align: center;
    overflow: hidden;
}

    .bannerTitle .bg {
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media (min-width: 1025px) {
    .bannerTitle .bg img {
        width: 100%;
        min-height: 100%;
    }
}

.bannerTitle .info {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
}

    .bannerTitle .info i {
        font-size: 2rem;
        line-height: 1;
    }

    .bannerTitle .info span {
        font-size: 2rem;
        line-height: 1.2;
    }

    .bannerTitle .info &gt; i,
    .bannerTitle .info &gt; span {
        display: block;
    }

    .bannerTitle .info i.fa,
    .bannerTitle .info i.fa-solid,
    .bannerTitle .info i.fa-regular {
        line-height: inherit;
    }

/*查詢頁面*/
.searchBox {
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
}

    .searchBox .title {
        margin-bottom: 6px;
        padding-bottom: 16px;
        font-weight: 900;
        color: #0071bc;
        font-size: 3rem;
        background: url(/Images/title_bg.png) no-repeat;
        background-position: center 40px;
        background-size: 100px auto;
    }

.inquireContainer {
    background: #f5f5f5;
}

    .inquireContainer .content {
        /* padding-top: 10px; */
        margin: 0 auto;
        max-width: 1280px;
    }

.contentBox {
    margin: 0 auto;
    max-width: 1280px;
}

.searchBox .form-inline {
    margin-bottom: 20px;
}

.searchBox label {
    line-height: 1.42857143;
    padding: 6px 6px 6px 0px;
    margin-bottom: 0px;
    vertical-align: middle;
    text-align: left;
    font-size: 1rem;
}

.fancyContent .searchBox label {
    padding: 0;
    line-height: 34px;
}

.searchBox .form-group span {
    display: block;
    padding: 2px 0;
    text-align: left;
    font-size: 0.8rem;
}

.form-group &gt; label {
    padding-top: 6px;
    font-size: 1rem;
    text-align: right;
}

.form-control {
    /*border-radius: 0px;*/
}

.form-group {
    margin-right: 10px;
}

    .form-group p {
        display: inline-block;
        /*line-height: 34px;*/
        font-size: 2rem;
    }

/* .btn {
    border-radius: 0px;
} */

@media (max-width: 767px) {
    .searchBox {
        padding: 0 10px;
        text-align: left;
    }

        .searchBox .title {
            text-align: center;
        }

    .form-group {
        margin-right: 0px;
        margin-bottom: 6px;
    }

        .form-group &gt; label {
            text-align: left;
            padding: 0;
        }

        .form-group &gt; div {
            text-align: left;
            padding: 0;
        }
}

@media (min-width: 768px) {
    .form-inline .form-group {
        margin-bottom: 6px;
        
    }
}
/*頁碼*/
.paginationBox {
    display: flex;
    justify-content: center;
    padding: 0.5rem 0.5rem;
}

.pagination div {
    /*float: left;*/
    /*background-color: #fff;*/
    /*border: 1px solid #ddd;*/
    padding: 0px 8px 0px 8px;
    margin-left: -1px;
}

.pagination .form-control {
    display: inline-block;
    width: 50px;
    height: 30px;
    margin: 2px 5px;
}
/*舊的頁碼*/
.pageNumber {
    width: 100%;
    text-align: center;
}

    .pageNumber &gt; div {
        margin: 10px auto;
        display: inline-block;
        padding: 10px 10px 4px 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .pageNumber select {
        width: auto;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
        -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }

    .pageNumber &gt; div &gt; table {
        display: inline-block;
    }

    .pageNumber table img {
        padding: 0 5px;
    }

    .pageNumber table span {
        /*border: 1px solid #f00;*/
        display: inline-block;
        width: 30px;
        line-height: 34px;
        background: #eee;
        color: #000;
    }

    .pageNumber table a {
        /*border: 1px solid #ff0;*/
        display: inline-block;
        width: 30px;
        line-height: 34px;
    }

        .pageNumber table a:hover {
            background: #eee;
        }
/*.pager取消舊樣式的less生成*/
.pager {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0;
    text-align: center;
    list-style: none;
}

.pageNumber .total {
    float: right;
    line-height: 34px;
}

.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
/* fancybox page style */
/*綠色版本*/
.fancyboxTitleBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.075);
}

    .fancyboxTitleBox .title {
        /* margin-bottom: 6px; */
        padding: 20px 0;
        text-align: center;
        font-size: 1.8rem;
        color: #019f58;
        font-weight: 900;
    }

.inputStyle {
    display: block;
    padding: 6px 10px;
    background: #fff;
    border: 1px solid #e6e6e6;
}

.fancyContent {
    margin-top: 123px;
    padding: 10px 10px;
}

.selectStyle {
    display: inline-block;
    min-height: 36px;
    padding: 6px 10px;
    background: #fff;
    border: 1px solid #e6e6e6;
}

/*灰色版本*/
/* .fancySection.gray{
} */
.fancySection.gray .fancyboxTitleBox {
    position: static;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.075);
    background: #fff;
    color: #666;
    padding: 0 0 20px 0;
}

.fancySection.gray .title {
    text-align: center;
    font-size: 1.875rem;
    color: #666;
    font-weight: 900;
    padding: 20px 0 0 0;
}

label.inputStyle {
    display: inline-block;
    width: 100%;
    min-height: 34px;
    padding: 6px 10px;
    background: #fff;
    border: 1px solid #e6e6e6;
    text-align: left;
    font-size: 0.8rem;
}

.form-group label ~ label.inputStyle {
    display: inline-block;
    min-width: 100px;
}

.form-group label ~ div label.inputStyle {
    margin-bottom: 0;
}

.fancySection.gray .fancyContent {
    /* max-width: 1280px ; */
    height: 85%;
    padding: 10px 10px;
    margin: 0 auto;
    background: #f2f2f2;
}

.fancySection .form-horizonta &gt; div[class*="col"] {
    margin-bottom: 4px;
    font-size: 1rem;
    font-weight: bold;
    padding: 0px 0;
}

    .fancySection .form-horizonta &gt; div[class*="col"] &gt; div[class*="col"] {
        margin-bottom: 4px;
        font-size: 1rem;
        font-weight: bold;
        padding: 0;
    }

.fancySection .form-horizonta &gt; div.bg-red[class*="col"] {
    padding: 10px 0;
}

.fancySection .tab_content .form-group &gt; label {
    font-size: 1rem;
    text-align: right;
}

@media (max-width: 768px) {
    .fancySection .tab_content .form-group &gt; label {
        display: block;
        font-size: 1rem;
        text-align: left;
    }
}

input[type="file"] {
    display: block;
    font-size: 1rem;
    font-family: "";
}
/*fancybox 基礎資料彈跳視窗*/
.basisDataBox {
    display: inline-block;
    vertical-align: top;
    width: 16%;
    border: 2px solid #29abe2;
    margin-bottom: 10px;
}

.OrderListBox .basisDataBox .title {
    display: flex;
    align-items: center;
    padding: 4px 20px;
    margin-bottom: 0px;
    min-height: 64px;
    vertical-align: middle;
    color: #0071bc;
    font-size: 1.4rem;
    background: #bee1f0;
}

.basisDataBox .text {
    padding: 4px 20px;
    color: #333;
    font-size: 1.2rem;
}

.addinfo {
    position: relative;
    height: 110px;
}

    .addinfo &gt; span {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 2rem;
    }

    .addinfo i {
        font-size: 2rem;
    }

    .addinfo:hover {
        background: #bee1f0;
    }

@media (max-width: 1366px) {
    .basisDataBox {
        width: 33%;
    }
}

@media (max-width: 768px) {
    .basisDataBox {
        width: 49%;
    }
}

@media (max-width: 414px) {
    .basisDataBox {
        width: 100%;
    }
}

/*bookmarkBox 頁籤格式*/

.noData {
    color: #999;
    height: 450px;
    margin: 30px auto;
    text-align: center;
}

    .noData span {
        display: block;
        font-size: 5rem;
        line-height: 1.2;
    }

    .noData i {
        display: block;
        line-height: 1.2;
        font-size: 3.6rem;
    }

.bookmarkBox .tabs-center {
    margin: 0 auto;
    max-width: 1280px;
    text-align: center;
}

    .bookmarkBox .tabs-center &gt; li {
        display: inline-block;
        padding: 0.5rem 1rem;
        margin-left: -4px;
        background: #fff;
        font-size: 1.4rem;
        font-weight: 900;
        cursor: pointer;
        border: 1px solid #f2f2f2;
    }

        .bookmarkBox .tabs-center &gt; li:nth-child(2) {
            margin-left: -3px;
        }

        .bookmarkBox .tabs-center &gt; li a {
            display: block;
            color: #b3b3b3;
            font-size: 1.25rem;
            font-weight: 900;
        }

        .bookmarkBox .tabs-center &gt; li.active {
            background: #f5f5f5;
            color: #333333;
        }

            .bookmarkBox .tabs-center &gt; li.active a {
                background: #f5f5f5;
                color: #333333;
            }

.bookmarkBox .tab_container {
    background: #f5f5f5;
}

.bookmarkBox .tab_content {
    margin: 0 auto;
    max-width: 1280px;
    min-height: 540px;
    padding: 10px 0;
}

@media (max-width: 768px) {
    .bookmarkBox .tabs-center &gt; li {
        padding: 0.5rem 1rem;
    }

        .bookmarkBox .tabs-center &gt; li a {
            color: #b3b3b3;
            font-size: 1rem;
        }
}
/*ImgMarkBox 頁籤格式*/

.ImgMarkBox .tabs-center {
    margin: 0 auto;
    max-width: 1280px;
    text-align: center;
}

    .ImgMarkBox .tabs-center &gt; li {
        display: inline-block;
        width: 25%;
        padding: 14px 30px;
        margin-left: -4px;
        background: #fff;
        font-size: 2rem;
        font-weight: 900;
        cursor: pointer;
        border: 1px solid #f2f2f2;
    }

        .ImgMarkBox .tabs-center &gt; li:first-child {
            margin-left: 0;
        }

        .ImgMarkBox .tabs-center &gt; li:nth-child(2) {
            margin-left: -4px;
        }

        .ImgMarkBox .tabs-center &gt; li a {
            display: block;
            color: #b3b3b3;
            font-size: 1.250rem;
            font-weight: bold;
            line-height: 1.2;
        }

        .ImgMarkBox .tabs-center &gt; li.active {
            background: #f5f5f5;
            color: #333333;
        }

            .ImgMarkBox .tabs-center &gt; li.active a {
                background: #f5f5f5;
                color: #333333;
            }

.ImgMarkBox .tab_content {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1280px;
    min-height: 540px;
    padding: 10px 0;
    background: #f5f5f5;
}

@media (max-width: 768px) {
    .ImgMarkBox .tabs-center &gt; li {
        width: 50%;
        padding: 14px 2px;
    }

        .ImgMarkBox .tabs-center &gt; li a {
            color: #b3b3b3;
            font-size: 1rem;
        }
}
/* 我的申請單 */
.CartInfoBox {
    display: flex;
    align-items: stretch;
    margin: 20px auto;
    max-width: 900px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.175);
}

.cartInfo {
    padding: 1rem 1rem;
    background: #fff;
}

    .cartInfo:nth-child(1) {
        flex: 2;
        border-right: 2px solid #f5f5f5;
    }

.cartBtnBox {
    flex: 1.5;
    justify-content: center;
    text-align: center;
}

.cartInfo span {
    display: block;
    text-align: center;
}

    .cartInfo span:nth-child(1) {
        font-size: 1rem;
        color: #333;
    }

    .cartInfo span:nth-child(2) {
        font-size: 1.4rem;
        color: #29abe2;
    }

.cartBtnBox a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    height: 100%;
}

.CartInfoBox .btn-gray {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0;
    font-size: 2rem;
}

    .CartInfoBox .btn-gray:hover {
        background: #b3b3b3;
    }

.CartInfoBox .btn-blue {
    color: #fff;
    background: #29abe2;
}

@media (max-width: 768px) {
    .CartInfoBox .cartInfo:nth-child(1) {
        flex: 0.8;
    }

    .cartInfo span:nth-child(2) {
        font-size: 1rem;
        color: #29abe2;
    }

    .cartBtnBox a {
        font-size: 1rem;
    }

    .CartInfoBox .btn-gray {
        font-size: 1rem;
    }

    .cartBtnBox {
        flex: 0.8;
    }
}

.w100 {
    width: 100px;
}

.w200 {
    width: 200px;
}

.w400 {
    width: 400px;
}

.w300 {
    width: 300px;
}

@media (min-width: 769px) {
    .form-inline .form-control.w400 {
        width: 400px;
    }

    .form-inline .form-control.w300 {
        width: 300px;
    }
}

@media (max-width: 768px) {
    .form-inline .form-control.w400 {
        width: 100%;
    }

    .form-inline .form-control.w300 {
        width: 100%;
    }
}

.OrderListBox .title {
    background: #ccc;
    padding: 4px 20px;
    margin-bottom: 10px;
    cursor: pointer;
}

    .OrderListBox .title span {
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.2;
    }

.orderBtn {
    float: right;
    cursor: pointer;
}

.OrderList {
    padding: 0 20px;
}

.ulTitle {
    font-size: 1rem;
    margin-bottom: 6px;
    color: #000;
}

ul.disc {
    list-style-type: disc;
    margin: 0 0 10px 26px;
    color: #000;
}

    ul.disc li {
        font-size: 1rem;
        margin-bottom: 6px;
    }

.orderStepBox {
    display: flex;
    max-width: 620px;
    margin: 0 auto;
}

    .orderStepBox &gt; div {
        width: 47px;
        display: flex;
        margin: 0 10px;
        justify-content: center;
        align-items: center;
    }

    .orderStepBox &gt; a {
        padding: 20px 20px;
        color: #fff;
        background: #29abe2;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
    }

        .orderStepBox &gt; a &gt; span {
            display: block;
            text-align: center;
            font-size: 2rem;
        }

            .orderStepBox &gt; a &gt; span:nth-child(2) {
                border-bottom: 1px solid #fff;
                padding-bottom: 4px;
            }

        .orderStepBox &gt; a:hover {
            background: rgb(0, 86, 143);
        }

    .orderStepBox &gt; button {
        padding: 20px 20px;
        border: 0;
        color: #fff;
        background: #29abe2;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
    }

        .orderStepBox &gt; button &gt; span {
            display: block;
            text-align: center;
            font-size: 2rem;
        }

            .orderStepBox &gt; button &gt; span:nth-child(2) {
                border-bottom: 1px solid #fff;
                padding-bottom: 4px;
            }

        .orderStepBox &gt; button:hover {
            background: rgb(0, 86, 143);
        }

.orderBtn {
    display: none;
}

.openOrder .OrderList {
    display: flex;
    gap: 2px;
}

.openOrder .btn-closeOrder {
    display: block;
}

.closeOrder .OrderList {
    display: none;
}

.closeOrder .btn-openOrder {
    display: block;
}

/*基礎資料查詢*/
.mapBox {
    /* position: relative; */
    /*width: 40%;*/
    position: sticky;
    top: 190px;
    /*float: left;*/
    height: 600px;
    /*margin-top: 10px;*/
    /*margin-bottom: 20px;*/
    background: rgb(146, 159, 168);
    /* background: url(../Images/picturemessage.png)no-repeat; */
    background-size: 100% auto;
    transition: all 0.3s;
}

#map {
    height: inherit;
}

.floating-panelBox {
    position: absolute;
    z-index: 900;
    width: 70%;
}

    .floating-panelBox input {
        display: inline-block;
        width: 40%;
    }

.rightBlock {
    transition: all 0.3s;
}

.zoomOutMap {
    display: none !important;
}

.force-inline-block {
    display: inline-block !important;
}
.map-full .mapBox {
    position: relative;
    top: 0;
    width: 100%;
}

.map-full .rightBlock {
    width: 100%;
    padding: 0;
}

.searchTypeBox {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 2px;
    justify-content: center;
    width: 100%;
    margin-bottom: 6px;
}

    .searchTypeBox &gt; div {
        cursor: pointer;
        display: inline-block;
        margin-bottom: 2px;
    }

.searchTypeList {
    padding: 2px 10px;
    color: #fff;
    background: #808080;
}

    .searchTypeList:hover {
        background: #005d91;
    }

    .searchTypeList i {
        font-size: 1rem;
        opacity: 0.3;
    }

    .searchTypeList span {
        display: inline-block;
        line-height: 1;
        font-size: 1rem;
    }

    .searchTypeList.in {
        background: #0071bc;
    }

        .searchTypeList.in i {
            opacity: 1;
        }

.searchTypeBox &gt; .cancelAll {
    display: none;
    background: #0071bc;
}

.cancelAll i {
    opacity: 1;
}

.closeMapBox {
    display: none;
}

.hidden-desktops {
    display: none !important;
}

.searchTypeBox .searchTypeList.selectAll {
    background: #019f58;
}

.mapContent {
    font-size: 1rem;
    font-weight: bold;
}

    .mapContent a {
        margin: 10px auto;
    }

    .mapContent .title {
        display: inline-block;
        padding: 2px 10px;
        margin-right: 10px;
        margin-bottom: 3px;
        border-radius: 10px;
        color: #fff;
        background: #999;
        /*font-size: 1.3rem;*/
    }

@media (max-width: 768px) {
    .zoomInMap {
        display: none;
    }

    .zoomOutMap {
        display: none;
    }

    .floating-panelBox {
        top: 10px;
        left: 10px;
    }

    .searchTypeBox {
        text-align: center;
    }

    .rightBlock {
        width: 100%;
        float: none;
        padding: 0 10px;
        transition: all 0.3s;
    }

    .mapBox {
        position: fixed;
        top: auto;
        bottom: -500px;
        z-index: 100;
        display: block;
        width: 100%;
        height: 300px;
        float: none;
        padding: 10px;
        margin-bottom: 0px;
        /* background: rgb(146, 159, 168); */
        box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1);
        transition: all 0.3s;
    }

        .mapBox.active {
            bottom: 0;
        }

    #map {
        /* background: #0071BC; */
        height: 100%;
    }

    .closeMapBox {
        position: absolute;
        z-index: 999999;
        bottom: 10px;
        right: 10px;
        display: inline-block;
        font-size: 0.8rem;
        padding: 10px 10px;
        background: #fff;
        box-shadow: -2px -2px 10px rgba(0, 0, 0, 0.2);
        cursor: pointer;
    }

    .hidden-desktops {
        display: table-cell !important;
    }
}

/*檔案分類顏色*/
.categoryTitle {
    text-align: center;
}

    .categoryTitle .name {
        display: inline-block;
        margin: 10px auto;
        padding: 0 20px;
        border-bottom: 1px solid #000000;
        font-size: 1rem;
    }

.categoryGroup {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.fileTypeBox {
    padding-top: 10px;
}

.coreType .fileTypeBox {
    padding-top: 0px;
}

.fileTypeBox .fileType {
    float: left;
    width: 19%;
    cursor: pointer;
}

.fileType {
    display: inline-block;
    margin-right: 3px;
    border-radius: 20px;
    padding: 2px 10px;
    margin-bottom: 6px;
    margin-left: -1px;
    background: #fff;
}

@media (max-width: 980px) {
    .fileTypeBox .fileType {
        float: left;
        width: 24%;
        cursor: pointer;
    }
}

@media (max-width: 770px) {
    .fileTypeBox .fileType {
        float: left;
        width: 32%;
        cursor: pointer;
    }
}

.fileType &gt; i {
    display: none;
}

.fileType &gt; span {
    display: block;
    float: right;
    margin-top: 2px;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 30%;
    font-size: 1rem;
    color: #fff;
    padding: 0 2px;
}

.typeRed {
    border: 2px solid #c1272d;
    color: #c1272d;
}

    .typeRed span {
        background: #c1272d;
    }

.typeBlue {
    border: 2px solid #0071bc;
    color: #0071bc;
}

    .typeBlue span {
        background: #0071bc;
    }

.typeGreen {
    border: 2px solid #006837;
    color: #006837;
}

    .typeGreen span {
        background: #006837;
    }

.typePinky,
.typePink {
    border: 2px solid #ed1e79;
    color: #ed1e79;
}

    .typePinky span,
    .typePink span {
        background: #ed1e79;
    }

.typeBrown {
    border: 2px solid #736357;
    color: #736357;
}

    .typeBrown span {
        background: #736357;
    }

.typeLightGreen {
    border: 2px solid #8cc63f;
    color: #8cc63f;
}

    .typeLightGreen span {
        background: #8cc63f;
    }

.typeYellow {
    border: 2px solid #fbb03b;
    color: #fbb03b;
}

    .typeYellow span {
        background: #fbb03b;
    }

.typeGray,
.typeGrey {
    border: 2px solid #4d4d4d;
    color: #4d4d4d;
}

    .typeGray span,
    .typeGrey span {
        background: #4d4d4d;
    }

.typeMapRed {
    border: 2px solid #ff4949;
    color: #ff4949;
}

    .typeMapRed span {
        background: #ff4949;
    }

.typeMapCyanblue {
    border: 2px solid #6adeb5;
    color: #6adeb5;
}

    .typeMapCyanblue span {
        background: #6adeb5;
    }

.typeMapPurple {
    border: 2px solid #8e46cf;
    color: #8e46cf;
}

    .typeMapPurple span {
        background: #8e46cf;
    }

.flieListBox {
    padding: 10px 10px;
    background: #f2f2f2;
}

    .flieListBox label {
        font-size: 1rem;
        margin-right: 10px;
    }

    .flieListBox select {
        padding: 6px 20px;
        font-size: 1rem;
        border: 0;
    }

.fileType.active i {
    display: inline-block;
}

.typeRed.active i {
    color: #c1272d;
}

.typeBlue.active i {
    color: #0071bc;
}

.typeGreen.active i {
    color: #006837;
}

.typePinky.active i {
    color: #ed1e79;
}

.typeBrown.active i {
    color: #736357;
}

.typeLightGreen.active i {
    color: #8cc63f;
}

.typeYellow.active i {
    color: #fbb03b;
}

.typeGray.active i {
    color: #4d4d4d;
}

.typeMapRed.active i {
    color: #ff4949;
}

.typeMapCyanblue.active i {
    color: #6adeb5;
}

.typeMapPurple.active i {
    color: #8e46cf;
}

/*openData*/
.fileFormat-pink {
    display: inline-block;
    padding: 2px 10px;
    margin-bottom: 3px;
    border-radius: 20px;
    color: #fff;
    background: #ff7bac;
    font-size: 1.2rem;
}

a.fileFormat-pink:hover {
    background: rgb(255, 74, 141);
}

.fileFormat-pink.none {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 20px;
    color: #fff;
    background: #999999;
}

.openDataLink {
    display: block;
    text-decoration: none;
}

.footable .footable-details a.openDataLink {
    color: #fff;
    text-decoration: none;
}

.searchBox label.labelBox {
    line-height: 1.42857143;
    padding: 0px 0px 0px 30px;
    margin-bottom: 0px;
    vertical-align: middle;
    font-size: 1rem;
}

/*checkbutton*/
.labelBox {
    display: inline-block;
    position: relative;
     line-height: 1; 
    padding-top: 2px;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 1rem;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tab_container .labelBox {
    display: inline-block;
    position: relative;
    line-height: 34px;
    padding-left: 35px;
    margin-right: 10px;
    margin-bottom: 0px;
    font-size: 1rem;
}
/* Hide the browser's default checkbox */
.labelBox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ccc;
}

.tab_container .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ccc;
}

.form-group .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ccc;
}

.searchBox .form-group .checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ccc;
}

/* On mouse-over, add a grey background color */
.labelBox:hover input ~ .checkmark {
    background-color: #666;
}

/* When the checkbox is checked, add a blue background */
.labelBox input:checked ~ .checkmark {
    background-color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.labelBox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.labelBox .checkmark:after {
    left: 9px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*radio button*/
/* Customize the label (the container) */
.searchBox label.labelradioBox {
    line-height: 1.42857143;
    padding: 6px 6px 6px 35px;
    margin-bottom: 0px;
    vertical-align: middle;
    font-size: 1rem;
}

.labelradioBox .text-Red {
    font-size: 1rem;
}

.labelradioBox {
    display: inline-block;
    position: relative;
    line-height: 25px;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 1.2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tab_container .labelradioBox {
    display: inline-block;
    position: relative;
    line-height: 34px;
    padding-left: 35px;
    margin-right: 10px;
    margin-bottom: 0px;
    font-size: 1rem;
}
/* Hide the browser's default checkbox */
.labelradioBox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.radiomark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ccc;
    border-radius: 50%;
}

.tab_container .radiomark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ccc;
}
/* On mouse-over, add a grey background color */
.labelradioBox:hover input ~ .radiomark {
    background-color: #666;
}

/* When the checkbox is checked, add a blue background */
.labelradioBox input:checked ~ .radiomark {
    background-color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.radiomark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.labelradioBox input:checked ~ .radiomark:after {
    display: block;
}

/* Style the checkmark/indicator */
.labelradioBox .radiomark:after {
    left: 9px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkGroup {
    padding-left: 35px;
    font-size: 1rem;
}

/*api 服務*/
.apiBox {
    padding: 10px 10px;
    background: #fff;
}

.system_title {
    position: relative;
    padding: 20px 0;
    font-size: 1.667rem;
    color: #666;
    font-weight: 900;
    text-align: center;
}

    .system_title::before {
        position: absolute;
        bottom: 16%;
        left: 50%;
        transform: translate(-50%, -50%);
        content: " ";
        width: 100px;
        height: 1px;
        background: #666;
    }

    .system_title &gt; span {
        display: inline-block;
        line-height: 20px;
        vertical-align: top;
        margin: 6px;
        padding: 2px 10px;
        border-radius: 6px;
        background: #0071bc;
        color: #fff;
    }

.apiGroup_Title {
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}

    .apiGroup_Title .name {
        display: inline-block;
        line-height: 1.2;
        font-size: 1.125rem;
        vertical-align: top;
    }

    .apiGroup_Title &gt; .number {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 22px;
        height: 22px;
        border-radius: 6px;
        background: #ff4288;
        color: #fff;
        line-height: 1;
        font-size: 0.8rem;
        text-align: center;
        vertical-align: top;
    }

    .apiGroup_Title .arrowBox {
        display: inline-block;
        width: 22px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        color: #005d91;
        background: #f5f5f5;
        vertical-align: top;
    }

.apiGroup {
    display: none;
}

.apiList {
    background: #fff;
    margin-bottom: 10px;
}

.aipTitle {
    display: flex;
    padding: 10px 10px;
    cursor: pointer;
    background: rgba(255, 123, 172, 0.2);
    transition: all 0.3s;
}

    .aipTitle:hover {
        background: #ff7bac;
    }

    .aipTitle div:nth-child(1) {
        flex: 1;
    }

    .aipTitle div:nth-child(2) {
        flex: 99;
    }

    .aipTitle .get {
        display: inline-block;
        font-size: 0.8rem;
        text-align: center;
        padding: 4px 10px;
        background: #ff4288;
        color: #fff;
    }

    .aipTitle .info {
        padding: 0 10px;
        line-height: 20px;
        color: #000;
        font-size: 1rem;
    }

.apiContent {
    display: none;
    position: relative;
    padding: 0 10px;
}

.tab_content .apiContent {
    display: block;
    position: relative;
    padding: 0 10px;
}

.apiContent .btn-blue {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
}

.fileDescription {
    padding: 0 0 10px 0;
    font-size: 1rem;
}

    .fileDescription span,
    .fileDescription pre {
        border: 0;
        font-size: inherit;
        color: #000;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.title_tab {
    font-size: 2rem;
    text-align: center;
    padding-top: 20px;
}
/*openData後台*/
.fancySection .inquireContainer {
    background: inherit;
}

.fancySection .searchBox {
    padding: 10px 10px;
}

.type-info {
    display: none;
}

.chartBox {
    max-width: 1280px;
    margin: 10px auto;
    font-size: 1rem;
    text-align: center;
}

.totalBox {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
}

    .totalBox div {
        padding: 0 10px;
        font-size: 1rem;
    }

.dropdownBox {
    display: inline-block;
    margin-bottom: 10px;
}

.dropdown-menu li.title {
    padding: 3px 20px;
    margin-bottom: 0px;
    font-size: 2rem;
    color: #0071bc;
}

.dropdown-menu &gt; li &gt; a {
    display: block;
    padding: 3px 20px;
    font-size: 1rem;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdownBox &gt; button.btn {
    margin: 0 0 1px 0;
}
/*意見回覆*/
.fancySection .panel-body {
    padding: 5px 15px;
}
/*資料規範*/
.bulletinBox {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2;
    color: #0071bc;
    text-align: left;
}

.bulletinTitle {
    padding: 10px 10px;
    margin-bottom: 10px;
    font-size: 2.2rem;
    color: #0071bc;
    font-weight: bold;
    text-align: center;
}

.content &gt; ul {
    padding: 10px 10px;
}

ul &gt; li {
    /* font-size: 2rem; */
}

    ul &gt; li &gt; ul &gt; li {
        /* font-size: 1rem; */
    }

ul.decimal {
    list-style-type: decimal;
    color: #005d91;
    padding-left: 4rem;
}

    ul.decimal &gt; li {
        margin-bottom: 20px;
        border-bottom: 1px dashed #005d91;
    }

        ul.decimal &gt; li &gt; div {
            font-size: inherit;
            padding-bottom: 10px;
            color: #005d91;
        }

ul.alpha {
    list-style-type: upper-alpha;
    padding-left: 2rem;
}

    ul.alpha &gt; li {
        padding-bottom: 10px;
        color: #333333;
    }

ul.square {
    list-style-type: square;
    padding-left: 4rem;
    padding: 10px 20px;
}

    ul.square &gt; div {
        margin-left: -2rem;
        padding-bottom: 10px;
        color: #333333;
    }

    ul.square &gt; li {
        padding-bottom: 10px;
        color: #333333;
    }

.square li {
    /* text-indent: -24px; */
    padding: 0 10px;
    margin-bottom: 6px;
    /* font-size: 1rem; */
    /* list-style-type: square; */
    /* list-style-position: inside; */
}

.decimal p {
    font-size: 1rem;
    padding-bottom: 10px;
    color: #333333;
}

.disc {
    font-size: 1rem;
    list-style-type: disc;
    padding: 10px 0px;
}
/*自主防災社區*/
.SliderBtnBox {
    max-width: 1024px;
    margin: 10px auto;
}

.sliderBtn {
    display: flex !important;
    align-items: center;
    min-height: 80px;
    border: 2px solid #39b54a;
    padding: 0 20px 0 10px;
    border-radius: 12px;
    background: #fff;
}

    .sliderBtn:hover {
        color: #fff;
        background: #61c66a;
    }

        .sliderBtn:hover &gt; span {
            color: #fff;
        }

    .sliderBtn.active {
        color: #fff;
        background: #39b54a;
    }

        .sliderBtn.active &gt; span {
            color: #fff;
        }

.SliderBtnBox .slick-slide {
    margin: 0 2px;
}

.sliderBtn &gt; span {
    display: inline-block;
    color: #39b54a;
}

.sliderBtn .number {
    padding: 0 10px;
    font-size: 2.500rem;
}

.sliderBtn .name {
    width: 130px;
    line-height: 1.2;
    font-size: 1rem;
    text-align: left;
}

.StatifticsInfoBtnBox &gt; a {
    display: inline-block;
    margin: 0 10px;
    padding: 10px 10px;
}

.StatifticsInfoBtn &gt; span {
    display: block;
    color: #39b54a;
    text-align: left;
}

.StatifticsInfoBtn .name {
    font-size: 0.8rem;
}

.StatifticsInfoBtn .number {
    font-size: 2.5rem;
}

.StatifticsInfoBtn:hover {
    background: rgba(140, 198, 63, 0.1);
}

.form-inline.Statifticsform {
    margin-bottom: 0px;
}

.StatifticsInfoBtn.active {
    color: #fff;
    background: #39b54a;
}

    .StatifticsInfoBtn.active &gt; span {
        color: #fff;
    }

.StatifticsInfoBtn:hover {
    color: #fff;
    background: #39b54a;
}

    .StatifticsInfoBtn:hover &gt; span {
        color: #fff;
    }

.StatifticsInfoBtn_nohover:hover {
    color: #39b54a;
    background: #fff;
    cursor: default;
}

    .StatifticsInfoBtn_nohover:hover &gt; span {
        color: #39b54a;
    }

@media (max-width: 768px) {
    .StatifticsInfoBtnBox {
        text-align: left;
    }

        .StatifticsInfoBtnBox &gt; a {
            display: inline-block;
            width: 33%;
            margin: 0px;
            padding: 10px 10px;
        }
}

@media (max-width: 414px) {
    .StatifticsInfoBtnBox &gt; a {
        width: 49%;
    }
}

.chirtBox {
    padding: 10px 0;
}

/*網站地圖*/
.sitemapList {
    display: inline-block;
    vertical-align: top;
    width: 24.6%;
    margin: 2px 1px;
    background: #fff;
}

    .sitemapList a {
        display: inline-block;
        padding: 10px 10px;
        font-size: 1rem;
    }

    .sitemapList &gt; a {
        display: block;
        background: #b74744;
        color: #fff;
    }

    .sitemapList &gt; div {
        padding: 10px 10px;
    }

        .sitemapList &gt; div a {
            color: #b74744;
            background: #e6e6e6;
            margin-bottom: 2px;
        }

            .sitemapList &gt; div a:hover {
                background: #b74744;
                color: #fff;
            }

@media (max-width: 768px) {
    .sitemapList {
        width: 48.5%;
    }
}

@media (max-width: 568px) {
    .sitemapList &gt; div a {
        width: 100%;
    }
}

/*詮釋資料*/

.tip-Info {
    display: none;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 98%;
    height: auto;
    font-size: 0.8rem;
    background-color: #000;
    color: #fff;
    padding: 20px 20px;
    text-align: left;
    border-radius: 6px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

    .tip-Info:before {
        position: absolute;
        top: 15px;
        left: -10px;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 10px 5px 0;
        border-color: transparent #000000 transparent transparent;
    }

.close-info {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

@media (max-width: 766px) {
    .tip-Info {
        display: none;
        position: static;
        width: 100%;
        background-color: #000;
        color: #fff;
        margin-top: 5px;
        padding: 10px 10px;
        text-align: left;
        border-radius: 6px;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    }

        .tip-Info .c-tip-Info {
            display: none;
        }
}

/*後台-向量圖資管理*/
.coreBox {
    background: #e6e6e6;
    margin-bottom: 1px;
}

.coreTitleBar {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
}

.coreBtn-Group {
    order: 3;
    display: flex;
}

.coreBox .coreRow {
    order: 2;
    flex: 1;
    display: flex;
    align-items: center;
}

.coreTr-other {
    order: 4;
    display: flex;
    width: 100%;
    padding: 10px 10px;
    vertical-align: top;
    background: rgba(0, 0, 0, 0.075);
}

.coreBox .coreID {
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    flex-direction: column;
    width: 10%;
    height: 100px;
    background: #808080;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

    .coreBox .coreID &gt; span {
        display: block;
        font-size: 0.8rem;
        line-height: 1;
    }

    .coreBox .coreID .update {
        font-size: 1rem;
    }

.coreBox .coreBtn {
    display: flex;
    width: 100px;
    line-height: 1.1;
    padding: 0 10px;
    align-items: center;
    justify-content: center;
    margin-left: 1px;
    background: #b8b8b8;
    color: #fff;
    font-size: 1.2rem;
}

    .coreBox .coreBtn i {
        font-size: 1rem;
        margin-right: 2px;
    }

.coreBox .coreBtnGroup {
    float: right;
    display: block;
    width: 10%;
    height: 100px;
    margin-left: 1px;
    background: #b8b8b8;
    color: #fff;
    text-align: center;
    padding: 0;
    font-size: 1rem;
}

.coreBox .coreBtn:hover {
    opacity: 1;
    background: #808080;
}

.coreTr {
    flex: 1;
    padding: 10px 10px 10px 10px;
}

.coreTr-other .coreTh {
    margin-right: 1rem;
}

.coreTr &gt; div {
    /* font-size: 1rem; */
    line-height: 1.2;
}

.coreTr .coreTh {
    display: inline-block;
    padding-bottom: 6px;
    margin-bottom: 6px;
    font-size: 1rem;
    border-bottom: 1px solid #808080;
}

.coreBox:hover .coreRow {
    background: #fff1d3;
}

@media (max-width: 768px) {
    .coreBox .coreBtn-Group {
        order: 2;
        flex: 1;
    }

    .coreBox .coreRow {
        order: 3;
        flex: 100%;
    }
}
/*現地調查開合縮放欄位*/
.surveyCategory {
    margin-bottom: 1px;
}

.surveyCategoryTr {
    display: flex;
}

.surveyCategoryTable {
    /* display: none; */
}

.surveyCategoryTr .coreID {
    flex: 0 0 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #808080;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
}

.surveyCategoryTr .coreBtnGroup {
    flex: 0 0 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
    background: #b8b8b8;
}

    .surveyCategoryTr .coreBtnGroup a {
        padding: 4px 0;
        font-size: 1rem;
        color: #fff;
    }

        .surveyCategoryTr .coreBtnGroup a:hover {
            font-weight: bold;
            color: #000;
        }

.surveyCategoryTr .coreRow {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 6px 0;
    background: #e6e6e6;
}

    .surveyCategoryTr .coreRow .coreName {
        flex: 0 0 26%;
        margin-bottom: 10px;
    }

    .surveyCategoryTr .coreRow .coreType {
        flex: 0 0 70%;
    }

.surveyCategoryTr .fileTypeBox .fileType {
    float: none;
    width: 24%;
    cursor: pointer;
}

.surveyCategoryTr .coreRow &gt; div {
    margin: 0 6px;
}

.surveyCategoryTr .coreTh {
    display: inline-block;
    padding-bottom: 6px;
    margin-bottom: 6px;
    font-size: 1.2rem;
    border-bottom: 1px solid #808080;
}

.surveyCategoryTr .paperName {
    line-height: 1.3;
    font-size: 1rem;
    text-align: justify;
}

.surveyCategory .coreTable {
    display: block;
    padding: 0;
    background: none;
}

    .surveyCategory .coreTable .tableBox {
        padding: 0;
    }

.surveyCategory .closeTable .tableBox {
    padding: 0;
    display: none;
}

.surveyCategory .pagination {
    margin: 6px 0;
}

.coreTableTitle {
    display: flex;
    justify-content: space-between;
    background: #e0e0e0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

    .coreTableTitle .title {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 0;
    }

        .coreTableTitle .title span {
            display: inline-block;
            width: 30px;
            height: 30px;
            margin-left: 10px;
            font-size: 0.8rem;
            color: #fff;
            border-radius: 50%;
            text-align: center;
            line-height: 30px;
        }

.closeCoreTableGroup {
    display: flex;
}

    .closeCoreTableGroup a {
        display: flex;
        align-items: center;
        padding: 10px;
        color: #7d7d7d;
    }

        .closeCoreTableGroup a.open-coreTable,
        .closeCoreTableGroup a.close-coreTable {
            background: #00000020;
        }

        .closeCoreTableGroup a i {
            margin: 0 2px;
        }

    .closeCoreTableGroup .open-type i {
        font-size: 1.7rem;
    }

    .closeCoreTableGroup a:hover {
        background: #00000050;
        color: #ffffff;
    }

.closeTable .close-coreTable {
    display: none;
}

.openTable .close-coreTable {
    display: inline-block;
}

.openTable .open-coreTable {
    display: none;
}

.coreBox .coreBtn.re-send {
    background: rgba(255, 117, 117, 0.5) !important;
}

@media (max-width: 1024px) {
    .surveyCategoryTr {
        display: flex;
        flex-wrap: wrap;
    }

        .surveyCategoryTr .coreID {
            flex: 0 0 50%;
            order: 1;
        }

        .surveyCategoryTr .coreBtnGroup {
            flex: 0 0 50%;
            order: 2;
        }

        .surveyCategoryTr .coreRow {
            flex: 0 0 100%;
            order: 3;
        }

        .surveyCategoryTr .coreBtnGroup {
            align-items: center;
        }

        .surveyCategoryTr .coreRow {
            flex-direction: column;
        }

            .surveyCategoryTr .coreRow &gt; div {
                margin-bottom: 10px;
            }

        .surveyCategoryTr .fileTypeBox .fileType {
            width: 25.5%;
        }

    .coreBox .coreBtn:hover {
        opacity: 0.8;
    }
}

@media (max-width: 827px) {
    .coreBox a.coreBtn:nth-child(3) {
        border-right: 0px solid rgba(0, 0, 0, 0.175);
    }

    .surveyCategoryTr .fileTypeBox .fileType {
        width: 24%;
    }
}

@media (max-width: 768px) {
    .coreBox .coreBtn {
        width: auto;
        flex: 1;
    }

    .coreBox .coreID {
        width: 100px;
    }

    .coreTr {
        padding: 10px 10px 10px 10px;
    }
}

@media (max-width: 576px) {
    .coreBox .coreRow {
        display: inline-flex;
        flex-wrap: wrap;
    }

    .coreTr {
        width: 100%;
        min-height: auto;
        border-bottom: 1px solid #80808020;
    }

    .surveyCategoryTr .fileTypeBox .fileType {
        width: 48%;
    }

    .surveyCategoryTr .coreRow .coreName {
        flex: 1;
    }

    .surveyCategoryTr .coreRow .coreType {
        flex: 1;
    }
}

.coreTable {
    display: none;
    position: relative;
    background: #fff;
    padding: 10px 10px;
}

.coreClose {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 2rem;
    background: #eee;
    color: #444;
}

/*字體通用顏色*/
.text-Red {
    color: #c1272d !important;
}

.text-Blue {
    color: #0071bc !important;
}

.text-Green {
    color: #006837 !important;
}

.text-Pinky {
    color: #ed1e79 !important;
}

.text-Brown {
    color: #736357 !important;
}

.text-LightGreen {
    color: #8cc63f !important;
}

.text-Yellow {
    color: #fbb03b !important;
}

.text-Gray {
    color: #4d4d4d !important;
}

.text-Purple {
    color: #c85caf !important;
}

/*光華特區*/
.abgne_tab {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .abgne_tab .TBtabs {
        display: flex;
    }

        .abgne_tab .TBtabs &gt; li {
            flex: 1;
            color: #fff;
            background-color: #888888;
            border-right: 1px solid #323c5450;
            transition: all 0.3s;
        }

            .abgne_tab .TBtabs &gt; li:last-child {
                border-right: 0;
            }

            .abgne_tab .TBtabs &gt; li a {
                display: flex;
                justify-content: center;
                align-items: center;
                line-height: 1.2;
                text-align: center;
                height: 100%;
                padding: 10px 0px;
                font-size: 1rem;
                color: #fff;
            }

    .abgne_tab .btn-tab:hover {
        background-color: #5a6171;
        border-color: #5a6171;
    }

    .abgne_tab .btn-tab.active {
        background-color: #0074bb;
        border-color: #0074bb;
    }

        .abgne_tab .btn-tab.active a {
            color: #fff;
            font-weight: bold;
        }

@media (max-width: 768px) {
    .abgne_tab .TBtabs {
        flex-wrap: wrap;
    }

        .abgne_tab .TBtabs &gt; li {
            flex: 33.3% 1 0;
            padding: 12px 0px;
            border-bottom: 1px solid #323c5450;
        }
}

.formInfoContent .text {
    margin: 10px 0;
    font-size: 1rem;
    text-align: left;
}

.imgBlock img {
    margin: 0 auto;
    /* max-width: 600px; */
}

.imgAlt {
    padding: 6px 0;
    font-size: 1rem;
}

.formInfoContent .text ul.decimal {
    padding-left: 3rem;
}

    .formInfoContent .text ul.decimal &gt; li {
        margin-right: 20px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 1rem;
        color: #333333;
        border-bottom: 1px dashed #33333350;
    }

.formInfoContent .text ul.alpha {
    margin-top: 10px;
}

.labelBox ul {
    padding-left: 2rem;
    font-size: 1.5rem;
    text-align: left;
}

.landslideSection .labelBox ul li {
    padding-bottom: 0;
    font-size: 1.5rem;
    text-align: left;
}

.landslideSection .form-group &gt; label {
    padding-top: 0px;
    text-align: left;
    vertical-align: top;
}

.landslideSection .form-inline {
    margin-bottom: 0;
}

.InfoTip {
    margin-bottom: 10px;
    font-size: 1.2rem;
    color: #0071bc;
}

/*現地調查*/
.dataSearchFancybox .form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

.dataSearchFancybox .inlineGroup .form-group {
    display: flex;
}

    .dataSearchFancybox .inlineGroup .form-group input,
    .dataSearchFancybox .inlineGroup .form-group label {
        margin-right: 6px;
    }

@media (max-width: 768px) {
    .dataSearchFancybox .form-group {
        margin-bottom: 10px;
    }

    .dataSearchFancybox .inlineGroup .form-group {
        display: flex;
        /* flex-direction: column; */
    }
}

/*大崩塌介紹*/
.landslideBtnGroup {
    margin-top: 6px;
    display: flex;
    justify-content: center;
}

    .landslideBtnGroup a {
        line-height: 1.2;
        padding: 10px 10px;
        margin: 0 2px;
        border: 0;
        text-align: center;
        color: #fff;
        background: #33333350;
        border: 1px solid #ffffff;
        font-weight: bold;
        text-decoration: none;
        vertical-align: top;
        border-radius: 6px;
        font-size: 0.8rem;
    }

        .landslideBtnGroup a:hover {
            color: #fff;
            background: #33333380;
        }

        .landslideBtnGroup a.active {
            color: #fff;
            background: #333333;
        }

/*
 *  * 擴充CSS From Rachel
 */
/*--------------------------------*/

.displayNone {
    display: none !important;
}

/* #region search inputbox add X 清除icon */

input[type="search"]::-webkit-search-cancel-button {
    position: relative;
    -webkit-appearance: none;
    height: 1.1em;
    width: 1.1em;
    border-radius: 50em;
    background: url('/Content/images/circle-xmark-solid.svg') no-repeat 50% 50%;
    background-size: contain;
    opacity: 0;
    pointer-events: none;
}

input[type="search"]:focus::-webkit-search-cancel-button {
    opacity: .3;
    pointer-events: all;
}

input[type="search"]::-webkit-search-cancel-button:hover {
    cursor: pointer;
}

/* #endregion */

/* #region coreBox 查無資料 noData CSS */

.coreBox .coreTable .noData {
    height: auto !important;
}

    .coreBox .coreTable .noData i {
        font-size: 3.5rem !important;
    }

    .coreBox .coreTable .noData span {
        font-size: 4rem !important;
        line-height: 50px !important;
    }

/* #endregion */

/* #region Modal設定 */

/* 自定義Modal */
.cus-modal.modal {
    font-size: 1.2rem;
}

.cus-modal h5 {
    font-size: 2rem;
    font-weight: bold;
}

.cus-modal .modal-body div.col-sm-12 {
    margin-bottom: 10px;
}

/* modal置中 */
.cus-modal.cus-modal-centered {
    text-align: center;
}

    .cus-modal.cus-modal-centered .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

@media screen and (min-width: 768px) {
    .cus-modal.cus-modal-centered:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

/* #endregion */

/* #region 給 div.form-control 最小高度值 */

.form-control.mh {
    height: auto !important;
    min-height: 36px;
    word-wrap: break-word;
}

    .form-control.mh.bg {
        background-color: #eee;
    }

    .form-control.mh.border-o {
        border: 1px solid #E6E6E6;
    }

/* #endregion */

/* #region 調整 div.form-group */
@media (max-width: 767px) {
    /* 將原始 margin-left、right的設定為0px */
    .form-horizontal.mlr-0 .form-group {
        margin-left: 0px;
        margin-right: 0px;
    }

    /* 將原始 margin-left、right的設定為5px */
    .form-horizontal.mlr-5 .form-group {
        margin-left: 5px;
        margin-right: 5px;
    }
}

/* #endregion */

/* #region autocomplete */

.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.ui-menu-item-wrapper {
    /*font-size: 1.4rem;*/
}

/* #endregion */

/* #region autocomplete combobox */

.div-core-box {
    display: inline-flex;
    margin-right: 40px;
}

    .div-core-box .form-control {
        padding: 0px;
        border-style: none;
    }

    .div-core-box .custom-combobox {
        position: relative;
        display: inline-block;
    }

    .div-core-box .custom-combobox-toggle {
        position: absolute;
        top: 0;
        bottom: 0;
        margin-left: -1px;
        padding: 0;
    }

    .div-core-box .custom-combobox-input {
        margin: 0;
        padding: 5px 10px;
        background: #ffffff;
        width: 400px;
    }

    .div-core-box .ui-button {
        background: white;
        height: 32px !important;
        width: 32px !important;
        margin-top: 2px;
    }

@media (max-width: 768px) {
    .div-core-box {
        display: inherit;
    }

        .div-core-box .custom-combobox-input {
            width: 100%;
        }
}

/* #endregion */

/* #region 調整 必填* 顏色 */

span.h3.c-red,
text.h3.c-red {
    color: red;
}

/* #endregion */

/* #region 調整 提示字 顏色 */

span.help-block.c-red {
    color: red;
}

/* #endregion */
</pre></body></html>