body {
    background-color: #FAFAFA;
    padding-top: 0;
}

* {
    letter-spacing: 1px;
}

p, b, ul li, li, a, tr td, label, div, .data-detail {
    font-size: 18px;
    font-weight: normal;
    margin-bottom:0;
    font-family: '微軟正黑體','Century Gothic', 'Arial', '新細明體', sans-serif;
}
a{color: #428bca;}

select {
    font-size: 16px;
    font-weight: normal;
}

img {
    max-width: 100%;
}

h1 {
    margin: auto;
    font-weight: 600;
}

h2 {
    font-weight: 600;
}


.container{
    padding-right:5px;
    padding-left:5px;
}

.txtCenter{
    text-align: center;
}

#table2_mob .col-lg-12 {
    padding: 0;
}

a.backindex{
    display: inline-block;;
    padding-bottom: 10px;
}

.swichtab-controller li {
    font-size: 22px;
    font-weight: 600;
    width: 100%;
    padding:8px 0;
    border: 1px solid #3c6ab7;
    color: #3c6ab7;
    background-color: #fff;
    margin-bottom: 10px;
}

.swichtab-controller > li.is-active {
    background-color: #3c6ab7;
    color: #fff;
}


.swichtab-contents {
    padding: 10px;
    border: none;
    background-color: #fff;
}

.rwd-table tr th {
    color: #3c6ab7;
    font-size: 20px;
}


.signBtn {
    font-size: 18px;
    margin: 20px 0 0;
    padding: 10px 60px;
}

.exportBtn {
    font-size: 18px;
    margin: 20px 0 0;
    padding: 10px 60px;
}

.swichtab-panel {
    padding: 10px;
}

.txtAlign {
    float: right;
}

label {
    font-size: 18px;
    color: #111;
}


#footer {
    text-align: center;
    margin: 0;
    padding: 35px 5px 30px;
}

#footer p {
    font-size: 13px;
    color: #999;
    margin: 0px;
}

.form-group {
    margin-bottom: 0;
}

.group {
    margin-bottom: 18px;
}

.popBtns{text-align: center; }
.popBtn{
    display: inline-block;
    text-align: center;
}
.btn-primary{
    background-color: #3c6ab7;
    border-color: #3c6ab7;
}
.modal-header button a{color: #111;opacity: .8;}
/* .form-inline{padding: 15px;} */
.form-inline .form-group{display: inline-block;}
.popCheckbox{
    display: inline-block;
    width: 2%;
    text-align: right;
    vertical-align:top;
}
.popLabel{
   vertical-align:top;
    width: 90%;
    display: inline-block;
}
.modal-dialog{
    left: 0;
}
.popli ol li{padding-top: 10px;}
.popradio label{margin-bottom: 0;}
.topline{border-top: 1px solid #666;}

@media (max-width: 990px) {
    .txtAlign {
        float: left;
    }
}

@media (max-width: 780px) {
    .swichtab-controller li {
        width: 100%;
    }
    .form-group {
        margin-bottom: 0;
    }
}


#table_web{display: block;}
#table2_mob{display: none;}
/* rwd table*/
.rwd-table tr th:nth-child(1) {
    width: 45%;
}
.webW{width: 14%;}

.rwd-table tr th:nth-child(2) {
    width: 30%;
}

.rwd-table tr th:nth-child(3) {
    width: 25%;
}

.rwd-table tr td span {
    display: block;
}

.rwd-table tr:nth-of-type(2n) {
    background-color: white;
}

.rwd-table {
    background: #fff;
    overflow: hidden;
}

.rwd-table th,
.rwd-table td {
    font-weight: 500;
    margin: 0.5em 1em;
}

.rwd-table {
    min-width: 100%;
}

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

.rwd-table td:before {
    content: attr(data-th) "";
    font-weight: bold;
    width: 5em;
    display: inline-block;
}

.rwd-table th,
.rwd-table td {
    text-align: left;
}

.rwd-table th,
.rwd-table td:before {
    color: #25517d;
    font-weight: bold;
    display: none;
}   



@media (min-width: 480px) {
    .rwd-table td:before {
        display: none;
    }

    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: 0.25em 0.5em;
    }

    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0;
    }

    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;
    }

    .rwd-table th,
    .rwd-table td {
        padding: 1em !important;
    }
}

