/*引用教務處造字檔*/
@font-face {
    font-family: NtouCustomFont;
    src: url("https://www.aworthywalk.com/__xh__/Font/EUDCMING.woff") format('woff');
}
/* flex-grid-start */
*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    font-family: "Segoe UI", SegoeUI, "Microsoft JhengHei", 微軟正黑體, "NtouCustomFont", Helvetica, Arial, sans-serif;
}

body {
    margin: 0;
    background-color: #f6f9ff;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #444444;
    padding: 15px 15px 30px;
}

@media (min-width: 1200px) {
    body {
        padding: 20px 30px 40px;
    }
}

p, span {
    color: #444444 !important;
    font-size: 1rem;
}

a {
    color: #4e73df !important;
    text-decoration: none;
    cursor: pointer;
}

.hr {
    width: 100%;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.hr-top {
    margin-bottom: 0;
}

.hr-dashed {
    border-top: 1px dashed rgba(0,0,0,.1);
}

.hr-bottom {
    margin-top: 0;
}

ol, ul {
    margin: 0;
    padding-left: 0;
}

.h5, h5 {
    font-size: 1.25rem;
}

input,
label,
select,
textarea,
button {
    font-size: initial;
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input,
select,
textarea,
button {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}

    input::placeholder {
        color: #ced4da;
    }

button, select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

label {
    color: #444444;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.d-flex {
    display: flex !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.d-block {
    display: block !important;
}

.d-none {
    display: none !important;
}
/*返回上層btn start*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 3rem;
    z-index: 99999;
    background: pink;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 24px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: lightpink;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }
/*返回上層btn end*/

.row {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * 0);
    margin-right: calc(-0.5 * 1.5rem);
    margin-left: calc(-0.5 * 1.5rem);
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(1.5rem * 0.5);
    padding-left: calc(1.5rem * 0.5);
    margin-top: 0;
}

.col {
    flex-basis: content;
    flex-grow: 1;
    max-width: 100%;
}
/* RWD Grid */
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-1-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-4-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
/* RWD Grid-end */

/* 共用設定-起始 */
.title_2, .prog-icon {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.75rem;
}

.prog-icon {
    flex-wrap: wrap;
}

.title_2 {
    margin-right: 0.5rem;
}

    .title_2, .title_2 span {
        font-size: 1.2rem;
        font-weight: 600;
        color: #012970 !important;
        text-shadow: 1px 4px 3px rgba(0, 0, 0, 0.2), 0px -5px 35px rgba(255, 255, 255, 0.3);
    }

        .title_2 i {
            margin-right: 0.25rem;
        }

.ta-c {
    text-align: center;
}

.ta-l {
    text-align: left;
}

.ta-r {
    text-align: right;
}
/*左右對齊*/
.ta-j {
    text-align: justify;
}

.h-100 {
    height: 100% !important;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.mt-1, .my-1 {
    margin-top: 0.25rem !important;
}

.mb-1, .my-1 {
    margin-bottom: 0.25rem !important;
}

.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}

.mt-3, .my-3 {
    margin-top: 0.75rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 0.75rem !important;
}

.mt-4, .my-4 {
    margin-top: 1rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1rem !important;
}

.mt-5, .my-5 {
    margin-top: 1.25rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 1.25rem !important;
}

.mr-0, .mx-0 {
    margin-right: 0rem !important;
}

.ml-0, .mx-0 {
    margin-left: 0rem !important;
}

.mr-1, .mx-1 {
    margin-right: 0.25rem !important;
}

.ml-1, .mx-1 {
    margin-left: 0.25rem !important;
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}

.ml-2, .mx-2 {
    margin-left: 0.5rem !important;
}

.mr-3, .mx-3 {
    margin-right: 0.75rem !important;
}

.ml-3, .mx-3 {
    margin-left: 0.75rem !important;
}

.mr-4, .mx-4 {
    margin-right: 1rem !important;
}

.ml-4, .mx-4 {
    margin-left: 1rem !important;
}

.mr-5, .mx-5 {
    margin-right: 1.25rem !important;
}

.ml-5, .mx-5 {
    margin-left: 1.25rem !important;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.pt-1, .py-1 {
    padding-top: 0.25rem !important;
}

.pb-1, .py-1 {
    padding-bottom: 0.25rem !important;
}

.pt-2, .py-2 {
    padding-top: 0.5rem !important;
}

.pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
}

.pt-3, .py-3 {
    padding-top: 0.75rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 0.75rem !important;
}

.pt-4, .py-4 {
    padding-top: 1rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1rem !important;
}

.pt-5, .py-5 {
    padding-top: 1.25rem !important;
}

.pb-5, .py-5 {
    padding-bottom: 1.25rem !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.text-primary {
    color: #4e73df !important;
}

.text-gray-800 {
    color: #5a5c69 !important;
}

.text-xs {
    font-size: .7rem;
}

.text-s {
    font-size: .9rem;
}
/*表單input項目設定-起始*/
/*margin部分由0.5rem改為0.375rem*/
.form-control,
.form-select,
.form-check,
.form-label,
.form-p-m,
.multi-form-group span,
.multi-form-group input.btn {
    margin-bottom: 0.375rem;
}

.col-form-label,
.form-check,
.form-label,
.form-p-m {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
}

.col-form-label {
    display: flex;
}

    .col-form-label i,
    .col-form-label span {
        line-height: 1.5;
        color: rgba(1, 41, 112, 0.6) !important;
        font-size: 1rem !important;
        font-weight: 900;
    }
        /*副標題樣式txtSecondary*/
        .col-form-label i.txtSecondary,
        .col-form-label span.txtSecondary,
        .txtSecondary {
            color: #777777 !important;
        }

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529 !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type=date].form-control {
    height: 37.6px;
}

.form-control:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    background-color: #fff;
}

/*檔案上傳樣式-起始20240730增加*/
.form-control[type=file] {
    overflow: hidden;
}

    .form-control[type=file]:not(:disabled):not([readonly]) {
        cursor: pointer;
    }

.form-control::file-selector-button {
    padding: 0.5rem 0.75rem;
    margin: -0.5rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #f8f9fa;
    pointer-events: none;
    border-color: #dee2e6;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #e9ecef;
}
/*檔案上傳樣式-結束*/

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529 !important;
    background-color: #fff;
    background-image: url("https://www.aworthywalk.com/__xh__/ais.ntou.edu.tw/Images/download.svg");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .form-select:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }

    .form-control:disabled, .form-control[readonly],
    .form-select:disabled {
        background-color: #e9ecef !important;
        opacity: 1;
    }

