[v-cloak] {
  display: none;
}
.blockUI{
    z-index: 9999999999 !important;
}
.blockUI.blockMsg{
    padding: 30px 15px !important;
    border: none !important;
    color: #fff !important;
    background:  rgba(0,0,0,0.5) !important;
    border-radius: 15px !important;
}
.item-boxlink {
    display: flex;
    align-items: center;
    height: 68px;
    padding: 10px 32px 10px 16px;
    overflow: hidden;
}
.fileItem{
    background-color: #f9f9f9;
}
.item-boxlink svg {
    bottom: 0;
    right: 0
}

.item-boxlink:hover span {
    color: var(--color-main3) !important
}

.item-boxlink:hover .path-red {
    fill: var(--color-main3)
}
.file-title{
    margin-top: 60px;
    margin-bottom: 10px;
}
.space-x-6>*:not(:last-child) {
    margin-right: 12px;
}
.form-box input[type=date],
.form-box textarea{
    display: block;
    width: 100%;
    border-radius: 6px;
    padding: 10px 15px;
    border: 1px solid var(--color-gray2);
    appearance: none;
    outline: none;
    background-color: #fff;
    font-family: Noto Sans TC, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: .02em;
    font-weight: 500;
}
.form-box .info{
    margin-top: 30px;
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
    color: #cd7b7b;
    word-wrap: break-word;
}
button.care-btn-switch{
    border:none;
}
.itemlink {
    display: flex;
    background-color: #fff;
    padding: 12px 12px 12px 20px;
    border-radius: 24px;
    flex-direction: column;
}
.itemlink .item-arrow {
    width: 26px;
    height: 26px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.itemlink .flex{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.content-404{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15vh 0px;
}
.content-404 i{
    font-size: 5em;
    color: #F87E7B;
    margin-bottom: 10px;
}
.searchBox .formGroup{
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.searchBox .formGroup > label{
    margin: 0px;
    width: 80px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.searchBox .formGroup  label input{
    margin-right: 5px;
}
.searchBox .formGroup .flexs{
    display: flex;
    flex-wrap: wrap;
}
.searchBox .formGroup .flexs .checkbox{
    min-width: 80px;
    margin-right: 15px;
}
.checkbox label{
    margin: 5px 0px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.checkbox label.serivce{
    min-width: 230px;
}
.nodata{
    width: 100%;
    height: 40px;
    border: 1px dashed #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mapBox{
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
}
.mapBox ul{
    width: 45%;
    flex-shrink: 0;
    margin-left: 15px;
    list-style-type: none;
    padding: 0px;
    margin-bottom: 0px;
    height: 70vh;
    overflow: auto;
}
.mapBox ul li{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.mapBox ul li .title{
    color: #1badb8;
    font-size: 18px;
    font-weight: bold;
}
.mapBox ul li .flex{
    display: flex;
    padding: 5px 0px;
    border-bottom: 1px dashed #eee;
}
.mapBox ul li .flex b{
    width: 70px;
    flex-shrink: 0;
}
.mapBox .mapArea{
    width: 100%;
}
.map{
    width: 100%;
    min-height: 70vh;
    background-color: #eee;
    margin-bottom: 60px;
    border-radius: 30px;
}
.eappBox .btns{
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    margin-top: 15px;
}
.eappBox .btn{
    background-color: #ff6c44;
    color: #fff;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.eappBox #searchForm{
    border: 2px solid #ff6c44;
    border-radius: 30px;
    padding: 30px;
    margin-bottom: 30px;
    background: linear-gradient(to bottom, #fdf8f2 0%, #fdf8f2 100%);
}
.section-content img{
    max-width: 100%;
    height: auto !important;
}
/* Bootstrap table styles */
table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    background-color: transparent;
    border-collapse: collapse;
}

table th,
table td {
    padding: 0.5rem;
    vertical-align: top;
    border: 1px solid #dee2e6;
}

table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

/* Table bordered styles */
table {
    border: 1px solid #dee2e6;
}

table th,
table td {
    border: 1px solid #dee2e6;
}

table thead th,
table thead td {
    border-bottom-width: 2px;
}
.bg-header-quick1{
    background-color: #1e9bd8;
    padding: 7px 16px;
}
.bg-header-quick2{
    background-color: #EDA35A;
    padding: 7px 16px;
}
.bg-header-quick3{
    background-color: #D6A99D;
    padding: 7px 16px;
}
.link-item > a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-sec-4{
    padding-top: 120px;
}
.fixBtns{
    position: fixed;
    right: 15px;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.fixBtns a{
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    background-color: #ff6c44;
    flex-shrink: 0;
    margin-top: 10px;
    font-size: 14px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.fixBtns a i{
    font-size: 2em;
    margin-bottom: 2px;
}
.fixBtns a:nth-child(2){
    background-color: #1badb8;
}
.fixBtns a:nth-child(3){
    background-color: #D6A99D;
}
.a8d h1{
    font-size: 24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    margin-bottom: 30px;
}
.a8d h2{
    font-size: 18px;
    margin: 0px;
    display: flex;
    align-items: center;
    margin-top: -80px;
    margin-bottom: 60px;
}
.a8d h2 span{
    width: 60px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #58524b;
    color: #fff;
    border-radius: 20px;
    margin-right: 5px;
    flex-shrink: 0;
}
.a8d h2 div{
    background-color: #1badb8;
    color: #fff;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    height: 45px;
}
.a8d .question{
    margin: auto;
    background-color: #faf6f2;
    border-radius: 20px;
    padding: 60px;
    position: relative;
    margin-top: 30px;
}

.a8d .question .flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: auto;
}
.a8d .question .flex img{
    width: 50%;
    flex-shrink: 0;
    border-radius: 15px;
}
.a8d .question .flex .ans{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    padding-left: 30px;
}
.a8d .question .flex .ans .btn{
    width: 100%;
    height: 60px;
    border-radius: 15px;
    border: 1px solid #ff6c44;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.a8d .question .flex .ans .btn.active,
.a8d .question .flex .ans .btn:hover{
    background-color: #ff6c44;
    color: #fff;
}
.a8d .question .action{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.a8d .question .action .btn{
    width: 300px;
    height: 60px;
    border-radius: 30px;
    background-color: #EDA35A;
    color: #fff;
}
.a8d .num{
    position: absolute;
    right: 30px;
    top: 30px;
    font-family: Arial;
}
.a8d .text{
    padding-left: 30px;
    font-size: 18px;
    width: 50%;
}
.a8d .question .flex .text .ans{
    width: 100%;
    padding-left: 0px;
}
.a8d .question .flex .text .ans .btn{
    height: 50px;
}
.a8d .question .flex .text h5{
    font-size: 18px;
    color: #1badb8;
    width: 100%;
    border-bottom: 2px solid;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-top: 60px;

}
#pdfModal.hidden{
    display: none;
}
#pdfModal{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0px;
    top: 0px;
    overflow: hidden;
    z-index: 1;
}
#pdfModal .mask{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.5);
}
#pdfModal .content{
    background-color: #fff;
    z-index: 1;
    width: 80vw;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#pdfModal .title{
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#pdfModal .title svg{
    cursor: pointer;
}
#pdfModal .btns{
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: end;
    border-top: 1px solid #ccc;
    width: 100%;
}
#pdfModal .btns a,
#pdfModal .btns button{
    margin-left: 10px;
    border: 1px solid #000;
    padding: 5px 20px;
    font-size: 14px;
}
#pdfModal .btns button{
    background-color: #ccc;
    color: #666;
    border-color: #ccc;
}
#pdfModal iframe{
    width: 100%;
    height: 100%;
    background-color: #ccc;
}
.program-text{
    width: 100%;
}
.form-box select{
    display: block;
    width: 100%;
    border-radius: 6px;
    padding: 10px 15px;
    border: 1px solid var(--color-gray2);
    appearance: none;
    outline: none;
    background-color: #fff;
    font-family: Noto Sans TC, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: .02em;
    font-weight: 500;
    margin-bottom: 5px;
}
/* 針對內容區域的 table 響應式樣式 */
.content {
    overflow-x: auto;
}

.content table {
    width: 100%;
    min-width: 100%;
    table-layout: auto;
}

/* Table 響應式容器 */
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive table {
    margin-bottom: 0;
}
.content img{
    max-width: 100% !important;
    height: auto !important;
}
.banner{
    margin-bottom: 10px !important;
}
@media(max-width: 768px){
    .content {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .content table {
        min-width: 600px; /* 設定最小寬度，確保 table 不會過度壓縮 */
        font-size: 14px; /* 在小螢幕上縮小字體 */
    }

    .content table th,
    .content table td {
        padding: 0.375rem; /* 減少 padding */
        white-space: nowrap; /* 防止文字換行造成版面混亂 */
    }
    .a8d .question{
        padding: 30px;
    }
    .a8d h2{
        margin-top: -50px;
        margin-bottom: 15px;
    }
    .a8d h2 div{
        height: auto;
        font-size: 16px;
        padding: 10px 15px;
        border-radius: 10px;
    }
    .a8d .num{
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        text-align: right;
    }
    .a8d .question .flex{
        width: 100%;
        flex-direction: column;
    }
    .a8d .question .flex img{
        width: 100%;
    }
    .a8d .question .flex .ans{
        width: 100%;
        padding: 0px;
        margin-top: 30px;
    }
    .a8d .text{
        width: 100%;
        padding: 0px;
        margin-top: 30px;
    }
}
@media(max-width: 640px){
    #pdfModal .content{
        width: 95vw;
        height: 90vh;
    }
    .mapBox{
        flex-direction: column;
    }
    .mapBox ul{
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
    .content table {
        min-width: 500px; /* 在更小的螢幕上進一步調整最小寬度 */
        font-size: 13px;
    }

    .content table th,
    .content table td {
        padding: 0.25rem;
    }
}