@media (max-width: 480px) {
    #table_web{display: none;}
    #table2_mob{display: block;}
    .table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td{
        border-top:1px solid #fff; 
    }
    
    
    #table2_mob tr td{
        width: 100%;
        font-weight: normal;
    }
    .table2_th{
        margin-top: 10px;
        text-align: center;
        font-size: 22px;
        margin-bottom:30px;
        color: #3c6ab7;
        border-bottom: 1px solid #3c6ab7;
    }
    #table2_mob tr td.table2_td{
        color: #111;
        padding-top: 20px;
        padding-bottom: 0;
    }
    #table2_mob tr td label{
        margin-bottom: 0;
    }
    #table2_mob tr td span{
        font-weight: bold;
    }
    #table2_mob tr td.bottomLine{
        border-bottom: 1px solid #ddd;
    }
    .signBtn{width: 100%;}

}



/* 2 */
.formH2 {
    padding: 5px 5px 5px;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 30px;
    background-color: #fff;
    color: #3c6ab7;
    border-bottom: 1px solid #3c6ab7;
}

.formH2 h2 {
    margin-bottom: 5px;
    color: #3c6ab7;
}

.formInner {
    padding: 20px;
    background-color: #fff;
}
.mobFull{
    display: inline-block;
}
@media (max-width: 480px) {
    .mobFull{
    display: block;
}
}


/* 3 */

.txtleft{text-align:left;}
.page3 .txtleft{color: #888;}
.page3 .group{
    color: #111;
}
.page3_table{
    width: 80%;
}
caption{text-align: center;}
.page3_table thead tr th, .page3_table tbody tr td{
    padding: 5px 10px;
}
.fontB label{font-weight: normal;}
.highline{
    color: #e53935;
    margin-bottom: 0;
    font-weight: normal;
    padding-right:4px;
}
.txtsm{font-size: 15px;color: #aaa;}
.form-inline_p{padding-left: 0;padding-right: 0;}
.form-inline-fixd{padding:0; }
.maBotton{margin-bottom: 30px;}
.maBotton5{margin-bottom: 8px;}
.fixdweightR{padding-right:15px;}
.fixdweight{
    padding-right:15px;
    padding-left: 15px; 
}
.none{display: none;}
input[type=button]{font-family: 'Century Gothic', 'Arial', '微軟正黑體', '新細明體', sans-serif;}


.p_txt{
    text-align: right;
    color: #111;
    font-weight: normal;
    font-size: 16px;
}

.fixdweightR input[type=button]{vertical-align: top;}
.fixdweight input[type=text]{margin-top: 5px;}
.fixdweight .form-group label{margin-bottom: 0;margin-top: 2px;}

@media (max-width: 780px) {
    .fixdweightR{padding-right:0;}
    .fixdweight{
        padding-right:0;
        padding-left: 0; 
    }
    .p_txt{text-align: left;padding:10px 15px 0px; }
}

/* page4 */


.page4 #fh5co-header-section{
    background-color: #4cb68b;
}
.page4 .formH2{border-bottom: 1px solid #4cb68b;}
.page4 .formH2 h2{
    color: #4cb68b;
}

.page4 .signBtn{
    color: #fff;
    background-color:#4cb68b;
}
.page4 .signBtn:hover{
    background-color:#43ac84;
}
.page4 .txtleft{color: #888;}

#loadView .formH2{
    margin-bottom: 0;
}
#loadView .rwd-table th,
#loadView .rwd-table td:before{
    color: #111;
    font-weight: normal;
}
#loadView .rwd-table tr:nth-of-type(2n) {
    background-color: #e4f8f0;
}
#loadView .rwd-table tr th:nth-child(1),
#loadView .rwd-table tr th:nth-child(2),
#loadView .rwd-table tr th:nth-child(3) {
    width: 33%;
}

@media (max-width: 480px) {
    #loadView .rwd-table td:before{
    color: #43ac84;
    font-weight: normal;
    display: inline-block;
    }
}

a:focus-visible {
    outline: 0.15rem solid black;
    outline-offset: 2px;
    border-radius: 4px;
}