.form-check {
    display: block;
    min-height: 1.5rem;
    font-size: 1rem;
}

    .form-check input,
    .data-check {
        width: 1rem;
        height: 1rem;
        margin-right: 0.25rem;
        vertical-align: top;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        border: 1px solid rgba(0, 0, 0, 0.25);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
        print-color-adjust: exact;
    }

    .form-check label {
        margin-right: 0.5rem;
    }

    .form-check input[type="radio"],
    .data-check[type="radio"] {
        border-radius: 50%;
    }

    .form-check input[type="checkbox"],
    .data-check[type="checkbox"] {
        border-radius: 0.25rem;
    }

    .form-check input:checked,
    .data-check:checked {
        background-color: #4e73df !important;
        border-color: #4e73df !important;
    }

        .form-check input:checked[type="radio"],
        .data-check[type="radio"] {
            background-image: url("https://www.aworthywalk.com/__xh__/ais.ntou.edu.tw/Images/circle-white.svg");
        }

        .form-check input:checked[type="checkbox"],
        .data-check[type="checkbox"] {
            background-image: url("https://www.aworthywalk.com/__xh__/ais.ntou.edu.tw/Images/tick.svg");
        }

    .form-check input:disabled,
    .data-check:disabled {
        background-color: initial !important;
        color: initial !important;
        pointer-events: none;
        filter: none;
        opacity: 0.5;
    }

    .form-check input:checked:disabled,
    .data-check:checked:disabled {
        background-color: #4e73df !important;
    }

    .form-check input:disabled ~ label {
        cursor: not-allowed;
        opacity: 0.5;
    }

.form-label {
    display: block;
    width: 100%;
    line-height: 1.5;
    color: #212529 !important;
    min-height: 36px;
    font-size: 1rem;
}
/*不能加flex-wrap: wrap;，會影響日期期間格式，需要換行可以另外用flex-wrap class*/
.multi-form-group {
    display: flex;
    align-items: center;
    /*flex-wrap: wrap;*/
}

    .multi-form-group input.btn {
        width: 100%;
        white-space: normal !important;
        word-break: break-word !important;
    }

    .multi-form-group > * {
        margin-right: 0.5rem;
    }

        .multi-form-group > *:last-child {
            margin-right: 0;
        }

.item-origin {
    flex: 0 0 content;
}

