/* css reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 全頁共用設定 */
* {
    font-family: 'Noto Sans TC', -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft JhengHei", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.5;
    /* outline:1px solid red; */
}

ol, ul, li {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

img {
    /* max-width:100%; */
    /* height:auto; */
    /* display:block; */
    -o-object-fit: cover;
    object-fit: cover;
}

a, a:hover, a:visited, a:link, a:active {
    text-decoration: none;
    outline: none;
    /* display: block; */
}

.bg-center {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* fonts */
.textH1-1 {
    font-size: 2em;
    /* 32px */
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .textH1-1 {
        font-size: 1.75em;
        /* 28px */
    }
}

@media (max-width: 575.98px) {
    .textH1-1 {
        font-size: 1.5em;
        /* 24px */
    }
}

.textH2-1 {
    font-size: 1.5em;
    /* 24px */
}

.textH2-2 {
    font-size: 1.5em;
    /* 24px */
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .textH2-2 {
        font-size: 1.375em;
        /* 22px */
    }
}

@media (max-width: 575.98px) {
    .textH2-2 {
        font-size: 1.25em;
        /* 20px */
    }
}

.textH2-3 {
    font-size: 1.5em;
    /* 24px */
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .textH2-3 {
        font-size: 1.25em;
        /* 20px */
    }
}

@media (max-width: 575.98px) {
    .textH2-3 {
        font-size: 1.125em;
        /* 18px */
    }
}

.textH3-1 {
    font-size: 1.25em;
    /* 20px */
}

.textH3-2 {
    font-size: 1.25em;
    /* 20px */
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .textH3-2 {
        font-size: 1.125em;
        /* 18px */
    }
}

@media (max-width: 575.98px) {
    .textH3-2 {
        font-size: 1em;
        /* 16px */
    }
}

.textP1-1 {
    font-size: 1em;
    /* 16px */
}

@media (max-width: 575.98px) {
    .textP1-1 {
        font-size: 0.75em;
        /* 12px */
    }
}

/* colors */
.color-1 {
    color: #e4e4f9;
}

.color-2 {
    color: #a8a8e2;
}

.color-3 {
    color: #8b5dc6;
}

.color-4 {
    color: #450984;
}

.color-5 {
    color: #f5f5f5;
}

.color-6 {
    color: #1a1a1a;
}

/* background colors */
.bgColor-1 {
    background-color: #e4e4f9;
}

.bgColor-2 {
    background-color: #a8a8e2;
}

.bgColor-3 {
    background-color: #8b5dc6;
}

.bgColor-4 {
    background-color: #450984;
}

.bgColor-5 {
    background-color: #f5f5f5;
}

.bgColor-6 {
    background-color: #1a1a1a;
}

/* font-weight */
.fontWeight-100 {
    font-weight: 100;
}

.fontWeight-300 {
    font-weight: 300;
}

.fontWeight-400 {
    font-weight: 400;
}

.fontWeight-500 {
    font-weight: 500;
}

.fontWeight-700 {
    font-weight: 700;
}

.fontWeight-900 {
    font-weight: 900;
}

/* line-height */
.lineHeight-1 {
    line-height: 1.2;
}

.lineHeight-2 {
    line-height: 1.4;
}

.lineHeight-3 {
    line-height: 1.8;
}

.lineHeight-4 {
    line-height: 2;
}

/* letter-spacing */
.letterSpacing-05 {
    letter-spacing: 0.5px;
}

.letterSpacing-10 {
    letter-spacing: 1px;
}

.letterSpacing-15 {
    letter-spacing: 1.5px;
}

.letterSpacing-20 {
    letter-spacing: 2px;
}

.letterSpacing-25 {
    letter-spacing: 2.5px;
}

.letterSpacing-30 {
    letter-spacing: 3px;
}

/* border-radius */
.borderRadius-1 {
    border-radius: 16px 16px 16px 16px;
}

.borderRadius-1-top {
    border-radius: 16px 16px 0px 0px;
}

.borderRadius-1-bottom {
    border-radius: 0px 0px 16px 16px;
}

.borderRadius-2 {
    border-radius: 16px 16px 16px 16px;
}

@media (max-width: 575.98px) {
    .borderRadius-2 {
        border-radius: 8px 8px 8px 8px;
    }
}

.borderRadius-2-top {
    border-radius: 16px 16px 0px 0px;
}

@media (max-width: 575.98px) {
    .borderRadius-2-top {
        border-radius: 8px 0px 0px 8px;
    }
}

.borderRadius-2-bottom {
    border-radius: 0px 0px 16px 16px;
}

@media (max-width: 575.98px) {
    .borderRadius-2-bottom {
        border-radius: 0px 8px 8px 0px;
    }
}

/* spacing */
.m-6 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
    margin-left: 64px !important;
    margin-right: 64px !important;
}

.mt-6 {
    margin-top: 64px !important;
}

.mb-6 {
    margin-bottom: 64px !important;
}

.mr-6 {
    margin-right: 64px !important;
}

.ml-6 {
    margin-left: 64px !important;
}

.mx-6 {
    margin-left: 64px !important;
    margin-right: 64px !important;
}

.my-6 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .m-sm-6 {
        margin-top: 64px !important;
        margin-bottom: 64px !important;
        margin-left: 64px !important;
        margin-right: 64px !important;
    }

    .mt-sm-6 {
        margin-top: 64px !important;
    }

    .mb-sm-6 {
        margin-bottom: 64px !important;
    }

    .mr-sm-6 {
        margin-right: 64px !important;
    }

    .ml-sm-6 {
        margin-left: 64px !important;
    }

    .mx-sm-6 {
        margin-left: 64px !important;
        margin-right: 64px !important;
    }

    .my-sm-6 {
        margin-top: 64px !important;
        margin-bottom: 64px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .m-md-6 {
        margin-top: 64px !important;
        margin-bottom: 64px !important;
        margin-left: 64px !important;
        margin-right: 64px !important;
    }

    .mt-md-6 {
        margin-top: 64px !important;
    }

    .mb-md-6 {
        margin-bottom: 64px !important;
    }

    .mr-md-6 {
        margin-right: 64px !important;
    }

    .ml-md-6 {
        margin-left: 64px !important;
    }

    .mx-md-6 {
        margin-left: 64px !important;
        margin-right: 64px !important;
    }

    .my-md-6 {
        margin-top: 64px !important;
        margin-bottom: 64px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .m-lg-6 {
        margin-top: 64px !important;
        margin-bottom: 64px !important;
        margin-left: 64px !important;
        margin-right: 64px !important;
    }

    .mt-lg-6 {
        margin-top: 64px !important;
    }

    .mb-lg-6 {
        margin-bottom: 64px !important;
    }

    .mr-lg-6 {
        margin-right: 64px !important;
    }

    .ml-lg-6 {
        margin-left: 64px !important;
    }

    .mx-lg-6 {
        margin-left: 64px !important;
        margin-right: 64px !important;
    }

    .my-lg-6 {
        margin-top: 64px !important;
        margin-bottom: 64px !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-6 {
        margin-top: 64px !important;
        margin-bottom: 64px !important;
        margin-left: 64px !important;
        margin-right: 64px !important;
    }

    .mt-xl-6 {
        margin-top: 64px !important;
    }

    .mb-xl-6 {
        margin-bottom: 64px !important;
    }

    .mr-xl-6 {
        margin-right: 64px !important;
    }

    .ml-xl-6 {
        margin-left: 64px !important;
    }

    .mx-xl-6 {
        margin-left: 64px !important;
        margin-right: 64px !important;
    }

    .my-xl-6 {
        margin-top: 64px !important;
        margin-bottom: 64px !important;
    }
}

.m-7 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
    margin-left: 72px !important;
    margin-right: 72px !important;
}

.mt-7 {
    margin-top: 72px !important;
}

.mb-7 {
    margin-bottom: 72px !important;
}

.mr-7 {
    margin-right: 72px !important;
}

.ml-7 {
    margin-left: 72px !important;
}

.mx-7 {
    margin-left: 72px !important;
    margin-right: 72px !important;
}

.my-7 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .m-sm-7 {
        margin-top: 72px !important;
        margin-bottom: 72px !important;
        margin-left: 72px !important;
        margin-right: 72px !important;
    }

    .mt-sm-7 {
        margin-top: 72px !important;
    }

    .mb-sm-7 {
        margin-bottom: 72px !important;
    }

    .mr-sm-7 {
        margin-right: 72px !important;
    }

    .ml-sm-7 {
        margin-left: 72px !important;
    }

    .mx-sm-7 {
        margin-left: 72px !important;
        margin-right: 72px !important;
    }

    .my-sm-7 {
        margin-top: 72px !important;
        margin-bottom: 72px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .m-md-7 {
        margin-top: 72px !important;
        margin-bottom: 72px !important;
        margin-left: 72px !important;
        margin-right: 72px !important;
    }

    .mt-md-7 {
        margin-top: 72px !important;
    }

    .mb-md-7 {
        margin-bottom: 72px !important;
    }

    .mr-md-7 {
        margin-right: 72px !important;
    }

    .ml-md-7 {
        margin-left: 72px !important;
    }

    .mx-md-7 {
        margin-left: 72px !important;
        margin-right: 72px !important;
    }

    .my-md-7 {
        margin-top: 72px !important;
        margin-bottom: 72px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .m-lg-7 {
        margin-top: 72px !important;
        margin-bottom: 72px !important;
        margin-left: 72px !important;
        margin-right: 72px !important;
    }

    .mt-lg-7 {
        margin-top: 72px !important;
    }

    .mb-lg-7 {
        margin-bottom: 72px !important;
    }

    .mr-lg-7 {
        margin-right: 72px !important;
    }

    .ml-lg-7 {
        margin-left: 72px !important;
    }

    .mx-lg-7 {
        margin-left: 72px !important;
        margin-right: 72px !important;
    }

    .my-lg-7 {
        margin-top: 72px !important;
        margin-bottom: 72px !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-7 {
        margin-top: 72px !important;
        margin-bottom: 72px !important;
        margin-left: 72px !important;
        margin-right: 72px !important;
    }

    .mt-xl-7 {
        margin-top: 72px !important;
    }

    .mb-xl-7 {
        margin-bottom: 72px !important;
    }

    .mr-xl-7 {
        margin-right: 72px !important;
    }

    .ml-xl-7 {
        margin-left: 72px !important;
    }

    .mx-xl-7 {
        margin-left: 72px !important;
        margin-right: 72px !important;
    }

    .my-xl-7 {
        margin-top: 72px !important;
        margin-bottom: 72px !important;
    }
}

.m-8 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
    margin-left: 96px !important;
    margin-right: 96px !important;
}

.mt-8 {
    margin-top: 96px !important;
}

.mb-8 {
    margin-bottom: 96px !important;
}

.mr-8 {
    margin-right: 96px !important;
}

.ml-8 {
    margin-left: 96px !important;
}

.mx-8 {
    margin-left: 96px !important;
    margin-right: 96px !important;
}

.my-8 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .m-sm-8 {
        margin-top: 96px !important;
        margin-bottom: 96px !important;
        margin-left: 96px !important;
        margin-right: 96px !important;
    }

    .mt-sm-8 {
        margin-top: 96px !important;
    }

    .mb-sm-8 {
        margin-bottom: 96px !important;
    }

    .mr-sm-8 {
        margin-right: 96px !important;
    }

    .ml-sm-8 {
        margin-left: 96px !important;
    }

    .mx-sm-8 {
        margin-left: 96px !important;
        margin-right: 96px !important;
    }

    .my-sm-8 {
        margin-top: 96px !important;
        margin-bottom: 96px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .m-md-8 {
        margin-top: 96px !important;
        margin-bottom: 96px !important;
        margin-left: 96px !important;
        margin-right: 96px !important;
    }

    .mt-md-8 {
        margin-top: 96px !important;
    }

    .mb-md-8 {
        margin-bottom: 96px !important;
    }

    .mr-md-8 {
        margin-right: 96px !important;
    }

    .ml-md-8 {
        margin-left: 96px !important;
    }

    .mx-md-8 {
        margin-left: 96px !important;
        margin-right: 96px !important;
    }

    .my-md-8 {
        margin-top: 96px !important;
        margin-bottom: 96px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .m-lg-8 {
        margin-top: 96px !important;
        margin-bottom: 96px !important;
        margin-left: 96px !important;
        margin-right: 96px !important;
    }

    .mt-lg-8 {
        margin-top: 96px !important;
    }

    .mb-lg-8 {
        margin-bottom: 96px !important;
    }

    .mr-lg-8 {
        margin-right: 96px !important;
    }

    .ml-lg-8 {
        margin-left: 96px !important;
    }

    .mx-lg-8 {
        margin-left: 96px !important;
        margin-right: 96px !important;
    }

    .my-lg-8 {
        margin-top: 96px !important;
        margin-bottom: 96px !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-8 {
        margin-top: 96px !important;
        margin-bottom: 96px !important;
        margin-left: 96px !important;
        margin-right: 96px !important;
    }

    .mt-xl-8 {
        margin-top: 96px !important;
    }

    .mb-xl-8 {
        margin-bottom: 96px !important;
    }

    .mr-xl-8 {
        margin-right: 96px !important;
    }

    .ml-xl-8 {
        margin-left: 96px !important;
    }

    .mx-xl-8 {
        margin-left: 96px !important;
        margin-right: 96px !important;
    }

    .my-xl-8 {
        margin-top: 96px !important;
        margin-bottom: 96px !important;
    }
}

/* padding */
.p-6 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
    padding-left: 64px !important;
    padding-right: 64px !important;
}

.pt-6 {
    padding-top: 64px !important;
}

.pb-6 {
    padding-bottom: 64px !important;
}

.pr-6 {
    padding-right: 64px !important;
}

.pl-6 {
    padding-left: 64px !important;
}

.px-6 {
    padding-left: 64px !important;
    padding-right: 64px !important;
}

.py-6 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .p-sm-6 {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
        padding-left: 64px !important;
        padding-right: 64px !important;
    }

    .pt-sm-6 {
        padding-top: 64px !important;
    }

    .pb-sm-6 {
        padding-bottom: 64px !important;
    }

    .pr-sm-6 {
        padding-right: 64px !important;
    }

    .pl-sm-6 {
        padding-left: 64px !important;
    }

    .px-sm-6 {
        padding-left: 64px !important;
        padding-right: 64px !important;
    }

    .py-sm-6 {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .p-md-6 {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
        padding-left: 64px !important;
        padding-right: 64px !important;
    }

    .pt-md-6 {
        padding-top: 64px !important;
    }

    .pb-md-6 {
        padding-bottom: 64px !important;
    }

    .pr-md-6 {
        padding-right: 64px !important;
    }

    .pl-md-6 {
        padding-left: 64px !important;
    }

    .px-md-6 {
        padding-left: 64px !important;
        padding-right: 64px !important;
    }

    .py-md-6 {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .p-lg-6 {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
        padding-left: 64px !important;
        padding-right: 64px !important;
    }

    .pt-lg-6 {
        padding-top: 64px !important;
    }

    .pb-lg-6 {
        padding-bottom: 64px !important;
    }

    .pr-lg-6 {
        padding-right: 64px !important;
    }

    .pl-lg-6 {
        padding-left: 64px !important;
    }

    .px-lg-6 {
        padding-left: 64px !important;
        padding-right: 64px !important;
    }

    .py-lg-6 {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }
}

@media (min-width: 1200px) {
    .p-xl-6 {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
        padding-left: 64px !important;
        padding-right: 64px !important;
    }

    .pt-xl-6 {
        padding-top: 64px !important;
    }

    .pb-xl-6 {
        padding-bottom: 64px !important;
    }

    .pr-xl-6 {
        padding-right: 64px !important;
    }

    .pl-xl-6 {
        padding-left: 64px !important;
    }

    .px-xl-6 {
        padding-left: 64px !important;
        padding-right: 64px !important;
    }

    .py-xl-6 {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }
}

.p-7 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
    padding-left: 72px !important;
    padding-right: 72px !important;
}

.pt-7 {
    padding-top: 72px !important;
}

.pb-7 {
    padding-bottom: 72px !important;
}

.pr-7 {
    padding-right: 72px !important;
}

.pl-7 {
    padding-left: 72px !important;
}

.px-7 {
    padding-left: 72px !important;
    padding-right: 72px !important;
}

.py-7 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .p-sm-7 {
        padding-top: 72px !important;
        padding-bottom: 72px !important;
        padding-left: 72px !important;
        padding-right: 72px !important;
    }

    .pt-sm-7 {
        padding-top: 72px !important;
    }

    .pb-sm-7 {
        padding-bottom: 72px !important;
    }

    .pr-sm-7 {
        padding-right: 72px !important;
    }

    .pl-sm-7 {
        padding-left: 72px !important;
    }

    .px-sm-7 {
        padding-left: 72px !important;
        padding-right: 72px !important;
    }

    .py-sm-7 {
        padding-top: 72px !important;
        padding-bottom: 72px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .p-md-7 {
        padding-top: 72px !important;
        padding-bottom: 72px !important;
        padding-left: 72px !important;
        padding-right: 72px !important;
    }

    .pt-md-7 {
        padding-top: 72px !important;
    }

    .pb-md-7 {
        padding-bottom: 72px !important;
    }

    .pr-md-7 {
        padding-right: 72px !important;
    }

    .pl-md-7 {
        padding-left: 72px !important;
    }

    .px-md-7 {
        padding-left: 72px !important;
        padding-right: 72px !important;
    }

    .my-md-7 {
        padding-top: 72px !important;
        padding-bottom: 72px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .p-lg-7 {
        padding-top: 72px !important;
        padding-bottom: 72px !important;
        padding-left: 72px !important;
        padding-right: 72px !important;
    }

    .pt-lg-7 {
        padding-top: 72px !important;
    }

    .pb-lg-7 {
        padding-bottom: 72px !important;
    }

    .pr-lg-7 {
        padding-right: 72px !important;
    }

    .pl-lg-7 {
        padding-left: 72px !important;
    }

    .px-lg-7 {
        padding-left: 72px !important;
        padding-right: 72px !important;
    }

    .py-lg-7 {
        padding-top: 72px !important;
        padding-bottom: 72px !important;
    }
}

@media (min-width: 1200px) {
    .p-xl-7 {
        padding-top: 72px !important;
        padding-bottom: 72px !important;
        padding-left: 72px !important;
        padding-right: 72px !important;
    }

    .pt-xl-7 {
        padding-top: 72px !important;
    }

    .pb-xl-7 {
        padding-bottom: 72px !important;
    }

    .pr-xl-7 {
        padding-right: 72px !important;
    }

    .pl-xl-7 {
        padding-left: 72px !important;
    }

    .px-xl-7 {
        padding-left: 72px !important;
        padding-right: 72px !important;
    }

    .py-xl-7 {
        padding-top: 72px !important;
        padding-bottom: 72px !important;
    }
}

.p-8 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
    padding-left: 96px !important;
    padding-right: 96px !important;
}

.pt-8 {
    padding-top: 96px !important;
}

.pb-8 {
    padding-bottom: 96px !important;
}

.pr-8 {
    padding-right: 96px !important;
}

.pl-8 {
    padding-left: 96px !important;
}

.px-8 {
    padding-left: 96px !important;
    padding-right: 96px !important;
}

.py-8 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .p-sm-8 {
        padding-top: 96px !important;
        padding-bottom: 96px !important;
        padding-left: 96px !important;
        padding-right: 96px !important;
    }

    .pt-sm-8 {
        padding-top: 96px !important;
    }

    .pb-sm-8 {
        padding-bottom: 96px !important;
    }

    .pr-sm-8 {
        padding-right: 96px !important;
    }

    .pl-sm-8 {
        padding-left: 96px !important;
    }

    .px-sm-8 {
        padding-left: 96px !important;
        padding-right: 96px !important;
    }

    .py-sm-8 {
        padding-top: 96px !important;
        padding-bottom: 96px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .p-md-8 {
        padding-top: 96px !important;
        padding-bottom: 96px !important;
        padding-left: 96px !important;
        padding-right: 96px !important;
    }

    .pt-md-8 {
        padding-top: 96px !important;
    }

    .pb-md-8 {
        padding-bottom: 96px !important;
    }

    .pr-md-8 {
        padding-right: 96px !important;
    }

    .pl-md-8 {
        padding-left: 96px !important;
    }

    .px-md-8 {
        padding-left: 96px !important;
        padding-right: 96px !important;
    }

    .py-md-8 {
        padding-top: 96px !important;
        padding-bottom: 96px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .p-lg-8 {
        padding-top: 96px !important;
        padding-bottom: 96px !important;
        padding-left: 96px !important;
        padding-right: 96px !important;
    }

    .pt-lg-8 {
        padding-top: 96px !important;
    }

    .pb-lg-8 {
        padding-bottom: 96px !important;
    }

    .pr-lg-8 {
        padding-right: 96px !important;
    }

    .pl-lg-8 {
        padding-left: 96px !important;
    }

    .px-lg-8 {
        padding-left: 96px !important;
        padding-right: 96px !important;
    }

    .py-lg-8 {
        padding-top: 96px !important;
        padding-bottom: 96px !important;
    }
}

@media (min-width: 1200px) {
    .p-xl-8 {
        padding-top: 96px !important;
        padding-bottom: 96px !important;
        padding-left: 96px !important;
        padding-right: 96px !important;
    }

    .pt-xl-8 {
        padding-top: 96px !important;
    }

    .pb-xl-8 {
        padding-bottom: 96px !important;
    }

    .pr-xl-8 {
        padding-right: 96px !important;
    }

    .pl-xl-8 {
        padding-left: 96px !important;
    }

    .px-xl-8 {
        padding-left: 96px !important;
        padding-right: 96px !important;
    }

    .py-xl-8 {
        padding-top: 96px !important;
        padding-bottom: 96px !important;
    }
}

/* buttons */
.btn-1 {
    color: #1a1a1a;
    border: solid 1.8px #1a1a1a;
    background-color: #f5f5f5;
}

    .btn-1:hover {
        color: #ffffff;
        border: solid 1.8px #450984;
        background-color: #450984;
    }

    .btn-1:active, .btn-1:focus {
        -webkit-box-shadow: 0 0 0 0.25rem rgba(69, 9, 132, 0.25);
        box-shadow: 0 0 0 0.25rem rgba(69, 9, 132, 0.25);
    }

.btn-2 {
    background-color: rgba(69, 9, 132, 1);
}

    .btn-2:hover {
        background-color: rgba(69, 9, 132, 0.9);
    }

    .btn-2:active, .btn-1:focus {
        -webkit-box-shadow: 0 0 0 0.25rem rgba(69, 9, 132, 0.25);
        box-shadow: 0 0 0 0.25rem rgba(69, 9, 132, 0.25);
    }

/* 常見問題-頁面 */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .imgHead {
        height: 72px;
    }
}

@media (max-width: 575.98px) {
    .imgHead {
        height: 66px;
    }
}

.textTitle-borderBottom {
    border-bottom: solid 4px #450984;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .imgTitle {
        width: 52px;
    }
}

@media (max-width: 575.98px) {
    .imgTitle {
        width: 45px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .imgSubTitle-Q {
        width: 30px;
    }
}

@media (max-width: 575.98px) {
    .imgSubTitle-Q {
        width: 28px;
    }
}

/* 問題列表收合效果樣式 */
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .faqbtn-mvp .active, .accordion:hover {
        background-color: #e4e4f9;
    }
/* Style the accordion panel. Note: hidden by default */
.panel {
    display: none;
    overflow: hidden;
}

.accordion:after {
    content: '＋';
    font-size: 24px;
    font-weight: 900;
    color: #1a1a1a;
    float: right;
    margin-left: 16px;
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .accordion:after {
        font-size: 20px;
    }
}

@media (max-width: 575.98px) {
    .accordion:after {
        font-size: 18px;
    }
}

.faqbtn-mvp .active:after {
    content: "－";
    font-size: 24px;
    font-weight: 900;
    color: #1a1a1a;
    float: right;
    margin-left: 16px;
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .faqbtn-mvp .active:after {
        font-size: 20px;
    }
}

@media (max-width: 575.98px) {
    .faqbtn-mvp .active:after {
        font-size: 18px;
    }
}

button:focus {
    outline: none;
}

/* 或由專人為您服務 */
/* 共用設定 */
.contactMethod {
    width: 23%;
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .contactMethod {
        width: 48%;
    }
}

@media (max-width: 575.98px) {
    .contactMethod {
        width: 100%;
    }
}

/* 或由專人為您服務-服務方式- hover 效果：跳動 */
@media (min-width: 992px) {
    .contactMethod:hover {
        -webkit-transition: -webkit-transform .2s, -webkit-box-shadow .2s;
        transition: -webkit-transform .2s, -webkit-box-shadow .2s;
        -o-transition: transform .2s, box-shadow .2s;
        transition: transform .2s, box-shadow .2s;
        transition: transform .2s, box-shadow .2s, -webkit-transform .2s, -webkit-box-shadow .2s;
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@media (max-width: 575.98px) {
    .contactMethod-bg {
        background-color: #8b5dc6;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .contactMethod-bg:hover {
            background-color: #ea599b;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
}

@media (min-width: 576px) {
    .contactMethod-textBg {
        background-color: #8b5dc6;
    }

        .contactMethod-textBg:hover {
            background-color: #ea599b;
        }
}

/* 電話客服-彈窗設定 */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.contactMethod-tel-card {
    width: 25%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (min-width: 1300px) and (max-width: 1599.98px) {
    .contactMethod-tel-card {
        width: 30%;
    }
}

@media (min-width: 1200px) and (max-width: 1299.98px) {
    .contactMethod-tel-card {
        width: 35%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .contactMethod-tel-card {
        width: 40%;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .contactMethod-tel-card {
        width: 70%;
    }
}

@media (max-width: 575.98px) {
    .contactMethod-tel-card {
        width: 90%;
    }
}

/* 關閉彈窗 */
.closeModal:hover, .closeModal:focus {
    cursor: pointer;
}

/* 電話號碼和郵件 hover 效果 */
.contactInfo {
    color: #1a1a1a;
}

    .contactInfo:hover {
        color: #1a1a1a;
        text-decoration: underline;
    }