/*即時揭示*/
.map-path{
  top:-1%;
  left:-1.8%;
  transform: scale(0.923);
  stroke: rgba(255, 255, 255, 0.01);
  fill: rgba(255, 255, 255, 0.01);
  cursor: pointer;
  overflow:visible;
}
@media (max-width:1400px){
    .map-path {
        top: 1%;
        left: 0;
        transform: scale(0.95);
    }
}
    .map-path g {
        transition: transform .25s ease, filter .25s ease;
        transform-origin: center;
    }

    .map-path g:hover, .map-path g:focus-visible {
        transform: translateX(-5px) translateY(-10px);
        filter: drop-shadow(0 10px 15px rgba(0,0,0,.5));
        stroke: white;
        stroke-width: 3px;
    }
        .map-path g text {
            transition: transform .25s ease, filter .25s ease;
            transform-origin: center;
            pointer-events: none;
            fill: #333;
            font-size: 1rem;
            font-weight: 600;
            transform-box: fill-box;
            transform-origin: center;
        }

    .map-path g:hover text, .map-path g:focus-visible text {
        stroke-width: 0px;
        transform: translateX(-15px) translateY(4px);
        fill: #333333;
        font-size: 28px;
    }
    .map-path g.baihe:hover, .map-path g.baihe:focus-visible {
        fill: #D28382;
    }
    .map-path g.dongshan:hover, .map-path g.dongshan:focus-visible {
        fill: #D5B482;
    }
    .map-path g.houbi:hover, .map-path g.houbi:focus-visible {
        fill: #D9A68E;
    }
    .map-path g.yanshui:hover, .map-path g.yanshui:focus-visible {
        fill: #C4DFA8;
    }
    .map-path g.xinying:hover, .map-path g.xinying:focus-visible{
        fill: #CDD996;
    }
    .map-path g.liuying:hover, .map-path g.liuying:focus-visible {
        fill: #DAD292;
    }
    .map-path g.liujia:hover, .map-path g.liujia:focus-visible {
        fill: #A6D290;
    }
    .map-path g.nanxi:hover, .map-path g.nanxi:focus-visible {
        fill: #DCBD52;
    }
    .map-path g.nanhua:hover, .map-path g.nanhua:focus-visible {
        fill: #DDA95A;
    }
    .map-path g.yujing:hover, .map-path g.yujing:focus-visible {
        fill: #DFDC6C;
    }
    .map-path g.danei:hover, .map-path g.danei:focus-visible {
        fill: #9FCC6C;
    }
    .map-path g.guantian:hover, .map-path g.guantian:focus-visible {
        fill: #91CDA5;
    }
    .map-path g.xiaying:hover, .map-path g.xiaying:focus-visible {
        fill: #9DD3BE;
    }
    .map-path g.xuejia:hover, .map-path g.xuejia:focus-visible {
        fill: #91D0C8;
    }
    .map-path g.beimen:hover, .map-path g.beimen:focus-visible {
        fill: #95CBD6;
    }
    .map-path g.jiangjun:hover, .map-path g.jiangjun:focus-visible {
        fill: #9AC4D9;
    }
    .map-path g.qigu:hover, .map-path g.qigu:focus-visible {
        fill: #8393C9;
    }
    .map-path g.madou:hover, .map-path g.madou:focus-visible {
        fill: #93BCD6;
    }
    .map-path g.jiali:hover, .map-path g.jiali:focus-visible {
        fill: #8DA3D3;
    }
    .map-path g.xigang:hover, .map-path g.xigang:focus-visible {
        fill: #9C85BC;
    }
    .map-path g.shanhua:hover, .map-path g.shanhua:focus-visible {
        fill: #8480BC;
    }
    .map-path g.shanshang:hover, .map-path g.shanshang:focus-visible {
        fill: #90CB9B;
    }
    .map-path g.zuozhen:hover, .map-path g.zuozhen:focus-visible {
        fill: #DC9057;
    }
    .map-path g.longqi:hover, .map-path g.longqi:focus-visible {
        fill: #D7654B;
    }
    .map-path g.guanmiao:hover, .map-path g.guanmiao:focus-visible {
        fill: #E3979D;
    }
    .map-path g.guiren:hover, .map-path g.guiren:focus-visible {
        fill: #E68382;
    }
    .map-path g.rende:hover, .map-path g.rende:focus-visible {
        fill: #D28784;
    }
    .map-path g.south:hover, .map-path g.south:focus-visible {
        fill: #C46A60;
    }
    .map-path g.anping:hover, .map-path g.anping:focus-visible {
        fill: #E49D98;
    }
    .map-path g.east:hover, .map-path g.east:focus-visible {
        fill: #EC7F78;
    }
    .map-path g.yongkang:hover, .map-path g.yongkang:focus-visible {
        fill: #D28DBA;
    }
    .map-path g.xinshi:hover, .map-path g.xinshi:focus-visible {
        fill: #BC8FBF;
    }
    .map-path g.xinhua:hover, .map-path g.xinhua:focus-visible {
        fill: #E191A4;
    }
    .map-path g.annan:hover, .map-path g.annan:focus-visible {
        fill: #AF89BD;
    }
    .map-path g.anding:hover, .map-path g.anding:focus-visible {
        fill: #C48CBC;
    }
    .map-path g.north:hover, .map-path g.north:focus-visible {
        fill: #D593AE;
    }
    .map-path g.west-central:hover, .map-path g.west-central:focus-visible {
        fill: #D68D92;
    }