/*增加中間可以變成item原始尺寸的斷點-20241209增加-起始*/
@media (min-width: 576px) and (max-width: 767px) {
    .item-sm-md-origin {
        flex: 0 0 content;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .item-sm-lg-origin {
        flex: 0 0 content;
    }
}

@media (min-width: 576px) and (max-width: 1199px) {
    .item-sm-xl-origin {
        flex: 0 0 content;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .item-md-lg-origin {
        flex: 0 0 content;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .item-md-xl-origin {
        flex: 0 0 content;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .item-lg-xl-origin {
        flex: 0 0 content;
    }
}
/*增加中間可以變成item原始尺寸的斷點-20241209增加-結束*/

@media (min-width: 576px) {
    .multi-form-group-sm {
        display: flex;
        align-items: center;
    }

        .multi-form-group-sm input.btn {
            width: 100%;
            white-space: normal !important;
            word-break: break-word !important;
        }

        .multi-form-group-sm > * {
            margin-right: 0.5rem;
        }

            .multi-form-group-sm > *:last-child {
                margin-right: 0;
            }

    .item-sm-origin {
        flex: 0 0 content;
    }
}

@media (min-width: 768px) {
    .multi-form-group-md {
        display: flex;
        align-items: center;
    }

        .multi-form-group-md input.btn {
            width: 100%;
            white-space: normal !important;
            word-break: break-word !important;
        }

        .multi-form-group-md > * {
            margin-right: 0.5rem;
        }

            .multi-form-group-md > *:last-child {
                margin-right: 0;
            }

    .item-md-origin {
        flex: 0 0 content;
    }
}

@media (min-width: 992px) {
    .multi-form-group-lg {
        display: flex;
        align-items: center;
    }

        .multi-form-group-lg input.btn {
            width: 100%;
            white-space: normal !important;
            word-break: break-word !important;
        }

        .multi-form-group-lg > * {
            margin-right: 0.5rem;
        }

            .multi-form-group-lg > *:last-child {
                margin-right: 0;
            }

    .item-lg-origin {
        flex: 0 0 content;
    }
}

@media (min-width: 1200px) {
    .multi-form-group-xl {
        display: flex;
        align-items: center;
    }

        .multi-form-group-xl input.btn {
            width: 100%;
            white-space: normal !important;
            word-break: break-word !important;
        }

        .multi-form-group-xl > * {
            margin-right: 0.5rem;
        }

            .multi-form-group-xl > *:last-child {
                margin-right: 0;
            }

    .item-xl-origin {
        flex: 0 0 content;
    }
}
/*calendar群組，日曆icon放在form-control內格式*/
.date-period {
    flex-direction: column;
}

.date-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .date-group:focus-within {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
        background-color: #fff;
    }

    .date-group input {
        width: 100%;
        border: none;
        outline: none;
    }

    .date-group i {
        cursor: pointer;
    }

    .date-group:has(input:disabled),
    .date-group input:disabled {
        color: #212529 !important;
        background-color: #e9ecef !important;
        opacity: 1;
    }

        .date-group input:disabled + i {
            cursor: not-allowed;
        }

.date-period .date-tilde {
    transform: rotate(90deg);
}

.date-period .date-group:first-child,
.date-period span.date-tilde {
    margin-bottom: 0;
}

.multi-form-group.date-period > * {
    margin-right: 0;
}

    .multi-form-group.date-period > *:last-child {
        margin-right: 0;
    }

@media (min-width: 576px) {
    .multi-form-group.date-period > * {
        margin-right: 0.5rem;
    }
}
/*margin部分由0.5rem改為0.375rem*/
@media (min-width: 768px) {
    .col-form-label,
    .form-control,
    .form-select,
    .form-check,
    .form-label,
    .form-p-m,
    .multi-form-group span,
    .multi-form-group input.btn {
        margin-top: 0.375rem;
        margin-bottom: 0.375rem;
    }
    /*calendar群組，日曆icon放在form-control內格式*/
    .date-period {
        flex-direction: row;
    }

        .date-period .date-tilde {
            transform: rotate(0deg);
        }

        .date-period .date-group:first-child,
        .date-period span.date-tilde {
            margin-bottom: 0.5rem;
        }
}
/*表單input項目設定-結束*/

/*卡片框相關-起始*/
.shadow-frame {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: 0.35rem;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f8f9fc;
    border-top: 1px solid #e3e6f0;
    border-bottom: 1px solid #e3e6f0;
}

    .card-header.has-btns {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .card-header:first-child {
        border-radius: calc(0.35rem - 1px) calc(0.35rem - 1px) 0 0;
        border-top: none;
    }

    .card-header span {
        font-size: 1.1rem;
        margin: 0;
        font-weight: bold;
        color: #4e73df !important;
    }

.card-body {
    flex: 1 1 auto;
    padding: 0.75rem 1.25rem;
}

.collapsible {
    position: relative;
    cursor: pointer;
    background-color: #fff;
}

    .collapsible span {
        color: #012970 !important;
    }

.collapsible-icon {
    position: absolute;
    top: 50%;
    right: 1.25rem;
}

    .collapsible-icon span {
        display: block;
        width: 12px;
        height: 2px;
        background-color: #012970;
        transition: transform .2s ease;
    }

        .collapsible-icon span:last-of-type {
            transform: rotate(90deg) translateX(-2px);
        }

/*.collapsible + .collapsible-content {
    display: none;
}*/

.collapsible-active {
    background-color: #f8f9fc;
}

    .collapsible-active span {
        color: #4e73df !important;
    }

    .collapsible-active .collapsible-icon span {
        background-color: #4e73df;
    }

        .collapsible-active .collapsible-icon span:first-of-type {
            transform: rotate(180deg);
        }

        .collapsible-active .collapsible-icon span:last-of-type {
            transform: rotate(0) translateY(-2px);
        }
/*卡片框相關-結束*/

/*首頁portal相關-起始*/
.border-left-primary {
    border-left: 0.25rem solid #4e73df !important;
}

.border-left-success {
    border-left: 0.25rem solid #1cc88a !important;
}

.border-left-info {
    border-left: 0.25rem solid #36b9cc !important;
}

.border-left-warning {
    border-left: 0.25rem solid #f6c23e !important;
}

.hov-shadow {
    transition: all 0.3s ease-in-out;
}

    .hov-shadow:hover {
        box-shadow: -10px 10px 76px rgba(54,127,255,0.12) !important;
        transform: scale(1.09);
    }

.prog-icon a.a-link {
    font-size: 1rem;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

    .prog-icon a.a-link:hover {
        transform: scale(1.05);
    }

.has-tooltip {
    position: relative;
    display: inline-block;
}

    .has-tooltip:hover {
        cursor: pointer;
    }

        .has-tooltip:hover:before, .has-tooltip:hover::after {
            opacity: 1;
        }

    .has-tooltip:before {
        content: attr(data-tooltip);
        background: #36b9cc;
        color: #fff;
        font-size: 0.5rem;
        padding: 2px 4px;
        position: absolute;
        right: 0;
        bottom: calc(-50% - 2px);
        white-space: pre;
        z-index: 100;
    }

    .has-tooltip:after {
        content: "";
        right: 10px;
        bottom: 0;
        position: absolute;
        width: 0;
        height: 0;
        border-width: 6px;
        border-style: solid;
        border-color: transparent transparent #36b9cc transparent;
    }

    .has-tooltip:before, .has-tooltip:after {
        opacity: 0;
        transition: 0.3s;
    }
/*首頁portal相關-結束*/

/*按鈕樣式-起始*/
input.btn,
.btn {
    display: inline-block;
    margin: 2px;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5 !important;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    vertical-align: middle !important;
    cursor: pointer !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #4e73df !important;
    border-radius: 0.25rem;
    background-color: #4e73df !important;
    height: auto !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    input.btn:not(:disabled):hover,
    .btn:not(:disabled):hover {
        background-color: #2e59d9 !important;
        border-color: #2653d4 !important;
    }

    input.btn.btn-outline-primary,
    .btn.btn-outline-primary {
        color: #4e73df !important;
        background-color: #fff !important;
    }

        input.btn.btn-outline-primary:not(:disabled):hover,
        .btn.btn-outline-primary:not(:disabled):hover {
            color: #fff !important;
            background-color: #2e59d9 !important;
            border-color: #2653d4 !important;
        }

    input.btn.btn-print,
    .btn.btn-print {
        background-color: #69b6f0 !important;
        border-color: #69b6f0 !important;
    }

        input.btn.btn-print:not(:disabled):hover,
        .btn.btn-print:not(:disabled):hover {
            background-color: #2884ba !important;
            border-color: #2884ba !important;
        }

    input.btn.btn-outline-print,
    .btn.btn-outline-print {
        color: #69b6f0 !important;
        background-color: #fff !important;
        border-color: #69b6f0 !important;
    }

        input.btn.btn-outline-print:not(:disabled):hover,
        .btn.btn-outline-print:not(:disabled):hover {
            color: #fff !important;
            background-color: #2884ba !important;
            border-color: #2884ba !important;
        }

    input.btn.btn-success,
    .btn.btn-success {
        background-color: #1cc88a !important;
        border-color: #1cc88a !important;
    }

        input.btn.btn-success:not(:disabled):hover,
        .btn.btn-success:not(:disabled):hover {
            background-color: #17a673 !important;
            border-color: #17a673 !important;
        }

    input.btn.btn-outline-success,
    .btn.btn-outline-success {
        color: #1cc88a !important;
        background-color: #fff !important;
        border-color: #1cc88a !important;
    }

        input.btn.btn-outline-success:not(:disabled):hover,
        .btn.btn-outline-success:not(:disabled):hover {
            color: #fff !important;
            background-color: #17a673 !important;
            border-color: #17a673 !important;
        }

    input.btn.btn-info,
    .btn.btn-info {
        background-color: #36b9cc !important;
        border-color: #36b9cc !important;
    }

        input.btn.btn-info:not(:disabled):hover,
        .btn.btn-info:not(:disabled):hover {
            background-color: #2c9faf !important;
            border-color: #2c9faf !important;
        }

    input.btn.btn-outline-info,
    .btn.btn-outline-info {
        color: #36b9cc !important;
        background-color: #fff !important;
        border-color: #36b9cc !important;
    }

        input.btn.btn-outline-info:not(:disabled):hover,
        .btn.btn-outline-info:not(:disabled):hover {
            color: #fff !important;
            background-color: #2c9faf !important;
            border-color: #2c9faf !important;
        }

    input.btn.btn-warning,
    .btn.btn-warning {
        background-color: #f6c23e !important;
        border-color: #f6c23e !important;
    }

        input.btn.btn-warning:not(:disabled):hover,
        .btn.btn-warning:not(:disabled):hover {
            background-color: #f4b619 !important;
            border-color: #f4b619 !important;
        }

    input.btn.btn-outline-warning,
    .btn.btn-outline-warning {
        color: #f6c23e !important;
        background-color: #fff !important;
        border-color: #f6c23e !important;
    }

        input.btn.btn-outline-warning:not(:disabled):hover,
        .btn.btn-outline-warning:not(:disabled):hover {
            color: #fff !important;
            background-color: #f4b619 !important;
            border-color: #f4b619 !important;
        }

    input.btn.btn-danger,
    .btn.btn-danger {
        background-color: #e74a3b !important;
        border-color: #e74a3b !important;
    }

        input.btn.btn-danger:not(:disabled):hover,
        .btn.btn-danger:not(:disabled):hover {
            background-color: #e02d1b !important;
            border-color: #d52a1a !important;
        }

    input.btn.btn-outline-danger,
    .btn.btn-outline-danger {
        color: #e74a3b !important;
        background-color: #fff !important;
        border-color: #e74a3b !important;
    }

        input.btn.btn-outline-danger:not(:disabled):hover,
        .btn.btn-outline-danger:not(:disabled):hover {
            color: #fff !important;
            background-color: #e02d1b !important;
            border-color: #d52a1a !important;
        }

    input.btn.btn-secondary,
    .btn.btn-secondary {
        background-color: #858796 !important;
        border-color: #858796 !important;
    }

        input.btn.btn-secondary:not(:disabled):hover,
        .btn.btn-secondary:not(:disabled):hover {
            background-color: #717384 !important;
            border-color: #717384 !important;
        }

    input.btn.btn-outline-secondary,
    .btn.btn-outline-secondary {
        color: #858796 !important;
        background-color: #fff !important;
        border-color: #858796 !important;
    }

        input.btn.btn-outline-secondary:not(:disabled):hover,
        .btn.btn-outline-secondary:not(:disabled):hover {
            color: #fff !important;
            background-color: #717384 !important;
            border-color: #717384 !important;
        }

    input.btn.btn-light,
    .btn.btn-light {
        color: #6c757d !important;
        background-color: #f8f9fa !important;
        border-color: #f8f9fa !important;
    }

        input.btn.btn-light:not(:disabled):hover,
        .btn.btn-light:not(:disabled):hover {
            color: #fff !important;
            background-color: #d3d4d5 !important;
            border-color: #c6c7c8 !important;
        }

    input.btn.btn-fancybox-close,
    .btn.btn-fancybox-close {
        background-color: #5a5c69 !important;
        border-color: #5a5c69 !important;
    }

        input.btn.btn-fancybox-close:not(:disabled):hover,
        .btn.btn-fancybox-close:not(:disabled):hover {
            background-color: #484a54 !important;
            border-color: #42444e !important;
        }

        input.btn:disabled, input.btn.btn-print:disabled, input.btn.btn-success:disabled, input.btn.btn-info:disabled, input.btn.btn-warning:disabled, input.btn.btn-secondary:disabled,
        .btn:disabled, btn.btn-print:disabled, .btn.btn-success:disabled, .btn.btn-info:disabled, .btn.btn-warning:disabled, .btn.btn-secondary:disabled, .btn.btn-fancybox-close:disabled {
            color: #a8a8a8 !important;
            background-color: #e9ecef !important;
            border: 1px solid #a8a8a8 !important;
            cursor: not-allowed !important;
        }
/*按鈕樣式-結束*/

/*備註說明樣式-起始*/
span.note-text,
.note-text,
span.required-mark,
.required-mark {
    display: inline-block;
    color: #e83e8c !important;
    margin-bottom: 0.25rem;
}

span.note-text,
.note-text {
    font-size: 0.875rem;
}
/*備註說明樣式-結束*/

/*分頁樣式-起始*/
div#PC_ACER_PAGE_DIV, div#PC2_ACER_PAGE_DIV {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

    div#PC_ACER_PAGE_DIV span, div#PC2_ACER_PAGE_DIV span {
        font-size: 1rem;
        margin-top: 5px;
        margin-bottom: 5px;
    }

span#PC_PageStr, span#PC2_PageStr {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

    span#PC_PageStr span, span#PC2_PageStr span {
        display: list-item;
    }

        span#PC_PageStr span a, span#PC2_PageStr span a {
            position: relative;
            display: block;
            padding: 0.25rem 0.75rem;
            font-size: 1rem;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #dee2e6;
            transition: 0.5s;
        }

        span#PC_PageStr span:not(:first-child) a, span#PC2_PageStr span:not(:first-child) a {
            margin-left: -1px;
        }

        span#PC_PageStr span a:hover, span#PC2_PageStr span a:hover {
            color: #fff !important;
            background-color: #4e73df;
            border-color: #4e73df;
        }

        span#PC_PageStr span a.page-active, span#PC2_PageStr span a.page-active {
            z-index: 3;
            color: #fff !important;
            background-color: #4e73df;
            border-color: #4e73df;
        }

        span#PC_PageStr span:first-child a, span#PC2_PageStr span:first-child a {
            border-top-left-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem;
        }

        span#PC_PageStr span:last-child a, span#PC2_PageStr span:last-child a {
            border-top-right-radius: 0.25rem;
            border-bottom-right-radius: 0.25rem;
        }