.click-area {
    border-radius: 100px;
    padding: 6px 10px;
    border: 1px solid rgba(91,168,209,0.5);
    color: #228BC4;
    font-weight: bold;
    background-color: white;
    display: flex;
    align-items: center;
    gap: 10px;
    top: 20px;
    left: 20px;
    animation: bounceHint 1.4s ease-in-out 10;
}
@keyframes bounceHint {
  0%, 100% {
    transform: translateY(0) ;
  }
  50% {
    transform: translateY(-6px);
  }
}

.click-area:hover {
  animation-play-state: paused;
}
.click-areaNotion{
  display: flex;
  align-items: center;
  justify-content:flex-end;
  gap:8px;
  margin-top:10px;
}

.cardOutlineRounded-medium {
    border-radius: 20px;
    padding: 16px 20px;
    background-color: white;
    display: flex;
    gap: 16px;
    flex-direction: column;
    
}
    .cardOutlineRounded-medium .card-Top {
        display: flex;
        gap: 12px;
        padding: 10px 0px;
        font-weight: bold;
        font-size: 20px;
        align-items: center;
    }

    .cardOutlineRounded-medium.card-success-500 {
        border: 1px solid #BFD8F4;
    }
        .cardOutlineRounded-medium.card-success-500 p {
            margin-bottom: 0;
            color: #228BC4;
            font-weight: bold;
        }
        .cardOutlineRounded-medium.card-success-500 .card-Top {
            border-bottom: 1px solid #228BC4;
            color: #228BC4;
        }

.cardLeftLine-time {
    padding-left: 12px;
}
    .cardLeftLine-time p {
        margin-top: 10px;
        font-weight: bold;
        color: #333333;
    }

        .cardLeftLine-time p span {
            font-weight: lighter;
            color: #666666;
        }


    .cardLeftLine-time.card-special-200 {
        border-left: 4px solid #5BA8D1;
        text-align: left;
    }

.cardLeftLine-time .badge-time {
    border-radius: 5px;
    padding: 2px 8px;
}

    .cardLeftLine-time .badge-time.badge-special-200 {
        display: inline-block;
        background-color: #5BA8D1;
        color: white;
    }
.btnOutline {
    border-radius: 100px;
    padding: 6px 12px;
}
    .btnOutline.btn-success-500 {
        border: 1px solid rgba(91,168,209,0.5);
        color: #228BC4;
        background-color: white;
        transition: all 0.2s ease;
    }
        .btnOutline.btn-success-500:hover, .btnOutline.btn-success-500:active {
            color: white;
            background-color: #228BC4;
        }
.cardOutline-notion {
    border-radius: 10px;
    padding: 4px 16px;
    display: flex;
    text-align: left;
    gap: 10px;
  }
    .cardOutline-notion.card-success-200 {
        border: 1px solid #FFCDB9;
        background-color: #F8F5D9;
        color: #D96C33;
        font-weight: 600;
    }
.cardSquare {
    background-color: white;
    padding:16px 20px;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:16px;
}
    .cardSquare.cardTopblue {
        border-top: 4px solid #3c6ab7;
    }
.form-title {
    color: #3c6ab7;
    border-bottom: 1px solid #3c6ab7;
    padding:5px;
}
.bg-gray-100 {
    background-color: #F4F4F4;
}
.text-primary-100 {
    color: #3c6ab7;
}
.text-success-100 {
    color: #B84C2B;
}
.text-gray-600 {
    color: #333333;
}
.text-gray-500 {
    color: #666666;
}
.tabNav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0px;
    border-bottom: 1px solid #F4F4F4;
    cursor: pointer;
}

.tabNavBG {
    background-color: #F4F4F4;
    padding: 6px;
    border-radius: 10px;
}
.table-wrap {
    border-radius: 20px;
    position: sticky;
    top: 107px; 
    z-index: 20;
    max-height: calc(100vh - 200px);

    overflow-x: auto;
    overflow-y: auto;
}
@media (max-width:768px) {
    .table-wrap {
        top: 163px;
    }
}
.table thead {
    position: sticky;
    top: 0;
    z-index: 30;
}