input#PC_PageSize, input#PC_PageNo, input#PC2_PageSize, input#PC2_PageNo {
    text-align: center;
    vertical-align: middle;
    padding: 0.25rem 0;
    margin: 2px;
}

#page-num {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (min-width: 768px) {
    div#PC_ACER_PAGE_DIV, div#PC2_ACER_PAGE_DIV {
        flex-direction: row;
    }
}
/*分頁樣式-結束*/

/*表格樣式-起始*/
div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0;
}

    div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
        padding-left: 0;
    }

    div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
        padding-right: 0;
    }

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
}

table[id*=DataGrid] {
    width: 100%;
    color: #858796;
    border: 1px solid #e3e6f0;
    clear: both;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
    border-right-width: 0 !important;
}
    /*20240801：平板以上尺寸讓內容寬度word-break:keep-all;*/
    /*20241209：將font-size由1rem縮小為0.925rem，故先把word-break:keep-all;拿掉*/
    table[id*=DataGrid] td,
    table[id*=DataGrid] th {
        padding: 0.25rem;
        vertical-align: middle;
        border: 1px solid #e3e6f0;
        border-left-width: 0;
        border-bottom-width: 0;
        box-sizing: content-box;
        color: #858796;
        font-size: 0.925rem;
        /*word-break: keep-all;*/
    }

    table[id*=DataGrid] th {
        padding: 0.5rem 0.25rem;
        vertical-align: middle;
        text-align: center;
        border-bottom: 2px solid #e3e6f0;
        text-align: -webkit-match-parent;
        font-weight: bold;
    }

        table[id*=DataGrid] th a, table[id*=DataGrid] th {
            color: rgba(1, 41, 112, 0.6) !important;
        }

table.sortable[id*=DataGrid] th {
    position: relative;
    cursor: pointer;
}

.datatable-sorter::before, .datatable-sorter::after {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    right: 4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    opacity: 0.2;
}

.datatable-sorter::before {
    border-top: 4px solid #000;
    bottom: 5px;
}

.datatable-sorter::after {
    border-bottom: 4px solid #000;
    border-top: 4px solid transparent;
    top: 2px;
}

.datatable-ascending::after {
    border-bottom: 4px solid #000;
    border-top: 4px solid transparent;
    top: 2px;
    opacity: 0.6;
}

.datatable-descending::before {
    border-top: 4px solid #000;
    bottom: 5px;
    opacity: 0.6;
}

table[id*=DataGrid] tr td.actionBtn a {
    display: inline-block;
    border: 1px solid #4e73df !important;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    background-color: #fff !important;
    color: #4e73df !important;
    cursor: pointer;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
}

    table[id*=DataGrid] tr td.actionBtn a:hover {
        color: #fff !important;
        background-color: #2e59d9 !important;
        border-color: #2653d4 !important;
    }

    /*第1個優先權適用控制項為asp:LinkButton的編詳刪*/
    /*第2個優先權是用控制項為asp:Label的編詳刪*/
    table[id*=DataGrid] tr td.actionBtn a[disabled],
    table[id*=DataGrid] tr td.actionBtn span[disabled] a,
    table[id*=DataGrid] tr td.actionBtn.disabledStatusStyle a,
    table[id*=DataGrid] tr td.actionBtn .disabledStatusStyle a {
        color: #a8a8a8 !important;
        background-color: #e9ecef !important;
        border: 1px solid #a8a8a8 !important;
        cursor: not-allowed !important;
    }