.sticky-col {
    position: sticky;
    z-index: 5;
}
.table thead .sticky-col {
    z-index: 15;
}
.table thead th {
    text-align: center;
    background-color: #F4F4F4;
}

    .table thead th:first-child {
        text-align: left;
        padding-left: 16px;
    }

.table tbody td {
    text-align: center;
    padding: 12px 8px;
   
}
.table tbody tr>*{
    border-bottom: 1px solid #D0D0D0;
}
.sticky-col {
    position: sticky;
    background: white;
    z-index: 5;
}
    .sticky-col.col-first {
        left: 0;
        min-width: 150px;
        max-width: 190px;
    }
.sticky-col.col-second {
    left: 130px;
    min-width: 110px;
    text-align: center;
}
.table thead .sticky-col {
    z-index: 15;
    background-color: #F4F4F4;
}
.sticky-col.col-second::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 10px;
    background: linear-gradient(to right, rgba(0,0,0,0.05), transparent);
    pointer-events: none;
}
.sticky-col p {
    margin-bottom: 0;
}
/* 整體滾動條 */
.table-wrap::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.table-wrap::-webkit-scrollbar-track {
    background: transparent;
}

.table-wrap::-webkit-scrollbar-thumb {
    background-color: rgb(60, 112, 199);
    border-radius: 0;
}
.table-scroll-wrapper::-webkit-scrollbar-thumb:hover {
    background: #1976D2; 
}
.table-wrap::-webkit-scrollbar-button {
    display:none;
}

.table-wrap {
    scrollbar-width: thin;
    scrollbar-color: #D96C33 #ffffff;
}
    .table-wrap table tr th{
        min-width:110px;
    }

    .btnSquare2 {
        border-radius: 10px;
        padding: 10px 16px;
        text-align: center;
    }
    .btnSquare2.btn-transparent-gray {
        background-color: #F4F4F4;
        color: #666666;
        font-weight: bold;
    }

        .btnSquare2.btn-transparent-gray.current {
            background-color: white;
            color: #5BA8D1;
        }
    @media (min-width:992px) {
        .fs-lg-2 {
            font-size: 36px !important;
        }

        .fs-lg-3 {
            font-size: 32px !important;
        }

        .fs-lg-4 {
            font-size: 24px !important;
        }

        .fs-lg-5 {
            font-size: 20px;
        }

        .flex-lg-row-center-center {
            display: flex;
            flex-direction: row !important;
            justify-content: center !important;
            align-items: center !important;
        }
    }

    @media (max-width:500px) {
        .click-area {
            display: none;
        }

    }

/*modal*/
.modal-backdrop {
    background-color: rgba(17, 24, 39, 0.6);
}

    .modal-backdrop.show {
        opacity: 1;
    }

.modal-content {
    border-radius: 20px;
    background-color: white;
    border: 0;
    overflow: hidden;
}

.modal-header {
    justify-content: space-between;
    padding: 20px;
    border-bottom:0px;
}
    .modal-header.bg-special-200 {
        background: linear-gradient(to right, rgba(91,168,209,0.3),rgba(91,168,209,0));
    }

.modal-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bolder;
}

.modal-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow-y: auto;
    max-height: calc(100vh - 140px);
}
.modal-header .btn-close {
    padding: 1rem;
    border-radius: 10px;
}
.modal-footer {
    border-top: 0px;
}
/*網站導覽*/
    .sitemap-content {
        display: flex;
        flex-direction: column;
        text-align: start;
        padding: 30px;
        gap: 20px;
        background-color: white;
        border-radius: 10px;
        border: 1px solid #A4A4A4;
        color: #000000;
    }

.sitemap-title {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #D96C33;
    border-bottom: 1px solid #D96C33;
}

.content-warning {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 16px;
    border-radius: 10px;
    border: 1px solid #D96C33;
    background: #D96C331A;
}

.map-title {
    color: white;
    background-color: #228BC4;
    font-weight: bold;
    margin-bottom: 12px;
    padding: 10px;
    text-align: center;
}

.map-subTitle {
    background-color: #e4e4e4;
    padding: 10px 24px;
    font-weight: 500;
}

.map-thirdTitle {
    background-color: #F4F4F4;
    padding: 10px 24px;
    display: block;
}
    .map-thirdTitle:hover {
        text-decoration: underline;
    }

/*    元件*/
.btnRounded {
    border-radius: 12px;
    padding: 14px 10px;
    width: 100%;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    border: 0;
}
    .btnRounded.btn-success-500 {
        width: auto;
        background-color: #228BC4;
        color: white;
    }