/*20250828在DataGrid裡，有加控制項設定的寬度改為恢復原始寬度*/
table[id*=DataGrid] .form-control,
table[id*=DataGrid] .form-select,
table[id*=DataGrid] .form-label {
    width: initial;
}

@media (max-width: 767px) {
    tr {
        display: block;
    }

    td {
        display: block;
        /*width: auto !important;*/
        text-align: left;
        padding: 5px;
        border: none;
    }
    /*20240801：手機板尺寸讓內容寬度word-break:break-word;*/
    table[id*=DataGrid] td,
    table[id*=DataGrid] th {
        border: none;
        word-break: break-word;
    }

    table[id*=DataGrid] {
        border: none !important;
    }

        table[id*=DataGrid] tr {
            border: 1px solid #ced4da;
            margin-top: 0.75rem;
            padding: 0.375rem 0;
            border-radius: 5pt;
            background-color: #fff;
        }

            table[id*=DataGrid] tr:first-child, table[id*=DataGrid] tr:nth-child(2) {
                margin-top: 0;
            }

            table[id*=DataGrid] tr.mobileHide {
                display: none !important;
            }

        table[id*=DataGrid] th {
            display: none;
        }

    #table1 table[id*=DataGrid] td {
        border: none;
    }

    #table2 table[id*=DataGrid] td {
        border: none;
    }

    table[id*=DataGrid] td {
        padding: 5px 15px;
        color: #212529;
        font-size: 1rem;
    }

        table[id*=DataGrid] td::before {
            color: rgba(1, 41, 112, 0.6);
            content: attr(data-th);
            font-weight: bold;
            margin-right: 10px;
        }

    table[id*=DataGrid] tr td.actionBtn {
        display: inline-block;
        padding-right: initial;
        width: auto !important;
    }

        table[id*=DataGrid] tr td.actionBtn:before {
            content: none;
            margin-right: 0;
        }
}
/*表格樣式-結束*/
/* 共用設定-結束 */

/* 其它設定起始 */
.page-no-section {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

.row-select-section-top {
    padding-bottom: 0.5rem;
}

.row-select-section-bottom {
    padding-top: 0.5rem;
}
/* 其它設定-結束 */

/*調整既有日曆樣式-起始*/
#__Calendar tr {
    display: table-row;
}

#__Calendar td {
    display: table-cell;
    color: #00008c;
    text-align: center !important;
}

    #__Calendar td span {
        color: #fff !important;
    }

        #__Calendar td span#__YearHeader,
        #__Calendar td span#__MonthHeader {
            color: #012970 !important;
        }

#__Calendar td, #__Calendar span, #__Calendar input, #__Calendar select {
    font-size: 1rem;
}
/*調整既有日曆樣式-結束*/

/*nav-tabs UI-起始-20240423增加-ENR系列外圈自刻樣式*/
.nav {
    display: flex;
    /*flex-wrap: wrap;*/
    padding-left: 0;
    margin-bottom: 0;
    overflow-x: auto;
    overflow-y: hidden;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1*1px);
    background: 0 0;
    border: 1px solid;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #dee2e6 #dee2e6 transparent;
    margin-right: 0.5rem;
    background-color: rgba(78, 115, 223, 0.65);
}

    .nav-tabs .nav-link.active {
        border-color: #4e73df #dee2e6 #f8f9fc;
        border-top-width: 0.25rem;
        color: #4e73df;
        background-color: inherit;
    }
/*nav-tabs UI-結束*/

/*改jquery-ui-tab樣式-20240425增加-起始*/
#tabs {
    position: relative;
}

.ui-widget.ui-widget-content {
    border: 1px solid #e3e6f0;
}

.ui-tabs .ui-tabs-nav {
    margin: 0.5rem 0.5rem 0;
    padding: 0;
}

.ui-widget-header {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #dee2e6;
    background: transparent;
    color: inherit;
    font-weight: inherit;
}

.ui-tabs .ui-tabs-nav li {
    margin: 0.25rem 0.5rem 0 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid;
    border-color: #dee2e6 #dee2e6 transparent;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    background: rgba(78, 115, 223, 0.65);
    font-weight: bold;
    color: #fff;
}

    .ui-state-default a, .ui-state-default a:link {
        color: #fff !important;
    }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid !important;
    border-color: #4e73df #dee2e6 #fff !important;
    border-top-width: 0.25rem !important;
    margin-top: 0 !important;
    background: inherit !important;
    font-weight: bold;
    color: #4e73df;
}

    .ui-state-active a, .ui-state-active a:link {
        color: #4e73df !important;
    }

@media (max-width: 991px) {
    #tabs::after {
        content: '\2192'; /* Unicode → */
        font-size: 1rem;
        color: #aaa;
        position: absolute;
        right: 0;
        top: -16px;
        z-index: 10;
        background: white;
        padding: 2px 4px;
        border-radius: 4px;
        box-shadow: 0 0 4px rgba(0,0,0,0.1);
        pointer-events: none;
        animation: scroll-arrow-blink 1.2s ease-in-out infinite;
    }

    @keyframes scroll-arrow-blink {
        0%, 100% {
            opacity: 0.3;
            transform: translateX(0);
        }

        50% {
            opacity: 1;
            transform: translateX(6px);
        }
    }

    .ui-tabs .ui-tabs-nav {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 767px) {
    #tabs.responsive-tabs::after {
        display: none;
    }

    .responsive-tabs ul.ui-tabs-nav {
        display: none;
    }

    .responsive-tabs .tab-dropdown {
        display: block !important;
    }
}

.tab-dropdown {
    display: none;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    background-color: #fff;
    background-image: url("https://www.aworthywalk.com/__xh__/ais.ntou.edu.tw/Images/download.svg");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    border-top-color: #4e73df !important;
    border-top-width: 0.25rem;
    color: #4e73df !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .tab-dropdown:focus {
        outline: 0;
    }

/*改jquery-ui-tab樣式-20240425增加-結束*/

/*紅色標註字改放最後*/
label.txtRed, .txtRed {
    color: #e83e8c !important;
    font-size: 1rem;
}
/*增加有顏色的字*/
label.txtPrimary, .txtPrimary {
    color: #4e73df !important;
    font-size: 1rem;
}

label.txtSuccess, .txtSuccess {
    color: #1cc88a !important;
    font-size: 1rem;
}

label.txtInfo, .txtInfo {
    color: #36b9cc !important;
    font-size: 1rem;
}

label.txtWarning, .txtWarning {
    color: #f6c23e !important;
    font-size: 1rem;
}

label.txtDanger, .txtDanger {
    color: #e74a3b !important;
    font-size: 1rem;
}

label.txtLight, .txtLight {
    color: #f8f9fc !important;
    font-size: 1rem;
}

/*換行設定*/
/*連續的空白字元都會被保留。換行會在換行字元、有<br>元素以及被文字空間限制時發生。*/
.white-space-pre-line {
    white-space: pre-line;
}
/*New Modal UI-20240828增加-起始*/
.modal-box {
    display: none;
    position: fixed;
    z-index: 100000;
    padding: 0.5rem;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

@media (min-width: 576px) {
    .modal-box {
        padding: 1.75rem;
    }
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #f6f9ff;
    background-clip: padding-box;
    margin: auto;
    padding: 0;
    border: 1px solid rgba(0,0,0,0.175);
    border-radius: 0.5rem;
    outline: 0;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

.modal-close {
    color: rgba(0,0,0,0.5) !important;
    padding: calc(1rem * 0.5) calc(1rem * 0.5);
    margin: calc(-0.5 * 1rem) calc(-0.5 * 1rem) calc(-0.5 * 1rem) auto;
    font-size: 28px !important;
    font-weight: bold;
}

    .modal-close:hover,
    .modal-close:focus {
        color: rgba(0,0,0,0.75) !important;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.5rem - 1px);
    border-top-right-radius: calc(0.5rem - 1px);
    color: #212529;
}

.modal-title {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    overflow-y: auto;
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(1rem - 0.5rem * 0.5);
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.5rem - 1px);
    border-bottom-left-radius: calc(0.5rem - 1px);
}
/*New Modal UI-20240828增加-結束*/
/*New Alert UI-20240923增加-起始*/
/*包在modal-box裡*/
.alert {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 1rem auto;
    padding: 1rem 1rem;
    color: inherit;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    outline: 0;
    width: 90%;
    max-height: 100%;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

@media (min-width: 768px) {
    .alert {
        width: 600px;
    }
}

.alert-primary {
    color: #052c65;
    background-color: #cfe2ff;
    border: 1px solid #9ec5fe;
}

.alert-secondary {
    color: #2b2f32;
    background-color: #e2e3e5;
    border: 1px solid #c4c8cb;
}

.alert-success {
    color: #0a3622;
    background-color: #d1e7dd;
    border: 1px solid #a3cfbb;
}

.alert-danger {
    color: #58151c;
    background-color: #f8d7da;
    border: 1px solid #f1aeb5;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border: 1px solid #ffe69c;
}

.alert-info {
    color: #055160;
    background-color: #4ff4fc;
    border: 1px solid #9eeaf9;
}

.alert-light {
    color: #495057;
    background-color: #fcfcfd;
    border: 1px solid #e9ecef;
}

.alert-dark {
    color: #495057;
    background-color: #ced4da;
    border: 1px solid #adb5bd;
}

.alert-heading {
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    color: inherit;
    font-weight: 500;
    font-size: 1.25rem;
}

.alert p {
    margin-top: 0;
    margin-bottom: 0;
}

.alert hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}

.alert .modal-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 0 1rem;
    margin: 0;
}

.alert-footer {
    display: flex;
    flex-shrink: 0;
    align-items: flex-start;
    justify-content: space-between;
}
/*New Alert UI-20240923增加-結束*/
